{
  "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/XN9t2q8amjfPbtYFpc36/M5AD5fvu6XtFOttToAwS/BRq5t_PBR-0.js", "ssg:https://framerusercontent.com/modules/XN9t2q8amjfPbtYFpc36/M5AD5fvu6XtFOttToAwS/BRq5t_PBR.js", "ssg:https://framerusercontent.com/modules/vrXAMXrk0lPok27mvJfs/c0SN8MRbcLRjB1X6PvHI/gIi5JvK1_.js", "ssg:https://framerusercontent.com/modules/pI5KlNSIA0wFBOeYoaQp/JMJPd67HLoCgVTgI7rdM/KE9NjHSRn-0.js", "ssg:https://framerusercontent.com/modules/pI5KlNSIA0wFBOeYoaQp/JMJPd67HLoCgVTgI7rdM/KE9NjHSRn.js", "ssg:https://framerusercontent.com/modules/mDnjaGtKGh7IH9I8dzNa/87mzXXE2XoocBvYdSWhP/KE9NjHSRn.js", "ssg:https://framerusercontent.com/modules/rQBkilenmR7GdGyLcYH7/hsYIaXnASRIob4Ysmnm7/BRq5t_PBR.js", "ssg:https://framerusercontent.com/modules/DU2x5kc0BNacQb5mLc44/lJfphHFGl4ttWlVZJ6AV/vZ7Pfx9GX.js", "ssg:https://framerusercontent.com/modules/MTaB13YY51Hg9uuD8WYq/apANa4oGND0XtaULH25Z/buEaYiWpT-0.js", "ssg:https://framerusercontent.com/modules/MTaB13YY51Hg9uuD8WYq/apANa4oGND0XtaULH25Z/buEaYiWpT.js", "ssg:https://framerusercontent.com/modules/Ft71bN4KAN45KIM495Q5/OkgQgKvWTUyqt9xAKkDa/M6P_aAZmT-0.js", "ssg:https://framerusercontent.com/modules/Ft71bN4KAN45KIM495Q5/OkgQgKvWTUyqt9xAKkDa/M6P_aAZmT.js", "ssg:https://framerusercontent.com/modules/zJDQswpi5ZgIirVadgwf/3wAlidMghWSF3ryGE3a7/M6P_aAZmT.js", "ssg:https://framerusercontent.com/modules/62uMEF4PdfTBQ0WYrNzf/vW71hRaKZDGcwCIGL77T/buEaYiWpT.js"],
  "sourcesContent": ["import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();var _activeLocale_id;const activeLocaleId=(_activeLocale_id=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&_activeLocale_id!==void 0?_activeLocale_id:\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}var _selectedLocale_name;return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:locales.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:(_selectedLocale_name=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&_selectedLocale_name!==void 0?_selectedLocale_name:\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `]);LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\u9910\u5EF3\u6700\u597D\u7684\u71DF\u6536\u6210\u9577\u5925\u4F34\uFF0C\u63D0\u4F9B\u5916\u9001\u3001\u8A02\u4F4D\u3001\u9867\u5BA2\u5FE0\u8AA0\u8A08\u756B\u548C\u6578\u64DA\u884C\u92B7\u7B49\u670D\u52D9\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\u9910\u5EF3\u6700\u597D\u7684\u71DF\u6536\u6210\u9577\u5925\u4F34\uFF0C\u63D0\u4F9B\u5916\u9001\u3001\u8A02\u4F4D\u3001\u9867\u5BA2\u5FE0\u8AA0\u8A08\u756B\u548C\u6578\u64DA\u884C\u92B7\u7B49\u670D\u52D9\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u7522\u54C1\"})});export const v3=\"\u8A02\u4F4D\u7CFB\u7D71\";export const v4=\"\u5916\u5E36\u5916\u9001\u7CFB\u7D71\";export const v5=\"\u9867\u5BA2\u5FE0\u8AA0\u8A08\u756B\";export const v6=\"\u7DDA\u4E0B\u5237\u5361\u6A5F\";export const v7=\"\u4EAE\u9EDE\u770B\u677F\";export const v8=\"\u554F\u5377\u7CFB\u7D71\";export const v9=\"\u884C\u92B7\u5F15\u64CE\";export const v10=\"\u9867\u5BA2\u667A\u80FD\";export const v11=\"Oddle Eats\";export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u5176\u5B83\u8CC7\u6E90\"})});export const v13=\"\u6536\u8CBB\u6A21\u5F0F\";export const v14=\"\u6536\u8CBB\u6A21\u5F0F\";export const v15=\"\u6307\u5357\";export const v16=\"\u9910\u5EF3\u6848\u4F8B\";export const v17=\"\u7DDA\u4E0A\u5916\u5E36\u5916\u9001\u7CFB\u7D71\u6307\u5357\";export const v18=\"\u8A02\u4F4D\u7CFB\u7D71\u6307\u5357\";export const v19=\"\u9867\u5BA2\u5FE0\u8AA0\u8A08\u5283\u6307\u5357\";export const v20=\"\u884C\u92B7\u5F15\u64CE\u6307\u5357\";export const v21=\"\u884C\u92B7\u5F15\u64CE\u6307\u5357\";export const v22=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u516C\u53F8\"})});export const v23=\"\u95DC\u65BC\u6211\u5011\";export const v24=\"Oddle\u8077\u6DAF\u8CC7\u8A0A\";export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u65B0\u52A0\u5761\"})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u99AC\u4F86\u897F\u4E9E\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u9999\u6E2F\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u6FB3\u5927\u5229\u4E9E\"})});export const v29=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u53F0\u7063\"})});export const v30=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\\xa9 2024 Oddle \u516C\u53F8\u6709\u9650\u516C\u53F8 \u7248\u6B0A\u6240\u6709\u3002\"})});export const v31=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\\xa9 2024 Oddle \u516C\u53F8\u6709\u9650\u516C\u53F8 \u7248\u6B0A\u6240\u6709\u3002\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v31\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v29\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v30\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fef4c5)\nimport*as localizedValues from\"./BRq5t_PBR-0.js\";const valuesByLocaleId={OrESh_VUl:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (cbb0119)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-Wnw0G\";const variantClassNames={EIUMWJya5:\"framer-v-wt7yag\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,logoLink,width,...props})=>{return{...props,A2YgnEO7G:logoLink!==null&&logoLink!==void 0?logoLink:props.A2YgnEO7G};};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,A2YgnEO7G,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"EIUMWJya5\",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:A2YgnEO7G,nodeId:\"EIUMWJya5\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-wt7yag\",className,classNames)} framer-v45pg6`,\"data-framer-name\":\"Logo Default\",layoutDependency:layoutDependency,layoutId:\"EIUMWJya5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(Image,{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)||36)-0-36)/2)),pixelHeight:40,pixelWidth:97,src:\"https://framerusercontent.com/images/hjzDozH8DmhdjYxFOgRILnm9s.svg\"},className:\"framer-1a0c18v\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"M92YxiZ9g\"})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Wnw0G.framer-v45pg6, .framer-Wnw0G .framer-v45pg6 { display: block; }\",\".framer-Wnw0G.framer-wt7yag { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Wnw0G .framer-1a0c18v { flex: none; height: 36px; position: relative; width: 131px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Wnw0G.framer-wt7yag { gap: 0px; } .framer-Wnw0G.framer-wt7yag > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Wnw0G.framer-wt7yag > :first-child { margin-left: 0px; } .framer-Wnw0G.framer-wt7yag > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 131\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"A2YgnEO7G\":\"logoLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergIi5JvK1_=withCSS(Component,css,\"framer-Wnw0G\");export default FramergIi5JvK1_;FramergIi5JvK1_.displayName=\"Logo/Logo\";FramergIi5JvK1_.defaultProps={height:36,width:131};addPropertyControls(FramergIi5JvK1_,{A2YgnEO7G:{title:\"Logo Link\",type:ControlType.Link}});addFonts(FramergIi5JvK1_,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergIi5JvK1_\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"131\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"36\",\"framerVariables\":\"{\\\"A2YgnEO7G\\\":\\\"logoLink\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gIi5JvK1_.map", "export const v0=\"\u9996\u9801\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ed8225c)\nimport*as localizedValues from\"./KE9NjHSRn-0.js\";const valuesByLocaleId={OrESh_VUl:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/s2lg0oSjKWnDtKUgxz6O/TSRQ3TQ3MnWHXPBndrk4/n2gEIqMgL.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/kOeYDei2D5ir284Ch1dI/v5fT9seJXHZGeN1lSUyr/tsKs025Z0.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/pI5KlNSIA0wFBOeYoaQp/JMJPd67HLoCgVTgI7rdM/KE9NjHSRn.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={ctViBuMal:{hover:true},ey6JAXSEy:{hover:true},illAIrbRt:{hover:true}};const cycleOrder=[\"illAIrbRt\",\"ctViBuMal\",\"ey6JAXSEy\",\"kEbCfWpBF\"];const serializationHash=\"framer-CaHzJ\";const variantClassNames={ctViBuMal:\"framer-v-1onkai\",ey6JAXSEy:\"framer-v-1jn4j6t\",illAIrbRt:\"framer-v-1ou50zp\",kEbCfWpBF:\"framer-v-1vpwsik\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Footer Menu\":\"ey6JAXSEy\",\"Menu Black\":\"illAIrbRt\",\"Menu White\":\"ctViBuMal\",Dropdown:\"kEbCfWpBF\"};const getProps=({height,hover2,iconVisible,id,menuLink,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,akEaMP2V_:(_ref=title!==null&&title!==void 0?title:props.akEaMP2V_)!==null&&_ref!==void 0?_ref:\"Home\",dpKtLgXs9:menuLink!==null&&menuLink!==void 0?menuLink:props.dpKtLgXs9,HbG8_2N0w:hover2!==null&&hover2!==void 0?hover2:props.HbG8_2N0w,IejEVkrjL:iconVisible!==null&&iconVisible!==void 0?iconVisible:props.IejEVkrjL,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"illAIrbRt\"};};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,akEaMP2V_,IejEVkrjL,dpKtLgXs9,HbG8_2N0w,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"illAIrbRt\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter7ghc79=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(HbG8_2N0w){const res=await HbG8_2N0w(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();var _getLocalizedValue;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:dpKtLgXs9,nodeId:\"illAIrbRt\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ou50zp\",className,classNames)} framer-1ei4msg`,\"data-framer-name\":\"Menu Black\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"illAIrbRt\",onMouseEnter:onMouseEnter7ghc79,ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({\"ctViBuMal-hover\":{\"data-framer-name\":undefined},\"ey6JAXSEy-hover\":{\"data-framer-name\":undefined},\"illAIrbRt-hover\":{\"data-framer-name\":undefined},ctViBuMal:{\"data-framer-name\":\"Menu White\"},ey6JAXSEy:{\"data-framer-name\":\"Footer Menu\"},kEbCfWpBF:{\"data-framer-name\":\"Dropdown\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"Home\"})}),className:\"framer-zhh2ge\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dTLF3DiaK\",style:{\"--extracted-r6o4lv\":\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},text:akEaMP2V_,variants:{\"ctViBuMal-hover\":{\"--extracted-r6o4lv\":\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67))\"},\"ey6JAXSEy-hover\":{\"--extracted-r6o4lv\":\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67))\"},\"illAIrbRt-hover\":{\"--extracted-r6o4lv\":\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67))\"},ctViBuMal:{\"--extracted-r6o4lv\":\"var(--token-7c7d3fdc-98d3-4aae-aab6-ea1dd4512c85, rgb(255, 255, 255))\"},kEbCfWpBF:{\"--extracted-r6o4lv\":\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ctViBuMal-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67)))\"},children:\"Home\"})})},\"ey6JAXSEy-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-kv3cu2\",\"data-styles-preset\":\"n2gEIqMgL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67)))\"},children:\"Home\"})})},\"illAIrbRt-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67)))\"},children:\"Home\"})})},ctViBuMal:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7c7d3fdc-98d3-4aae-aab6-ea1dd4512c85, rgb(255, 255, 255)))\"},children:\"Home\"})})},ey6JAXSEy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-kv3cu2\",\"data-styles-preset\":\"n2gEIqMgL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"Home\"})})},kEbCfWpBF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67)))\"},children:\"Home\"})})}},baseVariant,gestureVariant)}),IejEVkrjL&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1zidnf-container\",layoutDependency:layoutDependency,layoutId:\"OHMuPhyMS-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\",height:\"100%\",iconSearch:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Home\",iconSelection:\"chevron-down\",id:\"OHMuPhyMS\",layoutId:\"OHMuPhyMS\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"ctViBuMal-hover\":{color:\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67))\",iconSelection:\"chevron-up\"},\"ey6JAXSEy-hover\":{color:\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67))\",iconSelection:\"chevron-up\"},\"illAIrbRt-hover\":{color:\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67))\",iconSelection:\"chevron-up\"},ctViBuMal:{color:\"var(--token-7c7d3fdc-98d3-4aae-aab6-ea1dd4512c85, rgb(255, 255, 255))\"},kEbCfWpBF:{color:\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67))\",iconSelection:\"chevron-up\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CaHzJ.framer-1ei4msg, .framer-CaHzJ .framer-1ei4msg { display: block; }\",\".framer-CaHzJ.framer-1ou50zp { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-CaHzJ .framer-zhh2ge { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CaHzJ .framer-1zidnf-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CaHzJ.framer-1ou50zp { gap: 0px; } .framer-CaHzJ.framer-1ou50zp > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-CaHzJ.framer-1ou50zp > :first-child { margin-left: 0px; } .framer-CaHzJ.framer-1ou50zp > :last-child { margin-right: 0px; } }\",\".framer-CaHzJ.framer-v-1vpwsik.framer-1ou50zp { cursor: unset; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 27\n * @framerIntrinsicWidth 43\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ctViBuMal\":{\"layout\":[\"auto\",\"auto\"]},\"ey6JAXSEy\":{\"layout\":[\"auto\",\"auto\"]},\"kEbCfWpBF\":{\"layout\":[\"auto\",\"auto\"]},\"rsaMKDfPG\":{\"layout\":[\"auto\",\"auto\"]},\"xdr1Ph2ln\":{\"layout\":[\"auto\",\"auto\"]},\"X92oTTHtF\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"akEaMP2V_\":\"title\",\"IejEVkrjL\":\"iconVisible\",\"dpKtLgXs9\":\"menuLink\",\"HbG8_2N0w\":\"hover2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKE9NjHSRn=withCSS(Component,css,\"framer-CaHzJ\");export default FramerKE9NjHSRn;FramerKE9NjHSRn.displayName=\"Header/Menu Item\";FramerKE9NjHSRn.defaultProps={height:27,width:43};addPropertyControls(FramerKE9NjHSRn,{variant:{options:[\"illAIrbRt\",\"ctViBuMal\",\"ey6JAXSEy\",\"kEbCfWpBF\"],optionTitles:[\"Menu Black\",\"Menu White\",\"Footer Menu\",\"Dropdown\"],title:\"Variant\",type:ControlType.Enum},akEaMP2V_:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},IejEVkrjL:{defaultValue:false,title:\"Icon Visible\",type:ControlType.Boolean},dpKtLgXs9:{title:\"Menu Link\",type:ControlType.Link},HbG8_2N0w:{title:\"Hover 2\",type:ControlType.EventHandler}});addFonts(FramerKE9NjHSRn,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKE9NjHSRn\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"akEaMP2V_\\\":\\\"title\\\",\\\"IejEVkrjL\\\":\\\"iconVisible\\\",\\\"dpKtLgXs9\\\":\\\"menuLink\\\",\\\"HbG8_2N0w\\\":\\\"hover2\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ctViBuMal\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ey6JAXSEy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kEbCfWpBF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rsaMKDfPG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xdr1Ph2ln\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"X92oTTHtF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"43\",\"framerIntrinsicHeight\":\"27\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ltJJiJx2cGwwEOieFrr3/ddE8pcvvy1r92CtYerLs/IUuIQB2wW.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/31bALzi65SgmEd9qWYXW/NrJQPKnWYc3VaZszWabZ/k428Wz_WF.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/kOeYDei2D5ir284Ch1dI/v5fT9seJXHZGeN1lSUyr/tsKs025Z0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qDLEuSRSoOaoYmg2lzHV/kO72TJKDIsUGXWuuxcIt/ziZ34Xd3C.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/XN9t2q8amjfPbtYFpc36/M5AD5fvu6XtFOttToAwS/BRq5t_PBR.js\";import LogoLogo from\"https://framerusercontent.com/modules/vrXAMXrk0lPok27mvJfs/c0SN8MRbcLRjB1X6PvHI/gIi5JvK1_.js\";import HeaderMenuItem from\"https://framerusercontent.com/modules/mDnjaGtKGh7IH9I8dzNa/87mzXXE2XoocBvYdSWhP/KE9NjHSRn.js\";const LogoLogoFonts=getFonts(LogoLogo);const HeaderMenuItemFonts=getFonts(HeaderMenuItem);const LocaleSelectorFonts=getFonts(LocaleSelector);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"LP3wENtT9\",\"BVlgaMhW1\",\"iDkgnkyzn\",\"mF3ZbBko7\",\"xPX0JdtKD\",\"WvFQmdCUZ\",\"s5F8LGcCR\",\"ZufzrS1AR\",\"n1UdOwAo6\",\"IQULH4KcW\",\"oMOB_0Ccr\",\"UdnzvDlV3\",\"TjbPqNcTT\",\"zJSduKP01\",\"nIo1gJRJP\",\"gHHarIpiX\",\"oAvMZm_L9\",\"zH7vZLbsJ\",\"tcxDS5LlM\",\"iWco9fejB\"];const serializationHash=\"framer-VaDjM\";const variantClassNames={BVlgaMhW1:\"framer-v-odtgv1\",gHHarIpiX:\"framer-v-1yx2a85\",iDkgnkyzn:\"framer-v-zyi6dz\",IQULH4KcW:\"framer-v-15rpymj\",iWco9fejB:\"framer-v-1q0niti\",LP3wENtT9:\"framer-v-7vjhge\",mF3ZbBko7:\"framer-v-x5nmit\",n1UdOwAo6:\"framer-v-1l3jp7s\",nIo1gJRJP:\"framer-v-7fuhfc\",oAvMZm_L9:\"framer-v-ogetfs\",oMOB_0Ccr:\"framer-v-kmw7p9\",s5F8LGcCR:\"framer-v-dp1wlj\",tcxDS5LlM:\"framer-v-1uxnsy5\",TjbPqNcTT:\"framer-v-1we84hm\",UdnzvDlV3:\"framer-v-e0mtn7\",WvFQmdCUZ:\"framer-v-1qf0vdv\",xPX0JdtKD:\"framer-v-mou77x\",zH7vZLbsJ:\"framer-v-1ycmqbe\",zJSduKP01:\"framer-v-6wcb44\",ZufzrS1AR:\"framer-v-1h1fcwp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Australia\":\"n1UdOwAo6\",\"Desktop Hong Kong\":\"oAvMZm_L9\",\"Desktop Malaysia\":\"xPX0JdtKD\",\"Desktop Singapore\":\"TjbPqNcTT\",\"Laptop Australia\":\"UdnzvDlV3\",\"Laptop Hong Kong\":\"iWco9fejB\",\"Laptop Malaysia\":\"ZufzrS1AR\",\"Laptop Singapore\":\"gHHarIpiX\",\"Phone Australia\":\"oMOB_0Ccr\",\"Phone Hong Kong\":\"tcxDS5LlM\",\"Phone Malaysia\":\"s5F8LGcCR\",\"Phone Singapore\":\"nIo1gJRJP\",\"Tablet Australia\":\"IQULH4KcW\",\"Tablet Hong Kong\":\"zH7vZLbsJ\",\"Tablet Malaysia\":\"WvFQmdCUZ\",\"Tablet Singapore\":\"zJSduKP01\",Desktop:\"LP3wENtT9\",Laptop:\"mF3ZbBko7\",Phone:\"iDkgnkyzn\",Tablet:\"BVlgaMhW1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"LP3wENtT9\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LP3wENtT9\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if([\"xPX0JdtKD\",\"WvFQmdCUZ\",\"s5F8LGcCR\",\"ZufzrS1AR\",\"n1UdOwAo6\",\"IQULH4KcW\",\"oMOB_0Ccr\",\"UdnzvDlV3\",\"oAvMZm_L9\",\"zH7vZLbsJ\",\"tcxDS5LlM\",\"iWco9fejB\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"n1UdOwAo6\",\"IQULH4KcW\",\"oMOB_0Ccr\",\"UdnzvDlV3\",\"TjbPqNcTT\",\"zJSduKP01\",\"nIo1gJRJP\",\"gHHarIpiX\",\"oAvMZm_L9\",\"zH7vZLbsJ\",\"tcxDS5LlM\",\"iWco9fejB\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"xPX0JdtKD\",\"WvFQmdCUZ\",\"s5F8LGcCR\",\"ZufzrS1AR\",\"n1UdOwAo6\",\"IQULH4KcW\",\"oMOB_0Ccr\",\"UdnzvDlV3\",\"TjbPqNcTT\",\"zJSduKP01\",\"nIo1gJRJP\",\"gHHarIpiX\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"xPX0JdtKD\",\"WvFQmdCUZ\",\"s5F8LGcCR\",\"ZufzrS1AR\",\"TjbPqNcTT\",\"zJSduKP01\",\"nIo1gJRJP\",\"gHHarIpiX\",\"oAvMZm_L9\",\"zH7vZLbsJ\",\"tcxDS5LlM\",\"iWco9fejB\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"xPX0JdtKD\",\"WvFQmdCUZ\",\"s5F8LGcCR\",\"ZufzrS1AR\",\"n1UdOwAo6\",\"IQULH4KcW\",\"oMOB_0Ccr\",\"UdnzvDlV3\",\"TjbPqNcTT\",\"zJSduKP01\",\"nIo1gJRJP\",\"gHHarIpiX\",\"oAvMZm_L9\",\"zH7vZLbsJ\",\"tcxDS5LlM\",\"iWco9fejB\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-7vjhge\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"LP3wENtT9\",ref:refBinding,style:{backgroundColor:\"rgb(246, 246, 247)\",...style},...addPropertyOverrides({BVlgaMhW1:{\"data-framer-name\":\"Tablet\"},gHHarIpiX:{\"data-framer-name\":\"Laptop Singapore\"},iDkgnkyzn:{\"data-framer-name\":\"Phone\"},IQULH4KcW:{\"data-framer-name\":\"Tablet Australia\"},iWco9fejB:{\"data-framer-name\":\"Laptop Hong Kong\"},mF3ZbBko7:{\"data-framer-name\":\"Laptop\"},n1UdOwAo6:{\"data-framer-name\":\"Desktop Australia\"},nIo1gJRJP:{\"data-framer-name\":\"Phone Singapore\"},oAvMZm_L9:{\"data-framer-name\":\"Desktop Hong Kong\"},oMOB_0Ccr:{\"data-framer-name\":\"Phone Australia\"},s5F8LGcCR:{\"data-framer-name\":\"Phone Malaysia\"},tcxDS5LlM:{\"data-framer-name\":\"Phone Hong Kong\"},TjbPqNcTT:{\"data-framer-name\":\"Desktop Singapore\"},UdnzvDlV3:{\"data-framer-name\":\"Laptop Australia\"},WvFQmdCUZ:{\"data-framer-name\":\"Tablet Malaysia\"},xPX0JdtKD:{\"data-framer-name\":\"Desktop Malaysia\"},zH7vZLbsJ:{\"data-framer-name\":\"Tablet Hong Kong\"},zJSduKP01:{\"data-framer-name\":\"Tablet Singapore\"},ZufzrS1AR:{\"data-framer-name\":\"Laptop Malaysia\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-em1q0v\",\"data-framer-name\":\"Section Footer\",layoutDependency:layoutDependency,layoutId:\"E0ujji3jR\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-f2d65r\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"e0aI9UiP5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b451eg\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"YcPqeDZQh\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bpo0ze\",\"data-framer-name\":\"Logo+Text\",layoutDependency:layoutDependency,layoutId:\"QTrjFypyE\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"131px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+0+0+0,...addPropertyOverrides({BVlgaMhW1:{height:36.776315789473685,width:\"130px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+0+0+0},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+0+0+0},iDkgnkyzn:{height:31.11842105263158,width:\"110px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+0+0+-14210854715202004e-30},IQULH4KcW:{height:36.776315789473685,width:\"130px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+0+0+0},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+0+0+0},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+0+0+0},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+0+0+0},nIo1gJRJP:{height:31.11842105263158,width:\"110px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+0+0+-14210854715202004e-30},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+0+0+0},oMOB_0Ccr:{height:31.11842105263158,width:\"110px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+0+0+-14210854715202004e-30},s5F8LGcCR:{height:31.11842105263158,width:\"110px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+0+0+-14210854715202004e-30},tcxDS5LlM:{height:31.11842105263158,width:\"110px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+0+0+-14210854715202004e-30},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+0+0+0},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+0+0+0},WvFQmdCUZ:{height:36.776315789473685,width:\"130px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+0+0+0},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+0+0+0},zH7vZLbsJ:{height:36.776315789473685,width:\"130px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+0+0+0},zJSduKP01:{height:36.776315789473685,width:\"130px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+0+0+0},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-f26dda-container\",layoutDependency:layoutDependency,layoutId:\"frJAzVIuU-container\",nodeId:\"frJAzVIuU\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(LogoLogo,{A2YgnEO7G:resolvedLinks[0],height:\"100%\",id:\"frJAzVIuU\",layoutId:\"frJAzVIuU\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{A2YgnEO7G:resolvedLinks[1]},gHHarIpiX:{A2YgnEO7G:resolvedLinks[15]},iDkgnkyzn:{A2YgnEO7G:resolvedLinks[2]},IQULH4KcW:{A2YgnEO7G:resolvedLinks[9]},iWco9fejB:{A2YgnEO7G:resolvedLinks[19]},mF3ZbBko7:{A2YgnEO7G:resolvedLinks[3]},n1UdOwAo6:{A2YgnEO7G:resolvedLinks[8]},nIo1gJRJP:{A2YgnEO7G:resolvedLinks[14]},oAvMZm_L9:{A2YgnEO7G:resolvedLinks[16]},oMOB_0Ccr:{A2YgnEO7G:resolvedLinks[10]},s5F8LGcCR:{A2YgnEO7G:resolvedLinks[6]},tcxDS5LlM:{A2YgnEO7G:resolvedLinks[18]},TjbPqNcTT:{A2YgnEO7G:resolvedLinks[12]},UdnzvDlV3:{A2YgnEO7G:resolvedLinks[11]},WvFQmdCUZ:{A2YgnEO7G:resolvedLinks[5]},xPX0JdtKD:{A2YgnEO7G:resolvedLinks[4]},zH7vZLbsJ:{A2YgnEO7G:resolvedLinks[17]},zJSduKP01:{A2YgnEO7G:resolvedLinks[13]},ZufzrS1AR:{A2YgnEO7G:resolvedLinks[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})}),className:\"framer-eq9vpa\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pgMTY58y8\",style:{\"--extracted-r6o4lv\":\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({BVlgaMhW1:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})})},iDkgnkyzn:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})})},IQULH4KcW:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})})},nIo1gJRJP:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})})},oMOB_0Ccr:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})})},s5F8LGcCR:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})})},tcxDS5LlM:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})})},WvFQmdCUZ:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})})},zH7vZLbsJ:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})})},zJSduKP01:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"The best restaurant revenue growth partner with delivery, reservation, loyalty, and marketing\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hbfjbz\",\"data-framer-name\":\"Menus\",layoutDependency:layoutDependency,layoutId:\"l5k9YRhdC\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cn1y11\",\"data-framer-name\":\"Menu List\",layoutDependency:layoutDependency,layoutId:\"jSwfBf9gq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Product\"})}),className:\"framer-1vfdzqa\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QseKUWvVY\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u00rir\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"MiHgWUeQ1\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+0},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+0},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+0},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+0},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+0},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+0},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+0},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+0},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+0},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+0},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18yuyrs-container\",layoutDependency:layoutDependency,layoutId:\"dpHbC_1vn-container\",nodeId:\"dpHbC_1vn\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v3\",activeLocale)??\"Reservation\",dpKtLgXs9:resolvedLinks1[0],height:\"100%\",id:\"dpHbC_1vn\",IejEVkrjL:false,layoutId:\"dpHbC_1vn\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks1[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks1[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks1[2],style:{width:\"100%\"}},IQULH4KcW:{dpKtLgXs9:resolvedLinks1[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks1[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks1[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks1[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks1[14],style:{width:\"100%\"}},oAvMZm_L9:{dpKtLgXs9:resolvedLinks1[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks1[10],style:{width:\"100%\"}},s5F8LGcCR:{dpKtLgXs9:resolvedLinks1[6],style:{width:\"100%\"}},tcxDS5LlM:{dpKtLgXs9:resolvedLinks1[18],style:{width:\"100%\"}},TjbPqNcTT:{dpKtLgXs9:resolvedLinks1[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks1[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks1[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks1[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks1[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks1[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks1[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+32},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+32},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+32},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+32},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+32},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+32},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+32},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+32},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+32},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+32},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cnagm7-container\",layoutDependency:layoutDependency,layoutId:\"Opb9J7H5i-container\",nodeId:\"Opb9J7H5i\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v4\",activeLocale)??\"Online Ordering\",dpKtLgXs9:resolvedLinks2[0],height:\"100%\",id:\"Opb9J7H5i\",IejEVkrjL:false,layoutId:\"Opb9J7H5i\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks2[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks2[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks2[2],style:{width:\"100%\"}},IQULH4KcW:{dpKtLgXs9:resolvedLinks2[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks2[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks2[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks2[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks2[14],style:{width:\"100%\"}},oAvMZm_L9:{dpKtLgXs9:resolvedLinks2[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks2[10],style:{width:\"100%\"}},s5F8LGcCR:{dpKtLgXs9:resolvedLinks2[6],style:{width:\"100%\"}},tcxDS5LlM:{dpKtLgXs9:resolvedLinks2[18],style:{width:\"100%\"}},TjbPqNcTT:{dpKtLgXs9:resolvedLinks2[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks2[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks2[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks2[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks2[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks2[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks2[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+64},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+64},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+64},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+64},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+64},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+64},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+64},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+64},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+64},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+64},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ydikyc-container\",layoutDependency:layoutDependency,layoutId:\"DQ7IVg4vz-container\",nodeId:\"DQ7IVg4vz\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v5\",activeLocale)??\"Loyalty\",dpKtLgXs9:resolvedLinks3[0],height:\"100%\",id:\"DQ7IVg4vz\",IejEVkrjL:false,layoutId:\"DQ7IVg4vz\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks3[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks3[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks3[2],style:{width:\"100%\"}},IQULH4KcW:{dpKtLgXs9:resolvedLinks3[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks3[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks3[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks3[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks3[14],style:{width:\"100%\"}},oAvMZm_L9:{dpKtLgXs9:resolvedLinks3[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks3[10],style:{width:\"100%\"}},s5F8LGcCR:{dpKtLgXs9:resolvedLinks3[6],style:{width:\"100%\"}},tcxDS5LlM:{dpKtLgXs9:resolvedLinks3[18],style:{width:\"100%\"}},TjbPqNcTT:{dpKtLgXs9:resolvedLinks3[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks3[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks3[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks3[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks3[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks3[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks3[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+96},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+96},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+96},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+96},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+96},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+96},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+96},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+96},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+96},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+96},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17eb6el-container\",layoutDependency:layoutDependency,layoutId:\"sRUgU72xq-container\",nodeId:\"sRUgU72xq\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v6\",activeLocale)??\"Payment Terminal\",dpKtLgXs9:resolvedLinks4[0],height:\"100%\",id:\"sRUgU72xq\",IejEVkrjL:false,layoutId:\"sRUgU72xq\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks4[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks4[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks4[2],style:{width:\"100%\"}},IQULH4KcW:{dpKtLgXs9:resolvedLinks4[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks4[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks4[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks4[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks4[14],style:{width:\"100%\"}},oAvMZm_L9:{dpKtLgXs9:resolvedLinks4[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks4[10],style:{width:\"100%\"}},s5F8LGcCR:{dpKtLgXs9:resolvedLinks4[6],style:{width:\"100%\"}},tcxDS5LlM:{dpKtLgXs9:resolvedLinks4[18],style:{width:\"100%\"}},TjbPqNcTT:{dpKtLgXs9:resolvedLinks4[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks4[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks4[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks4[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks4[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks4[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks4[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+128},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+128},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+128},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+128},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+128},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+128},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+128},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+128},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+128},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+128},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yfkszr-container\",layoutDependency:layoutDependency,layoutId:\"eB5zrcAoj-container\",nodeId:\"eB5zrcAoj\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v7\",activeLocale)??\"Virtual Lounge\",dpKtLgXs9:resolvedLinks5[0],height:\"100%\",id:\"eB5zrcAoj\",IejEVkrjL:false,layoutId:\"eB5zrcAoj\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks5[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks5[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks5[2],style:{width:\"100%\"}},IQULH4KcW:{dpKtLgXs9:resolvedLinks5[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks5[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks5[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks5[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks5[14],style:{width:\"100%\"}},oAvMZm_L9:{dpKtLgXs9:resolvedLinks5[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks5[10],style:{width:\"100%\"}},s5F8LGcCR:{dpKtLgXs9:resolvedLinks5[6],style:{width:\"100%\"}},tcxDS5LlM:{dpKtLgXs9:resolvedLinks5[18],style:{width:\"100%\"}},TjbPqNcTT:{dpKtLgXs9:resolvedLinks5[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks5[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks5[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks5[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks5[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks5[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks5[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+160},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},iDkgnkyzn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+160},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+160},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},nIo1gJRJP:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+160},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},oMOB_0Ccr:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+160},s5F8LGcCR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+160},tcxDS5LlM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+160},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+160},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+160},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+160},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q5emhp-container\",layoutDependency:layoutDependency,layoutId:\"CFKHfvcLW-container\",nodeId:\"CFKHfvcLW\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v8\",activeLocale)??\"Surveys\",dpKtLgXs9:resolvedLinks6[0],height:\"100%\",id:\"CFKHfvcLW\",IejEVkrjL:false,layoutId:\"CFKHfvcLW\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks6[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks6[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks6[2]},IQULH4KcW:{dpKtLgXs9:resolvedLinks6[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks6[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks6[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks6[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks6[14]},oAvMZm_L9:{dpKtLgXs9:resolvedLinks6[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks6[10]},s5F8LGcCR:{dpKtLgXs9:resolvedLinks6[6]},tcxDS5LlM:{dpKtLgXs9:resolvedLinks6[18]},TjbPqNcTT:{dpKtLgXs9:resolvedLinks6[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks6[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks6[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks6[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks6[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks6[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks6[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+192},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+192},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+192},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+192},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+192},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+192},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+192},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+192},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+192},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+192},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6cxdpy-container\",layoutDependency:layoutDependency,layoutId:\"IQS4NNjXq-container\",nodeId:\"IQS4NNjXq\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v9\",activeLocale)??\"Marketing Engine\",dpKtLgXs9:resolvedLinks7[0],height:\"100%\",id:\"IQS4NNjXq\",IejEVkrjL:false,layoutId:\"IQS4NNjXq\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks7[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks7[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks7[2],style:{width:\"100%\"}},IQULH4KcW:{dpKtLgXs9:resolvedLinks7[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks7[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks7[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks7[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks7[14],style:{width:\"100%\"}},oAvMZm_L9:{dpKtLgXs9:resolvedLinks7[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks7[10],style:{width:\"100%\"}},s5F8LGcCR:{dpKtLgXs9:resolvedLinks7[6],style:{width:\"100%\"}},tcxDS5LlM:{dpKtLgXs9:resolvedLinks7[18],style:{width:\"100%\"}},TjbPqNcTT:{dpKtLgXs9:resolvedLinks7[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks7[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks7[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks7[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks7[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks7[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks7[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+224},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},iDkgnkyzn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+224},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+224},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},nIo1gJRJP:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+224},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},oMOB_0Ccr:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+224},s5F8LGcCR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+224},tcxDS5LlM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+224},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+224},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+224},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+224},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17ypiqp-container\",layoutDependency:layoutDependency,layoutId:\"vR371yHeI-container\",nodeId:\"vR371yHeI\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v10\",activeLocale)??\"Customer Intelligence\",dpKtLgXs9:resolvedLinks8[0],height:\"100%\",id:\"vR371yHeI\",IejEVkrjL:false,layoutId:\"vR371yHeI\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks8[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks8[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks8[2]},IQULH4KcW:{dpKtLgXs9:resolvedLinks8[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks8[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks8[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks8[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks8[14]},oAvMZm_L9:{dpKtLgXs9:resolvedLinks8[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks8[10]},s5F8LGcCR:{dpKtLgXs9:resolvedLinks8[6]},tcxDS5LlM:{dpKtLgXs9:resolvedLinks8[18]},TjbPqNcTT:{dpKtLgXs9:resolvedLinks8[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks8[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks8[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks8[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks8[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks8[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks8[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+256},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},iDkgnkyzn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+256},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+256},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},nIo1gJRJP:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+256},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},oMOB_0Ccr:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+256},s5F8LGcCR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+0+0+35.8+0+256},tcxDS5LlM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+0+0+35.8+0+256},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+256},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+256},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+256},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jdxt5j-container\",layoutDependency:layoutDependency,layoutId:\"RqyFvIu_o-container\",nodeId:\"RqyFvIu_o\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v11\",activeLocale)??\"Oddle Eats Network\",dpKtLgXs9:resolvedLinks9[0],height:\"100%\",id:\"RqyFvIu_o\",IejEVkrjL:false,layoutId:\"RqyFvIu_o\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks9[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks9[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks9[2]},IQULH4KcW:{dpKtLgXs9:resolvedLinks9[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks9[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks9[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks9[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks9[14]},oAvMZm_L9:{dpKtLgXs9:resolvedLinks9[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks9[10]},s5F8LGcCR:{dpKtLgXs9:resolvedLinks9[6]},tcxDS5LlM:{dpKtLgXs9:resolvedLinks9[18]},TjbPqNcTT:{dpKtLgXs9:resolvedLinks9[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks9[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks9[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks9[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks9[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks9[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks9[7]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-144sdqa\",\"data-framer-name\":\"Menu List\",layoutDependency:layoutDependency,layoutId:\"YQLLtCwhw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Resources\"})}),className:\"framer-wkfv5h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rp7GC2_7O\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w5zwno\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"hTTi77EkN\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+224},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},iDkgnkyzn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+0},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+224},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},nIo1gJRJP:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+0},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},oMOB_0Ccr:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+0},s5F8LGcCR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+0},tcxDS5LlM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+0},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+224},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+224},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+224},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o3mksd-container\",layoutDependency:layoutDependency,layoutId:\"NRj95ypnZ-container\",nodeId:\"NRj95ypnZ\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v13\",activeLocale)??\"Pricing\",dpKtLgXs9:resolvedLinks10[0],height:\"100%\",id:\"NRj95ypnZ\",IejEVkrjL:false,layoutId:\"NRj95ypnZ\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks10[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks10[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks10[2]},IQULH4KcW:{dpKtLgXs9:resolvedLinks10[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks10[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks10[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks10[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks10[14]},oAvMZm_L9:{dpKtLgXs9:resolvedLinks10[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks10[10]},s5F8LGcCR:{dpKtLgXs9:resolvedLinks10[6]},tcxDS5LlM:{dpKtLgXs9:resolvedLinks10[18]},TjbPqNcTT:{dpKtLgXs9:resolvedLinks10[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks10[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks10[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks10[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks10[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks10[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks10[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+32},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},iDkgnkyzn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+32},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+32},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},nIo1gJRJP:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+32},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},oMOB_0Ccr:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+32},s5F8LGcCR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+32},tcxDS5LlM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+32},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+32},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+32},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+32},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+32}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ko656o-container\",layoutDependency:layoutDependency,layoutId:\"gFVlToK0l-container\",nodeId:\"gFVlToK0l\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v14\",activeLocale)??\"Free Demo\",dpKtLgXs9:resolvedLinks11[0],height:\"100%\",id:\"gFVlToK0l\",IejEVkrjL:false,layoutId:\"gFVlToK0l\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks11[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks11[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks11[2]},IQULH4KcW:{dpKtLgXs9:resolvedLinks11[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks11[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks11[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks11[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks11[14]},oAvMZm_L9:{dpKtLgXs9:resolvedLinks11[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks11[10]},s5F8LGcCR:{dpKtLgXs9:resolvedLinks11[6]},tcxDS5LlM:{dpKtLgXs9:resolvedLinks11[18]},TjbPqNcTT:{dpKtLgXs9:resolvedLinks11[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks11[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks11[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks11[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks11[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks11[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks11[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+0},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+64},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+0},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+64},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+64},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+64},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+64},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+0},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+0},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+0},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vfpyio-container\",layoutDependency:layoutDependency,layoutId:\"g4s0oHMaQ-container\",nodeId:\"g4s0oHMaQ\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v15\",activeLocale)??\"Guides\",dpKtLgXs9:resolvedLinks12[0],height:\"100%\",id:\"g4s0oHMaQ\",IejEVkrjL:false,layoutId:\"g4s0oHMaQ\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks12[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks12[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks12[2],style:{width:\"100%\"}},IQULH4KcW:{dpKtLgXs9:resolvedLinks12[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks12[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks12[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks12[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks12[14],style:{width:\"100%\"}},oAvMZm_L9:{dpKtLgXs9:resolvedLinks12[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks12[10],style:{width:\"100%\"}},s5F8LGcCR:{dpKtLgXs9:resolvedLinks12[6],style:{width:\"100%\"}},tcxDS5LlM:{dpKtLgXs9:resolvedLinks12[18],style:{width:\"100%\"}},TjbPqNcTT:{dpKtLgXs9:resolvedLinks12[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks12[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks12[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks12[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks12[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks12[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks12[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+64},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+96},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+64},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+96},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+96},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+96},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+96},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+64},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+64},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+64},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+96}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1q8glls-container\",layoutDependency:layoutDependency,layoutId:\"SFtlVpHJV-container\",nodeId:\"SFtlVpHJV\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v16\",activeLocale)??\"Customer Stories\",dpKtLgXs9:resolvedLinks13[0],height:\"100%\",id:\"SFtlVpHJV\",IejEVkrjL:false,layoutId:\"SFtlVpHJV\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks13[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks13[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks13[2],style:{width:\"100%\"}},IQULH4KcW:{dpKtLgXs9:resolvedLinks13[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks13[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks13[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks13[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks13[14],style:{width:\"100%\"}},oAvMZm_L9:{dpKtLgXs9:resolvedLinks13[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks13[10],style:{width:\"100%\"}},s5F8LGcCR:{dpKtLgXs9:resolvedLinks13[6],style:{width:\"100%\"}},tcxDS5LlM:{dpKtLgXs9:resolvedLinks13[18],style:{width:\"100%\"}},TjbPqNcTT:{dpKtLgXs9:resolvedLinks13[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks13[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks13[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks13[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks13[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks13[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks13[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+128},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},iDkgnkyzn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+128},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+128},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},nIo1gJRJP:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+128},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},oMOB_0Ccr:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+128},s5F8LGcCR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+128},tcxDS5LlM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+128},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+128},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+128},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+128},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+128}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-146or8j-container\",layoutDependency:layoutDependency,layoutId:\"Y8MOwiuOl-container\",nodeId:\"Y8MOwiuOl\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v17\",activeLocale)??\"Restaurant Online Ordering Guide\",dpKtLgXs9:\"/blog/the-ultimate-guide-to-online-ordering-systems-for-restaurants-drive-revenue-with-oddle-eshop\",height:\"100%\",id:\"Y8MOwiuOl\",IejEVkrjL:false,layoutId:\"Y8MOwiuOl\",variant:\"ey6JAXSEy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+160},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},iDkgnkyzn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+160},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+160},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},nIo1gJRJP:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+160},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},oMOB_0Ccr:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+160},s5F8LGcCR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+160},tcxDS5LlM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+160},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+160},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+160},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+160},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+160}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2nmfly-container\",layoutDependency:layoutDependency,layoutId:\"bPr34fpaC-container\",nodeId:\"bPr34fpaC\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v18\",activeLocale)??\"Restaurant Reservation Guide\",dpKtLgXs9:\"/blog/the-ultimate-guide-to-restaurant-reservation-systems-everything-you-need-to-know-to-get-started\",height:\"100%\",id:\"bPr34fpaC\",IejEVkrjL:false,layoutId:\"bPr34fpaC\",variant:\"ey6JAXSEy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+192},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},iDkgnkyzn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+192},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+192},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},nIo1gJRJP:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+192},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},oMOB_0Ccr:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+192},s5F8LGcCR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+192},tcxDS5LlM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+192},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+192},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+192},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+192},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+192}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-n2uyv6-container\",layoutDependency:layoutDependency,layoutId:\"QbQ8YitHG-container\",nodeId:\"QbQ8YitHG\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v19\",activeLocale)??\"Restaurant Loyalty Guide\",dpKtLgXs9:\"/blog/the-ultimate-guide-to-growing-restaurant-sales-with-a-loyalty-program-how-oddle-loyalty-empowers-owners-and-marketers\",height:\"100%\",id:\"QbQ8YitHG\",IejEVkrjL:false,layoutId:\"QbQ8YitHG\",variant:\"ey6JAXSEy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined},{href:{pathVariables:{CQYj8C6Jx:\"integrating-budgeting-and-to-the-forecasting-tools\"},unresolvedPathSlugs:{CQYj8C6Jx:{collectionId:\"oDxH74kC1\",collectionItemId:\"RTJg_K8Pd\"}},webPageId:\"wxlzdmvvN\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+96},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},iDkgnkyzn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+224},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+96},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},nIo1gJRJP:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+224},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},oMOB_0Ccr:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+224},s5F8LGcCR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+224},tcxDS5LlM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+224},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+96},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+96},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+96},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+224}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p064y8-container\",layoutDependency:layoutDependency,layoutId:\"pnv6f7DjC-container\",nodeId:\"pnv6f7DjC\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v20\",activeLocale)??\"Restaurant Marketing Guide\",dpKtLgXs9:resolvedLinks14[0],height:\"100%\",id:\"pnv6f7DjC\",IejEVkrjL:false,layoutId:\"pnv6f7DjC\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks14[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks14[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks14[2]},IQULH4KcW:{dpKtLgXs9:resolvedLinks14[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks14[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks14[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks14[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks14[14]},oAvMZm_L9:{dpKtLgXs9:resolvedLinks14[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks14[10]},s5F8LGcCR:{dpKtLgXs9:resolvedLinks14[6]},tcxDS5LlM:{dpKtLgXs9:resolvedLinks14[18]},TjbPqNcTT:{dpKtLgXs9:resolvedLinks14[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks14[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks14[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks14[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks14[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks14[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks14[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+256},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},iDkgnkyzn:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+256},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+256},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},nIo1gJRJP:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+256},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},oMOB_0Ccr:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+256},s5F8LGcCR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+358.8+0+35.8+0+256},tcxDS5LlM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+358.8+0+35.8+0+256},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+256},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+256},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+35.8+0+256},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+35.8+0+256}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1b254uy-container\",layoutDependency:layoutDependency,layoutId:\"DxA56GDT_-container\",nodeId:\"DxA56GDT_\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v21\",activeLocale)??\"Merchant Support\",dpKtLgXs9:\"https://help.oddle.me\",height:\"100%\",id:\"DxA56GDT_\",IejEVkrjL:false,layoutId:\"DxA56GDT_\",variant:\"ey6JAXSEy\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nac11o\",\"data-framer-name\":\"Menu List\",layoutDependency:layoutDependency,layoutId:\"sEYdRCiaU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Company\"})}),className:\"framer-1hxvelh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dokYK8QML\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1girg37\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"mlzaE9OuE\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+39.8+0+0,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+0},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+0},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+0},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+0},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+0},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+39.8+0+0},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+0},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+0},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+0},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+717.6+0+39.8+0+0},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+717.6+0+39.8+0+0},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+0},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+0},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+0},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+0},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+0},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+0},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+0},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17w1uyd-container\",layoutDependency:layoutDependency,layoutId:\"ZMoKgEk5_-container\",nodeId:\"ZMoKgEk5_\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v23\",activeLocale)??\"About us\",dpKtLgXs9:resolvedLinks15[0],height:\"100%\",id:\"ZMoKgEk5_\",IejEVkrjL:false,layoutId:\"ZMoKgEk5_\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({BVlgaMhW1:{dpKtLgXs9:resolvedLinks15[1]},gHHarIpiX:{dpKtLgXs9:resolvedLinks15[15]},iDkgnkyzn:{dpKtLgXs9:resolvedLinks15[2],style:{width:\"100%\"}},IQULH4KcW:{dpKtLgXs9:resolvedLinks15[9]},iWco9fejB:{dpKtLgXs9:resolvedLinks15[19]},mF3ZbBko7:{dpKtLgXs9:resolvedLinks15[3]},n1UdOwAo6:{dpKtLgXs9:resolvedLinks15[8]},nIo1gJRJP:{dpKtLgXs9:resolvedLinks15[14],style:{width:\"100%\"}},oAvMZm_L9:{dpKtLgXs9:resolvedLinks15[16]},oMOB_0Ccr:{dpKtLgXs9:resolvedLinks15[10],style:{width:\"100%\"}},s5F8LGcCR:{dpKtLgXs9:resolvedLinks15[6],style:{width:\"100%\"}},tcxDS5LlM:{dpKtLgXs9:resolvedLinks15[18],style:{width:\"100%\"}},TjbPqNcTT:{dpKtLgXs9:resolvedLinks15[12]},UdnzvDlV3:{dpKtLgXs9:resolvedLinks15[11]},WvFQmdCUZ:{dpKtLgXs9:resolvedLinks15[5]},xPX0JdtKD:{dpKtLgXs9:resolvedLinks15[4]},zH7vZLbsJ:{dpKtLgXs9:resolvedLinks15[17]},zJSduKP01:{dpKtLgXs9:resolvedLinks15[13]},ZufzrS1AR:{dpKtLgXs9:resolvedLinks15[7]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+39.8+0+27,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+27},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+27},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+27},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+27},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+27},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+39.8+0+27},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+27},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+27},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+27},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+717.6+0+39.8+0+27},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+717.6+0+39.8+0+27},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+27},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+27},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+27},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+27},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+27},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+27},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+27},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+27}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19i25ip-container\",layoutDependency:layoutDependency,layoutId:\"pYWC5hph4-container\",nodeId:\"pYWC5hph4\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v24\",activeLocale)??\"Careers\",dpKtLgXs9:\"https://www.linkedin.com/jobs/oddle-jobs-singapore/?currentJobId=4058317799\",height:\"100%\",id:\"pYWC5hph4\",IejEVkrjL:false,layoutId:\"pYWC5hph4\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({iDkgnkyzn:{style:{width:\"100%\"}},nIo1gJRJP:{style:{width:\"100%\"}},oMOB_0Ccr:{style:{width:\"100%\"}},s5F8LGcCR:{style:{width:\"100%\"}},tcxDS5LlM:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+39.8+0+54,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+54},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+54},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+54},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+54},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+54},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+39.8+0+54},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+54},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+54},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+54},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+717.6+0+39.8+0+54},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+717.6+0+39.8+0+54},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+54},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+54},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+54},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+54},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+54},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+54},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+54},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+54}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wdpwy2-container\",layoutDependency:layoutDependency,layoutId:\"c_dlr_1tC-container\",nodeId:\"c_dlr_1tC\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:\"Privacy Policy\",dpKtLgXs9:\"https://docs.oddle.me/general/privacy-policy/\",height:\"100%\",id:\"c_dlr_1tC\",IejEVkrjL:false,layoutId:\"c_dlr_1tC\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({iDkgnkyzn:{style:{width:\"100%\"}},nIo1gJRJP:{style:{width:\"100%\"}},oMOB_0Ccr:{style:{width:\"100%\"}},s5F8LGcCR:{style:{width:\"100%\"}},tcxDS5LlM:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1430.5)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+39.8+0+81,...addPropertyOverrides({BVlgaMhW1:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1449)-0-1244.5763157894737)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+81},gHHarIpiX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+81},iDkgnkyzn:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1754.7184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+81},IQULH4KcW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+81},iWco9fejB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+81},mF3ZbBko7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1252.6)/2+0+0)+64+0+0+0+284+0+0+39.8+0+81},n1UdOwAo6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+81},nIo1gJRJP:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1480.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+81},oAvMZm_L9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+81},oMOB_0Ccr:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+717.6+0+39.8+0+81},s5F8LGcCR:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1493.5184210526318)/2+0+0)+32+0+0+0+311.11842105263156+0+717.6+0+39.8+0+81},tcxDS5LlM:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 20px) * 0.4)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1473.5184210526318)/2+0+0)+12+0+0+0+311.11842105263156+0+717.6+0+39.8+0+81},TjbPqNcTT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-978.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+81},UdnzvDlV3:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+81},WvFQmdCUZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||977.5)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+81},xPX0JdtKD:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||959)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+81},zH7vZLbsJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-963.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+81},zJSduKP01:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-970.3763157894738)/2+0+0)+32+0+0+0+334.7763157894737+0+0+39.8+0+81},ZufzrS1AR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-971.4)/2+0+0)+64+0+0+0+284+0+0+39.8+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19shp6l-container\",layoutDependency:layoutDependency,layoutId:\"xWXclL102-container\",nodeId:\"xWXclL102\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:\"Terms of Service\",dpKtLgXs9:\"https://docs.oddle.me/general/terms-of-service/\",height:\"100%\",id:\"xWXclL102\",IejEVkrjL:false,layoutId:\"xWXclL102\",variant:\"ey6JAXSEy\",width:\"100%\",...addPropertyOverrides({iDkgnkyzn:{style:{width:\"100%\"}},nIo1gJRJP:{style:{width:\"100%\"}},oMOB_0Ccr:{style:{width:\"100%\"}},s5F8LGcCR:{style:{width:\"100%\"}},tcxDS5LlM:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xr5596\",\"data-border\":true,\"data-framer-name\":\"Bottom content\",layoutDependency:layoutDependency,layoutId:\"lKTVW9FMH\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-a3bb8751-1ee7-48b6-b54a-44f7920ef63c, rgb(234, 236, 240))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5cq0g6\",\"data-framer-name\":\"Addresses\",layoutDependency:layoutDependency,layoutId:\"vnhIvGFLt\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hax2g6\",\"data-framer-name\":\"Address\",layoutDependency:layoutDependency,layoutId:\"jPdtFCJ16\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Singapore\"})}),className:\"framer-1qlu9ml\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KBDWtZ0Bp\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1840p3m\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"LcRY8cHd9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-zea6ny\",\"data-styles-preset\":\"k428Wz_WF\",children:[\"The Oddle Company Pte Ltd\",/*#__PURE__*/_jsx(motion.br,{}),\"67 Ayer Rajah Crescent, #06-18\",/*#__PURE__*/_jsx(motion.br,{}),\"Singapore 139950\"]})}),className:\"framer-1txdpbg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Gd8LpqZ28\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7xhddo\",\"data-framer-name\":\"Address\",layoutDependency:layoutDependency,layoutId:\"VIaPzwUw_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Malaysia\"})}),className:\"framer-1eynspo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Bd7tC1_ad\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mn9932\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"l5EcYq3qW\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-zea6ny\",\"data-styles-preset\":\"k428Wz_WF\",children:[\"Oddle Sdn Bhd\",/*#__PURE__*/_jsx(motion.br,{}),\"Unit 23-3, Oval Tower Damansara\",/*#__PURE__*/_jsx(motion.br,{}),\"No. 685, Jalan Damansara,\",/*#__PURE__*/_jsx(motion.br,{}),\"Kuala Lumpur 60000, Malaysia\"]})}),className:\"framer-dciy72\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"q1WMDUq8E\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rglqkl\",\"data-framer-name\":\"Address\",layoutDependency:layoutDependency,layoutId:\"YeBAjc4YM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Hong Kong\"})}),className:\"framer-10b8qql\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DaxRToxt3\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mf0qjx\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"NwK_kw4hd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-zea6ny\",\"data-styles-preset\":\"k428Wz_WF\",children:[\"Oddle (Hong Kong) Limited\",/*#__PURE__*/_jsx(motion.br,{}),\"Room 309, 200 Hennessy Road,\",/*#__PURE__*/_jsx(motion.br,{}),\"Wanchai, Hong Kong\"]})}),className:\"framer-1wv2sax\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EMI58eizw\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eih36m\",\"data-framer-name\":\"Address\",layoutDependency:layoutDependency,layoutId:\"MWtVyv5qa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Australia\"})}),className:\"framer-unqz0x\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CBawud3ug\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v62abw\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"zF09uiD5F\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-zea6ny\",\"data-styles-preset\":\"k428Wz_WF\",children:[\"Palace Tower Perth (108 St Georges Terrace)\",/*#__PURE__*/_jsx(motion.br,{}),\"Level 23-25, Palace Tower Perth, 108 St Georges Terrace\",/*#__PURE__*/_jsx(motion.br,{}),\"Perth, WA 6000, Australia\"]})}),className:\"framer-tmenqz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ApWOzC88v\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iDkgnkyzn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-zea6ny\",\"data-styles-preset\":\"k428Wz_WF\",children:[\"Palace Tower Perth (108 St Georges Terrace)\",/*#__PURE__*/_jsx(motion.br,{}),\"Level 23-25, Palace Tower Perth\",/*#__PURE__*/_jsx(motion.br,{}),\"108 St Georges Terrace\",/*#__PURE__*/_jsx(motion.br,{}),\"Perth, WA 6000, Australia\"]})})},oMOB_0Ccr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-zea6ny\",\"data-styles-preset\":\"k428Wz_WF\",children:[\"Palace Tower Perth (108 St Georges Terrace)\",/*#__PURE__*/_jsx(motion.br,{}),\"Level 23-25, Palace Tower Perth\",/*#__PURE__*/_jsx(motion.br,{}),\"108 St Georges Terrace\",/*#__PURE__*/_jsx(motion.br,{}),\"Perth, WA 6000, Australia\"]})})}},baseVariant,gestureVariant)})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ltg1vp\",\"data-framer-name\":\"Address\",layoutDependency:layoutDependency,layoutId:\"wsR4V50xT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2ddazt\",\"data-styles-preset\":\"ziZ34Xd3C\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Taiwan\"})}),className:\"framer-14z5uxd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qumsEmdiT\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17r6ywp\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"G7UIVINFH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-zea6ny\",\"data-styles-preset\":\"k428Wz_WF\",children:[\"The Oddle Company Pte Ltd (Taiwan branch)\",/*#__PURE__*/_jsx(motion.br,{}),\"106\u53F0\u5317\u5E02\u5927\u5B89\u5340\u548C\u5E73\u6771\u8DEF\u4E00\u6BB5155\u865F6\u6A13607\u5BA4\",/*#__PURE__*/_jsx(motion.br,{}),\"Rm 607, 6F, No 155, Sec 1, Heping E. Rd, Daan Dist\"]}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zea6ny\",\"data-styles-preset\":\"k428Wz_WF\",children:\"Taipei City 106, Taiwan\"})]}),className:\"framer-17rng28\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E5GJMabOo\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e3f4hy\",layoutDependency:layoutDependency,layoutId:\"qMwiAZnii\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\\xa9 2025 The Oddle Company Pte. Ltd. All rights reserved.\"})}),className:\"framer-1sahzxi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LMD9jxm3M\",style:{\"--extracted-r6o4lv\":\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{iDkgnkyzn:{\"--extracted-2gxw0f\":\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\"},nIo1gJRJP:{\"--extracted-2gxw0f\":\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\"},oMOB_0Ccr:{\"--extracted-2gxw0f\":\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\"},s5F8LGcCR:{\"--extracted-2gxw0f\":\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\"},tcxDS5LlM:{\"--extracted-2gxw0f\":\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iDkgnkyzn:{children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\\xa9 2024 The Oddle Company Pte. Ltd. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"All rights reserved.\"})]})},nIo1gJRJP:{children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\\xa9 2024 The Oddle Company Pte. Ltd. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"All rights reserved.\"})]})},oMOB_0Ccr:{children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\\xa9 2024 The Oddle Company Pte. Ltd. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"All rights reserved.\"})]})},s5F8LGcCR:{children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\\xa9 2024 The Oddle Company Pte. Ltd. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"All rights reserved.\"})]})},tcxDS5LlM:{children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\\xa9 2024 The Oddle Company Pte. Ltd. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"All rights reserved.\"})]})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1y0him0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"MHmo1jSMZ-container\",nodeId:\"MHmo1jSMZ\",rendersWithMotion:true,scopeId:\"BRq5t_PBR\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\",size:12,type:\"default\"},font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.7em\"},height:\"100%\",icon:{color:\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\",size:20,type:\"default\"},id:\"MHmo1jSMZ\",layoutId:\"MHmo1jSMZ\",options:{border:{color:\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\",style:\"solid\",width:1,widthBottom:1,widthLeft:1,widthPerSide:false,widthRight:1,widthTop:1},focus:{color:\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(0, 88, 67))\",offset:0,style:\"solid\",width:1},gap:4,title:true},padding:10,paddingBottom:14,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:14,radius:18,radiusBottomLeft:18,radiusBottomRight:18,radiusPerConrner:false,radiusTopLeft:18,radiusTopRight:18,textColor:\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\",width:\"100%\"})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VaDjM.framer-1cprjsw, .framer-VaDjM .framer-1cprjsw { display: block; }\",\".framer-VaDjM.framer-7vjhge { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-VaDjM .framer-em1q0v { 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: 64px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-VaDjM .framer-f2d65r { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1216px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-VaDjM .framer-1b451eg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VaDjM .framer-1bpo0ze { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-VaDjM .framer-f26dda-container { aspect-ratio: 3.638888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: relative; width: 131px; }\",\".framer-VaDjM .framer-eq9vpa { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VaDjM .framer-1hbfjbz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 67%; }\",\".framer-VaDjM .framer-1cn1y11, .framer-VaDjM .framer-144sdqa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-VaDjM .framer-1vfdzqa, .framer-VaDjM .framer-wkfv5h, .framer-VaDjM .framer-1hxvelh, .framer-VaDjM .framer-1qlu9ml, .framer-VaDjM .framer-1txdpbg, .framer-VaDjM .framer-1eynspo, .framer-VaDjM .framer-dciy72, .framer-VaDjM .framer-10b8qql, .framer-VaDjM .framer-1wv2sax, .framer-VaDjM .framer-unqz0x, .framer-VaDjM .framer-tmenqz, .framer-VaDjM .framer-14z5uxd, .framer-VaDjM .framer-17rng28, .framer-VaDjM .framer-1sahzxi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-VaDjM .framer-1u00rir, .framer-VaDjM .framer-w5zwno, .framer-VaDjM .framer-1840p3m, .framer-VaDjM .framer-mn9932, .framer-VaDjM .framer-1mf0qjx, .framer-VaDjM .framer-1v62abw, .framer-VaDjM .framer-17r6ywp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-VaDjM .framer-18yuyrs-container, .framer-VaDjM .framer-cnagm7-container, .framer-VaDjM .framer-ydikyc-container, .framer-VaDjM .framer-17eb6el-container, .framer-VaDjM .framer-yfkszr-container, .framer-VaDjM .framer-q5emhp-container, .framer-VaDjM .framer-6cxdpy-container, .framer-VaDjM .framer-17ypiqp-container, .framer-VaDjM .framer-1jdxt5j-container, .framer-VaDjM .framer-o3mksd-container, .framer-VaDjM .framer-ko656o-container, .framer-VaDjM .framer-vfpyio-container, .framer-VaDjM .framer-1q8glls-container, .framer-VaDjM .framer-146or8j-container, .framer-VaDjM .framer-2nmfly-container, .framer-VaDjM .framer-n2uyv6-container, .framer-VaDjM .framer-p064y8-container, .framer-VaDjM .framer-1b254uy-container, .framer-VaDjM .framer-17w1uyd-container, .framer-VaDjM .framer-19i25ip-container, .framer-VaDjM .framer-wdpwy2-container, .framer-VaDjM .framer-19shp6l-container, .framer-VaDjM .framer-1y0him0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-VaDjM .framer-1nac11o { 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: min-content; }\",\".framer-VaDjM .framer-1girg37 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-VaDjM .framer-xr5596 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VaDjM .framer-5cq0g6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 67%; }\",\".framer-VaDjM .framer-1hax2g6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-VaDjM .framer-7xhddo, .framer-VaDjM .framer-1rglqkl, .framer-VaDjM .framer-eih36m, .framer-VaDjM .framer-ltg1vp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-VaDjM .framer-e3f4hy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1216px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-7vjhge, .framer-VaDjM .framer-em1q0v, .framer-VaDjM .framer-f2d65r, .framer-VaDjM .framer-1bpo0ze, .framer-VaDjM .framer-1cn1y11, .framer-VaDjM .framer-1u00rir, .framer-VaDjM .framer-144sdqa, .framer-VaDjM .framer-w5zwno, .framer-VaDjM .framer-1nac11o, .framer-VaDjM .framer-1girg37, .framer-VaDjM .framer-xr5596, .framer-VaDjM .framer-1hax2g6, .framer-VaDjM .framer-1840p3m, .framer-VaDjM .framer-7xhddo, .framer-VaDjM .framer-mn9932, .framer-VaDjM .framer-1rglqkl, .framer-VaDjM .framer-1mf0qjx, .framer-VaDjM .framer-eih36m, .framer-VaDjM .framer-1v62abw, .framer-VaDjM .framer-ltg1vp, .framer-VaDjM .framer-17r6ywp { gap: 0px; } .framer-VaDjM.framer-7vjhge > *, .framer-VaDjM .framer-1girg37 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VaDjM.framer-7vjhge > :first-child, .framer-VaDjM .framer-f2d65r > :first-child, .framer-VaDjM .framer-1bpo0ze > :first-child, .framer-VaDjM .framer-1cn1y11 > :first-child, .framer-VaDjM .framer-1u00rir > :first-child, .framer-VaDjM .framer-144sdqa > :first-child, .framer-VaDjM .framer-w5zwno > :first-child, .framer-VaDjM .framer-1nac11o > :first-child, .framer-VaDjM .framer-1girg37 > :first-child, .framer-VaDjM .framer-xr5596 > :first-child, .framer-VaDjM .framer-1hax2g6 > :first-child, .framer-VaDjM .framer-1840p3m > :first-child, .framer-VaDjM .framer-7xhddo > :first-child, .framer-VaDjM .framer-mn9932 > :first-child, .framer-VaDjM .framer-1rglqkl > :first-child, .framer-VaDjM .framer-1mf0qjx > :first-child, .framer-VaDjM .framer-eih36m > :first-child, .framer-VaDjM .framer-1v62abw > :first-child, .framer-VaDjM .framer-ltg1vp > :first-child, .framer-VaDjM .framer-17r6ywp > :first-child { margin-top: 0px; } .framer-VaDjM.framer-7vjhge > :last-child, .framer-VaDjM .framer-f2d65r > :last-child, .framer-VaDjM .framer-1bpo0ze > :last-child, .framer-VaDjM .framer-1cn1y11 > :last-child, .framer-VaDjM .framer-1u00rir > :last-child, .framer-VaDjM .framer-144sdqa > :last-child, .framer-VaDjM .framer-w5zwno > :last-child, .framer-VaDjM .framer-1nac11o > :last-child, .framer-VaDjM .framer-1girg37 > :last-child, .framer-VaDjM .framer-xr5596 > :last-child, .framer-VaDjM .framer-1hax2g6 > :last-child, .framer-VaDjM .framer-1840p3m > :last-child, .framer-VaDjM .framer-7xhddo > :last-child, .framer-VaDjM .framer-mn9932 > :last-child, .framer-VaDjM .framer-1rglqkl > :last-child, .framer-VaDjM .framer-1mf0qjx > :last-child, .framer-VaDjM .framer-eih36m > :last-child, .framer-VaDjM .framer-1v62abw > :last-child, .framer-VaDjM .framer-ltg1vp > :last-child, .framer-VaDjM .framer-17r6ywp > :last-child { margin-bottom: 0px; } .framer-VaDjM .framer-em1q0v > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VaDjM .framer-em1q0v > :first-child { margin-left: 0px; } .framer-VaDjM .framer-em1q0v > :last-child { margin-right: 0px; } .framer-VaDjM .framer-f2d65r > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-VaDjM .framer-1bpo0ze > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VaDjM .framer-1cn1y11 > *, .framer-VaDjM .framer-144sdqa > *, .framer-VaDjM .framer-1hax2g6 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-VaDjM .framer-1u00rir > *, .framer-VaDjM .framer-w5zwno > *, .framer-VaDjM .framer-1840p3m > *, .framer-VaDjM .framer-7xhddo > *, .framer-VaDjM .framer-mn9932 > *, .framer-VaDjM .framer-1rglqkl > *, .framer-VaDjM .framer-1mf0qjx > *, .framer-VaDjM .framer-eih36m > *, .framer-VaDjM .framer-1v62abw > *, .framer-VaDjM .framer-ltg1vp > *, .framer-VaDjM .framer-17r6ywp > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-VaDjM .framer-1nac11o > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-VaDjM .framer-xr5596 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } }\",\".framer-VaDjM.framer-v-odtgv1.framer-7vjhge, .framer-VaDjM.framer-v-1qf0vdv.framer-7vjhge, .framer-VaDjM.framer-v-15rpymj.framer-7vjhge, .framer-VaDjM.framer-v-6wcb44.framer-7vjhge, .framer-VaDjM.framer-v-1ycmqbe.framer-7vjhge { width: 768px; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-em1q0v, .framer-VaDjM.framer-v-1qf0vdv .framer-em1q0v, .framer-VaDjM.framer-v-dp1wlj .framer-em1q0v, .framer-VaDjM.framer-v-15rpymj .framer-em1q0v, .framer-VaDjM.framer-v-kmw7p9 .framer-em1q0v, .framer-VaDjM.framer-v-6wcb44 .framer-em1q0v, .framer-VaDjM.framer-v-1ycmqbe .framer-em1q0v { padding: 32px 0px 32px 0px; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-f2d65r, .framer-VaDjM.framer-v-1qf0vdv .framer-f2d65r, .framer-VaDjM.framer-v-15rpymj .framer-f2d65r, .framer-VaDjM.framer-v-6wcb44 .framer-f2d65r, .framer-VaDjM.framer-v-1ycmqbe .framer-f2d65r { gap: 40px; max-width: 768px; padding: 0px 20px 0px 20px; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-1b451eg, .framer-VaDjM.framer-v-1qf0vdv .framer-1b451eg, .framer-VaDjM.framer-v-15rpymj .framer-1b451eg, .framer-VaDjM.framer-v-6wcb44 .framer-1b451eg, .framer-VaDjM.framer-v-1ycmqbe .framer-1b451eg { align-content: center; align-items: center; gap: 50px; justify-content: center; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-1bpo0ze, .framer-VaDjM.framer-v-1qf0vdv .framer-1bpo0ze, .framer-VaDjM.framer-v-15rpymj .framer-1bpo0ze, .framer-VaDjM.framer-v-6wcb44 .framer-1bpo0ze, .framer-VaDjM.framer-v-1ycmqbe .framer-1bpo0ze { align-content: center; align-items: center; width: 60%; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-f26dda-container, .framer-VaDjM.framer-v-1qf0vdv .framer-f26dda-container { width: 130px; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-1hbfjbz, .framer-VaDjM.framer-v-zyi6dz .framer-18yuyrs-container, .framer-VaDjM.framer-v-zyi6dz .framer-cnagm7-container, .framer-VaDjM.framer-v-zyi6dz .framer-ydikyc-container, .framer-VaDjM.framer-v-zyi6dz .framer-17eb6el-container, .framer-VaDjM.framer-v-zyi6dz .framer-yfkszr-container, .framer-VaDjM.framer-v-zyi6dz .framer-6cxdpy-container, .framer-VaDjM.framer-v-zyi6dz .framer-vfpyio-container, .framer-VaDjM.framer-v-zyi6dz .framer-1q8glls-container, .framer-VaDjM.framer-v-zyi6dz .framer-17w1uyd-container, .framer-VaDjM.framer-v-zyi6dz .framer-19i25ip-container, .framer-VaDjM.framer-v-zyi6dz .framer-wdpwy2-container, .framer-VaDjM.framer-v-zyi6dz .framer-19shp6l-container, .framer-VaDjM.framer-v-x5nmit .framer-e3f4hy, .framer-VaDjM.framer-v-1qf0vdv .framer-1hbfjbz, .framer-VaDjM.framer-v-dp1wlj .framer-18yuyrs-container, .framer-VaDjM.framer-v-dp1wlj .framer-cnagm7-container, .framer-VaDjM.framer-v-dp1wlj .framer-ydikyc-container, .framer-VaDjM.framer-v-dp1wlj .framer-17eb6el-container, .framer-VaDjM.framer-v-dp1wlj .framer-yfkszr-container, .framer-VaDjM.framer-v-dp1wlj .framer-6cxdpy-container, .framer-VaDjM.framer-v-dp1wlj .framer-vfpyio-container, .framer-VaDjM.framer-v-dp1wlj .framer-1q8glls-container, .framer-VaDjM.framer-v-dp1wlj .framer-17w1uyd-container, .framer-VaDjM.framer-v-dp1wlj .framer-19i25ip-container, .framer-VaDjM.framer-v-dp1wlj .framer-wdpwy2-container, .framer-VaDjM.framer-v-dp1wlj .framer-19shp6l-container, .framer-VaDjM.framer-v-1h1fcwp .framer-e3f4hy, .framer-VaDjM.framer-v-15rpymj .framer-1hbfjbz, .framer-VaDjM.framer-v-kmw7p9 .framer-18yuyrs-container, .framer-VaDjM.framer-v-kmw7p9 .framer-cnagm7-container, .framer-VaDjM.framer-v-kmw7p9 .framer-ydikyc-container, .framer-VaDjM.framer-v-kmw7p9 .framer-17eb6el-container, .framer-VaDjM.framer-v-kmw7p9 .framer-yfkszr-container, .framer-VaDjM.framer-v-kmw7p9 .framer-6cxdpy-container, .framer-VaDjM.framer-v-kmw7p9 .framer-vfpyio-container, .framer-VaDjM.framer-v-kmw7p9 .framer-1q8glls-container, .framer-VaDjM.framer-v-kmw7p9 .framer-17w1uyd-container, .framer-VaDjM.framer-v-kmw7p9 .framer-19i25ip-container, .framer-VaDjM.framer-v-kmw7p9 .framer-wdpwy2-container, .framer-VaDjM.framer-v-kmw7p9 .framer-19shp6l-container, .framer-VaDjM.framer-v-e0mtn7 .framer-e3f4hy, .framer-VaDjM.framer-v-6wcb44 .framer-1hbfjbz, .framer-VaDjM.framer-v-7fuhfc .framer-18yuyrs-container, .framer-VaDjM.framer-v-7fuhfc .framer-cnagm7-container, .framer-VaDjM.framer-v-7fuhfc .framer-ydikyc-container, .framer-VaDjM.framer-v-7fuhfc .framer-17eb6el-container, .framer-VaDjM.framer-v-7fuhfc .framer-yfkszr-container, .framer-VaDjM.framer-v-7fuhfc .framer-6cxdpy-container, .framer-VaDjM.framer-v-7fuhfc .framer-vfpyio-container, .framer-VaDjM.framer-v-7fuhfc .framer-1q8glls-container, .framer-VaDjM.framer-v-7fuhfc .framer-17w1uyd-container, .framer-VaDjM.framer-v-7fuhfc .framer-19i25ip-container, .framer-VaDjM.framer-v-7fuhfc .framer-wdpwy2-container, .framer-VaDjM.framer-v-7fuhfc .framer-19shp6l-container, .framer-VaDjM.framer-v-1yx2a85 .framer-e3f4hy, .framer-VaDjM.framer-v-1ycmqbe .framer-1hbfjbz, .framer-VaDjM.framer-v-1uxnsy5 .framer-18yuyrs-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-cnagm7-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-ydikyc-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-17eb6el-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-yfkszr-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-6cxdpy-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-vfpyio-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-1q8glls-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-17w1uyd-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-19i25ip-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-wdpwy2-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-19shp6l-container, .framer-VaDjM.framer-v-1q0niti .framer-e3f4hy { width: 100%; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-1cn1y11, .framer-VaDjM.framer-v-odtgv1 .framer-144sdqa, .framer-VaDjM.framer-v-odtgv1 .framer-1nac11o, .framer-VaDjM.framer-v-1qf0vdv .framer-1cn1y11, .framer-VaDjM.framer-v-1qf0vdv .framer-144sdqa, .framer-VaDjM.framer-v-1qf0vdv .framer-1nac11o, .framer-VaDjM.framer-v-15rpymj .framer-1cn1y11, .framer-VaDjM.framer-v-15rpymj .framer-144sdqa, .framer-VaDjM.framer-v-15rpymj .framer-1nac11o, .framer-VaDjM.framer-v-6wcb44 .framer-1cn1y11, .framer-VaDjM.framer-v-6wcb44 .framer-144sdqa, .framer-VaDjM.framer-v-6wcb44 .framer-1nac11o, .framer-VaDjM.framer-v-1ycmqbe .framer-1cn1y11, .framer-VaDjM.framer-v-1ycmqbe .framer-144sdqa, .framer-VaDjM.framer-v-1ycmqbe .framer-1nac11o { width: 15%; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-1u00rir, .framer-VaDjM.framer-v-odtgv1 .framer-w5zwno, .framer-VaDjM.framer-v-odtgv1 .framer-1girg37, .framer-VaDjM.framer-v-1qf0vdv .framer-1u00rir, .framer-VaDjM.framer-v-1qf0vdv .framer-w5zwno, .framer-VaDjM.framer-v-1qf0vdv .framer-1girg37, .framer-VaDjM.framer-v-15rpymj .framer-1u00rir, .framer-VaDjM.framer-v-15rpymj .framer-w5zwno, .framer-VaDjM.framer-v-15rpymj .framer-1girg37, .framer-VaDjM.framer-v-6wcb44 .framer-1u00rir, .framer-VaDjM.framer-v-6wcb44 .framer-w5zwno, .framer-VaDjM.framer-v-6wcb44 .framer-1girg37, .framer-VaDjM.framer-v-1ycmqbe .framer-1u00rir, .framer-VaDjM.framer-v-1ycmqbe .framer-w5zwno, .framer-VaDjM.framer-v-1ycmqbe .framer-1girg37 { justify-content: center; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-o3mksd-container, .framer-VaDjM.framer-v-1qf0vdv .framer-o3mksd-container, .framer-VaDjM.framer-v-15rpymj .framer-o3mksd-container, .framer-VaDjM.framer-v-6wcb44 .framer-o3mksd-container, .framer-VaDjM.framer-v-1ycmqbe .framer-o3mksd-container { order: 7; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-ko656o-container, .framer-VaDjM.framer-v-1qf0vdv .framer-ko656o-container, .framer-VaDjM.framer-v-15rpymj .framer-ko656o-container, .framer-VaDjM.framer-v-6wcb44 .framer-ko656o-container, .framer-VaDjM.framer-v-1ycmqbe .framer-ko656o-container { order: 1; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-vfpyio-container, .framer-VaDjM.framer-v-1qf0vdv .framer-vfpyio-container, .framer-VaDjM.framer-v-15rpymj .framer-vfpyio-container, .framer-VaDjM.framer-v-6wcb44 .framer-vfpyio-container, .framer-VaDjM.framer-v-1ycmqbe .framer-vfpyio-container { order: 0; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-1q8glls-container, .framer-VaDjM.framer-v-1qf0vdv .framer-1q8glls-container, .framer-VaDjM.framer-v-15rpymj .framer-1q8glls-container, .framer-VaDjM.framer-v-6wcb44 .framer-1q8glls-container, .framer-VaDjM.framer-v-1ycmqbe .framer-1q8glls-container { order: 2; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-146or8j-container, .framer-VaDjM.framer-v-1qf0vdv .framer-146or8j-container, .framer-VaDjM.framer-v-15rpymj .framer-146or8j-container, .framer-VaDjM.framer-v-6wcb44 .framer-146or8j-container, .framer-VaDjM.framer-v-1ycmqbe .framer-146or8j-container { order: 4; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-2nmfly-container, .framer-VaDjM.framer-v-1qf0vdv .framer-2nmfly-container, .framer-VaDjM.framer-v-15rpymj .framer-2nmfly-container, .framer-VaDjM.framer-v-6wcb44 .framer-2nmfly-container, .framer-VaDjM.framer-v-1ycmqbe .framer-2nmfly-container { order: 5; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-n2uyv6-container, .framer-VaDjM.framer-v-1qf0vdv .framer-n2uyv6-container, .framer-VaDjM.framer-v-15rpymj .framer-n2uyv6-container, .framer-VaDjM.framer-v-6wcb44 .framer-n2uyv6-container, .framer-VaDjM.framer-v-1ycmqbe .framer-n2uyv6-container { order: 6; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-p064y8-container, .framer-VaDjM.framer-v-1qf0vdv .framer-p064y8-container, .framer-VaDjM.framer-v-15rpymj .framer-p064y8-container, .framer-VaDjM.framer-v-6wcb44 .framer-p064y8-container, .framer-VaDjM.framer-v-1ycmqbe .framer-p064y8-container { order: 3; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-1b254uy-container, .framer-VaDjM.framer-v-1qf0vdv .framer-1b254uy-container, .framer-VaDjM.framer-v-15rpymj .framer-1b254uy-container, .framer-VaDjM.framer-v-6wcb44 .framer-1b254uy-container, .framer-VaDjM.framer-v-1ycmqbe .framer-1b254uy-container { order: 8; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-xr5596, .framer-VaDjM.framer-v-1qf0vdv .framer-xr5596, .framer-VaDjM.framer-v-15rpymj .framer-xr5596, .framer-VaDjM.framer-v-6wcb44 .framer-xr5596, .framer-VaDjM.framer-v-1ycmqbe .framer-xr5596 { gap: unset; justify-content: space-between; }\",\".framer-VaDjM.framer-v-odtgv1 .framer-e3f4hy, .framer-VaDjM.framer-v-1qf0vdv .framer-e3f4hy, .framer-VaDjM.framer-v-15rpymj .framer-e3f4hy, .framer-VaDjM.framer-v-6wcb44 .framer-e3f4hy, .framer-VaDjM.framer-v-1ycmqbe .framer-e3f4hy { flex-direction: column; gap: 10px; justify-content: center; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-v-odtgv1 .framer-f2d65r, .framer-VaDjM.framer-v-odtgv1 .framer-1b451eg, .framer-VaDjM.framer-v-odtgv1 .framer-xr5596, .framer-VaDjM.framer-v-odtgv1 .framer-e3f4hy { gap: 0px; } .framer-VaDjM.framer-v-odtgv1 .framer-f2d65r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VaDjM.framer-v-odtgv1 .framer-f2d65r > :first-child, .framer-VaDjM.framer-v-odtgv1 .framer-1b451eg > :first-child, .framer-VaDjM.framer-v-odtgv1 .framer-e3f4hy > :first-child { margin-top: 0px; } .framer-VaDjM.framer-v-odtgv1 .framer-f2d65r > :last-child, .framer-VaDjM.framer-v-odtgv1 .framer-1b451eg > :last-child, .framer-VaDjM.framer-v-odtgv1 .framer-e3f4hy > :last-child { margin-bottom: 0px; } .framer-VaDjM.framer-v-odtgv1 .framer-1b451eg > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-VaDjM.framer-v-odtgv1 .framer-xr5596 > *, .framer-VaDjM.framer-v-odtgv1 .framer-xr5596 > :first-child, .framer-VaDjM.framer-v-odtgv1 .framer-xr5596 > :last-child { margin: 0px; } .framer-VaDjM.framer-v-odtgv1 .framer-e3f4hy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-VaDjM.framer-v-zyi6dz.framer-7vjhge, .framer-VaDjM.framer-v-dp1wlj.framer-7vjhge, .framer-VaDjM.framer-v-kmw7p9.framer-7vjhge, .framer-VaDjM.framer-v-7fuhfc.framer-7vjhge, .framer-VaDjM.framer-v-1uxnsy5.framer-7vjhge { width: 350px; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-em1q0v, .framer-VaDjM.framer-v-7fuhfc .framer-em1q0v, .framer-VaDjM.framer-v-1uxnsy5 .framer-em1q0v { padding: 12px 0px 32px 0px; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-f2d65r, .framer-VaDjM.framer-v-dp1wlj .framer-f2d65r, .framer-VaDjM.framer-v-kmw7p9 .framer-f2d65r, .framer-VaDjM.framer-v-7fuhfc .framer-f2d65r, .framer-VaDjM.framer-v-1uxnsy5 .framer-f2d65r { gap: 30px; max-width: 390px; padding: 0px 10px 0px 10px; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-1b451eg, .framer-VaDjM.framer-v-dp1wlj .framer-1b451eg, .framer-VaDjM.framer-v-kmw7p9 .framer-1b451eg, .framer-VaDjM.framer-v-7fuhfc .framer-1b451eg, .framer-VaDjM.framer-v-1uxnsy5 .framer-1b451eg { align-content: center; align-items: center; gap: 32px; justify-content: center; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-1bpo0ze, .framer-VaDjM.framer-v-dp1wlj .framer-1bpo0ze, .framer-VaDjM.framer-v-kmw7p9 .framer-1bpo0ze, .framer-VaDjM.framer-v-7fuhfc .framer-1bpo0ze, .framer-VaDjM.framer-v-1uxnsy5 .framer-1bpo0ze { align-content: center; align-items: center; justify-content: center; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-f26dda-container, .framer-VaDjM.framer-v-dp1wlj .framer-f26dda-container, .framer-VaDjM.framer-v-kmw7p9 .framer-f26dda-container, .framer-VaDjM.framer-v-7fuhfc .framer-f26dda-container, .framer-VaDjM.framer-v-1uxnsy5 .framer-f26dda-container { height: var(--framer-aspect-ratio-supported, 31px); width: 110px; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-1hbfjbz, .framer-VaDjM.framer-v-dp1wlj .framer-1hbfjbz, .framer-VaDjM.framer-v-kmw7p9 .framer-1hbfjbz, .framer-VaDjM.framer-v-7fuhfc .framer-1hbfjbz, .framer-VaDjM.framer-v-1uxnsy5 .framer-1hbfjbz { align-content: center; align-items: center; flex-direction: column; flex-wrap: wrap; gap: 40px; justify-content: center; width: 100%; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-1cn1y11, .framer-VaDjM.framer-v-dp1wlj .framer-1cn1y11, .framer-VaDjM.framer-v-kmw7p9 .framer-1cn1y11, .framer-VaDjM.framer-v-7fuhfc .framer-1cn1y11, .framer-VaDjM.framer-v-1uxnsy5 .framer-1cn1y11 { align-content: center; align-items: center; justify-content: center; width: 40%; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-1u00rir, .framer-VaDjM.framer-v-zyi6dz .framer-w5zwno, .framer-VaDjM.framer-v-dp1wlj .framer-1u00rir, .framer-VaDjM.framer-v-dp1wlj .framer-w5zwno, .framer-VaDjM.framer-v-kmw7p9 .framer-1u00rir, .framer-VaDjM.framer-v-kmw7p9 .framer-w5zwno, .framer-VaDjM.framer-v-7fuhfc .framer-1u00rir, .framer-VaDjM.framer-v-7fuhfc .framer-w5zwno, .framer-VaDjM.framer-v-1uxnsy5 .framer-1u00rir, .framer-VaDjM.framer-v-1uxnsy5 .framer-w5zwno { align-content: center; align-items: center; flex-wrap: wrap; justify-content: center; width: 100%; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-144sdqa, .framer-VaDjM.framer-v-zyi6dz .framer-1nac11o, .framer-VaDjM.framer-v-dp1wlj .framer-144sdqa, .framer-VaDjM.framer-v-dp1wlj .framer-1nac11o, .framer-VaDjM.framer-v-kmw7p9 .framer-144sdqa, .framer-VaDjM.framer-v-kmw7p9 .framer-1nac11o, .framer-VaDjM.framer-v-7fuhfc .framer-144sdqa, .framer-VaDjM.framer-v-7fuhfc .framer-1nac11o, .framer-VaDjM.framer-v-1uxnsy5 .framer-144sdqa, .framer-VaDjM.framer-v-1uxnsy5 .framer-1nac11o { align-content: center; align-items: center; width: 40%; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-1girg37, .framer-VaDjM.framer-v-dp1wlj .framer-1girg37, .framer-VaDjM.framer-v-kmw7p9 .framer-1girg37, .framer-VaDjM.framer-v-7fuhfc .framer-1girg37, .framer-VaDjM.framer-v-1uxnsy5 .framer-1girg37 { flex-wrap: wrap; justify-content: center; width: 100%; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-xr5596, .framer-VaDjM.framer-v-dp1wlj .framer-xr5596, .framer-VaDjM.framer-v-kmw7p9 .framer-xr5596, .framer-VaDjM.framer-v-7fuhfc .framer-xr5596, .framer-VaDjM.framer-v-1uxnsy5 .framer-xr5596 { align-content: center; align-items: center; gap: 24px; justify-content: center; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-5cq0g6, .framer-VaDjM.framer-v-dp1wlj .framer-5cq0g6, .framer-VaDjM.framer-v-kmw7p9 .framer-5cq0g6, .framer-VaDjM.framer-v-7fuhfc .framer-5cq0g6, .framer-VaDjM.framer-v-1uxnsy5 .framer-5cq0g6 { order: 0; padding: 0px 0px 0px 10px; width: 100%; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-1v62abw, .framer-VaDjM.framer-v-kmw7p9 .framer-1v62abw { width: 362px; }\",\".framer-VaDjM.framer-v-zyi6dz .framer-e3f4hy, .framer-VaDjM.framer-v-dp1wlj .framer-e3f4hy, .framer-VaDjM.framer-v-kmw7p9 .framer-e3f4hy, .framer-VaDjM.framer-v-7fuhfc .framer-e3f4hy, .framer-VaDjM.framer-v-1uxnsy5 .framer-e3f4hy { flex-direction: column; gap: 10px; justify-content: center; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-v-zyi6dz .framer-f2d65r, .framer-VaDjM.framer-v-zyi6dz .framer-1b451eg, .framer-VaDjM.framer-v-zyi6dz .framer-1hbfjbz, .framer-VaDjM.framer-v-zyi6dz .framer-xr5596, .framer-VaDjM.framer-v-zyi6dz .framer-e3f4hy { gap: 0px; } .framer-VaDjM.framer-v-zyi6dz .framer-f2d65r > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-VaDjM.framer-v-zyi6dz .framer-f2d65r > :first-child, .framer-VaDjM.framer-v-zyi6dz .framer-1b451eg > :first-child, .framer-VaDjM.framer-v-zyi6dz .framer-1hbfjbz > :first-child, .framer-VaDjM.framer-v-zyi6dz .framer-xr5596 > :first-child, .framer-VaDjM.framer-v-zyi6dz .framer-e3f4hy > :first-child { margin-top: 0px; } .framer-VaDjM.framer-v-zyi6dz .framer-f2d65r > :last-child, .framer-VaDjM.framer-v-zyi6dz .framer-1b451eg > :last-child, .framer-VaDjM.framer-v-zyi6dz .framer-1hbfjbz > :last-child, .framer-VaDjM.framer-v-zyi6dz .framer-xr5596 > :last-child, .framer-VaDjM.framer-v-zyi6dz .framer-e3f4hy > :last-child { margin-bottom: 0px; } .framer-VaDjM.framer-v-zyi6dz .framer-1b451eg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VaDjM.framer-v-zyi6dz .framer-1hbfjbz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VaDjM.framer-v-zyi6dz .framer-xr5596 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-VaDjM.framer-v-zyi6dz .framer-e3f4hy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-VaDjM.framer-v-x5nmit.framer-7vjhge, .framer-VaDjM.framer-v-x5nmit .framer-em1q0v, .framer-VaDjM.framer-v-1h1fcwp.framer-7vjhge, .framer-VaDjM.framer-v-1h1fcwp .framer-em1q0v, .framer-VaDjM.framer-v-e0mtn7.framer-7vjhge, .framer-VaDjM.framer-v-e0mtn7 .framer-em1q0v, .framer-VaDjM.framer-v-1yx2a85.framer-7vjhge, .framer-VaDjM.framer-v-1yx2a85 .framer-em1q0v, .framer-VaDjM.framer-v-1q0niti.framer-7vjhge, .framer-VaDjM.framer-v-1q0niti .framer-em1q0v { width: 1200px; }\",\".framer-VaDjM.framer-v-x5nmit .framer-f2d65r, .framer-VaDjM.framer-v-1h1fcwp .framer-f2d65r, .framer-VaDjM.framer-v-e0mtn7 .framer-f2d65r, .framer-VaDjM.framer-v-1yx2a85 .framer-f2d65r, .framer-VaDjM.framer-v-1q0niti .framer-f2d65r { padding: 0px 32px 0px 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-v-1qf0vdv .framer-f2d65r, .framer-VaDjM.framer-v-1qf0vdv .framer-1b451eg, .framer-VaDjM.framer-v-1qf0vdv .framer-xr5596, .framer-VaDjM.framer-v-1qf0vdv .framer-e3f4hy { gap: 0px; } .framer-VaDjM.framer-v-1qf0vdv .framer-f2d65r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VaDjM.framer-v-1qf0vdv .framer-f2d65r > :first-child, .framer-VaDjM.framer-v-1qf0vdv .framer-1b451eg > :first-child, .framer-VaDjM.framer-v-1qf0vdv .framer-e3f4hy > :first-child { margin-top: 0px; } .framer-VaDjM.framer-v-1qf0vdv .framer-f2d65r > :last-child, .framer-VaDjM.framer-v-1qf0vdv .framer-1b451eg > :last-child, .framer-VaDjM.framer-v-1qf0vdv .framer-e3f4hy > :last-child { margin-bottom: 0px; } .framer-VaDjM.framer-v-1qf0vdv .framer-1b451eg > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-VaDjM.framer-v-1qf0vdv .framer-xr5596 > *, .framer-VaDjM.framer-v-1qf0vdv .framer-xr5596 > :first-child, .framer-VaDjM.framer-v-1qf0vdv .framer-xr5596 > :last-child { margin: 0px; } .framer-VaDjM.framer-v-1qf0vdv .framer-e3f4hy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-v-dp1wlj .framer-f2d65r, .framer-VaDjM.framer-v-dp1wlj .framer-1b451eg, .framer-VaDjM.framer-v-dp1wlj .framer-1hbfjbz, .framer-VaDjM.framer-v-dp1wlj .framer-xr5596, .framer-VaDjM.framer-v-dp1wlj .framer-e3f4hy { gap: 0px; } .framer-VaDjM.framer-v-dp1wlj .framer-f2d65r > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-VaDjM.framer-v-dp1wlj .framer-f2d65r > :first-child, .framer-VaDjM.framer-v-dp1wlj .framer-1b451eg > :first-child, .framer-VaDjM.framer-v-dp1wlj .framer-1hbfjbz > :first-child, .framer-VaDjM.framer-v-dp1wlj .framer-xr5596 > :first-child, .framer-VaDjM.framer-v-dp1wlj .framer-e3f4hy > :first-child { margin-top: 0px; } .framer-VaDjM.framer-v-dp1wlj .framer-f2d65r > :last-child, .framer-VaDjM.framer-v-dp1wlj .framer-1b451eg > :last-child, .framer-VaDjM.framer-v-dp1wlj .framer-1hbfjbz > :last-child, .framer-VaDjM.framer-v-dp1wlj .framer-xr5596 > :last-child, .framer-VaDjM.framer-v-dp1wlj .framer-e3f4hy > :last-child { margin-bottom: 0px; } .framer-VaDjM.framer-v-dp1wlj .framer-1b451eg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VaDjM.framer-v-dp1wlj .framer-1hbfjbz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VaDjM.framer-v-dp1wlj .framer-xr5596 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-VaDjM.framer-v-dp1wlj .framer-e3f4hy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-VaDjM.framer-v-15rpymj .framer-f26dda-container, .framer-VaDjM.framer-v-6wcb44 .framer-f26dda-container, .framer-VaDjM.framer-v-1ycmqbe .framer-f26dda-container { height: var(--framer-aspect-ratio-supported, 37px); width: 130px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-v-15rpymj .framer-f2d65r, .framer-VaDjM.framer-v-15rpymj .framer-1b451eg, .framer-VaDjM.framer-v-15rpymj .framer-xr5596, .framer-VaDjM.framer-v-15rpymj .framer-e3f4hy { gap: 0px; } .framer-VaDjM.framer-v-15rpymj .framer-f2d65r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VaDjM.framer-v-15rpymj .framer-f2d65r > :first-child, .framer-VaDjM.framer-v-15rpymj .framer-1b451eg > :first-child, .framer-VaDjM.framer-v-15rpymj .framer-e3f4hy > :first-child { margin-top: 0px; } .framer-VaDjM.framer-v-15rpymj .framer-f2d65r > :last-child, .framer-VaDjM.framer-v-15rpymj .framer-1b451eg > :last-child, .framer-VaDjM.framer-v-15rpymj .framer-e3f4hy > :last-child { margin-bottom: 0px; } .framer-VaDjM.framer-v-15rpymj .framer-1b451eg > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-VaDjM.framer-v-15rpymj .framer-xr5596 > *, .framer-VaDjM.framer-v-15rpymj .framer-xr5596 > :first-child, .framer-VaDjM.framer-v-15rpymj .framer-xr5596 > :last-child { margin: 0px; } .framer-VaDjM.framer-v-15rpymj .framer-e3f4hy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-v-kmw7p9 .framer-f2d65r, .framer-VaDjM.framer-v-kmw7p9 .framer-1b451eg, .framer-VaDjM.framer-v-kmw7p9 .framer-1hbfjbz, .framer-VaDjM.framer-v-kmw7p9 .framer-xr5596, .framer-VaDjM.framer-v-kmw7p9 .framer-e3f4hy { gap: 0px; } .framer-VaDjM.framer-v-kmw7p9 .framer-f2d65r > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-VaDjM.framer-v-kmw7p9 .framer-f2d65r > :first-child, .framer-VaDjM.framer-v-kmw7p9 .framer-1b451eg > :first-child, .framer-VaDjM.framer-v-kmw7p9 .framer-1hbfjbz > :first-child, .framer-VaDjM.framer-v-kmw7p9 .framer-xr5596 > :first-child, .framer-VaDjM.framer-v-kmw7p9 .framer-e3f4hy > :first-child { margin-top: 0px; } .framer-VaDjM.framer-v-kmw7p9 .framer-f2d65r > :last-child, .framer-VaDjM.framer-v-kmw7p9 .framer-1b451eg > :last-child, .framer-VaDjM.framer-v-kmw7p9 .framer-1hbfjbz > :last-child, .framer-VaDjM.framer-v-kmw7p9 .framer-xr5596 > :last-child, .framer-VaDjM.framer-v-kmw7p9 .framer-e3f4hy > :last-child { margin-bottom: 0px; } .framer-VaDjM.framer-v-kmw7p9 .framer-1b451eg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VaDjM.framer-v-kmw7p9 .framer-1hbfjbz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VaDjM.framer-v-kmw7p9 .framer-xr5596 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-VaDjM.framer-v-kmw7p9 .framer-e3f4hy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-v-6wcb44 .framer-f2d65r, .framer-VaDjM.framer-v-6wcb44 .framer-1b451eg, .framer-VaDjM.framer-v-6wcb44 .framer-xr5596, .framer-VaDjM.framer-v-6wcb44 .framer-e3f4hy { gap: 0px; } .framer-VaDjM.framer-v-6wcb44 .framer-f2d65r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VaDjM.framer-v-6wcb44 .framer-f2d65r > :first-child, .framer-VaDjM.framer-v-6wcb44 .framer-1b451eg > :first-child, .framer-VaDjM.framer-v-6wcb44 .framer-e3f4hy > :first-child { margin-top: 0px; } .framer-VaDjM.framer-v-6wcb44 .framer-f2d65r > :last-child, .framer-VaDjM.framer-v-6wcb44 .framer-1b451eg > :last-child, .framer-VaDjM.framer-v-6wcb44 .framer-e3f4hy > :last-child { margin-bottom: 0px; } .framer-VaDjM.framer-v-6wcb44 .framer-1b451eg > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-VaDjM.framer-v-6wcb44 .framer-xr5596 > *, .framer-VaDjM.framer-v-6wcb44 .framer-xr5596 > :first-child, .framer-VaDjM.framer-v-6wcb44 .framer-xr5596 > :last-child { margin: 0px; } .framer-VaDjM.framer-v-6wcb44 .framer-e3f4hy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-v-7fuhfc .framer-f2d65r, .framer-VaDjM.framer-v-7fuhfc .framer-1b451eg, .framer-VaDjM.framer-v-7fuhfc .framer-1hbfjbz, .framer-VaDjM.framer-v-7fuhfc .framer-xr5596, .framer-VaDjM.framer-v-7fuhfc .framer-e3f4hy { gap: 0px; } .framer-VaDjM.framer-v-7fuhfc .framer-f2d65r > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-VaDjM.framer-v-7fuhfc .framer-f2d65r > :first-child, .framer-VaDjM.framer-v-7fuhfc .framer-1b451eg > :first-child, .framer-VaDjM.framer-v-7fuhfc .framer-1hbfjbz > :first-child, .framer-VaDjM.framer-v-7fuhfc .framer-xr5596 > :first-child, .framer-VaDjM.framer-v-7fuhfc .framer-e3f4hy > :first-child { margin-top: 0px; } .framer-VaDjM.framer-v-7fuhfc .framer-f2d65r > :last-child, .framer-VaDjM.framer-v-7fuhfc .framer-1b451eg > :last-child, .framer-VaDjM.framer-v-7fuhfc .framer-1hbfjbz > :last-child, .framer-VaDjM.framer-v-7fuhfc .framer-xr5596 > :last-child, .framer-VaDjM.framer-v-7fuhfc .framer-e3f4hy > :last-child { margin-bottom: 0px; } .framer-VaDjM.framer-v-7fuhfc .framer-1b451eg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VaDjM.framer-v-7fuhfc .framer-1hbfjbz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VaDjM.framer-v-7fuhfc .framer-xr5596 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-VaDjM.framer-v-7fuhfc .framer-e3f4hy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-v-1ycmqbe .framer-f2d65r, .framer-VaDjM.framer-v-1ycmqbe .framer-1b451eg, .framer-VaDjM.framer-v-1ycmqbe .framer-xr5596, .framer-VaDjM.framer-v-1ycmqbe .framer-e3f4hy { gap: 0px; } .framer-VaDjM.framer-v-1ycmqbe .framer-f2d65r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VaDjM.framer-v-1ycmqbe .framer-f2d65r > :first-child, .framer-VaDjM.framer-v-1ycmqbe .framer-1b451eg > :first-child, .framer-VaDjM.framer-v-1ycmqbe .framer-e3f4hy > :first-child { margin-top: 0px; } .framer-VaDjM.framer-v-1ycmqbe .framer-f2d65r > :last-child, .framer-VaDjM.framer-v-1ycmqbe .framer-1b451eg > :last-child, .framer-VaDjM.framer-v-1ycmqbe .framer-e3f4hy > :last-child { margin-bottom: 0px; } .framer-VaDjM.framer-v-1ycmqbe .framer-1b451eg > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-VaDjM.framer-v-1ycmqbe .framer-xr5596 > *, .framer-VaDjM.framer-v-1ycmqbe .framer-xr5596 > :first-child, .framer-VaDjM.framer-v-1ycmqbe .framer-xr5596 > :last-child { margin: 0px; } .framer-VaDjM.framer-v-1ycmqbe .framer-e3f4hy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VaDjM.framer-v-1uxnsy5 .framer-f2d65r, .framer-VaDjM.framer-v-1uxnsy5 .framer-1b451eg, .framer-VaDjM.framer-v-1uxnsy5 .framer-1hbfjbz, .framer-VaDjM.framer-v-1uxnsy5 .framer-xr5596, .framer-VaDjM.framer-v-1uxnsy5 .framer-e3f4hy { gap: 0px; } .framer-VaDjM.framer-v-1uxnsy5 .framer-f2d65r > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-VaDjM.framer-v-1uxnsy5 .framer-f2d65r > :first-child, .framer-VaDjM.framer-v-1uxnsy5 .framer-1b451eg > :first-child, .framer-VaDjM.framer-v-1uxnsy5 .framer-1hbfjbz > :first-child, .framer-VaDjM.framer-v-1uxnsy5 .framer-xr5596 > :first-child, .framer-VaDjM.framer-v-1uxnsy5 .framer-e3f4hy > :first-child { margin-top: 0px; } .framer-VaDjM.framer-v-1uxnsy5 .framer-f2d65r > :last-child, .framer-VaDjM.framer-v-1uxnsy5 .framer-1b451eg > :last-child, .framer-VaDjM.framer-v-1uxnsy5 .framer-1hbfjbz > :last-child, .framer-VaDjM.framer-v-1uxnsy5 .framer-xr5596 > :last-child, .framer-VaDjM.framer-v-1uxnsy5 .framer-e3f4hy > :last-child { margin-bottom: 0px; } .framer-VaDjM.framer-v-1uxnsy5 .framer-1b451eg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VaDjM.framer-v-1uxnsy5 .framer-1hbfjbz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VaDjM.framer-v-1uxnsy5 .framer-xr5596 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-VaDjM.framer-v-1uxnsy5 .framer-e3f4hy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-VaDjM[data-border=\"true\"]::after, .framer-VaDjM [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 1430.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BVlgaMhW1\":{\"layout\":[\"fixed\",\"auto\"]},\"iDkgnkyzn\":{\"layout\":[\"fixed\",\"auto\"]},\"mF3ZbBko7\":{\"layout\":[\"fixed\",\"auto\"]},\"xPX0JdtKD\":{\"layout\":[\"fixed\",\"auto\"]},\"WvFQmdCUZ\":{\"layout\":[\"fixed\",\"auto\"]},\"s5F8LGcCR\":{\"layout\":[\"fixed\",\"auto\"]},\"ZufzrS1AR\":{\"layout\":[\"fixed\",\"auto\"]},\"n1UdOwAo6\":{\"layout\":[\"fixed\",\"auto\"]},\"IQULH4KcW\":{\"layout\":[\"fixed\",\"auto\"]},\"oMOB_0Ccr\":{\"layout\":[\"fixed\",\"auto\"]},\"UdnzvDlV3\":{\"layout\":[\"fixed\",\"auto\"]},\"TjbPqNcTT\":{\"layout\":[\"fixed\",\"auto\"]},\"zJSduKP01\":{\"layout\":[\"fixed\",\"auto\"]},\"nIo1gJRJP\":{\"layout\":[\"fixed\",\"auto\"]},\"gHHarIpiX\":{\"layout\":[\"fixed\",\"auto\"]},\"oAvMZm_L9\":{\"layout\":[\"fixed\",\"auto\"]},\"zH7vZLbsJ\":{\"layout\":[\"fixed\",\"auto\"]},\"tcxDS5LlM\":{\"layout\":[\"fixed\",\"auto\"]},\"iWco9fejB\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBRq5t_PBR=withCSS(Component,css,\"framer-VaDjM\");export default FramerBRq5t_PBR;FramerBRq5t_PBR.displayName=\"Footer\";FramerBRq5t_PBR.defaultProps={height:1430.5,width:1440};addPropertyControls(FramerBRq5t_PBR,{variant:{options:[\"LP3wENtT9\",\"BVlgaMhW1\",\"iDkgnkyzn\",\"mF3ZbBko7\",\"xPX0JdtKD\",\"WvFQmdCUZ\",\"s5F8LGcCR\",\"ZufzrS1AR\",\"n1UdOwAo6\",\"IQULH4KcW\",\"oMOB_0Ccr\",\"UdnzvDlV3\",\"TjbPqNcTT\",\"zJSduKP01\",\"nIo1gJRJP\",\"gHHarIpiX\",\"oAvMZm_L9\",\"zH7vZLbsJ\",\"tcxDS5LlM\",\"iWco9fejB\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Laptop\",\"Desktop Malaysia\",\"Tablet Malaysia\",\"Phone Malaysia\",\"Laptop Malaysia\",\"Desktop Australia\",\"Tablet Australia\",\"Phone Australia\",\"Laptop Australia\",\"Desktop Singapore\",\"Tablet Singapore\",\"Phone Singapore\",\"Laptop Singapore\",\"Desktop Hong Kong\",\"Tablet Hong Kong\",\"Phone Hong Kong\",\"Laptop Hong Kong\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBRq5t_PBR,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OYB4CXKJQXKTNSLJMTDQOIVUL2V5EL7S/WYO2P7DQVV5RNXGMCUO2HL4RJP4VFUAS/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2\",weight:\"500\"}]},...LogoLogoFonts,...HeaderMenuItemFonts,...LocaleSelectorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBRq5t_PBR\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1430.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BVlgaMhW1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iDkgnkyzn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mF3ZbBko7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xPX0JdtKD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WvFQmdCUZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"s5F8LGcCR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZufzrS1AR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"n1UdOwAo6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IQULH4KcW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oMOB_0Ccr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UdnzvDlV3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TjbPqNcTT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zJSduKP01\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nIo1gJRJP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gHHarIpiX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oAvMZm_L9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zH7vZLbsJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tcxDS5LlM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iWco9fejB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3f9fff0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"WCds3327U\",\"bebYBlIFo\"];const serializationHash=\"framer-9wqSV\";const variantClassNames={bebYBlIFo:\"framer-v-2rdpf\",WCds3327U:\"framer-v-9mk3a3\"};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:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Burger:\"WCds3327U\",X:\"bebYBlIFo\"};const getProps=({color,height,id,tap,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,iWF8EWIN1:(_ref=color!==null&&color!==void 0?color:props.iWF8EWIN1)!==null&&_ref!==void 0?_ref:\"var(--token-7338f997-3db2-4065-98e4-6bcba8c753f4, rgb(255, 255, 255))\",TBgHLr7MW:tap!==null&&tap!==void 0?tap:props.TBgHLr7MW,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"WCds3327U\"};};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,TBgHLr7MW,iWF8EWIN1,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WCds3327U\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1w9uufh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"bebYBlIFo\");});const onTap1w3mhzx=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"WCds3327U\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-9mk3a3\",className,classNames),\"data-framer-name\":\"Burger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WCds3327U\",onTap:onTap1w9uufh,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({bebYBlIFo:{\"data-framer-name\":\"X\",onTap:onTap1w3mhzx}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hiurra\",layoutDependency:layoutDependency,layoutId:\"m2fxMWBFn\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-108w43y\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"SguqV05cB\",style:{backgroundColor:iWF8EWIN1,rotate:0},variants:{bebYBlIFo:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-va0fbu\",\"data-framer-name\":\"Mid\",layoutDependency:layoutDependency,layoutId:\"Qs8C6tcJd\",style:{backgroundColor:iWF8EWIN1,opacity:1},variants:{bebYBlIFo:{opacity:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-amx42m\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"OOKsaPqV5\",style:{backgroundColor:iWF8EWIN1,rotate:0},variants:{bebYBlIFo:{rotate:45}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9wqSV.framer-7xe78a, .framer-9wqSV .framer-7xe78a { display: block; }\",\".framer-9wqSV.framer-9mk3a3 { cursor: pointer; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-9wqSV .framer-1hiurra { flex: none; height: 18px; left: calc(50.00000000000002% - 18px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 18px; }\",\".framer-9wqSV .framer-108w43y { bottom: 0px; flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; }\",\".framer-9wqSV .framer-va0fbu { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-9wqSV .framer-amx42m { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-9wqSV.framer-v-2rdpf .framer-108w43y { bottom: unset; left: -4px; right: -4px; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-9wqSV.framer-v-2rdpf .framer-va0fbu { left: unset; right: -10px; width: 2px; }\",\".framer-9wqSV.framer-v-2rdpf .framer-amx42m { left: unset; right: -4px; top: calc(50.00000000000002% - 2px / 2); width: 26px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"bebYBlIFo\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"TBgHLr7MW\":\"tap\",\"iWF8EWIN1\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervZ7Pfx9GX=withCSS(Component,css,\"framer-9wqSV\");export default FramervZ7Pfx9GX;FramervZ7Pfx9GX.displayName=\"Elements/Menu Icon\";FramervZ7Pfx9GX.defaultProps={height:32,width:32};addPropertyControls(FramervZ7Pfx9GX,{variant:{options:[\"WCds3327U\",\"bebYBlIFo\"],optionTitles:[\"Burger\",\"X\"],title:\"Variant\",type:ControlType.Enum},TBgHLr7MW:{title:\"Tap\",type:ControlType.EventHandler},iWF8EWIN1:{defaultValue:'var(--token-7338f997-3db2-4065-98e4-6bcba8c753f4, rgb(255, 255, 255)) /* {\"name\":\"Neutral 01\"} */',title:\"Color\",type:ControlType.Color}});addFonts(FramervZ7Pfx9GX,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervZ7Pfx9GX\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"32\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"TBgHLr7MW\\\":\\\"tap\\\",\\\"iWF8EWIN1\\\":\\\"color\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bebYBlIFo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"32\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vZ7Pfx9GX.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"\u7522\u54C1\";export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"\u7372\u5F97\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"\u8A02\u4F4D\u7CFB\u7D71\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u63A5\u53D7\u7DDA\u4E0A\u8A02\u4F4D\u4EE5\u638C\u63E1\u5148\u6A5F\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"\u7DDA\u4E0A\u5916\u5E36\u5916\u9001\u7CFB\u7D71\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u6253\u9020\u54C1\u724C\u7684\u7DDA\u4E0A\u9580\u5E02\uFF0C\u63A5\u89F8\u66F4\u591A\u5BA2\u6236\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"\u9867\u5BA2\u5FE0\u8AA0\u8A08\u756B\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u638C\u63E1\u6BCF\u4E00\u4F4D\u9867\u5BA2\uFF0C\u8B93\u4ED6\u5011\u6210\u70BA\u5FE0\u5BE6\u652F\u6301\u8005\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"\u7DDA\u4E0B\u5237\u5361\u6A5F-\u50C5\u652F\u63F4\u65B0\u99AC\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u7121\u5E74\u8CBB\u4E5F\u4E0D\u7D81\u7D04\u7684\u5BE6\u9AD4\u5237\u5361\u6A5F\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"\u5EFA\u7F6E\"})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"\u4EAE\u9EDE\u770B\u677F\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u4E00\u9801\u5F0F\u5C55\u73FE\u60A8\u54C1\u724C\u7684\u91CD\u8981\u8CC7\u8A0A\"})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"\u554F\u5377\u7CFB\u7D71\"})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u81EA\u52D5\u5316\u554F\u5377\u8ABF\u67E5\u4EE5\u63D0\u5347\u54C1\u724C\u7684\u7DDA\u4E0A\u80FD\u898B\u5EA6\"})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"\u8F49\u63DB\"})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"\u884C\u92B7\u5F15\u64CE\"})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u900F\u904E\u9867\u5BA2\u518D\u884C\u92B7\u4F86\u7559\u5B58\u9867\u5BA2\u4EE5\u63D0\u5347\u6536\u5165\"})});export const v18=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"\u9867\u5BA2\u667A\u80FD\"})});export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u8D85\u5F37\u7684CRM\uFF0C\u70BA\u60A8\u63D0\u4F9B\u53EF\u884C\u7684\u6578\u64DA\u6D1E\u898B\"})});export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Oddle Eats\"})});export const v21=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"\u6316\u6398\u767E\u842C\u7F8E\u98DF\u611B\u597D\u8005\"})});export const v22=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"\u8CC7\u6E90\"})});export const v23=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"\u5B78\u7FD2\"})});export const v24=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"\u90E8\u843D\u683C\"})});export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UhytWPGKT\"},motionChild:true,nodeId:\"tAwL1Iywh\",openInNewTab:false,scopeId:\"buEaYiWpT\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1evpg25\",\"data-styles-preset\":\"eou5pqMfW\",children:\"\u9910\u5EF3\u6848\u4F8B\"})})})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"\u6BD4\u8F03\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"\u4E00\u822C\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IDTVbU1RS\"},motionChild:true,nodeId:\"POs9q4auq\",openInNewTab:false,scopeId:\"buEaYiWpT\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1evpg25\",\"data-styles-preset\":\"eou5pqMfW\",children:\"\u95DC\u65BC\u6211\u5011\"})})})});export const v29=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://help.oddle.me/en/\",motionChild:true,nodeId:\"eb0HnAXAZ\",openInNewTab:true,scopeId:\"buEaYiWpT\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1evpg25\",\"data-styles-preset\":\"eou5pqMfW\",children:\"\u5E6B\u52A9\u4E2D\u5FC3\"})})})});export const v30=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-34163561-b836-484c-8993-3e5856551429, rgb(0, 0, 0)))\"},children:\"\u900F\u904E\u65B0\u52A0\u5761\u7DB2\u7D05\u540D\u55AE\u4F86\u767C\u5C55\u60A8\u7684\u751F\u610F\"})});export const v31=\"\u7372\u5F97\u8A2A\u554F\u6B0A\u9650\";export const v32=\"\u9996\u9801\";export const v33=\"\u5B9A\u50F9\";export const v34=\"Oddle Eats\";export const v35=\"\u767B\u5165\";export const v36=\"\u9810\u7D04\u8AEE\u8A62\";\nexport const __FramerMetadata__ = {\"exports\":{\"v31\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v29\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v33\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v32\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v34\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v36\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v35\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v30\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport*as localizedValues from\"./buEaYiWpT-0.js\";const valuesByLocaleId={OrESh_VUl:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"\u6536\u8CBB\u6A21\u5F0F\";export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"conic-gradient(from 0deg at 42.6% 50%, rgb(93, 5, 161) 0deg, rgba(123, 47, 181, 0.35) 360deg)\"},children:\"\u514D\u8CBB\u884C\u92B7\u5DE5\u5177\u5305\"})})});export const v2=\"\u65B0\u52A0\u5761\u7DB2\u7D05\u540D\u55AE\";export const v3=\"Oddle Eats\";export const v4=\"\u9910\u5EF3\u767B\u5165\";export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"\u9023\u63A5\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"\u92B7\u552E\u901A\u8DEF\"})});export const v7=\"\u8A02\u4F4D\u7CFB\u7D71\";export const v8=\"\u9910\u5EF3\u5916\u5E36\u5916\u9001\u7CFB\u7D71\";export const v9=\"\u9867\u5BA2\u5FE0\u8AA0\u8A08\u756B\";export const v10=\"\u5237\u5361\u6A5F\";export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"\u63ED\u793A\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"\u8F14\u52A9\u5DE5\u5177\"})});export const v13=\"\u4EAE\u9EDE\u770B\u677F\";export const v14=\"\u554F\u5377\u7CFB\u7D71\";export const v15=\"\u9867\u5BA2\u667A\u80FD\";export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"\u89E3\u9396\"})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"\u8A02\u55AE\u9A45\u52D5\"})});export const v18=\"\u884C\u92B7\u5F15\u64CE\";export const v19=\"Oddle Eats\";export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"\u5B78\u7FD2\u8CC7\u6E90\"})});export const v21=\"\u90E8\u843D\u683C\";export const v22=\"\u9910\u5EF3\u6848\u4F8B\";export const v23=\"\u6BD4\u8F03\";export const v24=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"\u516C\u53F8\"})});export const v25=\"\u95DC\u65BC\u6211\u5011\";\nexport const __FramerMetadata__ = {\"exports\":{\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport*as localizedValues from\"./M6P_aAZmT-0.js\";const valuesByLocaleId={OrESh_VUl:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ltJJiJx2cGwwEOieFrr3/ddE8pcvvy1r92CtYerLs/IUuIQB2wW.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/Ft71bN4KAN45KIM495Q5/OkgQgKvWTUyqt9xAKkDa/M6P_aAZmT.js\";import HeaderMenuItem from\"https://framerusercontent.com/modules/mDnjaGtKGh7IH9I8dzNa/87mzXXE2XoocBvYdSWhP/KE9NjHSRn.js\";const HeaderMenuItemFonts=getFonts(HeaderMenuItem);const cycleOrder=[\"Pd4ewy6c8\",\"QafW6TFJZ\",\"PKoUr5N7M\"];const serializationHash=\"framer-oxFuM\";const variantClassNames={Pd4ewy6c8:\"framer-v-wrv54d\",PKoUr5N7M:\"framer-v-f7ytkq\",QafW6TFJZ:\"framer-v-zkfhww\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"Pd4ewy6c8\",Phone:\"QafW6TFJZ\",Tablet:\"PKoUr5N7M\"};const getProps=({height,hover,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,L7k1fiZWf:hover!==null&&hover!==void 0?hover:props.L7k1fiZWf,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Pd4ewy6c8\"};};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,L7k1fiZWf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Pd4ewy6c8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1hjpkc5=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(L7k1fiZWf){const res=await L7k1fiZWf(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"QafW6TFJZ\",\"PKoUr5N7M\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed1=()=>{if([\"QafW6TFJZ\",\"PKoUr5N7M\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-wrv54d\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Pd4ewy6c8\",onMouseEnter:onMouseEnter1hjpkc5,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({PKoUr5N7M:{\"data-framer-name\":\"Tablet\",\"data-highlight\":undefined,onMouseEnter:undefined},QafW6TFJZ:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dkbb8d\",\"data-border\":true,\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"EVBPUntq7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(172, 171, 178, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(8px)\",backgroundColor:\"var(--token-7c7d3fdc-98d3-4aae-aab6-ea1dd4512c85, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 1px 60px 0px rgba(0, 0, 0, 0.1)\",WebkitBackdropFilter:\"blur(8px)\"},variants:{PKoUr5N7M:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},QafW6TFJZ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u9ffwg\",\"data-framer-name\":\"Menu 01\",layoutDependency:layoutDependency,layoutId:\"GKCiHXRRS\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({PKoUr5N7M:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+0},QafW6TFJZ:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eqwsx0-container\",layoutDependency:layoutDependency,layoutId:\"exj5Gs5Im-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Pricing\",dpKtLgXs9:resolvedLinks[0],height:\"100%\",id:\"exj5Gs5Im\",IejEVkrjL:false,layoutId:\"exj5Gs5Im\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks[1]}},baseVariant,gestureVariant)})})});}}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zyji830Tn\"},nodeId:\"fA2ah0B6B\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1mcf8oq framer-6wevxc\",layoutDependency:layoutDependency,layoutId:\"fA2ah0B6B\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"conic-gradient(from 0deg at 42.6% 50%, rgb(93, 5, 161) 0deg, rgba(123, 47, 181, 0.35) 360deg)\"},children:\"FREE Marketing Toolkit \"})})}),className:\"framer-qvk8hq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TwjSfR_HT\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({PKoUr5N7M:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+105+0+0},QafW6TFJZ:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+105+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e1qqg9-container\",layoutDependency:layoutDependency,layoutId:\"CB7jJcHss-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue1=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"SG Influencer List\",height:\"100%\",id:\"CB7jJcHss\",IejEVkrjL:false,layoutId:\"CB7jJcHss\",variant:\"illAIrbRt\",width:\"100%\"})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({PKoUr5N7M:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+70},QafW6TFJZ:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+70}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n4qk85-container\",layoutDependency:layoutDependency,layoutId:\"FJN6gCPoz-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue2=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Oddle Eats\",dpKtLgXs9:\"https://eats.oddle.me\",height:\"100%\",id:\"FJN6gCPoz\",IejEVkrjL:false,layoutId:\"FJN6gCPoz\",variant:\"illAIrbRt\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({PKoUr5N7M:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+35},QafW6TFJZ:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+35}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qbvv2v-container\",layoutDependency:layoutDependency,layoutId:\"PgPkLR2vL-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue3=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Restaurant Login\",dpKtLgXs9:\"https://panel.oddle.me\",height:\"100%\",id:\"PgPkLR2vL\",IejEVkrjL:false,layoutId:\"PgPkLR2vL\",variant:\"illAIrbRt\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-46iqqn\",\"data-framer-name\":\"Connect\",layoutDependency:layoutDependency,layoutId:\"ONrNbK_zi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Connect\"})}),className:\"framer-1iopr5c\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kqiqPvETC\",style:{\"--extracted-r6o4lv\":\"rgba(59, 59, 59, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({PKoUr5N7M:{children:(_getLocalizedValue5=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Acquire\"})})},QafW6TFJZ:{children:(_getLocalizedValue6=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Acquire\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ysd33k\",\"data-framer-name\":\"Col 1\",layoutDependency:layoutDependency,layoutId:\"A_NDEOzLN\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined},{href:{webPageId:\"g3mclgugv\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+16+0+43.2+0+0,...addPropertyOverrides({PKoUr5N7M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+157+0+27.2+0+0},QafW6TFJZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+157+0+27.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cr300k-container\",layoutDependency:layoutDependency,layoutId:\"xIQWK9VNK-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Reservation\",dpKtLgXs9:resolvedLinks1[0],height:\"100%\",id:\"xIQWK9VNK\",IejEVkrjL:false,layoutId:\"xIQWK9VNK\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks1[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks1[1]}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XResGK_XA\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined},{href:{webPageId:\"ezA1HOvBp\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+16+0+43.2+0+37,...addPropertyOverrides({PKoUr5N7M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+157+0+27.2+0+32},QafW6TFJZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+157+0+27.2+0+32}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l4jtjm-container\",layoutDependency:layoutDependency,layoutId:\"aWDGJntYA-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Online Ordering\",dpKtLgXs9:resolvedLinks2[0],height:\"100%\",id:\"aWDGJntYA\",IejEVkrjL:false,layoutId:\"aWDGJntYA\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks2[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks2[1]}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MY_QPXjSC\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined},{href:{webPageId:\"gwv4fx3FK\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+16+0+43.2+0+74,...addPropertyOverrides({PKoUr5N7M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+157+0+27.2+0+64},QafW6TFJZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+157+0+27.2+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ootbzo-container\",layoutDependency:layoutDependency,layoutId:\"kztXOyMGr-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Loyalty\",dpKtLgXs9:resolvedLinks3[0],height:\"100%\",id:\"kztXOyMGr\",IejEVkrjL:false,layoutId:\"kztXOyMGr\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks3[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks3[1]}},baseVariant,gestureVariant)})})});}}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined},{href:{webPageId:\"seO24WE2r\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({PKoUr5N7M:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+157+0+27.2+0+96},QafW6TFJZ:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+157+0+27.2+0+96}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f2vdmy-container\",layoutDependency:layoutDependency,layoutId:\"xCr0E6XBg-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Payment Terminal\",dpKtLgXs9:resolvedLinks4[0],height:\"100%\",id:\"xCr0E6XBg\",IejEVkrjL:false,layoutId:\"xCr0E6XBg\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks4[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks4[1]}},baseVariant,gestureVariant)})})});}})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-102io25\",\"data-framer-name\":\"Reveal\",layoutDependency:layoutDependency,layoutId:\"hxJD3cYRo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Reveal\"})}),className:\"framer-1p6p0op\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yMC7TJAXA\",style:{\"--extracted-r6o4lv\":\"rgba(59, 59, 59, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({PKoUr5N7M:{children:(_getLocalizedValue8=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Build\"})})},QafW6TFJZ:{children:(_getLocalizedValue9=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Build\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uUl2cRhvj\"},implicitPathVariables:undefined},{href:{webPageId:\"uUl2cRhvj\"},implicitPathVariables:undefined},{href:{webPageId:\"uUl2cRhvj\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({PKoUr5N7M:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+315.2+0+27.2},QafW6TFJZ:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+315.2+0+27.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1186ial-container\",layoutDependency:layoutDependency,layoutId:\"W742weyn1-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Virtual Lounge\",dpKtLgXs9:resolvedLinks5[0],height:\"100%\",id:\"W742weyn1\",IejEVkrjL:false,layoutId:\"W742weyn1\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks5[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks5[1]}},baseVariant,gestureVariant)})})});}}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined},{href:{webPageId:\"h3B4h9Gnn\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({PKoUr5N7M:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+315.2+0+54.2},QafW6TFJZ:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+315.2+0+54.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ljdebb-container\",layoutDependency:layoutDependency,layoutId:\"Vay4RVe8U-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Survey\",dpKtLgXs9:resolvedLinks6[0],height:\"100%\",id:\"Vay4RVe8U\",IejEVkrjL:false,layoutId:\"Vay4RVe8U\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks6[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks6[1]}},baseVariant,gestureVariant)})})});}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s7dh4c\",\"data-framer-name\":\"Col 1\",layoutDependency:layoutDependency,layoutId:\"UNyv0Tt0X\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+16+0+43.2+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n1s0j-container\",layoutDependency:layoutDependency,layoutId:\"X_QFNkw0n-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Customer Intelligence\",dpKtLgXs9:resolvedLinks7[0],height:\"100%\",id:\"X_QFNkw0n\",IejEVkrjL:false,layoutId:\"X_QFNkw0n\",variant:\"illAIrbRt\",width:\"100%\"})})});}})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o3tsgf\",\"data-framer-name\":\"Unlock\",layoutDependency:layoutDependency,layoutId:\"UR2a0EYl4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Unlock\"})}),className:\"framer-18a1szx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lY97y8UmU\",style:{\"--extracted-r6o4lv\":\"rgba(59, 59, 59, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({PKoUr5N7M:{children:(_getLocalizedValue11=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Convert\"})})},QafW6TFJZ:{children:(_getLocalizedValue12=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Convert\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cnmj81\",\"data-framer-name\":\"Pages\",layoutDependency:layoutDependency,layoutId:\"v7p0yLmIJ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1biu2v1\",\"data-framer-name\":\"Col 2\",layoutDependency:layoutDependency,layoutId:\"nVUOZnenD\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"skKh9MQcm\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined},{href:{webPageId:\"scTUirgdv\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+16+0+43.2+0+0+0,...addPropertyOverrides({PKoUr5N7M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+404.4+0+27.2+0+0+0+0},QafW6TFJZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+404.4+0+27.2+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nbi8li-container\",layoutDependency:layoutDependency,layoutId:\"pDsI3aePF-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Marketing Engine\",dpKtLgXs9:resolvedLinks8[0],height:\"100%\",id:\"pDsI3aePF\",IejEVkrjL:false,layoutId:\"pDsI3aePF\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks8[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks8[1]}},baseVariant,gestureVariant)})})});}}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined},{href:{webPageId:\"m9NDHNkTM\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({PKoUr5N7M:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+404.4+0+27.2+0+0+0+35},QafW6TFJZ:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+404.4+0+27.2+0+0+0+35}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2jcx8x-container\",layoutDependency:layoutDependency,layoutId:\"KHJiDyFPL-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Customer Intelligence\",dpKtLgXs9:resolvedLinks9[0],height:\"100%\",id:\"KHJiDyFPL\",IejEVkrjL:false,layoutId:\"KHJiDyFPL\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks9[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks9[1]}},baseVariant,gestureVariant)})})});}}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AU8eJ6fag\"},implicitPathVariables:undefined},{href:{webPageId:\"AU8eJ6fag\"},implicitPathVariables:undefined},{href:{webPageId:\"AU8eJ6fag\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({PKoUr5N7M:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+404.4+0+27.2+0+0+0+70},QafW6TFJZ:{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+404.4+0+27.2+0+0+0+70}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-oxhcqa-container\",layoutDependency:layoutDependency,layoutId:\"nb3BoKic9-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Oddle Eats Network\",dpKtLgXs9:resolvedLinks10[0],height:\"100%\",id:\"nb3BoKic9\",IejEVkrjL:false,layoutId:\"nb3BoKic9\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks10[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks10[1]}},baseVariant,gestureVariant)})})});}})]})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-192hsjt\",\"data-framer-name\":\"Resources\",layoutDependency:layoutDependency,layoutId:\"Yc5tIT1l6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue13=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Learn\"})}),className:\"framer-qosevy\",\"data-framer-name\":\"Resources\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BZRZrAZRN\",style:{\"--extracted-r6o4lv\":\"rgba(59, 59, 59, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ne6c4\",\"data-framer-name\":\"Pages\",layoutDependency:layoutDependency,layoutId:\"E7_9Z_xz8\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jnit5o\",\"data-framer-name\":\"Col 2\",layoutDependency:layoutDependency,layoutId:\"FetYY3wqm\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined},{href:{webPageId:\"Kg6Wl7H3O\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:27,...addPropertyOverrides({PKoUr5N7M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+536.5999999999999+10+27.199999999999992+0+0+0+0},QafW6TFJZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+536.5999999999999+10+27.199999999999992+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ptk5mb-container\",layoutDependency:layoutDependency,layoutId:\"VzjY_JtQ9-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Blog\",dpKtLgXs9:resolvedLinks11[0],height:\"100%\",id:\"VzjY_JtQ9\",IejEVkrjL:false,layoutId:\"VzjY_JtQ9\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks11[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks11[1]}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined},{href:{webPageId:\"UhytWPGKT\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:27,...addPropertyOverrides({PKoUr5N7M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+536.5999999999999+10+27.199999999999992+0+0+0+35},QafW6TFJZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+536.5999999999999+10+27.199999999999992+0+0+0+35}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10c8j83-container\",layoutDependency:layoutDependency,layoutId:\"aspRizFGm-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Customer Stories\",dpKtLgXs9:resolvedLinks12[0],height:\"100%\",id:\"aspRizFGm\",IejEVkrjL:false,layoutId:\"aspRizFGm\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks12[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks12[1]}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"skKh9MQcm\"},implicitPathVariables:undefined},{href:{webPageId:\"skKh9MQcm\"},implicitPathVariables:undefined},{href:{webPageId:\"skKh9MQcm\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:27,...addPropertyOverrides({PKoUr5N7M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+536.5999999999999+10+27.199999999999992+0+0+0+70},QafW6TFJZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+536.5999999999999+10+27.199999999999992+0+0+0+70}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pomu2q-container\",layoutDependency:layoutDependency,layoutId:\"lmAmC1gph-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Comparison\",dpKtLgXs9:resolvedLinks13[0],height:\"100%\",id:\"lmAmC1gph\",IejEVkrjL:false,layoutId:\"lmAmC1gph\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks13[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks13[1]}},baseVariant,gestureVariant)})})});}})]})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-148m9go\",\"data-framer-name\":\"Resources\",layoutDependency:layoutDependency,layoutId:\"yWl15P9zA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue14=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-igr2q\",\"data-styles-preset\":\"IUuIQB2wW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(59, 59, 59, 0.5))\"},children:\"Company\"})}),className:\"framer-11fdrrd\",\"data-framer-name\":\"Resources\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H_G9QRj0Y\",style:{\"--extracted-r6o4lv\":\"rgba(59, 59, 59, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dpxzm6\",\"data-framer-name\":\"Pages\",layoutDependency:layoutDependency,layoutId:\"Fb0Cc63TR\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z920va\",\"data-framer-name\":\"Col 2\",layoutDependency:layoutDependency,layoutId:\"aczoNB8Lw\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined},{href:{webPageId:\"IDTVbU1RS\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:27,...addPropertyOverrides({PKoUr5N7M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+678.8+10+27.2+0+0+0+0},QafW6TFJZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+20+678.8+10+27.2+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n5s9zx-container\",layoutDependency:layoutDependency,layoutId:\"VUBFkfwqz-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:(_getLocalizedValue=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"About Us\",dpKtLgXs9:resolvedLinks14[0],height:\"100%\",id:\"VUBFkfwqz\",IejEVkrjL:false,layoutId:\"VUBFkfwqz\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({PKoUr5N7M:{dpKtLgXs9:resolvedLinks14[2]},QafW6TFJZ:{dpKtLgXs9:resolvedLinks14[1]}},baseVariant,gestureVariant)})})});}})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oxFuM.framer-6wevxc, .framer-oxFuM .framer-6wevxc { display: block; }\",\".framer-oxFuM.framer-wrv54d { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-oxFuM .framer-1dkbb8d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oxFuM .framer-1u9ffwg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: min-content; }\",\".framer-oxFuM .framer-eqwsx0-container, .framer-oxFuM .framer-1e1qqg9-container, .framer-oxFuM .framer-1n4qk85-container, .framer-oxFuM .framer-1qbvv2v-container, .framer-oxFuM .framer-cr300k-container, .framer-oxFuM .framer-1l4jtjm-container, .framer-oxFuM .framer-ootbzo-container, .framer-oxFuM .framer-f2vdmy-container, .framer-oxFuM .framer-1186ial-container, .framer-oxFuM .framer-1ljdebb-container, .framer-oxFuM .framer-n1s0j-container, .framer-oxFuM .framer-nbi8li-container, .framer-oxFuM .framer-2jcx8x-container, .framer-oxFuM .framer-oxhcqa-container, .framer-oxFuM .framer-1ptk5mb-container, .framer-oxFuM .framer-10c8j83-container, .framer-oxFuM .framer-1pomu2q-container, .framer-oxFuM .framer-1n5s9zx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-oxFuM .framer-1mcf8oq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 44px; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-oxFuM .framer-qvk8hq, .framer-oxFuM .framer-1iopr5c, .framer-oxFuM .framer-1p6p0op, .framer-oxFuM .framer-18a1szx, .framer-oxFuM .framer-qosevy, .framer-oxFuM .framer-11fdrrd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-oxFuM .framer-46iqqn, .framer-oxFuM .framer-102io25, .framer-oxFuM .framer-1o3tsgf { 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: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oxFuM .framer-ysd33k, .framer-oxFuM .framer-1s7dh4c, .framer-oxFuM .framer-1biu2v1 { 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: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oxFuM .framer-1cnmj81 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oxFuM .framer-192hsjt, .framer-oxFuM .framer-148m9go { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-oxFuM .framer-ne6c4, .framer-oxFuM .framer-1jnit5o, .framer-oxFuM .framer-1dpxzm6, .framer-oxFuM .framer-z920va { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oxFuM.framer-wrv54d, .framer-oxFuM .framer-1dkbb8d, .framer-oxFuM .framer-1u9ffwg, .framer-oxFuM .framer-1mcf8oq, .framer-oxFuM .framer-46iqqn, .framer-oxFuM .framer-ysd33k, .framer-oxFuM .framer-102io25, .framer-oxFuM .framer-1s7dh4c, .framer-oxFuM .framer-1o3tsgf, .framer-oxFuM .framer-1cnmj81, .framer-oxFuM .framer-1biu2v1, .framer-oxFuM .framer-192hsjt, .framer-oxFuM .framer-ne6c4, .framer-oxFuM .framer-1jnit5o, .framer-oxFuM .framer-148m9go, .framer-oxFuM .framer-1dpxzm6, .framer-oxFuM .framer-z920va { gap: 0px; } .framer-oxFuM.framer-wrv54d > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-oxFuM.framer-wrv54d > :first-child, .framer-oxFuM .framer-1mcf8oq > :first-child, .framer-oxFuM .framer-46iqqn > :first-child, .framer-oxFuM .framer-ysd33k > :first-child, .framer-oxFuM .framer-102io25 > :first-child, .framer-oxFuM .framer-1s7dh4c > :first-child, .framer-oxFuM .framer-1o3tsgf > :first-child, .framer-oxFuM .framer-1biu2v1 > :first-child, .framer-oxFuM .framer-192hsjt > :first-child, .framer-oxFuM .framer-ne6c4 > :first-child, .framer-oxFuM .framer-1jnit5o > :first-child, .framer-oxFuM .framer-148m9go > :first-child, .framer-oxFuM .framer-1dpxzm6 > :first-child, .framer-oxFuM .framer-z920va > :first-child { margin-top: 0px; } .framer-oxFuM.framer-wrv54d > :last-child, .framer-oxFuM .framer-1mcf8oq > :last-child, .framer-oxFuM .framer-46iqqn > :last-child, .framer-oxFuM .framer-ysd33k > :last-child, .framer-oxFuM .framer-102io25 > :last-child, .framer-oxFuM .framer-1s7dh4c > :last-child, .framer-oxFuM .framer-1o3tsgf > :last-child, .framer-oxFuM .framer-1biu2v1 > :last-child, .framer-oxFuM .framer-192hsjt > :last-child, .framer-oxFuM .framer-ne6c4 > :last-child, .framer-oxFuM .framer-1jnit5o > :last-child, .framer-oxFuM .framer-148m9go > :last-child, .framer-oxFuM .framer-1dpxzm6 > :last-child, .framer-oxFuM .framer-z920va > :last-child { margin-bottom: 0px; } .framer-oxFuM .framer-1dkbb8d > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-oxFuM .framer-1dkbb8d > :first-child, .framer-oxFuM .framer-1u9ffwg > :first-child, .framer-oxFuM .framer-1cnmj81 > :first-child { margin-left: 0px; } .framer-oxFuM .framer-1dkbb8d > :last-child, .framer-oxFuM .framer-1u9ffwg > :last-child, .framer-oxFuM .framer-1cnmj81 > :last-child { margin-right: 0px; } .framer-oxFuM .framer-1u9ffwg > *, .framer-oxFuM .framer-1cnmj81 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-oxFuM .framer-1mcf8oq > *, .framer-oxFuM .framer-192hsjt > *, .framer-oxFuM .framer-148m9go > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-oxFuM .framer-46iqqn > *, .framer-oxFuM .framer-102io25 > *, .framer-oxFuM .framer-1o3tsgf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-oxFuM .framer-ysd33k > *, .framer-oxFuM .framer-1s7dh4c > *, .framer-oxFuM .framer-1biu2v1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-oxFuM .framer-ne6c4 > *, .framer-oxFuM .framer-1jnit5o > *, .framer-oxFuM .framer-1dpxzm6 > *, .framer-oxFuM .framer-z920va > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-oxFuM.framer-v-zkfhww.framer-wrv54d { width: 330px; }\",\".framer-oxFuM.framer-v-zkfhww .framer-1dkbb8d, .framer-oxFuM.framer-v-f7ytkq .framer-1dkbb8d { overflow: auto; width: 100%; }\",\".framer-oxFuM.framer-v-zkfhww .framer-1u9ffwg { flex: 1 0 0px; flex-direction: column; gap: 8px; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: flex-start; overflow: auto; padding: 20px; width: 1px; }\",\".framer-oxFuM.framer-v-zkfhww .framer-eqwsx0-container, .framer-oxFuM.framer-v-zkfhww .framer-1e1qqg9-container, .framer-oxFuM.framer-v-f7ytkq .framer-eqwsx0-container, .framer-oxFuM.framer-v-f7ytkq .framer-1e1qqg9-container { order: 0; }\",\".framer-oxFuM.framer-v-zkfhww .framer-1mcf8oq, .framer-oxFuM.framer-v-f7ytkq .framer-1mcf8oq { flex: none; min-height: unset; order: 3; width: 100%; }\",\".framer-oxFuM.framer-v-zkfhww .framer-qvk8hq, .framer-oxFuM.framer-v-zkfhww .framer-1qbvv2v-container, .framer-oxFuM.framer-v-f7ytkq .framer-qvk8hq, .framer-oxFuM.framer-v-f7ytkq .framer-1qbvv2v-container { order: 1; }\",\".framer-oxFuM.framer-v-zkfhww .framer-1n4qk85-container, .framer-oxFuM.framer-v-f7ytkq .framer-1n4qk85-container { order: 2; }\",\".framer-oxFuM.framer-v-zkfhww .framer-46iqqn, .framer-oxFuM.framer-v-f7ytkq .framer-46iqqn { gap: 0px; order: 4; width: 100%; }\",\".framer-oxFuM.framer-v-zkfhww .framer-ysd33k, .framer-oxFuM.framer-v-f7ytkq .framer-ysd33k { gap: 5px; width: 100%; }\",\".framer-oxFuM.framer-v-zkfhww .framer-102io25, .framer-oxFuM.framer-v-f7ytkq .framer-102io25 { gap: 0px; order: 5; width: 100%; }\",\".framer-oxFuM.framer-v-zkfhww .framer-1o3tsgf, .framer-oxFuM.framer-v-f7ytkq .framer-1o3tsgf { gap: 0px; order: 6; width: 100%; }\",\".framer-oxFuM.framer-v-zkfhww .framer-1cnmj81, .framer-oxFuM.framer-v-f7ytkq .framer-1cnmj81 { flex-direction: column; gap: 8px; }\",\".framer-oxFuM.framer-v-zkfhww .framer-1biu2v1, .framer-oxFuM.framer-v-f7ytkq .framer-1biu2v1 { gap: 8px; }\",\".framer-oxFuM.framer-v-zkfhww .framer-192hsjt, .framer-oxFuM.framer-v-f7ytkq .framer-192hsjt { flex: none; order: 7; width: 100%; }\",\".framer-oxFuM.framer-v-zkfhww .framer-148m9go, .framer-oxFuM.framer-v-f7ytkq .framer-148m9go { flex: none; order: 8; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oxFuM.framer-v-zkfhww .framer-1u9ffwg, .framer-oxFuM.framer-v-zkfhww .framer-46iqqn, .framer-oxFuM.framer-v-zkfhww .framer-ysd33k, .framer-oxFuM.framer-v-zkfhww .framer-102io25, .framer-oxFuM.framer-v-zkfhww .framer-1o3tsgf, .framer-oxFuM.framer-v-zkfhww .framer-1cnmj81, .framer-oxFuM.framer-v-zkfhww .framer-1biu2v1 { gap: 0px; } .framer-oxFuM.framer-v-zkfhww .framer-1u9ffwg > *, .framer-oxFuM.framer-v-zkfhww .framer-1cnmj81 > *, .framer-oxFuM.framer-v-zkfhww .framer-1biu2v1 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-oxFuM.framer-v-zkfhww .framer-1u9ffwg > :first-child, .framer-oxFuM.framer-v-zkfhww .framer-46iqqn > :first-child, .framer-oxFuM.framer-v-zkfhww .framer-ysd33k > :first-child, .framer-oxFuM.framer-v-zkfhww .framer-102io25 > :first-child, .framer-oxFuM.framer-v-zkfhww .framer-1o3tsgf > :first-child, .framer-oxFuM.framer-v-zkfhww .framer-1cnmj81 > :first-child, .framer-oxFuM.framer-v-zkfhww .framer-1biu2v1 > :first-child { margin-top: 0px; } .framer-oxFuM.framer-v-zkfhww .framer-1u9ffwg > :last-child, .framer-oxFuM.framer-v-zkfhww .framer-46iqqn > :last-child, .framer-oxFuM.framer-v-zkfhww .framer-ysd33k > :last-child, .framer-oxFuM.framer-v-zkfhww .framer-102io25 > :last-child, .framer-oxFuM.framer-v-zkfhww .framer-1o3tsgf > :last-child, .framer-oxFuM.framer-v-zkfhww .framer-1cnmj81 > :last-child, .framer-oxFuM.framer-v-zkfhww .framer-1biu2v1 > :last-child { margin-bottom: 0px; } .framer-oxFuM.framer-v-zkfhww .framer-46iqqn > *, .framer-oxFuM.framer-v-zkfhww .framer-102io25 > *, .framer-oxFuM.framer-v-zkfhww .framer-1o3tsgf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-oxFuM.framer-v-zkfhww .framer-ysd33k > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\".framer-oxFuM.framer-v-f7ytkq.framer-wrv54d { min-width: 768px; overflow: auto; width: 768px; }\",\".framer-oxFuM.framer-v-f7ytkq .framer-1u9ffwg { flex-direction: column; gap: 8px; justify-content: flex-start; order: 0; overflow: auto; padding: 20px; width: 768px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oxFuM.framer-v-f7ytkq .framer-1u9ffwg, .framer-oxFuM.framer-v-f7ytkq .framer-46iqqn, .framer-oxFuM.framer-v-f7ytkq .framer-ysd33k, .framer-oxFuM.framer-v-f7ytkq .framer-102io25, .framer-oxFuM.framer-v-f7ytkq .framer-1o3tsgf, .framer-oxFuM.framer-v-f7ytkq .framer-1cnmj81, .framer-oxFuM.framer-v-f7ytkq .framer-1biu2v1 { gap: 0px; } .framer-oxFuM.framer-v-f7ytkq .framer-1u9ffwg > *, .framer-oxFuM.framer-v-f7ytkq .framer-1cnmj81 > *, .framer-oxFuM.framer-v-f7ytkq .framer-1biu2v1 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-oxFuM.framer-v-f7ytkq .framer-1u9ffwg > :first-child, .framer-oxFuM.framer-v-f7ytkq .framer-46iqqn > :first-child, .framer-oxFuM.framer-v-f7ytkq .framer-ysd33k > :first-child, .framer-oxFuM.framer-v-f7ytkq .framer-102io25 > :first-child, .framer-oxFuM.framer-v-f7ytkq .framer-1o3tsgf > :first-child, .framer-oxFuM.framer-v-f7ytkq .framer-1cnmj81 > :first-child, .framer-oxFuM.framer-v-f7ytkq .framer-1biu2v1 > :first-child { margin-top: 0px; } .framer-oxFuM.framer-v-f7ytkq .framer-1u9ffwg > :last-child, .framer-oxFuM.framer-v-f7ytkq .framer-46iqqn > :last-child, .framer-oxFuM.framer-v-f7ytkq .framer-ysd33k > :last-child, .framer-oxFuM.framer-v-f7ytkq .framer-102io25 > :last-child, .framer-oxFuM.framer-v-f7ytkq .framer-1o3tsgf > :last-child, .framer-oxFuM.framer-v-f7ytkq .framer-1cnmj81 > :last-child, .framer-oxFuM.framer-v-f7ytkq .framer-1biu2v1 > :last-child { margin-bottom: 0px; } .framer-oxFuM.framer-v-f7ytkq .framer-46iqqn > *, .framer-oxFuM.framer-v-f7ytkq .framer-102io25 > *, .framer-oxFuM.framer-v-f7ytkq .framer-1o3tsgf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-oxFuM.framer-v-f7ytkq .framer-ysd33k > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",...sharedStyle.css,'.framer-oxFuM[data-border=\"true\"]::after, .framer-oxFuM [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 177\n * @framerIntrinsicWidth 534\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"QafW6TFJZ\":{\"layout\":[\"fixed\",\"auto\"]},\"PKoUr5N7M\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"768px\",null,null,null]}}}\n * @framerVariables {\"L7k1fiZWf\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerM6P_aAZmT=withCSS(Component,css,\"framer-oxFuM\");export default FramerM6P_aAZmT;FramerM6P_aAZmT.displayName=\"Header/Dropdown Menu\";FramerM6P_aAZmT.defaultProps={height:177,width:534};addPropertyControls(FramerM6P_aAZmT,{variant:{options:[\"Pd4ewy6c8\",\"QafW6TFJZ\",\"PKoUr5N7M\"],optionTitles:[\"Desktop\",\"Phone\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum},L7k1fiZWf:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerM6P_aAZmT,[{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\"}]},...HeaderMenuItemFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM6P_aAZmT\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"L7k1fiZWf\\\":\\\"hover\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QafW6TFJZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PKoUr5N7M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"768px\\\",null,null,null]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"534\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"177\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ElementsMenuIcon from\"https://framerusercontent.com/modules/DU2x5kc0BNacQb5mLc44/lJfphHFGl4ttWlVZJ6AV/vZ7Pfx9GX.js\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/dhYoGediESO4jZcZgGcf/UCz99FbdFs1ZBOwwHlef/eou5pqMfW.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/kOeYDei2D5ir284Ch1dI/v5fT9seJXHZGeN1lSUyr/tsKs025Z0.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/MTaB13YY51Hg9uuD8WYq/apANa4oGND0XtaULH25Z/buEaYiWpT.js\";import LogoLogo from\"https://framerusercontent.com/modules/vrXAMXrk0lPok27mvJfs/c0SN8MRbcLRjB1X6PvHI/gIi5JvK1_.js\";import ButtonButton from\"https://framerusercontent.com/modules/qr9J88M0S2F2CgWdnv8v/hxnALRYNRBztccgk49xk/HDzVzBPa_.js\";import HeaderMenuItem from\"https://framerusercontent.com/modules/mDnjaGtKGh7IH9I8dzNa/87mzXXE2XoocBvYdSWhP/KE9NjHSRn.js\";import HeaderDropdownMenu from\"https://framerusercontent.com/modules/zJDQswpi5ZgIirVadgwf/3wAlidMghWSF3ryGE3a7/M6P_aAZmT.js\";const LogoLogoFonts=getFonts(LogoLogo);const HeaderMenuItemFonts=getFonts(HeaderMenuItem);const MotionDivWithFX=withFX(motion.div);const ButtonButtonFonts=getFonts(ButtonButton);const FeatherFonts=getFonts(Feather);const HeaderDropdownMenuFonts=getFonts(HeaderDropdownMenu);const ElementsMenuIconFonts=getFonts(ElementsMenuIcon);const cycleOrder=[\"O_opcX6E_\",\"yAVjSHKT3\",\"jKXjzvrPM\",\"SXUN4x14q\",\"j1mhhaQxP\",\"mF9h6R6Ua\"];const serializationHash=\"framer-uQ0cV\";const variantClassNames={j1mhhaQxP:\"framer-v-4nryhy\",jKXjzvrPM:\"framer-v-q4gsj7\",mF9h6R6Ua:\"framer-v-ns995o\",O_opcX6E_:\"framer-v-1gr9fjb\",SXUN4x14q:\"framer-v-1xyxipi\",yAVjSHKT3:\"framer-v-1mn5n1w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone - Open\":\"j1mhhaQxP\",\"Phone Close\":\"SXUN4x14q\",\"Tablet - Open\":\"mF9h6R6Ua\",Desktop:\"O_opcX6E_\",Laptop:\"yAVjSHKT3\",Tablet:\"jKXjzvrPM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"O_opcX6E_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,b3lKEunXkXb_qzVA58,UBrVb5OsH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"O_opcX6E_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const HbG8_2N0wtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap1hf7i8i=activeVariantCallback(async(...args)=>{if(UBrVb5OsH){const res=await UBrVb5OsH(...args);if(res===false)return false;}});const onTap10rcnqw=activeVariantCallback(async(...args)=>{setVariant(\"mF9h6R6Ua\");});const onTap1jbixbb=activeVariantCallback(async(...args)=>{setVariant(\"jKXjzvrPM\");});const TBgHLr7MWj0lc2m=activeVariantCallback(async(...args)=>{setVariant(\"j1mhhaQxP\");});const TBgHLr7MWz00b65=activeVariantCallback(async(...args)=>{setVariant(\"SXUN4x14q\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"SXUN4x14q\")return false;return true;};const isDisplayed1=()=>{if([\"jKXjzvrPM\",\"j1mhhaQxP\",\"mF9h6R6Ua\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed2=()=>{if(baseVariant===\"j1mhhaQxP\")return false;return true;};const isDisplayed3=()=>{if([\"jKXjzvrPM\",\"mF9h6R6Ua\"].includes(baseVariant))return false;return true;};const ref3=React.useRef(null);const ref4=React.useRef(null);const isDisplayed4=()=>{if([\"yAVjSHKT3\",\"jKXjzvrPM\",\"mF9h6R6Ua\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(baseVariant===\"j1mhhaQxP\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"mF9h6R6Ua\")return true;return false;};const isDisplayed7=()=>{if([\"jKXjzvrPM\",\"SXUN4x14q\",\"j1mhhaQxP\",\"mF9h6R6Ua\"].includes(baseVariant))return false;return true;};const isDisplayed8=()=>{if([\"jKXjzvrPM\",\"SXUN4x14q\",\"j1mhhaQxP\",\"mF9h6R6Ua\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gr9fjb\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"O_opcX6E_\",ref:refBinding,style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(246, 246, 246)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",backgroundColor:\"var(--token-7c7d3fdc-98d3-4aae-aab6-ea1dd4512c85, rgb(255, 255, 255))\",...style},variants:{j1mhhaQxP:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},jKXjzvrPM:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\"},mF9h6R6Ua:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\"},SXUN4x14q:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},yAVjSHKT3:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({j1mhhaQxP:{\"data-framer-name\":\"Phone - Open\"},jKXjzvrPM:{\"data-framer-name\":\"Tablet\"},mF9h6R6Ua:{\"data-framer-name\":\"Tablet - Open\"},SXUN4x14q:{\"data-framer-name\":\"Phone Close\"},yAVjSHKT3:{\"data-framer-name\":\"Laptop\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sqt5t0\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"upFs3UPyU\",style:{borderBottomLeftRadius:66,borderBottomRightRadius:66,borderTopLeftRadius:66,borderTopRightRadius:66},children:/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-177uo54\",\"data-framer-name\":\"Nav Bar\",layoutDependency:layoutDependency,layoutId:\"dUjb_qLsr\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-js2x5x\",\"data-framer-name\":\"Left \",layoutDependency:layoutDependency,layoutId:\"c2dtrFf26\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lnc0du\",\"data-framer-name\":\"Logo Box\",layoutDependency:layoutDependency,layoutId:\"N9tK5frhl\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jKa52zpVY\"},implicitPathVariables:undefined},{href:{webPageId:\"jKa52zpVY\"},implicitPathVariables:undefined},{href:{webPageId:\"jKa52zpVY\"},implicitPathVariables:undefined},{href:{webPageId:\"jKa52zpVY\"},implicitPathVariables:undefined},{href:{webPageId:\"jKa52zpVY\"},implicitPathVariables:undefined},{href:{webPageId:\"jKa52zpVY\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+22+(((componentViewport?.height||99)-44-55)/2+0+0)+0+0+9.5+0+0,...addPropertyOverrides({j1mhhaQxP:{y:(componentViewport?.y||0)+10+(((componentViewport?.height||62)-20-42)/2+0+0)+0+0+3+0+0},SXUN4x14q:{width:\"131px\",y:(componentViewport?.y||0)+10+(((componentViewport?.height||62)-20-42)/2+0+0)+0+0+3+0+0},yAVjSHKT3:{y:(componentViewport?.y||0)+22+(((componentViewport?.height||102)-44-55)/2+0+0)+0+0+9.5+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gv5z2m-container\",layoutDependency:layoutDependency,layoutId:\"Dj2C1wh_5-container\",nodeId:\"Dj2C1wh_5\",rendersWithMotion:true,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(LogoLogo,{A2YgnEO7G:resolvedLinks[0],height:\"100%\",id:\"Dj2C1wh_5\",layoutId:\"Dj2C1wh_5\",width:\"100%\",...addPropertyOverrides({j1mhhaQxP:{A2YgnEO7G:resolvedLinks[4]},jKXjzvrPM:{A2YgnEO7G:resolvedLinks[2]},mF9h6R6Ua:{A2YgnEO7G:resolvedLinks[5]},SXUN4x14q:{A2YgnEO7G:resolvedLinks[3],style:{width:\"100%\"}},yAVjSHKT3:{A2YgnEO7G:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-be7mh8\",\"data-framer-name\":\"Main Menu\",layoutDependency:layoutDependency,layoutId:\"GlHqPSGGM\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{j1mhhaQxP:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:[isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+22+(((componentViewport?.height||99)-44-55)/2+0+0)+0+0+9.5+4.4+.1,...addPropertyOverrides({yAVjSHKT3:{y:(componentViewport?.y||0)+22+(((componentViewport?.height||102)-44-55)/2+0+0)+0+0+9.5+4.4+.1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-88buse-container\",\"data-framer-name\":\"Products\",id:`${layoutId}-88buse`,layoutDependency:layoutDependency,layoutId:\"OByaOjHIQ-container\",name:\"Products\",nodeId:\"OByaOjHIQ\",ref:ref1,rendersWithMotion:true,scopeId:\"buEaYiWpT\",children:[/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v0\",activeLocale)??\"Products\",HbG8_2N0w:HbG8_2N0wtxyyif({overlay}),height:\"100%\",id:\"OByaOjHIQ\",IejEVkrjL:true,layoutId:\"OByaOjHIQ\",name:\"Products\",variant:overlay.visible?\"kEbCfWpBF\":\"illAIrbRt\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-88buse`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1wrke0d\",\"data-border\":true,\"data-framer-name\":\"Menu\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"aagzwZuJK\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(235, 235, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lnhzfe\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"RvUMElVv6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"ACQUIRE\"})}),className:\"framer-1quohhj\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"e9z6t2Ynu\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"g3mclgugv\"},motionChild:true,nodeId:\"Vb5BO1wwX\",scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1nvfy5b framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"Vb5BO1wwX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Reservation\"})}),className:\"framer-1hfhoeu\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"MUht1d3fP\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Accept reservations to capture future demand\"})}),className:\"framer-o69ewc\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"SSXzefTD9\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ezA1HOvBp\"},motionChild:true,nodeId:\"PFpn9ASum\",scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-17txe5l framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"PFpn9ASum\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Online Ordering\"})}),className:\"framer-tpha17\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Rja5utcU2\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Sell online and reach more customers\"})}),className:\"framer-zx0dlv\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"GLKOsTAcP\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gwv4fx3FK\"},motionChild:true,nodeId:\"XWIfLdNDO\",scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-13ucadh framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"XWIfLdNDO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Loyalty\"})}),className:\"framer-1jykll\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"qiRtftCvD\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Capture every customer and turn them into repeat\"})}),className:\"framer-179e6tv\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"vjCwjn61E\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"seO24WE2r\"},motionChild:true,nodeId:\"MxChK7Mx0\",openInNewTab:false,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-5iwjvf framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"MxChK7Mx0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Payment Terminal\"})}),className:\"framer-apl6a7\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"k1_vahmk9\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Accept in-person payments with no annual fees or lock-ins\"})}),className:\"framer-uhbj4t\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"uuEVcLnSX\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bi8hw2\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"zME3xa9pF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"BUILD\"})}),className:\"framer-1cy6ijw\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"wPwxVcrvq\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uUl2cRhvj\"},motionChild:true,nodeId:\"MXNamiL5c\",openInNewTab:false,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-xlx4b0 framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"MXNamiL5c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Virtual Lounge\"})}),className:\"framer-1gjdbv5\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"bnaIDZfIW\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Communicate your brand across all digital channels\"})}),className:\"framer-15qqfrp\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Xf_u_7erP\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"h3B4h9Gnn\"},motionChild:true,nodeId:\"eQoPTYyEf\",openInNewTab:false,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-h0vhwp framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"eQoPTYyEf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Survey\"})}),className:\"framer-10nihko\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"QbRTmpxEW\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Automated surveys that boosts your brand's visibility\"})}),className:\"framer-1grnnas\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"H8v3QuGwx\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j2wgtz\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"KYx3y15aZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"CONVERT\"})}),className:\"framer-1ije573\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"YV_6nAU1F\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"scTUirgdv\"},motionChild:true,nodeId:\"VkvBfdIYP\",scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-mry7xr framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"VkvBfdIYP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Marketing Engine\"})}),className:\"framer-ckx5ap\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"qDcYYzm79\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Boost revenue through customer engagement and retention\"})}),className:\"framer-32gxjs\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"mMcGBuSND\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"m9NDHNkTM\"},motionChild:true,nodeId:\"JfXkEMN28\",openInNewTab:false,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-9sv8e6 framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"JfXkEMN28\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Customer Intelligence\"})}),className:\"framer-1iruqmk\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Gv65jUti5\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Supercharged CRM that gives you actionable insights\"})}),className:\"framer-me3hem\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"CNlD4rG9r\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AU8eJ6fag\"},motionChild:true,nodeId:\"eWrZb_L01\",openInNewTab:false,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ns0i8s framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"eWrZb_L01\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Oddle Eats Network\"})}),className:\"framer-1mxq72d\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"IIBU7JSuN\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Tap into a million food lovers\"})}),className:\"framer-7aa264\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"vWDQK3dpD\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})})})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"Ri0Od9Z3z\",scopeId:\"buEaYiWpT\",...addPropertyOverrides({jKXjzvrPM:{href:{webPageId:\"BUG7b6O3z\"},openInNewTab:false,smoothScroll:true},mF9h6R6Ua:{href:{webPageId:\"BUG7b6O3z\"},openInNewTab:false,smoothScroll:true},yAVjSHKT3:{href:{webPageId:\"BUG7b6O3z\"},openInNewTab:false,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-x6kzeo framer-1eqly74\",\"data-framer-name\":\"Resources\",layoutDependency:layoutDependency,layoutId:\"Ri0Od9Z3z\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1quzwmv\",\"data-styles-preset\":\"tsKs025Z0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0)))\"},children:\"Resources\"})}),className:\"framer-bm2r4v\",\"data-highlight\":true,fonts:[\"Inter\"],id:`${layoutId}-bm2r4v`,layoutDependency:layoutDependency,layoutId:\"BtD9ZQkCD\",onMouseEnter:onMouseEntertxyyif({overlay:overlay1}),ref:ref3,style:{\"--extracted-r6o4lv\":\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-bm2r4v`,offsetX:0,offsetY:28,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1djwame\",\"data-border\":true,\"data-framer-name\":\"Menu\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"GOy1twO9A\",ref:ref4,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(235, 235, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x6fy8l\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"oojJAqIF7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"LEARN\"})}),className:\"framer-t6irjs\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"mbankXf8F\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Kg6Wl7H3O\"},motionChild:true,nodeId:\"KEKKzLb_V\",openInNewTab:false,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ks8h56 framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"KEKKzLb_V\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Blog\"})}),className:\"framer-kfpbs1\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"UfOpZ3bbT\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g90hbn\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"gIu_tt7jH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UhytWPGKT\"},motionChild:true,nodeId:\"tAwL1Iywh\",openInNewTab:false,scopeId:\"buEaYiWpT\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1evpg25\",\"data-styles-preset\":\"eou5pqMfW\",children:\"Customer Stories\"})})})}),className:\"framer-1c8q9ja\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"tAwL1Iywh\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w42dkk\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"TnKlzGVkG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Comparison\"})}),className:\"framer-1dmwqlx\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"mAtUi6YWh\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c24acd\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"ck32U6xPP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"GENERAL\"})}),className:\"framer-7dna1r\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"yvEZH763l\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Kg6Wl7H3O\"},motionChild:true,nodeId:\"PBhnO5GwV\",openInNewTab:false,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1abpl7c framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"PBhnO5GwV\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IDTVbU1RS\"},motionChild:true,nodeId:\"POs9q4auq\",openInNewTab:false,scopeId:\"buEaYiWpT\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1evpg25\",\"data-styles-preset\":\"eou5pqMfW\",children:\"About Us\"})})})}),className:\"framer-1p33ebf\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"POs9q4auq\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"g3mclgugv\"},motionChild:true,nodeId:\"DGnt5vuCq\",scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1hywog5 framer-1eqly74\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"DGnt5vuCq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://help.oddle.me/en/\",motionChild:true,nodeId:\"eb0HnAXAZ\",openInNewTab:true,scopeId:\"buEaYiWpT\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1evpg25\",\"data-styles-preset\":\"eou5pqMfW\",children:\"Help Center\"})})})}),className:\"framer-1bdqwu7\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"eb0HnAXAZ\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(Link,{href:b3lKEunXkXb_qzVA58,motionChild:true,nodeId:\"FPrdGGstH\",openInNewTab:false,scopeId:\"buEaYiWpT\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1udbhtc framer-1eqly74\",layoutDependency:layoutDependency,layoutId:\"FPrdGGstH\",style:{backgroundColor:\"var(--token-b0691a56-0195-4143-b338-07efb4822335, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xm5yd2\",\"data-framer-name\":\"Image Container\",layoutDependency:layoutDependency,layoutId:\"FPrdGGstHZGS68Trxj\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4115,intrinsicWidth:2749,pixelHeight:2048,pixelWidth:1366,sizes:\"283px\",src:\"https://framerusercontent.com/images/vHnw0BpLwOvZJdFEOTlq8kDwkvY.jpeg\",srcSet:\"https://framerusercontent.com/images/vHnw0BpLwOvZJdFEOTlq8kDwkvY.jpeg?scale-down-to=1024 683w,https://framerusercontent.com/images/vHnw0BpLwOvZJdFEOTlq8kDwkvY.jpeg 1366w\"},className:\"framer-1rqymkt\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"FPrdGGstHxF_4aATXK\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16caj2g\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"FPrdGGstHV4LNWecUJ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-168z2t0\",\"data-framer-name\":\"sub+title\",layoutDependency:layoutDependency,layoutId:\"FPrdGGstHECu9ZDNSk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-heiojn\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"FPrdGGstHZQzn1AsM1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-34163561-b836-484c-8993-3e5856551429, rgb(0, 0, 0)))\"},children:\"Build your business with Singapore Influencer List\"})}),className:\"framer-9z3u3k\",\"data-framer-name\":\"Almost before we kne\",\"data-highlight\":true,fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"FPrdGGstHkYGWk92B3\",onTap:onTap1hf7i8i,style:{\"--extracted-a0htzi\":\"var(--token-34163561-b836-484c-8993-3e5856551429, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zyji830Tn\"},implicitPathVariables:undefined},{href:{webPageId:\"zyji830Tn\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18nmvku-container\",layoutDependency:layoutDependency,layoutId:\"GdCk0Iul_-container\",nodeId:\"GdCk0Iul_\",rendersWithMotion:true,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(ButtonButton,{AqBN4cJ_t:resolvedLinks1[0],bhkyLsfgX:\"arrow-right\",D9IefWLTn:getLocalizedValue(\"v31\",activeLocale)??\"Get Access\",FiilAN0rA:\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(61, 0, 153))\",height:\"100%\",hY5P2TF3Q:\"18px\",id:\"GdCk0Iul_\",ifVmf3FDZ:false,INoqrk5wm:\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(61, 0, 153))\",layoutId:\"GdCk0Iul_\",mo5sUig5p:false,variant:\"QyqzCpARn\",wAuFaBlEu:\"14px 20px 14px 20px\",width:\"100%\",...addPropertyOverrides({yAVjSHKT3:{AqBN4cJ_t:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5qh0z9\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"ZuL9nWqHU\",style:{backgroundColor:\"rgb(235, 235, 235)\"}})]})})})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rkepjw-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"gM6fYzTkq-container\",nodeId:\"gM6fYzTkq\",rendersWithMotion:true,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-240ee465-bf3f-4349-91dd-83de2034898a, rgb(0, 0, 0))\",height:\"100%\",iconSearch:getLocalizedValue(\"v32\",activeLocale)??\"Home\",iconSelection:\"chevron-down\",id:\"gM6fYzTkq\",layoutId:\"gM6fYzTkq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined},{href:{webPageId:\"n2Yo6GvZe\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+22+(((componentViewport?.height||99)-44-55)/2+0+0)+0+0+9.5+4.4+.1,...addPropertyOverrides({yAVjSHKT3:{y:(componentViewport?.y||0)+22+(((componentViewport?.height||102)-44-55)/2+0+0)+0+0+9.5+4.4+.1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7k7p26-container\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"zSVzcpcgX-container\",name:\"Pricing\",nodeId:\"zSVzcpcgX\",rendersWithMotion:true,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v33\",activeLocale)??\"Pricing\",dpKtLgXs9:resolvedLinks2[0],height:\"100%\",id:\"zSVzcpcgX\",IejEVkrjL:false,layoutId:\"zSVzcpcgX\",name:\"Pricing\",variant:\"illAIrbRt\",width:\"100%\",...addPropertyOverrides({yAVjSHKT3:{dpKtLgXs9:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({j1mhhaQxP:{height:860.5,width:`calc((${componentViewport?.width||\"100vw\"} - 20px) * 1.0606)`,y:(componentViewport?.y||0)+10+(((componentViewport?.height||62)-20-42)/2+0+0)+0+0+50}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eytmti-container\",layoutDependency:layoutDependency,layoutId:\"wVuzarRTx-container\",nodeId:\"wVuzarRTx\",rendersWithMotion:true,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(HeaderDropdownMenu,{height:\"100%\",id:\"wVuzarRTx\",layoutId:\"wVuzarRTx\",style:{height:\"100%\",width:\"100%\"},variant:\"Pd4ewy6c8\",width:\"100%\",...addPropertyOverrides({j1mhhaQxP:{variant:\"QafW6TFJZ\"}},baseVariant,gestureVariant)})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({mF9h6R6Ua:{height:1e3,width:\"1200px\",y:(componentViewport?.y||0)+22+(((componentViewport?.height||99)-44-55)/2+0+0)+0+0+77}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pzfgbn-container\",layoutDependency:layoutDependency,layoutId:\"y0y8W8OAg-container\",nodeId:\"y0y8W8OAg\",rendersWithMotion:true,scopeId:\"buEaYiWpT\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(HeaderDropdownMenu,{height:\"100%\",id:\"y0y8W8OAg\",layoutId:\"y0y8W8OAg\",style:{width:\"100%\"},variant:\"PKoUr5N7M\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hxn120\",\"data-framer-name\":\"Header Button\",layoutDependency:layoutDependency,layoutId:\"k4MyzDjdI\",children:[isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+22+(((componentViewport?.height||99)-44-55)/2+0+0)+0+0+0+14,...addPropertyOverrides({yAVjSHKT3:{y:(componentViewport?.y||0)+22+(((componentViewport?.height||102)-44-55)/2+0+0)+0+0+0+14}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cu1u3o-container\",\"data-framer-name\":\"Oddle Eats\",layoutDependency:layoutDependency,layoutId:\"hLWXuuyxQ-container\",name:\"Oddle Eats\",nodeId:\"hLWXuuyxQ\",rendersWithMotion:true,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v34\",activeLocale)??\"Oddle Eats\",dpKtLgXs9:\"https://eats.oddle.me\",height:\"100%\",id:\"hLWXuuyxQ\",IejEVkrjL:false,layoutId:\"hLWXuuyxQ\",name:\"Oddle Eats\",variant:\"illAIrbRt\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+22+(((componentViewport?.height||99)-44-55)/2+0+0)+0+0+0+14,...addPropertyOverrides({yAVjSHKT3:{y:(componentViewport?.y||0)+22+(((componentViewport?.height||102)-44-55)/2+0+0)+0+0+0+14}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jwdcw9-container\",\"data-framer-name\":\"Login\",layoutDependency:layoutDependency,layoutId:\"CuaobBIen-container\",name:\"Login\",nodeId:\"CuaobBIen\",rendersWithMotion:true,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{akEaMP2V_:getLocalizedValue(\"v35\",activeLocale)??\"Login\",dpKtLgXs9:\"https://panel.oddle.me\",height:\"100%\",id:\"CuaobBIen\",IejEVkrjL:false,layoutId:\"CuaobBIen\",name:\"Login\",variant:\"illAIrbRt\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined},{href:{webPageId:\"poR5Pr3g4\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,y:(componentViewport?.y||0)+22+(((componentViewport?.height||99)-44-55)/2+0+0)+0+0+0+0,...addPropertyOverrides({j1mhhaQxP:{height:30,width:\"120px\",y:(componentViewport?.y||0)+10+(((componentViewport?.height||62)-20-42)/2+0+0)+0+0+0+6},SXUN4x14q:{height:30,width:\"120px\",y:(componentViewport?.y||0)+10+(((componentViewport?.height||62)-20-42)/2+0+0)+0+0+0+6},yAVjSHKT3:{y:(componentViewport?.y||0)+22+(((componentViewport?.height||102)-44-55)/2+0+0)+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vw7lr1-container\",layoutDependency:layoutDependency,layoutId:\"G7bHHxIoi-container\",nodeId:\"G7bHHxIoi\",rendersWithMotion:true,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(ButtonButton,{AqBN4cJ_t:resolvedLinks3[0],bhkyLsfgX:\"arrow-right\",D9IefWLTn:getLocalizedValue(\"v36\",activeLocale)??\"Get Free Demo\",FiilAN0rA:\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(61, 0, 153))\",height:\"100%\",hY5P2TF3Q:\"18px\",id:\"G7bHHxIoi\",ifVmf3FDZ:false,INoqrk5wm:\"var(--token-834413c1-7886-40c2-905d-025892d495c7, rgb(61, 0, 153))\",layoutId:\"G7bHHxIoi\",mo5sUig5p:false,variant:\"tcFOgf1Xn\",wAuFaBlEu:\"14px 20px 14px 20px\",width:\"100%\",...addPropertyOverrides({j1mhhaQxP:{AqBN4cJ_t:resolvedLinks3[4],style:{height:\"100%\",width:\"100%\"}},jKXjzvrPM:{AqBN4cJ_t:resolvedLinks3[2]},mF9h6R6Ua:{AqBN4cJ_t:resolvedLinks3[5]},SXUN4x14q:{AqBN4cJ_t:resolvedLinks3[3],style:{height:\"100%\",width:\"100%\"}},yAVjSHKT3:{AqBN4cJ_t:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aih404\",\"data-framer-name\":\"Hamburger\",layoutDependency:layoutDependency,layoutId:\"VeFWESnBX\",style:{borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},...addPropertyOverrides({jKXjzvrPM:{\"data-highlight\":true,onTap:onTap10rcnqw},mF9h6R6Ua:{\"data-highlight\":true,onTap:onTap1jbixbb}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",...addPropertyOverrides({j1mhhaQxP:{y:(componentViewport?.y||0)+10+(((componentViewport?.height||62)-20-42)/2+0+0)+0+0+0+0+0+5},jKXjzvrPM:{y:(componentViewport?.y||0)+22+(((componentViewport?.height||99)-44-55)/2+0+0)+0+0+0+6.5+0+5},mF9h6R6Ua:{y:(componentViewport?.y||0)+22+(((componentViewport?.height||99)-44-55)/2+0+0)+0+0+0+6.5+0+5},SXUN4x14q:{y:(componentViewport?.y||0)+10+(((componentViewport?.height||62)-20-42)/2+0+0)+0+0+0+0+0+5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tw0brv-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ROzWamdt5-container\",nodeId:\"ROzWamdt5\",rendersWithMotion:true,scopeId:\"buEaYiWpT\",children:/*#__PURE__*/_jsx(ElementsMenuIcon,{height:\"100%\",id:\"ROzWamdt5\",iWF8EWIN1:\"var(--token-320151c3-c04c-461b-8a5d-7a8378dd83a5, rgb(255, 255, 255))\",layoutId:\"ROzWamdt5\",style:{height:\"100%\",width:\"100%\"},variant:\"WCds3327U\",width:\"100%\",...addPropertyOverrides({j1mhhaQxP:{iWF8EWIN1:\"var(--token-3a3ad41d-1a61-412d-aac2-37b4d2bf9ce1, rgb(14, 18, 41))\",TBgHLr7MW:TBgHLr7MWz00b65,variant:\"bebYBlIFo\"},jKXjzvrPM:{iWF8EWIN1:\"rgb(0, 0, 0)\"},mF9h6R6Ua:{iWF8EWIN1:\"rgb(0, 0, 0)\",variant:\"bebYBlIFo\"},SXUN4x14q:{iWF8EWIN1:\"var(--token-3a3ad41d-1a61-412d-aac2-37b4d2bf9ce1, rgb(14, 18, 41))\",TBgHLr7MW:TBgHLr7MWj0lc2m}},baseVariant,gestureVariant)})})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uQ0cV.framer-1eqly74, .framer-uQ0cV .framer-1eqly74 { display: block; }\",\".framer-uQ0cV.framer-1gr9fjb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 22px 0px 22px 0px; position: relative; width: 1440px; }\",\".framer-uQ0cV .framer-1sqt5t0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1260px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uQ0cV .framer-177uo54 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uQ0cV .framer-js2x5x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-uQ0cV .framer-lnc0du { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-uQ0cV .framer-gv5z2m-container, .framer-uQ0cV .framer-88buse-container, .framer-uQ0cV .framer-18nmvku-container, .framer-uQ0cV .framer-7k7p26-container, .framer-uQ0cV .framer-1cu1u3o-container, .framer-uQ0cV .framer-1jwdcw9-container, .framer-uQ0cV .framer-vw7lr1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-uQ0cV .framer-be7mh8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 10; }\",\".framer-uQ0cV .framer-1wrke0d, .framer-uQ0cV .framer-1djwame { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-uQ0cV .framer-lnhzfe, .framer-uQ0cV .framer-1bi8hw2, .framer-uQ0cV .framer-1j2wgtz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 239px; }\",\".framer-uQ0cV .framer-1quohhj, .framer-uQ0cV .framer-1hfhoeu, .framer-uQ0cV .framer-tpha17, .framer-uQ0cV .framer-1jykll, .framer-uQ0cV .framer-apl6a7, .framer-uQ0cV .framer-1cy6ijw, .framer-uQ0cV .framer-1gjdbv5, .framer-uQ0cV .framer-10nihko, .framer-uQ0cV .framer-1ije573, .framer-uQ0cV .framer-ckx5ap, .framer-uQ0cV .framer-1iruqmk, .framer-uQ0cV .framer-1mxq72d, .framer-uQ0cV .framer-t6irjs, .framer-uQ0cV .framer-kfpbs1, .framer-uQ0cV .framer-1c8q9ja, .framer-uQ0cV .framer-1dmwqlx, .framer-uQ0cV .framer-7dna1r, .framer-uQ0cV .framer-1p33ebf, .framer-uQ0cV .framer-1bdqwu7 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-uQ0cV .framer-1nvfy5b, .framer-uQ0cV .framer-17txe5l, .framer-uQ0cV .framer-13ucadh, .framer-uQ0cV .framer-5iwjvf, .framer-uQ0cV .framer-xlx4b0, .framer-uQ0cV .framer-h0vhwp, .framer-uQ0cV .framer-mry7xr, .framer-uQ0cV .framer-9sv8e6, .framer-uQ0cV .framer-1ns0i8s, .framer-uQ0cV .framer-ks8h56, .framer-uQ0cV .framer-1abpl7c, .framer-uQ0cV .framer-1hywog5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-uQ0cV .framer-o69ewc, .framer-uQ0cV .framer-zx0dlv, .framer-uQ0cV .framer-179e6tv, .framer-uQ0cV .framer-uhbj4t, .framer-uQ0cV .framer-15qqfrp, .framer-uQ0cV .framer-1grnnas, .framer-uQ0cV .framer-32gxjs, .framer-uQ0cV .framer-me3hem, .framer-uQ0cV .framer-7aa264 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-uQ0cV .framer-x6kzeo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-uQ0cV .framer-bm2r4v { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-uQ0cV .framer-1x6fy8l { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; width: 212px; }\",\".framer-uQ0cV .framer-1g90hbn, .framer-uQ0cV .framer-w42dkk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-uQ0cV .framer-c24acd { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; width: 211px; }\",\".framer-uQ0cV .framer-1udbhtc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; padding: 15px 10px 15px 10px; position: relative; text-decoration: none; width: 305px; }\",\".framer-uQ0cV .framer-xm5yd2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 250px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-uQ0cV .framer-1rqymkt { flex: none; height: 100%; overflow: visible; position: relative; width: 99%; }\",\".framer-uQ0cV .framer-16caj2g { 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: 10px; position: relative; width: 100%; }\",\".framer-uQ0cV .framer-168z2t0 { 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 0px 10px 0px; position: relative; width: 100%; }\",\".framer-uQ0cV .framer-heiojn { 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-uQ0cV .framer-9z3u3k { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 264px; word-break: break-word; word-wrap: break-word; }\",\".framer-uQ0cV .framer-5qh0z9 { flex: none; height: 237px; overflow: hidden; position: relative; width: 1px; }\",\".framer-uQ0cV .framer-1rkepjw-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-uQ0cV .framer-eytmti-container { bottom: -868px; flex: none; left: calc(50.00000000000002% - 106.06060606060606% / 2); position: absolute; top: 50px; width: 106%; z-index: 1; }\",\".framer-uQ0cV .framer-pzfgbn-container { flex: none; height: auto; left: 50%; min-height: calc(var(--framer-viewport-height, 100vh) * 1); position: absolute; top: 77px; width: 1200px; z-index: 1; }\",\".framer-uQ0cV .framer-hxn120 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-uQ0cV .framer-1aih404 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 42px; }\",\".framer-uQ0cV .framer-1tw0brv-container { flex: none; height: 32px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uQ0cV.framer-1gr9fjb, .framer-uQ0cV .framer-1sqt5t0, .framer-uQ0cV .framer-js2x5x, .framer-uQ0cV .framer-lnc0du, .framer-uQ0cV .framer-be7mh8, .framer-uQ0cV .framer-1wrke0d, .framer-uQ0cV .framer-lnhzfe, .framer-uQ0cV .framer-1nvfy5b, .framer-uQ0cV .framer-17txe5l, .framer-uQ0cV .framer-13ucadh, .framer-uQ0cV .framer-5iwjvf, .framer-uQ0cV .framer-1bi8hw2, .framer-uQ0cV .framer-xlx4b0, .framer-uQ0cV .framer-h0vhwp, .framer-uQ0cV .framer-1j2wgtz, .framer-uQ0cV .framer-mry7xr, .framer-uQ0cV .framer-9sv8e6, .framer-uQ0cV .framer-1ns0i8s, .framer-uQ0cV .framer-x6kzeo, .framer-uQ0cV .framer-1djwame, .framer-uQ0cV .framer-1x6fy8l, .framer-uQ0cV .framer-ks8h56, .framer-uQ0cV .framer-1g90hbn, .framer-uQ0cV .framer-w42dkk, .framer-uQ0cV .framer-c24acd, .framer-uQ0cV .framer-1abpl7c, .framer-uQ0cV .framer-1hywog5, .framer-uQ0cV .framer-1udbhtc, .framer-uQ0cV .framer-xm5yd2, .framer-uQ0cV .framer-16caj2g, .framer-uQ0cV .framer-168z2t0, .framer-uQ0cV .framer-heiojn, .framer-uQ0cV .framer-hxn120, .framer-uQ0cV .framer-1aih404 { gap: 0px; } .framer-uQ0cV.framer-1gr9fjb > *, .framer-uQ0cV .framer-1sqt5t0 > *, .framer-uQ0cV .framer-1nvfy5b > *, .framer-uQ0cV .framer-17txe5l > *, .framer-uQ0cV .framer-13ucadh > *, .framer-uQ0cV .framer-5iwjvf > *, .framer-uQ0cV .framer-xlx4b0 > *, .framer-uQ0cV .framer-h0vhwp > *, .framer-uQ0cV .framer-mry7xr > *, .framer-uQ0cV .framer-9sv8e6 > *, .framer-uQ0cV .framer-1ns0i8s > *, .framer-uQ0cV .framer-ks8h56 > *, .framer-uQ0cV .framer-1g90hbn > *, .framer-uQ0cV .framer-w42dkk > *, .framer-uQ0cV .framer-1abpl7c > *, .framer-uQ0cV .framer-1hywog5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-uQ0cV.framer-1gr9fjb > :first-child, .framer-uQ0cV .framer-1sqt5t0 > :first-child, .framer-uQ0cV .framer-lnhzfe > :first-child, .framer-uQ0cV .framer-1nvfy5b > :first-child, .framer-uQ0cV .framer-17txe5l > :first-child, .framer-uQ0cV .framer-13ucadh > :first-child, .framer-uQ0cV .framer-5iwjvf > :first-child, .framer-uQ0cV .framer-1bi8hw2 > :first-child, .framer-uQ0cV .framer-xlx4b0 > :first-child, .framer-uQ0cV .framer-h0vhwp > :first-child, .framer-uQ0cV .framer-1j2wgtz > :first-child, .framer-uQ0cV .framer-mry7xr > :first-child, .framer-uQ0cV .framer-9sv8e6 > :first-child, .framer-uQ0cV .framer-1ns0i8s > :first-child, .framer-uQ0cV .framer-1x6fy8l > :first-child, .framer-uQ0cV .framer-ks8h56 > :first-child, .framer-uQ0cV .framer-1g90hbn > :first-child, .framer-uQ0cV .framer-w42dkk > :first-child, .framer-uQ0cV .framer-c24acd > :first-child, .framer-uQ0cV .framer-1abpl7c > :first-child, .framer-uQ0cV .framer-1hywog5 > :first-child, .framer-uQ0cV .framer-1udbhtc > :first-child, .framer-uQ0cV .framer-16caj2g > :first-child, .framer-uQ0cV .framer-168z2t0 > :first-child, .framer-uQ0cV .framer-heiojn > :first-child, .framer-uQ0cV .framer-1aih404 > :first-child { margin-top: 0px; } .framer-uQ0cV.framer-1gr9fjb > :last-child, .framer-uQ0cV .framer-1sqt5t0 > :last-child, .framer-uQ0cV .framer-lnhzfe > :last-child, .framer-uQ0cV .framer-1nvfy5b > :last-child, .framer-uQ0cV .framer-17txe5l > :last-child, .framer-uQ0cV .framer-13ucadh > :last-child, .framer-uQ0cV .framer-5iwjvf > :last-child, .framer-uQ0cV .framer-1bi8hw2 > :last-child, .framer-uQ0cV .framer-xlx4b0 > :last-child, .framer-uQ0cV .framer-h0vhwp > :last-child, .framer-uQ0cV .framer-1j2wgtz > :last-child, .framer-uQ0cV .framer-mry7xr > :last-child, .framer-uQ0cV .framer-9sv8e6 > :last-child, .framer-uQ0cV .framer-1ns0i8s > :last-child, .framer-uQ0cV .framer-1x6fy8l > :last-child, .framer-uQ0cV .framer-ks8h56 > :last-child, .framer-uQ0cV .framer-1g90hbn > :last-child, .framer-uQ0cV .framer-w42dkk > :last-child, .framer-uQ0cV .framer-c24acd > :last-child, .framer-uQ0cV .framer-1abpl7c > :last-child, .framer-uQ0cV .framer-1hywog5 > :last-child, .framer-uQ0cV .framer-1udbhtc > :last-child, .framer-uQ0cV .framer-16caj2g > :last-child, .framer-uQ0cV .framer-168z2t0 > :last-child, .framer-uQ0cV .framer-heiojn > :last-child, .framer-uQ0cV .framer-1aih404 > :last-child { margin-bottom: 0px; } .framer-uQ0cV .framer-js2x5x > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-uQ0cV .framer-js2x5x > :first-child, .framer-uQ0cV .framer-lnc0du > :first-child, .framer-uQ0cV .framer-be7mh8 > :first-child, .framer-uQ0cV .framer-1wrke0d > :first-child, .framer-uQ0cV .framer-x6kzeo > :first-child, .framer-uQ0cV .framer-1djwame > :first-child, .framer-uQ0cV .framer-xm5yd2 > :first-child, .framer-uQ0cV .framer-hxn120 > :first-child { margin-left: 0px; } .framer-uQ0cV .framer-js2x5x > :last-child, .framer-uQ0cV .framer-lnc0du > :last-child, .framer-uQ0cV .framer-be7mh8 > :last-child, .framer-uQ0cV .framer-1wrke0d > :last-child, .framer-uQ0cV .framer-x6kzeo > :last-child, .framer-uQ0cV .framer-1djwame > :last-child, .framer-uQ0cV .framer-xm5yd2 > :last-child, .framer-uQ0cV .framer-hxn120 > :last-child { margin-right: 0px; } .framer-uQ0cV .framer-lnc0du > *, .framer-uQ0cV .framer-xm5yd2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-uQ0cV .framer-be7mh8 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-uQ0cV .framer-1wrke0d > *, .framer-uQ0cV .framer-1djwame > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-uQ0cV .framer-lnhzfe > *, .framer-uQ0cV .framer-1bi8hw2 > *, .framer-uQ0cV .framer-1j2wgtz > *, .framer-uQ0cV .framer-1x6fy8l > *, .framer-uQ0cV .framer-c24acd > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-uQ0cV .framer-x6kzeo > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-uQ0cV .framer-1udbhtc > *, .framer-uQ0cV .framer-16caj2g > *, .framer-uQ0cV .framer-168z2t0 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-uQ0cV .framer-heiojn > *, .framer-uQ0cV .framer-1aih404 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-uQ0cV .framer-hxn120 > * { margin: 0px; margin-left: calc(29px / 2); margin-right: calc(29px / 2); } }\",\".framer-uQ0cV.framer-v-1mn5n1w.framer-1gr9fjb { height: 102px; padding: 22px 40px 22px 40px; width: 1200px; }\",\".framer-uQ0cV.framer-v-1mn5n1w .framer-1sqt5t0 { max-width: unset; }\",\".framer-uQ0cV.framer-v-1mn5n1w .framer-js2x5x, .framer-uQ0cV.framer-v-q4gsj7 .framer-js2x5x { gap: 20px; }\",\".framer-uQ0cV.framer-v-1mn5n1w .framer-be7mh8, .framer-uQ0cV.framer-v-q4gsj7 .framer-be7mh8, .framer-uQ0cV.framer-v-ns995o .framer-be7mh8 { gap: 16px; }\",\".framer-uQ0cV.framer-v-1mn5n1w .framer-x6kzeo { text-decoration: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uQ0cV.framer-v-1mn5n1w .framer-js2x5x, .framer-uQ0cV.framer-v-1mn5n1w .framer-be7mh8 { gap: 0px; } .framer-uQ0cV.framer-v-1mn5n1w .framer-js2x5x > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-uQ0cV.framer-v-1mn5n1w .framer-js2x5x > :first-child, .framer-uQ0cV.framer-v-1mn5n1w .framer-be7mh8 > :first-child { margin-left: 0px; } .framer-uQ0cV.framer-v-1mn5n1w .framer-js2x5x > :last-child, .framer-uQ0cV.framer-v-1mn5n1w .framer-be7mh8 > :last-child { margin-right: 0px; } .framer-uQ0cV.framer-v-1mn5n1w .framer-be7mh8 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-uQ0cV.framer-v-q4gsj7.framer-1gr9fjb { padding: 22px; width: 768px; }\",\".framer-uQ0cV.framer-v-q4gsj7 .framer-1sqt5t0, .framer-uQ0cV.framer-v-ns995o .framer-1sqt5t0 { max-width: 768px; }\",\".framer-uQ0cV.framer-v-q4gsj7 .framer-x6kzeo, .framer-uQ0cV.framer-v-ns995o .framer-x6kzeo { min-height: 27px; min-width: 68px; text-decoration: none; }\",\".framer-uQ0cV.framer-v-q4gsj7 .framer-1aih404, .framer-uQ0cV.framer-v-ns995o .framer-1aih404 { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uQ0cV.framer-v-q4gsj7 .framer-js2x5x, .framer-uQ0cV.framer-v-q4gsj7 .framer-be7mh8 { gap: 0px; } .framer-uQ0cV.framer-v-q4gsj7 .framer-js2x5x > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-uQ0cV.framer-v-q4gsj7 .framer-js2x5x > :first-child, .framer-uQ0cV.framer-v-q4gsj7 .framer-be7mh8 > :first-child { margin-left: 0px; } .framer-uQ0cV.framer-v-q4gsj7 .framer-js2x5x > :last-child, .framer-uQ0cV.framer-v-q4gsj7 .framer-be7mh8 > :last-child { margin-right: 0px; } .framer-uQ0cV.framer-v-q4gsj7 .framer-be7mh8 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-uQ0cV.framer-v-1xyxipi.framer-1gr9fjb { padding: 10px; width: 350px; }\",\".framer-uQ0cV.framer-v-1xyxipi .framer-1sqt5t0 { gap: unset; justify-content: space-between; max-width: unset; }\",\".framer-uQ0cV.framer-v-1xyxipi .framer-js2x5x { width: 131px; }\",\".framer-uQ0cV.framer-v-1xyxipi .framer-lnc0du { flex: 1 0 0px; width: 1px; }\",\".framer-uQ0cV.framer-v-1xyxipi .framer-gv5z2m-container { order: 0; width: 131px; }\",\".framer-uQ0cV.framer-v-1xyxipi .framer-hxn120 { gap: 0px; justify-content: center; }\",\".framer-uQ0cV.framer-v-1xyxipi .framer-vw7lr1-container, .framer-uQ0cV.framer-v-4nryhy .framer-vw7lr1-container { height: 30px; order: 2; width: 120px; }\",\".framer-uQ0cV.framer-v-1xyxipi .framer-1aih404, .framer-uQ0cV.framer-v-4nryhy .framer-1aih404, .framer-uQ0cV.framer-v-ns995o .framer-hxn120 { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uQ0cV.framer-v-1xyxipi .framer-1sqt5t0, .framer-uQ0cV.framer-v-1xyxipi .framer-hxn120 { gap: 0px; } .framer-uQ0cV.framer-v-1xyxipi .framer-1sqt5t0 > *, .framer-uQ0cV.framer-v-1xyxipi .framer-1sqt5t0 > :first-child, .framer-uQ0cV.framer-v-1xyxipi .framer-1sqt5t0 > :last-child { margin: 0px; } .framer-uQ0cV.framer-v-1xyxipi .framer-hxn120 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-uQ0cV.framer-v-1xyxipi .framer-hxn120 > :first-child { margin-left: 0px; } .framer-uQ0cV.framer-v-1xyxipi .framer-hxn120 > :last-child { margin-right: 0px; } }\",\".framer-uQ0cV.framer-v-4nryhy.framer-1gr9fjb { height: 62px; padding: 10px; width: 350px; }\",\".framer-uQ0cV.framer-v-4nryhy .framer-1sqt5t0 { justify-content: flex-start; max-width: unset; }\",\".framer-uQ0cV.framer-v-4nryhy .framer-be7mh8 { gap: 36px; justify-content: flex-start; left: -5px; min-height: 459px; min-width: 340px; position: absolute; top: 55px; z-index: 1; }\",\".framer-uQ0cV.framer-v-4nryhy .framer-hxn120 { gap: unset; justify-content: space-between; }\",\".framer-uQ0cV.framer-v-4nryhy .framer-1tw0brv-container, .framer-uQ0cV.framer-v-ns995o .framer-177uo54 { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uQ0cV.framer-v-4nryhy .framer-be7mh8, .framer-uQ0cV.framer-v-4nryhy .framer-hxn120 { gap: 0px; } .framer-uQ0cV.framer-v-4nryhy .framer-be7mh8 > * { margin: 0px; margin-left: calc(36px / 2); margin-right: calc(36px / 2); } .framer-uQ0cV.framer-v-4nryhy .framer-be7mh8 > :first-child { margin-left: 0px; } .framer-uQ0cV.framer-v-4nryhy .framer-be7mh8 > :last-child { margin-right: 0px; } .framer-uQ0cV.framer-v-4nryhy .framer-hxn120 > *, .framer-uQ0cV.framer-v-4nryhy .framer-hxn120 > :first-child, .framer-uQ0cV.framer-v-4nryhy .framer-hxn120 > :last-child { margin: 0px; } }\",\".framer-uQ0cV.framer-v-ns995o.framer-1gr9fjb { padding: 22px; width: 1200px; }\",\".framer-uQ0cV.framer-v-ns995o .framer-js2x5x { gap: 20px; order: 0; }\",\".framer-uQ0cV.framer-v-ns995o .framer-pzfgbn-container { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uQ0cV.framer-v-ns995o .framer-js2x5x, .framer-uQ0cV.framer-v-ns995o .framer-be7mh8 { gap: 0px; } .framer-uQ0cV.framer-v-ns995o .framer-js2x5x > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-uQ0cV.framer-v-ns995o .framer-js2x5x > :first-child, .framer-uQ0cV.framer-v-ns995o .framer-be7mh8 > :first-child { margin-left: 0px; } .framer-uQ0cV.framer-v-ns995o .framer-js2x5x > :last-child, .framer-uQ0cV.framer-v-ns995o .framer-be7mh8 > :last-child { margin-right: 0px; } .framer-uQ0cV.framer-v-ns995o .framer-be7mh8 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-uQ0cV[data-border=\"true\"]::after, .framer-uQ0cV [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 99\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yAVjSHKT3\":{\"layout\":[\"fixed\",\"fixed\"]},\"jKXjzvrPM\":{\"layout\":[\"fixed\",\"auto\"]},\"SXUN4x14q\":{\"layout\":[\"fixed\",\"auto\"]},\"j1mhhaQxP\":{\"layout\":[\"fixed\",\"fixed\"]},\"mF9h6R6Ua\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbuEaYiWpT=withCSS(Component,css,\"framer-uQ0cV\");export default FramerbuEaYiWpT;FramerbuEaYiWpT.displayName=\"Header/Header\";FramerbuEaYiWpT.defaultProps={height:99,width:1440};addPropertyControls(FramerbuEaYiWpT,{variant:{options:[\"O_opcX6E_\",\"yAVjSHKT3\",\"jKXjzvrPM\",\"SXUN4x14q\",\"j1mhhaQxP\",\"mF9h6R6Ua\"],optionTitles:[\"Desktop\",\"Laptop\",\"Tablet\",\"Phone Close\",\"Phone - Open\",\"Tablet - Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerbuEaYiWpT,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...LogoLogoFonts,...HeaderMenuItemFonts,...ButtonButtonFonts,...FeatherFonts,...HeaderDropdownMenuFonts,...ElementsMenuIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbuEaYiWpT\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"99\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yAVjSHKT3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jKXjzvrPM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SXUN4x14q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j1mhhaQxP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mF9h6R6Ua\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"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", "BRq5t_PBR_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v3", "v30", "v31", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v30", "v31", "__FramerMetadata__", "valuesByLocaleId", "BRq5t_PBR_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "logoLink", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "A2YgnEO7G", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "css", "FramergIi5JvK1_", "withCSS", "gIi5JvK1_default", "addPropertyControls", "ControlType", "addFonts", "KE9NjHSRn_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "KE9NjHSRn_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover2", "iconVisible", "id", "menuLink", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "akEaMP2V_", "IejEVkrjL", "dpKtLgXs9", "HbG8_2N0w", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter7ghc79", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "getLocalizedValue", "css", "FramerKE9NjHSRn", "withCSS", "KE9NjHSRn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LogoLogoFonts", "getFonts", "gIi5JvK1_default", "HeaderMenuItemFonts", "KE9NjHSRn_default", "LocaleSelectorFonts", "LocaleSelector_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "getLocalizedValue", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "css", "FramerBRq5t_PBR", "withCSS", "BRq5t_PBR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "tap", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TBgHLr7MW", "iWF8EWIN1", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1w9uufh", "args", "onTap1w3mhzx", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "css", "FramervZ7Pfx9GX", "withCSS", "vZ7Pfx9GX_default", "addPropertyControls", "ControlType", "addFonts", "buEaYiWpT_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v3", "v30", "v31", "v32", "v33", "v34", "v35", "v36", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "p", "x", "motion", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "Link", "v26", "v27", "v28", "v29", "v30", "v31", "v32", "v33", "v34", "v35", "v36", "__FramerMetadata__", "valuesByLocaleId", "buEaYiWpT_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "M6P_aAZmT_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "p", "x", "motion", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "__FramerMetadata__", "valuesByLocaleId", "M6P_aAZmT_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "HeaderMenuItemFonts", "getFonts", "KE9NjHSRn_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "L7k1fiZWf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1hjpkc5", "args", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "LayoutGroup", "cx", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "getLocalizedValue", "Link", "RichText2", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "css", "FramerM6P_aAZmT", "withCSS", "M6P_aAZmT_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LogoLogoFonts", "getFonts", "gIi5JvK1_default", "HeaderMenuItemFonts", "KE9NjHSRn_default", "MotionDivWithFX", "withFX", "motion", "ButtonButtonFonts", "HDzVzBPa_default", "FeatherFonts", "Icon", "HeaderDropdownMenuFonts", "M6P_aAZmT_default", "ElementsMenuIconFonts", "vZ7Pfx9GX_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate1", "_", "t", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "b3lKEunXkXb_qzVA58", "UBrVb5OsH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "HbG8_2N0wtxyyif", "overlay", "loadMore", "args", "onMouseEntertxyyif", "onTap1hf7i8i", "onTap10rcnqw", "onTap1jbixbb", "TBgHLr7MWj0lc2m", "TBgHLr7MWz00b65", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "ref1", "ref2", "isDisplayed2", "isDisplayed3", "ref3", "ref4", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "l", "getLocalizedValue", "AnimatePresence", "Floating", "RichText2", "Link", "overlay1", "Image2", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FramerbuEaYiWpT", "withCSS", "buEaYiWpT_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
