{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.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/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js", "ssg:https://framerusercontent.com/modules/szx460IFK2e7yrTanbJC/v3fyBLMDSCBW3cVxHJds/u0aWORmsS.js", "ssg:https://framerusercontent.com/modules/GHJwlcCxGpHUYXE5NkzC/tvwSsrEVrlQY5TnUM0Gi/XOt2RW4n3.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framer.com/m/framer/utils.js@^0.9.0", "ssg:https://framerusercontent.com/modules/WArOU2n5rNPSM0P7HB0D/m7JAyFuksySRI6xVElJA/FormCardTitle.js", "ssg:https://framerusercontent.com/modules/JBCISIaWwkTlkmFumBZu/0mcXI3c3FjX4enAxT89o/Click.js", "ssg:https://framerusercontent.com/modules/DfkMa2EW8CXWAAo62caQ/lkmQZ4azirXWlORK6KSB/xuQTu9AS4.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", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.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,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,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\";}}});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,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},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(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_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===null||iframeWindow===void 0?void 0:iframeWindow.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                min-height: 100vh;\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\":{\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";const EmbedFonts=getFonts(Embed);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"okVcl5J6C\",\"rEfMqtvYu\",\"PwnY9ke96\",\"LhfCijNnq\"];const serializationHash=\"framer-P2Jnd\";const variantClassNames={LhfCijNnq:\"framer-v-10tpnz6\",okVcl5J6C:\"framer-v-1x5v07s\",PwnY9ke96:\"framer-v-k3u725\",rEfMqtvYu:\"framer-v-1rmchyt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"okVcl5J6C\",iphone:\"LhfCijNnq\",Phone:\"PwnY9ke96\",Tablet:\"rEfMqtvYu\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"okVcl5J6C\"};};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:\"okVcl5J6C\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaptxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"PwnY9ke96\",\"LhfCijNnq\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const isDisplayed1=()=>{if(baseVariant===\"rEfMqtvYu\")return true;return false;};const isDisplayed2=()=>{if([\"rEfMqtvYu\",\"PwnY9ke96\",\"LhfCijNnq\"].includes(baseVariant))return false;return true;};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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1x5v07s\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"okVcl5J6C\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({LhfCijNnq:{\"data-framer-name\":\"iphone\"},PwnY9ke96:{\"data-framer-name\":\"Phone\"},rEfMqtvYu:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eo3e88\",\"data-framer-name\":\"Frame 24\",layoutDependency:layoutDependency,layoutId:\"huHLNzAqj\",style:{backgroundColor:\"rgb(5, 48, 63)\"},children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ii45ul\",layoutDependency:layoutDependency,layoutId:\"NNIGI7Reh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvc2xpbmRhbGUgVGV4dCBSZWd1bGFy\",\"--framer-font-family\":'\"Roslindale Text Regular\", \"Roslindale Text Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(191, 227, 222))\"},children:\"Kontakta mig\"})}),className:\"framer-9momof\",\"data-framer-name\":\"Kontakta mig\",fonts:[\"CUSTOM;Roslindale Text Regular\"],layoutDependency:layoutDependency,layoutId:\"WbBmZdzpX\",style:{\"--extracted-r6o4lv\":\"rgb(191, 227, 222)\",\"--framer-paragraph-spacing\":\"72px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nyov95\",\"data-framer-name\":\"Frame 82\",layoutDependency:layoutDependency,layoutId:\"O15fj9i0q\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g0kdi9\",\"data-framer-name\":\"Frame 81\",layoutDependency:layoutDependency,layoutId:\"lSn67j_Ne\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k9dv0i\",\"data-framer-name\":\"Frame 80\",layoutDependency:layoutDependency,layoutId:\"Jgm_crFPB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17bjgk\",\"data-framer-name\":\"Frame 28\",layoutDependency:layoutDependency,layoutId:\"gSTVqf_7f\",style:{backgroundColor:\"rgb(11, 63, 80)\",borderBottomLeftRadius:7.51,borderBottomRightRadius:7.51,borderTopLeftRadius:7.51,borderTopRightRadius:7.51},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ojw7jb\",\"data-framer-name\":\"Ellipse 1\",layoutDependency:layoutDependency,layoutId:\"MpYTUDQ7S\",style:{backgroundColor:\"rgb(191, 227, 222)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+82+0+568+0+0+0+0+77.5+4.3828125),positionX:\"center\",positionY:\"center\",sizes:\"181.2675px\",src:\"https://framerusercontent.com/images/jCLqxGKwOftdei9gQEwZPzl3X8U.png\",srcSet:\"https://framerusercontent.com/images/jCLqxGKwOftdei9gQEwZPzl3X8U.png?scale-down-to=512 512w,https://framerusercontent.com/images/jCLqxGKwOftdei9gQEwZPzl3X8U.png 728w\"},className:\"framer-t2dk5u\",\"data-framer-name\":\"image 2\",layoutDependency:layoutDependency,layoutId:\"NmCrfG2wA\",...addPropertyOverrides({rEfMqtvYu:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+82+0+0+358+0+0+0+0+77.5+4.3828125),positionX:\"center\",positionY:\"center\",sizes:\"181.2675px\",src:\"https://framerusercontent.com/images/jCLqxGKwOftdei9gQEwZPzl3X8U.png\",srcSet:\"https://framerusercontent.com/images/jCLqxGKwOftdei9gQEwZPzl3X8U.png?scale-down-to=512 512w,https://framerusercontent.com/images/jCLqxGKwOftdei9gQEwZPzl3X8U.png 728w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pk2tzy\",\"data-framer-name\":\"Frame 32\",layoutDependency:layoutDependency,layoutId:\"cC9G4sIRJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvc2xpbmRhbGUgVGV4dCBSZWd1bGFy\",\"--framer-font-family\":'\"Roslindale Text Regular\", \"Roslindale Text Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(191, 227, 222))\"},children:\"Douglas H\\xe5llstrand\"})}),className:\"framer-1l4zngy\",\"data-framer-name\":\"Douglas H\\xe5llstrand\",fonts:[\"CUSTOM;Roslindale Text Regular\"],layoutDependency:layoutDependency,layoutId:\"LuqJLDlUS\",style:{\"--extracted-r6o4lv\":\"rgb(191, 227, 222)\",\"--framer-paragraph-spacing\":\"72px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:\"Partner p\\xe5 Cash Back Leasing\"})}),className:\"framer-3unewv\",\"data-framer-name\":\"Description\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"LBvLvFzu6\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"72px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xe8brz\",\"data-framer-name\":\"Frame 31\",\"data-highlight\":true,id:`${layoutId}-xe8brz`,layoutDependency:layoutDependency,layoutId:\"Z2Fu6i9Oc\",onTap:onTaptxyyif({overlay}),ref:ref2,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1euld53\",\"data-framer-name\":\"Frame 30\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:50,intrinsicWidth:50,layoutDependency:layoutDependency,layoutId:\"moNLxgrEO\",svg:'<svg width=\"50\" height=\"50\" viewBox=\"0 0 50 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"0.5\" width=\"49\" height=\"49\" rx=\"24.5\" stroke=\"#BFE3DE\"/>\\n<g clip-path=\"url(#clip0_180_6080)\">\\n<path d=\"M31.9657 27.8671C31.4744 27.3555 30.8817 27.082 30.2536 27.082C29.6306 27.082 29.0329 27.3505 28.5213 27.8621L26.9206 29.4577C26.7889 29.3867 26.6572 29.3209 26.5306 29.255C26.3482 29.1639 26.176 29.0778 26.0291 28.9866C24.5298 28.0343 23.1672 26.7933 21.8603 25.1876C21.2272 24.3872 20.8017 23.7135 20.4927 23.0297C20.908 22.6498 21.293 22.2547 21.6678 21.8748C21.8097 21.733 21.9515 21.5861 22.0933 21.4443C23.1571 20.3805 23.1571 19.0028 22.0933 17.939L20.7105 16.5562C20.5535 16.3992 20.3914 16.2371 20.2394 16.075C19.9355 15.7609 19.6164 15.4367 19.2871 15.1328C18.7958 14.6465 18.2082 14.3882 17.5902 14.3882C16.9723 14.3882 16.3745 14.6465 15.868 15.1328L15.8579 15.1429L14.1357 16.8804C13.4873 17.5287 13.1175 18.3189 13.0365 19.2358C12.9149 20.7148 13.3505 22.0926 13.6848 22.9943C14.5054 25.2078 15.7312 27.2593 17.5598 29.4577C19.7785 32.1068 22.4479 34.1988 25.4973 35.6729C26.6623 36.225 28.2174 36.8784 29.9548 36.9899C30.0612 36.9949 30.1726 37 30.2739 37C31.444 37 32.4267 36.5796 33.1966 35.7438C33.2017 35.7337 33.2118 35.7286 33.2169 35.7185C33.4803 35.3993 33.7842 35.1106 34.1033 34.8016C34.3211 34.5939 34.544 34.3761 34.7618 34.1482C35.2633 33.6265 35.5267 33.0186 35.5267 32.3956C35.5267 31.7675 35.2582 31.1647 34.7466 30.6582L31.9657 27.8671ZM33.7791 33.201C33.7741 33.206 33.7741 33.201 33.7791 33.201C33.5816 33.4137 33.379 33.6062 33.1612 33.8189C32.8319 34.133 32.4976 34.4622 32.1835 34.832C31.6719 35.3791 31.0692 35.6374 30.279 35.6374C30.203 35.6374 30.1219 35.6374 30.046 35.6323C28.5415 35.5361 27.1435 34.9485 26.095 34.447C23.228 33.0591 20.7105 31.0887 18.6185 28.5915C16.8912 26.5096 15.7363 24.5848 14.9714 22.5181C14.5004 21.2568 14.3281 20.2742 14.4041 19.3472C14.4548 18.7545 14.6827 18.2632 15.1031 17.8428L16.8304 16.1155C17.0786 15.8825 17.342 15.7559 17.6004 15.7559C17.9195 15.7559 18.1778 15.9483 18.3399 16.1104L18.3551 16.1256C18.6641 16.4144 18.9579 16.7132 19.2669 17.0323C19.4239 17.1944 19.586 17.3565 19.7481 17.5237L21.1309 18.9065C21.6678 19.4434 21.6678 19.9398 21.1309 20.4768C20.984 20.6237 20.8422 20.7706 20.6953 20.9124C20.2698 21.348 19.8646 21.7532 19.4239 22.1483C19.4138 22.1585 19.4036 22.1635 19.3986 22.1737C18.9629 22.6093 19.044 23.0348 19.1352 23.3235L19.1504 23.3691C19.51 24.2403 20.0165 25.0609 20.7865 26.0385L20.7915 26.0436C22.1896 27.7658 23.6636 29.1082 25.2896 30.1364C25.4973 30.2681 25.71 30.3745 25.9126 30.4758C26.095 30.567 26.2672 30.6531 26.4141 30.7443C26.4344 30.7544 26.4546 30.7696 26.4749 30.7797C26.6471 30.8658 26.8092 30.9064 26.9764 30.9064C27.3968 30.9064 27.6602 30.643 27.7463 30.5568L29.4786 28.8245C29.6509 28.6523 29.9244 28.4446 30.2435 28.4446C30.5576 28.4446 30.8159 28.6421 30.9729 28.8144L30.9831 28.8245L33.7741 31.6155C34.2958 32.1322 34.2958 32.664 33.7791 33.201ZM25.9683 18.709C27.2955 18.9318 28.501 19.5599 29.4634 20.5224C30.4259 21.4848 31.0489 22.6903 31.2768 24.0175C31.3326 24.3518 31.6213 24.5848 31.9505 24.5848C31.9911 24.5848 32.0265 24.5797 32.067 24.5747C32.4419 24.5139 32.6901 24.1593 32.6293 23.7845C32.3558 22.1787 31.596 20.7148 30.436 19.5549C29.276 18.3949 27.8121 17.6351 26.2064 17.3616C25.8316 17.3008 25.4821 17.549 25.4162 17.9188C25.3504 18.2885 25.5935 18.6482 25.9683 18.709ZM36.9703 23.5869C36.5195 20.9428 35.2734 18.5367 33.3587 16.622C31.444 14.7073 29.038 13.4612 26.3938 13.0104C26.0241 12.9446 25.6746 13.1978 25.6087 13.5676C25.5479 13.9425 25.7961 14.292 26.171 14.3578C28.5314 14.758 30.6842 15.8774 32.3963 17.5844C34.1084 19.2965 35.2228 21.4493 35.6229 23.8098C35.6786 24.1441 35.9674 24.3771 36.2966 24.3771C36.3371 24.3771 36.3726 24.372 36.4131 24.367C36.7829 24.3113 37.0362 23.9567 36.9703 23.5869Z\" fill=\"#BFE3DE\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_180_6080\">\\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(13 13)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eouekl\",\"data-framer-name\":\"Frame 29\",layoutDependency:layoutDependency,layoutId:\"Ln7cvGfXZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:\"Ring mig\"})}),className:\"framer-pekqcj\",\"data-framer-name\":\"Description\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"BuHrH3fCk\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"72px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c6d90081-88c0-4528-b402-801e367a8389, rgba(191, 227, 222, 0.8)))\"},children:\"070 884 37 63\"})}),className:\"framer-1roggkf\",\"data-framer-name\":\"Description\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"lO66X5iPk\",style:{\"--extracted-r6o4lv\":\"var(--token-c6d90081-88c0-4528-b402-801e367a8389, rgba(191, 227, 222, 0.8))\",\"--framer-paragraph-spacing\":\"72px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-xe8brz`,offsetX:475.5416259765625,offsetY:-600.4027099609375,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:false,zIndex:11,...addPropertyOverrides({rEfMqtvYu:{offsetX:45,offsetY:-554.4027709960938}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1jf4chk\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"an3FSlfDL\",ref:ref3,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bvidof-container\",layoutDependency:layoutDependency,layoutId:\"MnpUXhxCY-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<iframe src=\"https://cblpropertyab.pipedrive.com/scheduler/qO4wYrUm/telefonmote\" title=\"Pipedrive Scheduler Embed\" frameborder=\"0\" height=\"100%\" width=\"100%\" style=\"max-width: 960px\" allowfullscreen></iframe>',id:\"MnpUXhxCY\",layoutId:\"MnpUXhxCY\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"https://cblpropertyab.pipedrive.com/scheduler/oY4DErCb/ett-forsta-mote\",width:\"100%\"})})})})})})]})})})]}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Link,{nodeId:\"Y8Z2iR8yo\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-17ln92r framer-1huq0vy\",\"data-border\":true,\"data-framer-name\":\"Buttons/Button\",\"data-highlight\":true,id:`${layoutId}-17ln92r`,layoutDependency:layoutDependency,layoutId:\"Y8Z2iR8yo\",onTap:onTaptxyyif({overlay:overlay1}),ref:ref4,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(191, 227, 222)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(191, 227, 222)\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999,boxShadow:\"0px 1px 2px 0px rgba(16, 24, 40, 0.05000000074505806)\"},whileHover:animation3,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18bnjvf\",\"data-framer-name\":\"vuesax/linear/calendar\",layoutDependency:layoutDependency,layoutId:\"r1aMFe7Hf\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-k33fwt\",\"data-framer-name\":\"vuesax/linear/calendar\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"w2mD8XTmg\",svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.5 2V5\" stroke=\"#05303F\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16.5 2V5\" stroke=\"#05303F\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M4 9.08984H21\" stroke=\"#05303F\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M21.5 8.5V17C21.5 20 20 22 16.5 22H8.5C5 22 3.5 20 3.5 17V8.5C3.5 5.5 5 3.5 8.5 3.5H16.5C20 3.5 21.5 5.5 21.5 8.5Z\" stroke=\"#05303F\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16.1937 13.7002H16.2027\" stroke=\"#05303F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16.1937 16.7002H16.2027\" stroke=\"#05303F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.4945 13.7002H12.5035\" stroke=\"#05303F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.4945 16.7002H12.5035\" stroke=\"#05303F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.79529 13.7002H8.80427\" stroke=\"#05303F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.79529 16.7002H8.80427\" stroke=\"#05303F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s0yfgl\",\"data-framer-name\":\"Text padding\",layoutDependency:layoutDependency,layoutId:\"Tp_UYPuq5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 48, 63))\"},children:\"Boka ett telefonm\\xf6te\"})}),className:\"framer-d9hc2x\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],layoutDependency:layoutDependency,layoutId:\"t58_4e5hV\",style:{\"--extracted-r6o4lv\":\"rgb(5, 48, 63)\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-17ln92r`,offsetX:460.0443115234375,offsetY:-705.416748046875,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:false,zIndex:11,...addPropertyOverrides({rEfMqtvYu:{offsetX:3510713577270508e-20,offsetY:-473.4027861332288}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-gm5qyx\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"q8Bz59zKD\",ref:ref5,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13nolln-container\",layoutDependency:layoutDependency,layoutId:\"YkZ0rc54E-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<iframe src=\"https://cblpropertyab.pipedrive.com/scheduler/qO4wYrUm/telefonmote\" title=\"Pipedrive Scheduler Embed\" frameborder=\"0\" height=\"100%\" width=\"100%\" style=\"max-width: 960px\" allowfullscreen></iframe>',id:\"YkZ0rc54E\",layoutId:\"YkZ0rc54E\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"https://cblpropertyab.pipedrive.com/scheduler/oY4DErCb/ett-forsta-mote\",width:\"100%\"})})})})})})]})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eu6t89\",\"data-framer-name\":\"Group 2500\",layoutDependency:layoutDependency,layoutId:\"xQ8zy4pHH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9zbGluZGFsZS1yZWd1bGFy\",\"--framer-font-family\":'\"Roslindale\", \"Roslindale Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(191, 227, 222, 0.5))\"},children:\"ELLER\"})}),className:\"framer-1t5q3f0\",\"data-framer-name\":\"ELLER\",fonts:[\"GF;Roslindale-regular\"],layoutDependency:layoutDependency,layoutId:\"j56_5Gcug\",style:{\"--extracted-r6o4lv\":\"rgba(191, 227, 222, 0.5)\",\"--framer-paragraph-spacing\":\"72px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fgi840\",\"data-framer-name\":\"Line 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:142,layoutDependency:layoutDependency,layoutId:\"G_xFC3EaZ\",svg:'<svg width=\"142\" height=\"3\" viewBox=\"-1 -1 142 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"140\" y1=\"0.5\" y2=\"0.5\" stroke=\"white\" stroke-opacity=\"0.2\" stroke-dasharray=\"3 3\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1iyhucv\",\"data-framer-name\":\"Line 6\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:142,layoutDependency:layoutDependency,layoutId:\"jJRY0u_d0\",svg:'<svg width=\"142\" height=\"3\" viewBox=\"-1 -1 142 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"140\" y1=\"0.5\" y2=\"0.5\" stroke=\"white\" stroke-opacity=\"0.2\" stroke-dasharray=\"3 3\"/>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1clw9ot\",layoutDependency:layoutDependency,layoutId:\"rxYOTKzKd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvc2xpbmRhbGUgVGV4dCBSZWd1bGFy\",\"--framer-font-family\":'\"Roslindale Text Regular\", \"Roslindale Text Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(191, 227, 222, 0.5))\"},children:\"ELLER\"})}),className:\"framer-1aan3ri\",\"data-framer-name\":\"ELLER\",fonts:[\"CUSTOM;Roslindale Text Regular\"],layoutDependency:layoutDependency,layoutId:\"OI1JR1zGl\",style:{\"--extracted-r6o4lv\":\"rgba(191, 227, 222, 0.5)\",\"--framer-paragraph-spacing\":\"72px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1oogp1e\",\"data-framer-name\":\"Line 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:674,intrinsicWidth:3,layoutDependency:layoutDependency,layoutId:\"dAUAAF3OZ\",svg:'<svg width=\"3\" height=\"674\" viewBox=\"-1 -1 3 674\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.5\" y1=\"2.18557e-08\" x2=\"0.499971\" y2=\"672\" stroke=\"white\" stroke-opacity=\"0.2\" stroke-dasharray=\"7 7\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xyn012\",\"data-framer-name\":\"Frame 85\",layoutDependency:layoutDependency,layoutId:\"vs7DLZCOT\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-i584ja\",\"data-framer-name\":\"Frame 25\",layoutDependency:layoutDependency,layoutId:\"wGGY6rnB4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvc2xpbmRhbGUgVGV4dCBSZWd1bGFy\",\"--framer-font-family\":'\"Roslindale Text Regular\", \"Roslindale Text Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(191, 227, 222))\"},children:\"Kom ig\\xe5ng direkt! \"})}),className:\"framer-l0mqw\",\"data-framer-name\":\"Fyll i dina uppgifter\",fonts:[\"CUSTOM;Roslindale Text Regular\"],layoutDependency:layoutDependency,layoutId:\"itPx5axGp\",style:{\"--extracted-r6o4lv\":\"rgb(191, 227, 222)\",\"--framer-paragraph-spacing\":\"72px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LhfCijNnq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvc2xpbmRhbGUgVGV4dCBSZWd1bGFy\",\"--framer-font-family\":'\"Roslindale Text Regular\", \"Roslindale Text Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(191, 227, 222))\"},children:\"Kom ig\\xe5ng direkt! \"})})},PwnY9ke96:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvc2xpbmRhbGUgVGV4dCBSZWd1bGFy\",\"--framer-font-family\":'\"Roslindale Text Regular\", \"Roslindale Text Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(191, 227, 222))\"},children:\"Kom ig\\xe5ng direkt! \"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hosdiw\",layoutDependency:layoutDependency,layoutId:\"kso_hkMEV\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cniaux-container\",layoutDependency:layoutDependency,layoutId:\"Z6C5yzx7k-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<iframe aria- label=\\'Form #3 startpage bottom\\' src=\"https://app.formcrafts.com/8a0f50db?iframe=true\" id=\"form-craft\" style=\"display:block;max-height:600px; height:650px;width:500px;max-width:100%; border:none;\"></iframe>',id:\"Z6C5yzx7k\",layoutId:\"Z6C5yzx7k\",style:{width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-P2Jnd.framer-1huq0vy, .framer-P2Jnd .framer-1huq0vy { display: block; }\",\".framer-P2Jnd.framer-1x5v07s { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 855px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-P2Jnd .framer-eo3e88 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 189px; height: min-content; justify-content: center; overflow: hidden; padding: 82px 0px 82px 0px; position: relative; width: 100%; }\",\".framer-P2Jnd .framer-ii45ul { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 280px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-P2Jnd .framer-9momof { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 335px; word-break: break-word; word-wrap: break-word; }\",\".framer-P2Jnd .framer-1nyov95 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 10px 5px 10px; position: relative; width: 370px; }\",\".framer-P2Jnd .framer-1g0kdi9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-P2Jnd .framer-1k9dv0i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-P2Jnd .framer-17bjgk { flex: none; height: 103px; overflow: hidden; position: relative; width: 103px; will-change: var(--framer-will-change-override, transform); }\",\".framer-P2Jnd .framer-ojw7jb { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 110px); left: 39px; position: absolute; top: 75px; width: 110px; }\",\".framer-P2Jnd .framer-t2dk5u { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 181px); left: -66px; position: absolute; top: 4px; width: 181px; }\",\".framer-P2Jnd .framer-1pk2tzy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-P2Jnd .framer-1l4zngy, .framer-P2Jnd .framer-3unewv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-P2Jnd .framer-xe8brz { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-P2Jnd .framer-1euld53 { flex: none; height: 50px; position: relative; width: 50px; }\",\".framer-P2Jnd .framer-1eouekl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 191px; }\",\".framer-P2Jnd .framer-pekqcj, .framer-P2Jnd .framer-1roggkf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 191px; word-break: break-word; word-wrap: break-word; }\",\".framer-P2Jnd .framer-1jf4chk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 849px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 983px; will-change: var(--framer-will-change-override, transform); }\",\".framer-P2Jnd .framer-bvidof-container, .framer-P2Jnd .framer-13nolln-container { flex: none; height: 851px; position: relative; width: 960px; }\",\".framer-P2Jnd .framer-17ln92r { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-P2Jnd .framer-18bnjvf { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-P2Jnd .framer-k33fwt { flex: none; height: 24px; left: 0px; position: absolute; top: 0px; width: 25px; }\",\".framer-P2Jnd .framer-s0yfgl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 2px 0px 2px; position: relative; width: min-content; }\",\".framer-P2Jnd .framer-d9hc2x, .framer-P2Jnd .framer-1t5q3f0, .framer-P2Jnd .framer-1aan3ri, .framer-P2Jnd .framer-l0mqw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-P2Jnd .framer-gm5qyx { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 849px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 990px; will-change: var(--framer-will-change-override, transform); }\",\".framer-P2Jnd .framer-eu6t89 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 17px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-P2Jnd .framer-fgi840, .framer-P2Jnd .framer-1iyhucv { flex: 1 0 0px; height: 3px; position: relative; width: 1px; }\",\".framer-P2Jnd .framer-1clw9ot { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-P2Jnd .framer-1oogp1e { flex: none; height: 674px; position: relative; width: 3px; }\",\".framer-P2Jnd .framer-1xyn012 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-P2Jnd .framer-i584ja { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-P2Jnd .framer-hosdiw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 486px; will-change: var(--framer-will-change-override, transform); }\",\".framer-P2Jnd .framer-1cniaux-container { flex: none; height: auto; position: relative; width: 469px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P2Jnd.framer-1x5v07s, .framer-P2Jnd .framer-eo3e88, .framer-P2Jnd .framer-ii45ul, .framer-P2Jnd .framer-1nyov95, .framer-P2Jnd .framer-1g0kdi9, .framer-P2Jnd .framer-1k9dv0i, .framer-P2Jnd .framer-1pk2tzy, .framer-P2Jnd .framer-xe8brz, .framer-P2Jnd .framer-1eouekl, .framer-P2Jnd .framer-1jf4chk, .framer-P2Jnd .framer-17ln92r, .framer-P2Jnd .framer-s0yfgl, .framer-P2Jnd .framer-gm5qyx, .framer-P2Jnd .framer-eu6t89, .framer-P2Jnd .framer-1clw9ot, .framer-P2Jnd .framer-1xyn012, .framer-P2Jnd .framer-i584ja, .framer-P2Jnd .framer-hosdiw { gap: 0px; } .framer-P2Jnd.framer-1x5v07s > *, .framer-P2Jnd .framer-1eouekl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-P2Jnd.framer-1x5v07s > :first-child, .framer-P2Jnd .framer-ii45ul > :first-child, .framer-P2Jnd .framer-1nyov95 > :first-child, .framer-P2Jnd .framer-1g0kdi9 > :first-child, .framer-P2Jnd .framer-1pk2tzy > :first-child, .framer-P2Jnd .framer-1eouekl > :first-child, .framer-P2Jnd .framer-1clw9ot > :first-child, .framer-P2Jnd .framer-1xyn012 > :first-child, .framer-P2Jnd .framer-i584ja > :first-child, .framer-P2Jnd .framer-hosdiw > :first-child { margin-top: 0px; } .framer-P2Jnd.framer-1x5v07s > :last-child, .framer-P2Jnd .framer-ii45ul > :last-child, .framer-P2Jnd .framer-1nyov95 > :last-child, .framer-P2Jnd .framer-1g0kdi9 > :last-child, .framer-P2Jnd .framer-1pk2tzy > :last-child, .framer-P2Jnd .framer-1eouekl > :last-child, .framer-P2Jnd .framer-1clw9ot > :last-child, .framer-P2Jnd .framer-1xyn012 > :last-child, .framer-P2Jnd .framer-i584ja > :last-child, .framer-P2Jnd .framer-hosdiw > :last-child { margin-bottom: 0px; } .framer-P2Jnd .framer-eo3e88 > * { margin: 0px; margin-left: calc(189px / 2); margin-right: calc(189px / 2); } .framer-P2Jnd .framer-eo3e88 > :first-child, .framer-P2Jnd .framer-1k9dv0i > :first-child, .framer-P2Jnd .framer-xe8brz > :first-child, .framer-P2Jnd .framer-1jf4chk > :first-child, .framer-P2Jnd .framer-17ln92r > :first-child, .framer-P2Jnd .framer-s0yfgl > :first-child, .framer-P2Jnd .framer-gm5qyx > :first-child, .framer-P2Jnd .framer-eu6t89 > :first-child { margin-left: 0px; } .framer-P2Jnd .framer-eo3e88 > :last-child, .framer-P2Jnd .framer-1k9dv0i > :last-child, .framer-P2Jnd .framer-xe8brz > :last-child, .framer-P2Jnd .framer-1jf4chk > :last-child, .framer-P2Jnd .framer-17ln92r > :last-child, .framer-P2Jnd .framer-s0yfgl > :last-child, .framer-P2Jnd .framer-gm5qyx > :last-child, .framer-P2Jnd .framer-eu6t89 > :last-child { margin-right: 0px; } .framer-P2Jnd .framer-ii45ul > * { margin: 0px; margin-bottom: calc(280px / 2); margin-top: calc(280px / 2); } .framer-P2Jnd .framer-1nyov95 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-P2Jnd .framer-1g0kdi9 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-P2Jnd .framer-1k9dv0i > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-P2Jnd .framer-1pk2tzy > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-P2Jnd .framer-xe8brz > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-P2Jnd .framer-1jf4chk > *, .framer-P2Jnd .framer-gm5qyx > *, .framer-P2Jnd .framer-eu6t89 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-P2Jnd .framer-17ln92r > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-P2Jnd .framer-s0yfgl > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-P2Jnd .framer-1clw9ot > *, .framer-P2Jnd .framer-hosdiw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-P2Jnd .framer-1xyn012 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-P2Jnd .framer-i584ja > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-P2Jnd.framer-v-1rmchyt.framer-1x5v07s { align-content: center; align-items: center; height: min-content; width: 810px; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-eo3e88 { align-content: center; align-items: center; flex-direction: column; flex-wrap: wrap; gap: 60px; order: 0; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-ii45ul { gap: 70px; order: 0; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-1jf4chk { width: 780px; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-bvidof-container { order: 0; width: 755px; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-gm5qyx { height: 853px; width: 764px; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-13nolln-container { height: 771px; order: 0; width: 745px; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-eu6t89 { flex: none; order: 1; width: 100%; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-1t5q3f0, .framer-P2Jnd.framer-v-k3u725 .framer-1xyn012, .framer-P2Jnd.framer-v-10tpnz6 .framer-1xyn012 { order: 1; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-fgi840 { order: 0; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-1iyhucv { order: 2; }\",\".framer-P2Jnd.framer-v-1rmchyt .framer-1xyn012 { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P2Jnd.framer-v-1rmchyt .framer-eo3e88, .framer-P2Jnd.framer-v-1rmchyt .framer-ii45ul { gap: 0px; } .framer-P2Jnd.framer-v-1rmchyt .framer-eo3e88 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-P2Jnd.framer-v-1rmchyt .framer-eo3e88 > :first-child, .framer-P2Jnd.framer-v-1rmchyt .framer-ii45ul > :first-child { margin-top: 0px; } .framer-P2Jnd.framer-v-1rmchyt .framer-eo3e88 > :last-child, .framer-P2Jnd.framer-v-1rmchyt .framer-ii45ul > :last-child { margin-bottom: 0px; } .framer-P2Jnd.framer-v-1rmchyt .framer-ii45ul > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } }\",\".framer-P2Jnd.framer-v-k3u725.framer-1x5v07s { height: min-content; width: 390px; }\",\".framer-P2Jnd.framer-v-k3u725 .framer-eo3e88, .framer-P2Jnd.framer-v-10tpnz6 .framer-eo3e88 { flex-direction: column; gap: 49px; padding: 49px 0px 49px 20px; }\",\".framer-P2Jnd.framer-v-k3u725 .framer-hosdiw, .framer-P2Jnd.framer-v-10tpnz6 .framer-hosdiw { width: 357px; }\",\".framer-P2Jnd.framer-v-k3u725 .framer-1cniaux-container, .framer-P2Jnd.framer-v-10tpnz6 .framer-1cniaux-container { width: 340px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P2Jnd.framer-v-k3u725 .framer-eo3e88 { gap: 0px; } .framer-P2Jnd.framer-v-k3u725 .framer-eo3e88 > * { margin: 0px; margin-bottom: calc(49px / 2); margin-top: calc(49px / 2); } .framer-P2Jnd.framer-v-k3u725 .framer-eo3e88 > :first-child { margin-top: 0px; } .framer-P2Jnd.framer-v-k3u725 .framer-eo3e88 > :last-child { margin-bottom: 0px; } }\",\".framer-P2Jnd.framer-v-10tpnz6.framer-1x5v07s { height: min-content; width: 393px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P2Jnd.framer-v-10tpnz6 .framer-eo3e88 { gap: 0px; } .framer-P2Jnd.framer-v-10tpnz6 .framer-eo3e88 > * { margin: 0px; margin-bottom: calc(49px / 2); margin-top: calc(49px / 2); } .framer-P2Jnd.framer-v-10tpnz6 .framer-eo3e88 > :first-child { margin-top: 0px; } .framer-P2Jnd.framer-v-10tpnz6 .framer-eo3e88 > :last-child { margin-bottom: 0px; } }\",'.framer-P2Jnd[data-border=\"true\"]::after, .framer-P2Jnd [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 855\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"rEfMqtvYu\":{\"layout\":[\"fixed\",\"auto\"]},\"PwnY9ke96\":{\"layout\":[\"fixed\",\"auto\"]},\"LhfCijNnq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameru0aWORmsS=withCSS(Component,css,\"framer-P2Jnd\");export default Frameru0aWORmsS;Frameru0aWORmsS.displayName=\"Contact\";Frameru0aWORmsS.defaultProps={height:855,width:1440};addPropertyControls(Frameru0aWORmsS,{variant:{options:[\"okVcl5J6C\",\"rEfMqtvYu\",\"PwnY9ke96\",\"LhfCijNnq\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"iphone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Frameru0aWORmsS,[{explicitInter:true,fonts:[{family:\"Roslindale Text Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/1Vf17DUgg0BZwB9GF510qjexPQ.woff2\"},{family:\"Inter Display\",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/2uIBiALfCHVpWbHqRMZutfT7giU.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Zwfz6xbVe5pmcWRJRgBDHnMkOkI.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/U9LaDDmbRhzX3sB8g8glTy5feTE.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tVew2LzXJ1t7QfxP1gdTIdj2o0g.woff2\",weight:\"400\"},{family:\"Inter Display\",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/DF7bjCRmStYPqSb945lAlMfCCVQ.woff2\",weight:\"400\"},{family:\"Inter Display\",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/nCpxWS6DaPlPe0lHzStXAPCo3lw.woff2\",weight:\"400\"},{family:\"Inter Display\",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/vebZUMjGyKkYsfcY73iwWTzLNag.woff2\",weight:\"400\"},{family:\"Inter Display\",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/gazZKZuUEtvr9ULhdA4SprP0AZ0.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/pe8RoujoPxuTZhqoNzYqHX2MXA.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/teGhWnhH3bCqefKGsIsqFy3hK8.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/qQHxgTnEk6Czu1yW4xS82HQWFOk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/MJ3N6lfN4iP5Um8rJGqLYl03tE.woff2\",weight:\"600\"},{family:\"Inter Display\",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/dHHUz45rhM2KCQpj9zttNVlibk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/0SEEmmWc3vovhaai4RlRQSWRrz0.woff2\",weight:\"600\"},{family:\"Inter Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"}]},...EmbedFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru0aWORmsS\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rEfMqtvYu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PwnY9ke96\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LhfCijNnq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"855\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./u0aWORmsS.map", "// Generated by Framer (d31cd55)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-odgh2 .framer-styles-preset-1dqit1t:not(.rich-text-wrapper), .framer-odgh2 .framer-styles-preset-1dqit1t.rich-text-wrapper a { --framer-link-current-text-color: #010005; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-de563908-78e6-4fe9-8827-b862789f520b, rgba(5, 48, 63, 0.8)) /* {\"name\":\"brand\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #010005; --framer-link-text-decoration: none; }'];export const className=\"framer-odgh2\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "export const centerContent = {\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const autoSizingText = {\n    width: \"max-content\",\n    wordBreak: \"break-word\",\n    overflowWrap: \"break-word\",\n    overflow: \"hidden\",\n    whiteSpace: \"pre-wrap\",\n    flexShrink: 0\n};\nexport const defaultContainerStyles = {\n    ...centerContent,\n    overflow: \"hidden\"\n};\nexport const containerStyles = defaultContainerStyles;\nexport const randomColor = ()=>\"#\" + Math.floor(Math.random() * 16777215).toString(16)\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"centerContent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"autoSizingText\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultContainerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomColor\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./Utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";const useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,animate:{rotate:90},transition:{duration:2}});};}export function withHover(Component){return props=>{const[timeoutVar,setTimeoutVar]=useStore();if(typeof window!==\"undefined\"){const hello=()=>{const fullUrl=window.location.href;const baseUrl=window.location.origin;const fullUrlWithoutHash=fullUrl.split(\"#\")[0].replace(/\\/$/,\"\");const hasSpecificHash=fullUrl.includes(\"#homeForm\");if(fullUrlWithoutHash===baseUrl&&hasSpecificHash){const formCard=document.querySelector('div[name=\"Form\"]');console.log(formCard,\"focuscard\");if(formCard){formCard.classList.add(\"focus\");setTimeout(()=>{formCard.classList.remove(\"focus\");},1500);}}};setTimeout(hello,2e3);}return /*#__PURE__*/_jsx(Component,{...props,whileHover:{scale:1.05},onClick:()=>{if(timeoutVar){clearTimeout(timeoutVar);}if(typeof window!==\"undefined\"){window.scrollTo({top:0,behavior:\"smooth\"});const formCard=document.querySelector('div[name=\"Form\"]');if(formCard){formCard.classList.add(\"focus\");const time=setTimeout(()=>{formCard.classList.remove(\"focus\");},1500);setTimeoutVar(time);}}}});};}export function withRandomColor(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FormCardTitle.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";const useStore=createStore({background:\"#0099FF\"});export function withClick(Component){return props=>{const handleClick=()=>{const targetElement=document.getElementById(\"contact\");if(targetElement){targetElement.scrollIntoView({behavior:\"smooth\"});}};return /*#__PURE__*/_jsx(Component,{...props,onTouchStart:handleClick,onMouseDown:handleClick,onClick:handleClick});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withClick\":{\"type\":\"reactHoc\",\"name\":\"withClick\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Click.map", "// Generated by Framer (f074239)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withClick}from\"https://framerusercontent.com/modules/JBCISIaWwkTlkmFumBZu/0mcXI3c3FjX4enAxT89o/Click.js\";import{withHover}from\"https://framerusercontent.com/modules/WArOU2n5rNPSM0P7HB0D/m7JAyFuksySRI6xVElJA/FormCardTitle.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/GHJwlcCxGpHUYXE5NkzC/tvwSsrEVrlQY5TnUM0Gi/XOt2RW4n3.js\";const MotionDivWithClick=withClick(motion.div);const MotionAWithHover=withHover(motion.a);const cycleOrder=[\"v4LZEu13P\",\"iul5kUYcK\",\"hb47n1fZR\",\"vDVdahdWn\",\"szISx0qH_\",\"kzs7G_FGM\"];const serializationHash=\"framer-6gPpP\";const variantClassNames={hb47n1fZR:\"framer-v-1gl0hww\",iul5kUYcK:\"framer-v-1s7j8di\",kzs7G_FGM:\"framer-v-12vmtw5\",szISx0qH_:\"framer-v-14z6xud\",v4LZEu13P:\"framer-v-kbspj\",vDVdahdWn:\"framer-v-13cvi8v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};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 humanReadableVariantMap={\"Desktop 2\":\"iul5kUYcK\",\"Phone Open\":\"szISx0qH_\",\"Variant 6\":\"kzs7G_FGM\",Desktop:\"v4LZEu13P\",Phone:\"vDVdahdWn\",Tablet:\"hb47n1fZR\"};const getProps=({height,id,product,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,Ej0TMZI5h:product!==null&&product!==void 0?product:props.Ej0TMZI5h,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"v4LZEu13P\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Ej0TMZI5h,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"v4LZEu13P\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1cu94cq=activeVariantCallback(async(...args)=>{setVariant(\"vDVdahdWn\");});const onTapfyrt7=activeVariantCallback(async(...args)=>{setVariant(\"szISx0qH_\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"szISx0qH_\")return true;return false;};const isDisplayed1=()=>{if([\"vDVdahdWn\",\"kzs7G_FGM\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"szISx0qH_\")return false;return true;};const isDisplayed3=()=>{if([\"vDVdahdWn\",\"kzs7G_FGM\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();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,...addPropertyOverrides({kzs7G_FGM:{value:transition2},szISx0qH_:{value:transition2},vDVdahdWn:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-kbspj\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"v4LZEu13P\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(16, 24, 40, 0.05)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({hb47n1fZR:{\"data-framer-name\":\"Tablet\"},iul5kUYcK:{\"data-framer-name\":\"Desktop 2\"},kzs7G_FGM:{\"data-framer-name\":\"Variant 6\"},szISx0qH_:{\"data-framer-name\":\"Phone Open\"},vDVdahdWn:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g75wjv\",layoutDependency:layoutDependency,layoutId:\"tOgmoNyeP\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i2nuz\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"a1YbINNPP\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wdppz1\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"x2xEmuaKF\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ya_Oomcf2\"},nodeId:\"u4PBn9NPI\",openInNewTab:false,...addPropertyOverrides({szISx0qH_:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-r1bag8 framer-5598vq\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"u4PBn9NPI\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ltwd9c\",\"data-framer-name\":\"Logo_2 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"gLcK73jx6\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 58 32\"><g transform=\"translate(-0.039 -0.04)\" id=\"ss8728052442_1\"><path d=\"M 0.039 32.04 L 0.039 0.04 L 57.817 0.04 L 57.817 32.04 Z\" fill=\"transparent\"></path><path d=\"M 17.491 0.976 L 17.491 5.16 L 16.988 5.16 C 15.883 4.028 14.307 3.335 12.398 3.335 C 8.847 3.335 6.869 5.915 6.869 10.95 C 6.869 15.984 8.913 18.564 12.398 18.564 C 14.241 18.564 15.849 17.84 16.988 16.708 L 17.491 16.708 L 17.491 20.861 C 15.95 21.522 13.705 21.899 11.627 21.899 C 4.156 21.899 0 17.903 0 10.95 C 0 3.996 3.921 0 11.627 0 C 13.739 0 15.95 0.346 17.491 0.976 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 27.709 0.314 C 31.193 0.314 34.611 0.314 36.655 1.983 C 37.728 2.832 38.398 4.028 38.398 5.727 C 38.398 8.245 36.756 9.66 34.477 10.258 L 34.477 10.448 C 37.057 10.92 39.135 12.587 39.135 15.576 C 39.135 20.17 34.979 21.586 29.719 21.586 L 20.84 21.586 L 20.84 0.316 L 27.709 0.316 Z M 28.781 9.219 C 30.624 9.219 31.83 8.747 31.83 6.512 C 31.83 3.775 29.82 3.649 27.408 3.649 L 27.408 9.092 C 27.877 9.186 28.345 9.219 28.781 9.219 Z M 27.408 17.89 C 27.91 17.957 28.413 18.024 28.882 18.024 C 30.859 18.024 32.266 17.355 32.266 14.817 C 32.266 11.709 29.987 11.642 27.408 11.642 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 48.583 0.314 L 48.583 18.25 L 57.857 18.25 L 57.857 21.585 L 42.016 21.585 L 42.016 0.314 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 3.648 29.495 C 3.484 29.659 3.299 29.788 3.094 29.882 C 2.889 29.976 2.672 30.023 2.445 30.023 C 2.092 30.023 1.777 29.935 1.499 29.76 C 1.22 29.585 1.002 29.339 0.845 29.026 C 0.687 28.713 0.609 28.353 0.609 27.95 C 0.609 27.546 0.686 27.189 0.841 26.88 C 0.995 26.571 1.21 26.33 1.487 26.153 C 1.763 25.977 2.075 25.89 2.424 25.89 C 2.647 25.89 2.862 25.933 3.066 26.017 C 3.271 26.101 3.457 26.219 3.623 26.367 C 3.789 26.516 3.921 26.692 4.015 26.894 L 4.536 26.627 C 4.417 26.372 4.248 26.146 4.029 25.951 C 3.81 25.756 3.562 25.604 3.287 25.496 C 3.011 25.388 2.723 25.334 2.422 25.334 C 1.951 25.334 1.532 25.446 1.168 25.67 C 0.804 25.894 0.519 26.202 0.311 26.594 C 0.104 26.987 0 27.438 0 27.948 C 0 28.459 0.104 28.911 0.315 29.303 C 0.524 29.696 0.813 30.005 1.179 30.228 C 1.546 30.453 1.968 30.564 2.443 30.564 C 2.743 30.564 3.032 30.505 3.311 30.39 C 3.589 30.275 3.836 30.113 4.053 29.907 C 4.269 29.699 4.439 29.463 4.563 29.198 L 4.035 28.931 C 3.939 29.143 3.81 29.331 3.645 29.494 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 7.413 26.978 C 7.197 26.846 6.921 26.779 6.588 26.779 C 6.369 26.779 6.173 26.812 6.002 26.877 C 5.83 26.943 5.68 27.036 5.552 27.159 C 5.424 27.281 5.314 27.428 5.223 27.595 L 5.737 27.797 C 5.827 27.624 5.943 27.497 6.083 27.418 C 6.224 27.338 6.391 27.298 6.587 27.298 C 6.8 27.298 6.975 27.346 7.108 27.443 C 7.242 27.54 7.339 27.681 7.4 27.866 C 7.444 27.994 7.471 28.149 7.483 28.325 L 6.485 28.325 C 6.052 28.325 5.715 28.422 5.475 28.618 C 5.234 28.813 5.113 29.094 5.113 29.46 C 5.113 29.807 5.231 30.079 5.468 30.273 C 5.704 30.468 6.031 30.566 6.45 30.566 C 6.869 30.566 7.188 30.421 7.408 30.13 C 7.44 30.086 7.471 30.039 7.499 29.99 L 7.523 30.481 L 8.051 30.481 L 8.058 28.523 C 8.063 28.141 8.011 27.823 7.901 27.565 C 7.791 27.308 7.628 27.113 7.412 26.98 Z M 7.371 29.544 C 7.288 29.71 7.17 29.838 7.017 29.926 C 6.865 30.016 6.686 30.06 6.481 30.06 C 6.234 30.06 6.041 30.006 5.902 29.898 C 5.764 29.79 5.695 29.642 5.695 29.454 C 5.695 29.247 5.766 29.089 5.906 28.978 C 6.047 28.867 6.283 28.811 6.616 28.811 L 7.495 28.811 L 7.495 28.955 C 7.495 29.181 7.453 29.377 7.37 29.544 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 9.677 27.44 C 9.801 27.347 9.972 27.3 10.192 27.3 C 10.397 27.3 10.57 27.337 10.713 27.408 C 10.857 27.479 10.958 27.598 11.021 27.762 L 11.522 27.539 C 11.464 27.385 11.374 27.25 11.25 27.137 C 11.127 27.024 10.979 26.937 10.807 26.874 C 10.636 26.812 10.446 26.78 10.237 26.78 C 9.798 26.78 9.469 26.876 9.247 27.066 C 9.026 27.257 8.915 27.523 8.915 27.864 C 8.915 28.086 9.005 28.285 9.187 28.46 C 9.368 28.636 9.62 28.767 9.944 28.854 L 10.287 28.948 C 10.507 29.006 10.671 29.08 10.784 29.173 C 10.896 29.265 10.951 29.385 10.951 29.534 C 10.951 29.697 10.875 29.824 10.722 29.914 C 10.568 30.003 10.381 30.047 10.158 30.047 C 9.963 30.047 9.784 29.998 9.622 29.895 C 9.461 29.794 9.338 29.662 9.258 29.498 L 8.758 29.707 C 8.815 29.861 8.908 30.003 9.04 30.134 C 9.171 30.265 9.334 30.369 9.53 30.448 C 9.725 30.528 9.954 30.568 10.216 30.568 C 10.477 30.568 10.692 30.525 10.888 30.441 C 11.083 30.357 11.238 30.235 11.351 30.076 C 11.465 29.916 11.523 29.729 11.523 29.513 C 11.523 29.349 11.482 29.194 11.402 29.05 C 11.321 28.907 11.202 28.777 11.045 28.663 C 10.888 28.55 10.692 28.464 10.459 28.407 L 10.102 28.314 C 9.902 28.261 9.75 28.191 9.648 28.107 C 9.545 28.023 9.494 27.932 9.494 27.837 C 9.494 27.668 9.556 27.537 9.68 27.443 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 14.723 26.948 C 14.514 26.834 14.271 26.779 13.995 26.779 C 13.7 26.779 13.448 26.851 13.239 26.995 C 13.09 27.098 12.967 27.235 12.868 27.403 L 12.868 25.421 L 12.297 25.421 L 12.297 30.48 L 12.868 30.48 L 12.868 28.608 C 12.868 28.198 12.955 27.881 13.129 27.658 C 13.303 27.433 13.547 27.322 13.862 27.322 C 14.043 27.322 14.205 27.358 14.346 27.427 C 14.49 27.497 14.602 27.627 14.685 27.814 C 14.768 28.002 14.81 28.275 14.81 28.631 L 14.81 30.481 L 15.381 30.481 L 15.381 28.457 C 15.385 28.058 15.331 27.735 15.214 27.489 C 15.097 27.243 14.934 27.063 14.725 26.951 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 20.448 27.891 C 20.647 27.776 20.802 27.625 20.912 27.439 C 21.021 27.254 21.076 27.038 21.076 26.792 C 21.076 26.497 21.01 26.249 20.876 26.044 C 20.743 25.839 20.555 25.684 20.313 25.577 C 20.07 25.472 19.777 25.418 19.434 25.418 L 17.855 25.418 L 17.855 30.477 L 19.641 30.477 C 19.97 30.477 20.251 30.423 20.487 30.315 C 20.723 30.207 20.905 30.05 21.034 29.845 C 21.162 29.641 21.227 29.392 21.227 29.097 C 21.227 28.803 21.159 28.577 21.023 28.375 C 20.886 28.173 20.695 28.011 20.448 27.891 Z M 18.454 25.94 L 19.419 25.94 C 19.752 25.94 20.011 26.014 20.193 26.16 C 20.376 26.307 20.469 26.519 20.469 26.793 C 20.469 27.068 20.39 27.265 20.233 27.415 C 20.075 27.564 19.859 27.639 19.583 27.639 L 18.454 27.639 L 18.454 25.941 Z M 20.351 29.7 C 20.172 29.852 19.926 29.928 19.611 29.928 L 18.454 29.928 L 18.454 28.164 L 19.454 28.164 C 19.821 28.164 20.106 28.245 20.311 28.406 C 20.517 28.568 20.619 28.79 20.619 29.074 C 20.619 29.339 20.531 29.548 20.352 29.699 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 24.144 26.978 C 23.927 26.846 23.652 26.779 23.318 26.779 C 23.099 26.779 22.904 26.812 22.732 26.877 C 22.561 26.943 22.41 27.036 22.282 27.159 C 22.154 27.281 22.045 27.428 21.953 27.595 L 22.468 27.797 C 22.558 27.624 22.673 27.497 22.814 27.418 C 22.954 27.338 23.122 27.298 23.317 27.298 C 23.531 27.298 23.705 27.346 23.839 27.443 C 23.972 27.54 24.069 27.681 24.131 27.866 C 24.175 27.994 24.201 28.149 24.214 28.325 L 23.216 28.325 C 22.783 28.325 22.445 28.422 22.205 28.618 C 21.965 28.813 21.844 29.094 21.844 29.46 C 21.844 29.807 21.962 30.079 22.198 30.273 C 22.434 30.468 22.762 30.566 23.181 30.566 C 23.6 30.566 23.919 30.421 24.138 30.13 C 24.17 30.086 24.201 30.039 24.229 29.99 L 24.253 30.481 L 24.782 30.481 L 24.789 28.523 C 24.793 28.141 24.741 27.823 24.631 27.565 C 24.522 27.308 24.359 27.113 24.142 26.98 Z M 24.101 29.544 C 24.018 29.71 23.9 29.838 23.747 29.926 C 23.595 30.016 23.417 30.06 23.212 30.06 C 22.964 30.06 22.772 30.006 22.632 29.898 C 22.495 29.79 22.426 29.642 22.426 29.454 C 22.426 29.247 22.496 29.089 22.637 28.978 C 22.777 28.867 23.013 28.811 23.347 28.811 L 24.225 28.811 L 24.225 28.955 C 24.225 29.181 24.183 29.377 24.1 29.544 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 27.899 29.85 C 27.716 29.97 27.507 30.03 27.274 30.03 C 27.04 30.03 26.832 29.972 26.648 29.857 C 26.465 29.741 26.322 29.581 26.219 29.376 C 26.117 29.171 26.066 28.936 26.066 28.671 C 26.066 28.405 26.117 28.171 26.219 27.967 C 26.322 27.762 26.462 27.601 26.641 27.486 C 26.82 27.371 27.025 27.312 27.258 27.312 C 27.492 27.312 27.698 27.366 27.88 27.474 C 28.061 27.583 28.199 27.733 28.294 27.927 L 28.816 27.688 C 28.672 27.399 28.466 27.174 28.194 27.016 C 27.923 26.857 27.615 26.778 27.274 26.778 C 26.932 26.778 26.617 26.859 26.346 27.019 C 26.074 27.181 25.864 27.403 25.713 27.688 C 25.563 27.972 25.488 28.299 25.488 28.671 C 25.488 29.042 25.564 29.369 25.717 29.653 C 25.869 29.938 26.082 30.161 26.353 30.322 C 26.624 30.482 26.936 30.563 27.289 30.563 C 27.642 30.563 27.946 30.477 28.217 30.303 C 28.488 30.13 28.696 29.889 28.838 29.581 L 28.317 29.342 C 28.221 29.558 28.082 29.727 27.899 29.848 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 32.377 26.866 L 31.654 26.866 L 30.133 28.508 L 30.133 25.421 L 29.562 25.421 L 29.562 30.478 L 30.133 30.478 L 30.133 29.299 L 30.663 28.725 L 31.812 30.478 L 32.519 30.478 L 31.041 28.315 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 35.209 25.421 L 34.602 25.421 L 34.602 30.478 L 37.566 30.478 L 37.566 29.922 L 35.209 29.922 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 41.131 27.725 C 40.997 27.426 40.809 27.194 40.567 27.028 C 40.324 26.861 40.036 26.779 39.703 26.779 C 39.369 26.779 39.056 26.86 38.792 27.021 C 38.527 27.183 38.321 27.405 38.17 27.689 C 38.02 27.974 37.945 28.301 37.945 28.672 C 37.945 29.043 38.02 29.37 38.17 29.655 C 38.321 29.939 38.529 30.162 38.796 30.323 C 39.063 30.484 39.369 30.565 39.717 30.565 C 39.964 30.565 40.189 30.527 40.391 30.45 C 40.594 30.373 40.77 30.265 40.92 30.125 C 41.07 29.986 41.19 29.823 41.281 29.635 L 40.788 29.382 C 40.692 29.579 40.559 29.739 40.384 29.858 C 40.21 29.979 39.998 30.039 39.745 30.039 C 39.507 30.039 39.295 29.985 39.109 29.877 C 38.924 29.769 38.779 29.611 38.678 29.403 C 38.591 29.227 38.543 29.018 38.53 28.781 L 41.332 28.781 C 41.332 28.376 41.266 28.025 41.132 27.726 Z M 39.142 27.429 C 39.316 27.337 39.5 27.291 39.696 27.291 C 39.891 27.291 40.072 27.337 40.224 27.429 C 40.376 27.52 40.498 27.651 40.588 27.819 C 40.663 27.957 40.703 28.116 40.718 28.295 L 38.567 28.295 C 38.582 28.113 38.631 27.952 38.72 27.814 C 38.827 27.648 38.967 27.52 39.142 27.428 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 44.14 26.978 C 43.923 26.846 43.648 26.779 43.314 26.779 C 43.095 26.779 42.9 26.812 42.728 26.877 C 42.557 26.943 42.406 27.036 42.278 27.159 C 42.151 27.281 42.041 27.428 41.949 27.595 L 42.464 27.797 C 42.554 27.624 42.669 27.497 42.81 27.418 C 42.95 27.338 43.118 27.298 43.313 27.298 C 43.527 27.298 43.701 27.346 43.835 27.443 C 43.968 27.54 44.065 27.681 44.127 27.866 C 44.171 27.994 44.197 28.149 44.21 28.325 L 43.212 28.325 C 42.779 28.325 42.441 28.422 42.201 28.618 C 41.961 28.813 41.84 29.094 41.84 29.46 C 41.84 29.807 41.958 30.079 42.194 30.273 C 42.43 30.468 42.758 30.566 43.177 30.566 C 43.596 30.566 43.915 30.421 44.134 30.13 C 44.166 30.086 44.197 30.039 44.225 29.99 L 44.249 30.481 L 44.778 30.481 L 44.785 28.523 C 44.789 28.141 44.737 27.823 44.627 27.565 C 44.518 27.308 44.355 27.113 44.138 26.98 Z M 44.098 29.544 C 44.015 29.71 43.896 29.838 43.743 29.926 C 43.591 30.016 43.413 30.06 43.208 30.06 C 42.96 30.06 42.768 30.006 42.63 29.898 C 42.492 29.79 42.423 29.642 42.423 29.454 C 42.423 29.247 42.494 29.089 42.634 28.978 C 42.775 28.867 43.011 28.811 43.344 28.811 L 44.223 28.811 L 44.223 28.955 C 44.223 29.181 44.18 29.377 44.098 29.544 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 46.408 27.44 C 46.531 27.347 46.703 27.3 46.922 27.3 C 47.127 27.3 47.3 27.337 47.444 27.408 C 47.587 27.479 47.688 27.598 47.752 27.762 L 48.252 27.539 C 48.194 27.385 48.104 27.25 47.981 27.137 C 47.857 27.024 47.709 26.937 47.538 26.874 C 47.366 26.812 47.177 26.78 46.967 26.78 C 46.529 26.78 46.2 26.876 45.977 27.066 C 45.757 27.257 45.646 27.523 45.646 27.864 C 45.646 28.086 45.736 28.285 45.917 28.46 C 46.098 28.636 46.35 28.767 46.675 28.854 L 47.018 28.948 C 47.237 29.006 47.402 29.08 47.514 29.173 C 47.626 29.265 47.681 29.385 47.681 29.534 C 47.681 29.697 47.605 29.824 47.452 29.914 C 47.299 30.003 47.112 30.047 46.888 30.047 C 46.693 30.047 46.514 29.998 46.353 29.895 C 46.191 29.794 46.069 29.662 45.989 29.498 L 45.488 29.707 C 45.546 29.861 45.639 30.003 45.771 30.134 C 45.902 30.265 46.065 30.369 46.26 30.448 C 46.455 30.528 46.685 30.568 46.946 30.568 C 47.208 30.568 47.423 30.525 47.618 30.441 C 47.813 30.357 47.968 30.235 48.082 30.076 C 48.196 29.916 48.253 29.729 48.253 29.513 C 48.253 29.349 48.213 29.194 48.133 29.05 C 48.051 28.907 47.933 28.777 47.775 28.663 C 47.618 28.55 47.423 28.464 47.189 28.407 L 46.832 28.314 C 46.633 28.261 46.481 28.191 46.378 28.107 C 46.276 28.023 46.225 27.932 46.225 27.837 C 46.225 27.668 46.287 27.537 46.41 27.443 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 49.353 25.304 C 49.258 25.304 49.175 25.34 49.103 25.409 C 49.031 25.479 48.996 25.564 48.996 25.665 C 48.996 25.766 49.033 25.846 49.103 25.919 C 49.175 25.991 49.258 26.027 49.353 26.027 C 49.453 26.027 49.537 25.99 49.606 25.919 C 49.675 25.846 49.71 25.762 49.71 25.665 C 49.71 25.569 49.675 25.479 49.606 25.409 C 49.537 25.34 49.453 25.304 49.353 25.304 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 49.629 26.866 L 49.059 26.866 L 49.059 30.478 L 49.629 30.478 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 53.105 26.948 C 52.898 26.834 52.653 26.779 52.372 26.779 C 52.077 26.779 51.825 26.852 51.616 26.995 C 51.467 27.099 51.343 27.236 51.245 27.405 L 51.215 26.864 L 50.68 26.864 L 50.68 30.477 L 51.25 30.477 L 51.25 28.605 C 51.25 28.196 51.338 27.878 51.512 27.655 C 51.686 27.43 51.929 27.319 52.244 27.319 C 52.426 27.319 52.587 27.355 52.729 27.425 C 52.873 27.494 52.984 27.624 53.065 27.812 C 53.147 27.999 53.186 28.272 53.186 28.628 L 53.186 30.478 L 53.757 30.478 L 53.757 28.454 C 53.761 28.055 53.706 27.732 53.59 27.486 C 53.473 27.24 53.311 27.061 53.103 26.948 Z\" fill=\"rgb(5,48,63)\"></path><path d=\"M 57.287 26.866 L 57.287 27.474 C 57.173 27.284 57.03 27.129 56.858 27.009 C 56.635 26.856 56.373 26.778 56.072 26.778 C 55.753 26.778 55.472 26.854 55.229 27.009 C 54.986 27.163 54.797 27.379 54.661 27.656 C 54.524 27.934 54.457 28.255 54.457 28.621 C 54.457 28.986 54.524 29.293 54.661 29.571 C 54.797 29.848 54.986 30.063 55.229 30.218 C 55.472 30.371 55.753 30.448 56.072 30.448 C 56.372 30.448 56.635 30.371 56.858 30.218 C 57.03 30.1 57.173 29.945 57.287 29.756 L 57.287 30.138 C 57.287 30.451 57.236 30.709 57.134 30.908 C 57.031 31.107 56.888 31.255 56.705 31.349 C 56.522 31.442 56.315 31.489 56.088 31.489 C 55.912 31.489 55.746 31.471 55.591 31.435 C 55.437 31.398 55.302 31.356 55.188 31.304 C 55.074 31.255 54.986 31.212 54.924 31.178 L 54.71 31.647 C 54.768 31.686 54.86 31.733 54.993 31.788 C 55.123 31.843 55.284 31.893 55.471 31.94 C 55.659 31.986 55.867 32.008 56.096 32.008 C 56.434 32.008 56.736 31.939 57.003 31.799 C 57.27 31.66 57.479 31.45 57.631 31.171 C 57.783 30.891 57.86 30.545 57.86 30.13 L 57.86 26.864 L 57.288 26.864 Z M 57.143 29.305 C 57.054 29.505 56.927 29.663 56.765 29.778 C 56.604 29.894 56.418 29.952 56.209 29.952 C 55.985 29.952 55.785 29.894 55.613 29.778 C 55.438 29.663 55.302 29.505 55.202 29.305 C 55.102 29.106 55.052 28.872 55.052 28.608 C 55.052 28.343 55.101 28.126 55.198 27.925 C 55.295 27.726 55.431 27.568 55.606 27.456 C 55.78 27.342 55.978 27.287 56.202 27.287 C 56.425 27.287 56.602 27.344 56.763 27.456 C 56.921 27.57 57.048 27.726 57.141 27.925 C 57.233 28.126 57.28 28.353 57.28 28.608 C 57.28 28.863 57.235 29.106 57.143 29.305 Z\" fill=\"rgb(5,48,63)\"></path></g></svg>',svgContentId:8728052442,withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6acc55\",\"data-framer-name\":\"x\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"i3Ppdgi5E\",onTap:onTap1cu94cq,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fbf29b\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"I246:501;3463:405169\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.6693 0.333496L0.335938 13.6668M0.335938 0.333496L13.6693 13.6668\" stroke=\"#05303F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-134ur6s\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"CHCxVp9Tt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eaYmn5z4e\"},nodeId:\"it3pT9OA5\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"Hyr av oss\"})})})}),className:\"framer-nmityc\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"it3pT9OA5\",style:{\"--extracted-r6o4lv\":\"rgb(1, 0, 5)\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hb47n1fZR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eaYmn5z4e\"},nodeId:\"it3pT9OA5\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"Hyr av oss\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RofSUEKvz\"},nodeId:\"zCGiAeKKJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"S\\xe4lj din fastighet till oss\"})})})}),className:\"framer-1rdyza6\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"zCGiAeKKJ\",style:{\"--extracted-r6o4lv\":\"rgb(1, 0, 5)\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hb47n1fZR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RofSUEKvz\"},nodeId:\"zCGiAeKKJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"S\\xe4lj din fastighet till oss\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VsdRAlMCr\"},nodeId:\"BdEWE7qZS\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"F\\xf6r kommuner\"})})})}),className:\"framer-1j5827e\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"BdEWE7qZS\",style:{\"--extracted-r6o4lv\":\"rgb(1, 0, 5)\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hb47n1fZR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VsdRAlMCr\"},nodeId:\"BdEWE7qZS\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"F\\xf6r kommuner\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JRcT6SNWw\"},nodeId:\"nmzmY4RzL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"Aktuella projekt\"})})})}),className:\"framer-jl3wxq\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"nmzmY4RzL\",style:{\"--extracted-r6o4lv\":\"rgb(1, 0, 5)\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hb47n1fZR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JRcT6SNWw\"},nodeId:\"nmzmY4RzL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"Aktuella projekt\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"H3UMOFPTG\"},nodeId:\"MvVKb3dbE\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"Om oss\"})})})}),className:\"framer-4yhvnr\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"MvVKb3dbE\",style:{\"--extracted-r6o4lv\":\"rgb(1, 0, 5)\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hb47n1fZR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"H3UMOFPTG\"},nodeId:\"MvVKb3dbE\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"Om oss\"})})})})}},baseVariant,gestureVariant)})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p4z6uf\",\"data-framer-name\":\"_Navigation actions\",layoutDependency:layoutDependency,layoutId:\"H_g749WqU\",children:[/*#__PURE__*/_jsx(MotionDivWithClick,{className:\"framer-fk97bo\",\"data-framer-name\":\"Text padding\",layoutDependency:layoutDependency,layoutId:\"Rl6RNqQ6L\",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\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{szISx0qH_:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(234, 236, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999}},...addPropertyOverrides({szISx0qH_:{\"data-border\":true,\"data-highlight\":true,onTap:onTap1cu94cq}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:Ej0TMZI5h,nodeId:\"WhRARwaKt\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"Kontakt\"})})})}),className:\"framer-1ph921n\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"WhRARwaKt\",style:{\"--extracted-r6o4lv\":\"rgb(1, 0, 5)\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hb47n1fZR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:/*#__PURE__*/_jsx(Link,{href:Ej0TMZI5h,nodeId:\"WhRARwaKt\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1dqit1t\",\"data-styles-preset\":\"XOt2RW4n3\",children:\"Kontakt\"})})})})},szISx0qH_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 0, 5))\"},children:\"Kontakt\"})})}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:\"/#homeForm\",nodeId:\"UtoU_L7Oc\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(MotionAWithHover,{className:\"framer-1rlvaeh framer-5598vq\",\"data-border\":true,\"data-framer-name\":\"Buttons/Button\",layoutDependency:layoutDependency,layoutId:\"UtoU_L7Oc\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(5, 48, 63)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(5, 48, 63)\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999,boxShadow:\"0px 1px 2px 0px rgba(16, 24, 40, 0.05000000074505806)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Kostnadsfri offert\"})}),className:\"framer-11rmh8p\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter Display-500\"],layoutDependency:layoutDependency,layoutId:\"OcwnfCptK\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hb47n1fZR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Kostnadsfri offert\"})})}},baseVariant,gestureVariant)})})})]})]})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rn1fem\",layoutDependency:layoutDependency,layoutId:\"ZZnt681g1\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:\"/#homeForm\",nodeId:\"vQiS2r6oo\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(MotionAWithHover,{className:\"framer-1w7d36l framer-5598vq\",\"data-border\":true,\"data-framer-name\":\"Text padding\",layoutDependency:layoutDependency,layoutId:\"vQiS2r6oo\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(234, 236, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(5, 48, 63)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},variants:{kzs7G_FGM:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},vDVdahdWn:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Intresseanm\\xe4lan\"})}),className:\"framer-1vu9rtp\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],layoutDependency:layoutDependency,layoutId:\"lXI1gxvTA\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kzs7G_FGM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Kom ig\\xe5ng\"})})},vDVdahdWn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Kom ig\\xe5ng\"})})}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1np62n9\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cgO1S_0uR\",onTap:onTapfyrt7,children:[isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-lvd2p5\",layoutDependency:layoutDependency,layoutId:\"kZmKOj6MU\",style:{backgroundColor:\"var(--token-de563908-78e6-4fe9-8827-b862789f520b, rgba(5, 48, 63, 0.8))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-oqln1r\",layoutDependency:layoutDependency,layoutId:\"NRSeF5G_L\",style:{backgroundColor:\"var(--token-de563908-78e6-4fe9-8827-b862789f520b, rgba(5, 48, 63, 0.8))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jde98t\",layoutDependency:layoutDependency,layoutId:\"vmw_5bJDr\",style:{backgroundColor:\"var(--token-de563908-78e6-4fe9-8827-b862789f520b, rgba(5, 48, 63, 0.8))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6gPpP.framer-5598vq, .framer-6gPpP .framer-5598vq { display: block; }\",\".framer-6gPpP.framer-kbspj { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; overflow: visible; padding: 0px 64px 0px 64px; position: relative; width: 1440px; }\",\".framer-6gPpP .framer-g75wjv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6gPpP .framer-1i2nuz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1312px; }\",\".framer-6gPpP .framer-1wdppz1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 53px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6gPpP .framer-r1bag8 { 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 2px 0px 4px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6gPpP .framer-1ltwd9c { flex: none; height: 32px; position: relative; width: 58px; }\",\".framer-6gPpP .framer-6acc55 { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-6gPpP .framer-1fbf29b { bottom: 11px; flex: none; left: 8px; position: absolute; right: 11px; top: 8px; }\",\".framer-6gPpP .framer-134ur6s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6gPpP .framer-nmityc, .framer-6gPpP .framer-1rdyza6, .framer-6gPpP .framer-1j5827e, .framer-6gPpP .framer-jl3wxq, .framer-6gPpP .framer-4yhvnr, .framer-6gPpP .framer-1ph921n, .framer-6gPpP .framer-11rmh8p, .framer-6gPpP .framer-1vu9rtp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6gPpP .framer-1p4z6uf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6gPpP .framer-fk97bo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 2px 0px 2px; position: relative; width: min-content; }\",\".framer-6gPpP .framer-1rlvaeh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-6gPpP .framer-1rn1fem { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 200px; min-width: 188px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6gPpP .framer-1w7d36l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 4px 17px 4px 17px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6gPpP .framer-1np62n9 { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6gPpP .framer-lvd2p5, .framer-6gPpP .framer-oqln1r { flex: none; height: 4px; overflow: visible; position: relative; width: 45px; }\",\".framer-6gPpP .framer-1jde98t { flex: none; height: 4px; overflow: visible; position: relative; width: 36px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6gPpP.framer-kbspj, .framer-6gPpP .framer-g75wjv, .framer-6gPpP .framer-1i2nuz, .framer-6gPpP .framer-1wdppz1, .framer-6gPpP .framer-r1bag8, .framer-6gPpP .framer-134ur6s, .framer-6gPpP .framer-1p4z6uf, .framer-6gPpP .framer-fk97bo, .framer-6gPpP .framer-1rlvaeh, .framer-6gPpP .framer-1rn1fem, .framer-6gPpP .framer-1w7d36l, .framer-6gPpP .framer-1np62n9 { gap: 0px; } .framer-6gPpP.framer-kbspj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6gPpP.framer-kbspj > :first-child, .framer-6gPpP .framer-1np62n9 > :first-child { margin-top: 0px; } .framer-6gPpP.framer-kbspj > :last-child, .framer-6gPpP .framer-1np62n9 > :last-child { margin-bottom: 0px; } .framer-6gPpP .framer-g75wjv > *, .framer-6gPpP .framer-r1bag8 > *, .framer-6gPpP .framer-1rn1fem > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6gPpP .framer-g75wjv > :first-child, .framer-6gPpP .framer-1i2nuz > :first-child, .framer-6gPpP .framer-1wdppz1 > :first-child, .framer-6gPpP .framer-r1bag8 > :first-child, .framer-6gPpP .framer-134ur6s > :first-child, .framer-6gPpP .framer-1p4z6uf > :first-child, .framer-6gPpP .framer-fk97bo > :first-child, .framer-6gPpP .framer-1rlvaeh > :first-child, .framer-6gPpP .framer-1rn1fem > :first-child, .framer-6gPpP .framer-1w7d36l > :first-child { margin-left: 0px; } .framer-6gPpP .framer-g75wjv > :last-child, .framer-6gPpP .framer-1i2nuz > :last-child, .framer-6gPpP .framer-1wdppz1 > :last-child, .framer-6gPpP .framer-r1bag8 > :last-child, .framer-6gPpP .framer-134ur6s > :last-child, .framer-6gPpP .framer-1p4z6uf > :last-child, .framer-6gPpP .framer-fk97bo > :last-child, .framer-6gPpP .framer-1rlvaeh > :last-child, .framer-6gPpP .framer-1rn1fem > :last-child, .framer-6gPpP .framer-1w7d36l > :last-child { margin-right: 0px; } .framer-6gPpP .framer-1i2nuz > *, .framer-6gPpP .framer-fk97bo > *, .framer-6gPpP .framer-1w7d36l > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6gPpP .framer-1wdppz1 > * { margin: 0px; margin-left: calc(53px / 2); margin-right: calc(53px / 2); } .framer-6gPpP .framer-134ur6s > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-6gPpP .framer-1p4z6uf > * { margin: 0px; margin-left: calc(19px / 2); margin-right: calc(19px / 2); } .framer-6gPpP .framer-1rlvaeh > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-6gPpP .framer-1np62n9 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }\",\".framer-6gPpP.framer-v-1s7j8di.framer-kbspj { width: 1200px; }\",\".framer-6gPpP.framer-v-1s7j8di .framer-1i2nuz { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-6gPpP.framer-v-1s7j8di .framer-1wdppz1 { flex: none; gap: 37px; height: 48px; width: 854px; }\",\".framer-6gPpP.framer-v-1s7j8di .framer-134ur6s { gap: 21px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6gPpP.framer-v-1s7j8di .framer-1i2nuz, .framer-6gPpP.framer-v-1s7j8di .framer-1wdppz1, .framer-6gPpP.framer-v-1s7j8di .framer-134ur6s { gap: 0px; } .framer-6gPpP.framer-v-1s7j8di .framer-1i2nuz > *, .framer-6gPpP.framer-v-1s7j8di .framer-1i2nuz > :first-child, .framer-6gPpP.framer-v-1s7j8di .framer-1i2nuz > :last-child { margin: 0px; } .framer-6gPpP.framer-v-1s7j8di .framer-1wdppz1 > * { margin: 0px; margin-left: calc(37px / 2); margin-right: calc(37px / 2); } .framer-6gPpP.framer-v-1s7j8di .framer-1wdppz1 > :first-child, .framer-6gPpP.framer-v-1s7j8di .framer-134ur6s > :first-child { margin-left: 0px; } .framer-6gPpP.framer-v-1s7j8di .framer-1wdppz1 > :last-child, .framer-6gPpP.framer-v-1s7j8di .framer-134ur6s > :last-child { margin-right: 0px; } .framer-6gPpP.framer-v-1s7j8di .framer-134ur6s > * { margin: 0px; margin-left: calc(21px / 2); margin-right: calc(21px / 2); } }\",\".framer-6gPpP.framer-v-1gl0hww.framer-kbspj { padding: 0px 24px 0px 24px; width: 878px; }\",\".framer-6gPpP.framer-v-1gl0hww .framer-1i2nuz { flex: 1 0 0px; width: 1px; }\",\".framer-6gPpP.framer-v-1gl0hww .framer-1wdppz1 { flex: none; gap: 26px; width: 75%; }\",\".framer-6gPpP.framer-v-1gl0hww .framer-134ur6s { gap: 12px; }\",\".framer-6gPpP.framer-v-1gl0hww .framer-1p4z6uf { gap: 8px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6gPpP.framer-v-1gl0hww .framer-1wdppz1, .framer-6gPpP.framer-v-1gl0hww .framer-134ur6s, .framer-6gPpP.framer-v-1gl0hww .framer-1p4z6uf { gap: 0px; } .framer-6gPpP.framer-v-1gl0hww .framer-1wdppz1 > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } .framer-6gPpP.framer-v-1gl0hww .framer-1wdppz1 > :first-child, .framer-6gPpP.framer-v-1gl0hww .framer-134ur6s > :first-child, .framer-6gPpP.framer-v-1gl0hww .framer-1p4z6uf > :first-child { margin-left: 0px; } .framer-6gPpP.framer-v-1gl0hww .framer-1wdppz1 > :last-child, .framer-6gPpP.framer-v-1gl0hww .framer-134ur6s > :last-child, .framer-6gPpP.framer-v-1gl0hww .framer-1p4z6uf > :last-child { margin-right: 0px; } .framer-6gPpP.framer-v-1gl0hww .framer-134ur6s > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-6gPpP.framer-v-1gl0hww .framer-1p4z6uf > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-6gPpP.framer-v-13cvi8v.framer-kbspj, .framer-6gPpP.framer-v-12vmtw5.framer-kbspj { align-content: center; align-items: center; flex-direction: row; gap: unset; height: min-content; justify-content: space-between; padding: 19px 20px 19px 20px; width: 390px; }\",\".framer-6gPpP.framer-v-13cvi8v .framer-g75wjv { justify-content: flex-start; order: 0; width: min-content; }\",\".framer-6gPpP.framer-v-13cvi8v .framer-1i2nuz, .framer-6gPpP.framer-v-12vmtw5 .framer-1i2nuz { width: min-content; }\",\".framer-6gPpP.framer-v-13cvi8v .framer-1wdppz1 { flex: none; gap: 52px; width: min-content; }\",\".framer-6gPpP.framer-v-13cvi8v .framer-1rn1fem, .framer-6gPpP.framer-v-12vmtw5 .framer-1rn1fem { min-height: unset; min-width: unset; order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6gPpP.framer-v-13cvi8v.framer-kbspj, .framer-6gPpP.framer-v-13cvi8v .framer-1wdppz1 { gap: 0px; } .framer-6gPpP.framer-v-13cvi8v.framer-kbspj > *, .framer-6gPpP.framer-v-13cvi8v.framer-kbspj > :first-child, .framer-6gPpP.framer-v-13cvi8v.framer-kbspj > :last-child { margin: 0px; } .framer-6gPpP.framer-v-13cvi8v .framer-1wdppz1 > * { margin: 0px; margin-left: calc(52px / 2); margin-right: calc(52px / 2); } .framer-6gPpP.framer-v-13cvi8v .framer-1wdppz1 > :first-child { margin-left: 0px; } .framer-6gPpP.framer-v-13cvi8v .framer-1wdppz1 > :last-child { margin-right: 0px; } }\",\".framer-6gPpP.framer-v-14z6xud.framer-kbspj { gap: unset; height: min-content; justify-content: space-between; padding: 19px 20px 19px 20px; width: 390px; }\",\".framer-6gPpP.framer-v-14z6xud .framer-1i2nuz { flex: 1 0 0px; flex-direction: column; gap: 38px; width: 1px; }\",\".framer-6gPpP.framer-v-14z6xud .framer-1wdppz1 { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 27px; width: 100%; }\",\".framer-6gPpP.framer-v-14z6xud .framer-r1bag8 { gap: unset; justify-content: space-between; padding: 0px; width: 100%; }\",\".framer-6gPpP.framer-v-14z6xud .framer-1ltwd9c { order: 0; }\",\".framer-6gPpP.framer-v-14z6xud .framer-6acc55 { order: 1; }\",\".framer-6gPpP.framer-v-14z6xud .framer-134ur6s { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; width: 100%; }\",\".framer-6gPpP.framer-v-14z6xud .framer-nmityc, .framer-6gPpP.framer-v-14z6xud .framer-1rdyza6, .framer-6gPpP.framer-v-14z6xud .framer-1j5827e, .framer-6gPpP.framer-v-14z6xud .framer-jl3wxq, .framer-6gPpP.framer-v-14z6xud .framer-4yhvnr { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6gPpP.framer-v-14z6xud .framer-1p4z6uf { flex-direction: column; width: 100%; }\",\".framer-6gPpP.framer-v-14z6xud .framer-fk97bo { cursor: pointer; order: 1; padding: 12px 2px 12px 2px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6gPpP.framer-v-14z6xud.framer-kbspj, .framer-6gPpP.framer-v-14z6xud .framer-1i2nuz, .framer-6gPpP.framer-v-14z6xud .framer-1wdppz1, .framer-6gPpP.framer-v-14z6xud .framer-r1bag8, .framer-6gPpP.framer-v-14z6xud .framer-134ur6s, .framer-6gPpP.framer-v-14z6xud .framer-1p4z6uf { gap: 0px; } .framer-6gPpP.framer-v-14z6xud.framer-kbspj > *, .framer-6gPpP.framer-v-14z6xud.framer-kbspj > :first-child, .framer-6gPpP.framer-v-14z6xud.framer-kbspj > :last-child, .framer-6gPpP.framer-v-14z6xud .framer-r1bag8 > *, .framer-6gPpP.framer-v-14z6xud .framer-r1bag8 > :first-child, .framer-6gPpP.framer-v-14z6xud .framer-r1bag8 > :last-child { margin: 0px; } .framer-6gPpP.framer-v-14z6xud .framer-1i2nuz > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-6gPpP.framer-v-14z6xud .framer-1i2nuz > :first-child, .framer-6gPpP.framer-v-14z6xud .framer-1wdppz1 > :first-child, .framer-6gPpP.framer-v-14z6xud .framer-134ur6s > :first-child, .framer-6gPpP.framer-v-14z6xud .framer-1p4z6uf > :first-child { margin-top: 0px; } .framer-6gPpP.framer-v-14z6xud .framer-1i2nuz > :last-child, .framer-6gPpP.framer-v-14z6xud .framer-1wdppz1 > :last-child, .framer-6gPpP.framer-v-14z6xud .framer-134ur6s > :last-child, .framer-6gPpP.framer-v-14z6xud .framer-1p4z6uf > :last-child { margin-bottom: 0px; } .framer-6gPpP.framer-v-14z6xud .framer-1wdppz1 > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-6gPpP.framer-v-14z6xud .framer-134ur6s > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6gPpP.framer-v-14z6xud .framer-1p4z6uf > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } }\",\".framer-6gPpP.framer-v-12vmtw5 .framer-g75wjv { order: 0; width: min-content; }\",\".framer-6gPpP.framer-v-12vmtw5 .framer-1wdppz1 { flex: none; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6gPpP.framer-v-12vmtw5.framer-kbspj { gap: 0px; } .framer-6gPpP.framer-v-12vmtw5.framer-kbspj > *, .framer-6gPpP.framer-v-12vmtw5.framer-kbspj > :first-child, .framer-6gPpP.framer-v-12vmtw5.framer-kbspj > :last-child { margin: 0px; } }\",...sharedStyle.css,'.framer-6gPpP[data-border=\"true\"]::after, .framer-6gPpP [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 80\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"iul5kUYcK\":{\"layout\":[\"fixed\",\"fixed\"]},\"hb47n1fZR\":{\"layout\":[\"fixed\",\"fixed\"]},\"vDVdahdWn\":{\"layout\":[\"fixed\",\"auto\"]},\"szISx0qH_\":{\"layout\":[\"fixed\",\"auto\"]},\"kzs7G_FGM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Ej0TMZI5h\":\"product\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxuQTu9AS4=withCSS(Component,css,\"framer-6gPpP\");export default FramerxuQTu9AS4;FramerxuQTu9AS4.displayName=\"Nav bar\";FramerxuQTu9AS4.defaultProps={height:80,width:1440};addPropertyControls(FramerxuQTu9AS4,{variant:{options:[\"v4LZEu13P\",\"iul5kUYcK\",\"hb47n1fZR\",\"vDVdahdWn\",\"szISx0qH_\",\"kzs7G_FGM\"],optionTitles:[\"Desktop\",\"Desktop 2\",\"Tablet\",\"Phone\",\"Phone Open\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},Ej0TMZI5h:{title:\"Product\",type:ControlType.Link}});addFonts(FramerxuQTu9AS4,[{explicitInter:true,fonts:[{family:\"Inter Display\",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/2uIBiALfCHVpWbHqRMZutfT7giU.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Zwfz6xbVe5pmcWRJRgBDHnMkOkI.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/U9LaDDmbRhzX3sB8g8glTy5feTE.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tVew2LzXJ1t7QfxP1gdTIdj2o0g.woff2\",weight:\"400\"},{family:\"Inter Display\",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/DF7bjCRmStYPqSb945lAlMfCCVQ.woff2\",weight:\"400\"},{family:\"Inter Display\",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/nCpxWS6DaPlPe0lHzStXAPCo3lw.woff2\",weight:\"400\"},{family:\"Inter Display\",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/vebZUMjGyKkYsfcY73iwWTzLNag.woff2\",weight:\"400\"},{family:\"Inter Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxuQTu9AS4\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iul5kUYcK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hb47n1fZR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vDVdahdWn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"szISx0qH_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kzs7G_FGM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"80\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Ej0TMZI5h\\\":\\\"product\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xuQTu9AS4.map"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "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", "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", "_ref_current", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "EmbedFonts", "getFonts", "Embed", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition2", "animation3", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaptxyyif", "overlay", "loadMore", "args", "ref1", "pe", "isDisplayed", "ref2", "ref3", "ref4", "ref5", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "l", "SVG", "AnimatePresence", "Floating", "ComponentViewportProvider", "overlay1", "Link", "css", "Frameru0aWORmsS", "withCSS", "u0aWORmsS_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "centerContent", "defaultContainerStyles", "centerContent", "useStore", "createStore", "withHover", "Component", "props", "timeoutVar", "setTimeoutVar", "useStore", "window", "fullUrl", "baseUrl", "fullUrlWithoutHash", "hasSpecificHash", "formCard", "p", "time", "useStore", "createStore", "withClick", "Component", "props", "handleClick", "targetElement", "p", "MotionDivWithClick", "withClick", "motion", "MotionAWithHover", "withHover", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "product", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Variants", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Ej0TMZI5h", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1cu94cq", "args", "onTapfyrt7", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "RichText2", "css", "FramerxuQTu9AS4", "withCSS", "xuQTu9AS4_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
