{
  "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/qfx5Q5r9vXCNvv8V2a1s/StAixIwPuKxDAjhOo77s/W9XGo9TBW.js", "ssg:https://framerusercontent.com/modules/lWrCT8wg9bVMkxMG6igs/SlsgO4KkEUWQYOtWg3cv/EutL44SSj-0.js", "ssg:https://framerusercontent.com/modules/lWrCT8wg9bVMkxMG6igs/SlsgO4KkEUWQYOtWg3cv/EutL44SSj.js", "ssg:https://framerusercontent.com/modules/EvC9YhsHvAorSRsy1kMh/Hh5Noc5u3eiy6ai9F1lu/EutL44SSj.js", "ssg:https://framerusercontent.com/modules/512OyuI5ed9xPQn29nFp/kbRKJAUKdjVQeUQbOviM/kaCkieJt9-0.js", "ssg:https://framerusercontent.com/modules/512OyuI5ed9xPQn29nFp/kbRKJAUKdjVQeUQbOviM/kaCkieJt9.js", "ssg:https://framerusercontent.com/modules/6Bmmj1VDEkncQwOKVLNs/dkS8ImrZytCL5rWcro5i/kaCkieJt9.js", "ssg:https://framerusercontent.com/modules/785rArrCBCa3XKbT9HHe/2MRQ7XRHqwj6Eb3d0yai/oj08DHyKs-0.js", "ssg:https://framerusercontent.com/modules/785rArrCBCa3XKbT9HHe/2MRQ7XRHqwj6Eb3d0yai/oj08DHyKs.js", "ssg:https://framerusercontent.com/modules/tZvOoSNj6cTYzZ4pr3f1/wca2RCHTU88MZyDBfYoS/oj08DHyKs.js", "ssg:https://framerusercontent.com/modules/pP03iMCJJBagTsHTg4lY/YwZzFtyrQIWlIDZqyzUu/MlNueZ5tw.js", "ssg:https://framerusercontent.com/modules/G2V0GGFPGQHSLkyzakKU/YWBVI70cpwjL5MVVCuLC/ucxvkw6Pt-0.js", "ssg:https://framerusercontent.com/modules/G2V0GGFPGQHSLkyzakKU/YWBVI70cpwjL5MVVCuLC/ucxvkw6Pt.js", "ssg:https://framerusercontent.com/modules/xPtW8lRM6yeAhsuijPlz/1sojgGOv7wQLz5mzvFQF/CKT9qGj3H.js", "ssg:https://framerusercontent.com/modules/bT1ZgapRMlMVvTTPBk0x/igcVqIFtpeMG2ZSiW6sV/ucxvkw6Pt.js"],
  "sourcesContent": ["import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();var _activeLocale_id;const activeLocaleId=(_activeLocale_id=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&_activeLocale_id!==void 0?_activeLocale_id:\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}var _selectedLocale_name;return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:locales.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:(_selectedLocale_name=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&_selectedLocale_name!==void 0?_selectedLocale_name:\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `]);LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "// Generated by Framer (7f69244)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-ceYW5 .framer-styles-preset-jhaomq:not(.rich-text-wrapper), .framer-ceYW5 .framer-styles-preset-jhaomq.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #b571f4; --framer-link-hover-text-decoration: none; --framer-link-text-color: #1c0e32; --framer-link-text-decoration: none; }\"];export const className=\"framer-ceYW5\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:\"Service client - 8h \\xe0 20h\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:\"contact@revopaid.com\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:\"Utilisateurs\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:\"Commer\\xe7ants\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:\"\\xc0 propos\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TxJGe7ri7\"},nodeId:\"loiwKEq1O\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jhaomq\",\"data-styles-preset\":\"W9XGo9TBW\",children:\"Mentions l\\xe9gales\"})})})});\nexport const __FramerMetadata__ = {\"exports\":{\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a1a9a9e)\nimport*as localizedValues from\"./EutL44SSj-0.js\";const valuesByLocaleId={a_7vbMir5: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 (a1a9a9e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/qfx5Q5r9vXCNvv8V2a1s/StAixIwPuKxDAjhOo77s/W9XGo9TBW.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/lWrCT8wg9bVMkxMG6igs/SlsgO4KkEUWQYOtWg3cv/EutL44SSj.js\";const LocaleSelectorFonts=getFonts(LocaleSelector);const cycleOrder=[\"W0qlZVNgo\",\"GA4FR4Hnz\"];const serializationHash=\"framer-Pn7SY\";const variantClassNames={GA4FR4Hnz:\"framer-v-luefsn\",W0qlZVNgo:\"framer-v-l71z25\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"W0qlZVNgo\",Mobile:\"GA4FR4Hnz\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"W0qlZVNgo\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"W0qlZVNgo\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5;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-l71z25\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"W0qlZVNgo\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(240, 238, 231)\",...style},...addPropertyOverrides({GA4FR4Hnz:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jktn0f\",\"data-framer-name\":\"Frame 1000001751\",layoutDependency:layoutDependency,layoutId:\"zYg7LrjM7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tuhxej\",\"data-framer-name\":\"Frame 1000001750\",layoutDependency:layoutDependency,layoutId:\"SAcsgHKC6\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gylyab\",layoutDependency:layoutDependency,layoutId:\"d8modPcgs\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1pmw60f\",\"data-framer-name\":\"Calque_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:41,intrinsicWidth:200,layoutDependency:layoutDependency,layoutId:\"C59Ws1r9W\",svg:'<svg width=\"200\" height=\"41\" viewBox=\"0 0 200 41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_9153_799)\">\\n<path d=\"M45.7505 32.4239V4.99585H55.5986C57.7617 4.99585 59.5515 5.36809 60.9721 6.11256C62.3926 6.85704 63.4478 7.85033 64.1375 9.09047C64.8273 10.3306 65.1731 11.7353 65.1731 13.3026C65.1731 14.7661 64.8351 16.1238 64.1571 17.3777C63.479 18.6315 62.4239 19.6366 60.9916 20.3947C59.5593 21.1529 57.7226 21.5311 55.4814 21.5311H50.4401V32.4239H45.7505ZM50.4401 18.0438H55.286C57.0055 18.0438 58.2756 17.6186 59.0963 16.7703C59.9169 15.922 60.3273 14.8053 60.3273 13.4202C60.3273 12.0351 59.9306 10.9771 59.1353 10.168C58.3401 9.35887 57.0446 8.95333 55.2469 8.95333H50.4401V18.0438ZM60.0146 32.4239L54.2699 20.3164H59.3893L65.4076 32.4239H60.0146Z\" fill=\"#251246\"/>\\n<path d=\"M75.9982 32.8942C74.0442 32.8942 72.3189 32.469 70.8202 31.6207C69.3215 30.7724 68.1491 29.5891 67.303 28.0747C66.4569 26.5603 66.0329 24.8088 66.0329 22.8242C66.0329 20.8395 66.4491 19.0038 67.2834 17.4757C68.1178 15.9476 69.2824 14.7388 70.7811 13.8513C72.2798 12.9638 74.0306 12.519 76.0373 12.519C77.9385 12.519 79.6131 12.9442 81.059 13.7925C82.505 14.6408 83.6246 15.7712 84.4199 17.1818C85.2152 18.5924 85.6118 20.1852 85.6118 21.9621V22.8438C85.6118 23.1709 85.5864 23.504 85.5336 23.8429H69.4328V20.7866H80.8832C80.7796 19.3761 80.2774 18.2652 79.3786 17.4561C78.4798 16.647 77.366 16.2414 76.0373 16.2414C75.074 16.2414 74.181 16.4569 73.3603 16.8879C72.5397 17.319 71.8812 17.9655 71.3868 18.8275C70.8925 19.6895 70.6443 20.8004 70.6443 22.1581V23.2944C70.6443 24.5227 70.8788 25.5611 71.3477 26.4094C71.8167 27.2577 72.4615 27.9121 73.2822 28.3685C74.1029 28.825 74.9958 29.0542 75.9591 29.0542C77.028 29.0542 77.9268 28.8054 78.6556 28.3098C79.3845 27.8141 79.9316 27.1598 80.297 26.3506H85.0647C84.6993 27.6045 84.1014 28.7212 83.267 29.7008C82.4327 30.6803 81.3971 31.4581 80.1602 32.0322C78.9233 32.6062 77.536 32.8942 75.9982 32.8942Z\" fill=\"#251246\"/>\\n<path d=\"M92.2554 32.424L85.8073 12.9893H90.7704L95.6162 29.1718H95.8116L100.697 12.9893H105.582L99.1334 32.424H92.2554Z\" fill=\"#251246\"/>\\n<path d=\"M115.781 32.8942C113.931 32.8942 112.258 32.469 110.76 31.6207C109.261 30.7724 108.083 29.5773 107.223 28.0355C106.363 26.4936 105.933 24.7187 105.933 22.7066C105.933 20.6946 106.369 18.9196 107.242 17.3777C108.116 15.8359 109.3 14.6408 110.799 13.7925C112.297 12.9442 113.984 12.519 115.859 12.519C117.735 12.519 119.377 12.9442 120.862 13.7925C122.347 14.6408 123.525 15.8359 124.398 17.3777C125.272 18.9196 125.708 20.6946 125.708 22.7066C125.708 24.7187 125.272 26.4936 124.398 28.0355C123.525 29.5773 122.341 30.7724 120.842 31.6207C119.343 32.469 117.657 32.8942 115.781 32.8942ZM115.781 28.9759C116.719 28.9759 117.565 28.7467 118.321 28.2902C119.078 27.8337 119.695 27.1343 120.178 26.1939C120.66 25.2535 120.901 24.0917 120.901 22.7066C120.901 21.3215 120.666 20.1264 120.197 19.1997C119.728 18.2731 119.109 17.5795 118.341 17.123C117.573 16.6666 116.745 16.4373 115.859 16.4373C114.974 16.4373 114.107 16.6666 113.339 17.123C112.571 17.5795 111.946 18.2731 111.463 19.1997C110.98 20.1264 110.74 21.296 110.74 22.7066C110.74 24.1172 110.975 25.2535 111.443 26.1939C111.912 27.1343 112.532 27.8337 113.3 28.2902C114.068 28.7467 114.896 28.9759 115.781 28.9759Z\" fill=\"#251246\"/>\\n<path d=\"M127.974 40.2606V12.9892H131.921L132.234 16.5157H132.39C132.884 15.6537 133.498 14.9288 134.227 14.3411C134.956 13.7533 135.776 13.3027 136.689 12.9892C137.601 12.6758 138.59 12.519 139.659 12.519C141.482 12.519 143.078 12.9638 144.446 13.8513C145.814 14.7388 146.875 15.9476 147.631 17.4757C148.387 19.0038 148.764 20.7475 148.764 22.7066C148.764 24.6658 148.387 26.4094 147.631 27.9375C146.875 29.4657 145.8 30.6745 144.407 31.562C143.014 32.4495 141.339 32.8942 139.385 32.8942C137.822 32.8942 136.474 32.5807 135.341 31.9538C134.207 31.3269 133.314 30.5824 132.664 29.7204V40.2606H127.974ZM138.33 28.9759C139.477 28.9759 140.474 28.7153 141.32 28.1922C142.166 27.6691 142.818 26.9384 143.274 25.998C143.729 25.0576 143.958 23.9605 143.958 22.7066C143.958 21.4528 143.729 20.3948 143.274 19.4544C142.818 18.514 142.166 17.7754 141.32 17.2406C140.474 16.7057 139.477 16.4373 138.33 16.4373C137.183 16.4373 136.22 16.7057 135.36 17.2406C134.5 17.7754 133.836 18.514 133.367 19.4544C132.898 20.3948 132.664 21.4782 132.664 22.7066C132.664 23.935 132.898 25.0576 133.367 25.998C133.836 26.9384 134.5 27.6691 135.36 28.1922C136.22 28.7153 137.211 28.9759 138.33 28.9759Z\" fill=\"#251246\"/>\\n<path d=\"M157.206 32.8942C155.695 32.8942 154.425 32.6258 153.395 32.0909C152.366 31.5561 151.617 30.843 151.148 29.9555C150.679 29.068 150.445 28.0884 150.445 27.0167C150.445 25.7629 150.763 24.6853 151.402 23.7841C152.041 22.8829 152.985 22.1776 154.236 21.6683C155.486 21.1589 157.036 20.9042 158.886 20.9042H163.888C163.888 19.86 163.732 18.9901 163.419 18.2985C163.107 17.6069 162.644 17.0976 162.032 16.7704C161.42 16.4432 160.658 16.2806 159.746 16.2806C158.677 16.2806 157.753 16.5353 156.971 17.0447C156.19 17.5541 155.707 18.3436 155.525 19.4152H150.914C151.045 17.9792 151.5 16.7449 152.282 15.7125C153.063 14.68 154.099 13.8904 155.388 13.3419C156.678 12.7933 158.144 12.519 159.785 12.519C161.635 12.519 163.224 12.8325 164.553 13.4594C165.881 14.0864 166.884 14.9934 167.562 16.1826C168.24 17.3719 168.578 18.802 168.578 20.4732V32.424H164.67L164.162 29.3285H164.006C163.64 29.93 163.21 30.4511 162.716 30.8958C162.222 31.3406 161.694 31.705 161.133 31.993C160.572 32.281 159.961 32.5023 159.296 32.6591C158.632 32.8158 157.934 32.8942 157.206 32.8942ZM158.652 29.1718C159.433 29.1718 160.123 29.0347 160.723 28.7604C161.323 28.4861 161.837 28.1001 162.266 27.6045C162.696 27.1088 163.034 26.5465 163.283 25.9196C163.531 25.2927 163.679 24.6266 163.732 23.9213V23.9605H159.394C158.456 23.9605 157.694 24.0721 157.108 24.2935C156.522 24.5149 156.092 24.8284 155.818 25.2339C155.545 25.6395 155.408 26.1018 155.408 26.6249C155.408 27.1735 155.539 27.6378 155.799 28.0159C156.059 28.394 156.43 28.682 156.913 28.8779C157.395 29.0738 157.974 29.1718 158.652 29.1718Z\" fill=\"#251246\"/>\\n<path d=\"M173.971 10.1288C173.111 10.1288 172.4 9.8604 171.841 9.32555C171.28 8.7907 171.001 8.11675 171.001 7.30763C171.001 6.4985 171.28 5.86373 171.841 5.32889C172.402 4.79404 173.111 4.52563 173.971 4.52563C174.831 4.52563 175.58 4.79404 176.14 5.32889C176.701 5.86373 176.981 6.53768 176.981 7.34681C176.981 8.15594 176.701 8.7907 176.14 9.32555C175.58 9.8604 174.857 10.1288 173.971 10.1288ZM171.626 32.4239V12.9892H176.355V32.4239H171.626Z\" fill=\"#251246\"/>\\n<path d=\"M188.118 32.8941C186.295 32.8941 184.698 32.4494 183.33 31.5619C181.963 30.6744 180.907 29.4597 180.165 27.9179C179.422 26.376 179.051 24.6402 179.051 22.7065C179.051 20.7729 179.428 18.9979 180.185 17.456C180.941 15.9142 182.015 14.7073 183.409 13.8316C184.802 12.9578 186.463 12.519 188.391 12.519C189.98 12.519 191.342 12.8324 192.475 13.4594C193.608 14.0863 194.488 14.8445 195.113 15.732V4.99585H199.842V32.4239H195.855L195.582 28.8975H195.426C194.931 29.7595 194.312 30.4844 193.569 31.0721C192.827 31.6599 192.006 32.1105 191.107 32.4239C190.208 32.7374 189.212 32.8941 188.118 32.8941ZM189.446 28.9758C190.619 28.9758 191.635 28.7074 192.495 28.1726C193.354 27.6377 194.013 26.8991 194.468 25.9587C194.923 25.0183 195.152 23.9349 195.152 22.7065C195.152 21.4782 194.923 20.3556 194.468 19.4152C194.013 18.4748 193.354 17.744 192.495 17.2209C191.635 16.6978 190.619 16.4373 189.446 16.4373C188.274 16.4373 187.336 16.6978 186.476 17.2209C185.617 17.744 184.958 18.4748 184.503 19.4152C184.048 20.3556 183.819 21.439 183.819 22.6674C183.819 23.8958 184.048 25.0125 184.503 25.9391C184.958 26.8658 185.617 27.6044 186.476 28.153C187.336 28.7015 188.327 28.9758 189.446 28.9758Z\" fill=\"#251246\"/>\\n<path d=\"M18.8325 0.55838C18.7328 0.552502 18.6332 0.548584 18.5316 0.548584C18.43 0.548584 18.3303 0.552502 18.2424 0.55838C13.3613 0.634786 8.77924 2.60177 5.34023 6.09885C1.89536 9.60181 0 14.2313 0 19.135C0 29.3794 8.31224 37.7156 18.5316 37.7156C28.7509 37.7156 37.0631 29.3814 37.0631 19.135C37.0631 14.2313 35.1678 9.60181 31.7249 6.10081C28.2839 2.60177 23.7038 0.634786 18.8325 0.55838ZM22.037 8.62811L22.1894 8.63986C23.5748 8.74762 24.6749 8.96704 25.3529 9.13357L25.7457 9.22957L25.6343 8.8397C25.1947 7.30177 24.6651 5.94212 24.0535 4.79406C28.0377 6.3457 31.2794 9.59397 32.8308 13.5867C31.082 12.6502 28.8154 11.8921 26.2439 11.3827L26.2381 11.3494L26.0759 11.3219C25.1712 11.1691 23.9089 10.9948 22.9984 10.8772L22.8303 10.8713C21.4117 10.7224 19.9658 10.648 18.5335 10.648C17.1013 10.648 15.7569 10.7185 14.3852 10.8557C15.5146 6.11844 17.3181 3.9575 18.5335 3.9575C19.6356 3.9575 21.0229 5.77755 21.9882 8.48509L22.039 8.62811H22.037ZM14.3833 27.3674C15.755 27.5065 17.1501 27.575 18.5316 27.575C18.981 27.575 19.4538 27.5672 19.9345 27.5515L20.1241 27.5456L20.1573 27.3576C20.3664 26.186 20.511 24.891 20.5637 24.3875L20.593 24.1171L20.3214 24.1289C19.7255 24.1544 19.1217 24.1661 18.5316 24.1661C16.8883 24.1661 15.286 24.0721 13.7678 23.8879C13.5841 22.3657 13.4903 20.7592 13.4903 19.1115C13.4903 17.4639 13.5841 15.8574 13.7678 14.3351C15.286 14.1509 16.8883 14.0569 18.5316 14.0569C20.1749 14.0569 21.7771 14.1509 23.2954 14.3351C23.4791 15.8574 23.5728 17.4639 23.5728 19.1115C23.5728 20.6005 23.4947 22.0737 23.3403 23.4941C23.2817 24.6539 22.9691 26.0645 22.715 27.0598L22.676 27.3654H22.6799C21.5524 32.1026 19.7469 34.2636 18.5316 34.2636C17.3162 34.2636 15.5127 32.1026 14.3833 27.3654V27.3674ZM24.0223 33.4877C24.966 31.7265 25.73 29.4401 26.242 26.8403C28.8252 26.329 31.0996 25.5649 32.8523 24.6246C31.3048 28.6584 28.0416 31.9322 24.0203 33.4877H24.0223ZM26.7657 23.2708C26.9044 21.8955 26.9728 20.4966 26.9728 19.1115C26.9728 17.7264 26.9024 16.3276 26.7657 14.9522C31.4904 16.0846 33.6456 17.8949 33.6456 19.1115C33.6456 20.3281 31.4904 22.1384 26.7657 23.2708ZM7.36847 15.8613L7.50134 15.8084L7.51502 15.6654C7.59708 14.819 7.74949 13.571 8.00351 12.4406L8.0934 12.0449L7.70651 12.1663C6.4032 12.5719 5.23667 13.0499 4.23428 13.5867C5.78574 9.59397 9.02935 6.3457 13.0116 4.79406C12.0815 6.54749 11.3292 8.81227 10.8231 11.3827L10.7684 11.3944L10.743 11.557C10.6179 12.3662 10.446 13.5554 10.3288 14.6447V14.6544C10.2936 14.9914 10.2623 15.3323 10.233 15.6712C10.2213 15.8476 10.2115 16.0141 10.2057 16.1689C10.2057 16.2257 10.1978 16.2845 10.1802 16.3805C10.1197 17.2934 10.0904 18.2142 10.0904 19.1154C10.0904 20.5005 10.1607 21.8994 10.2975 23.2747C5.57276 22.1423 3.41752 20.3321 3.41752 19.1154C3.41752 18.0908 4.96898 16.8134 7.36847 15.8652V15.8613ZM10.8231 26.8423C11.3351 29.4421 12.0991 31.7284 13.0428 33.4897C9.02154 31.9341 5.75839 28.6604 4.21279 24.6265C5.96551 25.5689 8.23994 26.331 10.8231 26.8423Z\" fill=\"#251246\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_9153_799\">\\n<rect width=\"199.842\" height=\"39.7119\" fill=\"white\" transform=\"translate(0 0.548584)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1118jaa\",\"data-framer-name\":\"Frame 427321417\",layoutDependency:layoutDependency,layoutId:\"lizTXd4fd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:\"Customer service - 8am to 8pm\"})}),className:\"framer-1ddoo42\",\"data-framer-name\":\"Customer service - 8am to 6pm\",fonts:[\"GF;PolySans Trial-regular\"],layoutDependency:layoutDependency,layoutId:\"Uo0rq_k4_\",style:{\"--extracted-r6o4lv\":\"rgb(37, 18, 70)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s0u48l\",\"data-framer-name\":\"Frame 427321415\",layoutDependency:layoutDependency,layoutId:\"xTW7MF9ae\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-33njsl\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"mqnanzP8b\",svg:'<svg width=\"14\" height=\"13\" viewBox=\"0 0 14 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14 0.495605H0V12.025H14V0.495605ZM12.6 3.37796L7 6.9809L1.4 3.37796V1.93678L7 5.53972L12.6 1.93678V3.37796Z\" fill=\"#251246\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:\"contact@revopaid.com\"})}),className:\"framer-14x0cog\",\"data-framer-name\":\"contact@revopaid.com\",fonts:[\"GF;PolySans Trial-regular\"],layoutDependency:layoutDependency,layoutId:\"oozzqw9b5\",style:{\"--extracted-r6o4lv\":\"rgb(37, 18, 70)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jvcr8g\",layoutDependency:layoutDependency,layoutId:\"OXvzywe1Y\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-125dxns\",\"data-framer-name\":\"Frame 427321414\",layoutDependency:layoutDependency,layoutId:\"WWk0LYN5B\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y2v073\",\"data-framer-name\":\"Frame 427321411\",layoutDependency:layoutDependency,layoutId:\"dVhwQIg2L\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YkUqghz9g\"},nodeId:\"Y6rkIqswo\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-9ab5f1 framer-1qrhmw4\",layoutDependency:layoutDependency,layoutId:\"Y6rkIqswo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:\"Users\"})}),className:\"framer-40rup4\",\"data-framer-name\":\"Users\",fonts:[\"GF;PolySans Trial-regular\"],layoutDependency:layoutDependency,layoutId:\"sYT8pqrH8\",style:{\"--extracted-r6o4lv\":\"rgb(37, 18, 70)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-h2xgxq\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:22,layoutDependency:layoutDependency,layoutId:\"j8v2Vkh33\",svg:'<svg width=\"22\" height=\"13\" viewBox=\"0 0 22 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6075 11.0772L10.7778 12.907L10.7675 12.8966L10.7571 12.907L8.92737 11.0772L8.93774 11.0669L0.236816 2.36591L2.06653 0.536194L10.7675 9.23714L19.4684 0.536194L21.2981 2.36591L12.5972 11.0669L12.6075 11.0772Z\" fill=\"#1C0F32\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z450KoNsa\"},nodeId:\"OESCpjp8Z\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ub6de1 framer-1qrhmw4\",layoutDependency:layoutDependency,layoutId:\"OESCpjp8Z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:\"Retailers\"})}),className:\"framer-1uk8ijm\",\"data-framer-name\":\"Users\",fonts:[\"GF;PolySans Trial-regular\"],layoutDependency:layoutDependency,layoutId:\"bIDtZa2Dl\",style:{\"--extracted-r6o4lv\":\"rgb(37, 18, 70)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ayuczh\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:22,layoutDependency:layoutDependency,layoutId:\"xVdrHDztw\",svg:'<svg width=\"22\" height=\"13\" viewBox=\"0 0 22 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6075 11.0772L10.7778 12.907L10.7675 12.8966L10.7571 12.907L8.92737 11.0772L8.93774 11.0669L0.236816 2.36591L2.06653 0.536194L10.7675 9.23714L19.4684 0.536194L21.2981 2.36591L12.5972 11.0669L12.6075 11.0772Z\" fill=\"#1C0F32\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gPK9O3dt3\"},nodeId:\"U7MoHNIwd\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ih13o8 framer-1qrhmw4\",layoutDependency:layoutDependency,layoutId:\"U7MoHNIwd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:\"About us\"})}),className:\"framer-zp53xu\",\"data-framer-name\":\"Users\",fonts:[\"GF;PolySans Trial-regular\"],layoutDependency:layoutDependency,layoutId:\"kPqqQ_pM_\",style:{\"--extracted-r6o4lv\":\"rgb(37, 18, 70)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1iwhko5\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:22,layoutDependency:layoutDependency,layoutId:\"WZBqBiwpJ\",svg:'<svg width=\"22\" height=\"13\" viewBox=\"0 0 22 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6075 11.0772L10.7778 12.907L10.7675 12.8966L10.7571 12.907L8.92737 11.0772L8.93774 11.0669L0.236816 2.36591L2.06653 0.536194L10.7675 9.23714L19.4684 0.536194L21.2981 2.36591L12.5972 11.0669L12.6075 11.0772Z\" fill=\"#1C0F32\"/>\\n</svg>\\n',withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q16p4p\",layoutDependency:layoutDependency,layoutId:\"oaYAgeDGV\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://t.me/revopaid_officiel\",nodeId:\"XDODHBMOZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1tgnwsk framer-1qrhmw4\",layoutDependency:layoutDependency,layoutId:\"XDODHBMOZ\",style:{backgroundColor:\"rgb(37, 18, 70)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1df5wm7\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"MmzhiTaWn\",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 21.457 2.455 C 21.221 2.251 20.89 2.194 20.599 2.308 L 1.599 9.743 C 1.046 9.959 0.702 10.513 0.755 11.105 C 0.807 11.696 1.245 12.181 1.827 12.294 L 6.75 13.261 L 6.75 18.75 C 6.748 19.362 7.12 19.913 7.687 20.14 C 8.255 20.372 8.906 20.233 9.329 19.791 L 11.703 17.329 L 15.469 20.625 C 15.74 20.866 16.091 20.999 16.454 21 C 16.613 21 16.771 20.975 16.923 20.926 C 17.426 20.766 17.807 20.351 17.923 19.836 L 21.728 3.281 C 21.798 2.977 21.694 2.659 21.457 2.455 Z M 15.726 5.83 L 7.327 11.845 L 2.677 10.933 Z M 8.25 18.75 L 8.25 14.299 L 10.574 16.337 Z M 16.456 19.5 L 8.705 12.703 L 19.861 4.707 Z\" fill=\"rgb(240, 238, 231)\"></path></svg>',svgContentId:10025508041,withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-u49j7r\",layoutDependency:layoutDependency,layoutId:\"bDtWsFOIi\",style:{backgroundColor:\"rgb(37, 18, 70)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/revopaid/\",nodeId:\"IVRF84vHA\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-jf0cf8 framer-1qrhmw4\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IVRF84vHA\",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 20.25 2.25 L 3.75 2.25 C 2.922 2.25 2.25 2.922 2.25 3.75 L 2.25 20.25 C 2.25 21.078 2.922 21.75 3.75 21.75 L 20.25 21.75 C 21.078 21.75 21.75 21.078 21.75 20.25 L 21.75 3.75 C 21.75 2.922 21.078 2.25 20.25 2.25 Z M 20.25 20.25 L 3.75 20.25 L 3.75 3.75 L 20.25 3.75 Z M 9 10.5 L 9 16.5 C 9 16.914 8.664 17.25 8.25 17.25 C 7.836 17.25 7.5 16.914 7.5 16.5 L 7.5 10.5 C 7.5 10.086 7.836 9.75 8.25 9.75 C 8.664 9.75 9 10.086 9 10.5 Z M 17.25 13.125 L 17.25 16.5 C 17.25 16.914 16.914 17.25 16.5 17.25 C 16.086 17.25 15.75 16.914 15.75 16.5 L 15.75 13.125 C 15.75 12.089 14.911 11.25 13.875 11.25 C 12.839 11.25 12 12.089 12 13.125 L 12 16.5 C 12 16.914 11.664 17.25 11.25 17.25 C 10.836 17.25 10.5 16.914 10.5 16.5 L 10.5 10.5 C 10.502 10.12 10.788 9.801 11.166 9.759 C 11.544 9.716 11.894 9.963 11.98 10.333 C 13.014 9.632 14.351 9.559 15.455 10.144 C 16.559 10.729 17.25 11.876 17.25 13.125 Z M 9.375 7.875 C 9.375 8.496 8.871 9 8.25 9 C 7.629 9 7.125 8.496 7.125 7.875 C 7.125 7.254 7.629 6.75 8.25 6.75 C 8.871 6.75 9.375 7.254 9.375 7.875 Z\" fill=\"rgb(240,238,231)\"></path></svg>',svgContentId:12474698578,withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jeq7dn\",layoutDependency:layoutDependency,layoutId:\"zC7C8b7xb\",style:{backgroundColor:\"rgb(37, 18, 70)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/profile.php?id=61560475853552\",nodeId:\"LpZS6S9do\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1adhfjo framer-1qrhmw4\",\"data-framer-name\":\"Icon\",fill:\"rgb(240, 238, 231)\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"LpZS6S9do\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24Zm8 191.63V152h24a8 8 0 0 0 0-16h-24v-24a16 16 0 0 1 16-16h16a8 8 0 0 0 0-16h-16a32 32 0 0 0-32 32v24H96a8 8 0 0 0 0 16h24v63.63a88 88 0 1 1 16 0Z\"/></svg>',withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v0xb80\",layoutDependency:layoutDependency,layoutId:\"h9J1e0zE9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rlmy1x-container\",layoutDependency:layoutDependency,layoutId:\"U9TPdKiK7-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(28, 14, 50)\",size:12,type:\"default\"},font:{fontFamily:'\"PolySans Trial Neutral\", \"PolySans Trial Neutral Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(28, 14, 50)\",size:18,type:\"default\"},id:\"U9TPdKiK7\",layoutId:\"U9TPdKiK7\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:4,title:true},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,radius:46,radiusBottomLeft:46,radiusBottomRight:46,radiusPerConrner:false,radiusTopLeft:46,radiusTopRight:46,style:{width:\"100%\"},textColor:\"rgb(28, 14, 50)\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lu7ndn\",layoutDependency:layoutDependency,layoutId:\"HcV_WP9aG\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o29136\",\"data-framer-name\":\"Frame 427321394\",layoutDependency:layoutDependency,layoutId:\"AnZ7ysl3Y\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/games?hl=en\",nodeId:\"gHhXfk2DE\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+112+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||309)-154-154.75)/2+0+0)+0+0+8.375+0+34+0+0+0),positionX:\"center\",positionY:\"center\",sizes:\"135.7228px\",src:\"https://framerusercontent.com/images/YrDl1eDyUCxEhfei5wQfGsEUnw.png\",srcSet:\"https://framerusercontent.com/images/YrDl1eDyUCxEhfei5wQfGsEUnw.png?scale-down-to=512 512w,https://framerusercontent.com/images/YrDl1eDyUCxEhfei5wQfGsEUnw.png 544w\"},className:\"framer-uf5v1b framer-1qrhmw4\",\"data-framer-name\":\"Link \u2192 Picture \u2192 google_play-e17c1a775a6dc2efc89498106ab267f8a71e79d57aacdf625cbb3fc5ffdfd8a7.png\",layoutDependency:layoutDependency,layoutId:\"gHhXfk2DE\",...addPropertyOverrides({GA4FR4Hnz:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+112+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||664)-154-498.75)/2+0+0)+0+0+0+354.75+0+40+0+0+0),positionX:\"center\",positionY:\"center\",sizes:\"135.7228px\",src:\"https://framerusercontent.com/images/YrDl1eDyUCxEhfei5wQfGsEUnw.png\",srcSet:\"https://framerusercontent.com/images/YrDl1eDyUCxEhfei5wQfGsEUnw.png?scale-down-to=512 512w,https://framerusercontent.com/images/YrDl1eDyUCxEhfei5wQfGsEUnw.png 544w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.apple.com/app-store/\",nodeId:\"uaKrHlXsK\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+112+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||309)-154-154.75)/2+0+0)+0+0+8.375+0+34+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xOZ49yUISJRA3Wf1jqzYu4efI.png\"},className:\"framer-jzmc5i framer-1qrhmw4\",\"data-framer-name\":\"Link \u2192 Picture \u2192 app_store-f468d62ee6bae0eba6cc0e812c81c61699b6e2e3b4c5b6979cc2005a2503b7d8.png\",layoutDependency:layoutDependency,layoutId:\"uaKrHlXsK\",...addPropertyOverrides({GA4FR4Hnz:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+112+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||664)-154-498.75)/2+0+0)+0+0+0+354.75+0+40+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xOZ49yUISJRA3Wf1jqzYu4efI.png\"}}},baseVariant,gestureVariant)})})]})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gbc6r6\",\"data-framer-name\":\"Frame 427321405\",layoutDependency:layoutDependency,layoutId:\"qBvR9zsIW\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7oi0pz\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"Wur61vVjb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 18, 70))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TxJGe7ri7\"},nodeId:\"loiwKEq1O\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jhaomq\",\"data-styles-preset\":\"W9XGo9TBW\",children:\"Legal notices\"})})})}),className:\"framer-h0tadr\",\"data-framer-name\":\"Cookies\",fonts:[\"GF;PolySans Trial-regular\"],layoutDependency:layoutDependency,layoutId:\"loiwKEq1O\",style:{\"--extracted-r6o4lv\":\"rgb(37, 18, 70)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Pn7SY.framer-1qrhmw4, .framer-Pn7SY .framer-1qrhmw4 { display: block; }\",\".framer-Pn7SY.framer-l71z25 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 112px 24px 42px 24px; position: relative; width: 1440px; }\",\".framer-Pn7SY .framer-jktn0f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 992px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pn7SY .framer-1tuhxej { 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-Pn7SY .framer-1gylyab { 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: hidden; padding: 0px; position: relative; width: 267px; }\",\".framer-Pn7SY .framer-1pmw60f { aspect-ratio: 4.878048780487805 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); position: relative; width: 150px; }\",\".framer-Pn7SY .framer-1118jaa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Pn7SY .framer-1ddoo42 { flex: none; height: 20px; position: relative; white-space: pre; width: auto; }\",\".framer-Pn7SY .framer-s0u48l { 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; width: 191px; }\",\".framer-Pn7SY .framer-33njsl { flex: none; height: 13px; position: relative; width: 14px; }\",\".framer-Pn7SY .framer-14x0cog { flex: none; height: 20px; position: relative; white-space: pre-wrap; width: 243px; word-break: break-word; word-wrap: break-word; }\",\".framer-Pn7SY .framer-jvcr8g { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Pn7SY .framer-125dxns { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Pn7SY .framer-y2v073 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Pn7SY .framer-9ab5f1, .framer-Pn7SY .framer-1ub6de1, .framer-Pn7SY .framer-1ih13o8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Pn7SY .framer-40rup4, .framer-Pn7SY .framer-1uk8ijm { flex: none; height: 24px; position: relative; white-space: pre; width: auto; }\",\".framer-Pn7SY .framer-h2xgxq, .framer-Pn7SY .framer-1ayuczh, .framer-Pn7SY .framer-1iwhko5 { flex: none; height: 6px; position: relative; width: 11px; }\",\".framer-Pn7SY .framer-zp53xu { flex: none; height: 24px; position: relative; white-space: pre-wrap; width: 68px; word-break: break-word; word-wrap: break-word; }\",\".framer-Pn7SY .framer-1q16p4p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Pn7SY .framer-1tgnwsk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 6px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Pn7SY .framer-1df5wm7 { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-Pn7SY .framer-u49j7r, .framer-Pn7SY .framer-1jeq7dn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Pn7SY .framer-jf0cf8 { flex: none; height: 24px; position: relative; text-decoration: none; width: 24px; }\",\".framer-Pn7SY .framer-1adhfjo { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; text-decoration: none; width: 24px; }\",\".framer-Pn7SY .framer-1v0xb80 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 267px; }\",\".framer-Pn7SY .framer-1rlmy1x-container { flex: none; height: auto; position: relative; width: 113px; }\",\".framer-Pn7SY .framer-1lu7ndn { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Pn7SY .framer-o29136 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Pn7SY .framer-uf5v1b { flex: none; height: 40px; overflow: hidden; position: relative; text-decoration: none; width: 136px; }\",\".framer-Pn7SY .framer-jzmc5i { flex: none; height: 40px; overflow: hidden; position: relative; text-decoration: none; width: 118px; }\",\".framer-Pn7SY .framer-gbc6r6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pn7SY .framer-7oi0pz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 32px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pn7SY .framer-h0tadr { flex: none; height: 32px; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pn7SY.framer-l71z25, .framer-Pn7SY .framer-jktn0f, .framer-Pn7SY .framer-1gylyab, .framer-Pn7SY .framer-1118jaa, .framer-Pn7SY .framer-s0u48l, .framer-Pn7SY .framer-jvcr8g, .framer-Pn7SY .framer-125dxns, .framer-Pn7SY .framer-y2v073, .framer-Pn7SY .framer-9ab5f1, .framer-Pn7SY .framer-1ub6de1, .framer-Pn7SY .framer-1ih13o8, .framer-Pn7SY .framer-1q16p4p, .framer-Pn7SY .framer-1tgnwsk, .framer-Pn7SY .framer-u49j7r, .framer-Pn7SY .framer-1jeq7dn, .framer-Pn7SY .framer-1v0xb80, .framer-Pn7SY .framer-1lu7ndn, .framer-Pn7SY .framer-o29136, .framer-Pn7SY .framer-gbc6r6, .framer-Pn7SY .framer-7oi0pz { gap: 0px; } .framer-Pn7SY.framer-l71z25 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Pn7SY.framer-l71z25 > :first-child, .framer-Pn7SY .framer-jktn0f > :first-child, .framer-Pn7SY .framer-1gylyab > :first-child, .framer-Pn7SY .framer-1118jaa > :first-child, .framer-Pn7SY .framer-jvcr8g > :first-child, .framer-Pn7SY .framer-125dxns > :first-child, .framer-Pn7SY .framer-1v0xb80 > :first-child, .framer-Pn7SY .framer-1lu7ndn > :first-child, .framer-Pn7SY .framer-gbc6r6 > :first-child { margin-top: 0px; } .framer-Pn7SY.framer-l71z25 > :last-child, .framer-Pn7SY .framer-jktn0f > :last-child, .framer-Pn7SY .framer-1gylyab > :last-child, .framer-Pn7SY .framer-1118jaa > :last-child, .framer-Pn7SY .framer-jvcr8g > :last-child, .framer-Pn7SY .framer-125dxns > :last-child, .framer-Pn7SY .framer-1v0xb80 > :last-child, .framer-Pn7SY .framer-1lu7ndn > :last-child, .framer-Pn7SY .framer-gbc6r6 > :last-child { margin-bottom: 0px; } .framer-Pn7SY .framer-jktn0f > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Pn7SY .framer-1gylyab > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Pn7SY .framer-1118jaa > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Pn7SY .framer-s0u48l > *, .framer-Pn7SY .framer-9ab5f1 > *, .framer-Pn7SY .framer-1ub6de1 > *, .framer-Pn7SY .framer-1ih13o8 > *, .framer-Pn7SY .framer-1q16p4p > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Pn7SY .framer-s0u48l > :first-child, .framer-Pn7SY .framer-y2v073 > :first-child, .framer-Pn7SY .framer-9ab5f1 > :first-child, .framer-Pn7SY .framer-1ub6de1 > :first-child, .framer-Pn7SY .framer-1ih13o8 > :first-child, .framer-Pn7SY .framer-1q16p4p > :first-child, .framer-Pn7SY .framer-1tgnwsk > :first-child, .framer-Pn7SY .framer-u49j7r > :first-child, .framer-Pn7SY .framer-1jeq7dn > :first-child, .framer-Pn7SY .framer-o29136 > :first-child, .framer-Pn7SY .framer-7oi0pz > :first-child { margin-left: 0px; } .framer-Pn7SY .framer-s0u48l > :last-child, .framer-Pn7SY .framer-y2v073 > :last-child, .framer-Pn7SY .framer-9ab5f1 > :last-child, .framer-Pn7SY .framer-1ub6de1 > :last-child, .framer-Pn7SY .framer-1ih13o8 > :last-child, .framer-Pn7SY .framer-1q16p4p > :last-child, .framer-Pn7SY .framer-1tgnwsk > :last-child, .framer-Pn7SY .framer-u49j7r > :last-child, .framer-Pn7SY .framer-1jeq7dn > :last-child, .framer-Pn7SY .framer-o29136 > :last-child, .framer-Pn7SY .framer-7oi0pz > :last-child { margin-right: 0px; } .framer-Pn7SY .framer-jvcr8g > *, .framer-Pn7SY .framer-125dxns > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Pn7SY .framer-y2v073 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Pn7SY .framer-1tgnwsk > *, .framer-Pn7SY .framer-u49j7r > *, .framer-Pn7SY .framer-1jeq7dn > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-Pn7SY .framer-1v0xb80 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Pn7SY .framer-1lu7ndn > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-Pn7SY .framer-o29136 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-Pn7SY .framer-gbc6r6 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Pn7SY .framer-7oi0pz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-Pn7SY.framer-v-luefsn.framer-l71z25 { width: 744px; }\",\".framer-Pn7SY.framer-v-luefsn .framer-1tuhxej { flex-direction: column; gap: 42px; justify-content: flex-start; }\",\".framer-Pn7SY.framer-v-luefsn .framer-1gylyab, .framer-Pn7SY.framer-v-luefsn .framer-1118jaa { align-content: center; align-items: center; }\",\".framer-Pn7SY.framer-v-luefsn .framer-14x0cog { flex: 1 0 0px; width: 1px; }\",\".framer-Pn7SY.framer-v-luefsn .framer-jvcr8g { flex: none; width: 100%; }\",\".framer-Pn7SY.framer-v-luefsn .framer-y2v073 { flex-direction: column; }\",\".framer-Pn7SY.framer-v-luefsn .framer-1v0xb80 { align-content: center; align-items: center; gap: 6px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pn7SY.framer-v-luefsn .framer-1tuhxej, .framer-Pn7SY.framer-v-luefsn .framer-y2v073, .framer-Pn7SY.framer-v-luefsn .framer-1v0xb80 { gap: 0px; } .framer-Pn7SY.framer-v-luefsn .framer-1tuhxej > * { margin: 0px; margin-bottom: calc(42px / 2); margin-top: calc(42px / 2); } .framer-Pn7SY.framer-v-luefsn .framer-1tuhxej > :first-child, .framer-Pn7SY.framer-v-luefsn .framer-y2v073 > :first-child, .framer-Pn7SY.framer-v-luefsn .framer-1v0xb80 > :first-child { margin-top: 0px; } .framer-Pn7SY.framer-v-luefsn .framer-1tuhxej > :last-child, .framer-Pn7SY.framer-v-luefsn .framer-y2v073 > :last-child, .framer-Pn7SY.framer-v-luefsn .framer-1v0xb80 > :last-child { margin-bottom: 0px; } .framer-Pn7SY.framer-v-luefsn .framer-y2v073 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Pn7SY.framer-v-luefsn .framer-1v0xb80 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 309\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GA4FR4Hnz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEutL44SSj=withCSS(Component,css,\"framer-Pn7SY\");export default FramerEutL44SSj;FramerEutL44SSj.displayName=\"Footer\";FramerEutL44SSj.defaultProps={height:309,width:1440};addPropertyControls(FramerEutL44SSj,{variant:{options:[\"W0qlZVNgo\",\"GA4FR4Hnz\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerEutL44SSj,[{explicitInter:true,fonts:[]},...LocaleSelectorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEutL44SSj\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"309\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GA4FR4Hnz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BvbHlTYW5zIE5ldXRyYWw=\",\"--framer-font-family\":'\"PolySans Neutral\", \"PolySans Neutral Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 15, 50))\"},children:\"Prochainement\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BvbHlTYW5zIE5ldXRyYWw=\",\"--framer-font-family\":'\"PolySans Neutral\", \"PolySans Neutral Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Prochainement\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4991a04)\nimport*as localizedValues from\"./kaCkieJt9-0.js\";const valuesByLocaleId={a_7vbMir5: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 (4991a04)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/512OyuI5ed9xPQn29nFp/kbRKJAUKdjVQeUQbOviM/kaCkieJt9.js\";const enabledGestures={LCUDVuLUR:{hover:true},TfsAFrOkP:{hover:true}};const cycleOrder=[\"LCUDVuLUR\",\"TfsAFrOkP\"];const serializationHash=\"framer-dVlWS\";const variantClassNames={LCUDVuLUR:\"framer-v-1es0yse\",TfsAFrOkP:\"framer-v-1h1n3j8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"LCUDVuLUR\",\"Variant 2\":\"TfsAFrOkP\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"LCUDVuLUR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LCUDVuLUR\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/games?hl=en\",nodeId:\"LCUDVuLUR\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1es0yse\",className,classNames)} framer-9spvs9`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"LCUDVuLUR\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(190, 118, 255)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,...style},variants:{\"LCUDVuLUR-hover\":{backgroundColor:\"rgb(28, 14, 50)\"},\"TfsAFrOkP-hover\":{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgb(250, 250, 250)\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"LCUDVuLUR-hover\":{\"data-framer-name\":undefined},\"TfsAFrOkP-hover\":{\"data-border\":true,\"data-framer-name\":undefined},TfsAFrOkP:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BvbHlTYW5zIE5ldXRyYWw=\",\"--framer-font-family\":'\"PolySans Neutral\", \"PolySans Neutral Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 15, 50))\"},children:\"Soon\"})}),className:\"framer-1k72t29\",\"data-framer-name\":\"Download the app\",fonts:[\"CUSTOM;PolySans Neutral\"],layoutDependency:layoutDependency,layoutId:\"Bfq57lDaF\",style:{\"--extracted-r6o4lv\":\"rgb(28, 15, 50)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"LCUDVuLUR-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"TfsAFrOkP-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"LCUDVuLUR-hover\":{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BvbHlTYW5zIE5ldXRyYWw=\",\"--framer-font-family\":'\"PolySans Neutral\", \"PolySans Neutral Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Soon\"})})},\"TfsAFrOkP-hover\":{children:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BvbHlTYW5zIE5ldXRyYWw=\",\"--framer-font-family\":'\"PolySans Neutral\", \"PolySans Neutral Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Soon\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dVlWS.framer-9spvs9, .framer-dVlWS .framer-9spvs9 { display: block; }\",\".framer-dVlWS.framer-1es0yse { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 24px 10px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-dVlWS .framer-1k72t29 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dVlWS.framer-1es0yse { gap: 0px; } .framer-dVlWS.framer-1es0yse > * { margin: 0px; margin-left: calc(10.000000953674316px / 2); margin-right: calc(10.000000953674316px / 2); } .framer-dVlWS.framer-1es0yse > :first-child { margin-left: 0px; } .framer-dVlWS.framer-1es0yse > :last-child { margin-right: 0px; } }\",'.framer-dVlWS[data-border=\"true\"]::after, .framer-dVlWS [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 42\n * @framerIntrinsicWidth 85\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"TfsAFrOkP\":{\"layout\":[\"auto\",\"auto\"]},\"RHYqopaEB\":{\"layout\":[\"auto\",\"auto\"]},\"PWqBesUba\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkaCkieJt9=withCSS(Component,css,\"framer-dVlWS\");export default FramerkaCkieJt9;FramerkaCkieJt9.displayName=\"Download\";FramerkaCkieJt9.defaultProps={height:42,width:85};addPropertyControls(FramerkaCkieJt9,{variant:{options:[\"LCUDVuLUR\",\"TfsAFrOkP\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerkaCkieJt9,[{explicitInter:true,fonts:[{family:\"PolySans Neutral\",source:\"custom\",url:\"https://framerusercontent.com/assets/K92yWVcoSj4dkAF1w1yDCv6MwEs.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkaCkieJt9\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TfsAFrOkP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RHYqopaEB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PWqBesUba\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"85\",\"framerIntrinsicHeight\":\"42\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BvbHlTYW5zIE5ldXRyYWw=\",\"--framer-font-family\":'\"PolySans Neutral\", \"PolySans Neutral Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 15, 50))\"},children:\"Prochainement\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport*as localizedValues from\"./oj08DHyKs-0.js\";const valuesByLocaleId={a_7vbMir5: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 (ff86393)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/785rArrCBCa3XKbT9HHe/2MRQ7XRHqwj6Eb3d0yai/oj08DHyKs.js\";const enabledGestures={\"I9057:1587;9057:1584\":{hover:true}};const serializationHash=\"framer-efQbQ\";const variantClassNames={\"I9057:1587;9057:1584\":\"framer-v-ncfymc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"I9057:1587;9057:1584\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaptwtlqn=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"I9057:1587;9057:1584\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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:\"https://play.google.com/store/games?hl=en\",nodeId:\"I9057:1587;9057:1584\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-ncfymc\",className,classNames)} framer-xxjn96`,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"I9057:1587;9057:1584\",onTap:onTaptwtlqn,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(190, 118, 255)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,...style},variants:{\"I9057:1587;9057:1584-hover\":{backgroundColor:\"rgb(28, 14, 50)\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BvbHlTYW5zIE5ldXRyYWw=\",\"--framer-font-family\":'\"PolySans Neutral\", \"PolySans Neutral Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 15, 50))\"},children:\"SOON\"})}),className:\"framer-1ps1z0f\",\"data-framer-name\":\"Download the app\",fonts:[\"CUSTOM;PolySans Neutral\"],layoutDependency:layoutDependency,layoutId:\"OdvDSCqox\",style:{\"--extracted-r6o4lv\":\"rgb(28, 15, 50)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-efQbQ.framer-xxjn96, .framer-efQbQ .framer-xxjn96 { display: block; }\",\".framer-efQbQ.framer-ncfymc { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 51px; height: min-content; justify-content: center; overflow: visible; padding: 10px 24px 10px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-efQbQ .framer-1ps1z0f { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-efQbQ.framer-ncfymc { gap: 0px; } .framer-efQbQ.framer-ncfymc > * { margin: 0px; margin-left: calc(51px / 2); margin-right: calc(51px / 2); } .framer-efQbQ.framer-ncfymc > :first-child { margin-left: 0px; } .framer-efQbQ.framer-ncfymc > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 93\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"oiuCpeMPX\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameroj08DHyKs=withCSS(Component,css,\"framer-efQbQ\");export default Frameroj08DHyKs;Frameroj08DHyKs.displayName=\"Frame 40169\";Frameroj08DHyKs.defaultProps={height:42,width:93};addFonts(Frameroj08DHyKs,[{explicitInter:true,fonts:[{family:\"PolySans Neutral\",source:\"custom\",url:\"https://framerusercontent.com/assets/K92yWVcoSj4dkAF1w1yDCv6MwEs.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameroj08DHyKs\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oiuCpeMPX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"93\",\"framerIntrinsicHeight\":\"42\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4991a04)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-nq5vB .framer-styles-preset-1rpjvak:not(.rich-text-wrapper), .framer-nq5vB .framer-styles-preset-1rpjvak.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #be76ff; --framer-link-hover-text-decoration: none; --framer-link-text-color: #000000; --framer-link-text-decoration: none; }\"];export const className=\"framer-nq5vB\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 15, 50))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YkUqghz9g\"},nodeId:\"UAFHA_kia\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rpjvak\",\"data-styles-preset\":\"MlNueZ5tw\",children:\"Utilisateurs\"})})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 15, 50))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z450KoNsa\"},nodeId:\"P0k9sm29r\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jhaomq\",\"data-styles-preset\":\"W9XGo9TBW\",children:\"Commer\\xe7ants\"})})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 15, 50))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gPK9O3dt3\"},nodeId:\"UsQJQ2AAS\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jhaomq\",\"data-styles-preset\":\"W9XGo9TBW\",children:\"\\xc0 propos\"})})})});\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (68888f7)\nimport*as localizedValues from\"./ucxvkw6Pt-0.js\";const valuesByLocaleId={a_7vbMir5: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 (3f65431)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./CKT9qGj3H-0.js\";const cycleOrder=[\"gmtqeZZu0\",\"hTeW5oePM\"];const serializationHash=\"framer-wzZVb\";const variantClassNames={gmtqeZZu0:\"framer-v-18ad1fh\",hTeW5oePM:\"framer-v-ppu9oh\"};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 valuesByLocaleId={a_7vbMir5:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"gmtqeZZu0\",\"Variant 2\":\"hTeW5oePM\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"gmtqeZZu0\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gmtqeZZu0\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1q9okd7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"hTeW5oePM\");});const onTap15lxmf1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"gmtqeZZu0\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"hTeW5oePM\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"hTeW5oePM\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-18ad1fh\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"gmtqeZZu0\",onTap:onTap1q9okd7,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({hTeW5oePM:{\"data-framer-name\":\"Variant 2\",onTap:onTap15lxmf1}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1omlmkr\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:26,layoutDependency:layoutDependency,layoutId:\"JohJqwXL9yLLcPeUqn\",svg:'<svg width=\"26\" height=\"20\" viewBox=\"0 0 26 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.7915 2.63314V0.0455322L0.236816 0.0455333V2.63314L25.7915 2.63314ZM0.236816 8.63314V11.2207L25.7915 11.2207V8.63314L0.236816 8.63314ZM25.7915 17.2208V19.8084L0.236816 19.8084V17.2208L25.7915 17.2208Z\" fill=\"#1C0F32\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-38oseg\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"NnK9hy0YQ\",svg:'<svg width=\"20\" height=\"21\" viewBox=\"0 0 20 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.0507812 2.28198L1.88049 0.452271L10.0143 8.586L18.1479 0.452271L19.9777 2.28198L11.8439 10.4157L19.8844 18.4562L18.0547 20.2859L10.0143 12.2454L1.97375 20.2859L0.144043 18.4562L8.18445 10.4157L0.0507812 2.28198Z\" fill=\"#1C0F32\"/>\\n</svg>\\n',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wzZVb.framer-12msrz1, .framer-wzZVb .framer-12msrz1 { display: block; }\",\".framer-wzZVb.framer-18ad1fh { cursor: pointer; height: 16px; overflow: visible; position: relative; width: 20px; }\",\".framer-wzZVb .framer-1omlmkr { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-wzZVb .framer-38oseg { bottom: -1px; flex: none; left: calc(45.00000000000002% - 17px / 2); position: absolute; top: 0px; width: 17px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16\n * @framerIntrinsicWidth 20\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hTeW5oePM\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCKT9qGj3H=withCSS(Component,css,\"framer-wzZVb\");export default FramerCKT9qGj3H;FramerCKT9qGj3H.displayName=\"Cross\";FramerCKT9qGj3H.defaultProps={height:16,width:20};addPropertyControls(FramerCKT9qGj3H,{variant:{options:[\"gmtqeZZu0\",\"hTeW5oePM\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerCKT9qGj3H,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCKT9qGj3H\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"16\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"20\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hTeW5oePM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CKT9qGj3H.map", "// Generated by Framer (68888f7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/pP03iMCJJBagTsHTg4lY/YwZzFtyrQIWlIDZqyzUu/MlNueZ5tw.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qfx5Q5r9vXCNvv8V2a1s/StAixIwPuKxDAjhOo77s/W9XGo9TBW.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/G2V0GGFPGQHSLkyzakKU/YWBVI70cpwjL5MVVCuLC/ucxvkw6Pt.js\";import Cross from\"https://framerusercontent.com/modules/xPtW8lRM6yeAhsuijPlz/1sojgGOv7wQLz5mzvFQF/CKT9qGj3H.js\";import Frame40169 from\"https://framerusercontent.com/modules/tZvOoSNj6cTYzZ4pr3f1/wca2RCHTU88MZyDBfYoS/oj08DHyKs.js\";const LocaleSelectorFonts=getFonts(LocaleSelector);const CrossFonts=getFonts(Cross);const Frame40169Fonts=getFonts(Frame40169);const cycleOrder=[\"JohJqwXL9\",\"i1zNnVbs_\"];const serializationHash=\"framer-yrj1B\";const variantClassNames={i1zNnVbs_:\"framer-v-ohgmte\",JohJqwXL9:\"framer-v-hnt5qy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"JohJqwXL9\",\"Variant 2\":\"i1zNnVbs_\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,mVoxsc4IR:click!==null&&click!==void 0?click:props.mVoxsc4IR,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"JohJqwXL9\"};};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,mVoxsc4IR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JohJqwXL9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap926cxt=activeVariantCallback(async(...args)=>{setVariant(\"i1zNnVbs_\");});const onTapm7h1ey=activeVariantCallback(async(...args)=>{if(mVoxsc4IR){const res=await mVoxsc4IR(...args);if(res===false)return false;}setVariant(\"i1zNnVbs_\");});const onTap131ank4=activeVariantCallback(async(...args)=>{setVariant(\"JohJqwXL9\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"i1zNnVbs_\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"i1zNnVbs_\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-hnt5qy\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"JohJqwXL9\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},variants:{i1zNnVbs_:{backgroundColor:\"rgb(240, 238, 231)\"}},...addPropertyOverrides({i1zNnVbs_:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hxhii7\",layoutDependency:layoutDependency,layoutId:\"JohJqwXL9u6ChCwwDK\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xsyy4z\",\"data-framer-name\":\"Frame 1000001702\",layoutDependency:layoutDependency,layoutId:\"JohJqwXL9JcJFP6u9s\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"JohJqwXL9yiKlBaDyt\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1qyqn3a framer-yqikj5\",\"data-framer-name\":\"Calque_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:140,layoutDependency:layoutDependency,layoutId:\"JohJqwXL9yiKlBaDyt\",svg:'<svg width=\"140\" height=\"28\" viewBox=\"0 0 140 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_9143_607)\">\\n<path d=\"M32.0508 22.398V3.23376H38.9499C40.4652 3.23376 41.7191 3.49385 42.7143 4.01402C43.7095 4.53419 44.4487 5.22821 44.9319 6.09471C45.4151 6.9612 45.6574 7.94268 45.6574 9.03778C45.6574 10.0603 45.4206 11.009 44.9456 11.885C44.4706 12.7611 43.7314 13.4633 42.728 13.9931C41.7246 14.5229 40.4379 14.787 38.8678 14.787H35.3361V22.398H32.0508ZM35.3361 12.3505H38.7309C39.9355 12.3505 40.8252 12.0534 41.4002 11.4607C41.9751 10.868 42.2626 10.0877 42.2626 9.11991C42.2626 8.15212 41.9847 7.41293 41.4276 6.84759C40.8704 6.28224 39.9629 5.99889 38.7035 5.99889H35.3361V12.3505ZM42.0435 22.398L38.0191 13.9383H41.6055L45.8216 22.398H42.0435Z\" fill=\"#251246\"/>\\n<path d=\"M53.2409 22.7266C51.872 22.7266 50.6633 22.4295 49.6134 21.8368C48.5635 21.2441 47.7421 20.4173 47.1494 19.3591C46.5567 18.301 46.2596 17.0772 46.2596 15.6906C46.2596 14.3039 46.5512 13.0213 47.1357 11.9535C47.7202 10.8858 48.5361 10.0412 49.586 9.42113C50.6359 8.80103 51.8624 8.4903 53.2683 8.4903C54.6002 8.4903 55.7733 8.78734 56.7863 9.38006C57.7992 9.97278 58.5836 10.7626 59.1407 11.7482C59.6979 12.7338 59.9757 13.8467 59.9757 15.0883V15.7043C59.9757 15.9329 59.9579 16.1656 59.921 16.4024H48.6415V14.2669H56.6631C56.5905 13.2813 56.2387 12.5052 55.609 11.9399C54.9794 11.3745 54.1991 11.0912 53.2683 11.0912C52.5934 11.0912 51.9678 11.2417 51.3929 11.5429C50.818 11.844 50.3567 12.2958 50.0104 12.8981C49.664 13.5004 49.4902 14.2765 49.4902 15.2251V16.0191C49.4902 16.8774 49.6544 17.6029 49.983 18.1956C50.3115 18.7883 50.7632 19.2455 51.3382 19.5645C51.9131 19.8834 52.5387 20.0436 53.2135 20.0436C53.9623 20.0436 54.592 19.8697 55.1026 19.5234C55.6131 19.1771 55.9964 18.7199 56.2524 18.1545H59.5925C59.3365 19.0306 58.9176 19.8109 58.3331 20.4953C57.7486 21.1797 57.0231 21.7232 56.1566 22.1243C55.2901 22.5253 54.3182 22.7266 53.2409 22.7266Z\" fill=\"#251246\"/>\\n<path d=\"M64.6299 22.398L60.1127 8.81879H63.5896L66.9844 20.1257H67.1213L70.5435 8.81879H73.9657L69.4484 22.398H64.6299Z\" fill=\"#251246\"/>\\n<path d=\"M81.1111 22.7266C79.8148 22.7266 78.6431 22.4295 77.5932 21.8368C76.5432 21.2441 75.7178 20.4091 75.1155 19.3318C74.5132 18.2545 74.212 17.0143 74.212 15.6084C74.212 14.2026 74.5173 12.9624 75.1292 11.8851C75.7411 10.8078 76.5706 9.97278 77.6205 9.38006C78.6704 8.78734 79.8518 8.4903 81.1659 8.4903C82.48 8.4903 83.6299 8.78734 84.6702 9.38006C85.7106 9.97278 86.536 10.8078 87.1479 11.8851C87.7598 12.9624 88.065 14.2026 88.065 15.6084C88.065 17.0143 87.7598 18.2545 87.1479 19.3318C86.536 20.4091 85.7065 21.2441 84.6565 21.8368C83.6066 22.4295 82.4253 22.7266 81.1111 22.7266ZM81.1111 19.9888C81.7682 19.9888 82.3609 19.8287 82.8907 19.5097C83.4204 19.1908 83.853 18.7021 84.1911 18.045C84.5292 17.388 84.6976 16.5762 84.6976 15.6084C84.6976 14.6406 84.5333 13.8056 84.2048 13.1581C83.8763 12.5107 83.4423 12.0261 82.9044 11.7071C82.3664 11.3882 81.786 11.228 81.1659 11.228C80.5458 11.228 79.938 11.3882 79.4001 11.7071C78.8621 12.0261 78.4241 12.5107 78.0859 13.1581C77.7478 13.8056 77.5795 14.6228 77.5795 15.6084C77.5795 16.594 77.7437 17.388 78.0723 18.045C78.4008 18.7021 78.8347 19.1908 79.3727 19.5097C79.9107 19.8287 80.491 19.9888 81.1111 19.9888Z\" fill=\"#251246\"/>\\n<path d=\"M89.6528 27.8735V8.81882H92.418L92.637 11.2828H92.7465C93.0928 10.6805 93.5226 10.174 94.0332 9.76335C94.5438 9.35269 95.1187 9.03784 95.758 8.81882C96.3973 8.59981 97.0899 8.4903 97.8387 8.4903C99.1158 8.4903 100.234 8.80103 101.192 9.42113C102.151 10.0412 102.894 10.8858 103.424 11.9535C103.953 13.0213 104.218 14.2396 104.218 15.6084C104.218 16.9773 103.953 18.1956 103.424 19.2633C102.894 20.331 102.141 21.1756 101.165 21.7957C100.189 22.4158 99.0159 22.7266 97.647 22.7266C96.5519 22.7266 95.6074 22.5075 94.8135 22.0695C94.0195 21.6315 93.394 21.1113 92.9381 20.509V27.8735H89.6528ZM96.9079 19.9888C97.7114 19.9888 98.4095 19.8068 99.0022 19.4413C99.5949 19.0758 100.052 18.5652 100.371 17.9081C100.69 17.2511 100.85 16.4845 100.85 15.6084C100.85 14.7324 100.69 13.9932 100.371 13.3361C100.052 12.679 99.5949 12.163 99.0022 11.7893C98.4095 11.4156 97.7114 11.228 96.9079 11.228C96.1043 11.228 95.4295 11.4156 94.8272 11.7893C94.2249 12.163 93.7594 12.679 93.4309 13.3361C93.1024 13.9932 92.9381 14.7501 92.9381 15.6084C92.9381 16.4667 93.1024 17.2511 93.4309 17.9081C93.7594 18.5652 94.2249 19.0758 94.8272 19.4413C95.4295 19.8068 96.1235 19.9888 96.9079 19.9888Z\" fill=\"#251246\"/>\\n<path d=\"M110.131 22.7266C109.073 22.7266 108.183 22.539 107.462 22.1653C106.74 21.7916 106.216 21.2934 105.888 20.6733C105.559 20.0532 105.395 19.3687 105.395 18.62C105.395 17.7439 105.618 16.991 106.066 16.3613C106.513 15.7316 107.174 15.2388 108.051 14.8829C108.927 14.527 110.012 14.3491 111.308 14.3491H114.813C114.813 13.6195 114.703 13.0117 114.484 12.5285C114.265 12.0453 113.941 11.6894 113.512 11.4607C113.084 11.2321 112.55 11.1185 111.911 11.1185C111.162 11.1185 110.514 11.2965 109.967 11.6524C109.419 12.0083 109.081 12.56 108.954 13.3087H105.723C105.815 12.3053 106.134 11.443 106.682 10.7216C107.229 10.0002 107.955 9.44851 108.858 9.06522C109.762 8.68194 110.788 8.4903 111.938 8.4903C113.234 8.4903 114.347 8.70932 115.278 9.14735C116.209 9.58539 116.911 10.2192 117.386 11.0501C117.861 11.881 118.098 12.8803 118.098 14.0479V22.398H115.36L115.004 20.2352H114.895C114.639 20.6555 114.338 21.0196 113.991 21.3303C113.645 21.641 113.275 21.8957 112.883 22.0969C112.49 22.2981 112.061 22.4528 111.596 22.5623C111.13 22.6718 110.642 22.7266 110.131 22.7266ZM111.144 20.1257C111.692 20.1257 112.175 20.0299 112.595 19.8382C113.015 19.6466 113.375 19.3769 113.677 19.0306C113.978 18.6843 114.215 18.2914 114.388 17.8534C114.562 17.4153 114.666 16.9499 114.703 16.4571V16.4845H111.664C111.007 16.4845 110.473 16.5625 110.063 16.7172C109.652 16.8719 109.351 17.0909 109.159 17.3743C108.968 17.6576 108.872 17.9807 108.872 18.3462C108.872 18.7295 108.964 19.0539 109.146 19.3181C109.328 19.5823 109.588 19.7835 109.926 19.9204C110.264 20.0573 110.669 20.1257 111.144 20.1257Z\" fill=\"#251246\"/>\\n<path d=\"M121.876 6.82025C121.274 6.82025 120.776 6.63271 120.384 6.25901C119.991 5.88531 119.795 5.41442 119.795 4.84907C119.795 4.28373 119.991 3.84021 120.384 3.46651C120.777 3.09281 121.274 2.90527 121.876 2.90527C122.478 2.90527 123.003 3.09281 123.396 3.46651C123.788 3.84021 123.984 4.31111 123.984 4.87645C123.984 5.44179 123.788 5.88531 123.396 6.25901C123.003 6.63271 122.496 6.82025 121.876 6.82025ZM120.234 22.398V8.8188H123.546V22.398H120.234Z\" fill=\"#251246\"/>\\n<path d=\"M131.787 22.7265C130.51 22.7265 129.391 22.4158 128.433 21.7957C127.475 21.1756 126.736 20.3269 126.215 19.2496C125.695 18.1723 125.435 16.9594 125.435 15.6084C125.435 14.2573 125.699 13.0171 126.229 11.9398C126.759 10.8625 127.512 10.0193 128.488 9.40738C129.464 8.79686 130.627 8.49023 131.978 8.49023C133.091 8.49023 134.045 8.70925 134.839 9.14729C135.633 9.58533 136.249 10.1151 136.687 10.7352V3.23376H140V22.398H137.207L137.016 19.934H136.906C136.56 20.5363 136.126 21.0428 135.606 21.4535C135.086 21.8641 134.511 22.179 133.881 22.398C133.251 22.617 132.553 22.7265 131.787 22.7265ZM132.718 19.9888C133.539 19.9888 134.251 19.8012 134.853 19.4275C135.455 19.0538 135.917 18.5378 136.236 17.8807C136.555 17.2236 136.715 16.4667 136.715 15.6084C136.715 14.7501 136.555 13.9657 136.236 13.3087C135.917 12.6516 135.455 12.141 134.853 11.7755C134.251 11.41 133.539 11.228 132.718 11.228C131.896 11.228 131.239 11.41 130.637 11.7755C130.035 12.141 129.573 12.6516 129.254 13.3087C128.935 13.9657 128.775 14.7227 128.775 15.581C128.775 16.4393 128.935 17.2195 129.254 17.867C129.573 18.5145 130.035 19.0306 130.637 19.4138C131.239 19.7971 131.933 19.9888 132.718 19.9888Z\" fill=\"#251246\"/>\\n<path d=\"M13.1932 0.133309C13.1234 0.129203 13.0536 0.126465 12.9824 0.126465C12.9112 0.126465 12.8414 0.129203 12.7798 0.133309C9.36035 0.186695 6.15034 1.56104 3.74113 4.00448C1.32781 6.45202 0 9.68667 0 13.113C0 20.2708 5.82318 26.0953 12.9824 26.0953C20.1416 26.0953 25.9648 20.2722 25.9648 13.113C25.9648 9.68667 24.637 6.45202 22.225 4.00585C19.8144 1.56104 16.6058 0.186695 13.1932 0.133309ZM15.4381 5.77169L15.5449 5.77991C16.5154 5.8552 17.2861 6.00851 17.7611 6.12486L18.0363 6.19194L17.9582 5.91953C17.6502 4.84497 17.2793 3.89497 16.8508 3.09281C19.6419 4.17696 21.9129 6.44655 22.9998 9.23631C21.7746 8.58199 20.1868 8.05224 18.3853 7.69633L18.3812 7.67306L18.2676 7.65389C17.6338 7.54712 16.7495 7.42529 16.1116 7.34316L15.9939 7.33905C15.0001 7.23502 13.9871 7.183 12.9837 7.183C11.9804 7.183 11.0386 7.23228 10.0776 7.3281C10.8688 4.01817 12.1323 2.5083 12.9837 2.5083C13.7558 2.5083 14.7277 3.77998 15.4039 5.67177L15.4395 5.77169H15.4381ZM10.0763 18.865C11.0372 18.9621 12.0146 19.0101 12.9824 19.0101C13.2972 19.0101 13.6285 19.0046 13.9652 18.9936L14.098 18.9895L14.1213 18.8581C14.2678 18.0395 14.369 17.1347 14.406 16.7829L14.4265 16.594L14.2363 16.6022C13.8188 16.62 13.3958 16.6282 12.9824 16.6282C11.8312 16.6282 10.7087 16.5625 9.64507 16.4338C9.5164 15.3702 9.45069 14.2478 9.45069 13.0965C9.45069 11.9453 9.5164 10.8228 9.64507 9.75922C10.7087 9.63054 11.8312 9.56484 12.9824 9.56484C14.1336 9.56484 15.2561 9.63054 16.3197 9.75922C16.4484 10.8228 16.5141 11.9453 16.5141 13.0965C16.5141 14.1369 16.4593 15.1663 16.3512 16.1587C16.3101 16.9691 16.0911 17.9547 15.9131 18.65L15.8858 18.8636H15.8885C15.0987 22.1735 13.8338 23.6834 12.9824 23.6834C12.1309 23.6834 10.8675 22.1735 10.0763 18.8636V18.865ZM16.8289 23.1413C17.4901 21.9107 18.0253 20.3132 18.3839 18.4967C20.1936 18.1395 21.787 17.6056 23.0148 16.9485C21.9307 19.767 19.6447 22.0544 16.8275 23.1413H16.8289ZM18.7508 16.0026C18.848 15.0417 18.8959 14.0643 18.8959 13.0965C18.8959 12.1287 18.8466 11.1514 18.7508 10.1904C22.0607 10.9816 23.5706 12.2465 23.5706 13.0965C23.5706 13.9466 22.0607 15.2114 18.7508 16.0026ZM5.16202 10.8256L5.2551 10.7886L5.26468 10.6887C5.32217 10.0973 5.42895 9.22536 5.6069 8.43552L5.66987 8.15901L5.39883 8.24388C4.48579 8.52723 3.66858 8.86124 2.96635 9.23631C4.05323 6.44655 6.32556 4.17696 9.11532 3.09281C8.46373 4.31795 7.93672 5.90037 7.58218 7.69633L7.54385 7.70454L7.52606 7.81816C7.43845 8.3835 7.31799 9.21441 7.23586 9.9755V9.98234C7.21122 10.2178 7.18931 10.456 7.16878 10.6928C7.16057 10.816 7.15372 10.9323 7.14962 11.0405C7.14962 11.0802 7.14414 11.1212 7.13182 11.1883C7.08939 11.8262 7.06885 12.4696 7.06885 13.0993C7.06885 14.0671 7.11813 15.0444 7.21395 16.0054C3.90402 15.2142 2.39416 13.9493 2.39416 13.0993C2.39416 12.3833 3.48104 11.4908 5.16202 10.8283V10.8256ZM7.58218 18.4981C7.94082 20.3146 8.47605 21.9121 9.13722 23.1427C6.32008 22.0558 4.03407 19.7684 2.95129 16.9499C4.17917 17.6083 5.77253 18.1408 7.58218 18.4981Z\" fill=\"#251246\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_9143_607\">\\n<rect width=\"140\" height=\"27.747\" fill=\"white\" transform=\"translate(0 0.126465)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12tqemj\",layoutDependency:layoutDependency,layoutId:\"aNG5jyxH0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9oinwg-container\",layoutDependency:layoutDependency,layoutId:\"POWBRTW6C-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(28, 14, 50)\",size:12,type:\"default\"},font:{fontFamily:'\"PolySans Trial Neutral\", \"PolySans Trial Neutral Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(28, 14, 50)\",size:18,type:\"default\"},id:\"POWBRTW6C\",layoutId:\"POWBRTW6C\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:4,title:true},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,radius:46,radiusBottomLeft:46,radiusBottomRight:46,radiusPerConrner:false,radiusTopLeft:46,radiusTopRight:46,style:{width:\"100%\"},textColor:\"rgb(28, 14, 50)\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3frzq1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"e0FmgqvBD\",onTap:onTap926cxt,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14nry1c\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"JohJqwXL9w6l0Fm9ei\",onTap:onTapm7h1ey,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"20px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-28)/2+0+0)+0+0+-9+7+8+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ol2dpl-container\",layoutDependency:layoutDependency,layoutId:\"eyhiXPNpG-container\",children:/*#__PURE__*/_jsx(Cross,{height:\"100%\",id:\"eyhiXPNpG\",layoutId:\"eyhiXPNpG\",style:{height:\"100%\",width:\"100%\"},variant:\"gmtqeZZu0\",width:\"100%\"})})})})})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rvoz3f\",layoutDependency:layoutDependency,layoutId:\"PdC1YFyl3\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-okes3m\",layoutDependency:layoutDependency,layoutId:\"tTbVkJRfa\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-llujjt\",\"data-framer-name\":\"Frame 1000001702\",layoutDependency:layoutDependency,layoutId:\"lpBKraNmi\",style:{backgroundColor:\"rgb(240, 238, 231)\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"DM8AywyWh\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1m6ctjy framer-yqikj5\",\"data-framer-name\":\"Calque_1\",fill:\"rgb(28, 14, 50)\",intrinsicHeight:28,intrinsicWidth:140,layoutDependency:layoutDependency,layoutId:\"DM8AywyWh\",svg:'<svg width=\"140\" height=\"28\" viewBox=\"0 0 140 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_9143_607)\">\\n<path d=\"M32.0508 22.398V3.23376H38.9499C40.4652 3.23376 41.7191 3.49385 42.7143 4.01402C43.7095 4.53419 44.4487 5.22821 44.9319 6.09471C45.4151 6.9612 45.6574 7.94268 45.6574 9.03778C45.6574 10.0603 45.4206 11.009 44.9456 11.885C44.4706 12.7611 43.7314 13.4633 42.728 13.9931C41.7246 14.5229 40.4379 14.787 38.8678 14.787H35.3361V22.398H32.0508ZM35.3361 12.3505H38.7309C39.9355 12.3505 40.8252 12.0534 41.4002 11.4607C41.9751 10.868 42.2626 10.0877 42.2626 9.11991C42.2626 8.15212 41.9847 7.41293 41.4276 6.84759C40.8704 6.28224 39.9629 5.99889 38.7035 5.99889H35.3361V12.3505ZM42.0435 22.398L38.0191 13.9383H41.6055L45.8216 22.398H42.0435Z\" fill=\"#251246\"/>\\n<path d=\"M53.2409 22.7266C51.872 22.7266 50.6633 22.4295 49.6134 21.8368C48.5635 21.2441 47.7421 20.4173 47.1494 19.3591C46.5567 18.301 46.2596 17.0772 46.2596 15.6906C46.2596 14.3039 46.5512 13.0213 47.1357 11.9535C47.7202 10.8858 48.5361 10.0412 49.586 9.42113C50.6359 8.80103 51.8624 8.4903 53.2683 8.4903C54.6002 8.4903 55.7733 8.78734 56.7863 9.38006C57.7992 9.97278 58.5836 10.7626 59.1407 11.7482C59.6979 12.7338 59.9757 13.8467 59.9757 15.0883V15.7043C59.9757 15.9329 59.9579 16.1656 59.921 16.4024H48.6415V14.2669H56.6631C56.5905 13.2813 56.2387 12.5052 55.609 11.9399C54.9794 11.3745 54.1991 11.0912 53.2683 11.0912C52.5934 11.0912 51.9678 11.2417 51.3929 11.5429C50.818 11.844 50.3567 12.2958 50.0104 12.8981C49.664 13.5004 49.4902 14.2765 49.4902 15.2251V16.0191C49.4902 16.8774 49.6544 17.6029 49.983 18.1956C50.3115 18.7883 50.7632 19.2455 51.3382 19.5645C51.9131 19.8834 52.5387 20.0436 53.2135 20.0436C53.9623 20.0436 54.592 19.8697 55.1026 19.5234C55.6131 19.1771 55.9964 18.7199 56.2524 18.1545H59.5925C59.3365 19.0306 58.9176 19.8109 58.3331 20.4953C57.7486 21.1797 57.0231 21.7232 56.1566 22.1243C55.2901 22.5253 54.3182 22.7266 53.2409 22.7266Z\" fill=\"#251246\"/>\\n<path d=\"M64.6299 22.398L60.1127 8.81879H63.5896L66.9844 20.1257H67.1213L70.5435 8.81879H73.9657L69.4484 22.398H64.6299Z\" fill=\"#251246\"/>\\n<path d=\"M81.1111 22.7266C79.8148 22.7266 78.6431 22.4295 77.5932 21.8368C76.5432 21.2441 75.7178 20.4091 75.1155 19.3318C74.5132 18.2545 74.212 17.0143 74.212 15.6084C74.212 14.2026 74.5173 12.9624 75.1292 11.8851C75.7411 10.8078 76.5706 9.97278 77.6205 9.38006C78.6704 8.78734 79.8518 8.4903 81.1659 8.4903C82.48 8.4903 83.6299 8.78734 84.6702 9.38006C85.7106 9.97278 86.536 10.8078 87.1479 11.8851C87.7598 12.9624 88.065 14.2026 88.065 15.6084C88.065 17.0143 87.7598 18.2545 87.1479 19.3318C86.536 20.4091 85.7065 21.2441 84.6565 21.8368C83.6066 22.4295 82.4253 22.7266 81.1111 22.7266ZM81.1111 19.9888C81.7682 19.9888 82.3609 19.8287 82.8907 19.5097C83.4204 19.1908 83.853 18.7021 84.1911 18.045C84.5292 17.388 84.6976 16.5762 84.6976 15.6084C84.6976 14.6406 84.5333 13.8056 84.2048 13.1581C83.8763 12.5107 83.4423 12.0261 82.9044 11.7071C82.3664 11.3882 81.786 11.228 81.1659 11.228C80.5458 11.228 79.938 11.3882 79.4001 11.7071C78.8621 12.0261 78.4241 12.5107 78.0859 13.1581C77.7478 13.8056 77.5795 14.6228 77.5795 15.6084C77.5795 16.594 77.7437 17.388 78.0723 18.045C78.4008 18.7021 78.8347 19.1908 79.3727 19.5097C79.9107 19.8287 80.491 19.9888 81.1111 19.9888Z\" fill=\"#251246\"/>\\n<path d=\"M89.6528 27.8735V8.81882H92.418L92.637 11.2828H92.7465C93.0928 10.6805 93.5226 10.174 94.0332 9.76335C94.5438 9.35269 95.1187 9.03784 95.758 8.81882C96.3973 8.59981 97.0899 8.4903 97.8387 8.4903C99.1158 8.4903 100.234 8.80103 101.192 9.42113C102.151 10.0412 102.894 10.8858 103.424 11.9535C103.953 13.0213 104.218 14.2396 104.218 15.6084C104.218 16.9773 103.953 18.1956 103.424 19.2633C102.894 20.331 102.141 21.1756 101.165 21.7957C100.189 22.4158 99.0159 22.7266 97.647 22.7266C96.5519 22.7266 95.6074 22.5075 94.8135 22.0695C94.0195 21.6315 93.394 21.1113 92.9381 20.509V27.8735H89.6528ZM96.9079 19.9888C97.7114 19.9888 98.4095 19.8068 99.0022 19.4413C99.5949 19.0758 100.052 18.5652 100.371 17.9081C100.69 17.2511 100.85 16.4845 100.85 15.6084C100.85 14.7324 100.69 13.9932 100.371 13.3361C100.052 12.679 99.5949 12.163 99.0022 11.7893C98.4095 11.4156 97.7114 11.228 96.9079 11.228C96.1043 11.228 95.4295 11.4156 94.8272 11.7893C94.2249 12.163 93.7594 12.679 93.4309 13.3361C93.1024 13.9932 92.9381 14.7501 92.9381 15.6084C92.9381 16.4667 93.1024 17.2511 93.4309 17.9081C93.7594 18.5652 94.2249 19.0758 94.8272 19.4413C95.4295 19.8068 96.1235 19.9888 96.9079 19.9888Z\" fill=\"#251246\"/>\\n<path d=\"M110.131 22.7266C109.073 22.7266 108.183 22.539 107.462 22.1653C106.74 21.7916 106.216 21.2934 105.888 20.6733C105.559 20.0532 105.395 19.3687 105.395 18.62C105.395 17.7439 105.618 16.991 106.066 16.3613C106.513 15.7316 107.174 15.2388 108.051 14.8829C108.927 14.527 110.012 14.3491 111.308 14.3491H114.813C114.813 13.6195 114.703 13.0117 114.484 12.5285C114.265 12.0453 113.941 11.6894 113.512 11.4607C113.084 11.2321 112.55 11.1185 111.911 11.1185C111.162 11.1185 110.514 11.2965 109.967 11.6524C109.419 12.0083 109.081 12.56 108.954 13.3087H105.723C105.815 12.3053 106.134 11.443 106.682 10.7216C107.229 10.0002 107.955 9.44851 108.858 9.06522C109.762 8.68194 110.788 8.4903 111.938 8.4903C113.234 8.4903 114.347 8.70932 115.278 9.14735C116.209 9.58539 116.911 10.2192 117.386 11.0501C117.861 11.881 118.098 12.8803 118.098 14.0479V22.398H115.36L115.004 20.2352H114.895C114.639 20.6555 114.338 21.0196 113.991 21.3303C113.645 21.641 113.275 21.8957 112.883 22.0969C112.49 22.2981 112.061 22.4528 111.596 22.5623C111.13 22.6718 110.642 22.7266 110.131 22.7266ZM111.144 20.1257C111.692 20.1257 112.175 20.0299 112.595 19.8382C113.015 19.6466 113.375 19.3769 113.677 19.0306C113.978 18.6843 114.215 18.2914 114.388 17.8534C114.562 17.4153 114.666 16.9499 114.703 16.4571V16.4845H111.664C111.007 16.4845 110.473 16.5625 110.063 16.7172C109.652 16.8719 109.351 17.0909 109.159 17.3743C108.968 17.6576 108.872 17.9807 108.872 18.3462C108.872 18.7295 108.964 19.0539 109.146 19.3181C109.328 19.5823 109.588 19.7835 109.926 19.9204C110.264 20.0573 110.669 20.1257 111.144 20.1257Z\" fill=\"#251246\"/>\\n<path d=\"M121.876 6.82025C121.274 6.82025 120.776 6.63271 120.384 6.25901C119.991 5.88531 119.795 5.41442 119.795 4.84907C119.795 4.28373 119.991 3.84021 120.384 3.46651C120.777 3.09281 121.274 2.90527 121.876 2.90527C122.478 2.90527 123.003 3.09281 123.396 3.46651C123.788 3.84021 123.984 4.31111 123.984 4.87645C123.984 5.44179 123.788 5.88531 123.396 6.25901C123.003 6.63271 122.496 6.82025 121.876 6.82025ZM120.234 22.398V8.8188H123.546V22.398H120.234Z\" fill=\"#251246\"/>\\n<path d=\"M131.787 22.7265C130.51 22.7265 129.391 22.4158 128.433 21.7957C127.475 21.1756 126.736 20.3269 126.215 19.2496C125.695 18.1723 125.435 16.9594 125.435 15.6084C125.435 14.2573 125.699 13.0171 126.229 11.9398C126.759 10.8625 127.512 10.0193 128.488 9.40738C129.464 8.79686 130.627 8.49023 131.978 8.49023C133.091 8.49023 134.045 8.70925 134.839 9.14729C135.633 9.58533 136.249 10.1151 136.687 10.7352V3.23376H140V22.398H137.207L137.016 19.934H136.906C136.56 20.5363 136.126 21.0428 135.606 21.4535C135.086 21.8641 134.511 22.179 133.881 22.398C133.251 22.617 132.553 22.7265 131.787 22.7265ZM132.718 19.9888C133.539 19.9888 134.251 19.8012 134.853 19.4275C135.455 19.0538 135.917 18.5378 136.236 17.8807C136.555 17.2236 136.715 16.4667 136.715 15.6084C136.715 14.7501 136.555 13.9657 136.236 13.3087C135.917 12.6516 135.455 12.141 134.853 11.7755C134.251 11.41 133.539 11.228 132.718 11.228C131.896 11.228 131.239 11.41 130.637 11.7755C130.035 12.141 129.573 12.6516 129.254 13.3087C128.935 13.9657 128.775 14.7227 128.775 15.581C128.775 16.4393 128.935 17.2195 129.254 17.867C129.573 18.5145 130.035 19.0306 130.637 19.4138C131.239 19.7971 131.933 19.9888 132.718 19.9888Z\" fill=\"#251246\"/>\\n<path d=\"M13.1932 0.133309C13.1234 0.129203 13.0536 0.126465 12.9824 0.126465C12.9112 0.126465 12.8414 0.129203 12.7798 0.133309C9.36035 0.186695 6.15034 1.56104 3.74113 4.00448C1.32781 6.45202 0 9.68667 0 13.113C0 20.2708 5.82318 26.0953 12.9824 26.0953C20.1416 26.0953 25.9648 20.2722 25.9648 13.113C25.9648 9.68667 24.637 6.45202 22.225 4.00585C19.8144 1.56104 16.6058 0.186695 13.1932 0.133309ZM15.4381 5.77169L15.5449 5.77991C16.5154 5.8552 17.2861 6.00851 17.7611 6.12486L18.0363 6.19194L17.9582 5.91953C17.6502 4.84497 17.2793 3.89497 16.8508 3.09281C19.6419 4.17696 21.9129 6.44655 22.9998 9.23631C21.7746 8.58199 20.1868 8.05224 18.3853 7.69633L18.3812 7.67306L18.2676 7.65389C17.6338 7.54712 16.7495 7.42529 16.1116 7.34316L15.9939 7.33905C15.0001 7.23502 13.9871 7.183 12.9837 7.183C11.9804 7.183 11.0386 7.23228 10.0776 7.3281C10.8688 4.01817 12.1323 2.5083 12.9837 2.5083C13.7558 2.5083 14.7277 3.77998 15.4039 5.67177L15.4395 5.77169H15.4381ZM10.0763 18.865C11.0372 18.9621 12.0146 19.0101 12.9824 19.0101C13.2972 19.0101 13.6285 19.0046 13.9652 18.9936L14.098 18.9895L14.1213 18.8581C14.2678 18.0395 14.369 17.1347 14.406 16.7829L14.4265 16.594L14.2363 16.6022C13.8188 16.62 13.3958 16.6282 12.9824 16.6282C11.8312 16.6282 10.7087 16.5625 9.64507 16.4338C9.5164 15.3702 9.45069 14.2478 9.45069 13.0965C9.45069 11.9453 9.5164 10.8228 9.64507 9.75922C10.7087 9.63054 11.8312 9.56484 12.9824 9.56484C14.1336 9.56484 15.2561 9.63054 16.3197 9.75922C16.4484 10.8228 16.5141 11.9453 16.5141 13.0965C16.5141 14.1369 16.4593 15.1663 16.3512 16.1587C16.3101 16.9691 16.0911 17.9547 15.9131 18.65L15.8858 18.8636H15.8885C15.0987 22.1735 13.8338 23.6834 12.9824 23.6834C12.1309 23.6834 10.8675 22.1735 10.0763 18.8636V18.865ZM16.8289 23.1413C17.4901 21.9107 18.0253 20.3132 18.3839 18.4967C20.1936 18.1395 21.787 17.6056 23.0148 16.9485C21.9307 19.767 19.6447 22.0544 16.8275 23.1413H16.8289ZM18.7508 16.0026C18.848 15.0417 18.8959 14.0643 18.8959 13.0965C18.8959 12.1287 18.8466 11.1514 18.7508 10.1904C22.0607 10.9816 23.5706 12.2465 23.5706 13.0965C23.5706 13.9466 22.0607 15.2114 18.7508 16.0026ZM5.16202 10.8256L5.2551 10.7886L5.26468 10.6887C5.32217 10.0973 5.42895 9.22536 5.6069 8.43552L5.66987 8.15901L5.39883 8.24388C4.48579 8.52723 3.66858 8.86124 2.96635 9.23631C4.05323 6.44655 6.32556 4.17696 9.11532 3.09281C8.46373 4.31795 7.93672 5.90037 7.58218 7.69633L7.54385 7.70454L7.52606 7.81816C7.43845 8.3835 7.31799 9.21441 7.23586 9.9755V9.98234C7.21122 10.2178 7.18931 10.456 7.16878 10.6928C7.16057 10.816 7.15372 10.9323 7.14962 11.0405C7.14962 11.0802 7.14414 11.1212 7.13182 11.1883C7.08939 11.8262 7.06885 12.4696 7.06885 13.0993C7.06885 14.0671 7.11813 15.0444 7.21395 16.0054C3.90402 15.2142 2.39416 13.9493 2.39416 13.0993C2.39416 12.3833 3.48104 11.4908 5.16202 10.8283V10.8256ZM7.58218 18.4981C7.94082 20.3146 8.47605 21.9121 9.13722 23.1427C6.32008 22.0558 4.03407 19.7684 2.95129 16.9499C4.17917 17.6083 5.77253 18.1408 7.58218 18.4981Z\" fill=\"#251246\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_9143_607\">\\n<rect width=\"140\" height=\"27.747\" fill=\"white\" transform=\"translate(0 0.126465)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qf1rrl\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"wKNHHIUoQ\",onTap:onTap131ank4,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:\"16px\",...addPropertyOverrides({i1zNnVbs_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||314.5)-0-278)/2+0+0)+0+0+0+0+5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i6xv7j-container\",layoutDependency:layoutDependency,layoutId:\"KFh8GQ4c6-container\",children:/*#__PURE__*/_jsx(Cross,{height:\"100%\",id:\"KFh8GQ4c6\",layoutId:\"KFh8GQ4c6\",style:{height:\"100%\",width:\"100%\"},variant:\"hTeW5oePM\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3kq92g\",\"data-framer-name\":\"Frame 12659\",layoutDependency:layoutDependency,layoutId:\"XJc1ZqrJj\",style:{backgroundColor:\"rgb(240, 238, 231)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mdtx19\",layoutDependency:layoutDependency,layoutId:\"BRupwkh_6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 15, 50))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YkUqghz9g\"},nodeId:\"UAFHA_kia\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rpjvak\",\"data-styles-preset\":\"MlNueZ5tw\",children:\"Users\"})})})}),className:\"framer-1cq7fk8\",\"data-framer-name\":\"Users\",fonts:[\"GF;PolySans Trial-regular\"],layoutDependency:layoutDependency,layoutId:\"UAFHA_kia\",style:{\"--extracted-r6o4lv\":\"rgb(28, 15, 50)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 15, 50))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z450KoNsa\"},nodeId:\"P0k9sm29r\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jhaomq\",\"data-styles-preset\":\"W9XGo9TBW\",children:\"Retailers\"})})})}),className:\"framer-xn8z57\",\"data-framer-name\":\"Retailers\",fonts:[\"GF;PolySans Trial-regular\"],layoutDependency:layoutDependency,layoutId:\"P0k9sm29r\",style:{\"--extracted-r6o4lv\":\"rgb(28, 15, 50)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9seVNhbnMgVHJpYWwtcmVndWxhcg==\",\"--framer-font-family\":'\"PolySans Trial\", \"PolySans Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 15, 50))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gPK9O3dt3\"},nodeId:\"UsQJQ2AAS\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jhaomq\",\"data-styles-preset\":\"W9XGo9TBW\",children:\"About us\"})})})}),className:\"framer-ouw9j1\",\"data-framer-name\":\"About us\",fonts:[\"GF;PolySans Trial-regular\"],layoutDependency:layoutDependency,layoutId:\"UsQJQ2AAS\",style:{\"--extracted-r6o4lv\":\"rgb(28, 15, 50)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m70rpm\",\"data-framer-name\":\"Frame 40182\",layoutDependency:layoutDependency,layoutId:\"RaeXSH9Yf\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,...addPropertyOverrides({i1zNnVbs_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||314.5)-0-278)/2+0+0)+0+0+0+28+24+152+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r1ynwb-container\",layoutDependency:layoutDependency,layoutId:\"LEe2WDRD0-container\",whileHover:animation,children:/*#__PURE__*/_jsx(Frame40169,{height:\"100%\",id:\"LEe2WDRD0\",layoutId:\"LEe2WDRD0\",width:\"100%\"})})})})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yrj1B.framer-yqikj5, .framer-yrj1B .framer-yqikj5 { display: block; }\",\".framer-yrj1B.framer-hnt5qy { 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 124px 0px 124px; position: relative; width: 390px; }\",\".framer-yrj1B .framer-1hxhii7, .framer-yrj1B .framer-okes3m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 390px; }\",\".framer-yrj1B .framer-1xsyy4z, .framer-yrj1B .framer-llujjt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 28px; justify-content: space-between; overflow: visible; padding: 32px 24px 32px 24px; position: relative; width: 100%; }\",\".framer-yrj1B .framer-1qyqn3a, .framer-yrj1B .framer-1m6ctjy { flex: none; height: 24px; position: relative; text-decoration: none; width: 120px; }\",\".framer-yrj1B .framer-12tqemj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 46px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 178px; }\",\".framer-yrj1B .framer-9oinwg-container { flex: none; height: auto; position: relative; width: 113px; z-index: 6; }\",\".framer-yrj1B .framer-3frzq1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px 0px 8px 8px; position: relative; width: min-content; }\",\".framer-yrj1B .framer-14nry1c { cursor: pointer; flex: none; height: 16px; overflow: visible; position: relative; width: 20px; }\",\".framer-yrj1B .framer-1ol2dpl-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-yrj1B .framer-1rvoz3f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 124px 0px 124px; position: relative; width: 390px; }\",\".framer-yrj1B .framer-1qf1rrl { cursor: pointer; flex: none; height: 18px; overflow: visible; position: relative; width: 16px; }\",\".framer-yrj1B .framer-1i6xv7j-container { flex: none; height: 17px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-yrj1B .framer-3kq92g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 24px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-yrj1B .framer-mdtx19 { flex: none; height: 120px; overflow: visible; position: relative; width: 68px; }\",\".framer-yrj1B .framer-1cq7fk8 { flex: none; height: auto; left: 50%; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-yrj1B .framer-xn8z57 { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-yrj1B .framer-ouw9j1 { bottom: 0px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; }\",\".framer-yrj1B .framer-m70rpm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 32px 0px; position: relative; width: 114%; }\",\".framer-yrj1B .framer-1r1ynwb-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yrj1B.framer-hnt5qy, .framer-yrj1B .framer-1hxhii7, .framer-yrj1B .framer-12tqemj, .framer-yrj1B .framer-3frzq1, .framer-yrj1B .framer-1rvoz3f, .framer-yrj1B .framer-okes3m, .framer-yrj1B .framer-3kq92g, .framer-yrj1B .framer-m70rpm { gap: 0px; } .framer-yrj1B.framer-hnt5qy > *, .framer-yrj1B .framer-1hxhii7 > *, .framer-yrj1B .framer-1rvoz3f > *, .framer-yrj1B .framer-okes3m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yrj1B.framer-hnt5qy > :first-child, .framer-yrj1B .framer-1hxhii7 > :first-child, .framer-yrj1B .framer-1rvoz3f > :first-child, .framer-yrj1B .framer-okes3m > :first-child, .framer-yrj1B .framer-3kq92g > :first-child, .framer-yrj1B .framer-m70rpm > :first-child { margin-top: 0px; } .framer-yrj1B.framer-hnt5qy > :last-child, .framer-yrj1B .framer-1hxhii7 > :last-child, .framer-yrj1B .framer-1rvoz3f > :last-child, .framer-yrj1B .framer-okes3m > :last-child, .framer-yrj1B .framer-3kq92g > :last-child, .framer-yrj1B .framer-m70rpm > :last-child { margin-bottom: 0px; } .framer-yrj1B .framer-12tqemj > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-yrj1B .framer-12tqemj > :first-child, .framer-yrj1B .framer-3frzq1 > :first-child { margin-left: 0px; } .framer-yrj1B .framer-12tqemj > :last-child, .framer-yrj1B .framer-3frzq1 > :last-child { margin-right: 0px; } .framer-yrj1B .framer-3frzq1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yrj1B .framer-3kq92g > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-yrj1B .framer-m70rpm > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-yrj1B.framer-v-ohgmte .framer-llujjt, .framer-yrj1B.framer-v-ohgmte .framer-1r1ynwb-container { order: 0; }\",\".framer-yrj1B.framer-v-ohgmte .framer-3kq92g { order: 1; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"i1zNnVbs_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"mVoxsc4IR\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerucxvkw6Pt=withCSS(Component,css,\"framer-yrj1B\");export default Framerucxvkw6Pt;Framerucxvkw6Pt.displayName=\"Phone Menu\";Framerucxvkw6Pt.defaultProps={height:64,width:390};addPropertyControls(Framerucxvkw6Pt,{variant:{options:[\"JohJqwXL9\",\"i1zNnVbs_\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},mVoxsc4IR:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framerucxvkw6Pt,[{explicitInter:true,fonts:[]},...LocaleSelectorFonts,...CrossFonts,...Frame40169Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerucxvkw6Pt\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"64\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i1zNnVbs_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"390\",\"framerVariables\":\"{\\\"mVoxsc4IR\\\":\\\"click\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getBorderStyle", "e", "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", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "fontStore", "fonts", "css", "className", "EutL44SSj_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "Link", "__FramerMetadata__", "valuesByLocaleId", "EutL44SSj_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", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "LayoutGroup", "cx", "SVG", "RichText2", "getLocalizedValue", "Link", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerEutL44SSj", "withCSS", "EutL44SSj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "kaCkieJt9_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "valuesByLocaleId", "kaCkieJt9_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "LayoutGroup", "Link", "cx", "RichText2", "getLocalizedValue", "css", "FramerkaCkieJt9", "withCSS", "kaCkieJt9_default", "addPropertyControls", "ControlType", "addFonts", "oj08DHyKs_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "p", "x", "motion", "__FramerMetadata__", "valuesByLocaleId", "oj08DHyKs_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "enabledGestures", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "enabledGestures", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaptwtlqn", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "LayoutGroup", "Link", "cx", "serializationHash", "RichText2", "getLocalizedValue", "css", "Frameroj08DHyKs", "withCSS", "oj08DHyKs_default", "addFonts", "fontStore", "fonts", "css", "className", "ucxvkw6Pt_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "p", "x", "motion", "Link", "v1", "v2", "__FramerMetadata__", "valuesByLocaleId", "ucxvkw6Pt_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1q9okd7", "args", "onTap15lxmf1", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "addPropertyOverrides", "SVG", "css", "FramerCKT9qGj3H", "withCSS", "CKT9qGj3H_default", "addPropertyControls", "ControlType", "addFonts", "LocaleSelectorFonts", "getFonts", "LocaleSelector_default", "CrossFonts", "CKT9qGj3H_default", "Frame40169Fonts", "oj08DHyKs_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "mVoxsc4IR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap926cxt", "args", "onTapm7h1ey", "onTap131ank4", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "LayoutGroup", "cx", "Link", "SVG", "ComponentViewportProvider", "RichText2", "getLocalizedValue", "css", "Framerucxvkw6Pt", "withCSS", "ucxvkw6Pt_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
