{
  "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/XQ1GMXuIqYrEN1c0R6E5/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/ZGseddZvhlsMQenMW114/wp7cjnGEcnOXI2P7xHcr/fyvITjK49-0.js", "ssg:https://framerusercontent.com/modules/ZGseddZvhlsMQenMW114/wp7cjnGEcnOXI2P7xHcr/fyvITjK49-1.js", "ssg:https://framerusercontent.com/modules/ZGseddZvhlsMQenMW114/wp7cjnGEcnOXI2P7xHcr/fyvITjK49-2.js", "ssg:https://framerusercontent.com/modules/ZGseddZvhlsMQenMW114/wp7cjnGEcnOXI2P7xHcr/fyvITjK49-3.js", "ssg:https://framerusercontent.com/modules/ZGseddZvhlsMQenMW114/wp7cjnGEcnOXI2P7xHcr/fyvITjK49.js", "ssg:https://framerusercontent.com/modules/PLgLEMb4GlkhvuB77pmv/Z3SH6divW52u846e3fuw/mstI_ctnt.js", "ssg:https://framerusercontent.com/modules/bZr1EA1B5aKW6DetjiKu/5SN8JFJhcHP3HckWO32t/fyvITjK49.js", "ssg:https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js", "ssg:https://framerusercontent.com/modules/vNEFcDpZq4Apej6Lf5Jr/fYUGHRb72QLiqfZl04Qu/GmYxtlSrA-0.js", "ssg:https://framerusercontent.com/modules/vNEFcDpZq4Apej6Lf5Jr/fYUGHRb72QLiqfZl04Qu/GmYxtlSrA-1.js", "ssg:https://framerusercontent.com/modules/vNEFcDpZq4Apej6Lf5Jr/fYUGHRb72QLiqfZl04Qu/GmYxtlSrA-2.js", "ssg:https://framerusercontent.com/modules/vNEFcDpZq4Apej6Lf5Jr/fYUGHRb72QLiqfZl04Qu/GmYxtlSrA-3.js", "ssg:https://framerusercontent.com/modules/vNEFcDpZq4Apej6Lf5Jr/fYUGHRb72QLiqfZl04Qu/GmYxtlSrA.js", "ssg:https://framerusercontent.com/modules/EM9wqVOWcPWcJnvmxHxR/7xko4SHSCc2ENnsWZUAU/Ziv02ECoi.js", "ssg:https://framerusercontent.com/modules/xS3yqqXvscqyvwL6uCbE/6IQVUDI97SUkTEcXyLic/GmYxtlSrA.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(typeof padding===\"string\"){return{padding};}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.Padding,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getPaddingStyle\":{\"type\":\"function\",\"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}={}){if(typeof radius===\"string\"){return{borderRadius:radius};}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.BorderRadius,defaultValue:\"10px\"}};\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,// @ts-ignore Internal function\nuseLocalesForCurrentRoute,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/XQ1GMXuIqYrEN1c0R6E5/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/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();const localesForCurrentRoute=useLocalesForCurrentRoute();const activeLocaleId=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);}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:localesForCurrentRoute.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??\"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        `],\"framer-library-LocalePicker\");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,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",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,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",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\":{\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "export const v0=\"Jobs\";export const v1=\"Presse\";export const v2=\"Magazine\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Empregos\";export const v2=\"Magazina\";\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"\u0130\u015F f\u0131rsatlar\u0131\";export const v1=\"Haberler\";export const v2=\"Dergi\";\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Trabajos\";export const v1=\"Sala de prensa\";export const v2=\"Revista\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f712822)\nimport*as localizedValues from\"./fyvITjK49-0.js\";import*as localizedValues1 from\"./fyvITjK49-1.js\";import*as localizedValues2 from\"./fyvITjK49-2.js\";import*as localizedValues3 from\"./fyvITjK49-3.js\";const valuesByLocaleId={b2PaGSxkw:localizedValues,eQ32w08qW:localizedValues3,SUkZcSDwC:localizedValues1,TBZmZ30RN:localizedValues2};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={BT_hiSXx0:{hover:true},Er7BKo8iD:{hover:true},Rh2Pc97Js:{hover:true}};const cycleOrder=[\"rZr3VPQ74\",\"sftuSZpQF\",\"BT_hiSXx0\",\"Er7BKo8iD\",\"Rh2Pc97Js\"];const serializationHash=\"framer-lRU8l\";const variantClassNames={BT_hiSXx0:\"framer-v-1qtw6fj\",Er7BKo8iD:\"framer-v-iuy63c\",Rh2Pc97Js:\"framer-v-1lfy0ne\",rZr3VPQ74:\"framer-v-1y3u2zi\",sftuSZpQF:\"framer-v-1c9b99x\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Simple - Huge\":\"Rh2Pc97Js\",\"Simple - Mobile\":\"Er7BKo8iD\",Closed:\"sftuSZpQF\",Open:\"rZr3VPQ74\",Simple:\"BT_hiSXx0\"};const getProps=({color,distribute,height,hover,id,link,newTab,title,width,...props})=>{return{...props,Dl6AiX37G:color??props.Dl6AiX37G??\"rgb(0, 0, 0)\",kcKdHX2wm:title??props.kcKdHX2wm??\"Features\",NKudH2mEX:link??props.NKudH2mEX,qe8e_sxRy:hover??props.qe8e_sxRy,UqPKSoW6Q:newTab??props.UqPKSoW6Q,variant:humanReadableVariantMap[props.variant]??props.variant??\"rZr3VPQ74\",wLjm0wMw9:humanReadableEnumMap[distribute]??distribute??props.wLjm0wMw9??\"center\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,kcKdHX2wm,qe8e_sxRy,Dl6AiX37G,NKudH2mEX,wLjm0wMw9,UqPKSoW6Q,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rZr3VPQ74\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter7j7d8i=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(qe8e_sxRy){const res=await qe8e_sxRy(...args);if(res===false)return false;}});const onClick1jfbi8x=activeVariantCallback(async(...args)=>{setVariant(\"vZNkcdFXx\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"Er7BKo8iD-hover\",\"Rh2Pc97Js-hover\",\"BT_hiSXx0-hover\"].includes(gestureVariant))return false;if([\"BT_hiSXx0\",\"Er7BKo8iD\",\"Rh2Pc97Js\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:NKudH2mEX,motionChild:true,nodeId:\"rZr3VPQ74\",scopeId:\"mstI_ctnt\",...addPropertyOverrides({BT_hiSXx0:{openInNewTab:UqPKSoW6Q}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1y3u2zi\",className,classNames)} framer-1xsw3sh`,\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rZr3VPQ74\",onMouseEnter:onMouseEnter7j7d8i,ref:refBinding,style:{\"--1bky82p\":wLjm0wMw9,...style},...addPropertyOverrides({\"BT_hiSXx0-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined,onMouseEnter:undefined},\"Er7BKo8iD-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined,onMouseEnter:undefined},\"Rh2Pc97Js-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined,onMouseEnter:undefined},BT_hiSXx0:{\"data-framer-name\":\"Simple\",\"data-highlight\":undefined,onMouseEnter:undefined},Er7BKo8iD:{\"data-framer-name\":\"Simple - Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined},Rh2Pc97Js:{\"data-framer-name\":\"Simple - Huge\",\"data-highlight\":undefined,onMouseEnter:undefined},sftuSZpQF:{\"data-framer-name\":\"Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgUmVndWxhcg==\",\"--framer-font-family\":'\"La Nord Regular\", \"La Nord Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Dl6AiX37G-mstI_ctnt))\"},children:\"Features\"})}),className:\"framer-11w5uhs\",fonts:[\"CUSTOM;La Nord Regular\"],layoutDependency:layoutDependency,layoutId:\"mfqHStGad\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Dl6AiX37G-mstI_ctnt)\",\"--variable-reference-Dl6AiX37G-mstI_ctnt\":Dl6AiX37G,opacity:1},text:kcKdHX2wm,variants:{\"BT_hiSXx0-hover\":{opacity:.6},\"Er7BKo8iD-hover\":{opacity:.6},\"Rh2Pc97Js-hover\":{opacity:.6}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Er7BKo8iD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgUmVndWxhcg==\",\"--framer-font-family\":'\"La Nord Regular\", \"La Nord Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Dl6AiX37G-mstI_ctnt))\"},children:\"Features\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7hauxj\",layoutDependency:layoutDependency,layoutId:\"ktHBVzBiH\",style:{rotate:0},variants:{sftuSZpQF:{rotate:-180}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jtzy9y-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"RqPZf9wPO-container\",nodeId:\"RqPZf9wPO\",rendersWithMotion:true,scopeId:\"mstI_ctnt\",style:{opacity:.6},variants:{sftuSZpQF:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:Dl6AiX37G,height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"RqPZf9wPO\",layoutId:\"RqPZf9wPO\",mirrored:false,onClick:onClick1jfbi8x,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lRU8l.framer-1xsw3sh, .framer-lRU8l .framer-1xsw3sh { display: block; }\",\".framer-lRU8l.framer-1y3u2zi { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: var(--1bky82p); overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-lRU8l .framer-11w5uhs { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lRU8l .framer-7hauxj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 12px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 12px; }\",\".framer-lRU8l .framer-jtzy9y-container { flex: none; height: 12px; position: relative; width: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lRU8l.framer-1y3u2zi, .framer-lRU8l .framer-7hauxj { gap: 0px; } .framer-lRU8l.framer-1y3u2zi > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-lRU8l.framer-1y3u2zi > :first-child, .framer-lRU8l .framer-7hauxj > :first-child { margin-left: 0px; } .framer-lRU8l.framer-1y3u2zi > :last-child, .framer-lRU8l .framer-7hauxj > :last-child { margin-right: 0px; } .framer-lRU8l .framer-7hauxj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-lRU8l.framer-v-1qtw6fj.framer-1y3u2zi { cursor: pointer; width: 60px; }\",\".framer-lRU8l.framer-v-1qtw6fj .framer-11w5uhs { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lRU8l.framer-v-iuy63c.framer-1y3u2zi, .framer-lRU8l.framer-v-1lfy0ne.framer-1y3u2zi { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 17\n * @framerIntrinsicWidth 75\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"sftuSZpQF\":{\"layout\":[\"auto\",\"auto\"]},\"BT_hiSXx0\":{\"layout\":[\"fixed\",\"auto\"]},\"Er7BKo8iD\":{\"layout\":[\"auto\",\"auto\"]},\"Rh2Pc97Js\":{\"layout\":[\"auto\",\"auto\"]},\"sXofo6lpJ\":{\"layout\":[\"auto\",\"auto\"]},\"FhDtGDg1f\":{\"layout\":[\"auto\",\"auto\"]},\"DPvHpUegQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"kcKdHX2wm\":\"title\",\"qe8e_sxRy\":\"hover\",\"Dl6AiX37G\":\"color\",\"NKudH2mEX\":\"link\",\"wLjm0wMw9\":\"distribute\",\"UqPKSoW6Q\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramermstI_ctnt=withCSS(Component,css,\"framer-lRU8l\");export default FramermstI_ctnt;FramermstI_ctnt.displayName=\"Nav/Menu\";FramermstI_ctnt.defaultProps={height:17,width:75};addPropertyControls(FramermstI_ctnt,{variant:{options:[\"rZr3VPQ74\",\"sftuSZpQF\",\"BT_hiSXx0\",\"Er7BKo8iD\",\"Rh2Pc97Js\"],optionTitles:[\"Open\",\"Closed\",\"Simple\",\"Simple - Mobile\",\"Simple - Huge\"],title:\"Variant\",type:ControlType.Enum},kcKdHX2wm:{defaultValue:\"Features\",displayTextArea:false,title:\"Title\",type:ControlType.String},qe8e_sxRy:{title:\"Hover\",type:ControlType.EventHandler},Dl6AiX37G:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color\",type:ControlType.Color},NKudH2mEX:{title:\"Link\",type:ControlType.Link},wLjm0wMw9:{defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum},UqPKSoW6Q:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramermstI_ctnt,[{explicitInter:true,fonts:[{family:\"La Nord Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/tkYHAaigq5ez4mzPIusSK6Hqo0.otf\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermstI_ctnt\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"kcKdHX2wm\\\":\\\"title\\\",\\\"qe8e_sxRy\\\":\\\"hover\\\",\\\"Dl6AiX37G\\\":\\\"color\\\",\\\"NKudH2mEX\\\":\\\"link\\\",\\\"wLjm0wMw9\\\":\\\"distribute\\\",\\\"UqPKSoW6Q\\\":\\\"newTab\\\"}\",\"framerIntrinsicWidth\":\"75\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"17\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sftuSZpQF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BT_hiSXx0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Er7BKo8iD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Rh2Pc97Js\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sXofo6lpJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FhDtGDg1f\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DPvHpUegQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mstI_ctnt.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/ZGseddZvhlsMQenMW114/wp7cjnGEcnOXI2P7xHcr/fyvITjK49.js\";import NavMenu from\"https://framerusercontent.com/modules/PLgLEMb4GlkhvuB77pmv/Z3SH6divW52u846e3fuw/mstI_ctnt.js\";const NavMenuFonts=getFonts(NavMenu);const PhosphorFonts=getFonts(Phosphor);const LocaleSelectorFonts=getFonts(LocaleSelector);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const cycleOrder=[\"IvnLIajW5\",\"bgffIJADG\",\"dD29kVL8F\"];const serializationHash=\"framer-eRawI\";const variantClassNames={bgffIJADG:\"framer-v-1eo78h0\",dD29kVL8F:\"framer-v-zn9kfy\",IvnLIajW5:\"framer-v-9j23sl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition3={delay:.3,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:32};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile - Open\":\"dD29kVL8F\",Desktop:\"IvnLIajW5\",Mobile:\"bgffIJADG\"};const getProps=({click,height,hover,id,width,...props})=>{return{...props,cKHXICHdN:click??props.cKHXICHdN,Opzluvre8:hover??props.Opzluvre8,variant:humanReadableVariantMap[props.variant]??props.variant??\"IvnLIajW5\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,Opzluvre8,cKHXICHdN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IvnLIajW5\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1jo16oc=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(cKHXICHdN){const res=await cKHXICHdN(...args);if(res===false)return false;}});const onMouseEnter109ske2=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(Opzluvre8){const res=await Opzluvre8(...args);if(res===false)return false;}});const onClick1jfbi8x=activeVariantCallback(async(...args)=>{setVariant(\"vZNkcdFXx\");});const onClickp4r3dd=activeVariantCallback(async(...args)=>{setVariant(\"dD29kVL8F\");});const onClick12f0fnt=activeVariantCallback(async(...args)=>{setVariant(\"bgffIJADG\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"bgffIJADG\",\"dD29kVL8F\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if([\"bgffIJADG\",\"dD29kVL8F\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"dD29kVL8F\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-9j23sl\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IvnLIajW5\",onMouseEnter:onMouseEnter109ske2,onTap:onTap1jo16oc,ref:refBinding,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-6de9558c-f9a2-4499-b43c-163ab9792546, rgba(255, 255, 255, 0.12))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-5dd4b57a-95e7-4d0f-8b29-d06e8bca1c0e, rgb(16, 15, 10))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{bgffIJADG:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},dD29kVL8F:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({bgffIJADG:{\"data-framer-name\":\"Mobile\"},dD29kVL8F:{\"data-framer-name\":\"Mobile - Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xbetpo\",\"data-framer-name\":\"bar\",layoutDependency:layoutDependency,layoutId:\"Td5Gi_atw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ickhr\",layoutDependency:layoutDependency,layoutId:\"LR_EHq6y1\",whileHover:animation,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qrTvLBAnu\"},motionChild:true,nodeId:\"IWyMSAEX2\",scopeId:\"fyvITjK49\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-19ex70x framer-8mjooc\",\"data-framer-name\":\"Logo_Happn\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IWyMSAEX2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 72 24\"><path d=\"M 28.232 7.773 C 27.667 7.425 27.02 7.252 26.289 7.252 C 25.558 7.252 24.872 7.448 24.27 7.841 C 23.995 8.02 23.743 8.232 23.52 8.472 L 23.52 3.429 L 21.424 3.429 L 21.424 16.945 L 23.558 16.945 L 23.558 11.693 C 23.558 10.947 23.766 10.352 24.183 9.908 C 24.601 9.464 25.136 9.243 25.789 9.243 C 26.443 9.243 26.937 9.462 27.309 9.899 C 27.681 10.337 27.866 10.897 27.866 11.579 L 27.866 16.947 L 30.02 16.947 L 30.02 11.521 C 30.02 10.659 29.862 9.906 29.549 9.262 C 29.235 8.618 28.797 8.122 28.233 7.775 L 28.232 7.773 Z M 38.48 8.465 C 38.265 8.26 38.03 8.076 37.778 7.917 C 37.079 7.473 36.294 7.252 35.423 7.252 C 34.552 7.252 33.734 7.468 33.009 7.899 C 32.285 8.331 31.717 8.924 31.308 9.684 C 30.897 10.444 30.693 11.299 30.693 12.252 C 30.693 13.205 30.898 14.055 31.308 14.801 C 31.719 15.548 32.285 16.133 33.009 16.558 C 33.734 16.984 34.538 17.195 35.423 17.195 C 36.308 17.195 37.08 16.973 37.778 16.529 C 38.03 16.37 38.265 16.186 38.48 15.981 L 38.48 16.946 L 40.634 16.946 L 40.634 7.485 L 38.48 7.485 L 38.48 8.469 Z M 38.115 13.729 C 37.872 14.173 37.531 14.517 37.095 14.761 C 36.659 15.005 36.172 15.128 35.633 15.128 C 35.094 15.128 34.629 15.002 34.201 14.751 C 33.771 14.5 33.431 14.153 33.182 13.708 C 32.932 13.264 32.806 12.765 32.806 12.211 C 32.806 11.658 32.931 11.179 33.182 10.734 C 33.431 10.29 33.771 9.939 34.201 9.682 C 34.63 9.425 35.107 9.296 35.633 9.296 C 36.159 9.296 36.659 9.422 37.095 9.672 C 37.53 9.923 37.872 10.27 38.115 10.715 C 38.357 11.159 38.48 11.659 38.48 12.212 C 38.48 12.766 38.357 13.283 38.115 13.727 Z M 49.432 7.888 C 48.707 7.462 47.903 7.251 47.018 7.251 C 46.133 7.251 45.36 7.473 44.662 7.916 C 44.411 8.075 44.176 8.259 43.961 8.464 L 43.961 7.5 L 41.827 7.5 L 41.827 20.571 L 43.961 20.571 L 43.961 15.978 C 44.176 16.183 44.411 16.367 44.662 16.526 C 45.362 16.97 46.147 17.192 47.018 17.192 C 47.889 17.192 48.707 16.976 49.432 16.545 C 50.156 16.113 50.723 15.519 51.133 14.76 C 51.544 14 51.748 13.145 51.748 12.192 C 51.748 11.239 51.542 10.39 51.133 9.643 C 50.722 8.896 50.155 8.311 49.432 7.886 L 49.432 7.888 Z M 49.259 13.709 C 49.01 14.153 48.669 14.504 48.24 14.761 C 47.81 15.018 47.332 15.147 46.807 15.147 C 46.283 15.147 45.782 15.021 45.346 14.771 C 44.91 14.52 44.569 14.173 44.326 13.727 C 44.083 13.283 43.961 12.784 43.961 12.231 C 43.961 11.677 44.083 11.159 44.326 10.715 C 44.569 10.271 44.91 9.927 45.346 9.683 C 45.78 9.439 46.268 9.316 46.807 9.316 C 47.346 9.316 47.81 9.442 48.24 9.693 C 48.669 9.944 49.01 10.291 49.259 10.736 C 49.509 11.18 49.634 11.679 49.634 12.233 C 49.634 12.786 49.51 13.265 49.259 13.71 Z M 60.29 7.888 C 59.565 7.462 58.761 7.251 57.876 7.251 C 56.991 7.251 56.218 7.473 55.52 7.916 C 55.269 8.075 55.034 8.259 54.819 8.464 L 54.819 7.5 L 52.685 7.5 L 52.685 20.571 L 54.819 20.571 L 54.819 15.978 C 55.034 16.183 55.269 16.367 55.52 16.526 C 56.219 16.97 57.005 17.192 57.876 17.192 C 58.747 17.192 59.565 16.976 60.29 16.545 C 61.014 16.113 61.581 15.519 61.991 14.76 C 62.402 14 62.606 13.145 62.606 12.192 C 62.606 11.239 62.4 10.39 61.991 9.643 C 61.58 8.896 61.013 8.311 60.29 7.886 L 60.29 7.888 Z M 60.117 13.709 C 59.868 14.153 59.527 14.504 59.098 14.761 C 58.668 15.018 58.19 15.147 57.665 15.147 C 57.141 15.147 56.64 15.021 56.204 14.771 C 55.768 14.52 55.427 14.173 55.184 13.727 C 54.941 13.283 54.819 12.784 54.819 12.231 C 54.819 11.677 54.941 11.159 55.184 10.715 C 55.427 10.271 55.768 9.927 56.204 9.683 C 56.64 9.439 57.126 9.316 57.665 9.316 C 58.204 9.316 58.668 9.442 59.098 9.693 C 59.527 9.944 59.868 10.291 60.117 10.736 C 60.367 11.18 60.492 11.679 60.492 12.233 C 60.492 12.786 60.368 13.265 60.117 13.71 Z M 71.529 9.259 C 71.215 8.615 70.777 8.119 70.213 7.772 C 69.648 7.424 69.002 7.251 68.271 7.251 C 67.54 7.251 66.853 7.447 66.252 7.84 C 65.977 8.019 65.725 8.231 65.501 8.471 L 65.501 7.503 L 63.404 7.503 L 63.404 16.944 L 65.538 16.944 L 65.538 11.692 C 65.538 10.946 65.746 10.351 66.164 9.907 C 66.58 9.463 67.116 9.241 67.77 9.241 C 68.424 9.241 68.917 9.461 69.289 9.898 C 69.661 10.335 69.846 10.896 69.846 11.578 L 69.846 16.946 L 72 16.946 L 72 11.52 C 72 10.658 71.843 9.905 71.529 9.261 L 71.529 9.259 Z M 16.427 12.214 C 16.316 9.868 15.21 7.967 13.31 6.862 C 11.506 5.812 9.339 5.627 7.039 6.323 C 6.1 3.212 4.947 0.402 4.816 0.089 L 4.779 0 L 2.238 1.048 L 2.152 1.089 L 2.188 1.177 C 2.322 1.5 3.506 4.401 4.412 7.469 C 3.139 8.196 1.909 9.161 1.19 10.004 C 0.221 11.135 -0.176 12.45 0.072 13.707 C 0.303 14.88 1.074 15.857 2.24 16.46 C 3.642 17.181 5.312 17.109 6.498 16.275 C 7.305 15.706 8.592 14.275 8.148 11.062 C 8.065 10.461 7.939 9.789 7.773 9.063 C 9.35 8.562 10.73 8.647 11.874 9.312 C 14.524 10.851 13.616 14.6 12.361 16.744 C 10.915 19.216 7.702 21.649 7.669 21.673 L 7.591 21.729 L 9.299 24 L 9.377 23.944 C 9.528 23.832 13.075 21.159 14.822 18.173 C 15.946 16.253 16.515 14.137 16.427 12.214 Z M 2.92 12.448 C 3.146 11.869 4.65 10.741 5.089 10.421 C 5.197 10.952 5.546 12.795 5.32 13.375 C 5.063 14.034 4.314 14.36 3.656 14.107 C 2.994 13.851 2.665 13.107 2.92 12.448 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11208026863,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1343l7p\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"oyfTyKsk5\",...addPropertyOverrides({bgffIJADG:{transformTemplate:transformTemplate1},dD29kVL8F:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+(0+((componentViewport?.height||70)-0-70)/2)+26.5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x953kc-container\",layoutDependency:layoutDependency,layoutId:\"zR5QcUbdo-container\",nodeId:\"zR5QcUbdo\",rendersWithMotion:true,scopeId:\"fyvITjK49\",whileHover:animation,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"zR5QcUbdo\",kcKdHX2wm:getLocalizedValue(\"v0\",activeLocale)??\"Jobs\",layoutId:\"zR5QcUbdo\",NKudH2mEX:\"https://www.welcometothejungle.com/fr/companies/happn/jobs\",UqPKSoW6Q:false,variant:\"Rh2Pc97Js\",width:\"100%\",wLjm0wMw9:\"flex-start\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AIZvoJLzt\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+(0+((componentViewport?.height||70)-0-70)/2)+26.5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qtf0qf-container\",layoutDependency:layoutDependency,layoutId:\"E3e6QF5k2-container\",nodeId:\"E3e6QF5k2\",rendersWithMotion:true,scopeId:\"fyvITjK49\",whileHover:animation,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"E3e6QF5k2\",kcKdHX2wm:getLocalizedValue(\"v1\",activeLocale)??\"Newsroom\",layoutId:\"E3e6QF5k2\",NKudH2mEX:resolvedLinks[0],UqPKSoW6Q:false,variant:\"Rh2Pc97Js\",width:\"100%\",wLjm0wMw9:\"flex-start\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WwzV8kmPf\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+(0+((componentViewport?.height||70)-0-70)/2)+26.5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-b8mppu-container\",layoutDependency:layoutDependency,layoutId:\"uksb0lpNo-container\",nodeId:\"uksb0lpNo\",rendersWithMotion:true,scopeId:\"fyvITjK49\",whileHover:animation,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"uksb0lpNo\",kcKdHX2wm:getLocalizedValue(\"v2\",activeLocale)??\"Blog\",layoutId:\"uksb0lpNo\",NKudH2mEX:resolvedLinks1[0],UqPKSoW6Q:false,variant:\"Rh2Pc97Js\",width:\"100%\",wLjm0wMw9:\"flex-start\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nydbwr-container\",\"data-framer-name\":\"Menu\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"CHREINYOf-container\",name:\"Menu\",nodeId:\"CHREINYOf\",rendersWithMotion:true,scopeId:\"fyvITjK49\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-ea9b6130-079d-46de-8f24-bd304cc69ba0, rgb(251, 248, 241))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"List\",id:\"CHREINYOf\",layoutId:\"CHREINYOf\",mirrored:false,name:\"Menu\",onClick:onClick1jfbi8x,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({bgffIJADG:{onClick:onClickp4r3dd,weight:\"bold\"},dD29kVL8F:{iconSelection:\"X\",onClick:onClick12f0fnt,weight:\"bold\"}},baseVariant,gestureVariant)})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-812j5n-container\",\"data-framer-appear-id\":\"812j5n\",initial:animation2,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"B244TdaIf-container\",nodeId:\"B244TdaIf\",optimized:true,rendersWithMotion:true,scopeId:\"fyvITjK49\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-ea9b6130-079d-46de-8f24-bd304cc69ba0, rgb(251, 248, 241))\",size:12,type:\"default\"},fillColor:\"var(--token-57918c0d-e716-4486-9a62-7f718eff5e08, rgb(16, 15, 10))\",font:{fontFamily:'\"La Nord Regular\", \"La Nord Regular Placeholder\", sans-serif',fontSize:\"0px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"var(--token-ea9b6130-079d-46de-8f24-bd304cc69ba0, rgb(251, 248, 241))\",size:24,type:\"default\"},id:\"B244TdaIf\",layoutId:\"B244TdaIf\",options:{border:{color:\"var(--token-6de9558c-f9a2-4499-b43c-163ab9792546, rgba(255, 255, 255, 0.12))\",style:\"solid\",width:2,widthBottom:2,widthLeft:2,widthPerSide:false,widthRight:2,widthTop:2},focus:{color:\"rgba(0, 153, 255, 0)\",offset:0,style:\"solid\",width:0},gap:5,hover:{textColor:\"var(--token-75ab8149-45ac-4814-a3f5-894d47074d9d, rgba(251, 248, 241, 0.6))\"},title:true},padding:\"8px\",radius:\"12px\",textColor:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1afqvax\",\"data-framer-name\":\"Menu Mobile\",layoutDependency:layoutDependency,layoutId:\"iU7PoqR43\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gb4lhv\",layoutDependency:layoutDependency,layoutId:\"GC9A1ikOI\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,...addPropertyOverrides({dD29kVL8F:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+76+20+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-1igkzar-container\",\"data-framer-appear-id\":\"1igkzar\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"mSYY0YFqW-container\",nodeId:\"mSYY0YFqW\",optimized:true,rendersWithMotion:true,scopeId:\"fyvITjK49\",whileHover:animation,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"mSYY0YFqW\",kcKdHX2wm:getLocalizedValue(\"v0\",activeLocale)??\"Jobs\",layoutId:\"mSYY0YFqW\",NKudH2mEX:\"https://www.welcometothejungle.com/fr/companies/happn/jobs\",style:{width:\"100%\"},UqPKSoW6Q:false,variant:\"Er7BKo8iD\",width:\"100%\",wLjm0wMw9:\"flex-start\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AIZvoJLzt\"},implicitPathVariables:undefined},{href:{webPageId:\"AIZvoJLzt\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,...addPropertyOverrides({dD29kVL8F:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+76+20+0+0+37}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-ftjr65-container\",\"data-framer-appear-id\":\"ftjr65\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"fDZzRL0O7-container\",nodeId:\"fDZzRL0O7\",optimized:true,rendersWithMotion:true,scopeId:\"fyvITjK49\",whileHover:animation,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"fDZzRL0O7\",kcKdHX2wm:getLocalizedValue(\"v1\",activeLocale)??\"Newsroom\",layoutId:\"fDZzRL0O7\",NKudH2mEX:resolvedLinks2[0],style:{width:\"100%\"},UqPKSoW6Q:false,variant:\"Er7BKo8iD\",width:\"100%\",wLjm0wMw9:\"flex-start\",...addPropertyOverrides({dD29kVL8F:{NKudH2mEX:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WwzV8kmPf\"},implicitPathVariables:undefined},{href:{webPageId:\"WwzV8kmPf\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,...addPropertyOverrides({dD29kVL8F:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+76+20+0+0+74}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-1jcb64r-container\",\"data-framer-appear-id\":\"1jcb64r\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"ANnk9UfVg-container\",nodeId:\"ANnk9UfVg\",optimized:true,rendersWithMotion:true,scopeId:\"fyvITjK49\",whileHover:animation,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"ANnk9UfVg\",kcKdHX2wm:getLocalizedValue(\"v2\",activeLocale)??\"Blog\",layoutId:\"ANnk9UfVg\",NKudH2mEX:resolvedLinks3[0],style:{width:\"100%\"},UqPKSoW6Q:false,variant:\"Er7BKo8iD\",width:\"100%\",wLjm0wMw9:\"flex-start\",...addPropertyOverrides({dD29kVL8F:{NKudH2mEX:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eRawI.framer-8mjooc, .framer-eRawI .framer-8mjooc { display: block; }\",\".framer-eRawI.framer-9j23sl { 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: 0px; position: relative; width: min-content; }\",\".framer-eRawI .framer-1xbetpo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 70px; justify-content: center; overflow: visible; padding: 16px; position: relative; width: min-content; z-index: 0; }\",\".framer-eRawI .framer-11ickhr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-eRawI .framer-19ex70x { flex: none; height: 24px; position: relative; text-decoration: none; width: 72px; }\",\".framer-eRawI .framer-1343l7p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-eRawI .framer-1x953kc-container, .framer-eRawI .framer-1qtf0qf-container, .framer-eRawI .framer-b8mppu-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-eRawI .framer-nydbwr-container { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-eRawI .framer-812j5n-container { bottom: 120px; flex: none; height: auto; position: absolute; right: 20px; width: auto; z-index: 3; }\",\".framer-eRawI .framer-1afqvax { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 20px; position: relative; width: 1px; }\",\".framer-eRawI .framer-1gb4lhv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eRawI .framer-1igkzar-container, .framer-eRawI .framer-ftjr65-container, .framer-eRawI .framer-1jcb64r-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eRawI.framer-9j23sl, .framer-eRawI .framer-1xbetpo, .framer-eRawI .framer-11ickhr, .framer-eRawI .framer-1343l7p, .framer-eRawI .framer-1afqvax, .framer-eRawI .framer-1gb4lhv { gap: 0px; } .framer-eRawI.framer-9j23sl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-eRawI.framer-9j23sl > :first-child, .framer-eRawI .framer-1xbetpo > :first-child, .framer-eRawI .framer-11ickhr > :first-child, .framer-eRawI .framer-1343l7p > :first-child { margin-left: 0px; } .framer-eRawI.framer-9j23sl > :last-child, .framer-eRawI .framer-1xbetpo > :last-child, .framer-eRawI .framer-11ickhr > :last-child, .framer-eRawI .framer-1343l7p > :last-child { margin-right: 0px; } .framer-eRawI .framer-1xbetpo > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-eRawI .framer-11ickhr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-eRawI .framer-1343l7p > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-eRawI .framer-1afqvax > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-eRawI .framer-1afqvax > :first-child, .framer-eRawI .framer-1gb4lhv > :first-child { margin-top: 0px; } .framer-eRawI .framer-1afqvax > :last-child, .framer-eRawI .framer-1gb4lhv > :last-child { margin-bottom: 0px; } .framer-eRawI .framer-1gb4lhv > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-eRawI.framer-v-1eo78h0.framer-9j23sl { align-content: flex-start; align-items: flex-start; justify-content: flex-start; width: 390px; }\",\".framer-eRawI.framer-v-1eo78h0 .framer-1xbetpo { flex: 1 0 0px; height: min-content; padding: 21px 16px 21px 16px; width: 1px; }\",\".framer-eRawI.framer-v-1eo78h0 .framer-11ickhr, .framer-eRawI.framer-v-zn9kfy .framer-11ickhr { order: 1; }\",\".framer-eRawI.framer-v-1eo78h0 .framer-1343l7p, .framer-eRawI.framer-v-zn9kfy .framer-1343l7p { left: 16px; order: 0; position: absolute; top: 50%; }\",\".framer-eRawI.framer-v-1eo78h0 .framer-nydbwr-container { order: 4; }\",\".framer-eRawI.framer-v-zn9kfy.framer-9j23sl { flex-direction: column; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 390px; }\",\".framer-eRawI.framer-v-zn9kfy .framer-1xbetpo { height: min-content; order: 0; padding: 21px 16px 21px 16px; width: 100%; }\",\".framer-eRawI.framer-v-zn9kfy .framer-812j5n-container { order: 3; }\",\".framer-eRawI.framer-v-zn9kfy .framer-1afqvax { flex: none; order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eRawI.framer-v-zn9kfy.framer-9j23sl { gap: 0px; } .framer-eRawI.framer-v-zn9kfy.framer-9j23sl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-eRawI.framer-v-zn9kfy.framer-9j23sl > :first-child { margin-top: 0px; } .framer-eRawI.framer-v-zn9kfy.framer-9j23sl > :last-child { margin-bottom: 0px; } }\",'.framer-eRawI[data-border=\"true\"]::after, .framer-eRawI [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 70\n * @framerIntrinsicWidth 327.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"bgffIJADG\":{\"layout\":[\"fixed\",\"auto\"]},\"dD29kVL8F\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerVariables {\"Opzluvre8\":\"hover\",\"cKHXICHdN\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerfyvITjK49=withCSS(Component,css,\"framer-eRawI\");export default FramerfyvITjK49;FramerfyvITjK49.displayName=\"Nav Simple\";FramerfyvITjK49.defaultProps={height:70,width:327.5};addPropertyControls(FramerfyvITjK49,{variant:{options:[\"IvnLIajW5\",\"bgffIJADG\",\"dD29kVL8F\"],optionTitles:[\"Desktop\",\"Mobile\",\"Mobile - Open\"],title:\"Variant\",type:ControlType.Enum},Opzluvre8:{title:\"Hover\",type:ControlType.EventHandler},cKHXICHdN:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerfyvITjK49,[{explicitInter:true,fonts:[{family:\"La Nord Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/tkYHAaigq5ez4mzPIusSK6Hqo0.otf\"}]},...NavMenuFonts,...PhosphorFonts,...LocaleSelectorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfyvITjK49\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Opzluvre8\\\":\\\"hover\\\",\\\"cKHXICHdN\\\":\\\"click\\\"}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"70\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bgffIJADG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dD29kVL8F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"327.5\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion,useMotionTemplate,useSpring,useTransform,useMotionValue,useMotionValueEvent,transform}from\"framer-motion\";import{useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */ export default function MagText(props){const mouseX=useMotionValue(0);return /*#__PURE__*/ _jsx(\"div\",{style:{position:\"relative\",cursor:\"default\",whiteSpace:\"pre\",fontFamily:props.font.fontFamily,color:props.color,fontSize:props.font.fontSize,fontWeight:props.font.fontWeight,letterSpacing:props.font.letterSpacing,lineHeight:props.font.lineHeight},onMouseLeave:()=>{mouseX.set(Infinity);},onMouseMove:e=>{mouseX.set(e.clientX);},children:props.text.split(\"\").map((c,idx)=>/*#__PURE__*/ _jsx(Character,{c:c,mouseX:mouseX},idx))});};function Character({c,mouseX}){const ref=useRef(null);const scaleRange=[1,1.2];const scaleX=useSpring(1,{stiffness:350,damping:40});const w=useTransform(scaleX,scaleRange,[0,.07]);const padding=useTransform(scaleX,scaleRange,[0,.05]);const scaleY=useTransform(scaleX,scaleRange,[1,.95]);useMotionValueEvent(mouseX,\"change\",mx=>{if(ref.current){const{left,width}=ref.current.getBoundingClientRect();const characterCenter=left+width/2;const distance=Math.abs(characterCenter-mx);scaleX.set(transform(distance,[70,0],scaleRange));}});return /*#__PURE__*/ _jsx(motion.span,{ref:ref,style:{display:\"inline-block\",scaleX:scaleX,scaleY:scaleY,WebkitTextStrokeColor:\"currentColor\",WebkitTextStrokeWidth:useMotionTemplate`${w}em`,paddingInline:useMotionTemplate`${padding}em`},children:c});}MagText.displayName=\"MagText\";MagText.defaultProps={text:\"Colorless green ideas sleep furiously\",color:\"black\"};addPropertyControls(MagText,{text:{type:ControlType.String,title:\"Text\",defaultValue:\"Colorless green ideas sleep furiously\",displayTextArea:true},font:{title:\"Font\",type:\"font\",controls:\"extended\"},color:{type:ControlType.Color,defaultValue:\"#000\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"MagText\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./magtext.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"Ouvert 24/7 depuis 2014\";export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Entreprise\"})});export const v3=\"Recrutement\";export const v4=\"Presse\";export const v5=\"Magazine\";export const v6=\"Contact\";export const v7=\"Pubs\";export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Utilisateur\\xb7rice\\xb7s\"})});export const v9=\"Charte de confiance\";export const v11=\"FAQ\";export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Mentions l\\xe9gales\"})});export const v13=\"Conditions g\\xe9n\\xe9rales d\u2019utilisation\";export const v14=\"Politique de confidentialit\\xe9\";export const v15=\"Cookies\";export const v16=\"G\\xe9rer les cookies\";export const v17=\"Mentions l\\xe9gales\";\nexport const __FramerMetadata__ = {\"exports\":{\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"Aberto 24 horas por dia, 7 dias por semana desde 2014\";export const v1=\"Aberto\";export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Empresa\"})});export const v3=\"Empregos\";export const v4=\"Sala de Imprensa\";export const v5=\"Revista\";export const v6=\"Contato\";export const v7=\"An\\xfancios\";export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Usu\\xe1rios\"})});export const v9=\"Carta de confian\\xe7a\";export const v10=\"Centro de Seguran\\xe7a\";export const v11=\"Perguntas frequentes\";export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Legal\"})});export const v13=\"Termos de servi\\xe7o\";export const v14=\"Pol\\xedtica de Privacidade\";export const v16=\"Gerenciar cookies\";export const v17=\"Legal\";\nexport const __FramerMetadata__ = {\"exports\":{\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"2014 y\u0131l\u0131ndan beri 7/24 a\\xe7\u0131k\";export const v1=\"A\\xe7\u0131k\";export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"\u015Eirket\"})});export const v3=\"\u0130\u015F f\u0131rsatlar\u0131\";export const v4=\"Haberler\";export const v5=\"Dergi\";export const v6=\"\u0130leti\u015Fim\";export const v7=\"Reklamlar\";export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Kullan\u0131c\u0131lar\"})});export const v9=\"G\\xfcvenlik S\\xf6zle\u015Fmesi\";export const v10=\"G\\xfcvenlik Merkezi\";export const v11=\"FAQ\";export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Yasal\"})});export const v13=\"Hizmet \u015Eartlar\u0131\";export const v14=\"Gizlilik politikas\u0131\";export const v15=\"\\xc7erezler\";export const v16=\"\\xc7erezleri Y\\xf6net\";export const v17=\"Yasal\";\nexport const __FramerMetadata__ = {\"exports\":{\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"Abierto las 24 horas, los 7 d\\xedas de la semana desde 2014\";export const v1=\"Abrir\";export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Compa\\xf1\\xeda\"})});export const v3=\"Trabajos\";export const v4=\"Sala de prensa\";export const v5=\"Revista\";export const v6=\"Contacto\";export const v7=\"Anuncios\";export const v9=\"Fideicomiso\";export const v10=\"Centro de Seguridad\";export const v11=\"Preguntas frecuentes\";export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Legal\"})});export const v13=\"T\\xe9rminos de servicio\";export const v14=\"Pol\\xedtica de privacidad\";export const v16=\"Administrar cookies\";export const v17=\"Legal\";\nexport const __FramerMetadata__ = {\"exports\":{\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f712822)\nimport*as localizedValues from\"./GmYxtlSrA-0.js\";import*as localizedValues1 from\"./GmYxtlSrA-1.js\";import*as localizedValues2 from\"./GmYxtlSrA-2.js\";import*as localizedValues3 from\"./GmYxtlSrA-3.js\";const valuesByLocaleId={b2PaGSxkw:localizedValues,eQ32w08qW:localizedValues3,SUkZcSDwC:localizedValues1,TBZmZ30RN:localizedValues2};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"js8ZSTXAu\",\"Mrvfa_8nD\",\"fpBpmwiGs\"];const serializationHash=\"framer-LlOU8\";const variantClassNames={fpBpmwiGs:\"framer-v-1icbfgn\",js8ZSTXAu:\"framer-v-47myi4\",Mrvfa_8nD:\"framer-v-s268wm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:.7,ease:[.12,.23,.5,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Available-2\":\"Mrvfa_8nD\",Available:\"js8ZSTXAu\",Unavailable:\"fpBpmwiGs\"};const getProps=({greenText,height,id,redText,width,...props})=>{return{...props,jn909WTNI:greenText??props.jn909WTNI??\"Open 24/7 since 2014\",tCgMNdSJ8:redText??props.tCgMNdSJ8??\"UNAVAILABLE\",variant:humanReadableVariantMap[props.variant]??props.variant??\"js8ZSTXAu\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,jn909WTNI,tCgMNdSJ8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"js8ZSTXAu\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearjnur4v=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Mrvfa_8nD\"),1e3);});const onAppear1q1qi2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"js8ZSTXAu\"),1e3);});useOnVariantChange(baseVariant,{default:onAppearjnur4v,fpBpmwiGs:undefined,Mrvfa_8nD:onAppear1q1qi2});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({Mrvfa_8nD:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-47myi4\",className,classNames),\"data-framer-name\":\"Available\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"js8ZSTXAu\",ref:refBinding,style:{...style},...addPropertyOverrides({fpBpmwiGs:{\"data-framer-name\":\"Unavailable\",\"data-highlight\":undefined},Mrvfa_8nD:{\"data-framer-name\":\"Available-2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12d91b\",\"data-framer-name\":\"Pulser\",layoutDependency:layoutDependency,layoutId:\"N30sTE9XT\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-v4qztg\",\"data-framer-name\":\"Pulsing\",layoutDependency:layoutDependency,layoutId:\"SWhob7o43\",style:{backgroundColor:\"rgb(49, 238, 51)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:.5},variants:{fpBpmwiGs:{backgroundColor:\"rgb(237, 49, 49)\"},Mrvfa_8nD:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:0}},...addPropertyOverrides({Mrvfa_8nD:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17wd3z1\",\"data-framer-name\":\"Solid\",layoutDependency:layoutDependency,layoutId:\"ZCnE0RZqs\",style:{backgroundColor:\"rgb(49, 238, 51)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0px 20px 0px rgba(49, 238, 51, 0.5)\"},variants:{fpBpmwiGs:{backgroundColor:\"rgb(237, 49, 49)\",boxShadow:\"0px 0px 20px 0px rgba(237, 49, 49, 0.5)\"},Mrvfa_8nD:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgUmVndWxhcg==\",\"--framer-font-family\":'\"La Nord Regular\", \"La Nord Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Open 24/7 since 2014\"})}),className:\"framer-19aw5yp\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;La Nord Regular\"],layoutDependency:layoutDependency,layoutId:\"T01rR__yQ\",style:{\"--extracted-r6o4lv\":\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:jn909WTNI,variants:{fpBpmwiGs:{\"--extracted-r6o4lv\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fpBpmwiGs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIE1vbm8tNTAw\",\"--framer-font-family\":'\"Noto Sans Mono\", \"Noto Sans Mono Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165)))\"},children:\"UNAVAILABLE\"})}),fonts:[\"GF;Noto Sans Mono-500\"],text:tCgMNdSJ8}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LlOU8.framer-1n98hd2, .framer-LlOU8 .framer-1n98hd2 { display: block; }\",\".framer-LlOU8.framer-47myi4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LlOU8 .framer-12d91b { flex: none; height: 12px; overflow: visible; position: relative; width: 12px; }\",\".framer-LlOU8 .framer-v4qztg { flex: none; height: 12px; left: calc(50.00000000000002% - 12px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 12px / 2); width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LlOU8 .framer-17wd3z1 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LlOU8 .framer-19aw5yp { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LlOU8.framer-47myi4 { gap: 0px; } .framer-LlOU8.framer-47myi4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-LlOU8.framer-47myi4 > :first-child { margin-left: 0px; } .framer-LlOU8.framer-47myi4 > :last-child { margin-right: 0px; } }\",\".framer-LlOU8.framer-v-s268wm .framer-v4qztg { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); left: 50%; top: 50%; width: 48px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 174\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Mrvfa_8nD\":{\"layout\":[\"auto\",\"auto\"]},\"fpBpmwiGs\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"jn909WTNI\":\"greenText\",\"tCgMNdSJ8\":\"redText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerZiv02ECoi=withCSS(Component,css,\"framer-LlOU8\");export default FramerZiv02ECoi;FramerZiv02ECoi.displayName=\"Availability\";FramerZiv02ECoi.defaultProps={height:14,width:174};addPropertyControls(FramerZiv02ECoi,{variant:{options:[\"js8ZSTXAu\",\"Mrvfa_8nD\",\"fpBpmwiGs\"],optionTitles:[\"Available\",\"Available-2\",\"Unavailable\"],title:\"Variant\",type:ControlType.Enum},jn909WTNI:{defaultValue:\"Open 24/7 since 2014\",displayTextArea:false,title:\"Green text\",type:ControlType.String},tCgMNdSJ8:{defaultValue:\"UNAVAILABLE\",displayTextArea:false,title:\"Red text\",type:ControlType.String}});addFonts(FramerZiv02ECoi,[{explicitInter:true,fonts:[{family:\"La Nord Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/tkYHAaigq5ez4mzPIusSK6Hqo0.otf\"},{family:\"Noto Sans Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_GFJ49_XVEQQL8Y.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZiv02ECoi\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"174\",\"framerIntrinsicHeight\":\"14\",\"framerVariables\":\"{\\\"jn909WTNI\\\":\\\"greenText\\\",\\\"tCgMNdSJ8\\\":\\\"redText\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Mrvfa_8nD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fpBpmwiGs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ziv02ECoi.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MagText from\"https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/vNEFcDpZq4Apej6Lf5Jr/fYUGHRb72QLiqfZl04Qu/GmYxtlSrA.js\";import NavMenu from\"https://framerusercontent.com/modules/PLgLEMb4GlkhvuB77pmv/Z3SH6divW52u846e3fuw/mstI_ctnt.js\";import Availability from\"https://framerusercontent.com/modules/EM9wqVOWcPWcJnvmxHxR/7xko4SHSCc2ENnsWZUAU/Ziv02ECoi.js\";const AvailabilityFonts=getFonts(Availability);const NavMenuFonts=getFonts(NavMenu);const ImageWithFX=withFX(Image);const MagTextFonts=getFonts(MagText);const cycleOrder=[\"lRCtCcLDs\",\"nDG61T7Um\",\"Oq3BQlqcY\"];const serializationHash=\"framer-Dm08v\";const variantClassNames={lRCtCcLDs:\"framer-v-4vmf68\",nDG61T7Um:\"framer-v-kuy6ba\",Oq3BQlqcY:\"framer-v-ja16y7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"default\":return\"https://www.tiktok.com/@happn.app?lang=en\";case\"b2PaGSxkw\":return\"https://www.tiktok.com/@happn.app?lang=fr\";default:return\"https://www.tiktok.com/@happn.app?lang=en\";}};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"default\":return\"https://www.instagram.com/happn_app\";case\"b2PaGSxkw\":return\"https://www.instagram.com/happn.fr/\";default:return\"https://www.instagram.com/happn_app\";}};const animation1={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const inertia={bounceDamping:30,bounceStiffness:400,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.15,skewX:0,skewY:0,transition:transition2};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"lRCtCcLDs\",Mobile:\"Oq3BQlqcY\",Tablet:\"nDG61T7Um\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"lRCtCcLDs\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lRCtCcLDs\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"Oq3BQlqcY\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4vmf68\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"lRCtCcLDs\",ref:refBinding,style:{backgroundColor:\"rgb(32, 29, 20)\",...style},...addPropertyOverrides({nDG61T7Um:{\"data-framer-name\":\"Tablet\"},Oq3BQlqcY:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wt6ktu\",\"data-framer-name\":\"Canvas\",layoutDependency:layoutDependency,layoutId:\"vWTIvVHBa\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-olho83\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"eGJoTSCef\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12tar18\",layoutDependency:layoutDependency,layoutId:\"Ii8f33oEj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-124ukl0\",layoutDependency:layoutDependency,layoutId:\"OcB2v2m7U\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qrTvLBAnu\"},motionChild:true,nodeId:\"dSJimHPdG\",scopeId:\"GmYxtlSrA\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-91g3y3 framer-4ha585\",\"data-framer-name\":\"Logo_Happn\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dSJimHPdG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 120 40\"><path d=\"M 47.053 12.955 C 46.111 12.376 45.034 12.086 43.816 12.086 C 42.597 12.086 41.453 12.414 40.45 13.069 C 39.992 13.367 39.572 13.72 39.2 14.119 L 39.2 5.715 L 35.706 5.715 L 35.706 28.241 L 39.263 28.241 L 39.263 19.489 C 39.263 18.244 39.61 17.253 40.306 16.513 C 41.002 15.773 41.893 15.404 42.982 15.404 C 44.072 15.404 44.895 15.77 45.515 16.499 C 46.134 17.228 46.444 18.161 46.444 19.299 L 46.444 28.245 L 50.033 28.245 L 50.033 19.202 C 50.033 17.765 49.771 16.51 49.249 15.437 C 48.724 14.364 47.994 13.537 47.054 12.958 L 47.053 12.955 Z M 64.133 14.109 C 63.775 13.766 63.383 13.46 62.964 13.195 C 61.798 12.455 60.49 12.086 59.038 12.086 C 57.587 12.086 56.223 12.446 55.015 13.165 C 53.808 13.884 52.861 14.874 52.18 16.14 C 51.495 17.407 51.155 18.832 51.155 20.421 C 51.155 22.009 51.496 23.425 52.18 24.668 C 52.864 25.913 53.808 26.888 55.015 27.597 C 56.223 28.306 57.564 28.659 59.038 28.659 C 60.513 28.659 61.8 28.288 62.964 27.548 C 63.383 27.283 63.775 26.977 64.133 26.635 L 64.133 28.243 L 67.723 28.243 L 67.723 12.475 L 64.133 12.475 L 64.133 14.114 Z M 63.524 22.881 C 63.119 23.621 62.552 24.194 61.825 24.601 C 61.099 25.008 60.287 25.213 59.389 25.213 C 58.491 25.213 57.715 25.003 57.002 24.585 C 56.286 24.167 55.718 23.588 55.303 22.847 C 54.887 22.107 54.677 21.274 54.677 20.352 C 54.677 19.429 54.885 18.632 55.303 17.89 C 55.718 17.15 56.286 16.565 57.002 16.137 C 57.717 15.708 58.512 15.493 59.389 15.493 C 60.266 15.493 61.099 15.703 61.825 16.121 C 62.55 16.538 63.119 17.117 63.524 17.859 C 63.929 18.599 64.133 19.431 64.133 20.354 C 64.133 21.276 63.929 22.139 63.524 22.879 Z M 82.386 13.146 C 81.179 12.437 79.838 12.084 78.363 12.084 C 76.888 12.084 75.599 12.455 74.437 13.193 C 74.018 13.459 73.627 13.765 73.268 14.107 L 73.268 12.501 L 69.711 12.501 L 69.711 34.285 L 73.268 34.285 L 73.268 26.629 C 73.626 26.972 74.018 27.278 74.437 27.543 C 75.603 28.283 76.912 28.654 78.363 28.654 C 79.814 28.654 81.179 28.294 82.386 27.575 C 83.593 26.855 84.539 25.866 85.222 24.599 C 85.907 23.333 86.247 21.908 86.247 20.319 C 86.247 18.731 85.903 17.316 85.222 16.072 C 84.537 14.827 83.591 13.852 82.386 13.143 L 82.386 13.146 Z M 82.099 22.848 C 81.683 23.588 81.115 24.173 80.4 24.601 C 79.684 25.03 78.887 25.245 78.012 25.245 C 77.138 25.245 76.303 25.035 75.576 24.618 C 74.849 24.2 74.282 23.621 73.877 22.879 C 73.472 22.139 73.268 21.307 73.268 20.384 C 73.268 19.462 73.472 18.599 73.877 17.859 C 74.282 17.119 74.849 16.545 75.576 16.139 C 76.301 15.732 77.114 15.527 78.012 15.527 C 78.911 15.527 79.684 15.737 80.4 16.155 C 81.115 16.573 81.683 17.152 82.099 17.893 C 82.514 18.633 82.724 19.465 82.724 20.388 C 82.724 21.311 82.516 22.108 82.099 22.85 Z M 100.483 13.146 C 99.275 12.437 97.934 12.084 96.46 12.084 C 94.985 12.084 93.696 12.455 92.534 13.193 C 92.115 13.459 91.723 13.765 91.365 14.107 L 91.365 12.501 L 87.808 12.501 L 87.808 34.285 L 91.365 34.285 L 91.365 26.629 C 91.723 26.972 92.115 27.278 92.534 27.543 C 93.698 28.283 95.008 28.654 96.46 28.654 C 97.911 28.654 99.275 28.294 100.483 27.575 C 101.69 26.855 102.635 25.866 103.318 24.599 C 104.003 23.333 104.343 21.908 104.343 20.319 C 104.343 18.731 104 17.316 103.318 16.072 C 102.633 14.827 101.688 13.852 100.483 13.143 L 100.483 13.146 Z M 100.195 22.848 C 99.78 23.588 99.212 24.173 98.496 24.601 C 97.781 25.03 96.984 25.245 96.109 25.245 C 95.234 25.245 94.399 25.035 93.673 24.618 C 92.946 24.2 92.379 23.621 91.974 22.879 C 91.569 22.139 91.365 21.307 91.365 20.384 C 91.365 19.462 91.569 18.599 91.974 17.859 C 92.379 17.119 92.946 16.545 93.673 16.139 C 94.399 15.732 95.211 15.527 96.109 15.527 C 97.007 15.527 97.781 15.737 98.496 16.155 C 99.212 16.573 99.78 17.152 100.195 17.893 C 100.611 18.633 100.821 19.465 100.821 20.388 C 100.821 21.311 100.613 22.108 100.195 22.85 Z M 119.216 15.431 C 118.692 14.358 117.961 13.532 117.022 12.953 C 116.08 12.374 115.003 12.084 113.785 12.084 C 112.566 12.084 111.422 12.412 110.419 13.067 C 109.961 13.365 109.541 13.718 109.169 14.118 L 109.169 12.504 L 105.673 12.504 L 105.673 28.239 L 109.23 28.239 L 109.23 19.487 C 109.23 18.243 109.577 17.251 110.273 16.511 C 110.967 15.771 111.86 15.402 112.95 15.402 C 114.039 15.402 114.862 15.768 115.482 16.497 C 116.102 17.226 116.411 18.159 116.411 19.297 L 116.411 28.243 L 120 28.243 L 120 19.199 C 120 17.763 119.738 16.508 119.216 15.435 L 119.216 15.431 Z M 27.378 20.357 C 27.193 16.446 25.35 13.278 22.183 11.437 C 19.176 9.687 15.565 9.378 11.732 10.538 C 10.166 5.353 8.245 0.669 8.026 0.148 L 7.965 0 L 3.731 1.747 L 3.586 1.814 L 3.647 1.961 C 3.87 2.5 5.843 7.336 7.353 12.448 C 5.232 13.66 3.181 15.268 1.983 16.674 C 0.369 18.559 -0.293 20.75 0.119 22.845 C 0.504 24.8 1.789 26.428 3.734 27.433 C 6.069 28.636 8.853 28.514 10.83 27.125 C 12.174 26.177 14.32 23.791 13.581 18.436 C 13.441 17.436 13.232 16.316 12.955 15.106 C 15.583 14.27 17.884 14.411 19.79 15.52 C 24.206 18.085 22.693 24.334 20.602 27.906 C 18.191 32.027 12.836 36.082 12.782 36.121 L 12.652 36.215 L 15.498 40 L 15.628 39.906 C 15.879 39.72 21.791 35.266 24.703 30.289 C 26.577 27.089 27.526 23.561 27.378 20.357 Z M 4.867 20.746 C 5.243 19.782 7.75 17.902 8.482 17.369 C 8.661 18.253 9.243 21.325 8.867 22.291 C 8.439 23.389 7.19 23.934 6.093 23.512 C 4.99 23.085 4.441 21.844 4.867 20.746 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12102455148,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:14,width:\"254px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+0+52,...addPropertyOverrides({nDG61T7Um:{y:(componentViewport?.y||0)+0+0+0+80+0+0+0+0+52},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6gheg2-container\",layoutDependency:layoutDependency,layoutId:\"ULebscnUD-container\",nodeId:\"ULebscnUD\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",children:/*#__PURE__*/_jsx(Availability,{height:\"100%\",id:\"ULebscnUD\",jn909WTNI:getLocalizedValue(\"v0\",activeLocale)??\"Open 24/7 since 2014\",layoutId:\"ULebscnUD\",style:{width:\"100%\"},tCgMNdSJ8:getLocalizedValue(\"v1\",activeLocale)??\"Open\",variant:\"js8ZSTXAu\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16wb1x3\",\"data-framer-name\":\"Social\",layoutDependency:layoutDependency,layoutId:\"lpB5JUxyz\",children:[/*#__PURE__*/_jsx(Link,{href:convertFromEnum(activeLocale?.id,activeLocale),motionChild:true,nodeId:\"eiDA8S9Ji\",openInNewTab:true,scopeId:\"GmYxtlSrA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ji00sn framer-4ha585\",\"data-framer-name\":\"TikTok\",layoutDependency:layoutDependency,layoutId:\"eiDA8S9Ji\",style:{opacity:.8},whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-bc5kw2\",\"data-framer-name\":\"TikTok\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"byQkDevvH\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},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 17.631 7.136 C 17.514 7.077 17.401 7.012 17.29 6.941 C 16.97 6.733 16.676 6.488 16.415 6.211 C 15.763 5.478 15.519 4.734 15.429 4.213 L 15.433 4.213 C 15.358 3.78 15.389 3.501 15.394 3.501 L 12.421 3.501 L 12.421 14.79 C 12.421 14.942 12.421 15.092 12.415 15.24 C 12.415 15.258 12.413 15.275 12.412 15.295 C 12.412 15.303 12.412 15.311 12.41 15.32 L 12.41 15.326 C 12.346 16.149 11.87 16.886 11.14 17.294 C 10.765 17.503 10.342 17.613 9.91 17.613 C 8.526 17.613 7.403 16.503 7.403 15.134 C 7.403 13.764 8.526 12.655 9.91 12.655 C 10.173 12.654 10.433 12.695 10.682 12.775 L 10.686 9.802 C 9.156 9.608 7.614 10.051 6.432 11.024 C 5.919 11.462 5.489 11.983 5.159 12.566 C 5.033 12.779 4.56 13.632 4.503 15.018 C 4.467 15.805 4.707 16.62 4.822 16.956 L 4.822 16.964 C 4.894 17.162 5.173 17.839 5.629 18.409 C 5.996 18.867 6.43 19.269 6.916 19.602 L 6.916 19.595 L 6.923 19.602 C 8.362 20.563 9.958 20.5 9.958 20.5 C 10.234 20.489 11.159 20.5 12.21 20.011 C 13.375 19.468 14.038 18.661 14.038 18.661 C 14.462 18.178 14.799 17.628 15.035 17.034 C 15.304 16.34 15.394 15.507 15.394 15.174 L 15.394 9.184 C 15.43 9.206 15.91 9.518 15.91 9.518 C 15.91 9.518 16.602 9.953 17.681 10.237 C 18.456 10.439 19.499 10.481 19.499 10.481 L 19.499 7.583 C 19.133 7.622 18.391 7.508 17.631 7.136 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:12632740446,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:convertFromEnum1(activeLocale?.id,activeLocale),motionChild:true,nodeId:\"aHaE83ZUn\",openInNewTab:true,scopeId:\"GmYxtlSrA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-a0v2aa framer-4ha585\",\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"aHaE83ZUn\",style:{opacity:.8},whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-76nm2s\",\"data-framer-name\":\"Instagram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"W4HrNZlSb\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},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 4 8.667 C 4 6.089 6.089 4 8.667 4 L 15.333 4 C 17.911 4 20 6.089 20 8.667 L 20 15.333 C 20 17.911 17.911 20 15.333 20 L 8.667 20 C 6.089 20 4 17.911 4 15.333 Z M 15.333 7.333 C 15.322 7.817 15.574 8.268 15.991 8.513 C 16.408 8.758 16.924 8.758 17.341 8.513 C 17.758 8.269 18.01 7.817 17.999 7.334 C 17.983 6.609 17.391 6.03 16.667 6.03 C 15.942 6.03 15.35 6.609 15.333 7.333 Z M 8.667 12 C 8.667 13.841 10.16 15.334 12.001 15.333 C 13.842 15.333 15.334 13.84 15.334 11.999 C 15.334 10.158 13.841 8.666 12 8.666 C 10.159 8.666 8.666 10.159 8.667 12 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11957378107,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://fr.linkedin.com/company/happn\",motionChild:true,nodeId:\"rAFy07aCN\",openInNewTab:true,scopeId:\"GmYxtlSrA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-x7y40r framer-4ha585\",\"data-framer-name\":\"LinkedIn\",layoutDependency:layoutDependency,layoutId:\"rAFy07aCN\",style:{opacity:.8},whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-oa576d\",\"data-framer-name\":\"LinkedIn\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"SsMawnzgZ\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},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 4 7 C 4 5.343 5.343 4 7 4 L 17 4 C 18.657 4 20 5.343 20 7 L 20 17 C 20 18.657 18.657 20 17 20 L 7 20 C 5.343 20 4 18.657 4 17 Z M 8.85 17.393 L 8.85 10.169 L 6.434 10.169 L 6.434 17.393 Z M 7.642 9.182 C 8.484 9.182 9.009 8.628 9.009 7.934 C 8.993 7.225 8.484 6.686 7.658 6.686 C 6.831 6.686 6.291 7.225 6.291 7.934 C 6.291 8.628 6.815 9.182 7.626 9.182 Z M 10.187 17.394 C 10.187 17.394 10.187 17.394 10.187 17.393 L 10.187 17.393 Z M 12.604 17.393 L 12.604 13.359 C 12.604 13.143 12.62 12.928 12.683 12.773 C 12.858 12.342 13.256 11.895 13.923 11.895 C 14.798 11.895 15.148 12.557 15.148 13.529 L 15.148 17.393 L 17.564 17.393 L 17.564 13.251 C 17.564 11.032 16.372 9.999 14.782 9.999 C 13.5 9.999 12.925 10.699 12.604 11.192 L 12.604 10.169 L 10.187 10.169 C 10.219 10.844 10.188 17.351 10.187 17.393 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11863471675,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/c/happn\",motionChild:true,nodeId:\"mLkVvyF2X\",openInNewTab:true,scopeId:\"GmYxtlSrA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-8ng885 framer-4ha585\",\"data-framer-name\":\"YouTube\",layoutDependency:layoutDependency,layoutId:\"mLkVvyF2X\",style:{opacity:.8},whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ulx3vl\",\"data-framer-name\":\"Youtube\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"CSYdMnn7m\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},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 23 12 C 23 12 23 15.487 22.54 17.158 C 22.285 18.082 21.544 18.804 20.595 19.052 C 18.88 19.5 12 19.5 12 19.5 C 12 19.5 5.12 19.5 3.405 19.052 C 2.456 18.803 1.715 18.082 1.46 17.158 C 1 15.487 1 12 1 12 C 1 12 1 8.513 1.46 6.842 C 1.715 5.918 2.456 5.197 3.405 4.948 C 5.12 4.5 12 4.5 12 4.5 C 12 4.5 18.88 4.5 20.595 4.948 C 21.544 5.197 22.285 5.918 22.54 6.842 C 22.998 8.513 23 12 23 12 Z M 9.798 14.359 C 9.798 14.742 10.21 14.983 10.543 14.795 L 14.738 12.436 C 15.078 12.245 15.078 11.756 14.738 11.564 L 10.543 9.205 C 10.21 9.018 9.798 9.259 9.798 9.641 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:12245976959,withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wxibv6\",\"data-framer-name\":\"Arbo\",layoutDependency:layoutDependency,layoutId:\"V8K9x0jOe\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p4grtz\",layoutDependency:layoutDependency,layoutId:\"JhLX5TFMs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Company\"})}),className:\"framer-1gpb0eu\",fonts:[\"CUSTOM;La Nord Medium\"],layoutDependency:layoutDependency,layoutId:\"YcD4mDQlK\",style:{\"--extracted-r6o4lv\":\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18ue7qm\",layoutDependency:layoutDependency,layoutId:\"PewG5C2QN\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+0,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+0},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rywkz8-container\",layoutDependency:layoutDependency,layoutId:\"K9JYMSZYv-container\",nodeId:\"K9JYMSZYv\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"K9JYMSZYv\",kcKdHX2wm:getLocalizedValue(\"v3\",activeLocale)??\"Jobs\",layoutId:\"K9JYMSZYv\",NKudH2mEX:\"https://www.welcometothejungle.com/fr/companies/happn/jobs\",style:{width:\"100%\"},UqPKSoW6Q:true,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AIZvoJLzt\"},implicitPathVariables:undefined},{href:{webPageId:\"AIZvoJLzt\"},implicitPathVariables:undefined},{href:{webPageId:\"AIZvoJLzt\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+27,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+27},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1say0mw-container\",layoutDependency:layoutDependency,layoutId:\"O9KmQZe89-container\",nodeId:\"O9KmQZe89\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"O9KmQZe89\",kcKdHX2wm:getLocalizedValue(\"v4\",activeLocale)??\"Newsroom\",layoutId:\"O9KmQZe89\",NKudH2mEX:resolvedLinks[0],style:{width:\"100%\"},UqPKSoW6Q:true,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\",...addPropertyOverrides({nDG61T7Um:{NKudH2mEX:resolvedLinks[1]},Oq3BQlqcY:{NKudH2mEX:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WwzV8kmPf\"},implicitPathVariables:undefined},{href:{webPageId:\"WwzV8kmPf\"},implicitPathVariables:undefined},{href:{webPageId:\"WwzV8kmPf\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+54,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+54},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16l82r2-container\",layoutDependency:layoutDependency,layoutId:\"S0SRiRPYq-container\",nodeId:\"S0SRiRPYq\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"S0SRiRPYq\",kcKdHX2wm:getLocalizedValue(\"v5\",activeLocale)??\"Magazine\",layoutId:\"S0SRiRPYq\",NKudH2mEX:resolvedLinks1[0],style:{width:\"100%\"},UqPKSoW6Q:false,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\",...addPropertyOverrides({nDG61T7Um:{NKudH2mEX:resolvedLinks1[1]},Oq3BQlqcY:{NKudH2mEX:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+81,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+81},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11f7upw-container\",layoutDependency:layoutDependency,layoutId:\"SIKmAzwGF-container\",nodeId:\"SIKmAzwGF\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"SIKmAzwGF\",kcKdHX2wm:getLocalizedValue(\"v6\",activeLocale)??\"Contact\",layoutId:\"SIKmAzwGF\",NKudH2mEX:\"https://support.happn.fr/hc\",style:{width:\"100%\"},UqPKSoW6Q:true,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GtVE0EVua\"},implicitPathVariables:undefined},{href:{webPageId:\"GtVE0EVua\"},implicitPathVariables:undefined},{href:{webPageId:\"GtVE0EVua\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+108,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+108},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-faswba-container\",layoutDependency:layoutDependency,layoutId:\"dddTRUBHu-container\",nodeId:\"dddTRUBHu\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"dddTRUBHu\",kcKdHX2wm:getLocalizedValue(\"v7\",activeLocale)??\"Ads\",layoutId:\"dddTRUBHu\",NKudH2mEX:resolvedLinks2[0],style:{width:\"100%\"},UqPKSoW6Q:false,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\",...addPropertyOverrides({nDG61T7Um:{NKudH2mEX:resolvedLinks2[1]},Oq3BQlqcY:{NKudH2mEX:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4pnyf5\",layoutDependency:layoutDependency,layoutId:\"Xh_9BnPI7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Users\"})}),className:\"framer-19f3ij5\",fonts:[\"CUSTOM;La Nord Medium\"],layoutDependency:layoutDependency,layoutId:\"scYtcmdqd\",style:{\"--extracted-r6o4lv\":\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nwluie\",layoutDependency:layoutDependency,layoutId:\"pXrya0Sys\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{zRwqUzYm8:\"trust-charter\"},unresolvedPathSlugs:{zRwqUzYm8:{collectionId:\"n1RrPOvCj\",collectionItemId:\"hn6JAlNeX\"}},webPageId:\"mXHIgXrnh\"},implicitPathVariables:undefined},{href:{pathVariables:{zRwqUzYm8:\"trust-charter\"},unresolvedPathSlugs:{zRwqUzYm8:{collectionId:\"n1RrPOvCj\",collectionItemId:\"hn6JAlNeX\"}},webPageId:\"mXHIgXrnh\"},implicitPathVariables:undefined},{href:{pathVariables:{zRwqUzYm8:\"trust-charter\"},unresolvedPathSlugs:{zRwqUzYm8:{collectionId:\"n1RrPOvCj\",collectionItemId:\"hn6JAlNeX\"}},webPageId:\"mXHIgXrnh\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+0,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+0},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fwgr8-container\",layoutDependency:layoutDependency,layoutId:\"XQP06FZqR-container\",nodeId:\"XQP06FZqR\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"XQP06FZqR\",kcKdHX2wm:getLocalizedValue(\"v9\",activeLocale)??\"Trust charter\",layoutId:\"XQP06FZqR\",NKudH2mEX:resolvedLinks3[0],style:{width:\"100%\"},UqPKSoW6Q:false,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\",...addPropertyOverrides({nDG61T7Um:{NKudH2mEX:resolvedLinks3[1]},Oq3BQlqcY:{NKudH2mEX:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{BkE7uqyeB:\"the-basics\"},unresolvedPathSlugs:{BkE7uqyeB:{collectionId:\"K15HkcHei\",collectionItemId:\"o3qiFvili\"}},webPageId:\"dOju6aEOJ\"},implicitPathVariables:undefined},{href:{pathVariables:{BkE7uqyeB:\"the-basics\"},unresolvedPathSlugs:{BkE7uqyeB:{collectionId:\"K15HkcHei\",collectionItemId:\"o3qiFvili\"}},webPageId:\"dOju6aEOJ\"},implicitPathVariables:undefined},{href:{pathVariables:{BkE7uqyeB:\"the-basics\"},unresolvedPathSlugs:{BkE7uqyeB:{collectionId:\"K15HkcHei\",collectionItemId:\"o3qiFvili\"}},webPageId:\"dOju6aEOJ\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+27,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+27},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jsw376-container\",layoutDependency:layoutDependency,layoutId:\"OmI9OYSr6-container\",nodeId:\"OmI9OYSr6\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"OmI9OYSr6\",kcKdHX2wm:getLocalizedValue(\"v10\",activeLocale)??\"Safety Center\",layoutId:\"OmI9OYSr6\",NKudH2mEX:resolvedLinks4[0],style:{width:\"100%\"},UqPKSoW6Q:false,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\",...addPropertyOverrides({nDG61T7Um:{NKudH2mEX:resolvedLinks4[1]},Oq3BQlqcY:{NKudH2mEX:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+54,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+54},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2cxv5o-container\",layoutDependency:layoutDependency,layoutId:\"PBHCFScnE-container\",nodeId:\"PBHCFScnE\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"PBHCFScnE\",kcKdHX2wm:getLocalizedValue(\"v11\",activeLocale)??\"FAQ\",layoutId:\"PBHCFScnE\",NKudH2mEX:\"https://support.happn.fr/hc\",style:{width:\"100%\"},UqPKSoW6Q:true,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fyue7q\",layoutDependency:layoutDependency,layoutId:\"BdvJ66qSi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xhIE5vcmQgTWVkaXVt\",\"--framer-font-family\":'\"La Nord Medium\", \"La Nord Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241)))\"},children:\"Legal\"})}),className:\"framer-1utvi6u\",fonts:[\"CUSTOM;La Nord Medium\"],layoutDependency:layoutDependency,layoutId:\"OjUKUhqaU\",style:{\"--extracted-r6o4lv\":\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b11su6\",layoutDependency:layoutDependency,layoutId:\"JOhMHwdro\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+0,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+0},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-81t50v-container\",layoutDependency:layoutDependency,layoutId:\"Cyt_OCCer-container\",nodeId:\"Cyt_OCCer\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"Cyt_OCCer\",kcKdHX2wm:getLocalizedValue(\"v13\",activeLocale)??\"Terms of service\",layoutId:\"Cyt_OCCer\",NKudH2mEX:\"https://support.happn.fr/hc/p/terms\",style:{width:\"100%\"},UqPKSoW6Q:true,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+27,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+27},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1m1raqk-container\",layoutDependency:layoutDependency,layoutId:\"Ivnmuo_Zt-container\",nodeId:\"Ivnmuo_Zt\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"Ivnmuo_Zt\",kcKdHX2wm:getLocalizedValue(\"v14\",activeLocale)??\"Privacy policy\",layoutId:\"Ivnmuo_Zt\",NKudH2mEX:\"https://support.happn.fr/hc/p/privacy\",style:{width:\"100%\"},UqPKSoW6Q:true,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+54,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+54},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iw1g2e-container\",layoutDependency:layoutDependency,layoutId:\"JqrUWdM7H-container\",nodeId:\"JqrUWdM7H\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"JqrUWdM7H\",kcKdHX2wm:getLocalizedValue(\"v15\",activeLocale)??\"Cookies\",layoutId:\"JqrUWdM7H\",NKudH2mEX:\"https://support.happn.fr/hc/p/cookies/\",style:{width:\"100%\"},UqPKSoW6Q:true,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+81,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+81},Oq3BQlqcY:{width:undefined,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rsgehn-container\",layoutDependency:layoutDependency,layoutId:\"saqozcKiy-container\",nodeId:\"saqozcKiy\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"saqozcKiy\",kcKdHX2wm:getLocalizedValue(\"v16\",activeLocale)??\"Manage cookies\",layoutId:\"saqozcKiy\",NKudH2mEX:\"javascript:Didomi.preferences.show()\",style:{width:\"100%\"},UqPKSoW6Q:false,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\",...addPropertyOverrides({Oq3BQlqcY:{variant:\"Rh2Pc97Js\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{zRwqUzYm8:\"legal\"},unresolvedPathSlugs:{zRwqUzYm8:{collectionId:\"n1RrPOvCj\",collectionItemId:\"GdSELdK48\"}},webPageId:\"mXHIgXrnh\"},implicitPathVariables:undefined},{href:{pathVariables:{zRwqUzYm8:\"legal\"},unresolvedPathSlugs:{zRwqUzYm8:{collectionId:\"n1RrPOvCj\",collectionItemId:\"GdSELdK48\"}},webPageId:\"mXHIgXrnh\"},implicitPathVariables:undefined},{href:{pathVariables:{zRwqUzYm8:\"legal\"},unresolvedPathSlugs:{zRwqUzYm8:{collectionId:\"n1RrPOvCj\",collectionItemId:\"GdSELdK48\"}},webPageId:\"mXHIgXrnh\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 534px) * 1, 1px) / 3, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+0+80+0+0+90+0+108,...addPropertyOverrides({nDG61T7Um:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+80+170+0+0+90+0+108},Oq3BQlqcY:{width:\"310px\",y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o94mz6-container\",layoutDependency:layoutDependency,layoutId:\"y_Va9_k1W-container\",nodeId:\"y_Va9_k1W\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",whileHover:animation1,children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"var(--token-35ac9d45-083a-4300-9a4b-b41409a20ca3, rgb(251, 248, 241))\",height:\"100%\",id:\"y_Va9_k1W\",kcKdHX2wm:getLocalizedValue(\"v17\",activeLocale)??\"Legal\",layoutId:\"y_Va9_k1W\",NKudH2mEX:resolvedLinks5[0],style:{width:\"100%\"},UqPKSoW6Q:false,variant:\"BT_hiSXx0\",width:\"100%\",wLjm0wMw9:\"flex-start\",...addPropertyOverrides({nDG61T7Um:{NKudH2mEX:resolvedLinks5[1]},Oq3BQlqcY:{NKudH2mEX:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})})]})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:1712,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+765-466),pixelHeight:840,pixelWidth:560,sizes:\"199px\",src:\"https://framerusercontent.com/images/NuXAt4RBC9ExUGf8lYFw9I673g4.png\",srcSet:\"https://framerusercontent.com/images/NuXAt4RBC9ExUGf8lYFw9I673g4.png 560w\"},className:\"framer-qv38ae\",\"data-framer-name\":\"sticker 3\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"qHoIwDGCA\",onMouseDown:preventDefault,whileHover:animation2,whileTap:animation3,...addPropertyOverrides({nDG61T7Um:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:1712,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+810-375),pixelHeight:840,pixelWidth:560,sizes:\"147.232px\",src:\"https://framerusercontent.com/images/NuXAt4RBC9ExUGf8lYFw9I673g4.png\",srcSet:\"https://framerusercontent.com/images/NuXAt4RBC9ExUGf8lYFw9I673g4.png 560w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:1511,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+765-435.5),pixelHeight:612,pixelWidth:512,sizes:\"182px\",src:\"https://framerusercontent.com/images/1HLpegjIpDsj6UHmujK5ngqNs.png\",srcSet:\"https://framerusercontent.com/images/1HLpegjIpDsj6UHmujK5ngqNs.png 512w\"},className:\"framer-b86cu4\",\"data-framer-name\":\"sticker 2\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"dd4rGwCKl\",onMouseDown:preventDefault,whileHover:animation2,whileTap:animation3,...addPropertyOverrides({nDG61T7Um:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:1511,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+810-375.5),pixelHeight:612,pixelWidth:512,sizes:\"129.8635px\",src:\"https://framerusercontent.com/images/1HLpegjIpDsj6UHmujK5ngqNs.png\",srcSet:\"https://framerusercontent.com/images/1HLpegjIpDsj6UHmujK5ngqNs.png 512w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1990,intrinsicWidth:1662,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+765-373.5),pixelHeight:519,pixelWidth:383,sizes:\"208px\",src:\"https://framerusercontent.com/images/badmxKxV5GJFWhbgZo64E8rEI8.png\",srcSet:\"https://framerusercontent.com/images/badmxKxV5GJFWhbgZo64E8rEI8.png 383w\"},className:\"framer-1lcuiwa\",\"data-framer-name\":\"sticker 1\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"JycsiuMsT\",onMouseDown:preventDefault,whileHover:animation2,whileTap:animation3,...addPropertyOverrides({nDG61T7Um:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1990,intrinsicWidth:1662,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+810-296.5),pixelHeight:519,pixelWidth:383,sizes:\"143.6787px\",src:\"https://framerusercontent.com/images/badmxKxV5GJFWhbgZo64E8rEI8.png\",srcSet:\"https://framerusercontent.com/images/badmxKxV5GJFWhbgZo64E8rEI8.png 383w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1934,intrinsicWidth:1282,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+765-400),pixelHeight:745,pixelWidth:636,sizes:\"216px\",src:\"https://framerusercontent.com/images/7ZJTseF7ffohg3PDFMQpH3OY8k.png\",srcSet:\"https://framerusercontent.com/images/7ZJTseF7ffohg3PDFMQpH3OY8k.png 636w\"},className:\"framer-yctdrc\",\"data-framer-name\":\"sticker 4\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"rRygZXlPP\",onMouseDown:preventDefault,whileHover:animation2,whileTap:animation3,...addPropertyOverrides({nDG61T7Um:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1934,intrinsicWidth:1282,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+810-322),pixelHeight:745,pixelWidth:636,sizes:\"114px\",src:\"https://framerusercontent.com/images/7ZJTseF7ffohg3PDFMQpH3OY8k.png\",srcSet:\"https://framerusercontent.com/images/7ZJTseF7ffohg3PDFMQpH3OY8k.png 636w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1934,intrinsicWidth:1282,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+765-452),pixelHeight:588,pixelWidth:588,sizes:\"175px\",src:\"https://framerusercontent.com/images/wj2miMVDOsIDkZySxJ9RuSex77Y.png\",srcSet:\"https://framerusercontent.com/images/wj2miMVDOsIDkZySxJ9RuSex77Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/wj2miMVDOsIDkZySxJ9RuSex77Y.png 588w\"},className:\"framer-1es6u9m\",\"data-framer-name\":\"sticker 5\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"vkLoQPh7v\",onMouseDown:preventDefault,whileHover:animation2,whileTap:animation3,...addPropertyOverrides({nDG61T7Um:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1934,intrinsicWidth:1282,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+810-339),pixelHeight:588,pixelWidth:588,sizes:\"134px\",src:\"https://framerusercontent.com/images/wj2miMVDOsIDkZySxJ9RuSex77Y.png\",srcSet:\"https://framerusercontent.com/images/wj2miMVDOsIDkZySxJ9RuSex77Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/wj2miMVDOsIDkZySxJ9RuSex77Y.png 588w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1934,intrinsicWidth:1282,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||765)-0-765)/2+0+0)+765-275),pixelHeight:208,pixelWidth:322,src:\"https://framerusercontent.com/images/Kg39LKQochkg5YHz3j9LXoFALgU.png\"},className:\"framer-1f5uihx\",\"data-framer-name\":\"sticker 6\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"VtcYM4wYp\",onMouseDown:preventDefault,whileHover:animation2,whileTap:animation3,...addPropertyOverrides({nDG61T7Um:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1934,intrinsicWidth:1282,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+810-231),pixelHeight:208,pixelWidth:322,src:\"https://framerusercontent.com/images/Kg39LKQochkg5YHz3j9LXoFALgU.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tyfcup\",layoutDependency:layoutDependency,layoutId:\"Qa4u7zVHU\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wmtz1y-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"MpE3pl2si-container\",nodeId:\"MpE3pl2si\",rendersWithMotion:true,scopeId:\"GmYxtlSrA\",...addPropertyOverrides({nDG61T7Um:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-75ab8149-45ac-4814-a3f5-894d47074d9d, rgba(251, 248, 241, 0.6))\",font:{fontFamily:'\"La Nord Regular\", \"La Nord Regular Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",id:\"MpE3pl2si\",layoutId:\"MpE3pl2si\",text:\"\\xa9 Copyright happn 2024\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Dm08v.framer-4ha585, .framer-Dm08v .framer-4ha585 { display: block; }\",\".framer-Dm08v.framer-4vmf68 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-Dm08v .framer-wt6ktu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 765px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-Dm08v .framer-olho83 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 0px; max-width: 1600px; overflow: visible; padding: 80px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-Dm08v .framer-12tar18 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 254px; }\",\".framer-Dm08v .framer-124ukl0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dm08v .framer-91g3y3 { flex: none; height: 40px; position: relative; text-decoration: none; width: 120px; }\",\".framer-Dm08v .framer-6gheg2-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Dm08v .framer-16wb1x3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-Dm08v .framer-1ji00sn, .framer-Dm08v .framer-a0v2aa, .framer-Dm08v .framer-x7y40r, .framer-Dm08v .framer-8ng885 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; text-decoration: none; width: 24px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Dm08v .framer-bc5kw2 { flex: none; height: 24px; left: calc(54.166666666666686% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-Dm08v .framer-76nm2s, .framer-Dm08v .framer-ulx3vl { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-Dm08v .framer-oa576d { flex: none; height: 24px; position: absolute; right: 0px; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-Dm08v .framer-wxibv6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.6 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dm08v .framer-p4grtz, .framer-Dm08v .framer-fyue7q { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-Dm08v .framer-1gpb0eu, .framer-Dm08v .framer-19f3ij5, .framer-Dm08v .framer-1utvi6u { cursor: default; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Dm08v .framer-18ue7qm, .framer-Dm08v .framer-nwluie, .framer-Dm08v .framer-b11su6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dm08v .framer-rywkz8-container, .framer-Dm08v .framer-1say0mw-container, .framer-Dm08v .framer-16l82r2-container, .framer-Dm08v .framer-11f7upw-container, .framer-Dm08v .framer-faswba-container, .framer-Dm08v .framer-fwgr8-container, .framer-Dm08v .framer-jsw376-container, .framer-Dm08v .framer-2cxv5o-container, .framer-Dm08v .framer-81t50v-container, .framer-Dm08v .framer-1m1raqk-container, .framer-Dm08v .framer-iw1g2e-container, .framer-Dm08v .framer-1rsgehn-container, .framer-Dm08v .framer-o94mz6-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Dm08v .framer-4pnyf5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-Dm08v .framer-qv38ae { bottom: 203px; flex: none; height: 263px; left: calc(45.33333333333335% - 199px / 2); overflow: visible; position: absolute; width: 199px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Dm08v .framer-b86cu4 { bottom: 204px; flex: none; height: 232px; left: calc(55.33333333333336% - 182px / 2); overflow: visible; position: absolute; width: 182px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Dm08v .framer-1lcuiwa { bottom: 125px; flex: none; height: 249px; left: 402px; overflow: visible; position: absolute; width: 208px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Dm08v .framer-yctdrc { bottom: 150px; flex: none; height: 250px; overflow: visible; position: absolute; right: 445px; width: 216px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Dm08v .framer-1es6u9m { bottom: 214px; flex: none; height: 238px; left: 387px; overflow: visible; position: absolute; width: 175px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Dm08v .framer-1f5uihx { bottom: 86px; flex: none; height: 189px; overflow: visible; position: absolute; right: 350px; width: 287px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Dm08v .framer-tyfcup { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-Dm08v .framer-1wmtz1y-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Dm08v.framer-4vmf68, .framer-Dm08v .framer-wt6ktu, .framer-Dm08v .framer-12tar18, .framer-Dm08v .framer-124ukl0, .framer-Dm08v .framer-16wb1x3, .framer-Dm08v .framer-wxibv6, .framer-Dm08v .framer-p4grtz, .framer-Dm08v .framer-18ue7qm, .framer-Dm08v .framer-4pnyf5, .framer-Dm08v .framer-nwluie, .framer-Dm08v .framer-fyue7q, .framer-Dm08v .framer-b11su6, .framer-Dm08v .framer-tyfcup { gap: 0px; } .framer-Dm08v.framer-4vmf68 > *, .framer-Dm08v .framer-wt6ktu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Dm08v.framer-4vmf68 > :first-child, .framer-Dm08v .framer-wt6ktu > :first-child, .framer-Dm08v .framer-12tar18 > :first-child, .framer-Dm08v .framer-124ukl0 > :first-child, .framer-Dm08v .framer-p4grtz > :first-child, .framer-Dm08v .framer-18ue7qm > :first-child, .framer-Dm08v .framer-4pnyf5 > :first-child, .framer-Dm08v .framer-nwluie > :first-child, .framer-Dm08v .framer-fyue7q > :first-child, .framer-Dm08v .framer-b11su6 > :first-child { margin-top: 0px; } .framer-Dm08v.framer-4vmf68 > :last-child, .framer-Dm08v .framer-wt6ktu > :last-child, .framer-Dm08v .framer-12tar18 > :last-child, .framer-Dm08v .framer-124ukl0 > :last-child, .framer-Dm08v .framer-p4grtz > :last-child, .framer-Dm08v .framer-18ue7qm > :last-child, .framer-Dm08v .framer-4pnyf5 > :last-child, .framer-Dm08v .framer-nwluie > :last-child, .framer-Dm08v .framer-fyue7q > :last-child, .framer-Dm08v .framer-b11su6 > :last-child { margin-bottom: 0px; } .framer-Dm08v .framer-12tar18 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Dm08v .framer-124ukl0 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Dm08v .framer-16wb1x3 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Dm08v .framer-16wb1x3 > :first-child, .framer-Dm08v .framer-wxibv6 > :first-child, .framer-Dm08v .framer-tyfcup > :first-child { margin-left: 0px; } .framer-Dm08v .framer-16wb1x3 > :last-child, .framer-Dm08v .framer-wxibv6 > :last-child, .framer-Dm08v .framer-tyfcup > :last-child { margin-right: 0px; } .framer-Dm08v .framer-wxibv6 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Dm08v .framer-p4grtz > *, .framer-Dm08v .framer-4pnyf5 > *, .framer-Dm08v .framer-fyue7q > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Dm08v .framer-18ue7qm > *, .framer-Dm08v .framer-nwluie > *, .framer-Dm08v .framer-b11su6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Dm08v .framer-tyfcup > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-Dm08v.framer-v-kuy6ba.framer-4vmf68 { justify-content: flex-start; width: 768px; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-wt6ktu { height: 810px; order: 0; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-olho83 { flex-direction: column; gap: 48px; justify-content: flex-start; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-wxibv6, .framer-Dm08v.framer-v-ja16y7 .framer-4pnyf5, .framer-Dm08v.framer-v-ja16y7 .framer-fyue7q { flex: none; width: 100%; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-p4grtz, .framer-Dm08v.framer-v-kuy6ba .framer-fyue7q { justify-content: flex-start; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-qv38ae { aspect-ratio: 0.856 / 1; height: var(--framer-aspect-ratio-supported, 172px); left: 47%; width: 147px; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-b86cu4 { aspect-ratio: 0.7550200803212851 / 1; height: var(--framer-aspect-ratio-supported, 172px); left: 56%; width: 130px; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-1lcuiwa { aspect-ratio: 0.8353413654618473 / 1; height: var(--framer-aspect-ratio-supported, 172px); width: 144px; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-yctdrc { aspect-ratio: 0.664 / 1; height: var(--framer-aspect-ratio-supported, 172px); width: 114px; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-1es6u9m { bottom: 157px; height: 182px; left: unset; right: 177px; width: 134px; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-1f5uihx { bottom: 97px; height: 134px; left: calc(49.21875000000002% - 203px / 2); right: unset; width: 203px; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-tyfcup { min-height: 12px; }\",\".framer-Dm08v.framer-v-kuy6ba .framer-1wmtz1y-container { bottom: 20px; left: 50%; position: absolute; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Dm08v.framer-v-kuy6ba .framer-olho83 { gap: 0px; } .framer-Dm08v.framer-v-kuy6ba .framer-olho83 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-Dm08v.framer-v-kuy6ba .framer-olho83 > :first-child { margin-top: 0px; } .framer-Dm08v.framer-v-kuy6ba .framer-olho83 > :last-child { margin-bottom: 0px; } }\",\".framer-Dm08v.framer-v-ja16y7.framer-4vmf68 { justify-content: flex-start; width: 390px; }\",\".framer-Dm08v.framer-v-ja16y7 .framer-wt6ktu { gap: 80px; height: min-content; order: 0; }\",\".framer-Dm08v.framer-v-ja16y7 .framer-olho83 { flex-direction: column; gap: 48px; justify-content: flex-start; left: unset; max-width: unset; order: 0; padding: 40px; position: relative; right: unset; top: unset; width: 390px; }\",\".framer-Dm08v.framer-v-ja16y7 .framer-12tar18 { width: 100%; }\",\".framer-Dm08v.framer-v-ja16y7 .framer-16wb1x3 { flex-wrap: wrap; justify-content: flex-start; width: 100%; }\",\".framer-Dm08v.framer-v-ja16y7 .framer-wxibv6 { flex: none; flex-direction: column; gap: 32px; width: 100%; }\",\".framer-Dm08v.framer-v-ja16y7 .framer-p4grtz { flex: none; justify-content: flex-start; width: 100%; }\",\".framer-Dm08v.framer-v-ja16y7 .framer-18ue7qm, .framer-Dm08v.framer-v-ja16y7 .framer-nwluie, .framer-Dm08v.framer-v-ja16y7 .framer-b11su6 { flex-direction: row; flex-wrap: wrap; gap: 16px; }\",\".framer-Dm08v.framer-v-ja16y7 .framer-rywkz8-container, .framer-Dm08v.framer-v-ja16y7 .framer-1say0mw-container, .framer-Dm08v.framer-v-ja16y7 .framer-16l82r2-container, .framer-Dm08v.framer-v-ja16y7 .framer-11f7upw-container, .framer-Dm08v.framer-v-ja16y7 .framer-faswba-container, .framer-Dm08v.framer-v-ja16y7 .framer-fwgr8-container, .framer-Dm08v.framer-v-ja16y7 .framer-jsw376-container, .framer-Dm08v.framer-v-ja16y7 .framer-2cxv5o-container, .framer-Dm08v.framer-v-ja16y7 .framer-81t50v-container, .framer-Dm08v.framer-v-ja16y7 .framer-1m1raqk-container, .framer-Dm08v.framer-v-ja16y7 .framer-iw1g2e-container, .framer-Dm08v.framer-v-ja16y7 .framer-o94mz6-container { flex: 1 0 0px; min-width: 100px; width: 1px; }\",\".framer-Dm08v.framer-v-ja16y7 .framer-1rsgehn-container { min-width: 48%; width: auto; }\",\".framer-Dm08v.framer-v-ja16y7 .framer-tyfcup { flex-direction: column; gap: 0px; order: 7; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Dm08v.framer-v-ja16y7 .framer-wt6ktu, .framer-Dm08v.framer-v-ja16y7 .framer-olho83, .framer-Dm08v.framer-v-ja16y7 .framer-wxibv6, .framer-Dm08v.framer-v-ja16y7 .framer-18ue7qm, .framer-Dm08v.framer-v-ja16y7 .framer-nwluie, .framer-Dm08v.framer-v-ja16y7 .framer-b11su6, .framer-Dm08v.framer-v-ja16y7 .framer-tyfcup { gap: 0px; } .framer-Dm08v.framer-v-ja16y7 .framer-wt6ktu > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-Dm08v.framer-v-ja16y7 .framer-wt6ktu > :first-child, .framer-Dm08v.framer-v-ja16y7 .framer-olho83 > :first-child, .framer-Dm08v.framer-v-ja16y7 .framer-wxibv6 > :first-child, .framer-Dm08v.framer-v-ja16y7 .framer-tyfcup > :first-child { margin-top: 0px; } .framer-Dm08v.framer-v-ja16y7 .framer-wt6ktu > :last-child, .framer-Dm08v.framer-v-ja16y7 .framer-olho83 > :last-child, .framer-Dm08v.framer-v-ja16y7 .framer-wxibv6 > :last-child, .framer-Dm08v.framer-v-ja16y7 .framer-tyfcup > :last-child { margin-bottom: 0px; } .framer-Dm08v.framer-v-ja16y7 .framer-olho83 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-Dm08v.framer-v-ja16y7 .framer-wxibv6 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Dm08v.framer-v-ja16y7 .framer-18ue7qm > *, .framer-Dm08v.framer-v-ja16y7 .framer-nwluie > *, .framer-Dm08v.framer-v-ja16y7 .framer-b11su6 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Dm08v.framer-v-ja16y7 .framer-18ue7qm > :first-child, .framer-Dm08v.framer-v-ja16y7 .framer-nwluie > :first-child, .framer-Dm08v.framer-v-ja16y7 .framer-b11su6 > :first-child { margin-left: 0px; } .framer-Dm08v.framer-v-ja16y7 .framer-18ue7qm > :last-child, .framer-Dm08v.framer-v-ja16y7 .framer-nwluie > :last-child, .framer-Dm08v.framer-v-ja16y7 .framer-b11su6 > :last-child { margin-right: 0px; } .framer-Dm08v.framer-v-ja16y7 .framer-tyfcup > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 765\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nDG61T7Um\":{\"layout\":[\"fixed\",\"auto\"]},\"Oq3BQlqcY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerGmYxtlSrA=withCSS(Component,css,\"framer-Dm08v\");export default FramerGmYxtlSrA;FramerGmYxtlSrA.displayName=\"Footer\";FramerGmYxtlSrA.defaultProps={height:765,width:1200};addPropertyControls(FramerGmYxtlSrA,{variant:{options:[\"lRCtCcLDs\",\"nDG61T7Um\",\"Oq3BQlqcY\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGmYxtlSrA,[{explicitInter:true,fonts:[{family:\"La Nord Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/M8oLZV9WEB58Qa8dWe3j5r33E.otf\"},{family:\"La Nord Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/tkYHAaigq5ez4mzPIusSK6Hqo0.otf\"}]},...AvailabilityFonts,...NavMenuFonts,...MagTextFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGmYxtlSrA\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"765\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nDG61T7Um\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Oq3BQlqcY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getBorderStyle", "e", "t", "o", "d", "r", "i", "l", "h", "b", "borderControls", "ControlType", "getFocusStyle", "color", "width", "style", "offset", "result", "focusControls", "ControlType", "getHoverStyle", "fillColor", "textColor", "borderColor", "hoverControls", "ControlType", "getPaddingStyle", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControls", "ControlType", "getRadiusStyle", "radius", "radiusPerCorner", "radiusTopLeft", "radiusTopRight", "radiusBottomRight", "radiusBottomLeft", "result", "radiusControls", "ControlType", "className", "IconType", "Icon", "type", "color", "image", "size", "p", "CaretType", "Caret", "LocaleSelector", "withCSS", "font", "fillColor", "textColor", "icon", "caret", "title", "gap", "border", "hover", "focus", "style", "props", "id", "ae", "activeLocale", "locales", "setLocale", "useLocaleInfo", "localesForCurrentRoute", "useLocalesForCurrentRoute", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fyvITjK49_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "v1", "v2", "__FramerMetadata__", "fyvITjK49_1_exports", "__export", "__FramerMetadata__", "v0", "v2", "v0", "v2", "__FramerMetadata__", "fyvITjK49_2_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "v1", "v2", "__FramerMetadata__", "fyvITjK49_3_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "v1", "v2", "__FramerMetadata__", "valuesByLocaleId", "fyvITjK49_0_exports", "fyvITjK49_3_exports", "fyvITjK49_1_exports", "fyvITjK49_2_exports", "getLocalizedValue", "key", "locale", "values", "value", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "color", "distribute", "height", "hover", "id", "link", "newTab", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "kcKdHX2wm", "qe8e_sxRy", "Dl6AiX37G", "NKudH2mEX", "wLjm0wMw9", "UqPKSoW6Q", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter7j7d8i", "args", "onClick1jfbi8x", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramermstI_ctnt", "withCSS", "mstI_ctnt_default", "addPropertyControls", "ControlType", "addFonts", "NavMenuFonts", "getFonts", "mstI_ctnt_default", "PhosphorFonts", "Icon", "LocaleSelectorFonts", "LocaleSelector_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "transition3", "animation1", "animation2", "transition4", "animation3", "animation4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "hover", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Opzluvre8", "cKHXICHdN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1jo16oc", "args", "onMouseEnter109ske2", "onClick1jfbi8x", "onClickp4r3dd", "onClick12f0fnt", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FramerfyvITjK49", "withCSS", "fyvITjK49_default", "addPropertyControls", "ControlType", "addFonts", "MagText", "props", "mouseX", "useMotionValue", "p", "e", "c", "idx", "Character", "ref", "pe", "scaleRange", "scaleX", "useSpring", "w", "useTransform", "padding", "scaleY", "useMotionValueEvent", "mx", "left", "width", "characterCenter", "distance", "transform", "motion", "useMotionTemplate", "addPropertyControls", "ControlType", "GmYxtlSrA_0_exports", "__export", "__FramerMetadata__", "v0", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v2", "p", "x", "motion", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "__FramerMetadata__", "GmYxtlSrA_1_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v16", "v17", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "v2", "p", "x", "motion", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v16", "v17", "__FramerMetadata__", "GmYxtlSrA_2_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "v2", "p", "x", "motion", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "__FramerMetadata__", "GmYxtlSrA_3_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v16", "v17", "v2", "v3", "v4", "v5", "v6", "v7", "v9", "v0", "v1", "v2", "p", "x", "motion", "v3", "v4", "v5", "v6", "v7", "v9", "v10", "v11", "v12", "v13", "v14", "v16", "v17", "__FramerMetadata__", "valuesByLocaleId", "GmYxtlSrA_0_exports", "GmYxtlSrA_3_exports", "GmYxtlSrA_1_exports", "GmYxtlSrA_2_exports", "getLocalizedValue", "key", "locale", "values", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "greenText", "height", "id", "redText", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "jn909WTNI", "tCgMNdSJ8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearjnur4v", "args", "onAppear1q1qi2", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerZiv02ECoi", "withCSS", "Ziv02ECoi_default", "addPropertyControls", "ControlType", "addFonts", "AvailabilityFonts", "getFonts", "Ziv02ECoi_default", "NavMenuFonts", "mstI_ctnt_default", "ImageWithFX", "withFX", "Image2", "MagTextFonts", "MagText", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "convertFromEnum", "value", "activeLocale", "convertFromEnum1", "animation1", "preventDefault", "e", "animation2", "transition2", "animation3", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "router", "useRouter", "isDisplayed", "LayoutGroup", "transition1", "addPropertyOverrides", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "Ziv02ECoi_default", "getLocalizedValue", "convertFromEnum", "animation", "convertFromEnum1", "RichText2", "animation1", "mstI_ctnt_default", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "ImageWithFX", "getLoadingLazyAtYPosition", "MagText", "css", "FramerGmYxtlSrA", "withCSS", "GmYxtlSrA_default", "addPropertyControls", "ControlType", "addFonts", "AvailabilityFonts", "NavMenuFonts", "MagTextFonts"]
}
