{
  "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/0PRQ9f36p7WEb3wq2sAH/TL13xUWLlsBFuW56JUny/QiVvaG_aI.js", "ssg:https://framerusercontent.com/modules/pYHUsiPliEasw5dk8sET/pCXOhROakoJJxzQih2zi/OeuZ6QjnG-0.js", "ssg:https://framerusercontent.com/modules/pYHUsiPliEasw5dk8sET/pCXOhROakoJJxzQih2zi/OeuZ6QjnG-1.js", "ssg:https://framerusercontent.com/modules/pYHUsiPliEasw5dk8sET/pCXOhROakoJJxzQih2zi/OeuZ6QjnG.js", "ssg:https://framerusercontent.com/modules/Gn50iQCSstfnd75nbgF0/9lkoBLC3EIwV5m9jJldS/OeuZ6QjnG.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{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-TtAOw .framer-styles-preset-wcrttb:not(.rich-text-wrapper), .framer-TtAOw .framer-styles-preset-wcrttb.rich-text-wrapper a { --framer-link-current-text-color: #0F0F0F; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0F0F0F; --framer-link-hover-text-decoration: none; --framer-link-text-color: #585b5f; --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-TtAOw\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Snackpass\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255)))\"},children:\"Snackpass\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BMsWomhpR\"},motionChild:true,nodeId:\"LxOiXowYg\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wcrttb\",\"data-styles-preset\":\"QiVvaG_aI\",children:\"\u6211\u4EEC\u7684\u6545\u4E8B\"})})})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Qbxt9O_s0\"},motionChild:true,nodeId:\"C4PeMd6TK\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wcrttb\",\"data-styles-preset\":\"QiVvaG_aI\",children:\"\u5A92\u4F53\"})})})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vWVJIgvNH\"},motionChild:true,nodeId:\"ONqwnMRXa\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wcrttb\",\"data-styles-preset\":\"QiVvaG_aI\",children:\"\u5BA2\u6237\u6545\u4E8B\"})})})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\u83B7\u53D6\u6F14\u793A\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Snackpass\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BMsWomhpR\"},motionChild:true,nodeId:\"LxOiXowYg\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wcrttb\",\"data-styles-preset\":\"QiVvaG_aI\",children:\"Nuestra Historia\"})})})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Qbxt9O_s0\"},motionChild:true,nodeId:\"C4PeMd6TK\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wcrttb\",\"data-styles-preset\":\"QiVvaG_aI\",children:\"Medios\"})})})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vWVJIgvNH\"},motionChild:true,nodeId:\"ONqwnMRXa\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wcrttb\",\"data-styles-preset\":\"QiVvaG_aI\",children:\"Historias de Clientes\"})})})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Solicitar una demostraci\\xf3n\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport*as localizedValues from\"./OeuZ6QjnG-0.js\";import*as localizedValues1 from\"./OeuZ6QjnG-1.js\";const valuesByLocaleId={e99zRV5Ho:localizedValues1,tX5f81giw: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 (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/0PRQ9f36p7WEb3wq2sAH/TL13xUWLlsBFuW56JUny/QiVvaG_aI.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/pYHUsiPliEasw5dk8sET/pCXOhROakoJJxzQih2zi/OeuZ6QjnG.js\";const LocaleSelectorFonts=getFonts(LocaleSelector);const cycleOrder=[\"Du0EYLJT3\",\"PQCVHMvIv\",\"io3FZUeZB\",\"VkPhERE1l\",\"TnmmBdkvS\",\"Nq_PuahP7\",\"mmrZsAQO_\",\"aZoMgNZIW\",\"SmemWo2UY\",\"WlsmEA29W\",\"X48dr1l7s\",\"gf_N9Bbu5\",\"kdKKMa5Os\",\"rDXC8WSW9\",\"uuD5Y5XSh\",\"IKkNZupjP\",\"YDSS89jFq\"];const serializationHash=\"framer-vDiaA\";const variantClassNames={aZoMgNZIW:\"framer-v-1nu5djg\",Du0EYLJT3:\"framer-v-bdixmt\",gf_N9Bbu5:\"framer-v-15kev7y\",IKkNZupjP:\"framer-v-ynvz7m\",io3FZUeZB:\"framer-v-j2mabm\",kdKKMa5Os:\"framer-v-bctkni\",mmrZsAQO_:\"framer-v-115833w\",Nq_PuahP7:\"framer-v-16jl058\",PQCVHMvIv:\"framer-v-1c71wfv\",rDXC8WSW9:\"framer-v-1c7qd4r\",SmemWo2UY:\"framer-v-ihbl6q\",TnmmBdkvS:\"framer-v-18gnd6r\",uuD5Y5XSh:\"framer-v-1xhbr36\",VkPhERE1l:\"framer-v-413cla\",WlsmEA29W:\"framer-v-ap9w7h\",X48dr1l7s:\"framer-v-7sudw8\",YDSS89jFq:\"framer-v-so0xmu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - Locale\":\"TnmmBdkvS\",\"Desktop BOBA No background\":\"uuD5Y5XSh\",\"Desktop Simple - Locale\":\"X48dr1l7s\",\"Phone - Locale\":\"mmrZsAQO_\",\"Phone BOBA No Background\":\"aZoMgNZIW\",\"Phone Open Locale BOBA\":\"WlsmEA29W\",\"Phone Open Locale\":\"SmemWo2UY\",\"Phone Open\":\"VkPhERE1l\",\"Phone Simple - Locale\":\"kdKKMa5Os\",\"Tablet - Locale\":\"Nq_PuahP7\",\"Tablet Simple - BOBA No Background\":\"IKkNZupjP\",\"Tablet Simple - Locale\":\"gf_N9Bbu5\",\"Variant 12\":\"rDXC8WSW9\",\"Variant 17\":\"YDSS89jFq\",Desktop:\"Du0EYLJT3\",Phone:\"io3FZUeZB\",Tablet:\"PQCVHMvIv\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Du0EYLJT3\"};};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:\"Du0EYLJT3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap13v9j76=activeVariantCallback(async(...args)=>{setVariant(\"VkPhERE1l\");});const onTap7s4cip=activeVariantCallback(async(...args)=>{setVariant(\"io3FZUeZB\");});const onTapdpb26e=activeVariantCallback(async(...args)=>{setVariant(\"SmemWo2UY\");});const onTap1jjrf0h=activeVariantCallback(async(...args)=>{setVariant(\"WlsmEA29W\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"IKkNZupjP\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"kdKKMa5Os\")return true;return false;};const isDisplayed2=()=>{if([\"io3FZUeZB\",\"VkPhERE1l\",\"mmrZsAQO_\",\"aZoMgNZIW\",\"SmemWo2UY\",\"WlsmEA29W\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"PQCVHMvIv\",\"io3FZUeZB\",\"Nq_PuahP7\",\"mmrZsAQO_\",\"aZoMgNZIW\",\"WlsmEA29W\",\"X48dr1l7s\",\"gf_N9Bbu5\",\"kdKKMa5Os\",\"uuD5Y5XSh\",\"IKkNZupjP\",\"YDSS89jFq\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"PQCVHMvIv\",\"Nq_PuahP7\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"mmrZsAQO_\",\"aZoMgNZIW\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if(baseVariant===\"SmemWo2UY\")return true;return false;};const isDisplayed7=()=>{if([\"TnmmBdkvS\",\"X48dr1l7s\",\"rDXC8WSW9\"].includes(baseVariant))return true;return false;};const isDisplayed8=()=>{if([\"TnmmBdkvS\",\"mmrZsAQO_\",\"aZoMgNZIW\",\"SmemWo2UY\",\"WlsmEA29W\",\"X48dr1l7s\",\"uuD5Y5XSh\",\"IKkNZupjP\",\"YDSS89jFq\"].includes(baseVariant))return false;return true;};const isDisplayed9=()=>{if(baseVariant===\"IKkNZupjP\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-bdixmt\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Du0EYLJT3\",ref:refBinding,style:{background:\"linear-gradient(180deg, rgb(252, 251, 248) 0%, rgb(252, 251, 248) 100%)\",backgroundColor:\"rgb(252, 251, 248)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{aZoMgNZIW:{background:\"linear-gradient(180deg, rgba(0, 153, 255, 0) 0%, rgba(252, 251, 248, 0) 75%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},IKkNZupjP:{background:\"linear-gradient(180deg, rgba(252, 251, 248, 0) 0%, rgba(252, 251, 248, 0) 100%)\",backgroundColor:\"rgba(252, 251, 248, 0)\",borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26},uuD5Y5XSh:{background:\"linear-gradient(180deg, rgba(0, 153, 255, 0) -25%, rgba(255, 255, 255, 0) 80.58328714456644%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},WlsmEA29W:{background:\"linear-gradient(180deg, rgb(0, 153, 255) 0%, rgba(252, 251, 248, 0) 75%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},YDSS89jFq:{background:\"linear-gradient(180deg, rgba(0, 153, 255, 0) -25%, rgba(255, 255, 255, 0) 80.58328714456644%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({aZoMgNZIW:{\"data-framer-name\":\"Phone BOBA No Background\"},gf_N9Bbu5:{\"data-framer-name\":\"Tablet Simple - Locale\"},IKkNZupjP:{\"data-framer-name\":\"Tablet Simple - BOBA No Background\"},io3FZUeZB:{\"data-framer-name\":\"Phone\"},kdKKMa5Os:{\"data-framer-name\":\"Phone Simple - Locale\"},mmrZsAQO_:{\"data-framer-name\":\"Phone - Locale\"},Nq_PuahP7:{\"data-framer-name\":\"Tablet - Locale\"},PQCVHMvIv:{\"data-framer-name\":\"Tablet\"},rDXC8WSW9:{\"data-framer-name\":\"Variant 12\"},SmemWo2UY:{\"data-framer-name\":\"Phone Open Locale\"},TnmmBdkvS:{\"data-framer-name\":\"Desktop - Locale\"},uuD5Y5XSh:{\"data-framer-name\":\"Desktop BOBA No background\"},VkPhERE1l:{\"data-framer-name\":\"Phone Open\"},WlsmEA29W:{\"data-framer-name\":\"Phone Open Locale BOBA\"},X48dr1l7s:{\"data-framer-name\":\"Desktop Simple - Locale\"},YDSS89jFq:{\"data-framer-name\":\"Variant 17\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pm8lo8\",\"data-framer-name\":\"Title and Icon\",layoutDependency:layoutDependency,layoutId:\"z4AHlQkfU\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oXPSE379h\"},motionChild:true,nodeId:\"X1ul702dK\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",...addPropertyOverrides({aZoMgNZIW:{href:{webPageId:\"DCSNKG6Xt\"}},uuD5Y5XSh:{href:{webPageId:\"DCSNKG6Xt\"}},WlsmEA29W:{href:{webPageId:\"DCSNKG6Xt\"}},YDSS89jFq:{href:{webPageId:\"DCSNKG6Xt\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1q99a8w framer-1p6bgjo\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"X1ul702dK\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-15ea24z\",\"data-framer-name\":\"App Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"fudM5E8il\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 3.185 0.636 C 4.433 0 6.066 0 9.333 0 L 14.667 0 C 17.934 0 19.567 0 20.815 0.636 C 21.913 1.195 22.805 2.087 23.364 3.185 C 24 4.433 24 6.066 24 9.333 L 24 14.667 C 24 17.934 24 19.567 23.364 20.815 C 22.805 21.913 21.913 22.805 20.815 23.364 C 19.567 24 17.934 24 14.667 24 L 9.333 24 C 6.066 24 4.433 24 3.185 23.364 C 2.087 22.805 1.195 21.913 0.636 20.815 C 0 19.567 0 17.934 0 14.667 L 0 9.333 C 0 6.066 0 4.433 0.636 3.185 C 1.195 2.087 2.087 1.195 3.185 0.636 Z M 4.96 9.499 C 4.429 9.499 4 9.94 4 10.483 C 4 13.451 5.552 16.136 8 17.586 L 8 18.191 C 8 19.006 8.644 19.667 9.44 19.667 L 14.56 19.667 C 15.355 19.667 16 19.006 16 18.191 L 16 17.586 C 18.447 16.136 20 13.451 20 10.483 C 20 9.94 19.57 9.499 19.04 9.499 L 18.96 9.499 C 18.96 7.235 17.169 5.399 14.96 5.399 C 14.589 5.399 14.225 5.451 13.875 5.552 C 12.944 4.789 11.764 4.333 10.48 4.333 C 7.61 4.333 5.259 6.611 5.054 9.499 Z M 8.96 18.191 L 8.96 17.699 L 15.04 17.699 L 15.04 18.191 C 15.04 18.462 14.825 18.683 14.56 18.683 L 9.44 18.683 C 9.175 18.683 8.96 18.462 8.96 18.191 Z M 15.8 8.74 C 15.974 8.942 16.08 9.208 16.08 9.499 L 15.905 9.499 C 15.887 9.241 15.851 8.987 15.8 8.74 Z M 18 9.499 L 17.04 9.499 C 17.04 8.455 16.307 7.586 15.34 7.403 C 15.163 7.042 14.949 6.704 14.703 6.394 C 14.788 6.387 14.873 6.383 14.96 6.383 C 16.639 6.383 18 7.778 18 9.499 Z M 10.48 6.301 C 8.671 6.301 7.181 7.7 6.982 9.499 L 6.017 9.499 C 6.22 7.155 8.14 5.317 10.48 5.317 C 12.819 5.317 14.74 7.155 14.942 9.499 L 13.977 9.499 C 13.779 7.7 12.288 6.301 10.48 6.301 Z M 12.029 9.499 C 11.852 8.792 11.225 8.269 10.48 8.269 C 9.734 8.269 9.108 8.792 8.93 9.499 L 7.951 9.499 C 8.143 8.245 9.202 7.285 10.48 7.285 C 11.757 7.285 12.816 8.245 13.009 9.499 Z M 15.551 16.715 L 8.448 16.715 C 6.312 15.434 4.96 13.082 4.96 10.483 L 19.04 10.483 C 19.04 13.082 17.687 15.434 15.551 16.715 Z\" fill=\"rgb(15,15,15)\"></path></svg>',svgContentId:11549121702,withExternalLayout:true,...addPropertyOverrides({aZoMgNZIW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 3.185 0.636 C 4.433 0 6.066 0 9.333 0 L 14.667 0 C 17.934 0 19.567 0 20.815 0.636 C 21.913 1.195 22.805 2.087 23.364 3.185 C 24 4.433 24 6.066 24 9.333 L 24 14.667 C 24 17.934 24 19.567 23.364 20.815 C 22.805 21.913 21.913 22.805 20.815 23.364 C 19.567 24 17.934 24 14.667 24 L 9.333 24 C 6.066 24 4.433 24 3.185 23.364 C 2.087 22.805 1.195 21.913 0.636 20.815 C 0 19.567 0 17.934 0 14.667 L 0 9.333 C 0 6.066 0 4.433 0.636 3.185 C 1.195 2.087 2.087 1.195 3.185 0.636 Z M 4.96 9.499 C 4.429 9.499 4 9.94 4 10.483 C 4 13.451 5.552 16.136 8 17.586 L 8 18.191 C 8 19.006 8.644 19.667 9.44 19.667 L 14.56 19.667 C 15.355 19.667 16 19.006 16 18.191 L 16 17.586 C 18.447 16.136 20 13.451 20 10.483 C 20 9.94 19.57 9.499 19.04 9.499 L 18.96 9.499 C 18.96 7.235 17.169 5.399 14.96 5.399 C 14.589 5.399 14.225 5.451 13.875 5.552 C 12.944 4.789 11.764 4.333 10.48 4.333 C 7.61 4.333 5.259 6.611 5.054 9.499 Z M 8.96 18.191 L 8.96 17.699 L 15.04 17.699 L 15.04 18.191 C 15.04 18.462 14.825 18.683 14.56 18.683 L 9.44 18.683 C 9.175 18.683 8.96 18.462 8.96 18.191 Z M 15.8 8.74 C 15.974 8.942 16.08 9.208 16.08 9.499 L 15.905 9.499 C 15.887 9.241 15.851 8.987 15.8 8.74 Z M 18 9.499 L 17.04 9.499 C 17.04 8.455 16.307 7.586 15.34 7.403 C 15.163 7.042 14.949 6.704 14.703 6.394 C 14.788 6.387 14.873 6.383 14.96 6.383 C 16.639 6.383 18 7.778 18 9.499 Z M 10.48 6.301 C 8.671 6.301 7.181 7.7 6.982 9.499 L 6.017 9.499 C 6.22 7.155 8.14 5.317 10.48 5.317 C 12.819 5.317 14.74 7.155 14.942 9.499 L 13.977 9.499 C 13.779 7.7 12.288 6.301 10.48 6.301 Z M 12.029 9.499 C 11.852 8.792 11.225 8.269 10.48 8.269 C 9.734 8.269 9.108 8.792 8.93 9.499 L 7.951 9.499 C 8.143 8.245 9.202 7.285 10.48 7.285 C 11.757 7.285 12.816 8.245 13.009 9.499 Z M 15.551 16.715 L 8.448 16.715 C 6.312 15.434 4.96 13.082 4.96 10.483 L 19.04 10.483 C 19.04 13.082 17.687 15.434 15.551 16.715 Z\" fill=\"var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Primary Background&quot;} */\"></path></svg>',svgContentId:10304911529},uuD5Y5XSh:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 3.185 0.636 C 4.433 0 6.066 0 9.333 0 L 14.667 0 C 17.934 0 19.567 0 20.815 0.636 C 21.913 1.195 22.805 2.087 23.364 3.185 C 24 4.433 24 6.066 24 9.333 L 24 14.667 C 24 17.934 24 19.567 23.364 20.815 C 22.805 21.913 21.913 22.805 20.815 23.364 C 19.567 24 17.934 24 14.667 24 L 9.333 24 C 6.066 24 4.433 24 3.185 23.364 C 2.087 22.805 1.195 21.913 0.636 20.815 C 0 19.567 0 17.934 0 14.667 L 0 9.333 C 0 6.066 0 4.433 0.636 3.185 C 1.195 2.087 2.087 1.195 3.185 0.636 Z M 4.96 9.499 C 4.429 9.499 4 9.94 4 10.483 C 4 13.451 5.552 16.136 8 17.586 L 8 18.191 C 8 19.006 8.644 19.667 9.44 19.667 L 14.56 19.667 C 15.355 19.667 16 19.006 16 18.191 L 16 17.586 C 18.447 16.136 20 13.451 20 10.483 C 20 9.94 19.57 9.499 19.04 9.499 L 18.96 9.499 C 18.96 7.235 17.169 5.399 14.96 5.399 C 14.589 5.399 14.225 5.451 13.875 5.552 C 12.944 4.789 11.764 4.333 10.48 4.333 C 7.61 4.333 5.259 6.611 5.054 9.499 Z M 8.96 18.191 L 8.96 17.699 L 15.04 17.699 L 15.04 18.191 C 15.04 18.462 14.825 18.683 14.56 18.683 L 9.44 18.683 C 9.175 18.683 8.96 18.462 8.96 18.191 Z M 15.8 8.74 C 15.974 8.942 16.08 9.208 16.08 9.499 L 15.905 9.499 C 15.887 9.241 15.851 8.987 15.8 8.74 Z M 18 9.499 L 17.04 9.499 C 17.04 8.455 16.307 7.586 15.34 7.403 C 15.163 7.042 14.949 6.704 14.703 6.394 C 14.788 6.387 14.873 6.383 14.96 6.383 C 16.639 6.383 18 7.778 18 9.499 Z M 10.48 6.301 C 8.671 6.301 7.181 7.7 6.982 9.499 L 6.017 9.499 C 6.22 7.155 8.14 5.317 10.48 5.317 C 12.819 5.317 14.74 7.155 14.942 9.499 L 13.977 9.499 C 13.779 7.7 12.288 6.301 10.48 6.301 Z M 12.029 9.499 C 11.852 8.792 11.225 8.269 10.48 8.269 C 9.734 8.269 9.108 8.792 8.93 9.499 L 7.951 9.499 C 8.143 8.245 9.202 7.285 10.48 7.285 C 11.757 7.285 12.816 8.245 13.009 9.499 Z M 15.551 16.715 L 8.448 16.715 C 6.312 15.434 4.96 13.082 4.96 10.483 L 19.04 10.483 C 19.04 13.082 17.687 15.434 15.551 16.715 Z\" fill=\"var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Primary Background&quot;} */\"></path></svg>',svgContentId:10304911529},WlsmEA29W:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 3.185 0.636 C 4.433 0 6.066 0 9.333 0 L 14.667 0 C 17.934 0 19.567 0 20.815 0.636 C 21.913 1.195 22.805 2.087 23.364 3.185 C 24 4.433 24 6.066 24 9.333 L 24 14.667 C 24 17.934 24 19.567 23.364 20.815 C 22.805 21.913 21.913 22.805 20.815 23.364 C 19.567 24 17.934 24 14.667 24 L 9.333 24 C 6.066 24 4.433 24 3.185 23.364 C 2.087 22.805 1.195 21.913 0.636 20.815 C 0 19.567 0 17.934 0 14.667 L 0 9.333 C 0 6.066 0 4.433 0.636 3.185 C 1.195 2.087 2.087 1.195 3.185 0.636 Z M 4.96 9.499 C 4.429 9.499 4 9.94 4 10.483 C 4 13.451 5.552 16.136 8 17.586 L 8 18.191 C 8 19.006 8.644 19.667 9.44 19.667 L 14.56 19.667 C 15.355 19.667 16 19.006 16 18.191 L 16 17.586 C 18.447 16.136 20 13.451 20 10.483 C 20 9.94 19.57 9.499 19.04 9.499 L 18.96 9.499 C 18.96 7.235 17.169 5.399 14.96 5.399 C 14.589 5.399 14.225 5.451 13.875 5.552 C 12.944 4.789 11.764 4.333 10.48 4.333 C 7.61 4.333 5.259 6.611 5.054 9.499 Z M 8.96 18.191 L 8.96 17.699 L 15.04 17.699 L 15.04 18.191 C 15.04 18.462 14.825 18.683 14.56 18.683 L 9.44 18.683 C 9.175 18.683 8.96 18.462 8.96 18.191 Z M 15.8 8.74 C 15.974 8.942 16.08 9.208 16.08 9.499 L 15.905 9.499 C 15.887 9.241 15.851 8.987 15.8 8.74 Z M 18 9.499 L 17.04 9.499 C 17.04 8.455 16.307 7.586 15.34 7.403 C 15.163 7.042 14.949 6.704 14.703 6.394 C 14.788 6.387 14.873 6.383 14.96 6.383 C 16.639 6.383 18 7.778 18 9.499 Z M 10.48 6.301 C 8.671 6.301 7.181 7.7 6.982 9.499 L 6.017 9.499 C 6.22 7.155 8.14 5.317 10.48 5.317 C 12.819 5.317 14.74 7.155 14.942 9.499 L 13.977 9.499 C 13.779 7.7 12.288 6.301 10.48 6.301 Z M 12.029 9.499 C 11.852 8.792 11.225 8.269 10.48 8.269 C 9.734 8.269 9.108 8.792 8.93 9.499 L 7.951 9.499 C 8.143 8.245 9.202 7.285 10.48 7.285 C 11.757 7.285 12.816 8.245 13.009 9.499 Z M 15.551 16.715 L 8.448 16.715 C 6.312 15.434 4.96 13.082 4.96 10.483 L 19.04 10.483 C 19.04 13.082 17.687 15.434 15.551 16.715 Z\" fill=\"var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Primary Background&quot;} */\"></path></svg>',svgContentId:10304911529},YDSS89jFq:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 3.185 0.636 C 4.433 0 6.066 0 9.333 0 L 14.667 0 C 17.934 0 19.567 0 20.815 0.636 C 21.913 1.195 22.805 2.087 23.364 3.185 C 24 4.433 24 6.066 24 9.333 L 24 14.667 C 24 17.934 24 19.567 23.364 20.815 C 22.805 21.913 21.913 22.805 20.815 23.364 C 19.567 24 17.934 24 14.667 24 L 9.333 24 C 6.066 24 4.433 24 3.185 23.364 C 2.087 22.805 1.195 21.913 0.636 20.815 C 0 19.567 0 17.934 0 14.667 L 0 9.333 C 0 6.066 0 4.433 0.636 3.185 C 1.195 2.087 2.087 1.195 3.185 0.636 Z M 4.96 9.499 C 4.429 9.499 4 9.94 4 10.483 C 4 13.451 5.552 16.136 8 17.586 L 8 18.191 C 8 19.006 8.644 19.667 9.44 19.667 L 14.56 19.667 C 15.355 19.667 16 19.006 16 18.191 L 16 17.586 C 18.447 16.136 20 13.451 20 10.483 C 20 9.94 19.57 9.499 19.04 9.499 L 18.96 9.499 C 18.96 7.235 17.169 5.399 14.96 5.399 C 14.589 5.399 14.225 5.451 13.875 5.552 C 12.944 4.789 11.764 4.333 10.48 4.333 C 7.61 4.333 5.259 6.611 5.054 9.499 Z M 8.96 18.191 L 8.96 17.699 L 15.04 17.699 L 15.04 18.191 C 15.04 18.462 14.825 18.683 14.56 18.683 L 9.44 18.683 C 9.175 18.683 8.96 18.462 8.96 18.191 Z M 15.8 8.74 C 15.974 8.942 16.08 9.208 16.08 9.499 L 15.905 9.499 C 15.887 9.241 15.851 8.987 15.8 8.74 Z M 18 9.499 L 17.04 9.499 C 17.04 8.455 16.307 7.586 15.34 7.403 C 15.163 7.042 14.949 6.704 14.703 6.394 C 14.788 6.387 14.873 6.383 14.96 6.383 C 16.639 6.383 18 7.778 18 9.499 Z M 10.48 6.301 C 8.671 6.301 7.181 7.7 6.982 9.499 L 6.017 9.499 C 6.22 7.155 8.14 5.317 10.48 5.317 C 12.819 5.317 14.74 7.155 14.942 9.499 L 13.977 9.499 C 13.779 7.7 12.288 6.301 10.48 6.301 Z M 12.029 9.499 C 11.852 8.792 11.225 8.269 10.48 8.269 C 9.734 8.269 9.108 8.792 8.93 9.499 L 7.951 9.499 C 8.143 8.245 9.202 7.285 10.48 7.285 C 11.757 7.285 12.816 8.245 13.009 9.499 Z M 15.551 16.715 L 8.448 16.715 C 6.312 15.434 4.96 13.082 4.96 10.483 L 19.04 10.483 C 19.04 13.082 17.687 15.434 15.551 16.715 Z\" fill=\"var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Primary Background&quot;} */\"></path></svg>',svgContentId:10304911529}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Snackpass\"})}),className:\"framer-1oj4qfk\",\"data-framer-name\":\"Snackpass\",fonts:[\"GF;Inter Tight-600\"],layoutDependency:layoutDependency,layoutId:\"MYolneSMC\",style:{\"--extracted-r6o4lv\":\"rgb(15, 15, 15)\"},variants:{aZoMgNZIW:{\"--extracted-r6o4lv\":\"var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255))\"},uuD5Y5XSh:{\"--extracted-r6o4lv\":\"var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255))\"},WlsmEA29W:{\"--extracted-r6o4lv\":\"var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255))\"},YDSS89jFq:{\"--extracted-r6o4lv\":\"var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aZoMgNZIW:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255)))\"},children:\"Snackpass\"})})},uuD5Y5XSh:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255)))\"},children:\"Snackpass\"})})},WlsmEA29W:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255)))\"},children:\"Snackpass\"})})},YDSS89jFq:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5e1397b3-ee81-4834-b6e3-6d4e56b7693e, rgb(255, 255, 255)))\"},children:\"Snackpass\"})})}},baseVariant,gestureVariant)})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vqqhu3-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"IAaeSZx7H-container\",nodeId:\"IAaeSZx7H\",rendersWithMotion:true,scopeId:\"OeuZ6QjnG\",children:/*#__PURE__*/_jsx(LocaleSelector,{fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"IAaeSZx7H\",layoutId:\"IAaeSZx7H\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c821ts\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"YLlDai_GH\",...addPropertyOverrides({aZoMgNZIW:{\"data-highlight\":true,onTap:onTap1jjrf0h},io3FZUeZB:{\"data-highlight\":true,onTap:onTap13v9j76},mmrZsAQO_:{\"data-highlight\":true,onTap:onTapdpb26e},SmemWo2UY:{\"data-highlight\":true,onTap:onTap7s4cip},VkPhERE1l:{\"data-highlight\":true,onTap:onTap7s4cip},WlsmEA29W:{\"data-highlight\":true,onTap:onTap7s4cip}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-v37u7z\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"qh04FpW8L\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{aZoMgNZIW:{rotate:0},mmrZsAQO_:{rotate:0},SmemWo2UY:{rotate:-45},VkPhERE1l:{rotate:-45},WlsmEA29W:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dwgzil\",\"data-framer-name\":\"Mid\",layoutDependency:layoutDependency,layoutId:\"YmdsqAP4s\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ns939y\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"hY9P6ZJdn\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{aZoMgNZIW:{rotate:0},mmrZsAQO_:{rotate:0},SmemWo2UY:{rotate:45},VkPhERE1l:{rotate:45},WlsmEA29W:{rotate:45}}})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BMsWomhpR\"},motionChild:true,nodeId:\"LxOiXowYg\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wcrttb\",\"data-styles-preset\":\"QiVvaG_aI\",children:\"Our Story\"})})})}),className:\"framer-1kq8edv\",fonts:[\"GF;Inter Tight-500\"],layoutDependency:layoutDependency,layoutId:\"LxOiXowYg\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Qbxt9O_s0\"},motionChild:true,nodeId:\"C4PeMd6TK\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wcrttb\",\"data-styles-preset\":\"QiVvaG_aI\",children:\"Media\"})})})}),className:\"framer-q2i8wo\",fonts:[\"GF;Inter Tight-500\"],layoutDependency:layoutDependency,layoutId:\"C4PeMd6TK\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vWVJIgvNH\"},motionChild:true,nodeId:\"ONqwnMRXa\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wcrttb\",\"data-styles-preset\":\"QiVvaG_aI\",children:\"Customer Stories\"})})})}),className:\"framer-1w5ad23\",fonts:[\"GF;Inter Tight-500\"],layoutDependency:layoutDependency,layoutId:\"ONqwnMRXa\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r76c4x\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jj0UnmxVi\",onTap:onTap13v9j76,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-icgggj\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"U9kb_04eE\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-187rir2\",\"data-framer-name\":\"Mid\",layoutDependency:layoutDependency,layoutId:\"WzIWhCNH6\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hjzwiq\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"UJaEARMvK\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PexiiNwnI\"},motionChild:true,nodeId:\"HY8OmhYEE\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",...addPropertyOverrides({IKkNZupjP:{href:{webPageId:\"xpHiJbVa9\"}},uuD5Y5XSh:{href:{webPageId:\"xpHiJbVa9\"}},WlsmEA29W:{href:{webPageId:\"xpHiJbVa9\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5ur1m5 framer-1p6bgjo\",\"data-framer-name\":\"New Button\",layoutDependency:layoutDependency,layoutId:\"HY8OmhYEE\",style:{backgroundColor:\"rgb(0, 153, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.14764), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.14398), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.13793), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.12711), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.10451), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get a Demo\"})}),className:\"framer-12idv9b\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"hBnScMw9w\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pyrjxh-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fxoiyvHqV-container\",nodeId:\"fxoiyvHqV\",rendersWithMotion:true,scopeId:\"OeuZ6QjnG\",children:/*#__PURE__*/_jsx(LocaleSelector,{fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"fxoiyvHqV\",layoutId:\"fxoiyvHqV\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17al5un-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pY619MoLh-container\",nodeId:\"pY619MoLh\",rendersWithMotion:true,scopeId:\"OeuZ6QjnG\",children:/*#__PURE__*/_jsx(LocaleSelector,{fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"pY619MoLh\",layoutId:\"pY619MoLh\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w3idu7-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ml0wROzNg-container\",nodeId:\"ml0wROzNg\",rendersWithMotion:true,scopeId:\"OeuZ6QjnG\",children:/*#__PURE__*/_jsx(LocaleSelector,{fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"ml0wROzNg\",layoutId:\"ml0wROzNg\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),isDisplayed9()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oXPSE379h\"},motionChild:true,nodeId:\"QdKWd3Td1\",openInNewTab:false,scopeId:\"OeuZ6QjnG\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-vo13w4 framer-1p6bgjo\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"QdKWd3Td1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1mji3fr\",\"data-framer-name\":\"App Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xwjoqQ9io\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 3.185 0.636 C 4.433 0 6.066 0 9.333 0 L 14.667 0 C 17.934 0 19.567 0 20.815 0.636 C 21.913 1.195 22.805 2.087 23.364 3.185 C 24 4.433 24 6.066 24 9.333 L 24 14.667 C 24 17.934 24 19.567 23.364 20.815 C 22.805 21.913 21.913 22.805 20.815 23.364 C 19.567 24 17.934 24 14.667 24 L 9.333 24 C 6.066 24 4.433 24 3.185 23.364 C 2.087 22.805 1.195 21.913 0.636 20.815 C 0 19.567 0 17.934 0 14.667 L 0 9.333 C 0 6.066 0 4.433 0.636 3.185 C 1.195 2.087 2.087 1.195 3.185 0.636 Z M 4.96 9.499 C 4.429 9.499 4 9.94 4 10.483 C 4 13.451 5.552 16.136 8 17.586 L 8 18.191 C 8 19.006 8.644 19.667 9.44 19.667 L 14.56 19.667 C 15.355 19.667 16 19.006 16 18.191 L 16 17.586 C 18.447 16.136 20 13.451 20 10.483 C 20 9.94 19.57 9.499 19.04 9.499 L 18.96 9.499 C 18.96 7.235 17.169 5.399 14.96 5.399 C 14.589 5.399 14.225 5.451 13.875 5.552 C 12.944 4.789 11.764 4.333 10.48 4.333 C 7.61 4.333 5.259 6.611 5.054 9.499 Z M 8.96 18.191 L 8.96 17.699 L 15.04 17.699 L 15.04 18.191 C 15.04 18.462 14.825 18.683 14.56 18.683 L 9.44 18.683 C 9.175 18.683 8.96 18.462 8.96 18.191 Z M 15.8 8.74 C 15.974 8.942 16.08 9.208 16.08 9.499 L 15.905 9.499 C 15.887 9.241 15.851 8.987 15.8 8.74 Z M 18 9.499 L 17.04 9.499 C 17.04 8.455 16.307 7.586 15.34 7.403 C 15.163 7.042 14.949 6.704 14.703 6.394 C 14.788 6.387 14.873 6.383 14.96 6.383 C 16.639 6.383 18 7.778 18 9.499 Z M 10.48 6.301 C 8.671 6.301 7.181 7.7 6.982 9.499 L 6.017 9.499 C 6.22 7.155 8.14 5.317 10.48 5.317 C 12.819 5.317 14.74 7.155 14.942 9.499 L 13.977 9.499 C 13.779 7.7 12.288 6.301 10.48 6.301 Z M 12.029 9.499 C 11.852 8.792 11.225 8.269 10.48 8.269 C 9.734 8.269 9.108 8.792 8.93 9.499 L 7.951 9.499 C 8.143 8.245 9.202 7.285 10.48 7.285 C 11.757 7.285 12.816 8.245 13.009 9.499 Z M 15.551 16.715 L 8.448 16.715 C 6.312 15.434 4.96 13.082 4.96 10.483 L 19.04 10.483 C 19.04 13.082 17.687 15.434 15.551 16.715 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:9203592366,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Snackpass\"})}),className:\"framer-104abdc\",\"data-framer-name\":\"Snackpass\",fonts:[\"GF;Inter Tight-600\"],layoutDependency:layoutDependency,layoutId:\"IynymqPWZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vDiaA.framer-1p6bgjo, .framer-vDiaA .framer-1p6bgjo { display: block; }\",\".framer-vDiaA.framer-bdixmt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: 80px; justify-content: center; padding: 40px; position: relative; width: 1200px; }\",\".framer-vDiaA .framer-pm8lo8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 32px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-vDiaA .framer-1q99a8w, .framer-vDiaA .framer-vo13w4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-vDiaA .framer-15ea24z, .framer-vDiaA .framer-1mji3fr { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-vDiaA .framer-1oj4qfk, .framer-vDiaA .framer-12idv9b, .framer-vDiaA .framer-104abdc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-vDiaA .framer-vqqhu3-container, .framer-vDiaA .framer-pyrjxh-container, .framer-vDiaA .framer-17al5un-container, .framer-vDiaA .framer-w3idu7-container { flex: none; height: auto; position: relative; width: 118px; }\",\".framer-vDiaA .framer-1c821ts { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-vDiaA .framer-v37u7z, .framer-vDiaA .framer-icgggj { bottom: 7px; flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-vDiaA .framer-1dwgzil, .framer-vDiaA .framer-187rir2 { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-vDiaA .framer-1ns939y, .framer-vDiaA .framer-1hjzwiq { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: 7px; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-vDiaA .framer-1kq8edv, .framer-vDiaA .framer-q2i8wo, .framer-vDiaA .framer-1w5ad23 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-vDiaA .framer-r76c4x { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-vDiaA .framer-5ur1m5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vDiaA.framer-bdixmt, .framer-vDiaA .framer-1q99a8w, .framer-vDiaA .framer-5ur1m5, .framer-vDiaA .framer-vo13w4 { gap: 0px; } .framer-vDiaA.framer-bdixmt > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-vDiaA.framer-bdixmt > :first-child, .framer-vDiaA .framer-1q99a8w > :first-child, .framer-vDiaA .framer-5ur1m5 > :first-child, .framer-vDiaA .framer-vo13w4 > :first-child { margin-left: 0px; } .framer-vDiaA.framer-bdixmt > :last-child, .framer-vDiaA .framer-1q99a8w > :last-child, .framer-vDiaA .framer-5ur1m5 > :last-child, .framer-vDiaA .framer-vo13w4 > :last-child { margin-right: 0px; } .framer-vDiaA .framer-1q99a8w > *, .framer-vDiaA .framer-vo13w4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-vDiaA .framer-5ur1m5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-vDiaA.framer-v-1c71wfv.framer-bdixmt, .framer-vDiaA.framer-v-16jl058.framer-bdixmt, .framer-vDiaA.framer-v-15kev7y.framer-bdixmt, .framer-vDiaA.framer-v-ynvz7m.framer-bdixmt { gap: 23px; width: 810px; }\",\".framer-vDiaA.framer-v-1c71wfv .framer-pm8lo8, .framer-vDiaA.framer-v-j2mabm .framer-pm8lo8, .framer-vDiaA.framer-v-16jl058 .framer-pm8lo8, .framer-vDiaA.framer-v-115833w .framer-pm8lo8, .framer-vDiaA.framer-v-1nu5djg .framer-pm8lo8, .framer-vDiaA.framer-v-15kev7y .framer-pm8lo8, .framer-vDiaA.framer-v-bctkni .framer-pm8lo8, .framer-vDiaA.framer-v-ynvz7m .framer-vo13w4 { order: 0; }\",\".framer-vDiaA.framer-v-1c71wfv .framer-r76c4x { order: 7; }\",\".framer-vDiaA.framer-v-1c71wfv .framer-5ur1m5, .framer-vDiaA.framer-v-j2mabm .framer-5ur1m5, .framer-vDiaA.framer-v-16jl058 .framer-5ur1m5, .framer-vDiaA.framer-v-15kev7y .framer-5ur1m5, .framer-vDiaA.framer-v-bctkni .framer-5ur1m5 { order: 11; }\",\".framer-vDiaA.framer-v-1c71wfv .framer-w3idu7-container, .framer-vDiaA.framer-v-j2mabm .framer-w3idu7-container, .framer-vDiaA.framer-v-16jl058 .framer-w3idu7-container, .framer-vDiaA.framer-v-15kev7y .framer-w3idu7-container, .framer-vDiaA.framer-v-bctkni .framer-w3idu7-container { order: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vDiaA.framer-v-1c71wfv.framer-bdixmt { gap: 0px; } .framer-vDiaA.framer-v-1c71wfv.framer-bdixmt > * { margin: 0px; margin-left: calc(23px / 2); margin-right: calc(23px / 2); } .framer-vDiaA.framer-v-1c71wfv.framer-bdixmt > :first-child { margin-left: 0px; } .framer-vDiaA.framer-v-1c71wfv.framer-bdixmt > :last-child { margin-right: 0px; } }\",\".framer-vDiaA.framer-v-j2mabm.framer-bdixmt, .framer-vDiaA.framer-v-115833w.framer-bdixmt, .framer-vDiaA.framer-v-1nu5djg.framer-bdixmt, .framer-vDiaA.framer-v-bctkni.framer-bdixmt { width: 390px; }\",\".framer-vDiaA.framer-v-j2mabm .framer-1c821ts, .framer-vDiaA.framer-v-413cla .framer-1c821ts, .framer-vDiaA.framer-v-115833w .framer-1c821ts, .framer-vDiaA.framer-v-1nu5djg .framer-1c821ts, .framer-vDiaA.framer-v-ihbl6q .framer-1c821ts, .framer-vDiaA.framer-v-ap9w7h .framer-1c821ts { cursor: pointer; }\",\".framer-vDiaA.framer-v-413cla.framer-bdixmt, .framer-vDiaA.framer-v-ihbl6q.framer-bdixmt, .framer-vDiaA.framer-v-ap9w7h.framer-bdixmt { flex-direction: column; height: min-content; padding: 24px 40px 60px 40px; width: 390px; }\",\".framer-vDiaA.framer-v-413cla .framer-pm8lo8, .framer-vDiaA.framer-v-ihbl6q .framer-pm8lo8, .framer-vDiaA.framer-v-ap9w7h .framer-pm8lo8 { flex: none; width: 100%; }\",\".framer-vDiaA.framer-v-413cla .framer-v37u7z, .framer-vDiaA.framer-v-ihbl6q .framer-v37u7z, .framer-vDiaA.framer-v-ap9w7h .framer-v37u7z { bottom: 15px; }\",\".framer-vDiaA.framer-v-413cla .framer-1dwgzil, .framer-vDiaA.framer-v-ihbl6q .framer-1dwgzil, .framer-vDiaA.framer-v-ap9w7h .framer-1dwgzil { left: calc(50.00000000000002% - 2px / 2); width: 2px; }\",\".framer-vDiaA.framer-v-413cla .framer-1ns939y, .framer-vDiaA.framer-v-ihbl6q .framer-1ns939y, .framer-vDiaA.framer-v-ap9w7h .framer-1ns939y { top: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vDiaA.framer-v-413cla.framer-bdixmt { gap: 0px; } .framer-vDiaA.framer-v-413cla.framer-bdixmt > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-vDiaA.framer-v-413cla.framer-bdixmt > :first-child { margin-top: 0px; } .framer-vDiaA.framer-v-413cla.framer-bdixmt > :last-child { margin-bottom: 0px; } }\",\".framer-vDiaA.framer-v-16jl058 .framer-r76c4x { order: 8; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vDiaA.framer-v-16jl058.framer-bdixmt { gap: 0px; } .framer-vDiaA.framer-v-16jl058.framer-bdixmt > * { margin: 0px; margin-left: calc(23px / 2); margin-right: calc(23px / 2); } .framer-vDiaA.framer-v-16jl058.framer-bdixmt > :first-child { margin-left: 0px; } .framer-vDiaA.framer-v-16jl058.framer-bdixmt > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vDiaA.framer-v-ihbl6q.framer-bdixmt { gap: 0px; } .framer-vDiaA.framer-v-ihbl6q.framer-bdixmt > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-vDiaA.framer-v-ihbl6q.framer-bdixmt > :first-child { margin-top: 0px; } .framer-vDiaA.framer-v-ihbl6q.framer-bdixmt > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vDiaA.framer-v-ap9w7h.framer-bdixmt { gap: 0px; } .framer-vDiaA.framer-v-ap9w7h.framer-bdixmt > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-vDiaA.framer-v-ap9w7h.framer-bdixmt > :first-child { margin-top: 0px; } .framer-vDiaA.framer-v-ap9w7h.framer-bdixmt > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vDiaA.framer-v-15kev7y.framer-bdixmt { gap: 0px; } .framer-vDiaA.framer-v-15kev7y.framer-bdixmt > * { margin: 0px; margin-left: calc(23px / 2); margin-right: calc(23px / 2); } .framer-vDiaA.framer-v-15kev7y.framer-bdixmt > :first-child { margin-left: 0px; } .framer-vDiaA.framer-v-15kev7y.framer-bdixmt > :last-child { margin-right: 0px; } }\",\".framer-vDiaA.framer-v-ynvz7m .framer-pm8lo8 { order: 1; }\",\".framer-vDiaA.framer-v-ynvz7m .framer-5ur1m5 { order: 12; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vDiaA.framer-v-ynvz7m.framer-bdixmt { gap: 0px; } .framer-vDiaA.framer-v-ynvz7m.framer-bdixmt > * { margin: 0px; margin-left: calc(23px / 2); margin-right: calc(23px / 2); } .framer-vDiaA.framer-v-ynvz7m.framer-bdixmt > :first-child { margin-left: 0px; } .framer-vDiaA.framer-v-ynvz7m.framer-bdixmt > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"PQCVHMvIv\":{\"layout\":[\"fixed\",\"fixed\"]},\"io3FZUeZB\":{\"layout\":[\"fixed\",\"fixed\"]},\"VkPhERE1l\":{\"layout\":[\"fixed\",\"auto\"]},\"TnmmBdkvS\":{\"layout\":[\"fixed\",\"fixed\"]},\"Nq_PuahP7\":{\"layout\":[\"fixed\",\"fixed\"]},\"mmrZsAQO_\":{\"layout\":[\"fixed\",\"fixed\"]},\"aZoMgNZIW\":{\"layout\":[\"fixed\",\"fixed\"]},\"SmemWo2UY\":{\"layout\":[\"fixed\",\"auto\"]},\"WlsmEA29W\":{\"layout\":[\"fixed\",\"auto\"]},\"X48dr1l7s\":{\"layout\":[\"fixed\",\"fixed\"]},\"gf_N9Bbu5\":{\"layout\":[\"fixed\",\"fixed\"]},\"kdKKMa5Os\":{\"layout\":[\"fixed\",\"fixed\"]},\"rDXC8WSW9\":{\"layout\":[\"fixed\",\"fixed\"]},\"uuD5Y5XSh\":{\"layout\":[\"fixed\",\"fixed\"]},\"IKkNZupjP\":{\"layout\":[\"fixed\",\"fixed\"]},\"YDSS89jFq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOeuZ6QjnG=withCSS(Component,css,\"framer-vDiaA\");export default FramerOeuZ6QjnG;FramerOeuZ6QjnG.displayName=\"Navbar Main\";FramerOeuZ6QjnG.defaultProps={height:80,width:1200};addPropertyControls(FramerOeuZ6QjnG,{variant:{options:[\"Du0EYLJT3\",\"PQCVHMvIv\",\"io3FZUeZB\",\"VkPhERE1l\",\"TnmmBdkvS\",\"Nq_PuahP7\",\"mmrZsAQO_\",\"aZoMgNZIW\",\"SmemWo2UY\",\"WlsmEA29W\",\"X48dr1l7s\",\"gf_N9Bbu5\",\"kdKKMa5Os\",\"rDXC8WSW9\",\"uuD5Y5XSh\",\"IKkNZupjP\",\"YDSS89jFq\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Phone Open\",\"Desktop - Locale\",\"Tablet - Locale\",\"Phone - Locale\",\"Phone BOBA No Background\",\"Phone Open Locale\",\"Phone Open Locale BOBA\",\"Desktop Simple - Locale\",\"Tablet Simple - Locale\",\"Phone Simple - Locale\",\"Variant 12\",\"Desktop BOBA No background\",\"Tablet Simple - BOBA No Background\",\"Variant 17\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerOeuZ6QjnG,[{explicitInter:true,fonts:[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqWSRToK8EPg.woff2\",weight:\"600\"},{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 Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}]},...LocaleSelectorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOeuZ6QjnG\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"80\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PQCVHMvIv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"io3FZUeZB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VkPhERE1l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TnmmBdkvS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Nq_PuahP7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mmrZsAQO_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aZoMgNZIW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SmemWo2UY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WlsmEA29W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X48dr1l7s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gf_N9Bbu5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kdKKMa5Os\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rDXC8WSW9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uuD5Y5XSh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IKkNZupjP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YDSS89jFq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"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", "fontStore", "fonts", "css", "className", "OeuZ6QjnG_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v0", "p", "x", "motion", "v1", "v2", "Link", "v3", "v4", "v5", "v6", "__FramerMetadata__", "OeuZ6QjnG_1_exports", "__export", "__FramerMetadata__", "v2", "v3", "v4", "v5", "v2", "p", "x", "motion", "Link", "v3", "v4", "v5", "__FramerMetadata__", "valuesByLocaleId", "OeuZ6QjnG_1_exports", "OeuZ6QjnG_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "LocaleSelectorFonts", "getFonts", "LocaleSelector_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap13v9j76", "args", "onTap7s4cip", "onTapdpb26e", "onTap1jjrf0h", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "LayoutGroup", "u", "Link", "SVG", "RichText2", "getLocalizedValue", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerOeuZ6QjnG", "withCSS", "OeuZ6QjnG_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
