{"version":3,"file":"WiCJHXLqu.BcEsAOKr.mjs","names":["iconKeys","lowercaseIconKeyPairs","fonts","css","className","fonts","css","className","fonts","css","className","v0","v1","v2","v3","__FramerMetadata__","getLocalizedValue","valuesByLocaleId","localizedValues","addPropertyOverrides","Image","cycleOrder","serializationHash","variantClassNames","transition1","transition2","animation","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","React","css","localizedValues","Feather","className"],"sources":["https:/framer.com/m/framer/icon-nullstate.js@0.7.0","https:/framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js","https:/framerusercontent.com/modules/tjSTNPhOAobxOr6WRktb/Yowm9TP60i2IfqhgH79l/vO01g9xPJ.js","https:/framerusercontent.com/modules/zyDGlNp7XRXughqxN1gZ/wHBdVdJzKiSKItyX1egf/BQzkm4GL5.js","https:/framerusercontent.com/modules/SErB5hBBfsHhGYsm7WUW/kYPUxeiOMsTGueQvQuCP/ubqEuc1l3.js","https:/framerusercontent.com/modules/XgfkrT74E18pLZQ7Hnwr/Oc1ztUmikR3q7DVvNbAQ/tSaxaTOCi-0.js","https:/framerusercontent.com/modules/XgfkrT74E18pLZQ7Hnwr/Oc1ztUmikR3q7DVvNbAQ/tSaxaTOCi.js","https:/framerusercontent.com/modules/g6Q8nCPm26Uel5bOun7w/bC5Mmw8afXnTSHrbr6Pn/tSaxaTOCi.js","https:/framer.com/m/feather-icons/home.js@0.0.29","https:/framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js","https:/framerusercontent.com/modules/9AEcdyLOkWmEWigKRFWP/oXAIZkuvsIlRdj9d9iYf/KjEL69wIH.js","https:/framerusercontent.com/modules/PTUlXpOJ9qVk1tGq4IKs/0oWdgpGUa1ZkcadxFTQl/WiCJHXLqu-0.js","https:/framerusercontent.com/modules/PTUlXpOJ9qVk1tGq4IKs/0oWdgpGUa1ZkcadxFTQl/WiCJHXLqu.js","https:/framerusercontent.com/modules/Wp2oBgwOVlH1tfcrvTSs/mM3V1mXrdxaFpMu0Ghb7/WiCJHXLqu.js"],"sourcesContent":["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","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","// Generated by Framer (6aa4fc0)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-700\",\"GF;DM Sans-900\",\"GF;DM Sans-900italic\",\"GF;DM Sans-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5thS2f3ZGMZpg.woff2\",weight:\"900\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCm32RmYJpso5.woff2\",weight:\"900\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm32RmYJpso5.woff2\",weight:\"700\"}]}];export const css=['.framer-HIks1 .framer-styles-preset-bhp44f:not(.rich-text-wrapper), .framer-HIks1 .framer-styles-preset-bhp44f.rich-text-wrapper h3 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: calc(var(--framer-root-font-size, 1rem) * 1.25); --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-06e3905b-f86c-4534-858d-f72970a61de2, #579aff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-HIks1 .framer-styles-preset-bhp44f:not(.rich-text-wrapper), .framer-HIks1 .framer-styles-preset-bhp44f.rich-text-wrapper h3 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: calc(var(--framer-root-font-size, 1rem) * 1.13); --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-06e3905b-f86c-4534-858d-f72970a61de2, #579aff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-HIks1 .framer-styles-preset-bhp44f:not(.rich-text-wrapper), .framer-HIks1 .framer-styles-preset-bhp44f.rich-text-wrapper h3 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: calc(var(--framer-root-font-size, 1rem) * 1); --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-06e3905b-f86c-4534-858d-f72970a61de2, #579aff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-HIks1\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (d65f646)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-Ual8K .framer-styles-preset-n38et1:not(.rich-text-wrapper), .framer-Ual8K .framer-styles-preset-n38et1.rich-text-wrapper a { --framer-link-current-text-color: var(--token-30cd65c1-e72c-461f-902b-b254993bb979, #ffffff); --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-30cd65c1-e72c-461f-902b-b254993bb979, #ffffff); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-30cd65c1-e72c-461f-902b-b254993bb979, #ffffff); --framer-link-text-decoration: none; }\"];export const className=\"framer-Ual8K\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6aa4fc0)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-regular\",\"GF;DM Sans-700\",\"GF;DM Sans-700italic\",\"GF;DM Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm32RmYJpso5.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW32RmYJpso5.woff2\",weight:\"400\"}]}];export const css=['.framer-IqXvB .framer-styles-preset-14d684i:not(.rich-text-wrapper), .framer-IqXvB .framer-styles-preset-14d684i.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: calc(var(--framer-root-font-size, 1rem) * 0.75); --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-IqXvB\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://tally.so/r/m6LaMP\",motionChild:true,nodeId:\"lZJHN78jY\",openInNewTab:true,scopeId:\"tSaxaTOCi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n38et1\",\"data-styles-preset\":\"BQzkm4GL5\",children:\"R\\xe9duction \\xe9tudiante\"})})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cRUxZEWWX\"},motionChild:true,nodeId:\"fkuyOJn2L\",openInNewTab:false,scopeId:\"tSaxaTOCi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n38et1\",\"data-styles-preset\":\"BQzkm4GL5\",children:\"A propos\"})})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://getjomo.notion.site/Terms-of-Use-fb74fe39233b468f937707aeb2020bc2\",motionChild:true,nodeId:\"bgzThjwr4\",openInNewTab:true,scopeId:\"tSaxaTOCi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n38et1\",\"data-styles-preset\":\"BQzkm4GL5\",children:\"Conditions d'utilisation\"})})})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://getjomo.notion.site/Privacy-Policy-7265a825c9fe4b289229cec614a169fd\",motionChild:true,nodeId:\"plT3WM6Gc\",openInNewTab:true,scopeId:\"tSaxaTOCi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n38et1\",\"data-styles-preset\":\"BQzkm4GL5\",children:\"Politique de confidentialit\\xe9\"})})})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-14d684i\",\"data-styles-preset\":\"ubqEuc1l3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255)))\"},children:\"\\xa9 Fabriqu\\xe9 en Europe. Tous droits r\\xe9serv\\xe9s \\xe0 Jomo SAS, 2025\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (8dd9d28)\nimport*as localizedValues from\"./tSaxaTOCi-0.js\";const valuesByLocaleId={wLSeZn8QK:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (8dd9d28)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/zyDGlNp7XRXughqxN1gZ/wHBdVdJzKiSKItyX1egf/BQzkm4GL5.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/SErB5hBBfsHhGYsm7WUW/kYPUxeiOMsTGueQvQuCP/ubqEuc1l3.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/tjSTNPhOAobxOr6WRktb/Yowm9TP60i2IfqhgH79l/vO01g9xPJ.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/XgfkrT74E18pLZQ7Hnwr/Oc1ztUmikR3q7DVvNbAQ/tSaxaTOCi.js\";const ImageWithFX=withFX(Image);const cycleOrder=[\"xaUcfiD1e\",\"jgK0LiajS\"];const serializationHash=\"framer-z6FTv\";const variantClassNames={jgK0LiajS:\"framer-v-1euwcpo\",xaUcfiD1e:\"framer-v-1q2hwam\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:40,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-1700};const transformTemplate1=(_,t)=>`translateY(-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/Tablet\":\"xaUcfiD1e\",Phone:\"jgK0LiajS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xaUcfiD1e\"};};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:\"xaUcfiD1e\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"jgK0LiajS\")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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1q2hwam\",className,classNames),\"data-framer-name\":\"Desktop/Tablet\",layoutDependency:layoutDependency,layoutId:\"xaUcfiD1e\",ref:refBinding,style:{backgroundColor:\"var(--token-8149c1ef-6a16-486b-befe-80bba38ca30b, rgb(40, 131, 237))\",...style},...addPropertyOverrides({jgK0LiajS:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-36),pixelHeight:2062,pixelWidth:1583,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 2)`,src:\"https://framerusercontent.com/images/2zjKTDrHIoadUc7mVPlxHI1hI.png\",srcSet:\"https://framerusercontent.com/images/2zjKTDrHIoadUc7mVPlxHI1hI.png?scale-down-to=1024 786w,https://framerusercontent.com/images/2zjKTDrHIoadUc7mVPlxHI1hI.png?scale-down-to=2048 1572w,https://framerusercontent.com/images/2zjKTDrHIoadUc7mVPlxHI1hI.png 1583w\"},className:\"framer-14ritme\",\"data-framer-name\":\"TEXTURE\",layoutDependency:layoutDependency,layoutId:\"fT5j2ktVv\",style:{filter:\"blur(8.5px)\",WebkitFilter:\"blur(8.5px)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:528,pixelWidth:3024,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.5)`,src:\"https://framerusercontent.com/images/Qw3KombDMYOmpIw7c1ft5pu5Q.png\",srcSet:\"https://framerusercontent.com/images/Qw3KombDMYOmpIw7c1ft5pu5Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/Qw3KombDMYOmpIw7c1ft5pu5Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Qw3KombDMYOmpIw7c1ft5pu5Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Qw3KombDMYOmpIw7c1ft5pu5Q.png 3024w\"},className:\"framer-1obbk9m\",\"data-framer-name\":\"NOISE\",layoutDependency:layoutDependency,layoutId:\"q_Od8QtoT\",style:{opacity:.7}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k61a7z\",layoutDependency:layoutDependency,layoutId:\"CkqOum51X\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-bhp44f\",\"data-styles-preset\":\"vO01g9xPJ\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255)))\"},children:\"The Joy Of Missing Out\"})}),className:\"framer-46cxb7\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NLFHfoWfq\",style:{\"--extracted-a0htzi\":\"var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ppxa7n\",layoutDependency:layoutDependency,layoutId:\"gmxialJAB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://tally.so/r/m6LaMP\",motionChild:true,nodeId:\"lZJHN78jY\",openInNewTab:true,scopeId:\"tSaxaTOCi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n38et1\",\"data-styles-preset\":\"BQzkm4GL5\",children:\"Student discount\"})})})}),className:\"framer-19g056n\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"lZJHN78jY\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-76a0463f-b17a-41dc-9f97-a2234c47fcf5, rgb(255, 255, 255)))\"},children:\"✦\"})}),className:\"framer-qb0az0\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"A90bW0ngl\",style:{\"--extracted-r6o4lv\":\"var(--token-76a0463f-b17a-41dc-9f97-a2234c47fcf5, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.2},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cRUxZEWWX\"},motionChild:true,nodeId:\"fkuyOJn2L\",openInNewTab:false,scopeId:\"tSaxaTOCi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n38et1\",\"data-styles-preset\":\"BQzkm4GL5\",children:\"About us\"})})})}),className:\"framer-nomay0\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"fkuyOJn2L\",style:{\"--extracted-r6o4lv\":\"var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-76a0463f-b17a-41dc-9f97-a2234c47fcf5, rgb(255, 255, 255)))\"},children:\"✦\"})}),className:\"framer-1k8f6w8\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"KRPBpdUBC\",style:{\"--extracted-r6o4lv\":\"var(--token-76a0463f-b17a-41dc-9f97-a2234c47fcf5, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.2},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@jomo.so\",motionChild:true,nodeId:\"bMH1Rnbuu\",openInNewTab:true,scopeId:\"tSaxaTOCi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n38et1\",\"data-styles-preset\":\"BQzkm4GL5\",children:\"Contact\"})})})}),className:\"framer-19g3mck\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"bMH1Rnbuu\",style:{\"--extracted-r6o4lv\":\"var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-76a0463f-b17a-41dc-9f97-a2234c47fcf5, rgb(255, 255, 255)))\"},children:\"✦\"})}),className:\"framer-uepi15\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"cJipAuu0z\",style:{\"--extracted-r6o4lv\":\"var(--token-76a0463f-b17a-41dc-9f97-a2234c47fcf5, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.2},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://getjomo.notion.site/Terms-of-Use-fb74fe39233b468f937707aeb2020bc2\",motionChild:true,nodeId:\"bgzThjwr4\",openInNewTab:true,scopeId:\"tSaxaTOCi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n38et1\",\"data-styles-preset\":\"BQzkm4GL5\",children:\"Terms of use\"})})})}),className:\"framer-isk1nj\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"bgzThjwr4\",style:{\"--extracted-r6o4lv\":\"var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-76a0463f-b17a-41dc-9f97-a2234c47fcf5, rgb(255, 255, 255)))\"},children:\"✦\"})}),className:\"framer-1dgntos\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"WL5h0R63G\",style:{\"--extracted-r6o4lv\":\"var(--token-76a0463f-b17a-41dc-9f97-a2234c47fcf5, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.2},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://getjomo.notion.site/Privacy-Policy-7265a825c9fe4b289229cec614a169fd\",motionChild:true,nodeId:\"plT3WM6Gc\",openInNewTab:true,scopeId:\"tSaxaTOCi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n38et1\",\"data-styles-preset\":\"BQzkm4GL5\",children:\"Privacy policy\"})})})}),className:\"framer-1g3icpj\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"plT3WM6Gc\",style:{\"--extracted-r6o4lv\":\"var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-14d684i\",\"data-styles-preset\":\"ubqEuc1l3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255)))\"},children:\"\\xa9 Crafted in Europe. All rights reserved to Jomo SAS, 2025\"})}),className:\"framer-khugn9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tgiBwExoU\",style:{\"--extracted-r6o4lv\":\"var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.5},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-z6FTv.framer-1jf5yu5, .framer-z6FTv .framer-1jf5yu5 { display: block; }\",\".framer-z6FTv.framer-1q2hwam { gap: 24px; height: 270px; overflow: hidden; position: relative; width: 1400px; }\",\".framer-z6FTv .framer-14ritme { bottom: -1786px; flex: none; left: calc(50.00000000000002% - 200% / 2); mix-blend-mode: luminosity; position: absolute; top: -36px; width: 200%; }\",\".framer-z6FTv .framer-1obbk9m { bottom: 0px; flex: none; left: calc(50.00000000000002% - 150% / 2); mix-blend-mode: soft-light; position: absolute; top: 0px; width: 150%; }\",\".framer-z6FTv .framer-1k61a7z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 50%; }\",\".framer-z6FTv .framer-46cxb7, .framer-z6FTv .framer-khugn9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1400px; word-break: break-word; word-wrap: break-word; }\",\".framer-z6FTv .framer-1ppxa7n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1400px; }\",\".framer-z6FTv .framer-19g056n, .framer-z6FTv .framer-qb0az0, .framer-z6FTv .framer-nomay0, .framer-z6FTv .framer-1k8f6w8, .framer-z6FTv .framer-19g3mck, .framer-z6FTv .framer-uepi15, .framer-z6FTv .framer-isk1nj, .framer-z6FTv .framer-1dgntos, .framer-z6FTv .framer-1g3icpj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-z6FTv.framer-v-1euwcpo.framer-1q2hwam { height: 650px; width: 390px; }\",\".framer-z6FTv.framer-v-1euwcpo .framer-1k61a7z { gap: 44px; }\",\".framer-z6FTv.framer-v-1euwcpo .framer-46cxb7 { width: 100%; }\",\".framer-z6FTv.framer-v-1euwcpo .framer-1ppxa7n { flex-direction: column; width: 100%; }\",\".framer-z6FTv.framer-v-1euwcpo .framer-khugn9 { width: 50%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 270\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"jgK0LiajS\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramertSaxaTOCi=withCSS(Component,css,\"framer-z6FTv\");export default FramertSaxaTOCi;FramertSaxaTOCi.displayName=\"Footer\";FramertSaxaTOCi.defaultProps={height:270,width:1400};addPropertyControls(FramertSaxaTOCi,{variant:{options:[\"xaUcfiD1e\",\"jgK0LiajS\"],optionTitles:[\"Desktop/Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramertSaxaTOCi,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertSaxaTOCi\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jgK0LiajS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"270\",\"framerIntrinsicWidth\":\"1400\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n","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{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box…\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map","// Generated by Framer (455587d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-BlyyW .framer-styles-preset-1y6hx4h:not(.rich-text-wrapper), .framer-BlyyW .framer-styles-preset-1y6hx4h.rich-text-wrapper a { --framer-link-current-text-color: var(--token-06e3905b-f86c-4534-858d-f72970a61de2, #579aff); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-06e3905b-f86c-4534-858d-f72970a61de2, #579aff); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-319e4b45-9226-4274-994e-e77be1f7c7ea, #000000); --framer-link-text-decoration: none; }\"];export const className=\"framer-BlyyW\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OJVR8tGZM\"},motionChild:true,nodeId:\"sLEJ103rX\",openInNewTab:false,relValues:[],scopeId:\"WiCJHXLqu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Fonctionnalit\\xe9s\"})})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kQzcvDA27\"},motionChild:true,nodeId:\"ROfzBCnRu\",openInNewTab:false,relValues:[],scopeId:\"WiCJHXLqu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Jomo Plus\"})})})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://jomo.featureos.app/changelog\",motionChild:true,nodeId:\"vnJnO4xK2\",openInNewTab:true,relValues:[],scopeId:\"WiCJHXLqu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Nouveaut\\xe9s\"})})})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\" T\\xe9l\\xe9charger\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (29d106d)\nimport*as localizedValues from\"./WiCJHXLqu-0.js\";const valuesByLocaleId={wLSeZn8QK:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (29d106d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/9AEcdyLOkWmEWigKRFWP/oXAIZkuvsIlRdj9d9iYf/KjEL69wIH.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/PTUlXpOJ9qVk1tGq4IKs/0oWdgpGUa1ZkcadxFTQl/WiCJHXLqu.js\";const FeatherFonts=getFonts(Feather);const cycleOrder=[\"h7hxfvihw\",\"zE9AVTfyB\",\"In3o6SS9G\",\"PzPtvERVn\"];const serializationHash=\"framer-1Nrj0\";const variantClassNames={h7hxfvihw:\"framer-v-bqn3ts\",In3o6SS9G:\"framer-v-b4g9u3\",PzPtvERVn:\"framer-v-7fgvyp\",zE9AVTfyB:\"framer-v-1p9peoc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.04,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"PzPtvERVn\",Desktop:\"h7hxfvihw\",Phone:\"In3o6SS9G\",Tablet:\"zE9AVTfyB\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"h7hxfvihw\"};};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:\"h7hxfvihw\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClick10ulw1b=activeVariantCallback(async(...args)=>{setVariant(\"PzPtvERVn\");});const onClicklzrpi3=activeVariantCallback(async(...args)=>{setVariant(\"In3o6SS9G\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"In3o6SS9G\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"PzPtvERVn\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"In3o6SS9G\")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-bqn3ts\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"h7hxfvihw\",ref:refBinding,style:{backgroundColor:\"var(--token-30cd65c1-e72c-461f-902b-b254993bb979, rgb(255, 255, 255))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.5833333333333333px rgba(0, 0, 0, 0.22), 0px 2.288533303243457px 2.288533303243457px -3.1666666666666665px rgba(0, 0, 0, 0.19), 0px 10px 10px -4.75px rgba(0, 0, 0, 0.01)\",...style},variants:{In3o6SS9G:{boxShadow:\"none\"},PzPtvERVn:{boxShadow:\"none\"}},...addPropertyOverrides({In3o6SS9G:{\"data-framer-name\":\"Phone\"},PzPtvERVn:{\"data-framer-name\":\"Phone Open\"},zE9AVTfyB:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1m9d84k\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"ZyNFiw2ar\",style:{backdropFilter:\"blur(20px)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,WebkitBackdropFilter:\"blur(20px)\"},variants:{In3o6SS9G:{backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"},PzPtvERVn:{backdropFilter:\"blur(0px)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,WebkitBackdropFilter:\"blur(0px)\"},zE9AVTfyB:{backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"}},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"JiQAmGONn\",openInNewTab:false,scopeId:\"WiCJHXLqu\",...addPropertyOverrides({In3o6SS9G:{href:undefined},PzPtvERVn:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-dzw1z7 framer-qx04j2\",\"data-framer-name\":\"Home\",layoutDependency:layoutDependency,layoutId:\"JiQAmGONn\",children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-hgqmvf\",layoutDependency:layoutDependency,layoutId:\"Smw8hP2hg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 64.154 20.866\" overflow=\"visible\"><path d=\"M 54.177 0 C 55.619 0 56.995 0.242 58.266 0.775 C 59.495 1.283 60.578 2.016 61.478 2.984 L 61.643 3.167 C 62.456 4.091 63.066 5.166 63.489 6.358 C 63.943 7.639 64.154 9.006 64.154 10.433 C 64.154 12.059 63.927 13.585 63.391 14.95 L 63.391 14.95 C 62.892 16.242 62.175 17.384 61.205 18.313 C 60.269 19.206 59.15 19.879 57.929 20.282 C 56.757 20.678 55.524 20.866 54.246 20.866 C 53.424 20.866 52.604 20.776 51.801 20.597 L 51.801 20.596 C 50.987 20.424 50.198 20.148 49.453 19.776 C 48.911 19.504 48.397 19.18 47.917 18.808 C 46.508 20.162 44.662 20.701 42.704 20.701 C 42.062 20.701 41.432 20.646 40.828 20.523 C 40.203 20.403 39.6 20.186 39.039 19.881 L 39.007 19.864 L 38.976 19.844 C 38.789 19.731 38.609 19.607 38.437 19.47 C 38.175 19.641 37.902 19.797 37.621 19.936 L 37.622 19.936 L 37.599 19.947 L 37.592 19.951 C 37.225 20.132 36.842 20.279 36.447 20.388 L 36.419 20.396 L 36.389 20.404 C 35.982 20.507 35.553 20.579 35.113 20.628 C 34.624 20.679 34.134 20.703 33.643 20.7 C 33.053 20.7 32.456 20.642 31.858 20.532 C 31.188 20.413 30.539 20.199 29.927 19.898 L 29.91 19.889 L 29.894 19.881 C 29.309 19.582 28.78 19.18 28.332 18.694 C 27.488 19.399 26.521 19.938 25.482 20.282 L 25.482 20.282 C 24.31 20.678 23.077 20.866 21.799 20.866 C 20.975 20.866 20.159 20.777 19.354 20.597 L 19.354 20.596 C 18.541 20.424 17.752 20.148 17.006 19.776 C 16.245 19.394 15.539 18.911 14.905 18.339 L 14.891 18.327 C 14.677 18.129 14.473 17.922 14.28 17.704 C 14.084 17.963 13.872 18.21 13.644 18.442 L 13.638 18.449 L 13.632 18.456 C 12.854 19.234 11.922 19.808 10.891 20.209 C 9.802 20.637 8.621 20.82 7.393 20.82 C 6.555 20.826 5.721 20.7 4.921 20.446 L 4.921 20.444 C 4.266 20.241 3.634 19.966 3.038 19.623 L 3.021 19.613 C 2.494 19.304 2.001 18.939 1.55 18.523 L 1.525 18.499 C 1.173 18.161 0.827 17.788 0.551 17.39 L 0.231 16.928 L 0.145 16.37 C 0.103 16.095 0.066 15.82 0.037 15.543 L 0.032 15.498 L 0.029 15.452 C 0.01 15.196 0.001 14.939 0 14.682 C 0 13.736 0.143 12.771 0.544 11.884 C 0.878 11.144 1.345 10.456 1.983 9.899 C 2.549 9.392 3.213 9.013 3.933 8.784 C 4.065 8.742 4.199 8.704 4.332 8.669 L 4.332 2.42 L 5.272 1.692 C 5.561 1.471 5.868 1.274 6.189 1.103 L 6.204 1.095 L 6.217 1.087 C 6.587 0.895 6.972 0.734 7.368 0.606 L 7.672 0.511 C 7.968 0.426 8.268 0.358 8.574 0.303 C 9.037 0.212 9.507 0.167 9.978 0.167 C 10.433 0.167 10.907 0.205 11.391 0.271 C 12.001 0.352 12.597 0.522 13.159 0.775 L 13.171 0.78 L 13.217 0.8 L 13.216 0.8 C 13.869 1.088 14.454 1.517 14.928 2.057 C 15.001 2.14 15.07 2.227 15.133 2.313 C 16.004 1.558 17.008 0.977 18.093 0.603 L 18.099 0.602 L 18.539 0.46 C 19.572 0.153 20.637 0 21.729 0 C 23.172 0 24.548 0.242 25.819 0.775 L 25.819 0.775 C 26.805 1.177 27.716 1.751 28.51 2.469 L 28.518 2.429 L 29.139 1.863 C 29.536 1.503 29.979 1.202 30.458 0.967 C 30.881 0.758 31.324 0.593 31.78 0.474 C 32.202 0.359 32.63 0.278 33.064 0.232 L 33.368 0.198 C 33.671 0.17 33.972 0.154 34.272 0.154 C 34.975 0.154 35.668 0.233 36.35 0.392 C 36.91 0.521 37.467 0.703 37.986 0.96 C 38.154 0.88 38.325 0.809 38.494 0.741 L 38.522 0.731 C 38.824 0.618 39.138 0.521 39.459 0.44 L 39.467 0.438 L 39.475 0.435 C 39.824 0.35 40.184 0.284 40.553 0.234 C 40.957 0.181 41.365 0.154 41.773 0.154 C 42.432 0.154 43.08 0.21 43.692 0.346 L 43.693 0.346 L 43.712 0.35 L 43.743 0.356 L 43.742 0.356 C 44.378 0.494 45.019 0.739 45.6 1.151 L 45.6 1.15 L 45.626 1.169 L 45.662 1.193 L 45.66 1.195 C 46.176 1.56 46.609 2.034 46.928 2.585 L 47.051 2.811 C 48.031 1.812 49.225 1.057 50.54 0.603 L 50.546 0.602 L 50.986 0.46 C 52.023 0.153 53.097 -0.002 54.177 0 Z M 21.728 2.423 C 20.734 2.423 19.78 2.581 18.863 2.896 C 17.709 3.293 16.685 4.005 15.903 4.953 L 15.903 4.954 C 15.636 5.28 15.399 5.629 15.194 5.998 L 15.149 6.08 C 15.043 6.274 14.946 6.473 14.858 6.676 C 14.83 6.737 14.802 6.798 14.776 6.861 C 14.431 7.684 14.232 8.634 14.17 9.713 C 14.156 9.947 14.146 10.187 14.146 10.433 C 14.146 11.363 14.244 12.207 14.438 12.965 C 14.613 13.676 14.887 14.357 15.253 14.988 C 15.602 15.58 16.014 16.092 16.487 16.526 C 16.962 16.955 17.491 17.317 18.06 17.603 C 18.627 17.886 19.229 18.096 19.865 18.23 C 20.501 18.372 21.146 18.443 21.798 18.443 C 22.846 18.443 23.825 18.289 24.733 17.982 C 25.623 17.689 26.438 17.2 27.12 16.55 C 27.178 16.495 27.232 16.437 27.288 16.378 C 27.659 15.99 27.981 15.555 28.244 15.084 C 28.43 14.753 28.592 14.408 28.728 14.053 C 29.124 13.043 29.322 11.837 29.322 10.433 C 29.322 9.25 29.147 8.165 28.797 7.18 C 28.766 7.091 28.731 7.004 28.697 6.916 C 28.528 6.482 28.319 6.065 28.073 5.67 C 27.847 5.305 27.586 4.962 27.295 4.647 C 26.643 3.945 25.847 3.401 24.908 3.014 C 23.969 2.62 22.909 2.423 21.729 2.423 Z M 54.176 2.423 C 53.182 2.423 52.226 2.581 51.311 2.896 C 50.413 3.205 49.591 3.705 48.9 4.363 C 48.2 5.017 47.642 5.85 47.222 6.86 C 46.803 7.861 46.594 9.053 46.594 10.433 C 46.594 11.363 46.691 12.207 46.885 12.965 C 47.06 13.676 47.335 14.357 47.7 14.988 C 48.05 15.58 48.461 16.092 48.935 16.526 C 49.409 16.955 49.938 17.317 50.507 17.603 C 51.074 17.886 51.675 18.096 52.311 18.23 C 52.949 18.372 53.593 18.443 54.245 18.443 C 55.294 18.443 56.272 18.289 57.18 17.982 C 58.07 17.689 58.886 17.2 59.568 16.55 C 60.251 15.895 60.786 15.063 61.174 14.054 C 61.57 13.044 61.768 11.837 61.768 10.433 C 61.768 9.25 61.593 8.165 61.244 7.18 C 60.895 6.193 60.394 5.349 59.742 4.647 C 59.09 3.945 58.295 3.401 57.355 3.014 C 56.415 2.62 55.356 2.423 54.175 2.423 Z M 9.978 2.59 C 9.652 2.59 9.329 2.623 9.011 2.685 C 8.703 2.738 8.399 2.813 8.102 2.91 C 7.83 2.998 7.565 3.109 7.31 3.241 C 7.103 3.351 6.904 3.477 6.716 3.619 L 6.716 10.435 C 7.159 10.514 7.543 10.655 7.869 10.86 C 8.203 11.057 8.479 11.275 8.696 11.511 C 8.922 11.74 9.089 11.964 9.197 12.186 C 9.306 12.406 9.36 12.576 9.36 12.695 C 9.36 12.829 9.322 12.927 9.244 12.99 C 9.173 13.053 9.082 13.087 8.988 13.085 C 8.848 12.729 8.67 12.418 8.452 12.15 C 8.242 11.881 7.99 11.649 7.706 11.464 C 7.435 11.275 7.137 11.131 6.821 11.038 C 6.5 10.943 6.166 10.895 5.832 10.896 C 5.451 10.896 5.055 10.963 4.644 11.098 C 4.24 11.223 3.871 11.437 3.537 11.736 C 3.203 12.028 2.928 12.414 2.71 12.896 C 2.493 13.376 2.384 13.972 2.384 14.682 C 2.384 14.856 2.392 15.057 2.408 15.286 C 2.431 15.506 2.462 15.743 2.5 15.996 C 2.648 16.208 2.869 16.457 3.164 16.741 C 3.489 17.039 3.844 17.3 4.224 17.521 C 4.674 17.779 5.151 17.986 5.646 18.137 C 6.211 18.315 6.8 18.402 7.392 18.397 C 8.394 18.397 9.275 18.247 10.036 17.948 C 10.804 17.648 11.444 17.242 11.957 16.728 C 12.464 16.207 12.86 15.587 13.122 14.904 C 13.389 14.186 13.523 13.425 13.518 12.657 L 13.518 4.765 C 13.518 4.577 13.494 4.404 13.451 4.246 L 13.451 4.245 C 13.394 4.031 13.29 3.833 13.145 3.666 C 12.891 3.378 12.577 3.152 12.225 3.004 C 11.859 2.836 11.471 2.724 11.072 2.673 C 10.71 2.62 10.344 2.593 9.978 2.589 Z M 41.772 2.577 C 41.462 2.577 41.158 2.598 40.863 2.637 C 40.585 2.673 40.309 2.725 40.036 2.791 C 39.788 2.854 39.559 2.925 39.349 3.004 C 39.178 3.069 39.011 3.144 38.848 3.228 L 37.743 7.902 C 37.432 7.886 37.277 7.744 37.277 7.476 C 37.276 7.36 37.292 7.244 37.323 7.133 L 37.731 5.394 L 37.09 3.216 C 36.756 3.027 36.333 2.874 35.821 2.756 C 35.313 2.637 34.793 2.577 34.271 2.578 C 33.977 2.578 33.67 2.598 33.352 2.637 C 33.034 2.669 32.716 2.728 32.397 2.815 C 32.087 2.893 31.787 3.004 31.5 3.146 C 31.213 3.287 30.956 3.461 30.731 3.666 C 30.68 3.993 30.633 4.32 30.592 4.648 C 30.544 5.066 30.491 5.543 30.428 6.08 C 30.366 6.616 30.304 7.196 30.242 7.819 L 30.056 9.712 C 29.994 10.343 29.935 10.97 29.881 11.594 L 29.73 13.333 C 29.695 13.813 29.663 14.295 29.636 14.776 C 29.613 15.194 29.601 15.525 29.601 15.769 C 29.601 16.235 29.729 16.626 29.986 16.941 C 30.25 17.256 30.58 17.516 30.976 17.722 C 31.372 17.919 31.807 18.061 32.28 18.148 C 32.729 18.232 33.185 18.275 33.643 18.277 C 34.101 18.277 34.504 18.258 34.854 18.219 C 35.211 18.179 35.53 18.125 35.809 18.054 C 36.089 17.974 36.337 17.88 36.555 17.769 C 36.776 17.661 36.989 17.539 37.195 17.403 L 37.288 15.166 C 37.101 15.145 36.917 15.102 36.741 15.037 C 36.524 14.958 36.317 14.855 36.124 14.728 C 35.907 14.574 35.704 14.4 35.518 14.208 C 35.31 13.985 35.126 13.739 34.97 13.475 C 34.885 13.349 34.837 13.201 34.831 13.048 C 34.831 12.946 34.862 12.875 34.924 12.836 C 34.991 12.795 35.067 12.774 35.145 12.776 L 35.215 12.776 C 35.401 13.123 35.595 13.415 35.797 13.652 C 35.999 13.888 36.213 14.078 36.438 14.219 C 36.663 14.362 36.904 14.464 37.16 14.527 C 37.424 14.59 37.708 14.622 38.01 14.622 C 39.221 14.622 40.102 14.043 40.654 12.883 L 40.689 12.883 C 40.703 12.875 40.719 12.871 40.735 12.871 C 40.937 12.871 41.038 12.974 41.038 13.178 C 41.038 13.329 40.972 13.506 40.84 13.711 C 40.545 14.153 40.238 14.472 39.92 14.669 C 39.602 14.866 39.306 14.996 39.035 15.059 L 39.139 16.172 C 39.171 16.527 39.275 16.835 39.454 17.095 C 39.64 17.355 39.885 17.576 40.188 17.757 C 40.498 17.931 40.867 18.061 41.294 18.148 C 41.758 18.238 42.231 18.281 42.704 18.277 C 44.203 18.277 45.377 17.882 46.226 17.094 C 46.296 17.029 46.364 16.962 46.429 16.893 C 46.429 16.633 46.407 16.231 46.36 15.687 C 46.314 15.063 46.26 14.44 46.197 13.817 C 46.13 13.059 46.057 12.302 45.976 11.546 C 45.891 10.742 45.805 9.948 45.72 9.168 C 45.634 8.379 45.549 7.634 45.463 6.932 L 45.266 5.133 C 45.211 4.66 45.102 4.261 44.94 3.938 C 44.784 3.623 44.552 3.355 44.264 3.157 C 43.984 2.952 43.635 2.807 43.216 2.72 C 42.804 2.625 42.323 2.577 41.772 2.577 Z M 21.776 7.83 C 21.861 7.83 21.935 7.858 21.997 7.913 C 22.067 7.968 22.121 8.079 22.16 8.244 C 22.199 8.426 22.226 8.654 22.242 8.931 C 22.258 9.199 22.265 9.522 22.265 9.9 L 22.265 10.93 C 22.264 11.257 22.257 11.585 22.241 11.912 C 22.231 12.138 22.204 12.364 22.16 12.586 C 22.121 12.752 22.067 12.863 21.997 12.917 C 21.936 12.972 21.857 13.002 21.776 13.001 C 21.708 13.004 21.64 12.992 21.577 12.965 C 21.538 12.938 21.499 12.911 21.461 12.882 C 21.468 12.751 21.48 12.621 21.496 12.492 C 21.512 12.366 21.523 12.228 21.531 12.077 C 21.547 11.92 21.558 11.742 21.566 11.544 C 21.574 11.34 21.578 11.092 21.578 10.8 L 21.578 10.031 C 21.578 9.739 21.574 9.494 21.566 9.297 C 21.56 9.119 21.548 8.942 21.531 8.764 C 21.525 8.626 21.513 8.488 21.496 8.351 C 21.48 8.217 21.468 8.083 21.461 7.949 C 21.498 7.921 21.537 7.898 21.578 7.877 C 21.638 7.842 21.707 7.826 21.776 7.83 Z M 54.223 7.83 C 54.309 7.83 54.382 7.858 54.445 7.913 C 54.514 7.968 54.569 8.079 54.608 8.244 C 54.646 8.426 54.673 8.654 54.689 8.931 C 54.704 9.199 54.712 9.522 54.712 9.9 L 54.712 10.93 C 54.712 11.257 54.704 11.585 54.689 11.912 C 54.678 12.138 54.651 12.364 54.608 12.586 C 54.568 12.752 54.514 12.863 54.444 12.917 C 54.383 12.972 54.304 13.002 54.223 13.001 C 54.155 13.004 54.087 12.992 54.025 12.965 C 53.985 12.938 53.947 12.911 53.909 12.882 C 53.917 12.74 53.928 12.61 53.944 12.492 C 53.96 12.354 53.972 12.216 53.978 12.077 C 53.994 11.92 54.006 11.742 54.013 11.544 C 54.021 11.34 54.025 11.092 54.025 10.8 L 54.025 10.031 C 54.025 9.739 54.021 9.494 54.014 9.297 C 54.008 9.119 53.996 8.942 53.979 8.764 C 53.973 8.626 53.961 8.488 53.944 8.351 C 53.927 8.217 53.916 8.083 53.909 7.949 C 53.945 7.921 53.984 7.898 54.025 7.877 C 54.085 7.842 54.154 7.826 54.224 7.83 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-mbrx65\",layoutDependency:layoutDependency,layoutId:\"tTa7IGr1I\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 64.154 20.866\" overflow=\"visible\"><path d=\"M 54.177 0 C 55.619 0 56.995 0.242 58.266 0.775 C 59.495 1.283 60.578 2.016 61.478 2.984 L 61.643 3.167 C 62.456 4.091 63.066 5.166 63.489 6.358 C 63.943 7.639 64.154 9.006 64.154 10.433 C 64.154 12.059 63.927 13.585 63.391 14.95 L 63.391 14.95 C 62.892 16.242 62.175 17.384 61.205 18.313 C 60.269 19.206 59.15 19.879 57.929 20.282 C 56.757 20.678 55.524 20.866 54.246 20.866 C 53.424 20.866 52.604 20.776 51.801 20.597 L 51.801 20.596 C 50.987 20.424 50.198 20.148 49.453 19.776 C 48.911 19.504 48.397 19.18 47.917 18.808 C 46.508 20.162 44.662 20.701 42.704 20.701 C 42.062 20.701 41.432 20.646 40.828 20.523 C 40.203 20.403 39.6 20.186 39.039 19.881 L 39.007 19.864 L 38.976 19.844 C 38.789 19.731 38.609 19.607 38.437 19.47 C 38.175 19.641 37.902 19.797 37.621 19.936 L 37.622 19.936 L 37.599 19.947 L 37.592 19.951 C 37.225 20.132 36.842 20.279 36.447 20.388 L 36.419 20.396 L 36.389 20.404 C 35.982 20.507 35.553 20.579 35.113 20.628 C 34.624 20.679 34.134 20.703 33.643 20.7 C 33.053 20.7 32.456 20.642 31.858 20.532 C 31.188 20.413 30.539 20.199 29.927 19.898 L 29.91 19.889 L 29.894 19.881 C 29.309 19.582 28.78 19.18 28.332 18.694 C 27.488 19.399 26.521 19.938 25.482 20.282 L 25.482 20.282 C 24.31 20.678 23.077 20.866 21.799 20.866 C 20.975 20.866 20.159 20.777 19.354 20.597 L 19.354 20.596 C 18.541 20.424 17.752 20.148 17.006 19.776 C 16.245 19.394 15.539 18.911 14.905 18.339 L 14.891 18.327 C 14.677 18.129 14.473 17.922 14.28 17.704 C 14.084 17.963 13.872 18.21 13.644 18.442 L 13.638 18.449 L 13.632 18.456 C 12.854 19.234 11.922 19.808 10.891 20.209 C 9.802 20.637 8.621 20.82 7.393 20.82 C 6.555 20.826 5.721 20.7 4.921 20.446 L 4.921 20.444 C 4.266 20.241 3.634 19.966 3.038 19.623 L 3.021 19.613 C 2.494 19.304 2.001 18.939 1.55 18.523 L 1.525 18.499 C 1.173 18.161 0.827 17.788 0.551 17.39 L 0.231 16.928 L 0.145 16.37 C 0.103 16.095 0.066 15.82 0.037 15.543 L 0.032 15.498 L 0.029 15.452 C 0.01 15.196 0.001 14.939 0 14.682 C 0 13.736 0.143 12.771 0.544 11.884 C 0.878 11.144 1.345 10.456 1.983 9.899 C 2.549 9.392 3.213 9.013 3.933 8.784 C 4.065 8.742 4.199 8.704 4.332 8.669 L 4.332 2.42 L 5.272 1.692 C 5.561 1.471 5.868 1.274 6.189 1.103 L 6.204 1.095 L 6.217 1.087 C 6.587 0.895 6.972 0.734 7.368 0.606 L 7.672 0.511 C 7.968 0.426 8.268 0.358 8.574 0.303 C 9.037 0.212 9.507 0.167 9.978 0.167 C 10.433 0.167 10.907 0.205 11.391 0.271 C 12.001 0.352 12.597 0.522 13.159 0.775 L 13.171 0.78 L 13.217 0.8 L 13.216 0.8 C 13.869 1.088 14.454 1.517 14.928 2.057 C 15.001 2.14 15.07 2.227 15.133 2.313 C 16.004 1.558 17.008 0.977 18.093 0.603 L 18.099 0.602 L 18.539 0.46 C 19.572 0.153 20.637 0 21.729 0 C 23.172 0 24.548 0.242 25.819 0.775 L 25.819 0.775 C 26.805 1.177 27.716 1.751 28.51 2.469 L 28.518 2.429 L 29.139 1.863 C 29.536 1.503 29.979 1.202 30.458 0.967 C 30.881 0.758 31.324 0.593 31.78 0.474 C 32.202 0.359 32.63 0.278 33.064 0.232 L 33.368 0.198 C 33.671 0.17 33.972 0.154 34.272 0.154 C 34.975 0.154 35.668 0.233 36.35 0.392 C 36.91 0.521 37.467 0.703 37.986 0.96 C 38.154 0.88 38.325 0.809 38.494 0.741 L 38.522 0.731 C 38.824 0.618 39.138 0.521 39.459 0.44 L 39.467 0.438 L 39.475 0.435 C 39.824 0.35 40.184 0.284 40.553 0.234 C 40.957 0.181 41.365 0.154 41.773 0.154 C 42.432 0.154 43.08 0.21 43.692 0.346 L 43.693 0.346 L 43.712 0.35 L 43.743 0.356 L 43.742 0.356 C 44.378 0.494 45.019 0.739 45.6 1.151 L 45.6 1.15 L 45.626 1.169 L 45.662 1.193 L 45.66 1.195 C 46.176 1.56 46.609 2.034 46.928 2.585 L 47.051 2.811 C 48.031 1.812 49.225 1.057 50.54 0.603 L 50.546 0.602 L 50.986 0.46 C 52.023 0.153 53.097 -0.002 54.177 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1kliunz\",layoutDependency:layoutDependency,layoutId:\"NZTUUFoEA\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15.176 16.02\" overflow=\"visible\"><path d=\"M 7.582 0 C 6.588 0 5.634 0.158 4.717 0.473 C 3.563 0.87 2.539 1.582 1.757 2.53 L 1.757 2.531 C 1.49 2.857 1.253 3.206 1.048 3.575 L 1.003 3.656 C 0.897 3.851 0.8 4.05 0.712 4.253 C 0.684 4.314 0.656 4.375 0.63 4.438 C 0.285 5.261 0.086 6.211 0.024 7.289 C 0.01 7.524 0 7.764 0 8.01 C 0 8.94 0.098 9.784 0.292 10.542 C 0.467 11.253 0.741 11.934 1.107 12.565 C 1.456 13.157 1.868 13.669 2.341 14.103 C 2.816 14.532 3.345 14.894 3.914 15.18 C 4.481 15.463 5.083 15.672 5.719 15.807 C 6.355 15.949 7 16.02 7.652 16.02 C 8.7 16.02 9.679 15.866 10.587 15.559 C 11.477 15.266 12.292 14.777 12.974 14.127 C 13.032 14.072 13.086 14.013 13.142 13.955 C 13.513 13.567 13.835 13.132 14.098 12.661 C 14.284 12.33 14.446 11.985 14.582 11.63 C 14.978 10.62 15.176 9.414 15.176 8.01 C 15.176 6.827 15.001 5.742 14.651 4.756 C 14.62 4.668 14.585 4.58 14.551 4.493 C 14.382 4.059 14.173 3.642 13.927 3.247 C 13.701 2.882 13.44 2.539 13.149 2.224 C 12.497 1.522 11.701 0.978 10.762 0.591 C 9.823 0.197 8.763 0 7.583 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1l93x17\",layoutDependency:layoutDependency,layoutId:\"Jg83zJ5Xi\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15.174 16.02\" overflow=\"visible\"><path d=\"M 7.581 0 C 6.588 0 5.632 0.158 4.716 0.473 C 3.819 0.782 2.997 1.282 2.306 1.94 C 1.606 2.594 1.048 3.427 0.628 4.437 C 0.209 5.438 0 6.63 0 8.01 C 0 8.94 0.097 9.784 0.291 10.542 C 0.466 11.253 0.74 11.934 1.106 12.565 C 1.456 13.157 1.867 13.669 2.341 14.103 C 2.815 14.532 3.343 14.894 3.912 15.18 C 4.479 15.463 5.081 15.672 5.717 15.807 C 6.355 15.949 6.999 16.02 7.651 16.02 C 8.699 16.02 9.678 15.866 10.586 15.559 C 11.476 15.266 12.291 14.777 12.973 14.127 C 13.657 13.472 14.192 12.64 14.58 11.631 C 14.976 10.621 15.174 9.414 15.174 8.01 C 15.174 6.827 14.999 5.742 14.65 4.756 C 14.3 3.77 13.799 2.926 13.147 2.224 C 12.496 1.522 11.7 0.978 10.761 0.591 C 9.821 0.197 8.761 0 7.581 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4muozr\",layoutDependency:layoutDependency,layoutId:\"x7QP7SSny\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.134 15.808\" overflow=\"visible\"><path d=\"M 7.593 0.001 C 7.267 0.001 6.945 0.033 6.627 0.095 C 6.319 0.148 6.015 0.223 5.718 0.321 C 5.446 0.409 5.181 0.52 4.926 0.652 C 4.718 0.762 4.52 0.888 4.332 1.03 L 4.332 7.845 C 4.775 7.924 5.159 8.066 5.485 8.271 C 5.819 8.468 6.095 8.685 6.312 8.922 C 6.538 9.15 6.704 9.375 6.813 9.596 C 6.922 9.817 6.976 9.986 6.976 10.105 C 6.976 10.239 6.937 10.338 6.86 10.401 C 6.789 10.464 6.698 10.498 6.604 10.495 C 6.464 10.14 6.286 9.829 6.068 9.561 C 5.858 9.292 5.606 9.06 5.322 8.874 C 5.051 8.685 4.752 8.542 4.437 8.448 C 4.116 8.353 3.782 8.305 3.447 8.306 C 3.066 8.306 2.671 8.373 2.259 8.508 C 1.856 8.633 1.487 8.847 1.153 9.146 C 0.819 9.439 0.544 9.825 0.326 10.306 C 0.109 10.787 0 11.383 0 12.093 C 0 12.266 0.008 12.468 0.024 12.696 C 0.047 12.917 0.078 13.153 0.116 13.406 C 0.264 13.619 0.485 13.867 0.78 14.152 C 1.105 14.449 1.46 14.711 1.84 14.932 C 2.29 15.19 2.766 15.396 3.261 15.547 C 3.827 15.725 4.416 15.813 5.008 15.807 C 6.01 15.807 6.891 15.658 7.651 15.358 C 8.42 15.059 9.06 14.652 9.573 14.139 C 10.08 13.618 10.476 12.997 10.738 12.315 C 11.005 11.597 11.139 10.835 11.134 10.068 L 11.134 2.176 C 11.134 1.988 11.11 1.815 11.067 1.657 L 11.067 1.656 C 11.01 1.441 10.905 1.243 10.761 1.077 C 10.507 0.789 10.192 0.562 9.841 0.414 C 9.475 0.246 9.086 0.135 8.688 0.083 C 8.325 0.031 7.96 0.003 7.593 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tezk0s\",layoutDependency:layoutDependency,layoutId:\"jesh03Scj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.828 15.7\" overflow=\"visible\"><path d=\"M 12.17 0 C 11.86 0 11.557 0.02 11.262 0.06 C 10.984 0.096 10.708 0.147 10.435 0.213 C 10.187 0.276 9.958 0.347 9.748 0.426 C 9.577 0.491 9.41 0.566 9.247 0.651 L 8.141 5.324 C 7.83 5.308 7.675 5.167 7.675 4.899 C 7.675 4.783 7.69 4.667 7.721 4.555 L 8.129 2.816 L 7.488 0.639 C 7.154 0.45 6.732 0.296 6.22 0.178 C 5.711 0.06 5.191 0 4.67 0.001 C 4.376 0.001 4.069 0.02 3.75 0.06 C 3.432 0.091 3.114 0.15 2.795 0.237 C 2.486 0.316 2.185 0.427 1.899 0.569 C 1.612 0.71 1.355 0.884 1.13 1.089 C 1.078 1.415 1.032 1.743 0.991 2.071 C 0.943 2.489 0.89 2.966 0.827 3.502 C 0.765 4.038 0.703 4.618 0.641 5.242 L 0.455 7.134 C 0.393 7.766 0.334 8.393 0.28 9.016 L 0.129 10.755 C 0.093 11.236 0.062 11.717 0.035 12.199 C 0.012 12.616 0 12.948 0 13.192 C 0 13.658 0.128 14.048 0.385 14.363 C 0.649 14.679 0.979 14.939 1.375 15.144 C 1.771 15.342 2.205 15.483 2.678 15.571 C 3.128 15.655 3.584 15.698 4.041 15.7 C 4.5 15.7 4.903 15.681 5.253 15.642 C 5.61 15.601 5.929 15.547 6.208 15.476 C 6.487 15.397 6.736 15.303 6.953 15.192 C 7.174 15.084 7.388 14.961 7.593 14.825 L 7.686 12.589 C 7.5 12.568 7.316 12.524 7.139 12.459 C 6.923 12.381 6.716 12.277 6.522 12.151 C 6.306 11.996 6.103 11.822 5.917 11.631 C 5.708 11.407 5.525 11.161 5.369 10.897 C 5.284 10.772 5.235 10.624 5.23 10.471 C 5.23 10.368 5.261 10.297 5.323 10.258 C 5.389 10.218 5.466 10.197 5.544 10.199 L 5.614 10.199 C 5.8 10.546 5.994 10.838 6.196 11.074 C 6.398 11.311 6.611 11.501 6.836 11.642 C 7.061 11.784 7.302 11.887 7.558 11.95 C 7.822 12.013 8.106 12.044 8.409 12.044 C 9.62 12.044 10.501 11.465 11.053 10.305 L 11.088 10.305 C 11.102 10.298 11.118 10.294 11.134 10.294 C 11.336 10.294 11.437 10.397 11.437 10.601 C 11.437 10.751 11.371 10.929 11.239 11.134 C 10.944 11.576 10.637 11.895 10.319 12.092 C 10.001 12.289 9.705 12.419 9.434 12.482 L 9.538 13.595 C 9.57 13.95 9.674 14.257 9.853 14.517 C 10.039 14.778 10.284 14.999 10.587 15.18 C 10.897 15.353 11.266 15.483 11.693 15.571 C 12.157 15.661 12.629 15.704 13.102 15.7 C 14.602 15.7 15.776 15.305 16.625 14.517 C 16.695 14.452 16.762 14.385 16.828 14.316 C 16.828 14.055 16.805 13.653 16.758 13.11 C 16.713 12.486 16.658 11.862 16.595 11.24 C 16.529 10.482 16.455 9.725 16.374 8.969 C 16.289 8.164 16.204 7.371 16.118 6.591 C 16.033 5.802 15.948 5.056 15.862 4.354 L 15.664 2.556 C 15.61 2.083 15.501 1.684 15.339 1.361 C 15.183 1.046 14.95 0.777 14.663 0.58 C 14.383 0.375 14.034 0.229 13.614 0.142 C 13.203 0.048 12.721 0 12.17 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qazr65\",layoutDependency:layoutDependency,layoutId:\"XSHJuzWnn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 5.172\" overflow=\"visible\"><path d=\"M 0.315 0.001 C 0.4 0.001 0.474 0.029 0.536 0.084 C 0.606 0.139 0.66 0.249 0.699 0.415 C 0.738 0.597 0.765 0.825 0.781 1.101 C 0.797 1.37 0.804 1.693 0.804 2.071 L 0.804 3.101 C 0.803 3.428 0.795 3.756 0.78 4.083 C 0.77 4.309 0.743 4.535 0.699 4.757 C 0.66 4.923 0.606 5.033 0.536 5.088 C 0.475 5.143 0.396 5.173 0.315 5.171 C 0.247 5.175 0.179 5.163 0.116 5.136 C 0.077 5.109 0.038 5.081 0 5.053 C 0.007 4.922 0.019 4.792 0.035 4.663 C 0.051 4.537 0.062 4.398 0.07 4.248 C 0.086 4.091 0.097 3.913 0.105 3.715 C 0.113 3.511 0.117 3.263 0.117 2.97 L 0.117 2.202 C 0.117 1.91 0.113 1.665 0.105 1.468 C 0.099 1.29 0.087 1.112 0.07 0.935 C 0.064 0.797 0.052 0.659 0.035 0.522 C 0.019 0.388 0.007 0.254 0 0.119 C 0.037 0.092 0.076 0.068 0.117 0.048 C 0.177 0.013 0.246 -0.003 0.315 0.001 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vc8z2e\",layoutDependency:layoutDependency,layoutId:\"h9ba80ESH\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 5.172\" overflow=\"visible\"><path d=\"M 0.314 0.001 C 0.4 0.001 0.473 0.029 0.536 0.084 C 0.605 0.139 0.66 0.249 0.699 0.415 C 0.737 0.597 0.765 0.825 0.78 1.102 C 0.796 1.37 0.804 1.693 0.804 2.071 L 0.804 3.101 C 0.803 3.428 0.795 3.756 0.78 4.083 C 0.77 4.309 0.743 4.535 0.699 4.757 C 0.659 4.923 0.605 5.033 0.535 5.088 C 0.474 5.143 0.395 5.173 0.314 5.171 C 0.246 5.175 0.179 5.163 0.116 5.136 C 0.077 5.109 0.038 5.082 0 5.053 C 0.008 4.911 0.019 4.781 0.035 4.663 C 0.052 4.525 0.063 4.387 0.069 4.248 C 0.085 4.091 0.097 3.913 0.104 3.715 C 0.112 3.511 0.116 3.263 0.116 2.971 L 0.116 2.202 C 0.116 1.91 0.112 1.665 0.105 1.468 C 0.099 1.29 0.087 1.112 0.07 0.935 C 0.064 0.797 0.052 0.659 0.035 0.522 C 0.019 0.388 0.007 0.254 0 0.119 C 0.037 0.092 0.075 0.068 0.116 0.048 C 0.176 0.013 0.245 -0.004 0.315 0.001 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19xbdty-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Df1O8vN6I-container\",nodeId:\"Df1O8vN6I\",rendersWithMotion:true,scopeId:\"WiCJHXLqu\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-4e50c0f5-9235-4a35-94aa-fe8b2687fb81, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"Df1O8vN6I\",layoutId:\"Df1O8vN6I\",mirrored:false,onClick:onClick10ulw1b,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sk9qik-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"JcBrVKutX-container\",nodeId:\"JcBrVKutX\",rendersWithMotion:true,scopeId:\"WiCJHXLqu\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-4e50c0f5-9235-4a35-94aa-fe8b2687fb81, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"JcBrVKutX\",layoutId:\"JcBrVKutX\",mirrored:false,onClick:onClicklzrpi3,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t1rusg\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"scDJq0ycF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OJVR8tGZM\"},motionChild:true,nodeId:\"sLEJ103rX\",openInNewTab:false,relValues:[],scopeId:\"WiCJHXLqu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Features\"})})})}),className:\"framer-9jom54\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"sLEJ103rX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kQzcvDA27\"},motionChild:true,nodeId:\"ROfzBCnRu\",openInNewTab:false,relValues:[],scopeId:\"WiCJHXLqu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Pricing\"})})})}),className:\"framer-lm8552\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"ROfzBCnRu\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://jomo.featureos.app/changelog\",motionChild:true,nodeId:\"vnJnO4xK2\",openInNewTab:true,relValues:[],scopeId:\"WiCJHXLqu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"News\"})})})}),className:\"framer-rd9m1q\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"vnJnO4xK2\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"prMd8GX31\"},motionChild:true,nodeId:\"bDQdSKt_v\",openInNewTab:false,relValues:[],scopeId:\"WiCJHXLqu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Blog\"})})})}),className:\"framer-1171kzg\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"bDQdSKt_v\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e9D7sW8gm\"},motionChild:true,nodeId:\"HOaBBm1CQ\",openInNewTab:false,relValues:[],scopeId:\"WiCJHXLqu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Support\"})})})}),className:\"framer-wtodmo\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"HOaBBm1CQ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"app.jomo.so\",motionChild:true,nodeId:\"PvU4NjGXc\",scopeId:\"WiCJHXLqu\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1p8z2o0 framer-qx04j2\",layoutDependency:layoutDependency,layoutId:\"PvU4NjGXc\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"  Download\"})}),className:\"framer-obazcr\",fonts:[\"GF;DM Sans-600\"],layoutDependency:layoutDependency,layoutId:\"Err4W5fD3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1Nrj0.framer-qx04j2, .framer-1Nrj0 .framer-qx04j2 { display: block; }\",\".framer-1Nrj0.framer-bqn3ts { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 64px; justify-content: center; overflow: hidden; padding: 32px 0px 32px 0px; position: relative; width: 1400px; }\",\".framer-1Nrj0 .framer-1m9d84k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 70%; }\",\".framer-1Nrj0 .framer-dzw1z7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-1Nrj0 .framer-hgqmvf { height: 21px; position: relative; width: 64px; }\",\".framer-1Nrj0 .framer-mbrx65 { height: 21px; left: 0px; position: absolute; top: 0px; width: 64px; }\",\".framer-1Nrj0 .framer-1kliunz { height: 16px; left: 14px; position: absolute; top: 3px; width: 15px; }\",\".framer-1Nrj0 .framer-1l93x17 { height: 16px; left: 47px; position: absolute; top: 3px; width: 15px; }\",\".framer-1Nrj0 .framer-4muozr { height: 16px; left: 3px; position: absolute; top: 3px; width: 11px; }\",\".framer-1Nrj0 .framer-tezk0s { height: 16px; left: 30px; position: absolute; top: 3px; width: 17px; }\",\".framer-1Nrj0 .framer-1qazr65 { height: 5px; left: 22px; position: absolute; top: 8px; width: 1px; }\",\".framer-1Nrj0 .framer-vc8z2e { height: 5px; left: 54px; position: absolute; top: 8px; width: 1px; }\",\".framer-1Nrj0 .framer-19xbdty-container, .framer-1Nrj0 .framer-sk9qik-container { flex: none; height: 31px; position: relative; width: 31px; }\",\".framer-1Nrj0 .framer-1t1rusg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-1Nrj0 .framer-9jom54, .framer-1Nrj0 .framer-lm8552, .framer-1Nrj0 .framer-rd9m1q, .framer-1Nrj0 .framer-1171kzg, .framer-1Nrj0 .framer-wtodmo, .framer-1Nrj0 .framer-obazcr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1Nrj0 .framer-1p8z2o0 { 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: 8px 12px 8px 12px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1Nrj0.framer-v-1p9peoc.framer-bqn3ts { padding: 24px 0px 24px 0px; width: 800px; }\",\".framer-1Nrj0.framer-v-1p9peoc .framer-1m9d84k { width: 90%; }\",\".framer-1Nrj0.framer-v-b4g9u3.framer-bqn3ts { justify-content: flex-start; overflow: visible; width: 325px; }\",\".framer-1Nrj0.framer-v-b4g9u3 .framer-1m9d84k { gap: 0px; padding: 20px; width: 100%; }\",\".framer-1Nrj0.framer-v-b4g9u3 .framer-dzw1z7 { flex: 1 0 0px; gap: unset; justify-content: space-between; order: 0; width: 1px; }\",\".framer-1Nrj0.framer-v-7fgvyp.framer-bqn3ts { align-content: flex-start; align-items: flex-start; flex-direction: column; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; width: 325px; }\",\".framer-1Nrj0.framer-v-7fgvyp .framer-1m9d84k { flex-direction: column; gap: 30px; padding: 20px 20px 16px 20px; width: 100%; }\",\".framer-1Nrj0.framer-v-7fgvyp .framer-dzw1z7 { gap: unset; justify-content: space-between; order: 0; width: 100%; }\",\".framer-1Nrj0.framer-v-7fgvyp .framer-1t1rusg { flex: none; flex-direction: column; order: 1; width: 100%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"zE9AVTfyB\":{\"layout\":[\"fixed\",\"fixed\"]},\"In3o6SS9G\":{\"layout\":[\"fixed\",\"fixed\"]},\"PzPtvERVn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerWiCJHXLqu=withCSS(Component,css,\"framer-1Nrj0\");export default FramerWiCJHXLqu;FramerWiCJHXLqu.displayName=\"Navbar Copy\";FramerWiCJHXLqu.defaultProps={height:64,width:1400};addPropertyControls(FramerWiCJHXLqu,{variant:{options:[\"h7hxfvihw\",\"zE9AVTfyB\",\"In3o6SS9G\",\"PzPtvERVn\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWiCJHXLqu,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWiCJHXLqu\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"64\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1400\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zE9AVTfyB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"In3o6SS9G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PzPtvERVn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}