{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js", "ssg:https://framerusercontent.com/modules/8DokTY9KRiA7CS4NdL4h/f4YLXzS6ZNbi6rqUTzDO/nh63Sv0P0.js", "ssg:https://framerusercontent.com/modules/o8LIrsakIycCtxjRtYsD/9PWLEQh99Z9K5ekaNdan/eldaklQKU.js", "ssg:https://framerusercontent.com/modules/sAzHCkfC57J7yBfJDn0I/1CXSJgp5X4PRtl9Ca1Y3/BKUMLhZtA.js", "ssg:https://framerusercontent.com/modules/eRV8Lpj7LxOsM3nLiZSA/hlChKQ2pyLyMe2b6n1iw/TnA1PTb6m.js", "ssg:https://framerusercontent.com/modules/gxeLSuWM63ochjIThwlX/C9KN1iHU4GilNL7rLWWi/BGCF9ZpCT.js", "ssg:https://framerusercontent.com/modules/uuBfkfYGwAHNZ4DBS6WD/h302TaU94ufDaIlRTLoa/G6X3B1Y06.js", "ssg:https://framerusercontent.com/modules/lP0ZiESzNGiLIf8IdLrG/EXanhaRZN7z2Cdrc7FNg/eldaklQKU.js", "ssg:https://framerusercontent.com/modules/in0nOfAb9Iyb8hW4ez5f/6jDWeGWCM6JiVLtYwE6C/XUOFob_NJ.js", "ssg:https://framerusercontent.com/modules/LzvncqykVGuFQ6qHkVfd/cbzzT8FClUHQpOEaaFpB/Copyright.js", "ssg:https://framerusercontent.com/modules/6rDpd4nv8WFQgVNovbtw/fYMrlc07U67sBsNcbz5r/KE1flUhia.js", "ssg:https://framerusercontent.com/modules/nkD6Jm3omqMrWTibdhLJ/iJnAv7Se8RhAbhr3veqe/l4SSWqqzo.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,zoom,radius,border,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,zoom:zoom,radius:radius,border:border,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}},border:{title:\"Border\",type:ControlType.Border,optional:true,hidden(props){return props.type!==\"url\";}},radius:{type:ControlType.BorderRadius,title:\"Radius\",hidden(props){return props.type!==\"url\";}},zoom:{title:\"Zoom\",defaultValue:1,type:ControlType.Number,hidden(props){return props.type!==\"url\";},min:.1,max:1,step:.1,displayStepper:true}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,zoom,radius,border,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style,...border,zoom:zoom,borderRadius:radius,transformOrigin:\"top center\"},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{const iframeWindow=ref.current?.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow?.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerIntrinsicWidth\":\"600\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (eb93fa7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={cwmEfZ_pl:{hover:true},d5hwHDW83:{hover:true},Hp1qGjazE:{hover:true},KkEI4m_aC:{hover:true},z36ejN6mX:{hover:true}};const cycleOrder=[\"KkEI4m_aC\",\"z36ejN6mX\",\"d5hwHDW83\",\"Hp1qGjazE\",\"YJkJFO6Tf\",\"x2SENGo8h\",\"cwmEfZ_pl\"];const serializationHash=\"framer-LfF3m\";const variantClassNames={cwmEfZ_pl:\"framer-v-i05n2h\",d5hwHDW83:\"framer-v-qaijgq\",Hp1qGjazE:\"framer-v-1vw9q07\",KkEI4m_aC:\"framer-v-1yfyq0v\",x2SENGo8h:\"framer-v-5usdsb\",YJkJFO6Tf:\"framer-v-1r67xln\",z36ejN6mX:\"framer-v-18sg7kd\"};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={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"KkEI4m_aC\",\"Variant 2\":\"z36ejN6mX\",\"Variant 3\":\"d5hwHDW83\",\"Variant 4\":\"cwmEfZ_pl\",Loading:\"YJkJFO6Tf\",Success:\"x2SENGo8h\"};const getProps=({background,border,click,color,height,id,link,newTab,title,width,...props})=>{return{...props,a2o6qQFNw:border??props.a2o6qQFNw??{borderColor:'var(--token-98a1f18f-fea1-4e1c-b708-4717f6ecd2f1, rgb(199, 221, 220)) /* {\"name\":\"Primary Color 3\"} */',borderStyle:\"solid\",borderWidth:1},AUsIHiE6c:newTab??props.AUsIHiE6c,B41YvuhTY:title??props.B41YvuhTY??\"Button Text\",eiDeOhBde:background??props.eiDeOhBde??\"var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39))\",Pa0hNWdfl:link??props.Pa0hNWdfl,qBVwkRJMV:color??props.qBVwkRJMV??\"rgb(255, 255, 255)\",Qi_OqIGkD:click??props.Qi_OqIGkD,variant:humanReadableVariantMap[props.variant]??props.variant??\"KkEI4m_aC\"};};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,B41YvuhTY,eiDeOhBde,qBVwkRJMV,a2o6qQFNw,Pa0hNWdfl,Qi_OqIGkD,AUsIHiE6c,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KkEI4m_aC\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1kn09wt=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Qi_OqIGkD){const res=await Qi_OqIGkD(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"YJkJFO6Tf\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"YJkJFO6Tf\")return true;return false;};const isDisplayed2=()=>{if([\"z36ejN6mX-hover\",\"Hp1qGjazE-hover\",\"cwmEfZ_pl-hover\"].includes(gestureVariant))return false;if([\"z36ejN6mX\",\"Hp1qGjazE\",\"YJkJFO6Tf\",\"x2SENGo8h\",\"cwmEfZ_pl\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1yfyq0v\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"KkEI4m_aC\",onTap:onTap1kn09wt,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:eiDeOhBde,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"cwmEfZ_pl-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},\"d5hwHDW83-hover\":{\"--border-bottom-width\":\"1.4px\",\"--border-color\":\"var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39))\",\"--border-left-width\":\"1.4px\",\"--border-right-width\":\"1.4px\",\"--border-top-width\":\"1.4px\"},\"Hp1qGjazE-hover\":{\"--border-bottom-width\":\"1.4px\",\"--border-color\":\"var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39))\",\"--border-left-width\":\"1.4px\",\"--border-right-width\":\"1.4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.4px\"},\"KkEI4m_aC-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 93, 71)\"},\"z36ejN6mX-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 93, 71)\"},cwmEfZ_pl:{\"--border-bottom-width\":(a2o6qQFNw.borderBottomWidth??a2o6qQFNw.borderWidth)+\"px\",\"--border-color\":a2o6qQFNw.borderColor,\"--border-left-width\":(a2o6qQFNw.borderLeftWidth??a2o6qQFNw.borderWidth)+\"px\",\"--border-right-width\":(a2o6qQFNw.borderRightWidth??a2o6qQFNw.borderWidth)+\"px\",\"--border-style\":a2o6qQFNw.borderStyle,\"--border-top-width\":(a2o6qQFNw.borderTopWidth??a2o6qQFNw.borderWidth)+\"px\",backgroundColor:\"rgb(255, 255, 255)\"},d5hwHDW83:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-98a1f18f-fea1-4e1c-b708-4717f6ecd2f1, rgb(199, 221, 220))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\"},Hp1qGjazE:{\"--border-bottom-width\":(a2o6qQFNw.borderBottomWidth??a2o6qQFNw.borderWidth)+\"px\",\"--border-color\":a2o6qQFNw.borderColor,\"--border-left-width\":(a2o6qQFNw.borderLeftWidth??a2o6qQFNw.borderWidth)+\"px\",\"--border-right-width\":(a2o6qQFNw.borderRightWidth??a2o6qQFNw.borderWidth)+\"px\",\"--border-style\":a2o6qQFNw.borderStyle,\"--border-top-width\":(a2o6qQFNw.borderTopWidth??a2o6qQFNw.borderWidth)+\"px\",backgroundColor:\"rgb(255, 255, 255)\"},x2SENGo8h:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42))\"},YJkJFO6Tf:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({\"cwmEfZ_pl-hover\":{\"data-framer-name\":undefined},\"d5hwHDW83-hover\":{\"data-framer-name\":undefined},\"Hp1qGjazE-hover\":{\"data-framer-name\":undefined},\"KkEI4m_aC-hover\":{\"data-framer-name\":undefined},\"z36ejN6mX-hover\":{\"data-framer-name\":undefined},cwmEfZ_pl:{\"data-border\":true,\"data-framer-name\":\"Variant 4\"},d5hwHDW83:{\"data-border\":true,\"data-framer-name\":\"Variant 3\"},Hp1qGjazE:{\"data-border\":true,\"data-framer-name\":\"Variant 4\"},x2SENGo8h:{\"data-framer-name\":\"Success\"},YJkJFO6Tf:{\"data-framer-name\":\"Loading\"},z36ejN6mX:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:Pa0hNWdfl,motionChild:true,nodeId:\"Yj4bKmIdh\",openInNewTab:AUsIHiE6c,scopeId:\"nh63Sv0P0\",...addPropertyOverrides({z36ejN6mX:{openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-52chr9 framer-loeppg\",\"data-framer-name\":\"btn-content\",layoutDependency:layoutDependency,layoutId:\"Yj4bKmIdh\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qBVwkRJMV-nh63Sv0P0))\"},children:\"Button Text\"})}),className:\"framer-1mtfou5\",\"data-framer-name\":\"Access Japan\",fonts:[\"GF;Nunito Sans-800\"],layoutDependency:layoutDependency,layoutId:\"I6144:2052;6136:2938\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-qBVwkRJMV-nh63Sv0P0)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-qBVwkRJMV-nh63Sv0P0\":qBVwkRJMV},text:B41YvuhTY,variants:{cwmEfZ_pl:{\"--extracted-r6o4lv\":\"var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42))\"},d5hwHDW83:{\"--extracted-r6o4lv\":\"var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42))\"},Hp1qGjazE:{\"--extracted-r6o4lv\":\"var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({cwmEfZ_pl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42)))\"},children:\"Button Text\"})})},d5hwHDW83:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42)))\"},children:\"Button Text\"})})},Hp1qGjazE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42)))\"},children:\"Button Text\"})})},x2SENGo8h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qBVwkRJMV-nh63Sv0P0))\"},children:\"Thank you! We'll be in touch!\"})}),text:undefined}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-10tifuz\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"ItOtpxScz\",style:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-642ypw\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"VAL4wXxVl\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8rml2m\",\"data-framer-name\":\"btn-icon-style-1\",layoutDependency:layoutDependency,layoutId:\"a1Wst6ugn\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3q1e6k\",\"data-border\":true,\"data-framer-name\":\"Ellipse 1\",layoutDependency:layoutDependency,layoutId:\"pLq09weU9\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 64, 39)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{d5hwHDW83:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}}}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16vdafw\",\"data-framer-name\":\"icon-1\",fill:\"rgba(255, 64, 39, 1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"kb6aURlTI\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6483_2026)\">\\n<path d=\"M5 12H19\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M13 18L19 12\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M13 6L19 12\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_6483_2026\">\\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1k1je5k\",\"data-framer-name\":\"icon-2\",fill:'var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42)) /* {\"name\":\"Primary Color 2\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"njsodHu2o\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6483_2031)\">\\n<path d=\"M5 12H19\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M13 18L19 12\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M13 6L19 12\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_6483_2031\">\\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LfF3m.framer-loeppg, .framer-LfF3m .framer-loeppg { display: block; }\",\".framer-LfF3m.framer-1yfyq0v { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 180px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LfF3m .framer-52chr9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 0px 20px; position: relative; text-decoration: none; width: 1px; }\",\".framer-LfF3m .framer-1mtfou5 { flex: 1 0 0px; height: 60px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-LfF3m .framer-10tifuz { flex: none; height: 20px; overflow: hidden; position: relative; width: 20px; }\",\".framer-LfF3m .framer-642ypw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\".framer-LfF3m .framer-8rml2m { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 40px; }\",\".framer-LfF3m .framer-3q1e6k { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 40px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-LfF3m .framer-16vdafw { bottom: 8px; flex: none; left: 8px; position: absolute; right: 8px; top: 8px; }\",\".framer-LfF3m .framer-1k1je5k { bottom: 8px; flex: none; left: -32px; position: absolute; right: 48px; top: 8px; }\",\".framer-LfF3m.framer-v-18sg7kd.framer-1yfyq0v { min-width: 149px; padding: 0px 10px 0px 10px; }\",\".framer-LfF3m.framer-v-18sg7kd .framer-52chr9, .framer-LfF3m.framer-v-1vw9q07 .framer-52chr9, .framer-LfF3m.framer-v-i05n2h .framer-52chr9 { padding: 0px 20px 0px 20px; }\",\".framer-LfF3m.framer-v-qaijgq.framer-1yfyq0v { width: min-content; }\",\".framer-LfF3m.framer-v-qaijgq .framer-52chr9 { flex: none; justify-content: flex-start; width: min-content; }\",\".framer-LfF3m.framer-v-qaijgq .framer-1mtfou5, .framer-LfF3m.framer-v-5usdsb .framer-1mtfou5 { flex: none; white-space: pre; width: auto; }\",\".framer-LfF3m.framer-v-1vw9q07.framer-1yfyq0v { min-width: 149px; }\",\".framer-LfF3m.framer-v-1r67xln.framer-1yfyq0v { height: 60px; padding: 0px 30px 0px 30px; width: 149px; }\",\".framer-LfF3m.framer-v-5usdsb.framer-1yfyq0v { padding: 0px 30px 0px 30px; width: min-content; }\",\".framer-LfF3m.framer-v-5usdsb .framer-52chr9 { flex: none; width: min-content; }\",\".framer-LfF3m.framer-v-i05n2h.framer-1yfyq0v { min-width: 149px; width: 149px; }\",\".framer-LfF3m.framer-v-1yfyq0v.hover.framer-1yfyq0v, .framer-LfF3m.framer-v-qaijgq.hover.framer-1yfyq0v { gap: 30px; }\",\".framer-LfF3m.framer-v-1yfyq0v.hover .framer-16vdafw, .framer-LfF3m.framer-v-qaijgq.hover .framer-16vdafw { bottom: unset; height: 24px; left: unset; right: -32px; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-LfF3m.framer-v-1yfyq0v.hover .framer-1k1je5k, .framer-LfF3m.framer-v-qaijgq.hover .framer-1k1je5k { bottom: unset; height: 24px; left: calc(50.00000000000002% - 24px / 2); right: unset; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",'.framer-LfF3m[data-border=\"true\"]::after, .framer-LfF3m [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"z36ejN6mX\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"149px\",null,null,null]},\"d5hwHDW83\":{\"layout\":[\"auto\",\"auto\"]},\"Hp1qGjazE\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"149px\",null,null,null]},\"YJkJFO6Tf\":{\"layout\":[\"fixed\",\"fixed\"]},\"x2SENGo8h\":{\"layout\":[\"auto\",\"auto\"]},\"cwmEfZ_pl\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"149px\",null,null,null]},\"ED3ZSB0vv\":{\"layout\":[\"fixed\",\"auto\"]},\"D7Gm84nW1\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"149px\",null,null,null]},\"OQqAYL2UE\":{\"layout\":[\"auto\",\"auto\"]},\"H0FCxDbyk\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"149px\",null,null,null]},\"OeuAHtDEH\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"149px\",null,null,null]}}}\n * @framerVariables {\"B41YvuhTY\":\"title\",\"eiDeOhBde\":\"background\",\"qBVwkRJMV\":\"color\",\"a2o6qQFNw\":\"border\",\"Pa0hNWdfl\":\"link\",\"Qi_OqIGkD\":\"click\",\"AUsIHiE6c\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framernh63Sv0P0=withCSS(Component,css,\"framer-LfF3m\");export default Framernh63Sv0P0;Framernh63Sv0P0.displayName=\"btn-primary\";Framernh63Sv0P0.defaultProps={height:60,width:180};addPropertyControls(Framernh63Sv0P0,{variant:{options:[\"KkEI4m_aC\",\"z36ejN6mX\",\"d5hwHDW83\",\"Hp1qGjazE\",\"YJkJFO6Tf\",\"x2SENGo8h\",\"cwmEfZ_pl\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Loading\",\"Success\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},B41YvuhTY:{defaultValue:\"Button Text\",displayTextArea:false,title:\"Title\",type:ControlType.String},eiDeOhBde:{defaultValue:'var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39)) /* {\"name\":\"Primary Color 1\"} */',title:\"Background\",type:ControlType.Color},qBVwkRJMV:{defaultValue:\"rgb(255, 255, 255)\",title:\"Color\",type:ControlType.Color},a2o6qQFNw:{defaultValue:{borderColor:'var(--token-98a1f18f-fea1-4e1c-b708-4717f6ecd2f1, rgb(199, 221, 220)) /* {\"name\":\"Primary Color 3\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},Pa0hNWdfl:{title:\"Link\",type:ControlType.Link},Qi_OqIGkD:{title:\"Click\",type:ControlType.EventHandler},AUsIHiE6c:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(Framernh63Sv0P0,[{explicitInter:true,fonts:[{family:\"Nunito Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVi5nsV8kA_Ykqw.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framernh63Sv0P0\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"60\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"180\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"B41YvuhTY\\\":\\\"title\\\",\\\"eiDeOhBde\\\":\\\"background\\\",\\\"qBVwkRJMV\\\":\\\"color\\\",\\\"a2o6qQFNw\\\":\\\"border\\\",\\\"Pa0hNWdfl\\\":\\\"link\\\",\\\"Qi_OqIGkD\\\":\\\"click\\\",\\\"AUsIHiE6c\\\":\\\"newTab\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"z36ejN6mX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"149px\\\",null,null,null]},\\\"d5hwHDW83\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Hp1qGjazE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"149px\\\",null,null,null]},\\\"YJkJFO6Tf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"x2SENGo8h\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cwmEfZ_pl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"149px\\\",null,null,null]},\\\"ED3ZSB0vv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D7Gm84nW1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"149px\\\",null,null,null]},\\\"OQqAYL2UE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"H0FCxDbyk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"149px\\\",null,null,null]},\\\"OeuAHtDEH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"149px\\\",null,null,null]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nh63Sv0P0.map", "// Generated by Framer (44d7d2d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-kgjS1 .framer-styles-preset-12chmss:not(.rich-text-wrapper), .framer-kgjS1 .framer-styles-preset-12chmss.rich-text-wrapper a { --framer-link-current-text-color: var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, #ff4027) /* {\"name\":\"Primary Color 1\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, #ff4027) /* {\"name\":\"Primary Color 1\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-kgjS1\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (44d7d2d)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/o8LIrsakIycCtxjRtYsD/9PWLEQh99Z9K5ekaNdan/eldaklQKU.js\";const enabledGestures={yQexETnk4:{hover:true}};const cycleOrder=[\"yQexETnk4\"];const serializationHash=\"framer-kFdzj\";const variantClassNames={yQexETnk4:\"framer-v-1xwj8d4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,kKSxPvKvC:link!==null&&link!==void 0?link:props.kKSxPvKvC,Pik0PHWGF:(_ref=title!==null&&title!==void 0?title:props.Pik0PHWGF)!==null&&_ref!==void 0?_ref:\"Navigation Item\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Pik0PHWGF,kKSxPvKvC,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yQexETnk4\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1xwj8d4\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"yQexETnk4\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"yQexETnk4-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"44px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42)))\",\"--framer-text-transform\":\"inherit\"},children:/*#__PURE__*/_jsx(Link,{href:kKSxPvKvC,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"Navigation Item\"})})})}),className:\"framer-nfb8bx\",\"data-framer-name\":\"Navigation Item\",fonts:[\"GF;Poppins-600\"],layoutDependency:layoutDependency,layoutId:\"rERMMX26i\",style:{\"--extracted-r6o4lv\":\"var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42))\",\"--framer-paragraph-spacing\":\"0px\"},text:Pik0PHWGF,variants:{\"yQexETnk4-hover\":{\"--extracted-r6o4lv\":\"var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"yQexETnk4-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"44px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39)))\",\"--framer-text-transform\":\"inherit\"},children:/*#__PURE__*/_jsx(Link,{href:kKSxPvKvC,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"Navigation Item\"})})})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kFdzj.framer-16q1vtc, .framer-kFdzj .framer-16q1vtc { display: block; }\",\".framer-kFdzj.framer-1xwj8d4 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kFdzj .framer-nfb8bx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kFdzj.framer-1xwj8d4 { gap: 0px; } .framer-kFdzj.framer-1xwj8d4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kFdzj.framer-1xwj8d4 > :first-child { margin-top: 0px; } .framer-kFdzj.framer-1xwj8d4 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 131\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"v1MGpa5a9\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Pik0PHWGF\":\"title\",\"kKSxPvKvC\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBKUMLhZtA=withCSS(Component,css,\"framer-kFdzj\");export default FramerBKUMLhZtA;FramerBKUMLhZtA.displayName=\"nav-item\";FramerBKUMLhZtA.defaultProps={height:44,width:131};addPropertyControls(FramerBKUMLhZtA,{Pik0PHWGF:{defaultValue:\"Navigation Item\",displayTextArea:false,title:\"Title\",type:ControlType.String},kKSxPvKvC:{title:\"Link\",type:ControlType.Link}});addFonts(FramerBKUMLhZtA,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBKUMLhZtA\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"44\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"v1MGpa5a9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"131\",\"framerVariables\":\"{\\\"Pik0PHWGF\\\":\\\"title\\\",\\\"kKSxPvKvC\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BKUMLhZtA.map", "// Generated by Framer (bab6da3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavItem from\"https://framerusercontent.com/modules/sAzHCkfC57J7yBfJDn0I/1CXSJgp5X4PRtl9Ca1Y3/BKUMLhZtA.js\";import BtnPrimary from\"https://framerusercontent.com/modules/8DokTY9KRiA7CS4NdL4h/f4YLXzS6ZNbi6rqUTzDO/nh63Sv0P0.js\";const NavItemFonts=getFonts(NavItem);const BtnPrimaryFonts=getFonts(BtnPrimary);const cycleOrder=[\"yatWKKulN\",\"cBGNIgKgn\"];const serializationHash=\"framer-4Zc2U\";const variantClassNames={cBGNIgKgn:\"framer-v-1mqdkw0\",yatWKKulN:\"framer-v-16cpx4i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Menu Content\":\"cBGNIgKgn\",Desktop:\"yatWKKulN\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yatWKKulN\"};};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:\"yatWKKulN\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();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-16cpx4i\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"yatWKKulN\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80,...style},variants:{cBGNIgKgn:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}},...addPropertyOverrides({cBGNIgKgn:{\"data-framer-name\":\"Phone Menu Content\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oMtkG7nOF\"},implicitPathVariables:undefined},{href:{webPageId:\"oMtkG7nOF\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+(10+((componentViewport?.height||80)-20-44)/2),...addPropertyOverrides({cBGNIgKgn:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uve4do-container\",layoutDependency:layoutDependency,layoutId:\"KTsELxufh-container\",nodeId:\"KTsELxufh\",rendersWithMotion:true,scopeId:\"TnA1PTb6m\",children:/*#__PURE__*/_jsx(NavItem,{height:\"100%\",id:\"KTsELxufh\",kKSxPvKvC:resolvedLinks[0],layoutId:\"KTsELxufh\",Pik0PHWGF:\"FAQ\",width:\"100%\",...addPropertyOverrides({cBGNIgKgn:{kKSxPvKvC:resolvedLinks[1],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"p55U1rGxS\"},implicitPathVariables:undefined},{href:{webPageId:\"p55U1rGxS\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+(10+((componentViewport?.height||80)-20-44)/2),...addPropertyOverrides({cBGNIgKgn:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+54}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w7zjo1-container\",layoutDependency:layoutDependency,layoutId:\"TwOt9kEod-container\",nodeId:\"TwOt9kEod\",rendersWithMotion:true,scopeId:\"TnA1PTb6m\",children:/*#__PURE__*/_jsx(NavItem,{height:\"100%\",id:\"TwOt9kEod\",kKSxPvKvC:resolvedLinks1[0],layoutId:\"TwOt9kEod\",Pik0PHWGF:\"eSIM Compatible Devices\",width:\"100%\",...addPropertyOverrides({cBGNIgKgn:{kKSxPvKvC:resolvedLinks1[1],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ju8BD3jG8\"},implicitPathVariables:undefined},{href:{webPageId:\"Ju8BD3jG8\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+(10+((componentViewport?.height||80)-20-44)/2),...addPropertyOverrides({cBGNIgKgn:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+108}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i6rw2l-container\",layoutDependency:layoutDependency,layoutId:\"cbttKzr7d-container\",nodeId:\"cbttKzr7d\",rendersWithMotion:true,scopeId:\"TnA1PTb6m\",children:/*#__PURE__*/_jsx(NavItem,{height:\"100%\",id:\"cbttKzr7d\",kKSxPvKvC:resolvedLinks2[0],layoutId:\"cbttKzr7d\",Pik0PHWGF:\"About us\",width:\"100%\",...addPropertyOverrides({cBGNIgKgn:{kKSxPvKvC:resolvedLinks2[1],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"YfBVXQxvF\"},implicitPathVariables:undefined},{href:{webPageId:\"YfBVXQxvF\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+(10+((componentViewport?.height||80)-20-60)/2),...addPropertyOverrides({cBGNIgKgn:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+162}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-v8uyjp-container\",layoutDependency:layoutDependency,layoutId:\"c79J2Mqsw-container\",nodeId:\"c79J2Mqsw\",rendersWithMotion:true,scopeId:\"TnA1PTb6m\",children:/*#__PURE__*/_jsx(BtnPrimary,{a2o6qQFNw:{borderColor:\"var(--token-98a1f18f-fea1-4e1c-b708-4717f6ecd2f1, rgb(199, 221, 220))\",borderStyle:\"solid\",borderWidth:1},B41YvuhTY:\"Get an eSIM\",eiDeOhBde:\"var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39))\",height:\"100%\",id:\"c79J2Mqsw\",layoutId:\"c79J2Mqsw\",Pa0hNWdfl:resolvedLinks3[0],qBVwkRJMV:\"rgb(255, 255, 255)\",style:{height:\"100%\"},variant:\"z36ejN6mX\",width:\"100%\",...addPropertyOverrides({cBGNIgKgn:{Pa0hNWdfl:resolvedLinks3[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4Zc2U.framer-lkjjz5, .framer-4Zc2U .framer-lkjjz5 { display: block; }\",\".framer-4Zc2U.framer-16cpx4i { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; min-height: 60px; overflow: visible; padding: 10px 10px 10px 30px; position: relative; width: min-content; }\",\".framer-4Zc2U .framer-uve4do-container, .framer-4Zc2U .framer-w7zjo1-container, .framer-4Zc2U .framer-1i6rw2l-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-4Zc2U .framer-v8uyjp-container { flex: none; height: 60px; position: relative; width: auto; }\",\".framer-4Zc2U.framer-v-1mqdkw0.framer-16cpx4i { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 10px; padding: 20px; width: 246px; }\",\".framer-4Zc2U.framer-v-1mqdkw0 .framer-uve4do-container, .framer-4Zc2U.framer-v-1mqdkw0 .framer-w7zjo1-container, .framer-4Zc2U.framer-v-1mqdkw0 .framer-1i6rw2l-container, .framer-4Zc2U.framer-v-1mqdkw0 .framer-v8uyjp-container { width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 593.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,null,\"60px\",null]},\"cBGNIgKgn\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"60px\",null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerTnA1PTb6m=withCSS(Component,css,\"framer-4Zc2U\");export default FramerTnA1PTb6m;FramerTnA1PTb6m.displayName=\"nav-list\";FramerTnA1PTb6m.defaultProps={height:80,width:593.5};addPropertyControls(FramerTnA1PTb6m,{variant:{options:[\"yatWKKulN\",\"cBGNIgKgn\"],optionTitles:[\"Desktop\",\"Phone Menu Content\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerTnA1PTb6m,[{explicitInter:true,fonts:[]},...NavItemFonts,...BtnPrimaryFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTnA1PTb6m\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"593.5\",\"framerIntrinsicHeight\":\"80\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"60px\\\",null]},\\\"cBGNIgKgn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"60px\\\",null]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (44d7d2d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"f4rd191ET\",\"MKZJjEFPo\"];const serializationHash=\"framer-8akzH\";const variantClassNames={f4rd191ET:\"framer-v-1pr0x9u\",MKZJjEFPo:\"framer-v-1cfb6dz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"f4rd191ET\",\"Variant 2\":\"MKZJjEFPo\"};const getProps=({click,click2,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,oR6TKA1JB:click!==null&&click!==void 0?click:props.oR6TKA1JB,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"f4rd191ET\",Wh627WWsT:click2!==null&&click2!==void 0?click2:props.Wh627WWsT};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,oR6TKA1JB,Wh627WWsT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"f4rd191ET\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1etn0a1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(oR6TKA1JB){const res=await oR6TKA1JB(...args);if(res===false)return false;}if(Wh627WWsT){const res=await Wh627WWsT(...args);if(res===false)return false;}setVariant(\"MKZJjEFPo\");});const onTap1ehg8zk=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(oR6TKA1JB){const res=await oR6TKA1JB(...args);if(res===false)return false;}if(Wh627WWsT){const res=await Wh627WWsT(...args);if(res===false)return false;}setVariant(\"f4rd191ET\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"MKZJjEFPo\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pr0x9u\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"f4rd191ET\",onTap:onTap1etn0a1,ref:ref!==null&&ref!==void 0?ref:ref1,style:{rotate:0,...style},variants:{MKZJjEFPo:{rotate:90}},...addPropertyOverrides({MKZJjEFPo:{\"data-framer-name\":\"Variant 2\",onTap:onTap1ehg8zk}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1tlgoom\",\"data-framer-name\":\"nav_icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"N35aR2nt9\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 50\"><path d=\"M 0 25 C 0 11.193 11.193 0 25 0 C 38.807 0 50 11.193 50 25 C 50 38.807 38.807 50 25 50 C 11.193 50 0 38.807 0 25 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 2 25 C 2 12.297 12.297 2 25 2 C 37.703 2 48 12.297 48 25 C 48 37.703 37.703 48 25 48 C 12.297 48 2 37.703 2 25 Z\" fill=\"rgb(255,64,39)\"></path><path d=\"M 17 19 L 33 19 M 20 25 L 33 25 M 23 31 L 33 31\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10279970306,withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1gq0g1z\",\"data-framer-name\":\"nav_icon-x\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vvUts3Gqt\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 50\"><path d=\"M 0 25 C 0 11.193 11.193 0 25 0 C 38.807 0 50 11.193 50 25 C 50 38.807 38.807 50 25 50 C 11.193 50 0 38.807 0 25 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 2 25 C 2 12.297 12.297 2 25 2 C 37.703 2 48 12.297 48 25 C 48 37.703 37.703 48 25 48 C 12.297 48 2 37.703 2 25 Z\" fill=\"rgb(255,64,39)\"></path><path d=\"M 17 17 L 33 33 M 25 25 L 25 25 M 17 33 L 33 17\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9877270178,withExternalLayout:true,...addPropertyOverrides({MKZJjEFPo:{svgContentId:9665803940}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8akzH.framer-1fn491b, .framer-8akzH .framer-1fn491b { display: block; }\",\".framer-8akzH.framer-1pr0x9u { cursor: pointer; height: 50px; overflow: visible; position: relative; width: 50px; }\",\".framer-8akzH .framer-1tlgoom, .framer-8akzH .framer-1gq0g1z { flex: none; height: 50px; left: calc(50.00000000000002% - 50px / 2); position: absolute; top: calc(50.00000000000002% - 50px / 2); width: 50px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 50\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"MKZJjEFPo\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"oR6TKA1JB\":\"click\",\"Wh627WWsT\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBGCF9ZpCT=withCSS(Component,css,\"framer-8akzH\");export default FramerBGCF9ZpCT;FramerBGCF9ZpCT.displayName=\"nav-icon-mobile\";FramerBGCF9ZpCT.defaultProps={height:50,width:50};addPropertyControls(FramerBGCF9ZpCT,{variant:{options:[\"f4rd191ET\",\"MKZJjEFPo\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},oR6TKA1JB:{title:\"Click\",type:ControlType.EventHandler},Wh627WWsT:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(FramerBGCF9ZpCT,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBGCF9ZpCT\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"50\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"oR6TKA1JB\\\":\\\"click\\\",\\\"Wh627WWsT\\\":\\\"click2\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MKZJjEFPo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BGCF9ZpCT.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,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 NavIconMobile from\"https://framerusercontent.com/modules/gxeLSuWM63ochjIThwlX/C9KN1iHU4GilNL7rLWWi/BGCF9ZpCT.js\";import NavList from\"https://framerusercontent.com/modules/eRV8Lpj7LxOsM3nLiZSA/hlChKQ2pyLyMe2b6n1iw/TnA1PTb6m.js\";const NavListFonts=getFonts(NavList);const NavIconMobileFonts=getFonts(NavIconMobile);const cycleOrder=[\"KXOT7dX76\",\"dkMO9dAMG\",\"ESflZDkap\",\"NuQt2b9p0\"];const serializationHash=\"framer-J5r7G\";const variantClassNames={dkMO9dAMG:\"framer-v-935005\",ESflZDkap:\"framer-v-p80a77\",KXOT7dX76:\"framer-v-b3c7ar\",NuQt2b9p0:\"framer-v-p2jfc5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Closed\":\"ESflZDkap\",\"Phone Open\":\"NuQt2b9p0\",Desktop:\"KXOT7dX76\",Tablet:\"dkMO9dAMG\"};const getProps=({background,height,id,width,...props})=>{return{...props,l6UIO318e:background??props.l6UIO318e??\"rgb(255, 255, 255)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"KXOT7dX76\"};};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,l6UIO318e,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KXOT7dX76\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaphqrjue=activeVariantCallback(async(...args)=>{setVariant(\"ZuWskZ6Mx\");});const oR6TKA1JB17g2ye6=activeVariantCallback(async(...args)=>{setVariant(\"NuQt2b9p0\");});const Wh627WWsT1pr2oc1=activeVariantCallback(async(...args)=>{setVariant(\"ESflZDkap\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"ESflZDkap\",\"NuQt2b9p0\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"ESflZDkap\",\"NuQt2b9p0\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"NuQt2b9p0\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-b3c7ar\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"KXOT7dX76\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-98a1f18f-fea1-4e1c-b708-4717f6ecd2f1, rgb(199, 221, 220))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:l6UIO318e,...style},variants:{ESflZDkap:{\"--border-bottom-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},NuQt2b9p0:{\"--border-bottom-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({dkMO9dAMG:{\"data-framer-name\":\"Tablet\"},ESflZDkap:{\"data-framer-name\":\"Phone Closed\"},NuQt2b9p0:{\"data-framer-name\":\"Phone Open\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-cznanl\",\"data-framer-name\":\"nav-left\",layoutDependency:layoutDependency,layoutId:\"HXJQNvfBj\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"r1dUOmDCr\",openInNewTab:false,scopeId:\"G6X3B1Y06\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1b9sqs6 framer-1s9oo3z\",\"data-framer-name\":\"logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"r1dUOmDCr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 207 51\"><path d=\"M 31.549 5.663 C 24.359 -1.431 12.662 -1.431 5.469 5.663 C 1.963 9.121 0.02 13.775 0 18.764 C -0.019 23.884 1.959 28.699 5.577 32.324 L 16.708 43.479 C 16.708 43.479 16.725 43.495 16.734 43.502 C 17.225 43.98 17.869 44.22 18.511 44.22 C 19.152 44.22 19.819 43.971 20.313 43.475 L 31.444 32.321 C 35.062 28.696 37.041 23.881 37.021 18.761 C 37.001 13.772 35.058 9.117 31.549 5.659 Z M 30.479 24.999 C 27.476 23.789 23.345 20.832 21.082 16.227 L 15.936 16.227 C 13.912 20.272 10.418 23.399 6.542 24.999 C 5.6 23.156 5.067 21.072 5.067 18.862 C 5.067 11.422 11.086 5.391 18.511 5.391 C 25.936 5.391 31.954 11.422 31.954 18.862 C 31.954 21.075 31.418 23.156 30.479 24.999 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 181.109 37.141 C 181.434 37.347 181.907 37.501 182.514 37.659 C 183.447 37.899 184.365 38.187 185.051 38.68 C 185.712 39.16 186.158 39.836 186.158 40.905 C 186.158 41.782 185.771 42.537 185.092 43.075 C 184.406 43.616 183.409 43.952 182.192 43.952 C 180.605 43.952 179.22 43.418 178.274 42.454 L 179.628 41.231 C 180.324 41.903 181.28 42.232 182.151 42.232 C 182.686 42.232 183.155 42.132 183.505 41.93 C 183.861 41.724 184.108 41.395 184.108 40.97 C 184.108 40.473 183.786 40.168 183.388 39.959 C 183.004 39.76 182.47 39.606 181.87 39.431 C 181.044 39.194 180.18 38.917 179.501 38.375 C 178.911 37.902 178.524 37.251 178.524 36.246 C 178.524 34.635 179.899 33.367 182.069 33.367 C 183.522 33.367 184.609 33.809 185.52 34.591 L 184.211 35.773 C 183.611 35.297 182.867 35.043 182.134 35.043 C 181.726 35.043 181.345 35.143 181.057 35.338 C 180.766 35.537 180.56 35.842 180.56 36.219 C 180.56 36.408 179.919 36.589 180.022 36.75 C 180.122 36.911 180.948 37.038 181.116 37.141 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 174.757 38.752 C 174.462 37.888 173.746 37.206 172.755 37.206 C 171.696 37.206 171.017 37.882 170.743 38.742 L 174.76 38.752 Z M 170.684 40.363 C 170.911 41.313 171.603 42.067 172.751 42.067 C 173.608 42.067 174.459 41.645 174.928 41.039 L 176.34 42.328 C 175.648 43.414 174.315 43.935 172.755 43.935 C 170.187 43.935 168.648 42.012 168.648 39.644 C 168.648 37.275 170.222 35.352 172.741 35.352 C 175.261 35.352 176.882 37.288 176.882 39.644 C 176.882 39.877 176.875 40.117 176.861 40.356 L 170.691 40.356 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 189.065 33.59 L 189.065 43.815 L 186.826 43.815 L 186.826 33.59 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 198.635 34.625 L 198.865 34.855 L 199.091 34.625 C 199.862 33.847 200.994 33.36 202.423 33.36 C 203.853 33.36 204.994 33.854 205.762 34.642 C 206.533 35.434 206.965 36.545 206.965 37.82 L 206.965 43.815 L 204.967 43.815 L 204.967 38.135 C 204.967 37.467 204.764 36.781 204.343 36.257 C 203.914 35.722 203.266 35.369 202.423 35.369 C 201.58 35.369 200.932 35.722 200.497 36.257 C 200.072 36.781 199.862 37.47 199.862 38.135 L 199.862 43.815 L 197.857 43.815 L 197.85 38.135 C 197.85 37.467 197.648 36.781 197.226 36.257 C 196.798 35.722 196.15 35.369 195.307 35.369 C 194.464 35.369 193.816 35.722 193.384 36.257 C 192.959 36.781 192.75 37.47 192.75 38.135 L 192.75 43.815 L 190.748 43.815 L 190.748 37.82 C 190.748 36.545 191.183 35.434 191.958 34.646 C 192.732 33.857 193.864 33.364 195.307 33.364 C 196.75 33.364 197.861 33.85 198.628 34.625 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 157.977 32.784 C 157.977 30.343 156.5 27.862 153.507 27.862 C 150.515 27.862 149.007 30.343 149.007 32.784 L 149.007 43.671 L 143.687 43.671 L 143.687 32.784 C 143.687 27.358 147.392 23.169 153.507 23.169 C 159.623 23.169 163.287 27.358 163.287 32.784 L 163.287 43.671 L 157.974 43.671 L 157.974 32.784 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 95.682 23.392 L 90.674 23.392 L 90.674 24.571 C 89.132 23.68 87.274 23.169 85.172 23.169 C 78.772 23.169 74.786 27.896 74.786 33.638 C 74.786 39.38 78.697 44.103 85.213 44.103 C 87.318 44.103 89.152 43.616 90.674 42.759 L 90.674 43.884 L 95.682 43.884 Z M 85.207 39.541 C 81.58 39.541 79.746 36.692 79.746 33.631 C 79.746 30.57 81.618 27.684 85.207 27.684 C 88.545 27.684 90.664 30.618 90.664 33.631 C 90.664 36.644 88.833 39.541 85.207 39.541 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 141.054 23.392 L 136.046 23.392 L 136.046 24.571 C 134.503 23.68 132.645 23.169 130.544 23.169 C 124.144 23.169 120.157 27.896 120.157 33.638 C 120.157 39.379 124.069 44.103 130.585 44.103 C 132.69 44.103 134.524 43.616 136.046 42.759 L 136.046 43.884 L 141.054 43.884 Z M 130.582 39.541 C 126.955 39.541 125.121 36.692 125.121 33.631 C 125.121 30.57 126.993 27.684 130.582 27.684 C 133.92 27.684 136.039 30.618 136.039 33.631 C 136.039 36.644 134.208 39.541 130.582 39.541 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 108.564 23.169 C 102.247 23.169 98.181 27.831 98.171 33.501 L 98.171 51 L 103.124 51 L 103.124 42.547 C 104.629 43.394 106.443 43.877 108.523 43.877 C 114.971 43.877 118.838 39.242 118.838 33.525 C 118.834 27.845 114.889 23.172 108.561 23.172 Z M 108.527 39.366 C 104.941 39.366 103.128 36.548 103.128 33.521 C 103.128 30.494 105.222 27.639 108.527 27.639 C 112.071 27.639 113.926 30.539 113.926 33.521 C 113.926 36.503 112.109 39.366 108.527 39.366 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 85.159 0 C 91.548 0 95.651 4.72 95.651 10.455 C 95.651 16.19 91.709 20.91 85.197 20.91 C 78.683 20.91 74.783 16.231 74.783 10.455 C 74.783 4.679 78.769 0 85.159 0 Z M 85.2 4.515 C 81.621 4.515 79.75 7.442 79.75 10.455 C 79.75 13.468 81.58 16.354 85.2 16.354 C 88.82 16.354 90.65 13.509 90.65 10.455 C 90.65 7.401 88.535 4.515 85.2 4.515 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 167.753 8.271 C 167.04 6.17 165.292 4.514 162.886 4.514 C 160.312 4.514 158.659 6.16 157.994 8.251 Z M 157.864 12.186 C 158.416 14.49 160.096 16.33 162.886 16.33 C 164.97 16.33 167.034 15.309 168.179 13.835 L 171.603 16.975 C 169.923 19.618 166.677 20.879 162.889 20.879 C 156.651 20.879 152.904 16.21 152.904 10.448 C 152.904 4.686 156.726 0.014 162.848 0.014 C 168.97 0.014 172.906 4.724 172.906 10.445 C 172.906 11.01 172.892 11.593 172.854 12.179 L 157.864 12.179 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 102.799 11.343 C 102.799 13.784 104.283 16.265 107.272 16.265 C 110.261 16.265 111.773 13.784 111.773 11.343 L 111.773 0.452 L 117.093 0.452 L 117.093 11.339 C 117.093 16.766 113.387 20.955 107.272 20.955 C 101.157 20.955 97.492 16.766 97.492 11.339 L 97.492 0.452 L 102.806 0.452 L 102.806 11.339 L 102.802 11.339 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 145.585 9.629 C 145.585 7.188 144.108 4.706 141.116 4.706 C 138.123 4.706 136.615 7.188 136.615 9.629 L 136.615 20.516 L 131.295 20.516 L 131.295 9.629 C 131.298 4.203 135.004 0.014 141.119 0.014 C 147.234 0.014 150.899 4.203 150.899 9.629 L 150.899 20.516 L 145.585 20.516 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 130.331 4.706 C 127.339 4.706 124.549 6.852 124.549 9.629 L 124.549 20.516 L 119.229 20.516 L 119.229 9.629 C 119.229 4.203 124.216 0.014 130.331 0.014 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 187.55 0.219 L 183.032 12.645 L 178.277 0.219 L 172.721 0.219 L 180.793 18.792 L 180.707 19.021 C 179.854 21.585 176.861 24.149 173.015 22.429 L 171.466 26.854 C 177.235 28.876 183.326 26.576 185.123 21.459 L 193.106 0.219 Z\" fill=\"rgb(25,45,42)\"></path><path d=\"M 72.908 0 L 72.908 31.423 C 72.908 38.756 68.249 44.106 60.43 44.106 C 53.177 44.103 47.99 39.77 47.99 31.746 L 53.259 31.746 C 53.259 36.606 55.611 39.078 60.43 39.078 C 65.25 39.078 67.56 35.715 67.56 31.42 L 67.56 4.984 L 59.011 4.984 L 59.011 0 Z\" fill=\"rgb(25,45,42)\"></path></svg>',svgContentId:11203366813,withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1digytl\",\"data-framer-name\":\"nav-right\",layoutDependency:layoutDependency,layoutId:\"ipUUY13cC\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,y:(componentViewport?.y||0)+(10+((componentViewport?.height||100)-20-80)/2)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lx9dsq-container\",layoutDependency:layoutDependency,layoutId:\"mPvsedgJs-container\",nodeId:\"mPvsedgJs\",rendersWithMotion:true,scopeId:\"G6X3B1Y06\",children:/*#__PURE__*/_jsx(NavList,{height:\"100%\",id:\"mPvsedgJs\",layoutId:\"mPvsedgJs\",variant:\"yatWKKulN\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tcxeg2\",layoutDependency:layoutDependency,layoutId:\"t_0nOBeYZ\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i3jqkx\",layoutDependency:layoutDependency,layoutId:\"t_0nOBeYZD_sc8FF0k\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jow9zs\",\"data-framer-name\":\"nav-left\",layoutDependency:layoutDependency,layoutId:\"t_0nOBeYZdFpqMcHOK\",children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"t_0nOBeYZN3dSrsF9T\",scopeId:\"G6X3B1Y06\",...addPropertyOverrides({ESflZDkap:{href:{webPageId:\"augiA20Il\"}},NuQt2b9p0:{href:{webPageId:\"augiA20Il\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1w87470 framer-1s9oo3z\",\"data-framer-name\":\"logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:51,intrinsicWidth:207,layoutDependency:layoutDependency,layoutId:\"t_0nOBeYZN3dSrsF9T\",svg:'<svg width=\"207\" height=\"51\" viewBox=\"0 0 207 51\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M31.5486 5.66264C24.359 -1.43056 12.6621 -1.43056 5.4692 5.66264C1.96273 9.12074 0.0197704 13.7752 0.000144586 18.7641C-0.0194812 23.884 1.95945 28.6991 5.57715 32.3244L16.7083 43.4788C16.7083 43.4788 16.7246 43.4952 16.7344 43.5018C17.2251 43.9803 17.8694 44.2196 18.5106 44.2196C19.1517 44.2196 19.8189 43.9705 20.3129 43.4755L31.444 32.3211C35.0617 28.6959 37.0406 23.8808 37.021 18.7608C37.0013 13.772 35.0584 9.11746 31.5486 5.65936V5.66264ZM30.479 24.9985C27.4763 23.789 23.345 20.8324 21.0815 16.227H15.9363C13.9116 20.2719 10.4182 23.3989 6.54208 24.9985C5.60004 23.1564 5.06688 21.0717 5.06688 18.8624C5.06688 11.4218 11.0855 5.39058 18.5106 5.39058C25.9357 5.39058 31.9542 11.4218 31.9542 18.8624C31.9542 21.0749 31.4178 23.1564 30.479 24.9985Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M181.109 37.1412C181.434 37.3468 181.907 37.5011 182.514 37.6588C183.447 37.8987 184.365 38.1867 185.051 38.6803C185.712 39.1602 186.158 39.8355 186.158 40.905C186.158 41.7825 185.771 42.5366 185.092 43.0748C184.406 43.6164 183.409 43.9524 182.192 43.9524C180.605 43.9524 179.22 43.4176 178.274 42.4544L179.628 41.2306C180.324 41.9025 181.28 42.2316 182.151 42.2316C182.686 42.2316 183.155 42.1321 183.505 41.9299C183.861 41.7242 184.108 41.3952 184.108 40.9701C184.108 40.473 183.786 40.168 183.388 39.9589C183.004 39.7601 182.47 39.6058 181.87 39.431C181.044 39.1945 180.18 38.9168 179.501 38.3752C178.911 37.9021 178.524 37.2508 178.524 36.2465C178.524 34.6354 179.899 33.3671 182.069 33.3671C183.522 33.3671 184.609 33.8093 185.52 34.5908L184.211 35.7734C183.611 35.297 182.867 35.0433 182.134 35.0433C181.726 35.0433 181.345 35.1427 181.057 35.3381C180.766 35.5369 180.56 35.842 180.56 36.2191C180.56 36.4076 179.919 36.5893 180.022 36.7504C180.122 36.9115 180.948 37.0383 181.116 37.1412H181.109Z\" fill=\"#192D2A\"/>\\n<path d=\"M174.757 38.7523C174.462 37.8884 173.746 37.2063 172.755 37.2063C171.696 37.2063 171.017 37.8816 170.743 38.742L174.76 38.7523H174.757ZM170.684 40.3634C170.911 41.3129 171.603 42.067 172.751 42.067C173.608 42.067 174.459 41.6454 174.928 41.0387L176.34 42.3275C175.648 43.4142 174.315 43.9352 172.755 43.9352C170.187 43.9352 168.648 42.0122 168.648 39.6435C168.648 37.2748 170.222 35.3518 172.741 35.3518C175.261 35.3518 176.882 37.2885 176.882 39.6435C176.882 39.8766 176.875 40.1166 176.861 40.3565H170.691L170.684 40.3634Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M189.065 33.5898V43.8152H186.826V33.5898H189.065Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M198.635 34.625L198.865 34.8547L199.091 34.625C199.862 33.8469 200.994 33.3602 202.423 33.3602C203.853 33.3602 204.994 33.8538 205.762 34.6422C206.533 35.434 206.965 36.5447 206.965 37.8198V43.8152H204.967V38.1352C204.967 37.4668 204.764 36.7812 204.343 36.2567C203.914 35.722 203.266 35.3689 202.423 35.3689C201.58 35.3689 200.932 35.722 200.497 36.2567C200.072 36.7812 199.862 37.4702 199.862 38.1352V43.8152H197.857L197.85 38.1352C197.85 37.4668 197.648 36.7812 197.226 36.2567C196.798 35.722 196.15 35.3689 195.307 35.3689C194.464 35.3689 193.816 35.722 193.384 36.2567C192.959 36.7812 192.75 37.4702 192.75 38.1352V43.8152H190.748V37.8198C190.748 36.5447 191.183 35.434 191.958 34.6456C192.732 33.8572 193.864 33.3636 195.307 33.3636C196.75 33.3636 197.861 33.8503 198.628 34.625H198.635Z\" fill=\"#192D2A\"/>\\n<path d=\"M157.977 32.7842C157.977 30.3435 156.5 27.8617 153.507 27.8617C150.515 27.8617 149.007 30.3435 149.007 32.7842V43.6711H143.687V32.7842C143.687 27.3578 147.392 23.169 153.507 23.169C159.623 23.169 163.287 27.3578 163.287 32.7842V43.6711H157.974V32.7842H157.977Z\" fill=\"#192D2A\"/>\\n<path d=\"M95.6823 23.3919H90.6741V24.5711C89.1316 23.6798 87.2737 23.1691 85.1724 23.1691C78.7725 23.1691 74.7859 27.8961 74.7859 33.6378C74.7859 39.3795 78.6971 44.1031 85.2135 44.1031C87.3182 44.1031 89.1522 43.6164 90.6741 42.7594V43.8838H95.6823V23.3919ZM85.2067 39.5406C81.58 39.5406 79.746 36.6921 79.746 33.631C79.746 30.5699 81.6177 27.6836 85.2067 27.6836C88.5454 27.6836 90.6638 30.6179 90.6638 33.631C90.6638 36.6441 88.8334 39.5406 85.2067 39.5406Z\" fill=\"#192D2A\"/>\\n<path d=\"M141.054 23.3918H136.046V24.571C134.503 23.6797 132.645 23.169 130.544 23.169C124.144 23.169 120.157 27.896 120.157 33.6377C120.157 39.3794 124.069 44.103 130.585 44.103C132.69 44.103 134.524 43.6163 136.046 42.7593V43.8836H141.054V23.3918ZM130.582 39.5405C126.955 39.5405 125.121 36.6919 125.121 33.6309C125.121 30.5698 126.993 27.6835 130.582 27.6835C133.92 27.6835 136.039 30.6177 136.039 33.6309C136.039 36.644 134.208 39.5405 130.582 39.5405Z\" fill=\"#192D2A\"/>\\n<path d=\"M108.564 23.169C102.247 23.169 98.1814 27.8309 98.1711 33.5006V50.9999H103.124V42.5468C104.629 43.3935 106.443 43.8768 108.523 43.8768C114.971 43.8768 118.838 39.2423 118.838 33.5246C118.834 27.8446 114.889 23.1724 108.561 23.1724L108.564 23.169ZM108.527 39.3657C104.941 39.3657 103.128 36.548 103.128 33.5212C103.128 30.4943 105.222 27.6389 108.527 27.6389C112.071 27.6389 113.926 30.5389 113.926 33.5212C113.926 36.5034 112.109 39.3657 108.527 39.3657Z\" fill=\"#192D2A\"/>\\n<path d=\"M85.1588 0C91.5483 0 95.6515 4.72019 95.6515 10.455C95.6515 16.1899 91.7094 20.9101 85.1965 20.9101C78.6835 20.9101 74.7826 16.231 74.7826 10.455C74.7826 4.67906 78.7692 0 85.1588 0ZM85.1999 4.51452C81.6212 4.51452 79.7496 7.44193 79.7496 10.455C79.7496 13.4681 81.5801 16.3544 85.1999 16.3544C88.8197 16.3544 90.6502 13.5093 90.6502 10.455C90.6502 7.40079 88.5352 4.51452 85.1999 4.51452Z\" fill=\"#192D2A\"/>\\n<path d=\"M167.753 8.27144C167.04 6.17015 165.292 4.51448 162.886 4.51448C160.312 4.51448 158.659 6.15986 157.994 8.25087L167.753 8.27144ZM157.864 12.1861C158.416 14.4896 160.096 16.3304 162.886 16.3304C164.97 16.3304 167.034 15.3089 168.179 13.8349L171.603 16.9748C169.923 19.6177 166.677 20.8792 162.889 20.8792C156.651 20.8792 152.904 16.2104 152.904 10.4481C152.904 4.68588 156.726 0.013674 162.848 0.013674C168.97 0.013674 172.906 4.72358 172.906 10.4447C172.906 11.0103 172.892 11.5931 172.854 12.1792H157.864V12.1861Z\" fill=\"#192D2A\"/>\\n<path d=\"M102.799 11.3428C102.799 13.7835 104.283 16.2653 107.272 16.2653C110.261 16.2653 111.773 13.7835 111.773 11.3428V0.452467H117.093V11.3394C117.093 16.7658 113.387 20.9546 107.272 20.9546C101.157 20.9546 97.4924 16.7658 97.4924 11.3394V0.452467H102.806V11.3394H102.802L102.799 11.3428Z\" fill=\"#192D2A\"/>\\n<path d=\"M145.585 9.62888C145.585 7.18823 144.108 4.70644 141.116 4.70644C138.123 4.70644 136.615 7.18823 136.615 9.62888V20.5158H131.295V9.62888C131.298 4.20254 135.004 0.013674 141.119 0.013674C147.234 0.013674 150.899 4.20254 150.899 9.62888V20.5158H145.585V9.62888Z\" fill=\"#192D2A\"/>\\n<path d=\"M130.331 4.70644C127.339 4.70644 124.549 6.8523 124.549 9.62888V20.5158H119.229V9.62888C119.229 4.20254 124.216 0.013674 130.331 0.013674V4.70644Z\" fill=\"#192D2A\"/>\\n<path d=\"M187.55 0.219341L183.032 12.6454L178.277 0.219341H172.721L180.793 18.7916L180.707 19.0213C179.854 21.5853 176.861 24.1494 173.015 22.4286L171.466 26.854C177.235 28.8764 183.326 26.5763 185.123 21.4585L193.106 0.219341H187.55Z\" fill=\"#192D2A\"/>\\n<path d=\"M72.9076 0V31.4234C72.9076 38.7556 68.2492 44.1065 60.4302 44.1065C53.1768 44.1031 47.9904 39.7703 47.9904 31.7456H53.259C53.259 36.6063 55.6106 39.0778 60.4302 39.0778C65.2498 39.0778 67.5602 35.7151 67.5602 31.42V4.98414H59.011V0H72.9076Z\" fill=\"#192D2A\"/>\\n</svg>\\n',withExternalLayout:true,...addPropertyOverrides({ESflZDkap:{as:\"a\"},NuQt2b9p0:{as:\"a\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n5upk3\",\"data-framer-name\":\"nav-right\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"t_0nOBeYZbdqVpHC74\",onTap:onTaphqrjue,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"50px\",...addPropertyOverrides({ESflZDkap:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-100)/2)+30+0+0+0},NuQt2b9p0:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-220)/2)+30+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qhmjuo-container\",layoutDependency:layoutDependency,layoutId:\"t_0nOBeYZLvC_8pJAi-container\",nodeId:\"t_0nOBeYZLvC_8pJAi\",rendersWithMotion:true,scopeId:\"G6X3B1Y06\",children:/*#__PURE__*/_jsx(NavIconMobile,{height:\"100%\",id:\"t_0nOBeYZLvC_8pJAi\",layoutId:\"t_0nOBeYZLvC_8pJAi\",style:{height:\"100%\",width:\"100%\"},variant:\"f4rd191ET\",width:\"100%\",...addPropertyOverrides({ESflZDkap:{oR6TKA1JB:oR6TKA1JB17g2ye6},NuQt2b9p0:{Wh627WWsT:Wh627WWsT1pr2oc1}},baseVariant,gestureVariant)})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iupbyl\",layoutDependency:layoutDependency,layoutId:\"t_0nOBeYZqP5bTRn0M\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,...addPropertyOverrides({NuQt2b9p0:{width:\"350px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-220)/2)+30+90+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wnyhjp-container\",layoutDependency:layoutDependency,layoutId:\"t_0nOBeYZNZKZFCjbk-container\",nodeId:\"t_0nOBeYZNZKZFCjbk\",rendersWithMotion:true,scopeId:\"G6X3B1Y06\",children:/*#__PURE__*/_jsx(NavList,{height:\"100%\",id:\"t_0nOBeYZNZKZFCjbk\",layoutId:\"t_0nOBeYZNZKZFCjbk\",style:{width:\"100%\"},variant:\"cBGNIgKgn\",width:\"100%\"})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-J5r7G.framer-1s9oo3z, .framer-J5r7G .framer-1s9oo3z { display: block; }\",\".framer-J5r7G.framer-b3c7ar { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: 1440px; }\",\".framer-J5r7G .framer-cznanl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 50px; position: relative; width: 1px; }\",\".framer-J5r7G .framer-1b9sqs6 { flex: none; height: 51px; position: relative; text-decoration: none; width: 207px; }\",\".framer-J5r7G .framer-1digytl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; padding: 0px 50px 0px 0px; position: relative; width: 1px; }\",\".framer-J5r7G .framer-lx9dsq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-J5r7G .framer-tcxeg2 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px 0px 20px 0px; position: relative; width: 390px; will-change: var(--framer-will-change-override, transform); }\",\".framer-J5r7G .framer-i3jqkx { 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 20px 0px 20px; position: relative; width: 100%; }\",\".framer-J5r7G .framer-jow9zs { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 5px 0px 5px 0px; position: relative; width: 1px; }\",\".framer-J5r7G .framer-1w87470 { aspect-ratio: 4.0588235294117645 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 130px; }\",\".framer-J5r7G .framer-n5upk3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; padding: 0px; position: relative; width: min-content; }\",\".framer-J5r7G .framer-qhmjuo-container { flex: none; height: 50px; position: relative; width: 50px; }\",\".framer-J5r7G .framer-1iupbyl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-J5r7G .framer-wnyhjp-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-J5r7G.framer-b3c7ar, .framer-J5r7G .framer-cznanl, .framer-J5r7G .framer-1digytl, .framer-J5r7G .framer-tcxeg2, .framer-J5r7G .framer-i3jqkx, .framer-J5r7G .framer-jow9zs, .framer-J5r7G .framer-n5upk3, .framer-J5r7G .framer-1iupbyl { gap: 0px; } .framer-J5r7G.framer-b3c7ar > *, .framer-J5r7G .framer-cznanl > *, .framer-J5r7G .framer-1digytl > *, .framer-J5r7G .framer-i3jqkx > *, .framer-J5r7G .framer-1iupbyl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-J5r7G.framer-b3c7ar > :first-child, .framer-J5r7G .framer-cznanl > :first-child, .framer-J5r7G .framer-1digytl > :first-child, .framer-J5r7G .framer-i3jqkx > :first-child, .framer-J5r7G .framer-jow9zs > :first-child, .framer-J5r7G .framer-n5upk3 > :first-child, .framer-J5r7G .framer-1iupbyl > :first-child { margin-left: 0px; } .framer-J5r7G.framer-b3c7ar > :last-child, .framer-J5r7G .framer-cznanl > :last-child, .framer-J5r7G .framer-1digytl > :last-child, .framer-J5r7G .framer-i3jqkx > :last-child, .framer-J5r7G .framer-jow9zs > :last-child, .framer-J5r7G .framer-n5upk3 > :last-child, .framer-J5r7G .framer-1iupbyl > :last-child { margin-right: 0px; } .framer-J5r7G .framer-tcxeg2 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-J5r7G .framer-tcxeg2 > :first-child { margin-top: 0px; } .framer-J5r7G .framer-tcxeg2 > :last-child { margin-bottom: 0px; } .framer-J5r7G .framer-jow9zs > *, .framer-J5r7G .framer-n5upk3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-J5r7G.framer-v-935005.framer-b3c7ar { width: 810px; }\",\".framer-J5r7G.framer-v-935005 .framer-cznanl { padding: 0px 0px 0px 30px; }\",\".framer-J5r7G.framer-v-935005 .framer-1digytl { flex: none; padding: 0px; width: min-content; }\",\".framer-J5r7G.framer-v-p80a77.framer-b3c7ar, .framer-J5r7G.framer-v-p2jfc5.framer-b3c7ar { padding: 0px; width: min-content; }\",\".framer-J5r7G.framer-v-p80a77 .framer-1w87470, .framer-J5r7G.framer-v-p2jfc5 .framer-1w87470 { text-decoration: none; }\",'.framer-J5r7G[data-border=\"true\"]::after, .framer-J5r7G [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dkMO9dAMG\":{\"layout\":[\"fixed\",\"auto\"]},\"ESflZDkap\":{\"layout\":[\"auto\",\"auto\"]},\"NuQt2b9p0\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"l6UIO318e\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerG6X3B1Y06=withCSS(Component,css,\"framer-J5r7G\");export default FramerG6X3B1Y06;FramerG6X3B1Y06.displayName=\"navigation-fixed\";FramerG6X3B1Y06.defaultProps={height:100,width:1440};addPropertyControls(FramerG6X3B1Y06,{variant:{options:[\"KXOT7dX76\",\"dkMO9dAMG\",\"ESflZDkap\",\"NuQt2b9p0\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone Closed\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum},l6UIO318e:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color}});addFonts(FramerG6X3B1Y06,[{explicitInter:true,fonts:[]},...NavListFonts,...NavIconMobileFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerG6X3B1Y06\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dkMO9dAMG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ESflZDkap\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NuQt2b9p0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"100\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"l6UIO318e\\\":\\\"background\\\"}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (44d7d2d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-kgjS1 .framer-styles-preset-12chmss:not(.rich-text-wrapper), .framer-kgjS1 .framer-styles-preset-12chmss.rich-text-wrapper a { --framer-link-current-text-color: var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, #ff4027) /* {\"name\":\"Primary Color 1\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, #ff4027) /* {\"name\":\"Primary Color 1\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-kgjS1\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Nunito Sans-regular\",\"GF;Nunito Sans-700\",\"GF;Nunito Sans-700italic\",\"GF;Nunito Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Nunito Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilnsV8kA_Ykqw.woff2\",weight:\"400\"},{family:\"Nunito Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GMS5nsV8kA_Ykqw.woff2\",weight:\"700\"},{family:\"Nunito Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmpo8FUlIfM0qxVd.woff2\",weight:\"700\"},{family:\"Nunito Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmqP91UlIfM0qxVd.woff2\",weight:\"400\"}]}];export const css=['.framer-5biMP .framer-styles-preset-1mljrl7:not(.rich-text-wrapper), .framer-5biMP .framer-styles-preset-1mljrl7.rich-text-wrapper p { --framer-font-family: \"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --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: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6b2c2b84-8b02-4d22-a69c-c42458a7cab2, #727877); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-5biMP\";\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\"}}}", "/*\n * Animated Counter by framer.today\n * v1.0.0\n *\n * hi@framer.today\n * _joerl on \uD835\uDD4F\n *\n * Full terms here \u21B4\n * https://framer.today/license\n *\n */import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";const currentYear=new Date().getFullYear();/**\n * @framerDisableUnlink\n */export default function Copyright(props){const{color,font,gap,hasString,text,togglePosition,yearOption,startYear}=props;const yearDisplay=yearOption===\"single\"?currentYear:`${startYear}\u2013${currentYear}`;const containerStyle={width:\"100%\",height:\"100%\",display:\"flex\",alignItems:\"center\",margin:\"0\",justifyContent:togglePosition===\"L\"?\"flex-start\":\"flex-end\",color:color,fontFamily:font.fontFamily,fontSize:font.fontSize,fontWeight:font.fontWeight,lineHeight:font.lineHeight,letterSpacing:font.letterSpacing,userSelect:\"none\",gap:hasString?gap:0,whiteSpace:\"nowrap\"};return /*#__PURE__*/_jsxs(\"div\",{style:containerStyle,children:[togglePosition===\"L\"&&hasString&&/*#__PURE__*/_jsx(\"p\",{style:{margin:\"0\"},children:text}),/*#__PURE__*/_jsxs(\"p\",{style:{margin:\"0\",gap:0},children:[\"\\xa9 \",yearDisplay]}),togglePosition===\"R\"&&hasString&&/*#__PURE__*/_jsx(\"p\",{style:{margin:\"0\"},children:text})]});}Copyright.defaultProps={color:\"#fff\",font:{family:\"Manrope\",size:24,weight:\"normal\",lineHeight:1.2,letterSpacing:0},gap:\"4px\",hasString:true,text:\"All rights reserved.\",togglePosition:\"L\",yearOption:\"single\",startYear:2018};addPropertyControls(Copyright,{hasString:{type:ControlType.Boolean,title:\"Show text\",defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\"},text:{type:ControlType.String,title:\"\u21B3 Text\",defaultValue:\"All rights reserved.\",hidden:props=>!props.hasString},togglePosition:{type:ControlType.SegmentedEnum,title:\"\u21B3 Position\",defaultValue:\"L\",options:[\"L\",\"R\"],optionTitles:[\"L\",\"R\"],hidden:props=>!props.hasString},gap:{type:ControlType.Number,title:\"\u21B3 Gap\",defaultValue:4,min:0,max:100,step:1,unit:\"px\",hidden:props=>!props.hasString},yearOption:{type:ControlType.SegmentedEnum,title:\"Year option\",defaultValue:\"single\",options:[\"single\",\"range\"],optionTitles:[\"Single\",\"Range\"]},startYear:{type:ControlType.Number,title:\"Start year\",defaultValue:2018,min:1900,max:currentYear,step:1,hidden:props=>props.yearOption!==\"range\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#fff\"},font:{type:ControlType.Font,title:\"Font\",defaultValue:{fontFamily:\"Manrope\",fontSize:24,fontWeight:\"normal\",lineHeight:\"1.2em\",letterSpacing:0},controls:\"extended\",displayTextAlignment:false,description:`\n        \n        *from framer.today*\n [License](https://framer.today/license)\n    `}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Copyright\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Copyright.map", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Copyright from\"https://framerusercontent.com/modules/LzvncqykVGuFQ6qHkVfd/cbzzT8FClUHQpOEaaFpB/Copyright.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lP0ZiESzNGiLIf8IdLrG/EXanhaRZN7z2Cdrc7FNg/eldaklQKU.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/in0nOfAb9Iyb8hW4ez5f/6jDWeGWCM6JiVLtYwE6C/XUOFob_NJ.js\";const EmbedFonts=getFonts(Embed);const CopyrightFonts=getFonts(Copyright);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"asD2JUS6M\",\"CD9D3wCNJ\",\"Xuv9BVzyY\"];const serializationHash=\"framer-Mxx0X\";const variantClassNames={asD2JUS6M:\"framer-v-1n4xtml\",CD9D3wCNJ:\"framer-v-163988k\",Xuv9BVzyY:\"framer-v-11vfx0a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition1={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:20};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"asD2JUS6M\",Phone:\"Xuv9BVzyY\",Tablet:\"CD9D3wCNJ\"};const getProps=({height,id,padding,width,...props})=>{return{...props,oDsbd69CF:padding??props.oDsbd69CF??\"0px 0px 0px 0px\",variant:humanReadableVariantMap[props.variant]??props.variant??\"asD2JUS6M\"};};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,oDsbd69CF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"asD2JUS6M\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"Xuv9BVzyY\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Xuv9BVzyY\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-1n4xtml\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"asD2JUS6M\",ref:refBinding,style:{\"--1yyck5h\":numberToPixelString(oDsbd69CF),backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({CD9D3wCNJ:{\"data-framer-name\":\"Tablet\"},Xuv9BVzyY:{__framer__threshold:0,\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aqnr8q\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"YW9JcPFUz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pbzobs\",\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"baoIf1Q9O\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w6vhs6\",\"data-framer-name\":\"column-left\",layoutDependency:layoutDependency,layoutId:\"QgOi_U5aF\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"jp9r9jy2j\",scopeId:\"KE1flUhia\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-ucx4pv framer-12a8zyw\",\"data-framer-name\":\"JourneyJapan-Stack-H\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:67,intrinsicWidth:273,layoutDependency:layoutDependency,layoutId:\"jp9r9jy2j\",svg:'<svg width=\"273\" height=\"67\" viewBox=\"0 0 273 67\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M41.6146 7.43908C32.1311 -1.87943 16.7021 -1.87943 7.21422 7.43908C2.58896 11.9821 0.0260784 18.0968 0.000190718 24.6508C-0.025697 31.377 2.58464 37.7027 7.35661 42.4653L22.0392 57.1192C22.0392 57.1192 22.0608 57.1407 22.0738 57.1493C22.7209 57.778 23.5709 58.0924 24.4166 58.0924C25.2623 58.0924 26.1424 57.7651 26.7939 57.1149L41.4766 42.461C46.2485 37.6984 48.8589 31.3727 48.833 24.6465C48.8071 18.0925 46.2442 11.9778 41.6146 7.43478V7.43908ZM40.2038 32.8411C36.2429 31.2521 30.7936 27.368 27.8079 21.3178H21.021C18.3502 26.6316 13.7422 30.7397 8.62942 32.8411C7.38681 30.421 6.68353 27.6823 6.68353 24.78C6.68353 15.005 14.6224 7.08167 24.4166 7.08167C34.2108 7.08167 42.1497 15.005 42.1497 24.78C42.1497 27.6866 41.4421 30.421 40.2038 32.8411Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M238.894 48.7933C239.323 49.0635 239.947 49.2662 240.748 49.4733C241.977 49.7886 243.189 50.1668 244.093 50.8153C244.966 51.4458 245.554 52.3329 245.554 53.738C245.554 54.8908 245.043 55.8815 244.148 56.5885C243.243 57.3001 241.928 57.7414 240.322 57.7414C238.229 57.7414 236.402 57.0389 235.154 55.7734L236.94 54.1658C237.858 55.0484 239.12 55.4807 240.268 55.4807C240.974 55.4807 241.593 55.3501 242.054 55.0844C242.524 54.8142 242.85 54.3819 242.85 53.8235C242.85 53.1705 242.425 52.7697 241.901 52.495C241.394 52.2339 240.689 52.0312 239.897 51.8015C238.808 51.4908 237.668 51.126 236.773 50.4145C235.995 49.7931 235.484 48.9374 235.484 47.618C235.484 45.5014 237.298 43.8352 240.16 43.8352C242.077 43.8352 243.51 44.4161 244.713 45.4429L242.986 46.9965C242.194 46.3706 241.213 46.0373 240.246 46.0373C239.708 46.0373 239.206 46.1679 238.826 46.4246C238.441 46.6858 238.17 47.0866 238.17 47.5819C238.17 47.8296 237.325 48.0683 237.46 48.28C237.591 48.4916 238.681 48.6582 238.903 48.7933H238.894Z\" fill=\"#192D2A\"/>\\n<path d=\"M230.515 50.9099C230.126 49.7751 229.181 48.8789 227.874 48.8789C226.477 48.8789 225.582 49.7661 225.22 50.8964L230.52 50.9099H230.515ZM225.143 53.0264C225.442 54.2739 226.355 55.2646 227.87 55.2646C229 55.2646 230.122 54.7107 230.741 53.9136L232.604 55.6068C231.691 57.0344 229.932 57.7189 227.874 57.7189C224.488 57.7189 222.458 55.1925 222.458 52.0808C222.458 48.969 224.533 46.4426 227.856 46.4426C231.18 46.4426 233.318 48.987 233.318 52.0808C233.318 52.387 233.309 52.7022 233.291 53.0174H225.152L225.143 53.0264Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M249.388 44.1279V57.5613H246.436V44.1279H249.388Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M262.012 45.4879L262.315 45.7896L262.613 45.4879C263.631 44.4656 265.123 43.8262 267.008 43.8262C268.894 43.8262 270.4 44.4746 271.412 45.5104C272.43 46.5507 273 48.0097 273 49.685V57.5612H270.363V50.0993C270.363 49.2211 270.097 48.3205 269.541 47.6315C268.975 46.9289 268.121 46.4651 267.008 46.4651C265.896 46.4651 265.042 46.9289 264.467 47.6315C263.907 48.3205 263.631 49.2256 263.631 50.0993V57.5612H260.986L260.977 50.0993C260.977 49.2211 260.71 48.3205 260.154 47.6315C259.589 46.9289 258.734 46.4651 257.622 46.4651C256.509 46.4651 255.655 46.9289 255.085 47.6315C254.524 48.3205 254.249 49.2256 254.249 50.0993V57.5612H251.608V49.685C251.608 48.0097 252.182 46.5507 253.204 45.5149C254.226 44.4791 255.718 43.8307 257.622 43.8307C259.525 43.8307 260.99 44.4701 262.003 45.4879H262.012Z\" fill=\"#192D2A\"/>\\n<path d=\"M208.382 43.0695C208.382 39.8631 206.433 36.6028 202.486 36.6028C198.539 36.6028 196.549 39.8631 196.549 43.0695V57.372H189.532V43.0695C189.532 35.9408 194.42 30.4377 202.486 30.4377C210.553 30.4377 215.386 35.9408 215.386 43.0695V57.372H208.378V43.0695H208.382Z\" fill=\"#192D2A\"/>\\n<path d=\"M126.211 30.7305H119.605V32.2796C117.57 31.1087 115.12 30.4377 112.348 30.4377C103.906 30.4377 98.6475 36.6478 98.6475 44.1908C98.6475 51.7338 103.807 57.9394 112.402 57.9394C115.178 57.9394 117.597 57.2999 119.605 56.1741V57.6512H126.211V30.7305ZM112.393 51.9455C107.609 51.9455 105.19 48.2032 105.19 44.1818C105.19 40.1604 107.659 36.3686 112.393 36.3686C116.797 36.3686 119.591 40.2234 119.591 44.1818C119.591 48.1402 117.177 51.9455 112.393 51.9455Z\" fill=\"#192D2A\"/>\\n<path d=\"M186.059 30.7305H179.453V32.2796C177.418 31.1087 174.967 30.4377 172.196 30.4377C163.754 30.4377 158.495 36.6478 158.495 44.1908C158.495 51.7338 163.654 57.9394 172.25 57.9394C175.026 57.9394 177.445 57.2999 179.453 56.1741V57.6512H186.059V30.7305ZM172.245 51.9455C167.461 51.9455 165.042 48.2032 165.042 44.1818C165.042 40.1604 167.511 36.3686 172.245 36.3686C176.649 36.3686 179.444 40.2234 179.444 44.1818C179.444 48.1402 177.029 51.9455 172.245 51.9455Z\" fill=\"#192D2A\"/>\\n<path d=\"M143.204 30.4377C134.87 30.4377 129.508 36.5622 129.494 44.0107V67H136.028V55.8949C138.013 57.0072 140.405 57.6421 143.149 57.6421C151.654 57.6421 156.755 51.5537 156.755 44.0422C156.75 36.5802 151.546 30.4422 143.199 30.4422L143.204 30.4377ZM143.154 51.7158C138.424 51.7158 136.032 48.0141 136.032 44.0377C136.032 40.0613 138.795 36.31 143.154 36.31C147.829 36.31 150.275 40.1198 150.275 44.0377C150.275 47.9556 147.879 51.7158 143.154 51.7158Z\" fill=\"#192D2A\"/>\\n<path d=\"M112.33 0C120.758 0 126.171 6.20104 126.171 13.735C126.171 21.2691 120.971 27.4701 112.38 27.4701C103.789 27.4701 98.6431 21.3231 98.6431 13.735C98.6431 6.147 103.902 0 112.33 0ZM112.384 5.93084C107.664 5.93084 105.195 9.77665 105.195 13.735C105.195 17.6934 107.609 21.4852 112.384 21.4852C117.159 21.4852 119.574 17.7475 119.574 13.735C119.574 9.72261 116.784 5.93084 112.384 5.93084Z\" fill=\"#192D2A\"/>\\n<path d=\"M221.277 10.8665C220.337 8.10598 218.031 5.93089 214.857 5.93089C211.461 5.93089 209.282 8.09247 208.405 10.8395L221.277 10.8665ZM208.233 16.0093C208.961 19.0355 211.176 21.4537 214.857 21.4537C217.606 21.4537 220.328 20.1118 221.838 18.1754L226.355 22.3004C224.14 25.7724 219.858 27.4296 214.861 27.4296C206.632 27.4296 201.69 21.2961 201.69 13.7261C201.69 6.15606 206.732 0.0180664 214.807 0.0180664C222.883 0.0180664 228.073 6.20559 228.073 13.7216C228.073 14.4646 228.055 15.2302 228.006 16.0003H208.233V16.0093Z\" fill=\"#192D2A\"/>\\n<path d=\"M135.598 14.9015C135.598 18.1078 137.556 21.3682 141.499 21.3682C145.442 21.3682 147.436 18.1078 147.436 14.9015V0.594482H154.453V14.8969C154.453 22.0257 149.565 27.5287 141.499 27.5287C133.432 27.5287 128.599 22.0257 128.599 14.8969V0.594482H135.607V14.8969H135.603L135.598 14.9015Z\" fill=\"#192D2A\"/>\\n<path d=\"M192.037 12.6498C192.037 9.44346 190.088 6.18308 186.14 6.18308C182.193 6.18308 180.204 9.44346 180.204 12.6498V26.9523H173.186V12.6498C173.191 5.52109 178.078 0.0180664 186.145 0.0180664C194.211 0.0180664 199.045 5.52109 199.045 12.6498V26.9523H192.037V12.6498Z\" fill=\"#192D2A\"/>\\n<path d=\"M171.915 6.18308C167.968 6.18308 164.287 9.00214 164.287 12.6498V26.9523H157.27V12.6498C157.27 5.52109 163.848 0.0180664 171.915 0.0180664V6.18308Z\" fill=\"#192D2A\"/>\\n<path d=\"M247.39 0.288086L241.43 16.6125L235.159 0.288086H227.829L238.478 24.6869L238.365 24.9887C237.239 28.3571 233.291 31.7256 228.218 29.4649L226.174 35.2787C233.784 37.9356 241.819 34.9139 244.188 28.1905L254.719 0.288086H247.39Z\" fill=\"#192D2A\"/>\\n<path d=\"M96.1697 0V41.2817C96.1697 50.9142 90.0248 57.9439 79.7111 57.9439C70.1434 57.9394 63.3022 52.2472 63.3022 41.705H70.2519C70.2519 48.0907 73.3537 51.3376 79.7111 51.3376C86.0685 51.3376 89.116 46.9198 89.116 41.2772V6.54779H77.8392V0H96.1697Z\" fill=\"#192D2A\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bqkjer\",\"data-framer-name\":\"colum-right\",layoutDependency:layoutDependency,layoutId:\"NQgL4JGQy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-145utiq\",\"data-framer-name\":\"heading\",layoutDependency:layoutDependency,layoutId:\"YGWXwcUmO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:\"Explore\"})}),className:\"framer-xtq9yo\",\"data-framer-name\":\"Explore\",fonts:[\"GF;Nunito Sans-800\"],layoutDependency:layoutDependency,layoutId:\"BQg30qbrD\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-284zx7\",\"data-framer-name\":\"Rectangle 70\",layoutDependency:layoutDependency,layoutId:\"vbcI8ueWg\",style:{backgroundColor:\"rgb(199, 221, 220)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i0w56f\",\"data-framer-name\":\"footer-items\",layoutDependency:layoutDependency,layoutId:\"fcVhHdrQu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oMtkG7nOF\"},motionChild:true,nodeId:\"ENKE_Qt7K\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"FAQ\"})})})}),className:\"framer-3qu8d3\",\"data-framer-name\":\"Product\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"ENKE_Qt7K\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CD9D3wCNJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oMtkG7nOF\"},motionChild:true,nodeId:\"ENKE_Qt7K\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"FAQ\"})})})})},Xuv9BVzyY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"21.33px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YfBVXQxvF\"},motionChild:true,nodeId:\"ENKE_Qt7K\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"Get an eSIM\"})})})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"21.33px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oMtkG7nOF\"},motionChild:true,nodeId:\"X3nq2DkCV\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"FAQ\"})})})}),className:\"framer-1m5n4vm\",\"data-framer-name\":\"FAQ\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"X3nq2DkCV\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"p55U1rGxS\"},motionChild:true,nodeId:\"px61p8nNM\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"eSIM Compatible Devices\"})})})}),className:\"framer-1wjrjkm\",\"data-framer-name\":\"eSIM Compatible Devices\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"px61p8nNM\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CD9D3wCNJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"p55U1rGxS\"},motionChild:true,nodeId:\"px61p8nNM\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"eSIM Compatible Devices\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"abde7xkwY\"},motionChild:true,nodeId:\"ZZ202T1kB\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"Blog\"})})})}),className:\"framer-r8u0b1\",\"data-framer-name\":\"Blog\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"ZZ202T1kB\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CD9D3wCNJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"abde7xkwY\"},motionChild:true,nodeId:\"ZZ202T1kB\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"Blog\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d9cb83-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"AcL4gKbi0-container\",nodeId:\"AcL4gKbi0\",rendersWithMotion:true,scopeId:\"KE1flUhia\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<a href=\"/reviews\" onclick=\"window.location.href=\\'/reviews\\'; return false;\" style=\"font-family: Poppins; font-size: 20px; font-weight: 800; text-decoration: none; color: #192D2A;\">\\nReviews\\n</a>',id:\"AcL4gKbi0\",layoutId:\"AcL4gKbi0\",radius:\"0px\",style:{width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1,...addPropertyOverrides({CD9D3wCNJ:{html:'<a href=\"/reviews\" onclick=\"window.location.href=\\'/reviews\\'; return false;\" style=\"font-family: Poppins; font-size: 16px; font-weight: 800; text-decoration: none; color: #192D2A;\">\\nReviews\\n</a>'}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ju8BD3jG8\"},motionChild:true,nodeId:\"gBq0giE31\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"About Us\"})})})}),className:\"framer-1ujznav\",\"data-framer-name\":\"About Us\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"gBq0giE31\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CD9D3wCNJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ju8BD3jG8\"},motionChild:true,nodeId:\"gBq0giE31\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"About Us\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qxaKauNsD\"},motionChild:true,nodeId:\"tJXrtMbAG\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"Contact Us\"})})})}),className:\"framer-rpfkm2\",\"data-framer-name\":\"Contact Us\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"tJXrtMbAG\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CD9D3wCNJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qxaKauNsD\"},motionChild:true,nodeId:\"tJXrtMbAG\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"Contact Us\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ydrap8\",\"data-framer-name\":\"Rectangle 76\",layoutDependency:layoutDependency,layoutId:\"ADaEpGlPd\",style:{backgroundColor:\"rgb(199, 221, 220)\"}})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w24v02\",\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"Uo4DBNlQB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tex3j5\",\"data-framer-name\":\"column-left\",layoutDependency:layoutDependency,layoutId:\"lnanALOU_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mljrl7\",\"data-styles-preset\":\"XUOFob_NJ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BaTy5kNfd\"},motionChild:true,nodeId:\"WHoZALVll\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"Terms and Conditions\"})})})}),className:\"framer-b4cf9g\",\"data-framer-name\":\"Terms and Conditions\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WHoZALVll\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mljrl7\",\"data-styles-preset\":\"XUOFob_NJ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lLQ1ePDv_\"},motionChild:true,nodeId:\"XGhEdXVg0\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"Privacy Policy\"})})})}),className:\"framer-1ut456t\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XGhEdXVg0\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mljrl7\",\"data-styles-preset\":\"XUOFob_NJ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PMSPBy5Sd\"},motionChild:true,nodeId:\"MhdPQAlQ0\",openInNewTab:false,scopeId:\"KE1flUhia\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:\"Commerce Disclosure\"})})})}),className:\"framer-17xdd4d\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MhdPQAlQ0\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-butq3u\",\"data-framer-name\":\"column-right\",layoutDependency:layoutDependency,layoutId:\"qybfQ5xBd\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bcuhfv-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pY2jaDDxT-container\",nodeId:\"pY2jaDDxT\",rendersWithMotion:true,scopeId:\"KE1flUhia\",children:/*#__PURE__*/_jsx(Copyright,{color:\"var(--token-6b2c2b84-8b02-4d22-a69c-c42458a7cab2, rgb(114, 120, 119))\",font:{fontFamily:'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0px\",lineHeight:\"24px\"},gap:4,hasString:true,height:\"100%\",id:\"pY2jaDDxT\",layoutId:\"pY2jaDDxT\",startYear:2018,text:\"Sekai Studios. All Rights Reserved.\",togglePosition:\"R\",width:\"100%\",yearOption:\"single\"})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Mxx0X.framer-12a8zyw, .framer-Mxx0X .framer-12a8zyw { display: block; }\",\".framer-Mxx0X.framer-1n4xtml { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: var(--1yyck5h); position: relative; width: 1440px; }\",\".framer-Mxx0X .framer-aqnr8q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1160px; }\",\".framer-Mxx0X .framer-pbzobs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mxx0X .framer-1w6vhs6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 136px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 273px; }\",\".framer-Mxx0X .framer-ucx4pv { bottom: 27px; flex: none; height: 67px; left: 0px; position: absolute; right: 0px; text-decoration: none; z-index: 1; }\",\".framer-Mxx0X .framer-bqkjer { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 837px; }\",\".framer-Mxx0X .framer-145utiq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mxx0X .framer-xtq9yo, .framer-Mxx0X .framer-3qu8d3, .framer-Mxx0X .framer-1m5n4vm, .framer-Mxx0X .framer-1wjrjkm, .framer-Mxx0X .framer-r8u0b1, .framer-Mxx0X .framer-1ujznav, .framer-Mxx0X .framer-rpfkm2, .framer-Mxx0X .framer-b4cf9g, .framer-Mxx0X .framer-1ut456t, .framer-Mxx0X .framer-17xdd4d { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Mxx0X .framer-284zx7 { flex: 1 0 0px; height: 1px; position: relative; width: 1px; }\",\".framer-Mxx0X .framer-1i0w56f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mxx0X .framer-d9cb83-container { flex: none; height: auto; position: relative; width: 100px; }\",\".framer-Mxx0X .framer-1ydrap8 { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-Mxx0X .framer-w24v02 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 242px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mxx0X .framer-1tex3j5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Mxx0X .framer-butq3u { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Mxx0X .framer-bcuhfv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Mxx0X.framer-v-163988k.framer-1n4xtml { flex-direction: column; width: 810px; }\",\".framer-Mxx0X.framer-v-163988k .framer-aqnr8q { gap: 30px; width: 730px; }\",\".framer-Mxx0X.framer-v-163988k .framer-pbzobs { flex-direction: column; gap: 40px; }\",\".framer-Mxx0X.framer-v-163988k .framer-1w6vhs6 { flex-direction: row; gap: unset; height: min-content; justify-content: space-between; min-height: 67px; width: 100%; }\",\".framer-Mxx0X.framer-v-163988k .framer-ucx4pv { bottom: 6px; height: 43px; right: unset; width: 160px; }\",\".framer-Mxx0X.framer-v-163988k .framer-bqkjer { align-content: flex-start; align-items: flex-start; gap: 30px; width: 100%; }\",\".framer-Mxx0X.framer-v-163988k .framer-w24v02 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 80px; }\",\".framer-Mxx0X.framer-v-163988k .framer-butq3u, .framer-Mxx0X.framer-v-11vfx0a .framer-butq3u { align-content: center; align-items: center; flex: none; width: 100%; }\",\".framer-Mxx0X.framer-v-11vfx0a.framer-1n4xtml { flex-direction: column; width: 390px; }\",\".framer-Mxx0X.framer-v-11vfx0a .framer-aqnr8q { gap: 40px; width: 100%; }\",\".framer-Mxx0X.framer-v-11vfx0a .framer-pbzobs { flex-direction: column; gap: 30px; }\",\".framer-Mxx0X.framer-v-11vfx0a .framer-bqkjer { align-content: flex-start; align-items: flex-start; gap: 30px; order: 0; width: 100%; }\",\".framer-Mxx0X.framer-v-11vfx0a .framer-1i0w56f { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 20px; }\",\".framer-Mxx0X.framer-v-11vfx0a .framer-d9cb83-container { width: 85px; }\",\".framer-Mxx0X.framer-v-11vfx0a .framer-w24v02 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 60px; }\",\".framer-Mxx0X.framer-v-11vfx0a .framer-1tex3j5 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 10px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 211\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"CD9D3wCNJ\":{\"layout\":[\"fixed\",\"auto\"]},\"Xuv9BVzyY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"oDsbd69CF\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerKE1flUhia=withCSS(Component,css,\"framer-Mxx0X\");export default FramerKE1flUhia;FramerKE1flUhia.displayName=\"footer\";FramerKE1flUhia.defaultProps={height:211,width:1440};addPropertyControls(FramerKE1flUhia,{variant:{options:[\"asD2JUS6M\",\"CD9D3wCNJ\",\"Xuv9BVzyY\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},oDsbd69CF:{defaultValue:\"0px 0px 0px 0px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerKE1flUhia,[{explicitInter:true,fonts:[{family:\"Nunito Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVi5nsV8kA_Ykqw.woff2\",weight:\"800\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDD4V15vFP-KUEg.woff2\",weight:\"800\"},{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:\"Nunito Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilnsV8kA_Ykqw.woff2\",weight:\"400\"}]},...EmbedFonts,...CopyrightFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKE1flUhia\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"211\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"oDsbd69CF\\\":\\\"padding\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CD9D3wCNJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Xuv9BVzyY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KE1flUhia.map", "// Generated by Framer (44d7d2d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NavIconMobile from\"https://framerusercontent.com/modules/gxeLSuWM63ochjIThwlX/C9KN1iHU4GilNL7rLWWi/BGCF9ZpCT.js\";import NavList from\"https://framerusercontent.com/modules/eRV8Lpj7LxOsM3nLiZSA/hlChKQ2pyLyMe2b6n1iw/TnA1PTb6m.js\";const NavIconMobileFonts=getFonts(NavIconMobile);const NavListFonts=getFonts(NavList);const cycleOrder=[\"PXdpvWP4G\",\"yvvnjF7Xw\",\"ZuWskZ6Mx\"];const serializationHash=\"framer-Mz86L\";const variantClassNames={PXdpvWP4G:\"framer-v-11630bx\",yvvnjF7Xw:\"framer-v-1b9dw4j\",ZuWskZ6Mx:\"framer-v-sdbewo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Phone Closed\":\"yvvnjF7Xw\",\"Phone Open\":\"ZuWskZ6Mx\",Desktop:\"PXdpvWP4G\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"PXdpvWP4G\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PXdpvWP4G\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaphqrjue=activeVariantCallback(async(...args)=>{setVariant(\"ZuWskZ6Mx\");});const onTap1hc7j2t=activeVariantCallback(async(...args)=>{setVariant(\"yvvnjF7Xw\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ZuWskZ6Mx\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();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(serializationHash,...sharedStyleClassNames,\"framer-11630bx\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"PXdpvWP4G\",ref:ref??ref1,style:{backgroundColor:\"var(--token-1280c228-3ee5-422a-b7b0-3ad82eeb9f19, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,...style},...addPropertyOverrides({yvvnjF7Xw:{\"data-framer-name\":\"Phone Closed\"},ZuWskZ6Mx:{\"data-framer-name\":\"Phone Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nq4jgl\",layoutDependency:layoutDependency,layoutId:\"D_sc8FF0k\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qnft43\",\"data-framer-name\":\"nav-left\",layoutDependency:layoutDependency,layoutId:\"dFpqMcHOK\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-18z5cu8 framer-1pnrtys\",\"data-framer-name\":\"logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:51,intrinsicWidth:207,layoutDependency:layoutDependency,layoutId:\"N3dSrsF9T\",svg:'<svg width=\"207\" height=\"51\" viewBox=\"0 0 207 51\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M31.5486 5.66264C24.359 -1.43056 12.6621 -1.43056 5.4692 5.66264C1.96273 9.12074 0.0197704 13.7752 0.000144586 18.7641C-0.0194812 23.884 1.95945 28.6991 5.57715 32.3244L16.7083 43.4788C16.7083 43.4788 16.7246 43.4952 16.7344 43.5018C17.2251 43.9803 17.8694 44.2196 18.5106 44.2196C19.1517 44.2196 19.8189 43.9705 20.3129 43.4755L31.444 32.3211C35.0617 28.6959 37.0406 23.8808 37.021 18.7608C37.0013 13.772 35.0584 9.11746 31.5486 5.65936V5.66264ZM30.479 24.9985C27.4763 23.789 23.345 20.8324 21.0815 16.227H15.9363C13.9116 20.2719 10.4182 23.3989 6.54208 24.9985C5.60004 23.1564 5.06688 21.0717 5.06688 18.8624C5.06688 11.4218 11.0855 5.39058 18.5106 5.39058C25.9357 5.39058 31.9542 11.4218 31.9542 18.8624C31.9542 21.0749 31.4178 23.1564 30.479 24.9985Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M181.109 37.1412C181.434 37.3468 181.907 37.5011 182.514 37.6588C183.447 37.8987 184.365 38.1867 185.051 38.6803C185.712 39.1602 186.158 39.8355 186.158 40.905C186.158 41.7825 185.771 42.5366 185.092 43.0748C184.406 43.6164 183.409 43.9524 182.192 43.9524C180.605 43.9524 179.22 43.4176 178.274 42.4544L179.628 41.2306C180.324 41.9025 181.28 42.2316 182.151 42.2316C182.686 42.2316 183.155 42.1321 183.505 41.9299C183.861 41.7242 184.108 41.3952 184.108 40.9701C184.108 40.473 183.786 40.168 183.388 39.9589C183.004 39.7601 182.47 39.6058 181.87 39.431C181.044 39.1945 180.18 38.9168 179.501 38.3752C178.911 37.9021 178.524 37.2508 178.524 36.2465C178.524 34.6354 179.899 33.3671 182.069 33.3671C183.522 33.3671 184.609 33.8093 185.52 34.5908L184.211 35.7734C183.611 35.297 182.867 35.0433 182.134 35.0433C181.726 35.0433 181.345 35.1427 181.057 35.3381C180.766 35.5369 180.56 35.842 180.56 36.2191C180.56 36.4076 179.919 36.5893 180.022 36.7504C180.122 36.9115 180.948 37.0383 181.116 37.1412H181.109Z\" fill=\"#192D2A\"/>\\n<path d=\"M174.757 38.7523C174.462 37.8884 173.746 37.2063 172.755 37.2063C171.696 37.2063 171.017 37.8816 170.743 38.742L174.76 38.7523H174.757ZM170.684 40.3634C170.911 41.3129 171.603 42.067 172.751 42.067C173.608 42.067 174.459 41.6454 174.928 41.0387L176.34 42.3275C175.648 43.4142 174.315 43.9352 172.755 43.9352C170.187 43.9352 168.648 42.0122 168.648 39.6435C168.648 37.2748 170.222 35.3518 172.741 35.3518C175.261 35.3518 176.882 37.2885 176.882 39.6435C176.882 39.8766 176.875 40.1166 176.861 40.3565H170.691L170.684 40.3634Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M189.065 33.5898V43.8152H186.826V33.5898H189.065Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M198.635 34.625L198.865 34.8547L199.091 34.625C199.862 33.8469 200.994 33.3602 202.423 33.3602C203.853 33.3602 204.994 33.8538 205.762 34.6422C206.533 35.434 206.965 36.5447 206.965 37.8198V43.8152H204.967V38.1352C204.967 37.4668 204.764 36.7812 204.343 36.2567C203.914 35.722 203.266 35.3689 202.423 35.3689C201.58 35.3689 200.932 35.722 200.497 36.2567C200.072 36.7812 199.862 37.4702 199.862 38.1352V43.8152H197.857L197.85 38.1352C197.85 37.4668 197.648 36.7812 197.226 36.2567C196.798 35.722 196.15 35.3689 195.307 35.3689C194.464 35.3689 193.816 35.722 193.384 36.2567C192.959 36.7812 192.75 37.4702 192.75 38.1352V43.8152H190.748V37.8198C190.748 36.5447 191.183 35.434 191.958 34.6456C192.732 33.8572 193.864 33.3636 195.307 33.3636C196.75 33.3636 197.861 33.8503 198.628 34.625H198.635Z\" fill=\"#192D2A\"/>\\n<path d=\"M157.977 32.7842C157.977 30.3435 156.5 27.8617 153.507 27.8617C150.515 27.8617 149.007 30.3435 149.007 32.7842V43.6711H143.687V32.7842C143.687 27.3578 147.392 23.169 153.507 23.169C159.623 23.169 163.287 27.3578 163.287 32.7842V43.6711H157.974V32.7842H157.977Z\" fill=\"#192D2A\"/>\\n<path d=\"M95.6823 23.3919H90.6741V24.5711C89.1316 23.6798 87.2737 23.1691 85.1724 23.1691C78.7725 23.1691 74.7859 27.8961 74.7859 33.6378C74.7859 39.3795 78.6971 44.1031 85.2135 44.1031C87.3182 44.1031 89.1522 43.6164 90.6741 42.7594V43.8838H95.6823V23.3919ZM85.2067 39.5406C81.58 39.5406 79.746 36.6921 79.746 33.631C79.746 30.5699 81.6177 27.6836 85.2067 27.6836C88.5454 27.6836 90.6638 30.6179 90.6638 33.631C90.6638 36.6441 88.8334 39.5406 85.2067 39.5406Z\" fill=\"#192D2A\"/>\\n<path d=\"M141.054 23.3918H136.046V24.571C134.503 23.6797 132.645 23.169 130.544 23.169C124.144 23.169 120.157 27.896 120.157 33.6377C120.157 39.3794 124.069 44.103 130.585 44.103C132.69 44.103 134.524 43.6163 136.046 42.7593V43.8836H141.054V23.3918ZM130.582 39.5405C126.955 39.5405 125.121 36.6919 125.121 33.6309C125.121 30.5698 126.993 27.6835 130.582 27.6835C133.92 27.6835 136.039 30.6177 136.039 33.6309C136.039 36.644 134.208 39.5405 130.582 39.5405Z\" fill=\"#192D2A\"/>\\n<path d=\"M108.564 23.169C102.247 23.169 98.1814 27.8309 98.1711 33.5006V50.9999H103.124V42.5468C104.629 43.3935 106.443 43.8768 108.523 43.8768C114.971 43.8768 118.838 39.2423 118.838 33.5246C118.834 27.8446 114.889 23.1724 108.561 23.1724L108.564 23.169ZM108.527 39.3657C104.941 39.3657 103.128 36.548 103.128 33.5212C103.128 30.4943 105.222 27.6389 108.527 27.6389C112.071 27.6389 113.926 30.5389 113.926 33.5212C113.926 36.5034 112.109 39.3657 108.527 39.3657Z\" fill=\"#192D2A\"/>\\n<path d=\"M85.1588 0C91.5483 0 95.6515 4.72019 95.6515 10.455C95.6515 16.1899 91.7094 20.9101 85.1965 20.9101C78.6835 20.9101 74.7826 16.231 74.7826 10.455C74.7826 4.67906 78.7692 0 85.1588 0ZM85.1999 4.51452C81.6212 4.51452 79.7496 7.44193 79.7496 10.455C79.7496 13.4681 81.5801 16.3544 85.1999 16.3544C88.8197 16.3544 90.6502 13.5093 90.6502 10.455C90.6502 7.40079 88.5352 4.51452 85.1999 4.51452Z\" fill=\"#192D2A\"/>\\n<path d=\"M167.753 8.27144C167.04 6.17015 165.292 4.51448 162.886 4.51448C160.312 4.51448 158.659 6.15986 157.994 8.25087L167.753 8.27144ZM157.864 12.1861C158.416 14.4896 160.096 16.3304 162.886 16.3304C164.97 16.3304 167.034 15.3089 168.179 13.8349L171.603 16.9748C169.923 19.6177 166.677 20.8792 162.889 20.8792C156.651 20.8792 152.904 16.2104 152.904 10.4481C152.904 4.68588 156.726 0.013674 162.848 0.013674C168.97 0.013674 172.906 4.72358 172.906 10.4447C172.906 11.0103 172.892 11.5931 172.854 12.1792H157.864V12.1861Z\" fill=\"#192D2A\"/>\\n<path d=\"M102.799 11.3428C102.799 13.7835 104.283 16.2653 107.272 16.2653C110.261 16.2653 111.773 13.7835 111.773 11.3428V0.452467H117.093V11.3394C117.093 16.7658 113.387 20.9546 107.272 20.9546C101.157 20.9546 97.4924 16.7658 97.4924 11.3394V0.452467H102.806V11.3394H102.802L102.799 11.3428Z\" fill=\"#192D2A\"/>\\n<path d=\"M145.585 9.62888C145.585 7.18823 144.108 4.70644 141.116 4.70644C138.123 4.70644 136.615 7.18823 136.615 9.62888V20.5158H131.295V9.62888C131.298 4.20254 135.004 0.013674 141.119 0.013674C147.234 0.013674 150.899 4.20254 150.899 9.62888V20.5158H145.585V9.62888Z\" fill=\"#192D2A\"/>\\n<path d=\"M130.331 4.70644C127.339 4.70644 124.549 6.8523 124.549 9.62888V20.5158H119.229V9.62888C119.229 4.20254 124.216 0.013674 130.331 0.013674V4.70644Z\" fill=\"#192D2A\"/>\\n<path d=\"M187.55 0.219341L183.032 12.6454L178.277 0.219341H172.721L180.793 18.7916L180.707 19.0213C179.854 21.5853 176.861 24.1494 173.015 22.4286L171.466 26.854C177.235 28.8764 183.326 26.5763 185.123 21.4585L193.106 0.219341H187.55Z\" fill=\"#192D2A\"/>\\n<path d=\"M72.9076 0V31.4234C72.9076 38.7556 68.2492 44.1065 60.4302 44.1065C53.1768 44.1031 47.9904 39.7703 47.9904 31.7456H53.259C53.259 36.6063 55.6106 39.0778 60.4302 39.0778C65.2498 39.0778 67.5602 35.7151 67.5602 31.42V4.98414H59.011V0H72.9076Z\" fill=\"#192D2A\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10b1i6c\",\"data-framer-name\":\"nav-right\",layoutDependency:layoutDependency,layoutId:\"bdqVpHC74\",...addPropertyOverrides({yvvnjF7Xw:{\"data-highlight\":true,onTap:onTaphqrjue},ZuWskZ6Mx:{\"data-highlight\":true,onTap:onTap1hc7j2t}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"50px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16xlzps-container\",layoutDependency:layoutDependency,layoutId:\"LvC_8pJAi-container\",children:/*#__PURE__*/_jsx(NavIconMobile,{height:\"100%\",id:\"LvC_8pJAi\",layoutId:\"LvC_8pJAi\",style:{height:\"100%\",width:\"100%\"},variant:\"f4rd191ET\",width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ads4q4\",layoutDependency:layoutDependency,layoutId:\"qP5bTRn0M\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({ZuWskZ6Mx:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eenvhq-container\",layoutDependency:layoutDependency,layoutId:\"NZKZFCjbk-container\",children:/*#__PURE__*/_jsx(NavList,{height:\"100%\",id:\"NZKZFCjbk\",layoutId:\"NZKZFCjbk\",style:{width:\"100%\"},variant:\"cBGNIgKgn\",width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Mz86L.framer-1pnrtys, .framer-Mz86L .framer-1pnrtys { display: block; }\",\".framer-Mz86L.framer-11630bx { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100px; justify-content: center; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 1440px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Mz86L .framer-1nq4jgl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Mz86L .framer-qnft43 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 5px 0px 5px 20px; position: relative; width: 50%; }\",\".framer-Mz86L .framer-18z5cu8 { aspect-ratio: 4.0588235294117645 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; text-decoration: none; width: 130px; }\",\".framer-Mz86L .framer-10b1i6c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; padding: 0px 20px 0px 0px; position: relative; width: 50%; }\",\".framer-Mz86L .framer-16xlzps-container { flex: none; height: 50px; position: relative; width: 50px; }\",\".framer-Mz86L .framer-ads4q4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 20px 20px 20px; position: relative; width: 1px; }\",\".framer-Mz86L .framer-eenvhq-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Mz86L.framer-11630bx, .framer-Mz86L .framer-1nq4jgl, .framer-Mz86L .framer-qnft43, .framer-Mz86L .framer-10b1i6c, .framer-Mz86L .framer-ads4q4 { gap: 0px; } .framer-Mz86L.framer-11630bx > *, .framer-Mz86L .framer-qnft43 > *, .framer-Mz86L .framer-10b1i6c > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Mz86L.framer-11630bx > :first-child, .framer-Mz86L .framer-1nq4jgl > :first-child, .framer-Mz86L .framer-qnft43 > :first-child, .framer-Mz86L .framer-10b1i6c > :first-child, .framer-Mz86L .framer-ads4q4 > :first-child { margin-left: 0px; } .framer-Mz86L.framer-11630bx > :last-child, .framer-Mz86L .framer-1nq4jgl > :last-child, .framer-Mz86L .framer-qnft43 > :last-child, .framer-Mz86L .framer-10b1i6c > :last-child, .framer-Mz86L .framer-ads4q4 > :last-child { margin-right: 0px; } .framer-Mz86L .framer-1nq4jgl > *, .framer-Mz86L .framer-ads4q4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-Mz86L.framer-v-1b9dw4j.framer-11630bx { flex-direction: column; gap: 40px; height: min-content; justify-content: flex-start; padding: 30px 0px 20px 0px; width: 390px; }\",\".framer-Mz86L.framer-v-1b9dw4j .framer-1nq4jgl, .framer-Mz86L.framer-v-sdbewo .framer-1nq4jgl { flex: none; order: 0; padding: 0px 20px 0px 20px; width: 100%; }\",\".framer-Mz86L.framer-v-1b9dw4j .framer-qnft43, .framer-Mz86L.framer-v-sdbewo .framer-qnft43 { flex: 1 0 0px; padding: 5px 0px 5px 0px; width: 1px; }\",\".framer-Mz86L.framer-v-1b9dw4j .framer-10b1i6c, .framer-Mz86L.framer-v-sdbewo .framer-10b1i6c { cursor: pointer; padding: 0px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Mz86L.framer-v-1b9dw4j.framer-11630bx { gap: 0px; } .framer-Mz86L.framer-v-1b9dw4j.framer-11630bx > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Mz86L.framer-v-1b9dw4j.framer-11630bx > :first-child { margin-top: 0px; } .framer-Mz86L.framer-v-1b9dw4j.framer-11630bx > :last-child { margin-bottom: 0px; } }\",\".framer-Mz86L.framer-v-sdbewo.framer-11630bx { flex-direction: column; gap: 40px; height: min-content; justify-content: flex-start; padding: 30px 0px 0px 0px; width: 390px; }\",\".framer-Mz86L.framer-v-sdbewo .framer-ads4q4 { flex: none; order: 2; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Mz86L.framer-v-sdbewo.framer-11630bx { gap: 0px; } .framer-Mz86L.framer-v-sdbewo.framer-11630bx > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Mz86L.framer-v-sdbewo.framer-11630bx > :first-child { margin-top: 0px; } .framer-Mz86L.framer-v-sdbewo.framer-11630bx > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"yvvnjF7Xw\":{\"layout\":[\"fixed\",\"auto\"]},\"ZuWskZ6Mx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerl4SSWqqzo=withCSS(Component,css,\"framer-Mz86L\");export default Framerl4SSWqqzo;Framerl4SSWqqzo.displayName=\"navigation-fixed-mobile\";Framerl4SSWqqzo.defaultProps={height:100,width:1440};addPropertyControls(Framerl4SSWqqzo,{variant:{options:[\"PXdpvWP4G\",\"yvvnjF7Xw\",\"ZuWskZ6Mx\"],optionTitles:[\"Desktop\",\"Phone Closed\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerl4SSWqqzo,[{explicitInter:true,fonts:[]},...NavIconMobileFonts,...NavListFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerl4SSWqqzo\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yvvnjF7Xw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZuWskZ6Mx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"100\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "Embed", "type", "url", "html", "zoom", "radius", "border", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "background", "border", "click", "color", "height", "id", "link", "newTab", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "B41YvuhTY", "eiDeOhBde", "qBVwkRJMV", "a2o6qQFNw", "Pa0hNWdfl", "Qi_OqIGkD", "AUsIHiE6c", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1kn09wt", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "Link", "u", "RichText2", "SVG", "css", "Framernh63Sv0P0", "withCSS", "nh63Sv0P0_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Pik0PHWGF", "kKSxPvKvC", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "Link", "css", "FramerBKUMLhZtA", "withCSS", "BKUMLhZtA_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavItemFonts", "getFonts", "BKUMLhZtA_default", "BtnPrimaryFonts", "nh63Sv0P0_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FramerTnA1PTb6m", "withCSS", "TnA1PTb6m_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "click2", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "oR6TKA1JB", "Wh627WWsT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1etn0a1", "args", "onTap1ehg8zk", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "FramerBGCF9ZpCT", "withCSS", "BGCF9ZpCT_default", "addPropertyControls", "ControlType", "addFonts", "NavListFonts", "getFonts", "TnA1PTb6m_default", "NavIconMobileFonts", "BGCF9ZpCT_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "l6UIO318e", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaphqrjue", "args", "oR6TKA1JB17g2ye6", "Wh627WWsT1pr2oc1", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerG6X3B1Y06", "withCSS", "G6X3B1Y06_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "currentYear", "Copyright", "props", "color", "font", "gap", "hasString", "text", "togglePosition", "yearOption", "startYear", "yearDisplay", "containerStyle", "u", "p", "addPropertyControls", "ControlType", "EmbedFonts", "getFonts", "Embed", "CopyrightFonts", "Copyright", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "animation", "transition1", "animation1", "transition2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "padding", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "oDsbd69CF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerKE1flUhia", "withCSS", "KE1flUhia_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavIconMobileFonts", "getFonts", "BGCF9ZpCT_default", "NavListFonts", "TnA1PTb6m_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaphqrjue", "args", "onTap1hc7j2t", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "ComponentViewportProvider", "css", "Framerl4SSWqqzo", "withCSS", "l4SSWqqzo_default", "addPropertyControls", "ControlType", "addFonts"]
}
