{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js", "ssg:https://framerusercontent.com/modules/iCbMJpCSmQnCuIrNU2sA/wk66VGMFt6h8D3BXoCf1/B9vb8My98.js", "ssg:https://framerusercontent.com/modules/mv8DwEqSLHWyExOULn7Y/Hdh7Z8pTDoDjXFa4zlnT/M0PzKq_Mn.js", "ssg:https://framerusercontent.com/modules/wHloLjaPZV49J1R2c5Lo/CZOGltBnaUXhSnU4x4e1/fC3XP6XwI.js", "ssg:https://framerusercontent.com/modules/vMZH9b3wO8lYQgX29CQV/FPFo8XShXnn64wYChrdW/gzJsb0rJO.js", "ssg:https://framerusercontent.com/modules/3UxmXfhLAFVsptTNhcEW/uZT4fiTAwqv3HkX5CMJH/hUQ9wIaiM.js", "ssg:https://framerusercontent.com/modules/2vBCFzhAj3S9n1D4n2le/Yjw9HCPQK3YCWR06AKgt/K8ZKKHz0w.js", "ssg:https://framerusercontent.com/modules/qS6F8ePiUDAAall70zth/APOlvsVKcrTw2zm1wYBm/C95vFtWaJ.js", "ssg:https://framerusercontent.com/modules/3AcL8MNyhnaqzQELrdB6/CvodMHWNXhl2h0RMqxIP/E13wq2cgN.js", "ssg:https://framerusercontent.com/modules/9k7ZDuDGxt5rWYxHsVF5/etiT7JJIiWYZIwkPcE2y/Mhb1wiPWK.js", "ssg:https://framerusercontent.com/modules/5et4ZBXfWQKiEBObdYMg/3vJoEK8pj4oRXNevuhcl/YWrncmdAs.js", "ssg:https://framerusercontent.com/modules/lCFqQxDQCJbEfW8IU25H/Kq8ALHBxqA9KJ8BpmBCK/ZrUpmM_QC.js", "ssg:https://framerusercontent.com/modules/vHJFT8yWk2nt7BXnMxmK/4AdYfgow957qiTF4yIdg/YKBgW73gq.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,zoom,radius,border,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,zoom:zoom,radius:radius,border:border,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}},border:{title:\"Border\",type:ControlType.Border,optional:true,hidden(props){return props.type!==\"url\";}},radius:{type:ControlType.BorderRadius,title:\"Radius\",hidden(props){return props.type!==\"url\";}},zoom:{title:\"Zoom\",defaultValue:1,type:ControlType.Number,hidden(props){return props.type!==\"url\";},min:.1,max:1,step:.1,displayStepper:true}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,zoom,radius,border,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style,...border,zoom:zoom,borderRadius:radius,transformOrigin:\"top center\"},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{const iframeWindow=ref.current?.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow?.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerIntrinsicWidth\":\"600\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Outfit-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{family:\"Outfit\",moduleAsset:{localModuleIdentifier:\"local-module:css/B9vb8My98:default\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4G-EiAou6Y.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4G-EiAou6Y.ttf\",weight:\"500\"}];export const css=['.framer-VWdzO .framer-styles-preset-17psbun:not(.rich-text-wrapper), .framer-VWdzO .framer-styles-preset-17psbun.rich-text-wrapper p { --framer-font-family: \"Outfit\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, #181c39); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 991px) and (min-width: 768px) { .framer-VWdzO .framer-styles-preset-17psbun:not(.rich-text-wrapper), .framer-VWdzO .framer-styles-preset-17psbun.rich-text-wrapper p { --framer-font-family: \"Outfit\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, #181c39); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-VWdzO .framer-styles-preset-17psbun:not(.rich-text-wrapper), .framer-VWdzO .framer-styles-preset-17psbun.rich-text-wrapper p { --framer-font-family: \"Outfit\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, #181c39); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-VWdzO\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Outfit-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{family:\"Outfit\",moduleAsset:{localModuleIdentifier:\"local-module:css/M0PzKq_Mn:default\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4G-EiAou6Y.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4G-EiAou6Y.ttf\",weight:\"400\"}];export const css=['.framer-l38as .framer-styles-preset-1nye3w9:not(.rich-text-wrapper), .framer-l38as .framer-styles-preset-1nye3w9.rich-text-wrapper p { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, #181c39); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 991px) and (min-width: 768px) { .framer-l38as .framer-styles-preset-1nye3w9:not(.rich-text-wrapper), .framer-l38as .framer-styles-preset-1nye3w9.rich-text-wrapper p { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, #181c39); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-l38as .framer-styles-preset-1nye3w9:not(.rich-text-wrapper), .framer-l38as .framer-styles-preset-1nye3w9.rich-text-wrapper p { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, #181c39); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-l38as\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/iCbMJpCSmQnCuIrNU2sA/wk66VGMFt6h8D3BXoCf1/B9vb8My98.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/32UxhCjC1SixKnXmv1Uu/nPKlvUQf9nBYnriiqQKp/cfTGOfvZv.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/mv8DwEqSLHWyExOULn7Y/Hdh7Z8pTDoDjXFa4zlnT/M0PzKq_Mn.js\";const FeatherFonts=getFonts(Feather);const HeroFonts=getFonts(Hero);const cycleOrder=[\"Qcow2sDvP\",\"isOVu5tt6\",\"bUaGB0o1n\",\"E86UwmcY8\"];const serializationHash=\"framer-8hpmC\";const variantClassNames={bUaGB0o1n:\"framer-v-hefkxi\",E86UwmcY8:\"framer-v-1v4kj1r\",isOVu5tt6:\"framer-v-1ndm12\",Qcow2sDvP:\"framer-v-b43s7m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Medium 02\":\"E86UwmcY8\",Defaut:\"Qcow2sDvP\",Large:\"isOVu5tt6\",medium:\"bUaGB0o1n\"};const getProps=({height,iconColor,id,text,textColor,width,...props})=>{return{...props,EdCMzIFca:iconColor??props.EdCMzIFca??\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(79, 90, 86))\",HW0XuSnZK:text??props.HW0XuSnZK??\"No Credit Card Required\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Qcow2sDvP\",xkufnexMu:textColor??props.xkufnexMu??\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(79, 90, 86))\"};};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,HW0XuSnZK,xkufnexMu,EdCMzIFca,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Qcow2sDvP\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"bUaGB0o1n\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"bUaGB0o1n\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-b43s7m\",className,classNames),\"data-framer-name\":\"Defaut\",layoutDependency:layoutDependency,layoutId:\"Qcow2sDvP\",ref:ref??ref1,style:{...style},...addPropertyOverrides({bUaGB0o1n:{\"data-framer-name\":\"medium\"},E86UwmcY8:{\"data-framer-name\":\"Medium 02\"},isOVu5tt6:{\"data-framer-name\":\"Large\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16mbsol-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"qj4RwEd_l-container\",nodeId:\"qj4RwEd_l\",rendersWithMotion:true,scopeId:\"fC3XP6XwI\",children:/*#__PURE__*/_jsx(Feather,{color:EdCMzIFca,height:\"100%\",iconSearch:\"Home\",iconSelection:\"check\",id:\"qj4RwEd_l\",layoutId:\"qj4RwEd_l\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7unuux-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pO_S7vO6S-container\",nodeId:\"pO_S7vO6S\",rendersWithMotion:true,scopeId:\"fC3XP6XwI\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-88bafe50-88d2-4e0d-a38f-fa92c1938e4d, rgb(255, 130, 92))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",id:\"pO_S7vO6S\",layoutId:\"pO_S7vO6S\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-i88e0r\",\"data-styles-preset\":\"cfTGOfvZv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-xkufnexMu-fC3XP6XwI))\"},children:\"No Credit Card Required\"})}),className:\"framer-kwchi3\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rq2YusxU1\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-xkufnexMu-fC3XP6XwI)\",\"--variable-reference-xkufnexMu-fC3XP6XwI\":xkufnexMu},text:HW0XuSnZK,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({E86UwmcY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-xkufnexMu-fC3XP6XwI))\"},children:\"No Credit Card Required\"})})},isOVu5tt6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17psbun\",\"data-styles-preset\":\"B9vb8My98\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-xkufnexMu-fC3XP6XwI))\"},children:\"No Credit Card Required\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8hpmC.framer-rw4kq5, .framer-8hpmC .framer-rw4kq5 { display: block; }\",\".framer-8hpmC.framer-b43s7m { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 218px; }\",\".framer-8hpmC .framer-16mbsol-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-8hpmC .framer-7unuux-container { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-8hpmC .framer-kwchi3 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8hpmC.framer-b43s7m { gap: 0px; } .framer-8hpmC.framer-b43s7m > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-8hpmC.framer-b43s7m > :first-child { margin-left: 0px; } .framer-8hpmC.framer-b43s7m > :last-child { margin-right: 0px; } }\",\".framer-8hpmC.framer-v-1ndm12.framer-b43s7m, .framer-8hpmC.framer-v-1v4kj1r.framer-b43s7m { gap: 12px; width: 254px; }\",\".framer-8hpmC.framer-v-1ndm12 .framer-16mbsol-container { height: 24px; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8hpmC.framer-v-1ndm12.framer-b43s7m { gap: 0px; } .framer-8hpmC.framer-v-1ndm12.framer-b43s7m > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-8hpmC.framer-v-1ndm12.framer-b43s7m > :first-child { margin-left: 0px; } .framer-8hpmC.framer-v-1ndm12.framer-b43s7m > :last-child { margin-right: 0px; } }\",\".framer-8hpmC.framer-v-hefkxi.framer-b43s7m { gap: 6px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8hpmC.framer-v-hefkxi.framer-b43s7m { gap: 0px; } .framer-8hpmC.framer-v-hefkxi.framer-b43s7m > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-8hpmC.framer-v-hefkxi.framer-b43s7m > :first-child { margin-left: 0px; } .framer-8hpmC.framer-v-hefkxi.framer-b43s7m > :last-child { margin-right: 0px; } }\",\".framer-8hpmC.framer-v-1v4kj1r .framer-16mbsol-container { height: 20px; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8hpmC.framer-v-1v4kj1r.framer-b43s7m { gap: 0px; } .framer-8hpmC.framer-v-1v4kj1r.framer-b43s7m > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-8hpmC.framer-v-1v4kj1r.framer-b43s7m > :first-child { margin-left: 0px; } .framer-8hpmC.framer-v-1v4kj1r.framer-b43s7m > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 27\n * @framerIntrinsicWidth 218\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"isOVu5tt6\":{\"layout\":[\"fixed\",\"auto\"]},\"bUaGB0o1n\":{\"layout\":[\"fixed\",\"auto\"]},\"E86UwmcY8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"HW0XuSnZK\":\"text\",\"xkufnexMu\":\"textColor\",\"EdCMzIFca\":\"iconColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfC3XP6XwI=withCSS(Component,css,\"framer-8hpmC\");export default FramerfC3XP6XwI;FramerfC3XP6XwI.displayName=\"List Item\";FramerfC3XP6XwI.defaultProps={height:27,width:218};addPropertyControls(FramerfC3XP6XwI,{variant:{options:[\"Qcow2sDvP\",\"isOVu5tt6\",\"bUaGB0o1n\",\"E86UwmcY8\"],optionTitles:[\"Defaut\",\"Large\",\"medium\",\"Medium 02\"],title:\"Variant\",type:ControlType.Enum},HW0XuSnZK:{defaultValue:\"No Credit Card Required\",displayTextArea:false,title:\"Text\",type:ControlType.String},xkufnexMu:{defaultValue:\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(79, 90, 86))\",title:\"Text Color\",type:ControlType.Color},EdCMzIFca:{defaultValue:'var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(79, 90, 86)) /* {\"name\":\"Neutral / 03\"} */',title:\"Icon Color\",type:ControlType.Color}});addFonts(FramerfC3XP6XwI,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FeatherFonts,...HeroFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfC3XP6XwI\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"HW0XuSnZK\\\":\\\"text\\\",\\\"xkufnexMu\\\":\\\"textColor\\\",\\\"EdCMzIFca\\\":\\\"iconColor\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"27\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"isOVu5tt6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bUaGB0o1n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"E86UwmcY8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"218\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fC3XP6XwI.map", "// Generated by Framer (b62c1c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={bfEfAhBue:{hover:true},E5p1HIboX:{hover:true},mimYpm0Sb:{hover:true},NLJgYBmAV:{hover:true},seLomHz1N:{hover:true},StBXAAuEY:{hover:true},t90qngnGI:{hover:true},xPUXJVB23:{hover:true}};const cycleOrder=[\"xPUXJVB23\",\"seLomHz1N\",\"gUXgt7tlb\",\"StBXAAuEY\",\"mimYpm0Sb\",\"bfEfAhBue\",\"NLJgYBmAV\",\"E5p1HIboX\",\"LV5QeHbfW\",\"t90qngnGI\"];const serializationHash=\"framer-YoGs0\";const variantClassNames={bfEfAhBue:\"framer-v-cgsxww\",E5p1HIboX:\"framer-v-3926jw\",gUXgt7tlb:\"framer-v-1x70z6k\",LV5QeHbfW:\"framer-v-8cpbu0\",mimYpm0Sb:\"framer-v-ko9nch\",NLJgYBmAV:\"framer-v-1i91s0n\",seLomHz1N:\"framer-v-186un3e\",StBXAAuEY:\"framer-v-g0dqlz\",t90qngnGI:\"framer-v-1vf3786\",xPUXJVB23:\"framer-v-zm5yzi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Primary - Hover - Green\":\"E5p1HIboX\",\"Primary - Hover - Orange\":\"t90qngnGI\",\"Primary - Small\":\"gUXgt7tlb\",\"Primary Black Small\":\"NLJgYBmAV\",\"Primary Outlined 02\":\"StBXAAuEY\",\"Primary Outlined Small\":\"mimYpm0Sb\",\"Primary Outlined\":\"seLomHz1N\",\"Secondary - Small\":\"LV5QeHbfW\",Primary:\"xPUXJVB23\",Secondary:\"bfEfAhBue\"};const getProps=({height,iconVisible,id,link,newTab,smoothScroll,text,width,...props})=>{return{...props,A2dWUqqQh:text??props.A2dWUqqQh??\"Get Started Now\",DnytOe0Z8:link??props.DnytOe0Z8,Fben7NVCN:iconVisible??props.Fben7NVCN,oSfNN4wFr:newTab??props.oSfNN4wFr,v8ArQOg02:smoothScroll??props.v8ArQOg02,variant:humanReadableVariantMap[props.variant]??props.variant??\"xPUXJVB23\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,A2dWUqqQh,DnytOe0Z8,oSfNN4wFr,v8ArQOg02,Fben7NVCN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xPUXJVB23\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:DnytOe0Z8,motionChild:true,nodeId:\"xPUXJVB23\",openInNewTab:oSfNN4wFr,scopeId:\"gzJsb0rJO\",smoothScroll:v8ArQOg02,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-zm5yzi\",className,classNames)} framer-6kdygi`,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"xPUXJVB23\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-d6c5d1c4-4b70-4391-adfa-cf6268a49343, rgb(88, 105, 252))\",borderBottomLeftRadius:58,borderBottomRightRadius:58,borderTopLeftRadius:58,borderTopRightRadius:58,...style},variants:{\"bfEfAhBue-hover\":{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},\"E5p1HIboX-hover\":{backgroundColor:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},\"mimYpm0Sb-hover\":{backgroundColor:\"rgb(24, 28, 57)\"},\"seLomHz1N-hover\":{\"--border-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(40, 114, 78))\"},\"StBXAAuEY-hover\":{\"--border-color\":\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\",backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},\"xPUXJVB23-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},bfEfAhBue:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},E5p1HIboX:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},gUXgt7tlb:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},LV5QeHbfW:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},mimYpm0Sb:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(24, 28, 57, 0)\"},NLJgYBmAV:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(12, 30, 27))\"},seLomHz1N:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},StBXAAuEY:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(24, 28, 57, 0)\"},t90qngnGI:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({\"bfEfAhBue-hover\":{\"data-framer-name\":undefined},\"E5p1HIboX-hover\":{\"data-framer-name\":undefined},\"mimYpm0Sb-hover\":{\"data-framer-name\":undefined},\"NLJgYBmAV-hover\":{\"data-framer-name\":undefined},\"seLomHz1N-hover\":{\"data-framer-name\":undefined},\"StBXAAuEY-hover\":{\"data-framer-name\":undefined},\"t90qngnGI-hover\":{\"data-framer-name\":undefined},\"xPUXJVB23-hover\":{\"data-framer-name\":undefined},bfEfAhBue:{\"data-framer-name\":\"Secondary\"},E5p1HIboX:{\"data-framer-name\":\"Primary - Hover - Green\"},gUXgt7tlb:{\"data-framer-name\":\"Primary - Small\"},LV5QeHbfW:{\"data-framer-name\":\"Secondary - Small\"},mimYpm0Sb:{\"data-border\":true,\"data-framer-name\":\"Primary Outlined Small\"},NLJgYBmAV:{\"data-framer-name\":\"Primary Black Small\"},seLomHz1N:{\"data-border\":true,\"data-framer-name\":\"Primary Outlined\"},StBXAAuEY:{\"data-border\":true,\"data-framer-name\":\"Primary Outlined 02\"},t90qngnGI:{\"data-framer-name\":\"Primary - Hover - Orange\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ll02nl\",layoutDependency:layoutDependency,layoutId:\"TSSL2gv6M\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{\"bfEfAhBue-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"E5p1HIboX-hover\":{backgroundColor:\"rgb(255, 255, 255)\"},\"mimYpm0Sb-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"NLJgYBmAV-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"seLomHz1N-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"StBXAAuEY-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"xPUXJVB23-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},LV5QeHbfW:{backgroundColor:\"rgb(255, 255, 255)\"},t90qngnGI:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255)))\"},children:\"Get Started Now\"})}),className:\"framer-er87m7\",\"data-framer-name\":\"Text\",fonts:[\"GF;Outfit-500\"],layoutDependency:layoutDependency,layoutId:\"XsbbQlacx\",style:{\"--extracted-r6o4lv\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:A2dWUqqQh,variants:{\"bfEfAhBue-hover\":{\"--extracted-r6o4lv\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},\"mimYpm0Sb-hover\":{\"--extracted-r6o4lv\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},\"NLJgYBmAV-hover\":{\"--extracted-r6o4lv\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(12, 30, 27))\"},\"seLomHz1N-hover\":{\"--extracted-r6o4lv\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},\"StBXAAuEY-hover\":{\"--extracted-r6o4lv\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},bfEfAhBue:{\"--extracted-r6o4lv\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},LV5QeHbfW:{\"--extracted-r6o4lv\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},mimYpm0Sb:{\"--extracted-r6o4lv\":\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},seLomHz1N:{\"--extracted-r6o4lv\":\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(28, 65, 51))\"},StBXAAuEY:{\"--extracted-r6o4lv\":\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"bfEfAhBue-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255)))\"},children:\"Get Started Now\"})})},\"mimYpm0Sb-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255)))\"},children:\"Get Started Now\"})})},\"NLJgYBmAV-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(12, 30, 27)))\"},children:\"Get Started Now\"})})},\"seLomHz1N-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255)))\"},children:\"Get Started Now\"})})},\"StBXAAuEY-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255)))\"},children:\"Get Started Now\"})})},bfEfAhBue:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"Get Started Now\"})})},LV5QeHbfW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"Get Started Now\"})})},mimYpm0Sb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57)))\"},children:\"Get Started Now\"})})},seLomHz1N:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(28, 65, 51)))\"},children:\"Get Started Now\"})})},StBXAAuEY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTUwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57)))\"},children:\"Get Started Now\"})})}},baseVariant,gestureVariant)}),Fben7NVCN&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-14na14p\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"tIDOu7PG9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-csfq8k-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"A94kNVfco-container\",nodeId:\"A94kNVfco\",rendersWithMotion:true,scopeId:\"gzJsb0rJO\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-right\",id:\"A94kNVfco\",layoutId:\"A94kNVfco\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"E5p1HIboX-hover\":{color:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},\"mimYpm0Sb-hover\":{color:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},\"NLJgYBmAV-hover\":{color:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},\"seLomHz1N-hover\":{color:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},\"StBXAAuEY-hover\":{color:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},bfEfAhBue:{color:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},LV5QeHbfW:{color:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},mimYpm0Sb:{color:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},seLomHz1N:{color:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(28, 65, 51))\"},StBXAAuEY:{color:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dcpzlg\",\"data-framer-name\":\"Hover Fill\",layoutDependency:layoutDependency,layoutId:\"gVOrNlG0d\",style:{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500},variants:{\"bfEfAhBue-hover\":{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},\"E5p1HIboX-hover\":{backgroundColor:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},\"NLJgYBmAV-hover\":{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},\"seLomHz1N-hover\":{backgroundColor:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(1, 89, 65))\"},bfEfAhBue:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},E5p1HIboX:{backgroundColor:\"var(--token-b5d809c3-b32e-425c-a29d-dfe75fa704aa, rgb(179, 252, 106))\"},t90qngnGI:{backgroundColor:\"var(--token-88bafe50-88d2-4e0d-a38f-fa92c1938e4d, rgb(255, 130, 92))\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YoGs0.framer-6kdygi, .framer-YoGs0 .framer-6kdygi { display: block; }\",\".framer-YoGs0.framer-zm5yzi { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-YoGs0 .framer-ll02nl { 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: 16px 24px 16px 24px; position: relative; width: min-content; }\",\".framer-YoGs0 .framer-er87m7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 5; }\",\".framer-YoGs0 .framer-14na14p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 19px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 16px; }\",\".framer-YoGs0 .framer-csfq8k-container { bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: 16px; z-index: 5; }\",\".framer-YoGs0 .framer-1dcpzlg { bottom: -64px; flex: none; height: 64px; left: -64px; overflow: visible; position: absolute; width: 64px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YoGs0.framer-zm5yzi, .framer-YoGs0 .framer-ll02nl, .framer-YoGs0 .framer-14na14p { gap: 0px; } .framer-YoGs0.framer-zm5yzi > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-YoGs0.framer-zm5yzi > :first-child, .framer-YoGs0 .framer-ll02nl > :first-child, .framer-YoGs0 .framer-14na14p > :first-child { margin-left: 0px; } .framer-YoGs0.framer-zm5yzi > :last-child, .framer-YoGs0 .framer-ll02nl > :last-child, .framer-YoGs0 .framer-14na14p > :last-child { margin-right: 0px; } .framer-YoGs0 .framer-ll02nl > *, .framer-YoGs0 .framer-14na14p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-YoGs0.framer-v-1x70z6k .framer-ll02nl, .framer-YoGs0.framer-v-1i91s0n .framer-ll02nl, .framer-YoGs0.framer-v-8cpbu0 .framer-ll02nl { gap: 4px; padding: 12px 16px 12px 16px; }\",\".framer-YoGs0.framer-v-1x70z6k .framer-14na14p, .framer-YoGs0.framer-v-ko9nch .framer-14na14p, .framer-YoGs0.framer-v-1i91s0n .framer-14na14p { height: 14px; width: 14px; }\",\".framer-YoGs0.framer-v-1x70z6k .framer-csfq8k-container, .framer-YoGs0.framer-v-ko9nch .framer-csfq8k-container, .framer-YoGs0.framer-v-1i91s0n .framer-csfq8k-container { bottom: -1px; left: unset; right: -2px; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YoGs0.framer-v-1x70z6k .framer-ll02nl { gap: 0px; } .framer-YoGs0.framer-v-1x70z6k .framer-ll02nl > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-YoGs0.framer-v-1x70z6k .framer-ll02nl > :first-child { margin-left: 0px; } .framer-YoGs0.framer-v-1x70z6k .framer-ll02nl > :last-child { margin-right: 0px; } }\",\".framer-YoGs0.framer-v-g0dqlz .framer-ll02nl { padding: 16px 37px 16px 37px; }\",\".framer-YoGs0.framer-v-ko9nch .framer-ll02nl { gap: 4px; padding: 12px 14px 12px 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YoGs0.framer-v-ko9nch .framer-ll02nl { gap: 0px; } .framer-YoGs0.framer-v-ko9nch .framer-ll02nl > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-YoGs0.framer-v-ko9nch .framer-ll02nl > :first-child { margin-left: 0px; } .framer-YoGs0.framer-v-ko9nch .framer-ll02nl > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YoGs0.framer-v-1i91s0n .framer-ll02nl { gap: 0px; } .framer-YoGs0.framer-v-1i91s0n .framer-ll02nl > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-YoGs0.framer-v-1i91s0n .framer-ll02nl > :first-child { margin-left: 0px; } .framer-YoGs0.framer-v-1i91s0n .framer-ll02nl > :last-child { margin-right: 0px; } }\",\".framer-YoGs0.framer-v-8cpbu0 .framer-csfq8k-container { bottom: -2px; left: unset; right: -2px; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YoGs0.framer-v-8cpbu0 .framer-ll02nl { gap: 0px; } .framer-YoGs0.framer-v-8cpbu0 .framer-ll02nl > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-YoGs0.framer-v-8cpbu0 .framer-ll02nl > :first-child { margin-left: 0px; } .framer-YoGs0.framer-v-8cpbu0 .framer-ll02nl > :last-child { margin-right: 0px; } }\",\".framer-YoGs0.framer-v-zm5yzi.hover .framer-er87m7, .framer-YoGs0.framer-v-g0dqlz.hover .framer-er87m7, .framer-YoGs0.framer-v-ko9nch.hover .framer-er87m7, .framer-YoGs0.framer-v-cgsxww.hover .framer-er87m7, .framer-YoGs0.framer-v-1i91s0n.hover .framer-er87m7 { z-index: 1; }\",\".framer-YoGs0.framer-v-zm5yzi.hover .framer-1dcpzlg, .framer-YoGs0.framer-v-186un3e.hover .framer-1dcpzlg, .framer-YoGs0.framer-v-g0dqlz.hover .framer-1dcpzlg, .framer-YoGs0.framer-v-ko9nch.hover .framer-1dcpzlg, .framer-YoGs0.framer-v-cgsxww.hover .framer-1dcpzlg, .framer-YoGs0.framer-v-1i91s0n.hover .framer-1dcpzlg, .framer-YoGs0.framer-v-3926jw.hover .framer-1dcpzlg, .framer-YoGs0.framer-v-1vf3786.hover .framer-1dcpzlg { height: unset; right: -64px; top: -64px; width: unset; }\",\".framer-YoGs0.framer-v-186un3e.hover .framer-er87m7, .framer-YoGs0.framer-v-3926jw.hover .framer-er87m7 { z-index: 2; }\",\".framer-YoGs0.framer-v-ko9nch.hover .framer-csfq8k-container, .framer-YoGs0.framer-v-1i91s0n.hover .framer-csfq8k-container { left: unset; }\",'.framer-YoGs0[data-border=\"true\"]::after, .framer-YoGs0 [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 56\n * @framerIntrinsicWidth 168\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"seLomHz1N\":{\"layout\":[\"auto\",\"auto\"]},\"gUXgt7tlb\":{\"layout\":[\"auto\",\"auto\"]},\"StBXAAuEY\":{\"layout\":[\"auto\",\"auto\"]},\"mimYpm0Sb\":{\"layout\":[\"auto\",\"auto\"]},\"bfEfAhBue\":{\"layout\":[\"auto\",\"auto\"]},\"NLJgYBmAV\":{\"layout\":[\"auto\",\"auto\"]},\"E5p1HIboX\":{\"layout\":[\"auto\",\"auto\"]},\"LV5QeHbfW\":{\"layout\":[\"auto\",\"auto\"]},\"t90qngnGI\":{\"layout\":[\"auto\",\"auto\"]},\"lIdnDwUFS\":{\"layout\":[\"auto\",\"auto\"]},\"QBy3wMcKE\":{\"layout\":[\"auto\",\"auto\"]},\"unfq0PHNy\":{\"layout\":[\"auto\",\"auto\"]},\"mHp9QeRPF\":{\"layout\":[\"auto\",\"auto\"]},\"i7SthVHIm\":{\"layout\":[\"auto\",\"auto\"]},\"fUQVKKFb7\":{\"layout\":[\"auto\",\"auto\"]},\"fyAFOK7Vv\":{\"layout\":[\"auto\",\"auto\"]},\"WEd0QBMNd\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"A2dWUqqQh\":\"text\",\"DnytOe0Z8\":\"link\",\"oSfNN4wFr\":\"newTab\",\"v8ArQOg02\":\"smoothScroll\",\"Fben7NVCN\":\"iconVisible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergzJsb0rJO=withCSS(Component,css,\"framer-YoGs0\");export default FramergzJsb0rJO;FramergzJsb0rJO.displayName=\"Button 2\";FramergzJsb0rJO.defaultProps={height:56,width:168};addPropertyControls(FramergzJsb0rJO,{variant:{options:[\"xPUXJVB23\",\"seLomHz1N\",\"gUXgt7tlb\",\"StBXAAuEY\",\"mimYpm0Sb\",\"bfEfAhBue\",\"NLJgYBmAV\",\"E5p1HIboX\",\"LV5QeHbfW\",\"t90qngnGI\"],optionTitles:[\"Primary\",\"Primary Outlined\",\"Primary - Small\",\"Primary Outlined 02\",\"Primary Outlined Small\",\"Secondary\",\"Primary Black Small\",\"Primary - Hover - Green\",\"Secondary - Small\",\"Primary - Hover - Orange\"],title:\"Variant\",type:ControlType.Enum},A2dWUqqQh:{defaultValue:\"Get Started Now\",displayTextArea:false,title:\"Text\",type:ControlType.String},DnytOe0Z8:{title:\"Link\",type:ControlType.Link},oSfNN4wFr:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},v8ArQOg02:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean},Fben7NVCN:{defaultValue:false,title:\"Icon Visible\",type:ControlType.Boolean}});addFonts(FramergzJsb0rJO,[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4S-EiAou6Y.woff2\",weight:\"500\"}]},...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergzJsb0rJO\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"seLomHz1N\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gUXgt7tlb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"StBXAAuEY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mimYpm0Sb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bfEfAhBue\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NLJgYBmAV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"E5p1HIboX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LV5QeHbfW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"t90qngnGI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lIdnDwUFS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QBy3wMcKE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"unfq0PHNy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mHp9QeRPF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"i7SthVHIm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fUQVKKFb7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fyAFOK7Vv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WEd0QBMNd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"A2dWUqqQh\\\":\\\"text\\\",\\\"DnytOe0Z8\\\":\\\"link\\\",\\\"oSfNN4wFr\\\":\\\"newTab\\\",\\\"v8ArQOg02\\\":\\\"smoothScroll\\\",\\\"Fben7NVCN\\\":\\\"iconVisible\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"168\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"56\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gzJsb0rJO.map", "// Generated by Framer (915daba)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Outfit-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4S-EiAou6Y.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-rodrX .framer-styles-preset-1vkiku5:not(.rich-text-wrapper), .framer-rodrX .framer-styles-preset-1vkiku5.rich-text-wrapper p { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.0083333em; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, #4f5a56); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-rodrX\";\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\"}}}", "// Generated by Framer (915daba)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Outfit-600\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4S-EiAou6Y.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-I96JP .framer-styles-preset-13i9et4:not(.rich-text-wrapper), .framer-I96JP .framer-styles-preset-13i9et4.rich-text-wrapper h2 { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.025em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, #181c39); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-I96JP\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Outfit-500\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4S-EiAou6Y.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-klIyp .framer-styles-preset-1t1y8el:not(.rich-text-wrapper), .framer-klIyp .framer-styles-preset-1t1y8el.rich-text-wrapper h1 { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.025em; --framer-line-height: 115%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, #1c4133); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-klIyp\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bUvoluh6wzU6K8C05s6R/c7AVCFWlZKHLNvDOm84k/AKBRwpl_w.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qS6F8ePiUDAAall70zth/APOlvsVKcrTw2zm1wYBm/C95vFtWaJ.js\";const cycleOrder=[\"gFfG8R_sG\",\"GS0jiK6rf\"];const serializationHash=\"framer-aIvbv\";const variantClassNames={gFfG8R_sG:\"framer-v-1eqm4ac\",GS0jiK6rf:\"framer-v-956mli\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Tab Button\":\"gFfG8R_sG\",Small:\"GS0jiK6rf\"};const getProps=({color,height,id,tap,title,width,...props})=>{return{...props,Jb7fGBxV2:color??props.Jb7fGBxV2??\"rgb(102, 102, 102)\",LCIpE3scH:title??props.LCIpE3scH??\"Transfer\",UJ9dlGH7a:tap??props.UJ9dlGH7a,variant:humanReadableVariantMap[props.variant]??props.variant??\"gFfG8R_sG\"};};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,LCIpE3scH,Jb7fGBxV2,UJ9dlGH7a,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gFfG8R_sG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapaccfrm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(UJ9dlGH7a){const res=await UJ9dlGH7a(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1eqm4ac\",className,classNames),\"data-framer-name\":\"Tab Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"gFfG8R_sG\",onTap:onTapaccfrm,ref:ref??ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",...style},variants:{GS0jiK6rf:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({GS0jiK6rf:{\"data-border\":true,\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-18p6m7x\",\"data-styles-preset\":\"AKBRwpl_w\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--variable-reference-Jb7fGBxV2-E13wq2cgN))\"},children:\"Transfer\"})}),className:\"framer-1sszbhz\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dNDp_QY84\",style:{\"--extracted-gdpscs\":\"var(--variable-reference-Jb7fGBxV2-E13wq2cgN)\",\"--variable-reference-Jb7fGBxV2-E13wq2cgN\":Jb7fGBxV2},text:LCIpE3scH,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({GS0jiK6rf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1t1y8el\",\"data-styles-preset\":\"C95vFtWaJ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--variable-reference-Jb7fGBxV2-E13wq2cgN))\"},children:\"Transfer\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aIvbv.framer-50ykso, .framer-aIvbv .framer-50ykso { display: block; }\",\".framer-aIvbv.framer-1eqm4ac { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 60px 0px; position: relative; width: 639px; }\",\".framer-aIvbv .framer-1sszbhz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aIvbv.framer-1eqm4ac { gap: 0px; } .framer-aIvbv.framer-1eqm4ac > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aIvbv.framer-1eqm4ac > :first-child { margin-top: 0px; } .framer-aIvbv.framer-1eqm4ac > :last-child { margin-bottom: 0px; } }\",\".framer-aIvbv.framer-v-956mli.framer-1eqm4ac { padding: 30px 0px 30px 0px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-aIvbv[data-border=\"true\"]::after, .framer-aIvbv [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 212\n * @framerIntrinsicWidth 639\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GS0jiK6rf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"LCIpE3scH\":\"title\",\"Jb7fGBxV2\":\"color\",\"UJ9dlGH7a\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerE13wq2cgN=withCSS(Component,css,\"framer-aIvbv\");export default FramerE13wq2cgN;FramerE13wq2cgN.displayName=\"Tab Button\";FramerE13wq2cgN.defaultProps={height:212,width:639};addPropertyControls(FramerE13wq2cgN,{variant:{options:[\"gFfG8R_sG\",\"GS0jiK6rf\"],optionTitles:[\"Tab Button\",\"Small\"],title:\"Variant\",type:ControlType.Enum},LCIpE3scH:{defaultValue:\"Transfer\",displayTextArea:false,title:\"Title\",type:ControlType.String},Jb7fGBxV2:{defaultValue:\"rgb(102, 102, 102)\",title:\"Color\",type:ControlType.Color},UJ9dlGH7a:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerE13wq2cgN,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerE13wq2cgN\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GS0jiK6rf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"212\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"LCIpE3scH\\\":\\\"title\\\",\\\"Jb7fGBxV2\\\":\\\"color\\\",\\\"UJ9dlGH7a\\\":\\\"tap\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"639\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./E13wq2cgN.map", "// Generated by Framer (b62c1c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/vKFehyfpeslZITr8gcCd/pxiuSMzd409sMUPvPgk5/G4xR3rdwj.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/3UxmXfhLAFVsptTNhcEW/uZT4fiTAwqv3HkX5CMJH/hUQ9wIaiM.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/2vBCFzhAj3S9n1D4n2le/Yjw9HCPQK3YCWR06AKgt/K8ZKKHz0w.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/eNXfaOTNMAV4qLiYnfs8/gIapIB1aBHFQJHE5hbPF/px1dLEIiG.js\";import TabButton from\"https://framerusercontent.com/modules/3AcL8MNyhnaqzQELrdB6/CvodMHWNXhl2h0RMqxIP/E13wq2cgN.js\";const TabButtonFonts=getFonts(TabButton);const cycleOrder=[\"dcxs0tuQ6\",\"DI5dYwc7U\",\"JFH79YaGw\",\"fHUSV22nj\",\"Vs8fdc6sf\",\"C2q3YbkXY\",\"AJS0CAWcM\",\"OAdS07Kt1\",\"n9y7s85n6\",\"qlQac6CHB\",\"UGwzvyk6Y\",\"Iet5y62hx\",\"eSIOKV5Wq\",\"ieIT6aZGQ\",\"HfAHqZZxx\"];const serializationHash=\"framer-Pl7ww\";const variantClassNames={AJS0CAWcM:\"framer-v-1mqutxp\",C2q3YbkXY:\"framer-v-1q6f7nd\",dcxs0tuQ6:\"framer-v-60pwti\",DI5dYwc7U:\"framer-v-evhq23\",eSIOKV5Wq:\"framer-v-ok7j73\",fHUSV22nj:\"framer-v-ucxi3k\",HfAHqZZxx:\"framer-v-z903ng\",ieIT6aZGQ:\"framer-v-3xvel7\",Iet5y62hx:\"framer-v-1pinp0e\",JFH79YaGw:\"framer-v-98t981\",n9y7s85n6:\"framer-v-155j9qt\",OAdS07Kt1:\"framer-v-yd0a8d\",qlQac6CHB:\"framer-v-1q1wuuq\",UGwzvyk6Y:\"framer-v-19kcmpf\",Vs8fdc6sf:\"framer-v-14x4x2w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - Digital selling\":\"eSIOKV5Wq\",\"Desktop - Freelancer\":\"HfAHqZZxx\",\"Desktop - Payment\":\"ieIT6aZGQ\",\"Desktop - Shopping\":\"Iet5y62hx\",\"Digital Selling - Phone\":\"OAdS07Kt1\",\"Digital Selling\":\"JFH79YaGw\",\"Freelancer - Phone\":\"qlQac6CHB\",\"Payment - Phone\":\"n9y7s85n6\",\"Shopping - Phone\":\"AJS0CAWcM\",Default:\"dcxs0tuQ6\",Desktop:\"UGwzvyk6Y\",Freelancer:\"Vs8fdc6sf\",Payment:\"fHUSV22nj\",Phone:\"C2q3YbkXY\",Shopping:\"DI5dYwc7U\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"dcxs0tuQ6\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dcxs0tuQ6\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const UJ9dlGH7awnxcxh=activeVariantCallback(async(...args)=>{setVariant(\"dcxs0tuQ6\");});const UJ9dlGH7a5yt6vq=activeVariantCallback(async(...args)=>{setVariant(\"C2q3YbkXY\");});const UJ9dlGH7a15rq1ef=activeVariantCallback(async(...args)=>{setVariant(\"UGwzvyk6Y\");});const UJ9dlGH7a1siynad=activeVariantCallback(async(...args)=>{setVariant(\"DI5dYwc7U\");});const UJ9dlGH7a1mm6g8h=activeVariantCallback(async(...args)=>{setVariant(\"AJS0CAWcM\");});const UJ9dlGH7a1g1dn9a=activeVariantCallback(async(...args)=>{setVariant(\"Iet5y62hx\");});const UJ9dlGH7a12jdohv=activeVariantCallback(async(...args)=>{setVariant(\"JFH79YaGw\");});const UJ9dlGH7ao2aahp=activeVariantCallback(async(...args)=>{setVariant(\"OAdS07Kt1\");});const UJ9dlGH7a4j8dps=activeVariantCallback(async(...args)=>{setVariant(\"eSIOKV5Wq\");});const UJ9dlGH7a1h7ydxx=activeVariantCallback(async(...args)=>{setVariant(\"fHUSV22nj\");});const UJ9dlGH7adjb7i5=activeVariantCallback(async(...args)=>{setVariant(\"n9y7s85n6\");});const UJ9dlGH7a1ykaamb=activeVariantCallback(async(...args)=>{setVariant(\"ieIT6aZGQ\");});const UJ9dlGH7a1serltw=activeVariantCallback(async(...args)=>{setVariant(\"Vs8fdc6sf\");});const UJ9dlGH7a1593znv=activeVariantCallback(async(...args)=>{setVariant(\"qlQac6CHB\");});const UJ9dlGH7ai6r3np=activeVariantCallback(async(...args)=>{setVariant(\"HfAHqZZxx\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"AJS0CAWcM\",\"OAdS07Kt1\",\"n9y7s85n6\",\"qlQac6CHB\",\"Iet5y62hx\",\"eSIOKV5Wq\",\"ieIT6aZGQ\",\"HfAHqZZxx\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"UGwzvyk6Y\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"UGwzvyk6Y\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"Iet5y62hx\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"C2q3YbkXY\")return false;return true;};const isDisplayed5=()=>{if([\"DI5dYwc7U\",\"JFH79YaGw\",\"fHUSV22nj\",\"Vs8fdc6sf\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if(baseVariant===\"DI5dYwc7U\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"JFH79YaGw\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"fHUSV22nj\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"C2q3YbkXY\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"Vs8fdc6sf\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"eSIOKV5Wq\")return true;return false;};const isDisplayed12=()=>{if(baseVariant===\"ieIT6aZGQ\")return true;return false;};const isDisplayed13=()=>{if(baseVariant===\"HfAHqZZxx\")return true;return false;};const isDisplayed14=()=>{if(baseVariant===\"OAdS07Kt1\")return true;return false;};const isDisplayed15=()=>{if(baseVariant===\"n9y7s85n6\")return true;return false;};const isDisplayed16=()=>{if(baseVariant===\"qlQac6CHB\")return true;return false;};const isDisplayed17=()=>{if(baseVariant===\"AJS0CAWcM\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-60pwti\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"dcxs0tuQ6\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({AJS0CAWcM:{\"data-framer-name\":\"Shopping - Phone\"},C2q3YbkXY:{\"data-framer-name\":\"Phone\"},DI5dYwc7U:{\"data-framer-name\":\"Shopping\"},eSIOKV5Wq:{\"data-framer-name\":\"Desktop - Digital selling\"},fHUSV22nj:{\"data-framer-name\":\"Payment\"},HfAHqZZxx:{\"data-framer-name\":\"Desktop - Freelancer\"},ieIT6aZGQ:{\"data-framer-name\":\"Desktop - Payment\"},Iet5y62hx:{\"data-framer-name\":\"Desktop - Shopping\"},JFH79YaGw:{\"data-framer-name\":\"Digital Selling\"},n9y7s85n6:{\"data-framer-name\":\"Payment - Phone\"},OAdS07Kt1:{\"data-framer-name\":\"Digital Selling - Phone\"},qlQac6CHB:{\"data-framer-name\":\"Freelancer - Phone\"},UGwzvyk6Y:{\"data-framer-name\":\"Desktop\"},Vs8fdc6sf:{\"data-framer-name\":\"Freelancer\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18njy3f\",\"data-border\":true,\"data-framer-name\":\"Tab Button Block\",layoutDependency:layoutDependency,layoutId:\"O2px0hjt0\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{C2q3YbkXY:{\"--border-bottom-width\":\"1px\",\"--border-left-width\":\"1px\",\"--border-top-width\":\"1px\"}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,width:`min(max(${componentViewport?.width||\"100vw\"} - 718px, 1px), 570px)`,y:(componentViewport?.y||0)+0+((componentViewport?.height||1060)-0-1060)+0+0,...addPropertyOverrides({C2q3YbkXY:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+0},UGwzvyk6Y:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xbxxzv-container\",layoutDependency:layoutDependency,layoutId:\"Avfo04XNM-container\",nodeId:\"Avfo04XNM\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"Avfo04XNM\",Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\",layoutId:\"Avfo04XNM\",LCIpE3scH:\"E-Commerce\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7awnxcxh,variant:\"gFfG8R_sG\",width:\"100%\",...addPropertyOverrides({C2q3YbkXY:{UJ9dlGH7a:UJ9dlGH7a5yt6vq,variant:\"GS0jiK6rf\"},DI5dYwc7U:{Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},fHUSV22nj:{Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},JFH79YaGw:{Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},UGwzvyk6Y:{UJ9dlGH7a:UJ9dlGH7a15rq1ef,variant:\"GS0jiK6rf\"},Vs8fdc6sf:{Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jx487b\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"OrzLWJwLI\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-187nxzl\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"mJY1mbAoC\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-w6ojfj\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Hjt5sEN3E\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 609 3\"><path d=\"M 0.842 1.5 L 608.158 1.5\" fill=\"transparent\" stroke-width=\"0.97\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11650668827,withExternalLayout:true,...addPropertyOverrides({UGwzvyk6Y:{svgContentId:12285752358}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,width:`min(max(${componentViewport?.width||\"100vw\"} - 718px, 1px), 570px)`,y:(componentViewport?.y||0)+0+((componentViewport?.height||1060)-0-1060)+0+212,...addPropertyOverrides({C2q3YbkXY:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+215},UGwzvyk6Y:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+212}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7ytxv3-container\",layoutDependency:layoutDependency,layoutId:\"rNGLKOmOd-container\",nodeId:\"rNGLKOmOd\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"rNGLKOmOd\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"rNGLKOmOd\",LCIpE3scH:\"CMS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1siynad,variant:\"gFfG8R_sG\",width:\"100%\",...addPropertyOverrides({C2q3YbkXY:{UJ9dlGH7a:UJ9dlGH7a1mm6g8h,variant:\"GS0jiK6rf\"},DI5dYwc7U:{Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},fHUSV22nj:{Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},JFH79YaGw:{Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},UGwzvyk6Y:{UJ9dlGH7a:UJ9dlGH7a1g1dn9a,variant:\"GS0jiK6rf\"},Vs8fdc6sf:{Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jjradu\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"qNeWYZCoN\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-h24odd\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"TDOPB2hC9\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-afo650\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"g3xlbtJQo\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,width:`min(max(${componentViewport?.width||\"100vw\"} - 718px, 1px), 570px)`,y:(componentViewport?.y||0)+0+((componentViewport?.height||1060)-0-1060)+0+424,...addPropertyOverrides({C2q3YbkXY:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+430},UGwzvyk6Y:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+424}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w20oos-container\",layoutDependency:layoutDependency,layoutId:\"d16bSDmMn-container\",nodeId:\"d16bSDmMn\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"d16bSDmMn\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"d16bSDmMn\",LCIpE3scH:\"Marketing\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a12jdohv,variant:\"gFfG8R_sG\",width:\"100%\",...addPropertyOverrides({C2q3YbkXY:{UJ9dlGH7a:UJ9dlGH7ao2aahp,variant:\"GS0jiK6rf\"},fHUSV22nj:{Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},JFH79YaGw:{Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},UGwzvyk6Y:{UJ9dlGH7a:UJ9dlGH7a4j8dps,variant:\"GS0jiK6rf\"},Vs8fdc6sf:{Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jlgxxv\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"w4o3QfaX1\",children:isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-jnjcw8\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"rswgS_IRA\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,width:`min(max(${componentViewport?.width||\"100vw\"} - 718px, 1px), 570px)`,y:(componentViewport?.y||0)+0+((componentViewport?.height||1060)-0-1060)+0+636,...addPropertyOverrides({C2q3YbkXY:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+645},UGwzvyk6Y:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+636}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7ml0t9-container\",layoutDependency:layoutDependency,layoutId:\"fpnu4uENp-container\",nodeId:\"fpnu4uENp\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"fpnu4uENp\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"fpnu4uENp\",LCIpE3scH:\"CRM\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1h7ydxx,variant:\"gFfG8R_sG\",width:\"100%\",...addPropertyOverrides({C2q3YbkXY:{UJ9dlGH7a:UJ9dlGH7adjb7i5,variant:\"GS0jiK6rf\"},fHUSV22nj:{Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},UGwzvyk6Y:{UJ9dlGH7a:UJ9dlGH7a1ykaamb,variant:\"GS0jiK6rf\"},Vs8fdc6sf:{Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12twpz5\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"byfKiAwI6\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1b66q1c\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"WZgUJtB4G\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1sf8rka\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"h_xY98joo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 604 3\"><path d=\"M 0.835 1.5 L 603.165 1.5\" fill=\"transparent\" stroke-width=\"0.99\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9059696891,withExternalLayout:true,...addPropertyOverrides({UGwzvyk6Y:{svgContentId:9008263048}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,width:`min(max(${componentViewport?.width||\"100vw\"} - 718px, 1px), 570px)`,y:(componentViewport?.y||0)+0+((componentViewport?.height||1060)-0-1060)+0+848,...addPropertyOverrides({C2q3YbkXY:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+860},UGwzvyk6Y:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+848}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10llb0e-container\",layoutDependency:layoutDependency,layoutId:\"JP9R8XAEA-container\",nodeId:\"JP9R8XAEA\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"JP9R8XAEA\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"JP9R8XAEA\",LCIpE3scH:\"Any SaaS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1serltw,variant:\"gFfG8R_sG\",width:\"100%\",...addPropertyOverrides({C2q3YbkXY:{UJ9dlGH7a:UJ9dlGH7a1593znv,variant:\"GS0jiK6rf\"},UGwzvyk6Y:{UJ9dlGH7a:UJ9dlGH7ai6r3np,variant:\"GS0jiK6rf\"},Vs8fdc6sf:{Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-x50huj\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"AfIBoY85t\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1j7jlcj\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kE0j5MMHt\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 629 2\"><path d=\"M 0.87 1 L 628.13 1\" fill=\"transparent\" stroke-width=\"0.99\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12288819713,withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-i5c3u0\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"UX8E_Hd2S\"}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11167m7\",\"data-framer-name\":\"Tab Content Block\",layoutDependency:layoutDependency,layoutId:\"PPsPKXB1Z\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-814bfm\",\"data-framer-name\":\"Content Text Block Wrappper\",layoutDependency:layoutDependency,layoutId:\"wzbj06irb\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s5bc9b\",\"data-framer-name\":\"Content Text Block \",layoutDependency:layoutDependency,layoutId:\"hRIJnfbID\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1er1a4d\",\"data-styles-preset\":\"px1dLEIiG\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI Agent for Your Store\"})}),className:\"framer-10hhymf\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hzzCE6NU_\",style:{\"--extracted-1of0zx5\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({DI5dYwc7U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1er1a4d\",\"data-styles-preset\":\"px1dLEIiG\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI-Powered Content Management\"})})},fHUSV22nj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1er1a4d\",\"data-styles-preset\":\"px1dLEIiG\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI That Streamlines Customer Management\"})})},JFH79YaGw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1er1a4d\",\"data-styles-preset\":\"px1dLEIiG\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI That Drives Marketing Growth\"})})},UGwzvyk6Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI Agent for Your Store\"})})},Vs8fdc6sf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1er1a4d\",\"data-styles-preset\":\"px1dLEIiG\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI That Adapts to Your Needs\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Ryklen can help shop owners by generating product descriptions, analyzing sales trends, or assisting with order management\u2014streamlining tasks and saving time. For customers, it can answer questions about products, provide recommendations, or guide them through purchases\u2014creating a smoother shopping experience. \"})}),className:\"framer-1khufxf\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Mfvfn0oHd\",style:{\"--extracted-r6o4lv\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},variants:{Vs8fdc6sf:{\"--extracted-2gxw0f\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({C2q3YbkXY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vkiku5\",\"data-styles-preset\":\"hUQ9wIaiM\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Give your users an AI assistant that creates, organizes, and optimizes content, automates workflows, and streamlines management across any CMS.\"})})},DI5dYwc7U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Ryklen helps users create, organize, and refine content, handle repetitive tasks, and keep everything structured\u2014enhancing efficiency across any CMS.\"})})},fHUSV22nj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Ryklen helps users manage leads, track sales, and organize customer data, making it easier to build and maintain strong relationships with minimal effort.\"})})},JFH79YaGw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Ryklen helps users create campaigns, analyze performance, and personalize outreach, making marketing more effective with less effort.\"})})},UGwzvyk6Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vkiku5\",\"data-styles-preset\":\"hUQ9wIaiM\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Ryklen can help shop owners by generating product descriptions, analyzing sales trends, or assisting with order management\u2014streamlining tasks and saving time. For customers, it can answer questions about products, provide recommendations, or guide them through purchases\u2014creating a smoother shopping experience. \"})})},Vs8fdc6sf:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Empower your users with an AI assistant that automates support, executes tasks, and enhances engagement\u2014seamlessly integrating into any SaaS platform, regardless of industry or function.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})})]})}},baseVariant,gestureVariant)})]}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a8j2y2\",\"data-framer-name\":\"Content Shape\",layoutDependency:layoutDependency,layoutId:\"HDvmbb0xg\"})]}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-37f7jx\",\"data-framer-name\":\"Undraw add-to-cart_c8f2\",fill:\"black\",intrinsicHeight:591,intrinsicWidth:803,layoutDependency:layoutDependency,layoutId:\"cOYOlNP6k\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"803.052\" height=\"591.375\"><path d=\"M798.604 35.063H4.448A4.453 4.453 0 0 1 0 30.615V4.448A4.453 4.453 0 0 1 4.448 0h794.156a4.453 4.453 0 0 1 4.448 4.448v26.167a4.453 4.453 0 0 1-4.448 4.448Z\" fill=\"#e4e4e4\"/><circle data-name=\"a7a88a4d-66b2-4c09-a29b-e65e87e57a01\" cx=\"25.815\" cy=\"16.255\" r=\"6.316\" fill=\"#fff\"/><circle data-name=\"ecd091ab-fa27-42b2-b94f-bd1073aab054\" cx=\"49.787\" cy=\"16.255\" r=\"6.316\" fill=\"#fff\"/><circle data-name=\"a332723e-32dc-4e13-8ae5-d2643a7feb7f\" cx=\"73.76\" cy=\"16.255\" r=\"6.316\" fill=\"#fff\"/><path d=\"M775.117 11.908h-27.604a2.045 2.045 0 0 1 0-4.09h27.604a2.045 2.045 0 0 1 .008 4.09Zm0 7.668h-27.604a2.045 2.045 0 0 1 0-4.09h27.604a2.045 2.045 0 0 1 .008 4.09Zm0 7.668h-27.604a2.045 2.045 0 0 1 0-4.09h27.604a2.045 2.045 0 0 1 .008 4.09Z\" fill=\"#fff\"/><path d=\"M226.443 519.964c2.922-23.498 17.485-46.65 39.895-54.298a109.098 109.098 0 0 0 .006 74.904c3.443 9.315 8.243 19.317 5.004 28.704-2.015 5.842-6.946 10.311-12.457 13.105-5.511 2.795-11.628 4.127-17.667 5.432l-1.19.983c-9.588-21.65-16.513-45.332-13.59-68.83Z\" fill=\"#f0f0f0\"/><path d=\"M266.56 466.11a93.25 93.25 0 0 0-23.181 52.482 40.156 40.156 0 0 0 .457 12.574 23.032 23.032 0 0 0 5.728 10.682c2.582 2.837 5.551 5.44 7.399 8.854a14.102 14.102 0 0 1 .689 11.513c-1.631 4.678-4.846 8.491-8.12 12.11-3.634 4.02-7.472 8.136-9.017 13.464-.187.645-1.178.317-.991-.327 2.688-9.27 11.686-14.535 15.977-22.884 2.003-3.896 2.843-8.419.966-12.531-1.642-3.596-4.701-6.283-7.34-9.132a24.577 24.577 0 0 1-5.99-10.237 37.123 37.123 0 0 1-.94-12.51 90.469 90.469 0 0 1 6.608-27.492 94.904 94.904 0 0 1 17.065-27.348c.446-.5 1.134.286.69.783Z\" fill=\"#fff\"/><path d=\"M243.66 512.276a13.99 13.99 0 0 1-10.65-14.655.522.522 0 0 1 1.043.052 12.955 12.955 0 0 0 9.934 13.612c.653.156.322 1.146-.327.991Zm4.405 28.306a26.965 26.965 0 0 0 12.042-15.53c.19-.645 1.18-.317.991.327a28.048 28.048 0 0 1-12.563 16.135c-.579.344-1.045-.59-.47-.932Zm5.795-56.94a7.92 7.92 0 0 0 7.505-.381c.575-.35 1.04.584.47.932a8.874 8.874 0 0 1-8.302.44.54.54 0 0 1-.331-.66.524.524 0 0 1 .659-.331Z\" fill=\"#fff\"/><path d=\"M334.647 507.637c-.352.229-.704.458-1.057.696a104.292 104.292 0 0 0-13.335 10.41c-.326.292-.652.59-.969.89a109.948 109.948 0 0 0-23.878 32.687 106.772 106.772 0 0 0-5.849 15.132c-2.158 7.161-3.928 15.097-8.2 20.954a18.318 18.318 0 0 1-1.427 1.762h-38.606c-.087-.044-.175-.08-.264-.123l-1.541.07c.062-.273.132-.555.194-.828.035-.158.079-.317.114-.475.027-.106.053-.212.07-.309.01-.035.018-.07.027-.097.018-.096.044-.185.062-.273q.581-2.365 1.198-4.73c0-.008 0-.008.008-.017a156.995 156.995 0 0 1 13.212-34.686c.177-.326.353-.66.547-.987a101.885 101.885 0 0 1 9.151-13.881 90.071 90.071 0 0 1 5.999-6.862 74.9 74.9 0 0 1 18.743-14.04c13.846-7.31 29.877-10.111 44.674-5.646.379.115.749.23 1.127.353Z\" fill=\"#f0f0f0\"/><path d=\"M334.56 508.127a93.25 93.25 0 0 0-50.106 27.946 40.157 40.157 0 0 0-7.205 10.314 23.032 23.032 0 0 0-1.858 11.979c.353 3.82 1.157 7.685.576 11.524a14.103 14.103 0 0 1-6.381 9.607c-4.119 2.753-8.981 3.862-13.774 4.781-5.321 1.021-10.865 1.997-15.306 5.32-.538.404-1.132-.455-.594-.857 7.727-5.783 18.081-4.57 26.534-8.652 3.945-1.905 7.339-5.01 8.316-9.424.854-3.86.029-7.847-.363-11.711a24.577 24.577 0 0 1 1.38-11.78 37.125 37.125 0 0 1 6.783-10.553 90.47 90.47 0 0 1 21.828-17.974 94.904 94.904 0 0 1 30.09-11.56c.658-.131.733.91.08 1.04Z\" fill=\"#fff\"/><path d=\"M288.48 531.2a13.99 13.99 0 0 1 .321-18.114c.446-.502 1.248.166.801.67a12.955 12.955 0 0 0-.263 16.85c.428.517-.433 1.108-.858.594Zm-13.524 25.253a26.966 26.966 0 0 0 18.965-5.15c.54-.401 1.133.457.594.858a28.048 28.048 0 0 1-19.745 5.319c-.669-.075-.479-1.101.186-1.027Zm38.909-41.975a7.92 7.92 0 0 0 6.222 4.214c.67.066.479 1.093-.186 1.027a8.874 8.874 0 0 1-6.893-4.646.54.54 0 0 1 .131-.727.524.524 0 0 1 .727.132Z\" fill=\"#fff\"/><path d=\"M260.293 182.444H132.567a14.904 14.904 0 0 1-14.887-14.887V97.99a14.903 14.903 0 0 1 14.887-14.886h127.726A14.903 14.903 0 0 1 275.18 97.99v69.566a14.904 14.904 0 0 1-14.887 14.887Z\" fill=\"#e6e6e6\"/><path d=\"M455.293 182.444H327.567a14.904 14.904 0 0 1-14.887-14.887V97.99a14.903 14.903 0 0 1 14.887-14.886h127.726A14.903 14.903 0 0 1 470.18 97.99v69.566a14.904 14.904 0 0 1-14.887 14.887Z\" fill=\"#6c63ff\"/><path d=\"M650.293 182.444H522.567a14.904 14.904 0 0 1-14.887-14.887V97.99a14.903 14.903 0 0 1 14.887-14.886h127.726A14.903 14.903 0 0 1 665.18 97.99v69.566a14.904 14.904 0 0 1-14.887 14.887Z\" fill=\"#e6e6e6\"/><path d=\"M260.293 337.444H132.567a14.904 14.904 0 0 1-14.887-14.887V252.99a14.903 14.903 0 0 1 14.887-14.886h127.726a14.903 14.903 0 0 1 14.887 14.886v69.566a14.904 14.904 0 0 1-14.887 14.887Z\" fill=\"#f2f2f2\"/><path d=\"M455.293 337.444H327.567a14.904 14.904 0 0 1-14.887-14.887V252.99a14.903 14.903 0 0 1 14.887-14.886h127.726a14.903 14.903 0 0 1 14.887 14.886v69.566a14.904 14.904 0 0 1-14.887 14.887Z\" fill=\"#e6e6e6\"/><g data-name=\"aa405d94-515b-444f-88dd-2c52df39214d\"><circle data-name=\"ede3a9f0-5e02-4455-ac7e-751a5f8c3692\" cx=\"464.312\" cy=\"327.433\" r=\"22.812\" fill=\"#6c63ff\"/><path data-name=\"ba039ca8-d148-45ed-9781-bacb7304e881\" d=\"M473.784 325.517h-7.756v-7.756a1.825 1.825 0 0 0-1.825-1.825 1.825 1.825 0 0 0-1.825 1.825v7.756h-7.756a1.825 1.825 0 0 0-1.825 1.826 1.825 1.825 0 0 0 1.825 1.825h7.756v7.756a1.825 1.825 0 0 0 1.825 1.825 1.825 1.825 0 0 0 1.825-1.825v-7.756h7.756a1.825 1.825 0 0 0 1.825-1.826 1.825 1.825 0 0 0-1.825-1.825Z\" fill=\"#fff\"/></g><g data-name=\"bbf41f8a-587e-4352-8304-6d86282586e3\"><circle data-name=\"e4c91425-bc08-43ed-9b2d-9a6452dd6ab0\" cx=\"662.312\" cy=\"176.433\" r=\"22.812\" fill=\"#6c63ff\"/><path data-name=\"b08e8960-896e-4763-a2dc-6c3da3e5d175\" d=\"M671.784 174.517h-7.756v-7.756a1.825 1.825 0 0 0-1.825-1.825 1.825 1.825 0 0 0-1.825 1.825v7.756h-7.756a1.825 1.825 0 0 0-1.825 1.826 1.825 1.825 0 0 0 1.825 1.825h7.756v7.756a1.825 1.825 0 0 0 1.825 1.825 1.825 1.825 0 0 0 1.825-1.825v-7.756h7.756a1.825 1.825 0 0 0 1.825-1.826 1.825 1.825 0 0 0-1.825-1.825Z\" fill=\"#fff\"/></g><g data-name=\"b77ad267-181d-433f-b31f-af61e58bf4a6\"><circle data-name=\"e8aef769-5476-47e9-8295-ae809767f9aa\" cx=\"269.312\" cy=\"174.433\" r=\"22.812\" fill=\"#6c63ff\"/><path data-name=\"efbebd4e-dbd2-4103-8d2c-f0ca8346a3bf\" d=\"M278.784 172.517h-7.756v-7.756a1.825 1.825 0 0 0-1.825-1.825 1.825 1.825 0 0 0-1.825 1.825v7.756h-7.756a1.825 1.825 0 0 0-1.825 1.826 1.825 1.825 0 0 0 1.825 1.825h7.756v7.756a1.825 1.825 0 0 0 1.825 1.825 1.825 1.825 0 0 0 1.825-1.825v-7.756h7.756a1.825 1.825 0 0 0 1.826-1.826 1.825 1.825 0 0 0-1.826-1.825Z\" fill=\"#fff\"/></g><path d=\"M440.102 142.92a9.07 9.07 0 0 1-7.32 11.824l-10.55 72.001-17.302-8.45 17.403-71.871a9.119 9.119 0 0 1 17.769-3.504Zm-125.987 230.6a9.07 9.07 0 0 0-3.492-13.462l7.117-76.586-14.905 7.64-4.654 73.8a9.119 9.119 0 0 0 15.934 8.608Zm10.183-38.736 63.961-2.46 3.69-66.421h-73.801l6.15 68.881zm-11.871 234.571 10.93-.001 5.199-42.157h-16.131l.002 42.158z\" fill=\"#9e616a\"/><path d=\"m309.716 563.963 17.278-1.031v7.402l16.426 11.345a4.624 4.624 0 0 1-2.628 8.43h-20.57l-3.545-7.323-1.384 7.322h-7.756Z\" fill=\"#2f2e41\"/><path fill=\"#9e616a\" d=\"m361.041 569.355 10.93-.001 5.199-42.157h-16.131l.002 42.158z\"/><path d=\"M323.41 319.192s-19.137 15.45-8.763 70.628c-1.58.188.21 3.302.21 3.302l1.497 44.96 1.156 5.153-3.846 8.314 1.586 9.034-4.888 81.992 18.057 2.335 17.28-85.143 3.291-9.573 3.301-8.39-1.78-8.948 1.46-13.888 9.962-46.83 2.438 81.219-3.403 7.754 1.894 8.511-4.219 4.518-1.667 75.99 19.254.901 15.931-76.603-1.235-9.776 2.12-7.227V440.54l3.63-7.968 7.914-43.447s2.387-33.958-15.032-73.92Z\" fill=\"#2f2e41\"/><path d=\"M331.21 210.7s-24.172 4.781-28.337 25.395-6.844 67.263-6.844 67.263l.912 6.497 23.382 5.421 14.923-65.362Zm55.163 6.959s2.45-3.433 16.171-3.963c.565-.022-.134-1.143-.134-1.143l6.599-32.252 21.99 12.175-3.712 33.813-36.135 41.1Z\" fill=\"#3f3d56\"/><path d=\"M372.666 313.81c-10.353 0-25.936-1.142-49.396-4.625a7.165 7.165 0 0 1-6.013-5.999 5.424 5.424 0 0 1-.912-6.16l.022-.042-.531-.627a5.8 5.8 0 0 1-.387-7.011l-7.265-51.975a21.896 21.896 0 0 1 15.227-24.022l2.682-.835 10.143-13.266.2.002 32.56.434 10.567 13.418 17.08 4.027.045.26 3.966 22.914c2.063 11.918-2.668 16.606-8.705 27.087l1.772 29.434.804 1.46a3.96 3.96 0 0 1-.948 4.969 7.712 7.712 0 0 1 .105 4.772l-.418 1.38c0 .04-.11.602-1.013 1.286-1.626 1.235-6.294 3.119-19.585 3.119Z\" fill=\"#3f3d56\"/><path d=\"m358.33 563.963 17.278-1.031v7.402l16.426 11.345a4.624 4.624 0 0 1-2.627 8.43h-20.57l-3.546-7.323-1.384 7.322h-7.756Z\" fill=\"#2f2e41\"/><circle cx=\"549.754\" cy=\"320.563\" r=\"25.527\" transform=\"rotate(-80.783 359.83 360.045)\" fill=\"#9e616a\"/><path d=\"M366.206 141.306c-9.356-6.435-17.595-7.415-24.363-5.59a8.897 8.897 0 0 0-3.558-3.16c-5.279-13.3-21.342-21.287-35.127-17.405-13.875 3.908-23.448 19.277-20.837 33.453 1.618 8.787 7.148 16.396 9.372 25.05 4.306 16.75-6.198 35.94-22.63 41.34 15.558 3.123 32.683-6.38 38.265-21.234 2.71-7.215 2.874-15.092 3.219-22.792a75.564 75.564 0 0 1 1.942-15.783 33.722 33.722 0 0 1 2.512-6.72 22.997 22.997 0 0 1 11.006-10.678 8.778 8.778 0 0 0 1.282 7.902c-3.649 4.57-5.635 9.514-5.635 12.474-7.58 13.852 3.26 25.751 17.112 33.33a28.38 28.38 0 0 0 18.133 3.161l.58-2.474.785 2.229 2.621 7.471q4.536 2.194 8.993 4.81c-1.129-5.3-2.042-10.592-2.67-15.766-.87-7.042 2.162-17.526 4.35-23.901a37.632 37.632 0 0 0 2.06-12.213v-.182l2.13 6.843 7.757-3.308c-1.443-8.277 0-17.672-17.299-16.857Z\" fill=\"#2f2e41\"/><path d=\"M685.173 591.375H117.88a1.19 1.19 0 0 1 0-2.381h567.294a1.19 1.19 0 0 1 0 2.381Z\" fill=\"#ccc\"/><circle data-name=\"e4c91425-bc08-43ed-9b2d-9a6452dd6ab0\" cx=\"266.704\" cy=\"330.431\" r=\"22.812\" fill=\"#e6e6e6\"/><path d=\"M609.939 317.32h-80.013a9.337 9.337 0 0 1-9.326-9.326v-43.579a9.336 9.336 0 0 1 9.326-9.326h80.013a9.336 9.336 0 0 1 9.326 9.326v43.579a9.337 9.337 0 0 1-9.326 9.326Z\" fill=\"#f2f2f2\"/><g data-name=\"bc9af32e-f7cd-4c85-a4cc-5543d455b8de\"><circle data-name=\"b56288f5-6382-4006-aaf1-aded98dde780\" cx=\"611.118\" cy=\"287.504\" r=\"12.115\" fill=\"#6c63ff\"/><path data-name=\"b9aaef6b-2cfc-46ac-8dc0-30fdc28925de\" d=\"M616.148 286.487h-4.119v-4.12a.97.97 0 0 0-.969-.968.97.97 0 0 0-.97.969v4.119h-4.118a.97.97 0 0 0-.97.969.97.97 0 0 0 .97.97h4.119v4.118a.97.97 0 0 0 .97.97.97.97 0 0 0 .968-.97v-4.119h4.12a.97.97 0 0 0 .969-.969.97.97 0 0 0-.97-.97Z\" fill=\"#fff\"/></g><path d=\"M642.537 304.953h-65.938a10.568 10.568 0 0 1-10.556-10.555v-39.36a1.945 1.945 0 0 1 3.89 0v10.54l76.59 6.963a5.841 5.841 0 0 1 5.737 5.834 1.946 1.946 0 0 1-.033.358l-3.86 20.585a5.84 5.84 0 0 1-5.83 5.635Zm-72.605-35.469v24.914a6.674 6.674 0 0 0 6.667 6.666h65.938a1.947 1.947 0 0 0 1.945-1.945 1.946 1.946 0 0 1 .033-.358l3.85-20.536a1.947 1.947 0 0 0-1.939-1.795 1.81 1.81 0 0 1-.176-.008Z\" fill=\"#6c63ff\"/><circle cx=\"559.078\" cy=\"319.863\" r=\"3.241\" fill=\"#6c63ff\"/><circle cx=\"639.944\" cy=\"319.863\" r=\"3.241\" fill=\"#6c63ff\"/><path d=\"M643.185 316.622h-86.7a1.945 1.945 0 0 1 0-3.89h86.7a1.945 1.945 0 0 1 0 3.89Zm-70.011-60.288h-16.855a1.945 1.945 0 0 1 0-3.89h16.855a1.945 1.945 0 0 1 0 3.89Z\" fill=\"#6c63ff\"/><path d=\"M586.695 315.632a1.937 1.937 0 0 1-1.267-.47l-12.782-10.985a1.945 1.945 0 1 1 2.534-2.95l12.783 10.985a1.945 1.945 0 0 1-1.268 3.42Zm2.693-11.873a1.945 1.945 0 0 1-1.944-1.945v-31.218a1.945 1.945 0 0 1 3.89 0v31.218a1.945 1.945 0 0 1-1.945 1.945Zm41.082 0a1.945 1.945 0 0 1-1.945-1.945V273.19a1.945 1.945 0 0 1 3.89 0v28.625a1.945 1.945 0 0 1-1.945 1.945Z\" fill=\"#6c63ff\"/></svg>',withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-jirwzu\",\"data-framer-name\":\"Undraw cms_2ulf\",fill:\"black\",intrinsicHeight:530,intrinsicWidth:710,layoutDependency:layoutDependency,layoutId:\"OUWzIaUfj\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"710.232\" height=\"530\"><path d=\"M696.58 362.018H166.364a13.667 13.667 0 0 1-13.652-13.652V21.424a10.013 10.013 0 0 1 10.001-10.001h537.345a10.186 10.186 0 0 1 10.174 10.174v326.77a13.667 13.667 0 0 1-13.652 13.651Z\" fill=\"#f2f2f2\"/><path d=\"M677.239 342.685H183.09c-7.244 0-13.137-5.519-13.137-12.302V45.678c0-5.03 4.367-9.124 9.735-9.124h500.79c5.457 0 9.896 4.16 9.896 9.274v284.555c0 6.783-5.893 12.302-13.136 12.302Z\" fill=\"#fff\"/><path d=\"M710.042 20.643H152.521v-6.95A13.713 13.713 0 0 1 166.222 0h530.119a13.713 13.713 0 0 1 13.701 13.693Z\" fill=\"#e6e6e6\"/><circle cx=\"177.421\" cy=\"10.342\" r=\"3.544\" fill=\"#fff\"/><circle cx=\"190.873\" cy=\"10.342\" r=\"3.544\" fill=\"#fff\"/><circle cx=\"204.325\" cy=\"10.342\" r=\"3.544\" fill=\"#fff\"/><path d=\"M391.003 262.656H655.63a13.238 13.238 0 0 0 13.238-13.238V129.822a13.238 13.238 0 0 0-13.238-13.238H391.003a13.238 13.238 0 0 0-13.238 13.238v119.596a13.238 13.238 0 0 0 13.238 13.238Z\" fill=\"#f2f2f2\"/><path d=\"M626.739 196.239H415.757a6.619 6.619 0 1 1 0-13.238H626.74a6.619 6.619 0 1 1 0 13.238Zm0 28.131H415.757a6.619 6.619 0 1 1 0-13.239H626.74a6.619 6.619 0 1 1 0 13.239Zm-37.232-56.262h-173.75a6.619 6.619 0 1 1 0-13.238h173.75a6.619 6.619 0 0 1 0 13.238Z\" fill=\"#fff\"/><path d=\"M261.049 316.206a10.056 10.056 0 0 1 13.594-7.277l23.459-26.956 4.983 17.889-23.041 22.855a10.11 10.11 0 0 1-18.995-6.51Z\" fill=\"#ffb8b8\"/><circle cx=\"389.803\" cy=\"165.148\" r=\"24.561\" fill=\"#ffb8b8\"/><path fill=\"#ffb8b8\" d=\"m360.949 503.221-12.26-.001-5.832-47.288 18.094.001-.002 47.288z\"/><path d=\"m364.075 515.105-39.53-.002v-.5a15.386 15.386 0 0 1 15.386-15.386h.001l24.144.001Z\" fill=\"#2f2e41\"/><path fill=\"#ffb8b8\" d=\"m397.949 516.221-12.26-.001-1.697-46.158 13.959-1.129-.002 47.288z\"/><path d=\"m401.075 528.105-39.53-.002v-.5a15.386 15.386 0 0 1 15.386-15.386h.001l24.144.001Zm-6.613-20.514-9.547-1.124a4.512 4.512 0 0 1-3.974-4.404l-1.79-124.339a1.5 1.5 0 0 0-2.913-.479l-13.245 37.4.947 70.101a4.498 4.498 0 0 1-4.229 4.553l-12.464.53a4.527 4.527 0 0 1-4.744-3.925l-6.51-79.301-.004-.05 9.877-82.82 74.183 5.368-20.592 174.549a4.507 4.507 0 0 1-4.467 3.972 4.4 4.4 0 0 1-.528-.03Z\" fill=\"#2f2e41\"/><path d=\"M346.183 331.075a4.473 4.473 0 0 1-2.355-3.618s6.671-41.484 9.116-42.262l-5.349-44.364a40.91 40.91 0 0 1 8.78-30.49 39.013 39.013 0 0 1 27.032-14.482q1.122-.101 2.23-.155a39.369 39.369 0 0 1 33.135 15.082 40.12 40.12 0 0 1 7.22 36.407l-3 10.44v72.955a4.555 4.555 0 0 1-1.862 3.653c-9.341 6.856-19.897 9.28-30.156 9.28-19.41 0-37.757-8.68-44.791-12.446Z\" fill=\"#6c63ff\"/><path d=\"m288.594 317.725-12.903-9.648a4.5 4.5 0 0 1-.597-6.673l76.863-82.474a15.053 15.053 0 0 1 19.522-2.075 14.978 14.978 0 0 1 1.925 22.976l-78.964 77.502a4.472 4.472 0 0 1-5.362.708 4.621 4.621 0 0 1-.484-.316Z\" fill=\"#6c63ff\"/><path d=\"M387.342 306.805a10.056 10.056 0 0 1 14.715-4.607l28.087-22.094 1.55 18.505-26.91 18.144a10.11 10.11 0 0 1-17.442-9.948Z\" fill=\"#ffb8b8\"/><path d=\"M412.481 315.43a4.464 4.464 0 0 1-3.023-3.249l-2.837-11.916a4.437 4.437 0 0 1 1.65-4.612l19.09-20.645-28.08-43.296a15.248 15.248 0 0 1-.461-18.626 15.242 15.242 0 0 1 26.295 2.994l26.104 50.81a23.118 23.118 0 0 1-7.721 29.796l-26.677 17.82a4.461 4.461 0 0 1-2.97 1.137 4.55 4.55 0 0 1-1.37-.213Z\" fill=\"#6c63ff\"/><path d=\"M408.002 187.106a4.398 4.398 0 0 1-6.493-2.565l-.016-.062c-.5-2.043-.105-4.182.024-6.282s-.089-4.405-1.526-5.94c-2.681-2.864-7.414-1.313-11.272-2.02a9.51 9.51 0 0 1-7.453-10.117c.053-.436.137-.874.23-1.31a7.325 7.325 0 0 0-7.65-8.83c-3.893.243-8.09 1.445-11.329-1.422a8.35 8.35 0 0 1-2.053-8.992c1.812-5.32 6.997-8.129 12.135-9.684a44.588 44.588 0 0 1 37.826 5.999c3.263 2.273 6.314 5.136 7.719 8.856s.762 8.427-2.349 10.904a20.123 20.123 0 0 1 4.766 19.52c-1.517 4.98-8.855 9.787-12.56 11.945Z\" fill=\"#2f2e41\"/><path d=\"M434.898 530h-147a1 1 0 0 1 0-2h147c.552 0 .448 1 1 1 .248 0-.448 1-1 1Z\" fill=\"#ccc\"/><path d=\"M273.311 117.834a12.132 12.132 0 0 0-11.392-8.01H12.104A12.1 12.1 0 0 0 0 121.919v191.714a12.121 12.121 0 0 0 12.104 12.104H261.92a12.121 12.121 0 0 0 12.104-12.104V121.928a12.012 12.012 0 0 0-.712-4.094Z\" fill=\"#fff\"/><path d=\"M273.311 117.834a12.132 12.132 0 0 0-11.392-8.01H12.104A12.1 12.1 0 0 0 0 121.919v191.714a12.121 12.121 0 0 0 12.104 12.104H261.92a12.121 12.121 0 0 0 12.104-12.104V121.928a12.012 12.012 0 0 0-.712-4.094Zm-.712 195.799a10.693 10.693 0 0 1-10.68 10.68H12.104a10.693 10.693 0 0 1-10.68-10.68V121.928a10.693 10.693 0 0 1 10.68-10.68H261.92a10.693 10.693 0 0 1 10.68 10.68Z\" fill=\"#3f3d56\"/><path d=\"M254.756 135.62v133.86a3.369 3.369 0 0 1-3.367 3.37H24.148a2.838 2.838 0 0 1-.483-.037 3.367 3.367 0 0 1-2.887-3.333V135.62a3.369 3.369 0 0 1 3.368-3.37h227.24a3.369 3.369 0 0 1 3.37 3.367v.003Z\" fill=\"#e6e6e6\"/><circle cx=\"78.059\" cy=\"182.274\" r=\"29.567\" fill=\"#6c63ff\"/><path d=\"M170.776 273.388H25.731a2.953 2.953 0 0 1-.542-.043l68.6-118.825a4.803 4.803 0 0 1 8.36 0l46.04 79.74 2.205 3.816Z\" fill=\"#3f3d56\"/><path opacity=\".2\" style=\"isolation:isolate\" d=\"M170.776 273.388h-49.522l24.31-35.312 1.75-2.543.875-1.272 2.205 3.815 20.382 35.312z\"/><path d=\"M251.537 273.388H126.084l24.31-35.312 1.75-2.543 31.678-46.018c2.077-3.016 7.073-3.204 9.515-.569a5.719 5.719 0 0 1 .456.57Z\" fill=\"#3f3d56\"/></svg>',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-dv5a42\",\"data-framer-name\":\"Undraw marketing_vz5j\",fill:\"black\",intrinsicHeight:484,intrinsicWidth:764,layoutDependency:layoutDependency,layoutId:\"fhHBawbDn\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"764.114\" height=\"484\"><path d=\"M758.378 317H463.386a5.743 5.743 0 0 1-5.736-5.736V5.736A5.743 5.743 0 0 1 463.386 0h294.992a5.743 5.743 0 0 1 5.736 5.736v305.528a5.743 5.743 0 0 1-5.736 5.736ZM463.386 2a3.74 3.74 0 0 0-3.736 3.736v305.528a3.74 3.74 0 0 0 3.736 3.736h294.992a3.74 3.74 0 0 0 3.736-3.736V5.736A3.74 3.74 0 0 0 758.378 2Z\" fill=\"#3f3d56\"/><path d=\"M666.485 128.406a63.22 63.22 0 1 1-55.603-33.119c.501 0 1.001.008 1.5.02l-.669-27.006c-.277-.003-.553-.01-.831-.01a90.184 90.184 0 1 0 77.35 43.772Z\" fill=\"#6c63ff\"/><path d=\"m666.485 128.406 21.747-16.343A90.156 90.156 0 0 0 611.713 68.3l.669 27.005a63.203 63.203 0 0 1 54.103 33.1Z\" fill=\"#e6e6e6\"/><path fill=\"#3f3d56\" d=\"m655.685 237.04 1.117-1.106 31.678 31.977-1.116 1.106zm-.565-157.591 22.02-39.259 1.37.768-22.02 39.26z\"/><path d=\"M711.626 280.815h-46.75a3.138 3.138 0 0 1-3.134-3.133v-6.584a3.138 3.138 0 0 1 3.134-3.134h46.75a3.138 3.138 0 0 1 3.135 3.134v6.584a3.138 3.138 0 0 1-3.135 3.133Z\" fill=\"#6c63ff\"/><path d=\"M699.775 41.135h-46.751A3.138 3.138 0 0 1 649.89 38v-6.584a3.138 3.138 0 0 1 3.134-3.134h46.75a3.138 3.138 0 0 1 3.135 3.134V38a3.138 3.138 0 0 1-3.134 3.134Z\" fill=\"#e6e6e6\"/><path d=\"M410.494 145.873H77.124a5.471 5.471 0 0 1-5.464-5.465V6.465A5.471 5.471 0 0 1 77.125 1h333.37a5.471 5.471 0 0 1 5.464 5.465v133.943a5.471 5.471 0 0 1-5.465 5.465ZM77.124 3a3.469 3.469 0 0 0-3.464 3.465v133.943a3.469 3.469 0 0 0 3.465 3.465h333.37a3.469 3.469 0 0 0 3.464-3.465V6.465A3.469 3.469 0 0 0 410.494 3Z\" fill=\"#3f3d56\"/><path d=\"M207.077 112.63h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.433-2.92h32.3a3.441 3.441 0 0 1 2.717 1.316 3.5 3.5 0 0 1 .654 3.001 82.894 82.894 0 0 0 0 38.5 3.5 3.5 0 0 1-.654 3 3.441 3.441 0 0 1-2.718 1.318Zm108.145 0h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.432-2.92h32.3a3.44 3.44 0 0 1 2.718 1.316 3.498 3.498 0 0 1 .654 3.001 82.897 82.897 0 0 0 0 38.5 3.498 3.498 0 0 1-.654 3 3.44 3.44 0 0 1-2.718 1.318Z\" fill=\"#e6e6e6\"/><path d=\"M152.138 81.377h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.432-2.921h32.3a3.441 3.441 0 0 1 2.718 1.317 3.5 3.5 0 0 1 .654 3.001 82.888 82.888 0 0 0 0 38.5 3.5 3.5 0 0 1-.654 3 3.441 3.441 0 0 1-2.718 1.317Zm109.232 0h-32.299a3.44 3.44 0 0 1-2.718-1.317 3.498 3.498 0 0 1-.654-3 82.894 82.894 0 0 0 0-38.5 3.499 3.499 0 0 1 .654-3 3.44 3.44 0 0 1 2.718-1.318h32.3a3.485 3.485 0 0 1 3.432 2.92 135.677 135.677 0 0 1 0 41.295 3.485 3.485 0 0 1-3.432 2.92Z\" fill=\"#6c63ff\"/><path d=\"M367.78 81.377h-32.299a3.44 3.44 0 0 1-2.718-1.317 3.498 3.498 0 0 1-.654-3 82.894 82.894 0 0 0 0-38.5 3.499 3.499 0 0 1 .654-3 3.44 3.44 0 0 1 2.718-1.318h32.3a3.485 3.485 0 0 1 3.432 2.92 135.693 135.693 0 0 1 0 41.295 3.485 3.485 0 0 1-3.432 2.92Z\" fill=\"#ff6584\"/><path d=\"M187.937 319.466a10.743 10.743 0 0 1-7.842-14.486l-44.335-95.192 22.491-6.32 36.547 95.673a10.8 10.8 0 0 1-6.86 20.325Zm-85.858 151.898h12.26l5.832-47.288h-18.094l.002 47.288z\" fill=\"#a0616a\"/><path d=\"m137.983 482.747-38.53.001-.002-14.886 23.644-.002a14.887 14.887 0 0 1 14.888 14.887Z\" fill=\"#2f2e41\"/><path fill=\"#a0616a\" d=\"m38.354 458.148 11.269 4.827 23.982-41.171-16.633-7.124-18.618 43.468z\"/><path d=\"m66.875 482.748-35.418-15.17 5.861-13.684 21.734 9.309a14.887 14.887 0 0 1 7.823 19.545Z\" fill=\"#2f2e41\"/><circle cx=\"132.39\" cy=\"140.57\" r=\"24.561\" fill=\"#a0616a\"/><path d=\"m114.646 459.803-13.496-2.572a4.474 4.474 0 0 1-3.634-4.878l8.95-87.26a3.5 3.5 0 0 0-6.7-1.735l-39.071 91.167a4.5 4.5 0 0 1-5.964 2.34l-10.977-4.88a4.482 4.482 0 0 1-2.441-5.535l26.722-80.167a3.5 3.5 0 0 0 .155-.694l8.674-73.247a4.5 4.5 0 0 1 2.775-3.64l27.389-11.127a4.5 4.5 0 0 1 4.833.945l34.57 33.66a4.482 4.482 0 0 1 1.275 4.101L119.902 456.26a4.517 4.517 0 0 1-4.417 3.623 4.47 4.47 0 0 1-.839-.08Z\" fill=\"#2f2e41\"/><path d=\"M99.26 296.38c-4.785-5.54-8.277-8.054-10.665-7.657-2.37.383-3.736 3.693-5.184 7.198-1.975 4.784-4.215 10.207-9.734 10.63a4.647 4.647 0 0 1-4.562-1.87c-4.342-6.456 6.072-27.824 7.023-29.743l-.488-101.061a4.49 4.49 0 0 1 2.353-3.985c28.616-15.432 67.257 11.406 74.712 16.944a4.488 4.488 0 0 1 1.81 3.849c-.9 16.925-5.387 102.32-5.387 121.369 0 5.273-1.818 8.624-5.406 9.958a10.781 10.781 0 0 1-3.774.619c-10.946 0-28.873-12.559-40.698-26.25Z\" fill=\"#ccc\"/><path d=\"M139.196 247.309a4.45 4.45 0 0 1-2.023-3.567l-1.938-45.265a11.747 11.747 0 0 1 22.712-4.692l14.507 38.017a4.505 4.505 0 0 1-2.6 5.808l-26.58 10.144a4.455 4.455 0 0 1-4.078-.445Z\" fill=\"#ccc\"/><path d=\"M71.649 318.037a10.743 10.743 0 0 1-1.726-16.382l-4.69-104.905 23.201 2.732-2.693 102.382a10.8 10.8 0 0 1-14.092 16.173Z\" fill=\"#a0616a\"/><path d=\"M55.538 224.685a4.45 4.45 0 0 1-.619-4.054l14.328-42.983a11.747 11.747 0 0 1 22.891 3.715v40.69a4.505 4.505 0 0 1-4.5 4.5h-28.45a4.453 4.453 0 0 1-3.65-1.868Z\" fill=\"#ccc\"/><path d=\"M116.53 157.09a4.853 4.853 0 0 1-6.352-.317c-5.264-4.92-9.706-10.804-11.954-17.618-2.577-7.808-1.918-16.953 3.015-23.53 4.17-5.56 10.772-8.702 17.274-11.157a28.271 28.271 0 0 1 7.96-2.068 10.937 10.937 0 0 1 7.755 2.178 6.868 6.868 0 0 1 2.275 7.397 25.847 25.847 0 0 1 11.802-6.105 14.267 14.267 0 0 1 8.44.35c3.77 1.55 6.22 5.338 7.349 9.256a16.724 16.724 0 0 1 .218 9.21 11.146 11.146 0 0 1-5.706 7.032c-3.45 1.625-7.544 1.011-11.151-.226s-7.028-3.063-10.759-3.853-8.039-.328-10.68 2.424c-1.858 1.938-2.59 4.664-3.255 7.266l-3.46 13.534a16.88 16.88 0 0 1-2.156 5.574 3.333 3.333 0 0 1-.616.652Z\" fill=\"#2f2e41\"/><path d=\"M216.138 352.377h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.432-2.921h32.3a3.44 3.44 0 0 1 2.718 1.317 3.5 3.5 0 0 1 .654 3.001 82.897 82.897 0 0 0 0 38.5 3.5 3.5 0 0 1-.654 3 3.44 3.44 0 0 1-2.718 1.317Z\" fill=\"#6c63ff\"/><path d=\"M162 484H1a1 1 0 0 1 0-2h161a1 1 0 0 1 0 2Z\" fill=\"#3f3d56\"/></svg>',withExternalLayout:true}),isDisplayed8()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1x4x32u\",\"data-framer-name\":\"Undraw customer-survey_2l89\",fill:\"black\",intrinsicHeight:421,intrinsicWidth:997,layoutDependency:layoutDependency,layoutId:\"iCFDgcpNc\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"997\" height=\"420.619\"><path d=\"M304.19 3.913c14.477-6.132 32.626-5.457 44.471 4.882a72.442 72.442 0 0 0-43.052 24.903c-4.21 5.076-8.363 11.16-14.836 12.418-4.027.784-8.235-.565-11.673-2.803-3.439-2.24-6.238-5.312-8.996-8.35l-.96-.357c9.258-12.708 20.567-24.561 35.045-30.693Z\" fill=\"#f0f0f0\"/><path d=\"M348.48 9.07a61.918 61.918 0 0 0-37.872 4.122 26.664 26.664 0 0 0-7.076 4.442 15.293 15.293 0 0 0-4.236 6.844c-.772 2.427-1.28 4.999-2.63 7.196a9.364 9.364 0 0 1-6.388 4.223c-3.231.617-6.491.037-9.66-.641-3.518-.753-7.16-1.591-10.736-.708-.434.107-.574-.571-.142-.678 6.222-1.537 12.24 1.885 18.465 1.576 2.905-.144 5.784-1.164 7.524-3.61 1.521-2.14 2.048-4.791 2.809-7.255a16.319 16.319 0 0 1 3.892-6.846 24.65 24.65 0 0 1 6.879-4.698 60.072 60.072 0 0 1 18-5.342 63.016 63.016 0 0 1 21.391.718c.436.09.213.747-.22.657Z\" fill=\"#fff\"/><path d=\"M314.331 11.254A9.29 9.29 0 0 1 319.215.26c.403-.192.72.425.317.617a8.602 8.602 0 0 0-4.522 10.235c.128.427-.552.566-.679.142Zm-14.805 11.941a17.905 17.905 0 0 0 12.93 1.76c.433-.106.574.572.14.678a18.624 18.624 0 0 1-13.45-1.858c-.39-.218-.008-.797.38-.58Zm34.655-15.597a5.258 5.258 0 0 0 2.714 4.187c.392.214.01.792-.38.58a5.893 5.893 0 0 1-3.012-4.625.358.358 0 0 1 .268-.41.348.348 0 0 1 .41.268Z\" fill=\"#fff\"/><path d=\"M347.244 62.01a49.682 49.682 0 0 0-.751-.376 69.251 69.251 0 0 0-10.417-4.204 30.9 30.9 0 0 0-.834-.26 73.005 73.005 0 0 0-26.725-2.86 70.898 70.898 0 0 0-10.643 1.668c-4.833 1.14-9.983 2.76-14.77 2.253a12.16 12.16 0 0 1-1.487-.235l-12.833-22.19c-.004-.066-.013-.128-.017-.193l-.553-.863c.177-.055.363-.108.54-.164.103-.032.209-.06.312-.092.07-.02.139-.04.2-.062a.97.97 0 0 1 .065-.017c.061-.022.12-.036.177-.055q1.553-.452 3.117-.884c.005-.003.005-.003.013 0a104.245 104.245 0 0 1 24.33-3.937c.245-.007.496-.017.748-.014a67.652 67.652 0 0 1 11.021.646 59.81 59.81 0 0 1 5.938 1.167 49.734 49.734 0 0 1 14.301 6.106c8.805 5.529 15.744 13.812 18.096 23.802.06.255.117.506.172.765Z\" fill=\"#f0f0f0\"/><path d=\"M346.934 62.124a61.918 61.918 0 0 0-32.72-19.511 26.664 26.664 0 0 0-8.324-.713 15.293 15.293 0 0 0-7.503 2.914c-2.077 1.472-4.032 3.22-6.432 4.162a9.364 9.364 0 0 1-7.643-.474c-2.952-1.453-5.206-3.879-7.327-6.328-2.356-2.72-4.76-5.581-8.147-7.03-.41-.175-.114-.801.296-.626 5.893 2.519 8.637 8.874 13.794 12.376 2.406 1.634 5.32 2.552 8.18 1.647 2.503-.792 4.52-2.592 6.612-4.102a16.319 16.319 0 0 1 7.23-3.122 24.65 24.65 0 0 1 8.32.39 60.072 60.072 0 0 1 17.587 6.572 63.016 63.016 0 0 1 16.649 13.453c.293.334-.28.724-.572.392Z\" fill=\"#fff\"/><path d=\"M318.354 43.307a9.29 9.29 0 0 1 10.518-5.837c.437.09.319.772-.119.683a8.602 8.602 0 0 0-9.772 5.45c-.156.418-.781.12-.627-.296Zm-19.011.621a17.905 17.905 0 0 0 9.264 9.189c.41.177.114.803-.295.627a18.624 18.624 0 0 1-9.622-9.582c-.18-.409.474-.64.653-.234Zm37.061 8.412a5.258 5.258 0 0 0-.355 4.977c.185.406-.468.638-.652.234a5.893 5.893 0 0 1 .38-5.507.358.358 0 0 1 .461-.166.348.348 0 0 1 .166.462Z\" fill=\"#fff\"/><path fill=\"#a0616a\" d=\"M851.45 409.096h-11.361l-5.405-43.824 16.768.001-.002 43.823z\"/><path d=\"m854.348 420.11-36.635-.002v-.463a14.26 14.26 0 0 1 14.26-14.26l22.376.002Z\" fill=\"#2f2e41\"/><path fill=\"#a0616a\" d=\"m939.916 404.178-11.234 1.698-11.895-42.523 14.727-2.506 8.402 43.331z\"/><path d=\"m944.427 414.634-36.223 5.476-.069-.459a14.26 14.26 0 0 1 11.967-16.23h.001l22.124-3.344Z\" fill=\"#2f2e41\"/><path d=\"M615.84 420.11H276.349V80.619h339.49Z\" fill=\"#fff\"/><path d=\"M615.84 420.11H276.349V80.619h339.49Zm-334.475-5.016h329.459V85.634h-329.46Z\" fill=\"#f0f0f0\"/><path fill=\"#6c63ff\" d=\"M346.347 226.561h217.726v7.686H346.347zm0 19.984h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347z\"/><circle cx=\"333.131\" cy=\"231.53\" r=\"5.016\" fill=\"#6c63ff\"/><path fill=\"#f0f0f0\" d=\"M346.347 140.454h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347zm0 19.984h217.726v7.686H346.347z\"/><circle cx=\"333.131\" cy=\"144.587\" r=\"5.016\" fill=\"#f0f0f0\"/><path fill=\"#f0f0f0\" d=\"M346.347 313.505h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347z\"/><circle cx=\"333.131\" cy=\"317.638\" r=\"5.016\" fill=\"#e5e5e5\"/><path data-name=\"Path 138\" d=\"M798.078 286H600.544c-2.959-.007-5.358-4.913-5.361-10.97V128.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971Z\" fill=\"#fff\"/><path data-name=\"Path 138\" d=\"M798.078 286H600.544c-2.959-.007-5.358-4.913-5.361-10.97V128.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971ZM600.544 121.493c-1.776 0-3.215 2.95-3.217 6.583v146.953c0 3.633 1.441 6.578 3.217 6.582h197.534c1.776 0 3.215-2.948 3.217-6.582V128.076c0-3.634-1.441-6.579-3.217-6.583Z\" fill=\"#e6e6e6\"/><path fill=\"#6c63ff\" d=\"M672.885 236.928h53.171v3.996h-53.171zm-7.115 10.385h66.916v3.996H665.77z\"/><path d=\"M734.029 186.514a34.73 34.73 0 0 1-51.18 30.576l-.007-.007a34.72 34.72 0 1 1 51.187-30.569Z\" fill=\"#cacaca\"/><circle cx=\"699.488\" cy=\"175.391\" r=\"9.438\" fill=\"#fff\"/><path d=\"M715.603 204.33a48.645 48.645 0 0 1-32.577-.126l-.007-.005 7.031-13.88h18.876Z\" fill=\"#fff\"/><path fill=\"#3f3d56\" d=\"M560.144 338.547H708.36v-64.988h-2.281v62.707H560.144v2.281z\"/><circle cx=\"707.22\" cy=\"284.089\" r=\"12.541\" fill=\"#3f3d56\"/><path data-name=\"Path 138\" d=\"M286.078 196H88.544c-2.959-.007-5.358-4.913-5.361-10.97V38.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971Z\" fill=\"#fff\"/><path data-name=\"Path 138\" d=\"M286.078 196H88.544c-2.959-.007-5.358-4.913-5.361-10.97V38.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971ZM88.544 31.493c-1.776 0-3.215 2.95-3.217 6.583v146.953c0 3.633 1.441 6.578 3.217 6.582h197.534c1.776 0 3.215-2.948 3.217-6.582V38.076c0-3.634-1.441-6.579-3.217-6.583Z\" fill=\"#e6e6e6\"/><path d=\"M231.164 73.015a48.949 48.949 0 0 0-33.701-15.35v49.05Z\" fill=\"#3f3d56\"/><path d=\"m231.164 79.122-33.701 33.7h47.098a48.923 48.923 0 0 0-13.397-33.7Z\" fill=\"#e4e4e4\"/><path d=\"M244.61 116.348a49.226 49.226 0 0 1-.844 9.112c-.044.238-.09.474-.139.71a48.694 48.694 0 0 1-5.681 14.889c-.144.247-.292.495-.44.738v.002a49.246 49.246 0 0 1-9.858 11.662 37.94 37.94 0 0 1-.578.496 48.88 48.88 0 0 1-29.608 11.44v-49.05Z\" fill=\"#f0f0f0\"/><path d=\"M192.698 165.44c.652 0 1.3-.016 1.946-.041v-49.053l-35.673 35.673a48.924 48.924 0 0 0 33.727 13.422Z\" fill=\"#cacaca\"/><path d=\"M192.765 63.729a49.094 49.094 0 0 0-49.094 49.094h51.09v-49.05a49.901 49.901 0 0 0-1.996-.044Zm-11.713 52.619-10.321 10.321-.338.338-.007.007-9.001 8.999-.343.342-9.724 9.725-.343.342v.003l-5.596 5.594a48.953 48.953 0 0 1-15.368-35.671Z\" fill=\"#6c63ff\"/><path fill=\"#3f3d56\" d=\"M346.913 250.547H198.698v-64.988h2.28v62.707h145.935v2.281z\"/><circle cx=\"199.838\" cy=\"196.089\" r=\"12.541\" fill=\"#3f3d56\"/><path d=\"m904.885 191.917-12.615 3.305.84 20.453.103 37.238a7.463 7.463 0 1 0 9.877 1.24l3.876-37.374Z\" fill=\"#a0616a\"/><path d=\"m908.415 204.215-18.44-6.21-.042-.277c-.028-.175-2.733-17.639-2.7-29.62a9.18 9.18 0 0 1 3.06-7.1 9.628 9.628 0 0 1 10.422-1.676 10.298 10.298 0 0 1 6.366 9.158Z\" fill=\"#e4e4e4\"/><path d=\"m874.111 202.502-28.203-7.3-13.037 43.906-.463 163.569 21.567-.135 9.015-132.389 57.458 122.33 23.168-2.78-50.507-131.134s2.78-23.168-6.024-34.752l1.854-12.048Z\" fill=\"#2f2e41\"/><path d=\"m889.774 215.013-2.135-.034-43.341-17.324 20.735-46.18 9.844 1.788-1.792-7.168 21.752-5.317 3.785 15.138 5.584 5.076a9.819 9.819 0 0 1 2.708 10.364l-12.864 38.593a4.337 4.337 0 0 1-4.276 5.064Z\" fill=\"#e4e4e4\"/><path d=\"m857.18 180.432-11.403-6.329-13.527 15.364-25.659 26.987a7.463 7.463 0 1 0 6.282 7.722l28.63-24.335Z\" fill=\"#a0616a\"/><path d=\"m851.232 191.76-9.037-17.23.16-.23c.102-.145 10.216-14.638 18.52-23.275a9.18 9.18 0 0 1 7.117-3.017 9.633 9.633 0 0 1 8.69 5.99 10.297 10.297 0 0 1-1.726 11.018Z\" fill=\"#e4e4e4\"/><circle cx=\"878.743\" cy=\"120.678\" r=\"17.283\" fill=\"#a0616a\"/><path d=\"M857.946 110.544c2.907-5.203 4.019-7.376 7.766-10.54 3.314-2.798 7.39-3.62 10.677-.968a19.688 19.688 0 1 1-11.88 18.072 19.85 19.85 0 0 1 .135-2.226c-2.858-.402-3.84-3.936-6.698-4.338Z\" fill=\"#2f2e41\"/><path d=\"M93.592 261.632a6.492 6.492 0 0 0 1.546-9.835l8.437-84.666-14.088.935-3.903 83.37a6.528 6.528 0 0 0 8.008 10.196Z\" fill=\"#ffb8b8\"/><path d=\"m83.78 163.995 3.693 28.073-.513 17.205 15.495 1.419 3.106-14.31 1.71-37.884a11.305 11.305 0 0 0-9.988-11.74 11.305 11.305 0 0 0-12.513 9.748Z\" fill=\"#2f2e41\"/><path fill=\"#ffb7b7\" d=\"M143.119 410.998h9.399l4.471-36.254h-13.872l.002 36.254z\"/><path d=\"m140.721 407.93 18.51-.001h.001a11.797 11.797 0 0 1 11.797 11.796v.383l-30.307.002Z\" fill=\"#2f2e41\"/><path fill=\"#ffb7b7\" d=\"M65.508 410.998h9.399l4.471-36.254H65.506l.002 36.254z\"/><path d=\"m63.11 407.93 18.51-.001h.001a11.797 11.797 0 0 1 11.796 11.796v.383l-30.307.002Z\" fill=\"#2f2e41\"/><circle cx=\"102.058\" cy=\"113.036\" r=\"20.378\" fill=\"#ffb8b8\"/><path d=\"m104.69 141.687-14.141 1.617a37.633 37.633 0 0 0-4.812 33.982l10.67 30.87s-14.813 29.696-14.813 57.267-28.21 125.988-28.21 125.988l39.709 4.142 17.327-104.84 23.876 104.418 27.258-4.437-15.013-136.905-9.92-45.061-.423-21.975s4.218-16.49-6.339-27.046l-12.89-17.96Z\" fill=\"#2f2e41\"/><path d=\"M204.388 214.28a7.114 7.114 0 0 0-8.634-6.665l-76.903-52.697-6.521 14.029 78.045 47.658a7.152 7.152 0 0 0 14.013-2.324Z\" fill=\"#ffb8b8\"/><path d=\"m105.412 172.286 28.917 11.236 16.26 9.554 9.525-14.14L148 168.416l-35.498-21.596a12.387 12.387 0 0 0-16.54 3.414 12.387 12.387 0 0 0 2.775 17.156Zm20.401-66.528H95.867V92.705c6.573-2.611 13.005-4.832 16.893 0a13.053 13.053 0 0 1 13.053 13.053Z\" fill=\"#2f2e41\"/><path d=\"M101.21 91.401c-17.902.08-22.913 22.44-22.913 35.099 0 7.06 3.193 9.585 8.21 10.44l1.772-9.45 4.15 9.856c1.409.007 2.89-.02 4.424-.049l1.407-2.897 3.138 2.845c12.567.019 30.829-1.103 22.724-10.745-10.858-12.917-7.309-35.168-22.913-35.099Zm820.568 70.271a20.994 20.994 0 0 1-.347-9.179c.835-5.885 2.714-11.563 4.432-17.254 1.718-5.691 3.293-11.494 3.492-17.435.198-5.941-1.09-12.1-4.632-16.874-3.543-4.774-9.583-7.902-15.46-7.004-5.614.857-10.517 5.922-10.546 11.541-1.005 1.819.293 4.302 2.142 5.38 1.94 1.132 4.277 1.283 6.428 1.926a16.115 16.115 0 0 1 9.657 8.547 20.834 20.834 0 0 1 1.4 12.977c-.847 4.229-2.795 8.142-4.256 12.2-1.46 4.058-2.437 8.513-1.264 12.663a13.336 13.336 0 0 0 14.946 9.107 9.846 9.846 0 0 1-5.992-6.595Z\" fill=\"#2f2e41\"/><path d=\"M996 420.619H1a1 1 0 0 1 0-2h995a1 1 0 0 1 0 2Z\" fill=\"#cacaca\"/><path d=\"M768.964 372.003c-1.94-15.603-11.61-30.976-26.49-36.054a72.442 72.442 0 0 1-.004 49.737c-2.287 6.185-5.474 12.826-3.323 19.06 1.338 3.878 4.612 6.845 8.271 8.7 3.66 1.856 7.721 2.74 11.732 3.607l.789.653c6.367-14.376 10.965-30.1 9.025-45.703Z\" fill=\"#f0f0f0\"/><path d=\"M742.326 336.244a61.918 61.918 0 0 1 15.393 34.848 26.664 26.664 0 0 1-.304 8.349 15.293 15.293 0 0 1-3.803 7.093c-1.715 1.884-3.686 3.612-4.913 5.88a9.364 9.364 0 0 0-.458 7.644c1.083 3.106 3.218 5.638 5.391 8.041 2.414 2.669 4.962 5.402 5.988 8.94.124.428.782.21.658-.218-1.785-6.155-7.76-9.65-10.609-15.194-1.33-2.587-1.887-5.59-.641-8.321 1.09-2.388 3.122-4.172 4.874-6.064a16.319 16.319 0 0 0 3.977-6.797 24.65 24.65 0 0 0 .624-8.306 60.071 60.071 0 0 0-4.388-18.256 63.016 63.016 0 0 0-11.33-18.158c-.297-.332-.754.19-.46.52Z\" fill=\"#fff\"/><path d=\"M757.532 366.898a9.29 9.29 0 0 0 7.071-9.73c-.035-.445-.727-.411-.692.034a8.602 8.602 0 0 1-6.596 9.038c-.434.103-.214.76.217.658Zm-2.925 18.796a17.905 17.905 0 0 1-7.996-10.312c-.126-.429-.784-.21-.658.217a18.624 18.624 0 0 0 8.342 10.713c.384.228.694-.392.312-.618Zm-3.848-37.809a5.258 5.258 0 0 1-4.984-.253c-.38-.233-.69.388-.311.62a5.892 5.892 0 0 0 5.512.291.358.358 0 0 0 .22-.438.348.348 0 0 0-.437-.22Z\" fill=\"#fff\"/><path d=\"M697.116 363.818c.234.152.468.304.702.462a69.252 69.252 0 0 1 8.855 6.913c.216.193.432.392.643.59a73.006 73.006 0 0 1 15.855 21.704 70.897 70.897 0 0 1 3.884 10.048c1.433 4.755 2.608 10.025 5.445 13.914a12.163 12.163 0 0 0 .947 1.17h25.634c.059-.03.117-.053.176-.082l1.023.046c-.04-.18-.087-.368-.129-.55-.023-.105-.052-.21-.076-.315-.017-.07-.035-.14-.046-.205a.97.97 0 0 0-.018-.064c-.012-.064-.03-.123-.041-.181q-.386-1.57-.795-3.141c0-.006 0-.006-.006-.012a104.244 104.244 0 0 0-8.773-23.031c-.117-.217-.234-.439-.362-.655a67.653 67.653 0 0 0-6.077-9.218 59.81 59.81 0 0 0-3.983-4.556 49.734 49.734 0 0 0-12.446-9.322c-9.194-4.854-19.838-6.714-29.663-3.749a36.66 36.66 0 0 0-.749.234Z\" fill=\"#f0f0f0\"/><path d=\"M697.174 364.143a61.918 61.918 0 0 1 33.27 18.557 26.664 26.664 0 0 1 4.785 6.848 15.293 15.293 0 0 1 1.234 7.954c-.235 2.536-.769 5.103-.383 7.652a9.364 9.364 0 0 0 4.237 6.379c2.735 1.828 5.964 2.564 9.146 3.175 3.533.677 7.214 1.325 10.163 3.533.357.267.751-.303.395-.57-5.131-3.84-12.007-3.034-17.62-5.745-2.618-1.265-4.872-3.327-5.52-6.258-.568-2.562-.02-5.21.24-7.776a16.319 16.319 0 0 0-.917-7.821 24.65 24.65 0 0 0-4.503-7.008 60.072 60.072 0 0 0-14.494-11.934 63.016 63.016 0 0 0-19.98-7.677c-.436-.086-.487.605-.053.691Z\" fill=\"#fff\"/><path d=\"M727.77 379.463a9.29 9.29 0 0 0-.212-12.027c-.296-.333-.828.11-.532.445a8.602 8.602 0 0 1 .175 11.188c-.284.343.287.736.57.394Zm8.981 16.769a17.905 17.905 0 0 1-12.593-3.42c-.358-.266-.752.304-.394.57a18.624 18.624 0 0 0 13.11 3.531c.445-.049.319-.73-.123-.681Zm-25.836-27.872a5.258 5.258 0 0 1-4.13 2.799c-.445.043-.318.725.123.682a5.893 5.893 0 0 0 4.577-3.086.358.358 0 0 0-.087-.482.348.348 0 0 0-.483.088Z\" fill=\"#fff\"/><path d=\"M192.094 372.003c1.94-15.603 11.61-30.976 26.49-36.054a72.442 72.442 0 0 0 .004 49.737c2.286 6.185 5.473 12.826 3.323 19.06-1.339 3.878-4.612 6.845-8.272 8.7-3.66 1.856-7.72 2.74-11.731 3.607l-.79.653c-6.366-14.376-10.965-30.1-9.024-45.703Z\" fill=\"#f0f0f0\"/><path d=\"M218.732 336.244a61.918 61.918 0 0 0-15.393 34.848 26.664 26.664 0 0 0 .303 8.349 15.293 15.293 0 0 0 3.804 7.093c1.714 1.884 3.686 3.612 4.913 5.88a9.364 9.364 0 0 1 .457 7.644c-1.083 3.106-3.217 5.638-5.39 8.041-2.414 2.669-4.963 5.402-5.989 8.94-.124.428-.782.21-.658-.218 1.785-6.155 7.76-9.65 10.61-15.194 1.329-2.587 1.887-5.59.64-8.321-1.09-2.388-3.121-4.172-4.873-6.064a16.319 16.319 0 0 1-3.978-6.797 24.65 24.65 0 0 1-.623-8.306 60.071 60.071 0 0 1 4.387-18.256 63.016 63.016 0 0 1 11.331-18.158c.297-.332.753.19.459.52Z\" fill=\"#fff\"/><path d=\"M203.526 366.898a9.29 9.29 0 0 1-7.072-9.73c.036-.445.728-.411.693.034a8.602 8.602 0 0 0 6.596 9.038c.434.103.214.76-.217.658Zm2.924 18.796a17.905 17.905 0 0 0 7.997-10.312c.125-.429.783-.21.658.217a18.624 18.624 0 0 1-8.342 10.713c-.385.228-.694-.392-.312-.618Zm3.849-37.809a5.258 5.258 0 0 0 4.983-.253c.381-.233.69.388.312.62a5.892 5.892 0 0 1-5.512.291.358.358 0 0 1-.22-.438.348.348 0 0 1 .437-.22Z\" fill=\"#fff\"/><path d=\"M263.941 363.818c-.233.152-.467.304-.702.462a69.251 69.251 0 0 0-8.854 6.913c-.216.193-.433.392-.643.59a73.005 73.005 0 0 0-15.856 21.704 70.897 70.897 0 0 0-3.883 10.048c-1.433 4.755-2.609 10.025-5.445 13.914a12.163 12.163 0 0 1-.948 1.17h-25.634c-.058-.03-.117-.053-.175-.082l-1.024.046.13-.55c.023-.105.052-.21.075-.315.018-.07.035-.14.047-.205a.97.97 0 0 1 .017-.064c.012-.064.03-.123.042-.181q.386-1.57.795-3.141c0-.006 0-.006.006-.012a104.244 104.244 0 0 1 8.772-23.031c.117-.217.234-.439.363-.655a67.652 67.652 0 0 1 6.077-9.218 59.806 59.806 0 0 1 3.983-4.556 49.734 49.734 0 0 1 12.445-9.322c9.194-4.854 19.838-6.714 29.664-3.749.251.076.497.152.748.234Z\" fill=\"#f0f0f0\"/><path d=\"M263.884 364.143a61.918 61.918 0 0 0-33.271 18.557 26.664 26.664 0 0 0-4.784 6.848 15.293 15.293 0 0 0-1.234 7.954c.235 2.536.768 5.103.383 7.652a9.364 9.364 0 0 1-4.238 6.379c-2.734 1.828-5.963 2.564-9.145 3.175-3.534.677-7.215 1.325-10.164 3.533-.357.267-.75-.303-.394-.57 5.13-3.84 12.006-3.034 17.619-5.745 2.619-1.265 4.873-3.327 5.521-6.258.568-2.562.02-5.21-.24-7.776a16.319 16.319 0 0 1 .916-7.821 24.65 24.65 0 0 1 4.504-7.008 60.071 60.071 0 0 1 14.494-11.934 63.016 63.016 0 0 1 19.98-7.677c.436-.086.486.605.053.691Z\" fill=\"#fff\"/><path d=\"M233.287 379.463a9.29 9.29 0 0 1 .213-12.027c.295-.333.828.11.532.445a8.602 8.602 0 0 0-.176 11.188c.285.343-.287.736-.57.394Zm-8.981 16.769a17.905 17.905 0 0 0 12.593-3.42c.358-.266.753.304.395.57a18.624 18.624 0 0 1-13.111 3.531c-.444-.049-.318-.73.123-.681Zm25.836-27.872a5.258 5.258 0 0 0 4.131 2.799c.445.043.318.725-.124.682a5.892 5.892 0 0 1-4.577-3.086.358.358 0 0 1 .088-.482.348.348 0 0 1 .482.088Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed9()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI That Works for Your Store\"})}),className:\"framer-14hz74\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TXuakICI_\",style:{\"--extracted-1of0zx5\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},verticalAlignment:\"center\",withExternalLayout:true}),isDisplayed10()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1m6em4s\",\"data-framer-name\":\"Undraw ship-it_vn4g\",fill:\"black\",intrinsicHeight:452,intrinsicWidth:654,layoutDependency:layoutDependency,layoutId:\"r6R7AY44f\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"654.016\" height=\"451.84\"><g data-name=\"Group 266\" transform=\"translate(-632.992 -314.08)\"><path data-name=\"Path 4661\" d=\"M1275.872 314.079H644.128a11.246 11.246 0 0 0-11.136 11.328v429.208a11.24 11.24 0 0 0 11.136 11.3h631.744a11.241 11.241 0 0 0 11.136-11.3V325.408a11.246 11.246 0 0 0-11.135-11.328Z\" fill=\"#090814\"/><path data-name=\"Path 4660\" d=\"M1183.205 316.323H644.728a9.513 9.513 0 0 0-9.492 9.512v360.379a9.508 9.508 0 0 0 9.492 9.492h538.476a9.508 9.508 0 0 0 9.492-9.492V325.839a9.513 9.513 0 0 0-9.491-9.512Z\" fill=\"#090814\"/><path data-name=\"Path 4021\" d=\"M1257.202 316.323H644.795a10.819 10.819 0 0 0-10.8 10.818v409.857a10.814 10.814 0 0 0 10.8 10.8h612.407a10.814 10.814 0 0 0 10.8-10.8V327.139a10.818 10.818 0 0 0-10.794-10.818Z\" fill=\"#fff\"/><path data-name=\"Path 4026\" d=\"M1238.665 372.795H665.639a2.279 2.279 0 0 1 0-4.558h573.027a2.279 2.279 0 0 1 0 4.558Z\" fill=\"#cacaca\"/><ellipse data-name=\"Ellipse 687\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(663.411 329.297)\" fill=\"#3f3d56\"/><ellipse data-name=\"Ellipse 688\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(709.544 329.297)\" fill=\"#3f3d56\"/><ellipse data-name=\"Ellipse 689\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(755.678 329.297)\" fill=\"#6c63ff\"/><ellipse data-name=\"Ellipse 808\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(1214.185 329.297)\" fill=\"#e6e6e6\"/><g data-name=\"Group 265\" transform=\"translate(-302.061 -7.305)\"><rect data-name=\"Rectangle 946\" width=\"179.545\" height=\"78.551\" rx=\"24\" transform=\"translate(1261.092 484.357)\" fill=\"#6c63ff\"/><rect data-name=\"Rectangle 947\" width=\"179.545\" height=\"78.551\" rx=\"24\" transform=\"translate(1065.061 484.357)\" fill=\"#e6e6e6\"/><g data-name=\"Group 263\"><path data-name=\"Path 4662\" d=\"M1323.933 497.824h53.864v53.864h-53.864Z\" fill=\"none\"/><path data-name=\"Path 4663\" d=\"M1348.621 544.957a2.244 2.244 0 0 1-2.229-1.979 15.777 15.777 0 0 0-4.492-9.255 15.777 15.777 0 0 0-9.209-4.486 2.245 2.245 0 0 1-1.7-3.4 15.708 15.708 0 0 1 11.559-7.69 22.445 22.445 0 0 1 19.416-13.59h.122a8.987 8.987 0 0 1 8.978 8.977v.122a22.445 22.445 0 0 1-13.592 19.415 15.708 15.708 0 0 1-7.732 11.586 2.244 2.244 0 0 1-1.121.3Zm-11.755-19.39a20.285 20.285 0 0 1 8.212 4.979 20.285 20.285 0 0 1 4.975 8.211 11.153 11.153 0 0 0 3.057-7.344 2.244 2.244 0 0 1 1.5-2.043 17.9 17.9 0 0 0 11.965-15.893 4.494 4.494 0 0 0-4.431-4.431 17.9 17.9 0 0 0-15.895 11.966 2.244 2.244 0 0 1-2.043 1.5 11.153 11.153 0 0 0-7.34 3.055Z\" fill=\"#fff\"/><path data-name=\"Path 4664\" d=\"M1332.825 546.061a19.171 19.171 0 0 1-2.312-.14 2.459 2.459 0 0 1-2.188-2.042 15.539 15.539 0 0 1 1.728-9.552 17.075 17.075 0 0 1 7.161-7.02 2.641 2.641 0 0 1 3.46.9 2.284 2.284 0 0 1-.963 3.226 11.7 11.7 0 0 0-6.45 9.89 12.786 12.786 0 0 0 10.609-6.013 2.641 2.641 0 0 1 3.46-.9 2.284 2.284 0 0 1 .963 3.226 17.251 17.251 0 0 1-7.53 6.676 18.767 18.767 0 0 1-7.938 1.749Z\" fill=\"#fff\"/><path data-name=\"Path 4665\" d=\"M1357.633 521.511a3.524 3.524 0 1 1 3.524-3.524 3.528 3.528 0 0 1-3.524 3.524Z\" fill=\"#fff\"/></g></g><path data-name=\"Path 2993\" d=\"M872.796 641.177h157.983a5.153 5.153 0 0 0 0-10.306H872.796a5.153 5.153 0 0 0 0 10.306Z\" fill=\"#e4e4e4\"/><path data-name=\"Path 2995\" d=\"M872.797 667.165h68.481a5.153 5.153 0 0 0 0-10.306h-68.481a5.154 5.154 0 0 0 0 10.307Z\" fill=\"#e4e4e4\"/></g></svg>',withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-92l2q1\",\"data-border\":true,\"data-framer-name\":\"Tab Button Block\",layoutDependency:layoutDependency,layoutId:\"btrRQ8U0_\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({Iet5y62hx:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o3q9cw-container\",layoutDependency:layoutDependency,layoutId:\"jiA6FTa1X-container\",nodeId:\"jiA6FTa1X\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"jiA6FTa1X\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"jiA6FTa1X\",LCIpE3scH:\"E-Commerce\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a15rq1ef,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ngq90t\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"Uw2I6DVBk\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-bzy9j6\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rNfN8PSBp\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 609 3\"><path d=\"M 0.842 1.5 L 608.158 1.5\" fill=\"transparent\" stroke-width=\"0.97\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12285752358,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({Iet5y62hx:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+212}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qpxv2n-container\",layoutDependency:layoutDependency,layoutId:\"LxHkio8f1-container\",nodeId:\"LxHkio8f1\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"LxHkio8f1\",Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\",layoutId:\"LxHkio8f1\",LCIpE3scH:\"CMS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1g1dn9a,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zghcc8\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"T1vIOb_91\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1anj2au\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"COhg_UZg8\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({Iet5y62hx:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+424}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qyx1ce-container\",layoutDependency:layoutDependency,layoutId:\"jCS58p51L-container\",nodeId:\"jCS58p51L\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"jCS58p51L\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"jCS58p51L\",LCIpE3scH:\"Marketing\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a4j8dps,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tw2rcf\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"tjGBtjk0W\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({Iet5y62hx:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+636}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ofuo7-container\",layoutDependency:layoutDependency,layoutId:\"W_CNXOox2-container\",nodeId:\"W_CNXOox2\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"W_CNXOox2\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"W_CNXOox2\",LCIpE3scH:\"CRM\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1ykaamb,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r4e0r4\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"w1ZCmdmL7\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ht1jgr\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EgvhdfkVr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 604 3\"><path d=\"M 0.835 1.5 L 603.165 1.5\" fill=\"transparent\" stroke-width=\"0.99\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9008263048,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({Iet5y62hx:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+848}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2j811x-container\",layoutDependency:layoutDependency,layoutId:\"n9Jxn9ohf-container\",nodeId:\"n9Jxn9ohf\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"n9Jxn9ohf\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"n9Jxn9ohf\",LCIpE3scH:\"Any SaaS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7ai6r3np,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bls35i\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"TNdYqY1gz\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-faokpd\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"YYakEPY8M\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 629 2\"><path d=\"M 0.87 1 L 628.13 1\" fill=\"transparent\" stroke-width=\"0.99\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12288819713,withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iwmy63\",\"data-framer-name\":\"Tab Content Block\",layoutDependency:layoutDependency,layoutId:\"mT_Z2HHSn\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14nsgcc\",\"data-framer-name\":\"Content Text Block Wrappper\",layoutDependency:layoutDependency,layoutId:\"dzZYGW6Ja\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8tnajq\",\"data-framer-name\":\"Content Text Block \",layoutDependency:layoutDependency,layoutId:\"Ia3lwDibA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI Powered Content Management\"})}),className:\"framer-6d9tli\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TsFWiC4zJ\",style:{\"--extracted-1of0zx5\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vkiku5\",\"data-styles-preset\":\"hUQ9wIaiM\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Give your users an AI assistant that creates, organizes, and optimizes content, automates workflows, and streamlines management across any CMS.\"})}),className:\"framer-1wn9jkx\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cZ32nxSQh\",style:{\"--extracted-r6o4lv\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lkzxfy\",\"data-framer-name\":\"Undraw cms_2ulf\",fill:\"black\",intrinsicHeight:530,intrinsicWidth:710,layoutDependency:layoutDependency,layoutId:\"HFRNJpGal\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"710.232\" height=\"530\"><path d=\"M696.58 362.018H166.364a13.667 13.667 0 0 1-13.652-13.652V21.424a10.013 10.013 0 0 1 10.001-10.001h537.345a10.186 10.186 0 0 1 10.174 10.174v326.77a13.667 13.667 0 0 1-13.652 13.651Z\" fill=\"#f2f2f2\"/><path d=\"M677.239 342.685H183.09c-7.244 0-13.137-5.519-13.137-12.302V45.678c0-5.03 4.367-9.124 9.735-9.124h500.79c5.457 0 9.896 4.16 9.896 9.274v284.555c0 6.783-5.893 12.302-13.136 12.302Z\" fill=\"#fff\"/><path d=\"M710.042 20.643H152.521v-6.95A13.713 13.713 0 0 1 166.222 0h530.119a13.713 13.713 0 0 1 13.701 13.693Z\" fill=\"#e6e6e6\"/><circle cx=\"177.421\" cy=\"10.342\" r=\"3.544\" fill=\"#fff\"/><circle cx=\"190.873\" cy=\"10.342\" r=\"3.544\" fill=\"#fff\"/><circle cx=\"204.325\" cy=\"10.342\" r=\"3.544\" fill=\"#fff\"/><path d=\"M391.003 262.656H655.63a13.238 13.238 0 0 0 13.238-13.238V129.822a13.238 13.238 0 0 0-13.238-13.238H391.003a13.238 13.238 0 0 0-13.238 13.238v119.596a13.238 13.238 0 0 0 13.238 13.238Z\" fill=\"#f2f2f2\"/><path d=\"M626.739 196.239H415.757a6.619 6.619 0 1 1 0-13.238H626.74a6.619 6.619 0 1 1 0 13.238Zm0 28.131H415.757a6.619 6.619 0 1 1 0-13.239H626.74a6.619 6.619 0 1 1 0 13.239Zm-37.232-56.262h-173.75a6.619 6.619 0 1 1 0-13.238h173.75a6.619 6.619 0 0 1 0 13.238Z\" fill=\"#fff\"/><path d=\"M261.049 316.206a10.056 10.056 0 0 1 13.594-7.277l23.459-26.956 4.983 17.889-23.041 22.855a10.11 10.11 0 0 1-18.995-6.51Z\" fill=\"#ffb8b8\"/><circle cx=\"389.803\" cy=\"165.148\" r=\"24.561\" fill=\"#ffb8b8\"/><path fill=\"#ffb8b8\" d=\"m360.949 503.221-12.26-.001-5.832-47.288 18.094.001-.002 47.288z\"/><path d=\"m364.075 515.105-39.53-.002v-.5a15.386 15.386 0 0 1 15.386-15.386h.001l24.144.001Z\" fill=\"#2f2e41\"/><path fill=\"#ffb8b8\" d=\"m397.949 516.221-12.26-.001-1.697-46.158 13.959-1.129-.002 47.288z\"/><path d=\"m401.075 528.105-39.53-.002v-.5a15.386 15.386 0 0 1 15.386-15.386h.001l24.144.001Zm-6.613-20.514-9.547-1.124a4.512 4.512 0 0 1-3.974-4.404l-1.79-124.339a1.5 1.5 0 0 0-2.913-.479l-13.245 37.4.947 70.101a4.498 4.498 0 0 1-4.229 4.553l-12.464.53a4.527 4.527 0 0 1-4.744-3.925l-6.51-79.301-.004-.05 9.877-82.82 74.183 5.368-20.592 174.549a4.507 4.507 0 0 1-4.467 3.972 4.4 4.4 0 0 1-.528-.03Z\" fill=\"#2f2e41\"/><path d=\"M346.183 331.075a4.473 4.473 0 0 1-2.355-3.618s6.671-41.484 9.116-42.262l-5.349-44.364a40.91 40.91 0 0 1 8.78-30.49 39.013 39.013 0 0 1 27.032-14.482q1.122-.101 2.23-.155a39.369 39.369 0 0 1 33.135 15.082 40.12 40.12 0 0 1 7.22 36.407l-3 10.44v72.955a4.555 4.555 0 0 1-1.862 3.653c-9.341 6.856-19.897 9.28-30.156 9.28-19.41 0-37.757-8.68-44.791-12.446Z\" fill=\"#6c63ff\"/><path d=\"m288.594 317.725-12.903-9.648a4.5 4.5 0 0 1-.597-6.673l76.863-82.474a15.053 15.053 0 0 1 19.522-2.075 14.978 14.978 0 0 1 1.925 22.976l-78.964 77.502a4.472 4.472 0 0 1-5.362.708 4.621 4.621 0 0 1-.484-.316Z\" fill=\"#6c63ff\"/><path d=\"M387.342 306.805a10.056 10.056 0 0 1 14.715-4.607l28.087-22.094 1.55 18.505-26.91 18.144a10.11 10.11 0 0 1-17.442-9.948Z\" fill=\"#ffb8b8\"/><path d=\"M412.481 315.43a4.464 4.464 0 0 1-3.023-3.249l-2.837-11.916a4.437 4.437 0 0 1 1.65-4.612l19.09-20.645-28.08-43.296a15.248 15.248 0 0 1-.461-18.626 15.242 15.242 0 0 1 26.295 2.994l26.104 50.81a23.118 23.118 0 0 1-7.721 29.796l-26.677 17.82a4.461 4.461 0 0 1-2.97 1.137 4.55 4.55 0 0 1-1.37-.213Z\" fill=\"#6c63ff\"/><path d=\"M408.002 187.106a4.398 4.398 0 0 1-6.493-2.565l-.016-.062c-.5-2.043-.105-4.182.024-6.282s-.089-4.405-1.526-5.94c-2.681-2.864-7.414-1.313-11.272-2.02a9.51 9.51 0 0 1-7.453-10.117c.053-.436.137-.874.23-1.31a7.325 7.325 0 0 0-7.65-8.83c-3.893.243-8.09 1.445-11.329-1.422a8.35 8.35 0 0 1-2.053-8.992c1.812-5.32 6.997-8.129 12.135-9.684a44.588 44.588 0 0 1 37.826 5.999c3.263 2.273 6.314 5.136 7.719 8.856s.762 8.427-2.349 10.904a20.123 20.123 0 0 1 4.766 19.52c-1.517 4.98-8.855 9.787-12.56 11.945Z\" fill=\"#2f2e41\"/><path d=\"M434.898 530h-147a1 1 0 0 1 0-2h147c.552 0 .448 1 1 1 .248 0-.448 1-1 1Z\" fill=\"#ccc\"/><path d=\"M273.311 117.834a12.132 12.132 0 0 0-11.392-8.01H12.104A12.1 12.1 0 0 0 0 121.919v191.714a12.121 12.121 0 0 0 12.104 12.104H261.92a12.121 12.121 0 0 0 12.104-12.104V121.928a12.012 12.012 0 0 0-.712-4.094Z\" fill=\"#fff\"/><path d=\"M273.311 117.834a12.132 12.132 0 0 0-11.392-8.01H12.104A12.1 12.1 0 0 0 0 121.919v191.714a12.121 12.121 0 0 0 12.104 12.104H261.92a12.121 12.121 0 0 0 12.104-12.104V121.928a12.012 12.012 0 0 0-.712-4.094Zm-.712 195.799a10.693 10.693 0 0 1-10.68 10.68H12.104a10.693 10.693 0 0 1-10.68-10.68V121.928a10.693 10.693 0 0 1 10.68-10.68H261.92a10.693 10.693 0 0 1 10.68 10.68Z\" fill=\"#3f3d56\"/><path d=\"M254.756 135.62v133.86a3.369 3.369 0 0 1-3.367 3.37H24.148a2.838 2.838 0 0 1-.483-.037 3.367 3.367 0 0 1-2.887-3.333V135.62a3.369 3.369 0 0 1 3.368-3.37h227.24a3.369 3.369 0 0 1 3.37 3.367v.003Z\" fill=\"#e6e6e6\"/><circle cx=\"78.059\" cy=\"182.274\" r=\"29.567\" fill=\"#6c63ff\"/><path d=\"M170.776 273.388H25.731a2.953 2.953 0 0 1-.542-.043l68.6-118.825a4.803 4.803 0 0 1 8.36 0l46.04 79.74 2.205 3.816Z\" fill=\"#3f3d56\"/><path opacity=\".2\" style=\"isolation:isolate\" d=\"M170.776 273.388h-49.522l24.31-35.312 1.75-2.543.875-1.272 2.205 3.815 20.382 35.312z\"/><path d=\"M251.537 273.388H126.084l24.31-35.312 1.75-2.543 31.678-46.018c2.077-3.016 7.073-3.204 9.515-.569a5.719 5.719 0 0 1 .456.57Z\" fill=\"#3f3d56\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8uitg2\",\"data-framer-name\":\"Content Shape\",layoutDependency:layoutDependency,layoutId:\"lcTMALVNe\"})]})}),isDisplayed11()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gwn3rd\",\"data-border\":true,\"data-framer-name\":\"Tab Button Block\",layoutDependency:layoutDependency,layoutId:\"qxYWz9ex6\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({eSIOKV5Wq:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zkidwh-container\",layoutDependency:layoutDependency,layoutId:\"IpzsPODbu-container\",nodeId:\"IpzsPODbu\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"IpzsPODbu\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"IpzsPODbu\",LCIpE3scH:\"E-Commerce\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a15rq1ef,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qmzgxd\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"ZVovayJKZ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-nu1iyi\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HGj1ONyx6\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 609 3\"><path d=\"M 0.842 1.5 L 608.158 1.5\" fill=\"transparent\" stroke-width=\"0.97\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12285752358,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({eSIOKV5Wq:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+212}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lk8xsz-container\",layoutDependency:layoutDependency,layoutId:\"XHDGDhzRb-container\",nodeId:\"XHDGDhzRb\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"XHDGDhzRb\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"XHDGDhzRb\",LCIpE3scH:\"CMS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1g1dn9a,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-39jgtf\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"pvU0LPxhs\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1gnh1pj\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"RIOTNO32e\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({eSIOKV5Wq:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+424}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m2k5af-container\",layoutDependency:layoutDependency,layoutId:\"i0FLURcj6-container\",nodeId:\"i0FLURcj6\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"i0FLURcj6\",Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\",layoutId:\"i0FLURcj6\",LCIpE3scH:\"Marketing\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a4j8dps,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dq0u3j\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"ub7N_TUDu\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({eSIOKV5Wq:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+636}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mncfx7-container\",layoutDependency:layoutDependency,layoutId:\"drfEqI4jx-container\",nodeId:\"drfEqI4jx\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"drfEqI4jx\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"drfEqI4jx\",LCIpE3scH:\"CRM\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1ykaamb,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lrt4oy\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"zJlU8GFpZ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-galfh5\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"zX_1gid8n\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 604 3\"><path d=\"M 0.835 1.5 L 603.165 1.5\" fill=\"transparent\" stroke-width=\"0.99\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9008263048,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({eSIOKV5Wq:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+848}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z5yag0-container\",layoutDependency:layoutDependency,layoutId:\"DiEVP8lgA-container\",nodeId:\"DiEVP8lgA\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"DiEVP8lgA\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"DiEVP8lgA\",LCIpE3scH:\"Any SaaS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7ai6r3np,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c2g2wx\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"SgroYOjJT\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pnmfpc\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"bIwOWc0uC\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 629 2\"><path d=\"M 0.87 1 L 628.13 1\" fill=\"transparent\" stroke-width=\"0.99\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12288819713,withExternalLayout:true})})]}),isDisplayed11()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mejcf6\",\"data-framer-name\":\"Tab Content Block\",layoutDependency:layoutDependency,layoutId:\"D94hjjHjC\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1blu93k\",\"data-framer-name\":\"Content Text Block Wrappper\",layoutDependency:layoutDependency,layoutId:\"be7uMX317\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-51ia3p\",\"data-framer-name\":\"Content Text Block \",layoutDependency:layoutDependency,layoutId:\"lyIWAPYep\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI That Drives Marketing Growth\"})}),className:\"framer-1qgxf58\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zwBoUnypJ\",style:{\"--extracted-1of0zx5\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vkiku5\",\"data-styles-preset\":\"hUQ9wIaiM\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Give your users an AI assistant that creates campaigns, analyzes performance, automates engagement, and optimizes marketing efforts\u2014boosting results with less effort.\"})}),className:\"framer-7zqz59\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sCzREHUrF\",style:{\"--extracted-r6o4lv\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wv93y5\",\"data-framer-name\":\"Content Shape\",layoutDependency:layoutDependency,layoutId:\"k2zgbSZz2\"})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-123otgd\",\"data-framer-name\":\"Undraw marketing_vz5j\",fill:\"black\",intrinsicHeight:484,intrinsicWidth:764,layoutDependency:layoutDependency,layoutId:\"gDhvhHfae\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"764.114\" height=\"484\"><path d=\"M758.378 317H463.386a5.743 5.743 0 0 1-5.736-5.736V5.736A5.743 5.743 0 0 1 463.386 0h294.992a5.743 5.743 0 0 1 5.736 5.736v305.528a5.743 5.743 0 0 1-5.736 5.736ZM463.386 2a3.74 3.74 0 0 0-3.736 3.736v305.528a3.74 3.74 0 0 0 3.736 3.736h294.992a3.74 3.74 0 0 0 3.736-3.736V5.736A3.74 3.74 0 0 0 758.378 2Z\" fill=\"#3f3d56\"/><path d=\"M666.485 128.406a63.22 63.22 0 1 1-55.603-33.119c.501 0 1.001.008 1.5.02l-.669-27.006c-.277-.003-.553-.01-.831-.01a90.184 90.184 0 1 0 77.35 43.772Z\" fill=\"#6c63ff\"/><path d=\"m666.485 128.406 21.747-16.343A90.156 90.156 0 0 0 611.713 68.3l.669 27.005a63.203 63.203 0 0 1 54.103 33.1Z\" fill=\"#e6e6e6\"/><path fill=\"#3f3d56\" d=\"m655.685 237.04 1.117-1.106 31.678 31.977-1.116 1.106zm-.565-157.591 22.02-39.259 1.37.768-22.02 39.26z\"/><path d=\"M711.626 280.815h-46.75a3.138 3.138 0 0 1-3.134-3.133v-6.584a3.138 3.138 0 0 1 3.134-3.134h46.75a3.138 3.138 0 0 1 3.135 3.134v6.584a3.138 3.138 0 0 1-3.135 3.133Z\" fill=\"#6c63ff\"/><path d=\"M699.775 41.135h-46.751A3.138 3.138 0 0 1 649.89 38v-6.584a3.138 3.138 0 0 1 3.134-3.134h46.75a3.138 3.138 0 0 1 3.135 3.134V38a3.138 3.138 0 0 1-3.134 3.134Z\" fill=\"#e6e6e6\"/><path d=\"M410.494 145.873H77.124a5.471 5.471 0 0 1-5.464-5.465V6.465A5.471 5.471 0 0 1 77.125 1h333.37a5.471 5.471 0 0 1 5.464 5.465v133.943a5.471 5.471 0 0 1-5.465 5.465ZM77.124 3a3.469 3.469 0 0 0-3.464 3.465v133.943a3.469 3.469 0 0 0 3.465 3.465h333.37a3.469 3.469 0 0 0 3.464-3.465V6.465A3.469 3.469 0 0 0 410.494 3Z\" fill=\"#3f3d56\"/><path d=\"M207.077 112.63h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.433-2.92h32.3a3.441 3.441 0 0 1 2.717 1.316 3.5 3.5 0 0 1 .654 3.001 82.894 82.894 0 0 0 0 38.5 3.5 3.5 0 0 1-.654 3 3.441 3.441 0 0 1-2.718 1.318Zm108.145 0h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.432-2.92h32.3a3.44 3.44 0 0 1 2.718 1.316 3.498 3.498 0 0 1 .654 3.001 82.897 82.897 0 0 0 0 38.5 3.498 3.498 0 0 1-.654 3 3.44 3.44 0 0 1-2.718 1.318Z\" fill=\"#e6e6e6\"/><path d=\"M152.138 81.377h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.432-2.921h32.3a3.441 3.441 0 0 1 2.718 1.317 3.5 3.5 0 0 1 .654 3.001 82.888 82.888 0 0 0 0 38.5 3.5 3.5 0 0 1-.654 3 3.441 3.441 0 0 1-2.718 1.317Zm109.232 0h-32.299a3.44 3.44 0 0 1-2.718-1.317 3.498 3.498 0 0 1-.654-3 82.894 82.894 0 0 0 0-38.5 3.499 3.499 0 0 1 .654-3 3.44 3.44 0 0 1 2.718-1.318h32.3a3.485 3.485 0 0 1 3.432 2.92 135.677 135.677 0 0 1 0 41.295 3.485 3.485 0 0 1-3.432 2.92Z\" fill=\"#6c63ff\"/><path d=\"M367.78 81.377h-32.299a3.44 3.44 0 0 1-2.718-1.317 3.498 3.498 0 0 1-.654-3 82.894 82.894 0 0 0 0-38.5 3.499 3.499 0 0 1 .654-3 3.44 3.44 0 0 1 2.718-1.318h32.3a3.485 3.485 0 0 1 3.432 2.92 135.693 135.693 0 0 1 0 41.295 3.485 3.485 0 0 1-3.432 2.92Z\" fill=\"#ff6584\"/><path d=\"M187.937 319.466a10.743 10.743 0 0 1-7.842-14.486l-44.335-95.192 22.491-6.32 36.547 95.673a10.8 10.8 0 0 1-6.86 20.325Zm-85.858 151.898h12.26l5.832-47.288h-18.094l.002 47.288z\" fill=\"#a0616a\"/><path d=\"m137.983 482.747-38.53.001-.002-14.886 23.644-.002a14.887 14.887 0 0 1 14.888 14.887Z\" fill=\"#2f2e41\"/><path fill=\"#a0616a\" d=\"m38.354 458.148 11.269 4.827 23.982-41.171-16.633-7.124-18.618 43.468z\"/><path d=\"m66.875 482.748-35.418-15.17 5.861-13.684 21.734 9.309a14.887 14.887 0 0 1 7.823 19.545Z\" fill=\"#2f2e41\"/><circle cx=\"132.39\" cy=\"140.57\" r=\"24.561\" fill=\"#a0616a\"/><path d=\"m114.646 459.803-13.496-2.572a4.474 4.474 0 0 1-3.634-4.878l8.95-87.26a3.5 3.5 0 0 0-6.7-1.735l-39.071 91.167a4.5 4.5 0 0 1-5.964 2.34l-10.977-4.88a4.482 4.482 0 0 1-2.441-5.535l26.722-80.167a3.5 3.5 0 0 0 .155-.694l8.674-73.247a4.5 4.5 0 0 1 2.775-3.64l27.389-11.127a4.5 4.5 0 0 1 4.833.945l34.57 33.66a4.482 4.482 0 0 1 1.275 4.101L119.902 456.26a4.517 4.517 0 0 1-4.417 3.623 4.47 4.47 0 0 1-.839-.08Z\" fill=\"#2f2e41\"/><path d=\"M99.26 296.38c-4.785-5.54-8.277-8.054-10.665-7.657-2.37.383-3.736 3.693-5.184 7.198-1.975 4.784-4.215 10.207-9.734 10.63a4.647 4.647 0 0 1-4.562-1.87c-4.342-6.456 6.072-27.824 7.023-29.743l-.488-101.061a4.49 4.49 0 0 1 2.353-3.985c28.616-15.432 67.257 11.406 74.712 16.944a4.488 4.488 0 0 1 1.81 3.849c-.9 16.925-5.387 102.32-5.387 121.369 0 5.273-1.818 8.624-5.406 9.958a10.781 10.781 0 0 1-3.774.619c-10.946 0-28.873-12.559-40.698-26.25Z\" fill=\"#ccc\"/><path d=\"M139.196 247.309a4.45 4.45 0 0 1-2.023-3.567l-1.938-45.265a11.747 11.747 0 0 1 22.712-4.692l14.507 38.017a4.505 4.505 0 0 1-2.6 5.808l-26.58 10.144a4.455 4.455 0 0 1-4.078-.445Z\" fill=\"#ccc\"/><path d=\"M71.649 318.037a10.743 10.743 0 0 1-1.726-16.382l-4.69-104.905 23.201 2.732-2.693 102.382a10.8 10.8 0 0 1-14.092 16.173Z\" fill=\"#a0616a\"/><path d=\"M55.538 224.685a4.45 4.45 0 0 1-.619-4.054l14.328-42.983a11.747 11.747 0 0 1 22.891 3.715v40.69a4.505 4.505 0 0 1-4.5 4.5h-28.45a4.453 4.453 0 0 1-3.65-1.868Z\" fill=\"#ccc\"/><path d=\"M116.53 157.09a4.853 4.853 0 0 1-6.352-.317c-5.264-4.92-9.706-10.804-11.954-17.618-2.577-7.808-1.918-16.953 3.015-23.53 4.17-5.56 10.772-8.702 17.274-11.157a28.271 28.271 0 0 1 7.96-2.068 10.937 10.937 0 0 1 7.755 2.178 6.868 6.868 0 0 1 2.275 7.397 25.847 25.847 0 0 1 11.802-6.105 14.267 14.267 0 0 1 8.44.35c3.77 1.55 6.22 5.338 7.349 9.256a16.724 16.724 0 0 1 .218 9.21 11.146 11.146 0 0 1-5.706 7.032c-3.45 1.625-7.544 1.011-11.151-.226s-7.028-3.063-10.759-3.853-8.039-.328-10.68 2.424c-1.858 1.938-2.59 4.664-3.255 7.266l-3.46 13.534a16.88 16.88 0 0 1-2.156 5.574 3.333 3.333 0 0 1-.616.652Z\" fill=\"#2f2e41\"/><path d=\"M216.138 352.377h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.432-2.921h32.3a3.44 3.44 0 0 1 2.718 1.317 3.5 3.5 0 0 1 .654 3.001 82.897 82.897 0 0 0 0 38.5 3.5 3.5 0 0 1-.654 3 3.44 3.44 0 0 1-2.718 1.317Z\" fill=\"#6c63ff\"/><path d=\"M162 484H1a1 1 0 0 1 0-2h161a1 1 0 0 1 0 2Z\" fill=\"#3f3d56\"/></svg>',withExternalLayout:true})]}),isDisplayed12()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4kp08c\",\"data-border\":true,\"data-framer-name\":\"Tab Button Block\",layoutDependency:layoutDependency,layoutId:\"ucKo_wkl9\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({ieIT6aZGQ:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8a30lf-container\",layoutDependency:layoutDependency,layoutId:\"BSrY8BZDa-container\",nodeId:\"BSrY8BZDa\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"BSrY8BZDa\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"BSrY8BZDa\",LCIpE3scH:\"E-Commerce\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a15rq1ef,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q52s4e\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"CIoxWDmrG\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mryji4\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"OpN8cQzAs\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 609 3\"><path d=\"M 0.842 1.5 L 608.158 1.5\" fill=\"transparent\" stroke-width=\"0.97\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12285752358,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({ieIT6aZGQ:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+212}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1979xry-container\",layoutDependency:layoutDependency,layoutId:\"hU3MdQf06-container\",nodeId:\"hU3MdQf06\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"hU3MdQf06\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"hU3MdQf06\",LCIpE3scH:\"CMS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1g1dn9a,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a2elvv\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"GkAk3fZFG\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-196z0an\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"xsUX67RuF\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({ieIT6aZGQ:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+424}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rm503k-container\",layoutDependency:layoutDependency,layoutId:\"F9bWV6Num-container\",nodeId:\"F9bWV6Num\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"F9bWV6Num\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"F9bWV6Num\",LCIpE3scH:\"Marketing\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a4j8dps,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-187w3e8\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"ZE4pNtfke\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({ieIT6aZGQ:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+636}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nq0koj-container\",layoutDependency:layoutDependency,layoutId:\"yC89hDCaL-container\",nodeId:\"yC89hDCaL\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"yC89hDCaL\",Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\",layoutId:\"yC89hDCaL\",LCIpE3scH:\"CRM\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1ykaamb,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m1trgn\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"JJJT4RG4T\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1esti6n\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"VkQ909Oqn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 604 3\"><path d=\"M 0.835 1.5 L 603.165 1.5\" fill=\"transparent\" stroke-width=\"0.99\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9008263048,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({ieIT6aZGQ:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+848}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5fsvu7-container\",layoutDependency:layoutDependency,layoutId:\"GbEOs66MT-container\",nodeId:\"GbEOs66MT\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"GbEOs66MT\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"GbEOs66MT\",LCIpE3scH:\"Any SaaS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7ai6r3np,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lxrota\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"l9vSg3Y5r\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fe9kwk\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yagpfuaiI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 629 2\"><path d=\"M 0.87 1 L 628.13 1\" fill=\"transparent\" stroke-width=\"0.99\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12288819713,withExternalLayout:true})})]}),isDisplayed12()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wpf119\",\"data-framer-name\":\"Tab Content Block\",layoutDependency:layoutDependency,layoutId:\"WJanDKjmV\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13w6ejh\",\"data-framer-name\":\"Content Text Block Wrappper\",layoutDependency:layoutDependency,layoutId:\"C1FTFYuQX\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w0l6ag\",\"data-framer-name\":\"Content Text Block \",layoutDependency:layoutDependency,layoutId:\"ujao0cTbA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI That Streamlines Customer Management\"})}),className:\"framer-l1dfkf\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"P2oNgpskS\",style:{\"--extracted-1of0zx5\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vkiku5\",\"data-styles-preset\":\"hUQ9wIaiM\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Give your users an AI assistant that automates customer interactions, manages leads, tracks sales, and organizes data\u2014helping them build better relationships effortlessly.\"})}),className:\"framer-4kw51g\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MgdXixS5W\",style:{\"--extracted-r6o4lv\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-icpboc\",\"data-framer-name\":\"Undraw customer-survey_2l89\",fill:\"black\",intrinsicHeight:421,intrinsicWidth:997,layoutDependency:layoutDependency,layoutId:\"ZSI86XYVo\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"997\" height=\"420.619\"><path d=\"M304.19 3.913c14.477-6.132 32.626-5.457 44.471 4.882a72.442 72.442 0 0 0-43.052 24.903c-4.21 5.076-8.363 11.16-14.836 12.418-4.027.784-8.235-.565-11.673-2.803-3.439-2.24-6.238-5.312-8.996-8.35l-.96-.357c9.258-12.708 20.567-24.561 35.045-30.693Z\" fill=\"#f0f0f0\"/><path d=\"M348.48 9.07a61.918 61.918 0 0 0-37.872 4.122 26.664 26.664 0 0 0-7.076 4.442 15.293 15.293 0 0 0-4.236 6.844c-.772 2.427-1.28 4.999-2.63 7.196a9.364 9.364 0 0 1-6.388 4.223c-3.231.617-6.491.037-9.66-.641-3.518-.753-7.16-1.591-10.736-.708-.434.107-.574-.571-.142-.678 6.222-1.537 12.24 1.885 18.465 1.576 2.905-.144 5.784-1.164 7.524-3.61 1.521-2.14 2.048-4.791 2.809-7.255a16.319 16.319 0 0 1 3.892-6.846 24.65 24.65 0 0 1 6.879-4.698 60.072 60.072 0 0 1 18-5.342 63.016 63.016 0 0 1 21.391.718c.436.09.213.747-.22.657Z\" fill=\"#fff\"/><path d=\"M314.331 11.254A9.29 9.29 0 0 1 319.215.26c.403-.192.72.425.317.617a8.602 8.602 0 0 0-4.522 10.235c.128.427-.552.566-.679.142Zm-14.805 11.941a17.905 17.905 0 0 0 12.93 1.76c.433-.106.574.572.14.678a18.624 18.624 0 0 1-13.45-1.858c-.39-.218-.008-.797.38-.58Zm34.655-15.597a5.258 5.258 0 0 0 2.714 4.187c.392.214.01.792-.38.58a5.893 5.893 0 0 1-3.012-4.625.358.358 0 0 1 .268-.41.348.348 0 0 1 .41.268Z\" fill=\"#fff\"/><path d=\"M347.244 62.01a49.682 49.682 0 0 0-.751-.376 69.251 69.251 0 0 0-10.417-4.204 30.9 30.9 0 0 0-.834-.26 73.005 73.005 0 0 0-26.725-2.86 70.898 70.898 0 0 0-10.643 1.668c-4.833 1.14-9.983 2.76-14.77 2.253a12.16 12.16 0 0 1-1.487-.235l-12.833-22.19c-.004-.066-.013-.128-.017-.193l-.553-.863c.177-.055.363-.108.54-.164.103-.032.209-.06.312-.092.07-.02.139-.04.2-.062a.97.97 0 0 1 .065-.017c.061-.022.12-.036.177-.055q1.553-.452 3.117-.884c.005-.003.005-.003.013 0a104.245 104.245 0 0 1 24.33-3.937c.245-.007.496-.017.748-.014a67.652 67.652 0 0 1 11.021.646 59.81 59.81 0 0 1 5.938 1.167 49.734 49.734 0 0 1 14.301 6.106c8.805 5.529 15.744 13.812 18.096 23.802.06.255.117.506.172.765Z\" fill=\"#f0f0f0\"/><path d=\"M346.934 62.124a61.918 61.918 0 0 0-32.72-19.511 26.664 26.664 0 0 0-8.324-.713 15.293 15.293 0 0 0-7.503 2.914c-2.077 1.472-4.032 3.22-6.432 4.162a9.364 9.364 0 0 1-7.643-.474c-2.952-1.453-5.206-3.879-7.327-6.328-2.356-2.72-4.76-5.581-8.147-7.03-.41-.175-.114-.801.296-.626 5.893 2.519 8.637 8.874 13.794 12.376 2.406 1.634 5.32 2.552 8.18 1.647 2.503-.792 4.52-2.592 6.612-4.102a16.319 16.319 0 0 1 7.23-3.122 24.65 24.65 0 0 1 8.32.39 60.072 60.072 0 0 1 17.587 6.572 63.016 63.016 0 0 1 16.649 13.453c.293.334-.28.724-.572.392Z\" fill=\"#fff\"/><path d=\"M318.354 43.307a9.29 9.29 0 0 1 10.518-5.837c.437.09.319.772-.119.683a8.602 8.602 0 0 0-9.772 5.45c-.156.418-.781.12-.627-.296Zm-19.011.621a17.905 17.905 0 0 0 9.264 9.189c.41.177.114.803-.295.627a18.624 18.624 0 0 1-9.622-9.582c-.18-.409.474-.64.653-.234Zm37.061 8.412a5.258 5.258 0 0 0-.355 4.977c.185.406-.468.638-.652.234a5.893 5.893 0 0 1 .38-5.507.358.358 0 0 1 .461-.166.348.348 0 0 1 .166.462Z\" fill=\"#fff\"/><path fill=\"#a0616a\" d=\"M851.45 409.096h-11.361l-5.405-43.824 16.768.001-.002 43.823z\"/><path d=\"m854.348 420.11-36.635-.002v-.463a14.26 14.26 0 0 1 14.26-14.26l22.376.002Z\" fill=\"#2f2e41\"/><path fill=\"#a0616a\" d=\"m939.916 404.178-11.234 1.698-11.895-42.523 14.727-2.506 8.402 43.331z\"/><path d=\"m944.427 414.634-36.223 5.476-.069-.459a14.26 14.26 0 0 1 11.967-16.23h.001l22.124-3.344Z\" fill=\"#2f2e41\"/><path d=\"M615.84 420.11H276.349V80.619h339.49Z\" fill=\"#fff\"/><path d=\"M615.84 420.11H276.349V80.619h339.49Zm-334.475-5.016h329.459V85.634h-329.46Z\" fill=\"#f0f0f0\"/><path fill=\"#6c63ff\" d=\"M346.347 226.561h217.726v7.686H346.347zm0 19.984h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347z\"/><circle cx=\"333.131\" cy=\"231.53\" r=\"5.016\" fill=\"#6c63ff\"/><path fill=\"#f0f0f0\" d=\"M346.347 140.454h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347zm0 19.984h217.726v7.686H346.347z\"/><circle cx=\"333.131\" cy=\"144.587\" r=\"5.016\" fill=\"#f0f0f0\"/><path fill=\"#f0f0f0\" d=\"M346.347 313.505h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347z\"/><circle cx=\"333.131\" cy=\"317.638\" r=\"5.016\" fill=\"#e5e5e5\"/><path data-name=\"Path 138\" d=\"M798.078 286H600.544c-2.959-.007-5.358-4.913-5.361-10.97V128.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971Z\" fill=\"#fff\"/><path data-name=\"Path 138\" d=\"M798.078 286H600.544c-2.959-.007-5.358-4.913-5.361-10.97V128.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971ZM600.544 121.493c-1.776 0-3.215 2.95-3.217 6.583v146.953c0 3.633 1.441 6.578 3.217 6.582h197.534c1.776 0 3.215-2.948 3.217-6.582V128.076c0-3.634-1.441-6.579-3.217-6.583Z\" fill=\"#e6e6e6\"/><path fill=\"#6c63ff\" d=\"M672.885 236.928h53.171v3.996h-53.171zm-7.115 10.385h66.916v3.996H665.77z\"/><path d=\"M734.029 186.514a34.73 34.73 0 0 1-51.18 30.576l-.007-.007a34.72 34.72 0 1 1 51.187-30.569Z\" fill=\"#cacaca\"/><circle cx=\"699.488\" cy=\"175.391\" r=\"9.438\" fill=\"#fff\"/><path d=\"M715.603 204.33a48.645 48.645 0 0 1-32.577-.126l-.007-.005 7.031-13.88h18.876Z\" fill=\"#fff\"/><path fill=\"#3f3d56\" d=\"M560.144 338.547H708.36v-64.988h-2.281v62.707H560.144v2.281z\"/><circle cx=\"707.22\" cy=\"284.089\" r=\"12.541\" fill=\"#3f3d56\"/><path data-name=\"Path 138\" d=\"M286.078 196H88.544c-2.959-.007-5.358-4.913-5.361-10.97V38.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971Z\" fill=\"#fff\"/><path data-name=\"Path 138\" d=\"M286.078 196H88.544c-2.959-.007-5.358-4.913-5.361-10.97V38.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971ZM88.544 31.493c-1.776 0-3.215 2.95-3.217 6.583v146.953c0 3.633 1.441 6.578 3.217 6.582h197.534c1.776 0 3.215-2.948 3.217-6.582V38.076c0-3.634-1.441-6.579-3.217-6.583Z\" fill=\"#e6e6e6\"/><path d=\"M231.164 73.015a48.949 48.949 0 0 0-33.701-15.35v49.05Z\" fill=\"#3f3d56\"/><path d=\"m231.164 79.122-33.701 33.7h47.098a48.923 48.923 0 0 0-13.397-33.7Z\" fill=\"#e4e4e4\"/><path d=\"M244.61 116.348a49.226 49.226 0 0 1-.844 9.112c-.044.238-.09.474-.139.71a48.694 48.694 0 0 1-5.681 14.889c-.144.247-.292.495-.44.738v.002a49.246 49.246 0 0 1-9.858 11.662 37.94 37.94 0 0 1-.578.496 48.88 48.88 0 0 1-29.608 11.44v-49.05Z\" fill=\"#f0f0f0\"/><path d=\"M192.698 165.44c.652 0 1.3-.016 1.946-.041v-49.053l-35.673 35.673a48.924 48.924 0 0 0 33.727 13.422Z\" fill=\"#cacaca\"/><path d=\"M192.765 63.729a49.094 49.094 0 0 0-49.094 49.094h51.09v-49.05a49.901 49.901 0 0 0-1.996-.044Zm-11.713 52.619-10.321 10.321-.338.338-.007.007-9.001 8.999-.343.342-9.724 9.725-.343.342v.003l-5.596 5.594a48.953 48.953 0 0 1-15.368-35.671Z\" fill=\"#6c63ff\"/><path fill=\"#3f3d56\" d=\"M346.913 250.547H198.698v-64.988h2.28v62.707h145.935v2.281z\"/><circle cx=\"199.838\" cy=\"196.089\" r=\"12.541\" fill=\"#3f3d56\"/><path d=\"m904.885 191.917-12.615 3.305.84 20.453.103 37.238a7.463 7.463 0 1 0 9.877 1.24l3.876-37.374Z\" fill=\"#a0616a\"/><path d=\"m908.415 204.215-18.44-6.21-.042-.277c-.028-.175-2.733-17.639-2.7-29.62a9.18 9.18 0 0 1 3.06-7.1 9.628 9.628 0 0 1 10.422-1.676 10.298 10.298 0 0 1 6.366 9.158Z\" fill=\"#e4e4e4\"/><path d=\"m874.111 202.502-28.203-7.3-13.037 43.906-.463 163.569 21.567-.135 9.015-132.389 57.458 122.33 23.168-2.78-50.507-131.134s2.78-23.168-6.024-34.752l1.854-12.048Z\" fill=\"#2f2e41\"/><path d=\"m889.774 215.013-2.135-.034-43.341-17.324 20.735-46.18 9.844 1.788-1.792-7.168 21.752-5.317 3.785 15.138 5.584 5.076a9.819 9.819 0 0 1 2.708 10.364l-12.864 38.593a4.337 4.337 0 0 1-4.276 5.064Z\" fill=\"#e4e4e4\"/><path d=\"m857.18 180.432-11.403-6.329-13.527 15.364-25.659 26.987a7.463 7.463 0 1 0 6.282 7.722l28.63-24.335Z\" fill=\"#a0616a\"/><path d=\"m851.232 191.76-9.037-17.23.16-.23c.102-.145 10.216-14.638 18.52-23.275a9.18 9.18 0 0 1 7.117-3.017 9.633 9.633 0 0 1 8.69 5.99 10.297 10.297 0 0 1-1.726 11.018Z\" fill=\"#e4e4e4\"/><circle cx=\"878.743\" cy=\"120.678\" r=\"17.283\" fill=\"#a0616a\"/><path d=\"M857.946 110.544c2.907-5.203 4.019-7.376 7.766-10.54 3.314-2.798 7.39-3.62 10.677-.968a19.688 19.688 0 1 1-11.88 18.072 19.85 19.85 0 0 1 .135-2.226c-2.858-.402-3.84-3.936-6.698-4.338Z\" fill=\"#2f2e41\"/><path d=\"M93.592 261.632a6.492 6.492 0 0 0 1.546-9.835l8.437-84.666-14.088.935-3.903 83.37a6.528 6.528 0 0 0 8.008 10.196Z\" fill=\"#ffb8b8\"/><path d=\"m83.78 163.995 3.693 28.073-.513 17.205 15.495 1.419 3.106-14.31 1.71-37.884a11.305 11.305 0 0 0-9.988-11.74 11.305 11.305 0 0 0-12.513 9.748Z\" fill=\"#2f2e41\"/><path fill=\"#ffb7b7\" d=\"M143.119 410.998h9.399l4.471-36.254h-13.872l.002 36.254z\"/><path d=\"m140.721 407.93 18.51-.001h.001a11.797 11.797 0 0 1 11.797 11.796v.383l-30.307.002Z\" fill=\"#2f2e41\"/><path fill=\"#ffb7b7\" d=\"M65.508 410.998h9.399l4.471-36.254H65.506l.002 36.254z\"/><path d=\"m63.11 407.93 18.51-.001h.001a11.797 11.797 0 0 1 11.796 11.796v.383l-30.307.002Z\" fill=\"#2f2e41\"/><circle cx=\"102.058\" cy=\"113.036\" r=\"20.378\" fill=\"#ffb8b8\"/><path d=\"m104.69 141.687-14.141 1.617a37.633 37.633 0 0 0-4.812 33.982l10.67 30.87s-14.813 29.696-14.813 57.267-28.21 125.988-28.21 125.988l39.709 4.142 17.327-104.84 23.876 104.418 27.258-4.437-15.013-136.905-9.92-45.061-.423-21.975s4.218-16.49-6.339-27.046l-12.89-17.96Z\" fill=\"#2f2e41\"/><path d=\"M204.388 214.28a7.114 7.114 0 0 0-8.634-6.665l-76.903-52.697-6.521 14.029 78.045 47.658a7.152 7.152 0 0 0 14.013-2.324Z\" fill=\"#ffb8b8\"/><path d=\"m105.412 172.286 28.917 11.236 16.26 9.554 9.525-14.14L148 168.416l-35.498-21.596a12.387 12.387 0 0 0-16.54 3.414 12.387 12.387 0 0 0 2.775 17.156Zm20.401-66.528H95.867V92.705c6.573-2.611 13.005-4.832 16.893 0a13.053 13.053 0 0 1 13.053 13.053Z\" fill=\"#2f2e41\"/><path d=\"M101.21 91.401c-17.902.08-22.913 22.44-22.913 35.099 0 7.06 3.193 9.585 8.21 10.44l1.772-9.45 4.15 9.856c1.409.007 2.89-.02 4.424-.049l1.407-2.897 3.138 2.845c12.567.019 30.829-1.103 22.724-10.745-10.858-12.917-7.309-35.168-22.913-35.099Zm820.568 70.271a20.994 20.994 0 0 1-.347-9.179c.835-5.885 2.714-11.563 4.432-17.254 1.718-5.691 3.293-11.494 3.492-17.435.198-5.941-1.09-12.1-4.632-16.874-3.543-4.774-9.583-7.902-15.46-7.004-5.614.857-10.517 5.922-10.546 11.541-1.005 1.819.293 4.302 2.142 5.38 1.94 1.132 4.277 1.283 6.428 1.926a16.115 16.115 0 0 1 9.657 8.547 20.834 20.834 0 0 1 1.4 12.977c-.847 4.229-2.795 8.142-4.256 12.2-1.46 4.058-2.437 8.513-1.264 12.663a13.336 13.336 0 0 0 14.946 9.107 9.846 9.846 0 0 1-5.992-6.595Z\" fill=\"#2f2e41\"/><path d=\"M996 420.619H1a1 1 0 0 1 0-2h995a1 1 0 0 1 0 2Z\" fill=\"#cacaca\"/><path d=\"M768.964 372.003c-1.94-15.603-11.61-30.976-26.49-36.054a72.442 72.442 0 0 1-.004 49.737c-2.287 6.185-5.474 12.826-3.323 19.06 1.338 3.878 4.612 6.845 8.271 8.7 3.66 1.856 7.721 2.74 11.732 3.607l.789.653c6.367-14.376 10.965-30.1 9.025-45.703Z\" fill=\"#f0f0f0\"/><path d=\"M742.326 336.244a61.918 61.918 0 0 1 15.393 34.848 26.664 26.664 0 0 1-.304 8.349 15.293 15.293 0 0 1-3.803 7.093c-1.715 1.884-3.686 3.612-4.913 5.88a9.364 9.364 0 0 0-.458 7.644c1.083 3.106 3.218 5.638 5.391 8.041 2.414 2.669 4.962 5.402 5.988 8.94.124.428.782.21.658-.218-1.785-6.155-7.76-9.65-10.609-15.194-1.33-2.587-1.887-5.59-.641-8.321 1.09-2.388 3.122-4.172 4.874-6.064a16.319 16.319 0 0 0 3.977-6.797 24.65 24.65 0 0 0 .624-8.306 60.071 60.071 0 0 0-4.388-18.256 63.016 63.016 0 0 0-11.33-18.158c-.297-.332-.754.19-.46.52Z\" fill=\"#fff\"/><path d=\"M757.532 366.898a9.29 9.29 0 0 0 7.071-9.73c-.035-.445-.727-.411-.692.034a8.602 8.602 0 0 1-6.596 9.038c-.434.103-.214.76.217.658Zm-2.925 18.796a17.905 17.905 0 0 1-7.996-10.312c-.126-.429-.784-.21-.658.217a18.624 18.624 0 0 0 8.342 10.713c.384.228.694-.392.312-.618Zm-3.848-37.809a5.258 5.258 0 0 1-4.984-.253c-.38-.233-.69.388-.311.62a5.892 5.892 0 0 0 5.512.291.358.358 0 0 0 .22-.438.348.348 0 0 0-.437-.22Z\" fill=\"#fff\"/><path d=\"M697.116 363.818c.234.152.468.304.702.462a69.252 69.252 0 0 1 8.855 6.913c.216.193.432.392.643.59a73.006 73.006 0 0 1 15.855 21.704 70.897 70.897 0 0 1 3.884 10.048c1.433 4.755 2.608 10.025 5.445 13.914a12.163 12.163 0 0 0 .947 1.17h25.634c.059-.03.117-.053.176-.082l1.023.046c-.04-.18-.087-.368-.129-.55-.023-.105-.052-.21-.076-.315-.017-.07-.035-.14-.046-.205a.97.97 0 0 0-.018-.064c-.012-.064-.03-.123-.041-.181q-.386-1.57-.795-3.141c0-.006 0-.006-.006-.012a104.244 104.244 0 0 0-8.773-23.031c-.117-.217-.234-.439-.362-.655a67.653 67.653 0 0 0-6.077-9.218 59.81 59.81 0 0 0-3.983-4.556 49.734 49.734 0 0 0-12.446-9.322c-9.194-4.854-19.838-6.714-29.663-3.749a36.66 36.66 0 0 0-.749.234Z\" fill=\"#f0f0f0\"/><path d=\"M697.174 364.143a61.918 61.918 0 0 1 33.27 18.557 26.664 26.664 0 0 1 4.785 6.848 15.293 15.293 0 0 1 1.234 7.954c-.235 2.536-.769 5.103-.383 7.652a9.364 9.364 0 0 0 4.237 6.379c2.735 1.828 5.964 2.564 9.146 3.175 3.533.677 7.214 1.325 10.163 3.533.357.267.751-.303.395-.57-5.131-3.84-12.007-3.034-17.62-5.745-2.618-1.265-4.872-3.327-5.52-6.258-.568-2.562-.02-5.21.24-7.776a16.319 16.319 0 0 0-.917-7.821 24.65 24.65 0 0 0-4.503-7.008 60.072 60.072 0 0 0-14.494-11.934 63.016 63.016 0 0 0-19.98-7.677c-.436-.086-.487.605-.053.691Z\" fill=\"#fff\"/><path d=\"M727.77 379.463a9.29 9.29 0 0 0-.212-12.027c-.296-.333-.828.11-.532.445a8.602 8.602 0 0 1 .175 11.188c-.284.343.287.736.57.394Zm8.981 16.769a17.905 17.905 0 0 1-12.593-3.42c-.358-.266-.752.304-.394.57a18.624 18.624 0 0 0 13.11 3.531c.445-.049.319-.73-.123-.681Zm-25.836-27.872a5.258 5.258 0 0 1-4.13 2.799c-.445.043-.318.725.123.682a5.893 5.893 0 0 0 4.577-3.086.358.358 0 0 0-.087-.482.348.348 0 0 0-.483.088Z\" fill=\"#fff\"/><path d=\"M192.094 372.003c1.94-15.603 11.61-30.976 26.49-36.054a72.442 72.442 0 0 0 .004 49.737c2.286 6.185 5.473 12.826 3.323 19.06-1.339 3.878-4.612 6.845-8.272 8.7-3.66 1.856-7.72 2.74-11.731 3.607l-.79.653c-6.366-14.376-10.965-30.1-9.024-45.703Z\" fill=\"#f0f0f0\"/><path d=\"M218.732 336.244a61.918 61.918 0 0 0-15.393 34.848 26.664 26.664 0 0 0 .303 8.349 15.293 15.293 0 0 0 3.804 7.093c1.714 1.884 3.686 3.612 4.913 5.88a9.364 9.364 0 0 1 .457 7.644c-1.083 3.106-3.217 5.638-5.39 8.041-2.414 2.669-4.963 5.402-5.989 8.94-.124.428-.782.21-.658-.218 1.785-6.155 7.76-9.65 10.61-15.194 1.329-2.587 1.887-5.59.64-8.321-1.09-2.388-3.121-4.172-4.873-6.064a16.319 16.319 0 0 1-3.978-6.797 24.65 24.65 0 0 1-.623-8.306 60.071 60.071 0 0 1 4.387-18.256 63.016 63.016 0 0 1 11.331-18.158c.297-.332.753.19.459.52Z\" fill=\"#fff\"/><path d=\"M203.526 366.898a9.29 9.29 0 0 1-7.072-9.73c.036-.445.728-.411.693.034a8.602 8.602 0 0 0 6.596 9.038c.434.103.214.76-.217.658Zm2.924 18.796a17.905 17.905 0 0 0 7.997-10.312c.125-.429.783-.21.658.217a18.624 18.624 0 0 1-8.342 10.713c-.385.228-.694-.392-.312-.618Zm3.849-37.809a5.258 5.258 0 0 0 4.983-.253c.381-.233.69.388.312.62a5.892 5.892 0 0 1-5.512.291.358.358 0 0 1-.22-.438.348.348 0 0 1 .437-.22Z\" fill=\"#fff\"/><path d=\"M263.941 363.818c-.233.152-.467.304-.702.462a69.251 69.251 0 0 0-8.854 6.913c-.216.193-.433.392-.643.59a73.005 73.005 0 0 0-15.856 21.704 70.897 70.897 0 0 0-3.883 10.048c-1.433 4.755-2.609 10.025-5.445 13.914a12.163 12.163 0 0 1-.948 1.17h-25.634c-.058-.03-.117-.053-.175-.082l-1.024.046.13-.55c.023-.105.052-.21.075-.315.018-.07.035-.14.047-.205a.97.97 0 0 1 .017-.064c.012-.064.03-.123.042-.181q.386-1.57.795-3.141c0-.006 0-.006.006-.012a104.244 104.244 0 0 1 8.772-23.031c.117-.217.234-.439.363-.655a67.652 67.652 0 0 1 6.077-9.218 59.806 59.806 0 0 1 3.983-4.556 49.734 49.734 0 0 1 12.445-9.322c9.194-4.854 19.838-6.714 29.664-3.749.251.076.497.152.748.234Z\" fill=\"#f0f0f0\"/><path d=\"M263.884 364.143a61.918 61.918 0 0 0-33.271 18.557 26.664 26.664 0 0 0-4.784 6.848 15.293 15.293 0 0 0-1.234 7.954c.235 2.536.768 5.103.383 7.652a9.364 9.364 0 0 1-4.238 6.379c-2.734 1.828-5.963 2.564-9.145 3.175-3.534.677-7.215 1.325-10.164 3.533-.357.267-.75-.303-.394-.57 5.13-3.84 12.006-3.034 17.619-5.745 2.619-1.265 4.873-3.327 5.521-6.258.568-2.562.02-5.21-.24-7.776a16.319 16.319 0 0 1 .916-7.821 24.65 24.65 0 0 1 4.504-7.008 60.071 60.071 0 0 1 14.494-11.934 63.016 63.016 0 0 1 19.98-7.677c.436-.086.486.605.053.691Z\" fill=\"#fff\"/><path d=\"M233.287 379.463a9.29 9.29 0 0 1 .213-12.027c.295-.333.828.11.532.445a8.602 8.602 0 0 0-.176 11.188c.285.343-.287.736-.57.394Zm-8.981 16.769a17.905 17.905 0 0 0 12.593-3.42c.358-.266.753.304.395.57a18.624 18.624 0 0 1-13.111 3.531c-.444-.049-.318-.73.123-.681Zm25.836-27.872a5.258 5.258 0 0 0 4.131 2.799c.445.043.318.725-.124.682a5.892 5.892 0 0 1-4.577-3.086.358.358 0 0 1 .088-.482.348.348 0 0 1 .482.088Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w1iyk7\",\"data-framer-name\":\"Content Shape\",layoutDependency:layoutDependency,layoutId:\"VV06kzoHN\"})]})}),isDisplayed13()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-70jlqn\",\"data-border\":true,\"data-framer-name\":\"Tab Button Block\",layoutDependency:layoutDependency,layoutId:\"LN3v7sv99\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({HfAHqZZxx:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rrmwgk-container\",layoutDependency:layoutDependency,layoutId:\"jbxDSvBYb-container\",nodeId:\"jbxDSvBYb\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"jbxDSvBYb\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"jbxDSvBYb\",LCIpE3scH:\"E-Commerce\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a15rq1ef,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-110foey\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"gK2qKDGA4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hioemh\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NVRUO0YEN\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 609 3\"><path d=\"M 0.842 1.5 L 608.158 1.5\" fill=\"transparent\" stroke-width=\"0.97\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12285752358,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({HfAHqZZxx:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+212}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bp0j8j-container\",layoutDependency:layoutDependency,layoutId:\"LSwg2IEsr-container\",nodeId:\"LSwg2IEsr\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"LSwg2IEsr\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"LSwg2IEsr\",LCIpE3scH:\"CMS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1g1dn9a,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19mcgyd\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"f3Qs4AdxY\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1gj2prp\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"GqHHE_QjN\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({HfAHqZZxx:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+424}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-viydy9-container\",layoutDependency:layoutDependency,layoutId:\"CHuS5Ked3-container\",nodeId:\"CHuS5Ked3\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"CHuS5Ked3\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"CHuS5Ked3\",LCIpE3scH:\"Marketing\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a4j8dps,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yxpe43\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"cJofbcmIB\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({HfAHqZZxx:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+636}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9gyh5e-container\",layoutDependency:layoutDependency,layoutId:\"J3dln7Vvm-container\",nodeId:\"J3dln7Vvm\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"J3dln7Vvm\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"J3dln7Vvm\",LCIpE3scH:\"CRM\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1ykaamb,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kotnnq\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"IIrj0YiES\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-g8ywq2\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"YjGu327FL\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 604 3\"><path d=\"M 0.835 1.5 L 603.165 1.5\" fill=\"transparent\" stroke-width=\"0.99\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9008263048,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({HfAHqZZxx:{width:\"324px\",y:(componentViewport?.y||0)+0+((componentViewport?.height||588)-0-1060)+0+848}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kfvcts-container\",layoutDependency:layoutDependency,layoutId:\"fjwOY1srb-container\",nodeId:\"fjwOY1srb\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"fjwOY1srb\",Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\",layoutId:\"fjwOY1srb\",LCIpE3scH:\"Any SaaS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7ai6r3np,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s7399d\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"uLFFgq4tb\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-e8a5t2\",\"data-framer-name\":\"Divider\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sPbgUFQOk\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 629 2\"><path d=\"M 0.87 1 L 628.13 1\" fill=\"transparent\" stroke-width=\"0.99\" stroke=\"rgb(94,96,117)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12288819713,withExternalLayout:true})})]}),isDisplayed13()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9l6hn7\",\"data-framer-name\":\"Tab Content Block\",layoutDependency:layoutDependency,layoutId:\"xRQqrS7dd\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ypzkt7\",\"data-framer-name\":\"Content Text Block Wrappper\",layoutDependency:layoutDependency,layoutId:\"mKnfhIyL_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-98e3d0\",\"data-framer-name\":\"Content Text Block \",layoutDependency:layoutDependency,layoutId:\"p65OReW2c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI That Adapts to Your Needs\"})}),className:\"framer-1jh68wi\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pGmo9j4Yw\",style:{\"--extracted-1of0zx5\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vkiku5\",\"data-styles-preset\":\"hUQ9wIaiM\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Empower your users with an AI assistant that automates support, executes tasks, and enhances engagement\u2014seamlessly integrating into any SaaS platform, regardless of industry or function.\"})}),className:\"framer-1ra8b39\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KbqKDD0kq\",style:{\"--extracted-r6o4lv\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yte16o\",\"data-framer-name\":\"Content Shape\",layoutDependency:layoutDependency,layoutId:\"LqXZueohj\"})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-l433iy\",\"data-framer-name\":\"Undraw ship-it_vn4g\",fill:\"black\",intrinsicHeight:452,intrinsicWidth:654,layoutDependency:layoutDependency,layoutId:\"i8hrZIXSs\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"654.016\" height=\"451.84\"><g data-name=\"Group 266\" transform=\"translate(-632.992 -314.08)\"><path data-name=\"Path 4661\" d=\"M1275.872 314.079H644.128a11.246 11.246 0 0 0-11.136 11.328v429.208a11.24 11.24 0 0 0 11.136 11.3h631.744a11.241 11.241 0 0 0 11.136-11.3V325.408a11.246 11.246 0 0 0-11.135-11.328Z\" fill=\"#090814\"/><path data-name=\"Path 4660\" d=\"M1183.205 316.323H644.728a9.513 9.513 0 0 0-9.492 9.512v360.379a9.508 9.508 0 0 0 9.492 9.492h538.476a9.508 9.508 0 0 0 9.492-9.492V325.839a9.513 9.513 0 0 0-9.491-9.512Z\" fill=\"#090814\"/><path data-name=\"Path 4021\" d=\"M1257.202 316.323H644.795a10.819 10.819 0 0 0-10.8 10.818v409.857a10.814 10.814 0 0 0 10.8 10.8h612.407a10.814 10.814 0 0 0 10.8-10.8V327.139a10.818 10.818 0 0 0-10.794-10.818Z\" fill=\"#fff\"/><path data-name=\"Path 4026\" d=\"M1238.665 372.795H665.639a2.279 2.279 0 0 1 0-4.558h573.027a2.279 2.279 0 0 1 0 4.558Z\" fill=\"#cacaca\"/><ellipse data-name=\"Ellipse 687\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(663.411 329.297)\" fill=\"#3f3d56\"/><ellipse data-name=\"Ellipse 688\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(709.544 329.297)\" fill=\"#3f3d56\"/><ellipse data-name=\"Ellipse 689\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(755.678 329.297)\" fill=\"#6c63ff\"/><ellipse data-name=\"Ellipse 808\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(1214.185 329.297)\" fill=\"#e6e6e6\"/><g data-name=\"Group 265\" transform=\"translate(-302.061 -7.305)\"><rect data-name=\"Rectangle 946\" width=\"179.545\" height=\"78.551\" rx=\"24\" transform=\"translate(1261.092 484.357)\" fill=\"#6c63ff\"/><rect data-name=\"Rectangle 947\" width=\"179.545\" height=\"78.551\" rx=\"24\" transform=\"translate(1065.061 484.357)\" fill=\"#e6e6e6\"/><g data-name=\"Group 263\"><path data-name=\"Path 4662\" d=\"M1323.933 497.824h53.864v53.864h-53.864Z\" fill=\"none\"/><path data-name=\"Path 4663\" d=\"M1348.621 544.957a2.244 2.244 0 0 1-2.229-1.979 15.777 15.777 0 0 0-4.492-9.255 15.777 15.777 0 0 0-9.209-4.486 2.245 2.245 0 0 1-1.7-3.4 15.708 15.708 0 0 1 11.559-7.69 22.445 22.445 0 0 1 19.416-13.59h.122a8.987 8.987 0 0 1 8.978 8.977v.122a22.445 22.445 0 0 1-13.592 19.415 15.708 15.708 0 0 1-7.732 11.586 2.244 2.244 0 0 1-1.121.3Zm-11.755-19.39a20.285 20.285 0 0 1 8.212 4.979 20.285 20.285 0 0 1 4.975 8.211 11.153 11.153 0 0 0 3.057-7.344 2.244 2.244 0 0 1 1.5-2.043 17.9 17.9 0 0 0 11.965-15.893 4.494 4.494 0 0 0-4.431-4.431 17.9 17.9 0 0 0-15.895 11.966 2.244 2.244 0 0 1-2.043 1.5 11.153 11.153 0 0 0-7.34 3.055Z\" fill=\"#fff\"/><path data-name=\"Path 4664\" d=\"M1332.825 546.061a19.171 19.171 0 0 1-2.312-.14 2.459 2.459 0 0 1-2.188-2.042 15.539 15.539 0 0 1 1.728-9.552 17.075 17.075 0 0 1 7.161-7.02 2.641 2.641 0 0 1 3.46.9 2.284 2.284 0 0 1-.963 3.226 11.7 11.7 0 0 0-6.45 9.89 12.786 12.786 0 0 0 10.609-6.013 2.641 2.641 0 0 1 3.46-.9 2.284 2.284 0 0 1 .963 3.226 17.251 17.251 0 0 1-7.53 6.676 18.767 18.767 0 0 1-7.938 1.749Z\" fill=\"#fff\"/><path data-name=\"Path 4665\" d=\"M1357.633 521.511a3.524 3.524 0 1 1 3.524-3.524 3.528 3.528 0 0 1-3.524 3.524Z\" fill=\"#fff\"/></g></g><path data-name=\"Path 2993\" d=\"M872.796 641.177h157.983a5.153 5.153 0 0 0 0-10.306H872.796a5.153 5.153 0 0 0 0 10.306Z\" fill=\"#e4e4e4\"/><path data-name=\"Path 2995\" d=\"M872.797 667.165h68.481a5.153 5.153 0 0 0 0-10.306h-68.481a5.154 5.154 0 0 0 0 10.307Z\" fill=\"#e4e4e4\"/></g></svg>',withExternalLayout:true})]}),isDisplayed14()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sbdqrt\",\"data-border\":true,\"data-framer-name\":\"Tab Button Block\",layoutDependency:layoutDependency,layoutId:\"d5ueoIXUe\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({OAdS07Kt1:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xpilbd-container\",layoutDependency:layoutDependency,layoutId:\"IxQ9gjMyh-container\",nodeId:\"IxQ9gjMyh\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"IxQ9gjMyh\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"IxQ9gjMyh\",LCIpE3scH:\"E-Commerce\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a5yt6vq,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ipzs0m\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"fjctC3N1s\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8xsl4s\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"NyO5ckUw4\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({OAdS07Kt1:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+215}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8rn92k-container\",layoutDependency:layoutDependency,layoutId:\"Raqv2PFIO-container\",nodeId:\"Raqv2PFIO\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"Raqv2PFIO\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"Raqv2PFIO\",LCIpE3scH:\"CMS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1mm6g8h,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-um8crx\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"V6QlxP67M\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17k19hl\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"RwMcDgTZZ\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({OAdS07Kt1:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+430}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6vwxjp-container\",layoutDependency:layoutDependency,layoutId:\"pjAUDCz7i-container\",nodeId:\"pjAUDCz7i\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"pjAUDCz7i\",Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\",layoutId:\"pjAUDCz7i\",LCIpE3scH:\"Marketing\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7ao2aahp,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-oe7cx2\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"HGlczGvL4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cl913u\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"AkNCtmkbo\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({OAdS07Kt1:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+645}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3m4434-container\",layoutDependency:layoutDependency,layoutId:\"RR0L8Rhfz-container\",nodeId:\"RR0L8Rhfz\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"RR0L8Rhfz\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"RR0L8Rhfz\",LCIpE3scH:\"CRM\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7adjb7i5,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9ail6e\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"GL3OiqI5U\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-163b2fe\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"dbz0Abay3\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({OAdS07Kt1:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+860}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ktdlx0-container\",layoutDependency:layoutDependency,layoutId:\"V4ZNwPWAW-container\",nodeId:\"V4ZNwPWAW\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"V4ZNwPWAW\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"V4ZNwPWAW\",LCIpE3scH:\"Any SaaS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1593znv,variant:\"GS0jiK6rf\",width:\"100%\"})})})]}),isDisplayed14()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10fme6c\",\"data-framer-name\":\"Tab Content Block\",layoutDependency:layoutDependency,layoutId:\"V9ycaQjRD\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-k0u6fm\",\"data-framer-name\":\"Content Text Block Wrappper\",layoutDependency:layoutDependency,layoutId:\"WDcRjCAfL\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m35wuz\",\"data-framer-name\":\"Content Text Block \",layoutDependency:layoutDependency,layoutId:\"KgZpnqFld\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Give your users an AI assistant that creates campaigns, analyzes performance, automates engagement, and optimizes marketing efforts\u2014boosting results with less effort.\"})}),className:\"framer-1xjpmgr\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"reXJ7FEbm\",style:{\"--extracted-r6o4lv\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1tdsxqp\",\"data-framer-name\":\"Undraw marketing_vz5j\",fill:\"black\",intrinsicHeight:484,intrinsicWidth:764,layoutDependency:layoutDependency,layoutId:\"XeIoPpMw1\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"764.114\" height=\"484\"><path d=\"M758.378 317H463.386a5.743 5.743 0 0 1-5.736-5.736V5.736A5.743 5.743 0 0 1 463.386 0h294.992a5.743 5.743 0 0 1 5.736 5.736v305.528a5.743 5.743 0 0 1-5.736 5.736ZM463.386 2a3.74 3.74 0 0 0-3.736 3.736v305.528a3.74 3.74 0 0 0 3.736 3.736h294.992a3.74 3.74 0 0 0 3.736-3.736V5.736A3.74 3.74 0 0 0 758.378 2Z\" fill=\"#3f3d56\"/><path d=\"M666.485 128.406a63.22 63.22 0 1 1-55.603-33.119c.501 0 1.001.008 1.5.02l-.669-27.006c-.277-.003-.553-.01-.831-.01a90.184 90.184 0 1 0 77.35 43.772Z\" fill=\"#6c63ff\"/><path d=\"m666.485 128.406 21.747-16.343A90.156 90.156 0 0 0 611.713 68.3l.669 27.005a63.203 63.203 0 0 1 54.103 33.1Z\" fill=\"#e6e6e6\"/><path fill=\"#3f3d56\" d=\"m655.685 237.04 1.117-1.106 31.678 31.977-1.116 1.106zm-.565-157.591 22.02-39.259 1.37.768-22.02 39.26z\"/><path d=\"M711.626 280.815h-46.75a3.138 3.138 0 0 1-3.134-3.133v-6.584a3.138 3.138 0 0 1 3.134-3.134h46.75a3.138 3.138 0 0 1 3.135 3.134v6.584a3.138 3.138 0 0 1-3.135 3.133Z\" fill=\"#6c63ff\"/><path d=\"M699.775 41.135h-46.751A3.138 3.138 0 0 1 649.89 38v-6.584a3.138 3.138 0 0 1 3.134-3.134h46.75a3.138 3.138 0 0 1 3.135 3.134V38a3.138 3.138 0 0 1-3.134 3.134Z\" fill=\"#e6e6e6\"/><path d=\"M410.494 145.873H77.124a5.471 5.471 0 0 1-5.464-5.465V6.465A5.471 5.471 0 0 1 77.125 1h333.37a5.471 5.471 0 0 1 5.464 5.465v133.943a5.471 5.471 0 0 1-5.465 5.465ZM77.124 3a3.469 3.469 0 0 0-3.464 3.465v133.943a3.469 3.469 0 0 0 3.465 3.465h333.37a3.469 3.469 0 0 0 3.464-3.465V6.465A3.469 3.469 0 0 0 410.494 3Z\" fill=\"#3f3d56\"/><path d=\"M207.077 112.63h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.433-2.92h32.3a3.441 3.441 0 0 1 2.717 1.316 3.5 3.5 0 0 1 .654 3.001 82.894 82.894 0 0 0 0 38.5 3.5 3.5 0 0 1-.654 3 3.441 3.441 0 0 1-2.718 1.318Zm108.145 0h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.432-2.92h32.3a3.44 3.44 0 0 1 2.718 1.316 3.498 3.498 0 0 1 .654 3.001 82.897 82.897 0 0 0 0 38.5 3.498 3.498 0 0 1-.654 3 3.44 3.44 0 0 1-2.718 1.318Z\" fill=\"#e6e6e6\"/><path d=\"M152.138 81.377h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.432-2.921h32.3a3.441 3.441 0 0 1 2.718 1.317 3.5 3.5 0 0 1 .654 3.001 82.888 82.888 0 0 0 0 38.5 3.5 3.5 0 0 1-.654 3 3.441 3.441 0 0 1-2.718 1.317Zm109.232 0h-32.299a3.44 3.44 0 0 1-2.718-1.317 3.498 3.498 0 0 1-.654-3 82.894 82.894 0 0 0 0-38.5 3.499 3.499 0 0 1 .654-3 3.44 3.44 0 0 1 2.718-1.318h32.3a3.485 3.485 0 0 1 3.432 2.92 135.677 135.677 0 0 1 0 41.295 3.485 3.485 0 0 1-3.432 2.92Z\" fill=\"#6c63ff\"/><path d=\"M367.78 81.377h-32.299a3.44 3.44 0 0 1-2.718-1.317 3.498 3.498 0 0 1-.654-3 82.894 82.894 0 0 0 0-38.5 3.499 3.499 0 0 1 .654-3 3.44 3.44 0 0 1 2.718-1.318h32.3a3.485 3.485 0 0 1 3.432 2.92 135.693 135.693 0 0 1 0 41.295 3.485 3.485 0 0 1-3.432 2.92Z\" fill=\"#ff6584\"/><path d=\"M187.937 319.466a10.743 10.743 0 0 1-7.842-14.486l-44.335-95.192 22.491-6.32 36.547 95.673a10.8 10.8 0 0 1-6.86 20.325Zm-85.858 151.898h12.26l5.832-47.288h-18.094l.002 47.288z\" fill=\"#a0616a\"/><path d=\"m137.983 482.747-38.53.001-.002-14.886 23.644-.002a14.887 14.887 0 0 1 14.888 14.887Z\" fill=\"#2f2e41\"/><path fill=\"#a0616a\" d=\"m38.354 458.148 11.269 4.827 23.982-41.171-16.633-7.124-18.618 43.468z\"/><path d=\"m66.875 482.748-35.418-15.17 5.861-13.684 21.734 9.309a14.887 14.887 0 0 1 7.823 19.545Z\" fill=\"#2f2e41\"/><circle cx=\"132.39\" cy=\"140.57\" r=\"24.561\" fill=\"#a0616a\"/><path d=\"m114.646 459.803-13.496-2.572a4.474 4.474 0 0 1-3.634-4.878l8.95-87.26a3.5 3.5 0 0 0-6.7-1.735l-39.071 91.167a4.5 4.5 0 0 1-5.964 2.34l-10.977-4.88a4.482 4.482 0 0 1-2.441-5.535l26.722-80.167a3.5 3.5 0 0 0 .155-.694l8.674-73.247a4.5 4.5 0 0 1 2.775-3.64l27.389-11.127a4.5 4.5 0 0 1 4.833.945l34.57 33.66a4.482 4.482 0 0 1 1.275 4.101L119.902 456.26a4.517 4.517 0 0 1-4.417 3.623 4.47 4.47 0 0 1-.839-.08Z\" fill=\"#2f2e41\"/><path d=\"M99.26 296.38c-4.785-5.54-8.277-8.054-10.665-7.657-2.37.383-3.736 3.693-5.184 7.198-1.975 4.784-4.215 10.207-9.734 10.63a4.647 4.647 0 0 1-4.562-1.87c-4.342-6.456 6.072-27.824 7.023-29.743l-.488-101.061a4.49 4.49 0 0 1 2.353-3.985c28.616-15.432 67.257 11.406 74.712 16.944a4.488 4.488 0 0 1 1.81 3.849c-.9 16.925-5.387 102.32-5.387 121.369 0 5.273-1.818 8.624-5.406 9.958a10.781 10.781 0 0 1-3.774.619c-10.946 0-28.873-12.559-40.698-26.25Z\" fill=\"#ccc\"/><path d=\"M139.196 247.309a4.45 4.45 0 0 1-2.023-3.567l-1.938-45.265a11.747 11.747 0 0 1 22.712-4.692l14.507 38.017a4.505 4.505 0 0 1-2.6 5.808l-26.58 10.144a4.455 4.455 0 0 1-4.078-.445Z\" fill=\"#ccc\"/><path d=\"M71.649 318.037a10.743 10.743 0 0 1-1.726-16.382l-4.69-104.905 23.201 2.732-2.693 102.382a10.8 10.8 0 0 1-14.092 16.173Z\" fill=\"#a0616a\"/><path d=\"M55.538 224.685a4.45 4.45 0 0 1-.619-4.054l14.328-42.983a11.747 11.747 0 0 1 22.891 3.715v40.69a4.505 4.505 0 0 1-4.5 4.5h-28.45a4.453 4.453 0 0 1-3.65-1.868Z\" fill=\"#ccc\"/><path d=\"M116.53 157.09a4.853 4.853 0 0 1-6.352-.317c-5.264-4.92-9.706-10.804-11.954-17.618-2.577-7.808-1.918-16.953 3.015-23.53 4.17-5.56 10.772-8.702 17.274-11.157a28.271 28.271 0 0 1 7.96-2.068 10.937 10.937 0 0 1 7.755 2.178 6.868 6.868 0 0 1 2.275 7.397 25.847 25.847 0 0 1 11.802-6.105 14.267 14.267 0 0 1 8.44.35c3.77 1.55 6.22 5.338 7.349 9.256a16.724 16.724 0 0 1 .218 9.21 11.146 11.146 0 0 1-5.706 7.032c-3.45 1.625-7.544 1.011-11.151-.226s-7.028-3.063-10.759-3.853-8.039-.328-10.68 2.424c-1.858 1.938-2.59 4.664-3.255 7.266l-3.46 13.534a16.88 16.88 0 0 1-2.156 5.574 3.333 3.333 0 0 1-.616.652Z\" fill=\"#2f2e41\"/><path d=\"M216.138 352.377h-32.3a3.485 3.485 0 0 1-3.432-2.92 135.677 135.677 0 0 1 0-41.294 3.485 3.485 0 0 1 3.432-2.921h32.3a3.44 3.44 0 0 1 2.718 1.317 3.5 3.5 0 0 1 .654 3.001 82.897 82.897 0 0 0 0 38.5 3.5 3.5 0 0 1-.654 3 3.44 3.44 0 0 1-2.718 1.317Z\" fill=\"#6c63ff\"/><path d=\"M162 484H1a1 1 0 0 1 0-2h161a1 1 0 0 1 0 2Z\" fill=\"#3f3d56\"/></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI That Drives Marketing Growth\"})}),className:\"framer-1az07q9\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sLwSFjAjY\",style:{\"--extracted-1of0zx5\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},verticalAlignment:\"center\",withExternalLayout:true})]}),isDisplayed15()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o884at\",\"data-border\":true,\"data-framer-name\":\"Tab Button Block\",layoutDependency:layoutDependency,layoutId:\"sJ0Qt4I4O\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({n9y7s85n6:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s7jq1x-container\",layoutDependency:layoutDependency,layoutId:\"RBmwprS4e-container\",nodeId:\"RBmwprS4e\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"RBmwprS4e\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"RBmwprS4e\",LCIpE3scH:\"E-Commerce\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a5yt6vq,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i95yj7\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"e2tJEW2lD\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pwdufh\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"MeLH8rpuz\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({n9y7s85n6:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+215}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15xcz07-container\",layoutDependency:layoutDependency,layoutId:\"rWVCehKY8-container\",nodeId:\"rWVCehKY8\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"rWVCehKY8\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"rWVCehKY8\",LCIpE3scH:\"CMS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1mm6g8h,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j45snm\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"lK9Mt1n6W\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1b8b2l7\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"Q6_xBa13N\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({n9y7s85n6:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+430}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-20j8dg-container\",layoutDependency:layoutDependency,layoutId:\"T2ac_sVAg-container\",nodeId:\"T2ac_sVAg\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"T2ac_sVAg\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"T2ac_sVAg\",LCIpE3scH:\"Marketing\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7ao2aahp,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-40vp3i\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"VZ_qwplYl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-k36s99\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"h_Bucs6C5\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({n9y7s85n6:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+645}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jairfd-container\",layoutDependency:layoutDependency,layoutId:\"tli02Kgze-container\",nodeId:\"tli02Kgze\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"tli02Kgze\",Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\",layoutId:\"tli02Kgze\",LCIpE3scH:\"CRM\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7adjb7i5,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1upe2v7\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"jJpG0h4f5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fdiw32\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"QyNHLsn2C\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({n9y7s85n6:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+860}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dd9zot-container\",layoutDependency:layoutDependency,layoutId:\"KxLAUYNzg-container\",nodeId:\"KxLAUYNzg\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"KxLAUYNzg\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"KxLAUYNzg\",LCIpE3scH:\"Any SaaS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1593znv,variant:\"GS0jiK6rf\",width:\"100%\"})})})]}),isDisplayed15()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-157hr0j\",\"data-framer-name\":\"Tab Content Block\",layoutDependency:layoutDependency,layoutId:\"NYw36H_Y1\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rnyzmj\",\"data-framer-name\":\"Content Text Block Wrappper\",layoutDependency:layoutDependency,layoutId:\"Ap6mamA_G\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wlblm1\",\"data-framer-name\":\"Content Text Block \",layoutDependency:layoutDependency,layoutId:\"aRbggdS3p\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Give your users an AI assistant that automates customer interactions, manages leads, tracks sales, and organizes data\u2014helping them build better relationships effortlessly.\"})}),className:\"framer-1u3f5zn\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UIUGpIIZH\",style:{\"--extracted-r6o4lv\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lskk2v\",\"data-framer-name\":\"Undraw customer-survey_2l89\",fill:\"black\",intrinsicHeight:421,intrinsicWidth:997,layoutDependency:layoutDependency,layoutId:\"S5F19EbcO\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"997\" height=\"420.619\"><path d=\"M304.19 3.913c14.477-6.132 32.626-5.457 44.471 4.882a72.442 72.442 0 0 0-43.052 24.903c-4.21 5.076-8.363 11.16-14.836 12.418-4.027.784-8.235-.565-11.673-2.803-3.439-2.24-6.238-5.312-8.996-8.35l-.96-.357c9.258-12.708 20.567-24.561 35.045-30.693Z\" fill=\"#f0f0f0\"/><path d=\"M348.48 9.07a61.918 61.918 0 0 0-37.872 4.122 26.664 26.664 0 0 0-7.076 4.442 15.293 15.293 0 0 0-4.236 6.844c-.772 2.427-1.28 4.999-2.63 7.196a9.364 9.364 0 0 1-6.388 4.223c-3.231.617-6.491.037-9.66-.641-3.518-.753-7.16-1.591-10.736-.708-.434.107-.574-.571-.142-.678 6.222-1.537 12.24 1.885 18.465 1.576 2.905-.144 5.784-1.164 7.524-3.61 1.521-2.14 2.048-4.791 2.809-7.255a16.319 16.319 0 0 1 3.892-6.846 24.65 24.65 0 0 1 6.879-4.698 60.072 60.072 0 0 1 18-5.342 63.016 63.016 0 0 1 21.391.718c.436.09.213.747-.22.657Z\" fill=\"#fff\"/><path d=\"M314.331 11.254A9.29 9.29 0 0 1 319.215.26c.403-.192.72.425.317.617a8.602 8.602 0 0 0-4.522 10.235c.128.427-.552.566-.679.142Zm-14.805 11.941a17.905 17.905 0 0 0 12.93 1.76c.433-.106.574.572.14.678a18.624 18.624 0 0 1-13.45-1.858c-.39-.218-.008-.797.38-.58Zm34.655-15.597a5.258 5.258 0 0 0 2.714 4.187c.392.214.01.792-.38.58a5.893 5.893 0 0 1-3.012-4.625.358.358 0 0 1 .268-.41.348.348 0 0 1 .41.268Z\" fill=\"#fff\"/><path d=\"M347.244 62.01a49.682 49.682 0 0 0-.751-.376 69.251 69.251 0 0 0-10.417-4.204 30.9 30.9 0 0 0-.834-.26 73.005 73.005 0 0 0-26.725-2.86 70.898 70.898 0 0 0-10.643 1.668c-4.833 1.14-9.983 2.76-14.77 2.253a12.16 12.16 0 0 1-1.487-.235l-12.833-22.19c-.004-.066-.013-.128-.017-.193l-.553-.863c.177-.055.363-.108.54-.164.103-.032.209-.06.312-.092.07-.02.139-.04.2-.062a.97.97 0 0 1 .065-.017c.061-.022.12-.036.177-.055q1.553-.452 3.117-.884c.005-.003.005-.003.013 0a104.245 104.245 0 0 1 24.33-3.937c.245-.007.496-.017.748-.014a67.652 67.652 0 0 1 11.021.646 59.81 59.81 0 0 1 5.938 1.167 49.734 49.734 0 0 1 14.301 6.106c8.805 5.529 15.744 13.812 18.096 23.802.06.255.117.506.172.765Z\" fill=\"#f0f0f0\"/><path d=\"M346.934 62.124a61.918 61.918 0 0 0-32.72-19.511 26.664 26.664 0 0 0-8.324-.713 15.293 15.293 0 0 0-7.503 2.914c-2.077 1.472-4.032 3.22-6.432 4.162a9.364 9.364 0 0 1-7.643-.474c-2.952-1.453-5.206-3.879-7.327-6.328-2.356-2.72-4.76-5.581-8.147-7.03-.41-.175-.114-.801.296-.626 5.893 2.519 8.637 8.874 13.794 12.376 2.406 1.634 5.32 2.552 8.18 1.647 2.503-.792 4.52-2.592 6.612-4.102a16.319 16.319 0 0 1 7.23-3.122 24.65 24.65 0 0 1 8.32.39 60.072 60.072 0 0 1 17.587 6.572 63.016 63.016 0 0 1 16.649 13.453c.293.334-.28.724-.572.392Z\" fill=\"#fff\"/><path d=\"M318.354 43.307a9.29 9.29 0 0 1 10.518-5.837c.437.09.319.772-.119.683a8.602 8.602 0 0 0-9.772 5.45c-.156.418-.781.12-.627-.296Zm-19.011.621a17.905 17.905 0 0 0 9.264 9.189c.41.177.114.803-.295.627a18.624 18.624 0 0 1-9.622-9.582c-.18-.409.474-.64.653-.234Zm37.061 8.412a5.258 5.258 0 0 0-.355 4.977c.185.406-.468.638-.652.234a5.893 5.893 0 0 1 .38-5.507.358.358 0 0 1 .461-.166.348.348 0 0 1 .166.462Z\" fill=\"#fff\"/><path fill=\"#a0616a\" d=\"M851.45 409.096h-11.361l-5.405-43.824 16.768.001-.002 43.823z\"/><path d=\"m854.348 420.11-36.635-.002v-.463a14.26 14.26 0 0 1 14.26-14.26l22.376.002Z\" fill=\"#2f2e41\"/><path fill=\"#a0616a\" d=\"m939.916 404.178-11.234 1.698-11.895-42.523 14.727-2.506 8.402 43.331z\"/><path d=\"m944.427 414.634-36.223 5.476-.069-.459a14.26 14.26 0 0 1 11.967-16.23h.001l22.124-3.344Z\" fill=\"#2f2e41\"/><path d=\"M615.84 420.11H276.349V80.619h339.49Z\" fill=\"#fff\"/><path d=\"M615.84 420.11H276.349V80.619h339.49Zm-334.475-5.016h329.459V85.634h-329.46Z\" fill=\"#f0f0f0\"/><path fill=\"#6c63ff\" d=\"M346.347 226.561h217.726v7.686H346.347zm0 19.984h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347z\"/><circle cx=\"333.131\" cy=\"231.53\" r=\"5.016\" fill=\"#6c63ff\"/><path fill=\"#f0f0f0\" d=\"M346.347 140.454h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347zm0 19.984h217.726v7.686H346.347z\"/><circle cx=\"333.131\" cy=\"144.587\" r=\"5.016\" fill=\"#f0f0f0\"/><path fill=\"#f0f0f0\" d=\"M346.347 313.505h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347zm0 19.983h217.726v7.686H346.347z\"/><circle cx=\"333.131\" cy=\"317.638\" r=\"5.016\" fill=\"#e5e5e5\"/><path data-name=\"Path 138\" d=\"M798.078 286H600.544c-2.959-.007-5.358-4.913-5.361-10.97V128.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971Z\" fill=\"#fff\"/><path data-name=\"Path 138\" d=\"M798.078 286H600.544c-2.959-.007-5.358-4.913-5.361-10.97V128.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971ZM600.544 121.493c-1.776 0-3.215 2.95-3.217 6.583v146.953c0 3.633 1.441 6.578 3.217 6.582h197.534c1.776 0 3.215-2.948 3.217-6.582V128.076c0-3.634-1.441-6.579-3.217-6.583Z\" fill=\"#e6e6e6\"/><path fill=\"#6c63ff\" d=\"M672.885 236.928h53.171v3.996h-53.171zm-7.115 10.385h66.916v3.996H665.77z\"/><path d=\"M734.029 186.514a34.73 34.73 0 0 1-51.18 30.576l-.007-.007a34.72 34.72 0 1 1 51.187-30.569Z\" fill=\"#cacaca\"/><circle cx=\"699.488\" cy=\"175.391\" r=\"9.438\" fill=\"#fff\"/><path d=\"M715.603 204.33a48.645 48.645 0 0 1-32.577-.126l-.007-.005 7.031-13.88h18.876Z\" fill=\"#fff\"/><path fill=\"#3f3d56\" d=\"M560.144 338.547H708.36v-64.988h-2.281v62.707H560.144v2.281z\"/><circle cx=\"707.22\" cy=\"284.089\" r=\"12.541\" fill=\"#3f3d56\"/><path data-name=\"Path 138\" d=\"M286.078 196H88.544c-2.959-.007-5.358-4.913-5.361-10.97V38.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971Z\" fill=\"#fff\"/><path data-name=\"Path 138\" d=\"M286.078 196H88.544c-2.959-.007-5.358-4.913-5.361-10.97V38.076c0-6.056 2.402-10.96 5.361-10.97h197.534c2.959.007 5.358 4.913 5.361 10.97v146.953c-.003 6.056-2.406 10.964-5.361 10.971ZM88.544 31.493c-1.776 0-3.215 2.95-3.217 6.583v146.953c0 3.633 1.441 6.578 3.217 6.582h197.534c1.776 0 3.215-2.948 3.217-6.582V38.076c0-3.634-1.441-6.579-3.217-6.583Z\" fill=\"#e6e6e6\"/><path d=\"M231.164 73.015a48.949 48.949 0 0 0-33.701-15.35v49.05Z\" fill=\"#3f3d56\"/><path d=\"m231.164 79.122-33.701 33.7h47.098a48.923 48.923 0 0 0-13.397-33.7Z\" fill=\"#e4e4e4\"/><path d=\"M244.61 116.348a49.226 49.226 0 0 1-.844 9.112c-.044.238-.09.474-.139.71a48.694 48.694 0 0 1-5.681 14.889c-.144.247-.292.495-.44.738v.002a49.246 49.246 0 0 1-9.858 11.662 37.94 37.94 0 0 1-.578.496 48.88 48.88 0 0 1-29.608 11.44v-49.05Z\" fill=\"#f0f0f0\"/><path d=\"M192.698 165.44c.652 0 1.3-.016 1.946-.041v-49.053l-35.673 35.673a48.924 48.924 0 0 0 33.727 13.422Z\" fill=\"#cacaca\"/><path d=\"M192.765 63.729a49.094 49.094 0 0 0-49.094 49.094h51.09v-49.05a49.901 49.901 0 0 0-1.996-.044Zm-11.713 52.619-10.321 10.321-.338.338-.007.007-9.001 8.999-.343.342-9.724 9.725-.343.342v.003l-5.596 5.594a48.953 48.953 0 0 1-15.368-35.671Z\" fill=\"#6c63ff\"/><path fill=\"#3f3d56\" d=\"M346.913 250.547H198.698v-64.988h2.28v62.707h145.935v2.281z\"/><circle cx=\"199.838\" cy=\"196.089\" r=\"12.541\" fill=\"#3f3d56\"/><path d=\"m904.885 191.917-12.615 3.305.84 20.453.103 37.238a7.463 7.463 0 1 0 9.877 1.24l3.876-37.374Z\" fill=\"#a0616a\"/><path d=\"m908.415 204.215-18.44-6.21-.042-.277c-.028-.175-2.733-17.639-2.7-29.62a9.18 9.18 0 0 1 3.06-7.1 9.628 9.628 0 0 1 10.422-1.676 10.298 10.298 0 0 1 6.366 9.158Z\" fill=\"#e4e4e4\"/><path d=\"m874.111 202.502-28.203-7.3-13.037 43.906-.463 163.569 21.567-.135 9.015-132.389 57.458 122.33 23.168-2.78-50.507-131.134s2.78-23.168-6.024-34.752l1.854-12.048Z\" fill=\"#2f2e41\"/><path d=\"m889.774 215.013-2.135-.034-43.341-17.324 20.735-46.18 9.844 1.788-1.792-7.168 21.752-5.317 3.785 15.138 5.584 5.076a9.819 9.819 0 0 1 2.708 10.364l-12.864 38.593a4.337 4.337 0 0 1-4.276 5.064Z\" fill=\"#e4e4e4\"/><path d=\"m857.18 180.432-11.403-6.329-13.527 15.364-25.659 26.987a7.463 7.463 0 1 0 6.282 7.722l28.63-24.335Z\" fill=\"#a0616a\"/><path d=\"m851.232 191.76-9.037-17.23.16-.23c.102-.145 10.216-14.638 18.52-23.275a9.18 9.18 0 0 1 7.117-3.017 9.633 9.633 0 0 1 8.69 5.99 10.297 10.297 0 0 1-1.726 11.018Z\" fill=\"#e4e4e4\"/><circle cx=\"878.743\" cy=\"120.678\" r=\"17.283\" fill=\"#a0616a\"/><path d=\"M857.946 110.544c2.907-5.203 4.019-7.376 7.766-10.54 3.314-2.798 7.39-3.62 10.677-.968a19.688 19.688 0 1 1-11.88 18.072 19.85 19.85 0 0 1 .135-2.226c-2.858-.402-3.84-3.936-6.698-4.338Z\" fill=\"#2f2e41\"/><path d=\"M93.592 261.632a6.492 6.492 0 0 0 1.546-9.835l8.437-84.666-14.088.935-3.903 83.37a6.528 6.528 0 0 0 8.008 10.196Z\" fill=\"#ffb8b8\"/><path d=\"m83.78 163.995 3.693 28.073-.513 17.205 15.495 1.419 3.106-14.31 1.71-37.884a11.305 11.305 0 0 0-9.988-11.74 11.305 11.305 0 0 0-12.513 9.748Z\" fill=\"#2f2e41\"/><path fill=\"#ffb7b7\" d=\"M143.119 410.998h9.399l4.471-36.254h-13.872l.002 36.254z\"/><path d=\"m140.721 407.93 18.51-.001h.001a11.797 11.797 0 0 1 11.797 11.796v.383l-30.307.002Z\" fill=\"#2f2e41\"/><path fill=\"#ffb7b7\" d=\"M65.508 410.998h9.399l4.471-36.254H65.506l.002 36.254z\"/><path d=\"m63.11 407.93 18.51-.001h.001a11.797 11.797 0 0 1 11.796 11.796v.383l-30.307.002Z\" fill=\"#2f2e41\"/><circle cx=\"102.058\" cy=\"113.036\" r=\"20.378\" fill=\"#ffb8b8\"/><path d=\"m104.69 141.687-14.141 1.617a37.633 37.633 0 0 0-4.812 33.982l10.67 30.87s-14.813 29.696-14.813 57.267-28.21 125.988-28.21 125.988l39.709 4.142 17.327-104.84 23.876 104.418 27.258-4.437-15.013-136.905-9.92-45.061-.423-21.975s4.218-16.49-6.339-27.046l-12.89-17.96Z\" fill=\"#2f2e41\"/><path d=\"M204.388 214.28a7.114 7.114 0 0 0-8.634-6.665l-76.903-52.697-6.521 14.029 78.045 47.658a7.152 7.152 0 0 0 14.013-2.324Z\" fill=\"#ffb8b8\"/><path d=\"m105.412 172.286 28.917 11.236 16.26 9.554 9.525-14.14L148 168.416l-35.498-21.596a12.387 12.387 0 0 0-16.54 3.414 12.387 12.387 0 0 0 2.775 17.156Zm20.401-66.528H95.867V92.705c6.573-2.611 13.005-4.832 16.893 0a13.053 13.053 0 0 1 13.053 13.053Z\" fill=\"#2f2e41\"/><path d=\"M101.21 91.401c-17.902.08-22.913 22.44-22.913 35.099 0 7.06 3.193 9.585 8.21 10.44l1.772-9.45 4.15 9.856c1.409.007 2.89-.02 4.424-.049l1.407-2.897 3.138 2.845c12.567.019 30.829-1.103 22.724-10.745-10.858-12.917-7.309-35.168-22.913-35.099Zm820.568 70.271a20.994 20.994 0 0 1-.347-9.179c.835-5.885 2.714-11.563 4.432-17.254 1.718-5.691 3.293-11.494 3.492-17.435.198-5.941-1.09-12.1-4.632-16.874-3.543-4.774-9.583-7.902-15.46-7.004-5.614.857-10.517 5.922-10.546 11.541-1.005 1.819.293 4.302 2.142 5.38 1.94 1.132 4.277 1.283 6.428 1.926a16.115 16.115 0 0 1 9.657 8.547 20.834 20.834 0 0 1 1.4 12.977c-.847 4.229-2.795 8.142-4.256 12.2-1.46 4.058-2.437 8.513-1.264 12.663a13.336 13.336 0 0 0 14.946 9.107 9.846 9.846 0 0 1-5.992-6.595Z\" fill=\"#2f2e41\"/><path d=\"M996 420.619H1a1 1 0 0 1 0-2h995a1 1 0 0 1 0 2Z\" fill=\"#cacaca\"/><path d=\"M768.964 372.003c-1.94-15.603-11.61-30.976-26.49-36.054a72.442 72.442 0 0 1-.004 49.737c-2.287 6.185-5.474 12.826-3.323 19.06 1.338 3.878 4.612 6.845 8.271 8.7 3.66 1.856 7.721 2.74 11.732 3.607l.789.653c6.367-14.376 10.965-30.1 9.025-45.703Z\" fill=\"#f0f0f0\"/><path d=\"M742.326 336.244a61.918 61.918 0 0 1 15.393 34.848 26.664 26.664 0 0 1-.304 8.349 15.293 15.293 0 0 1-3.803 7.093c-1.715 1.884-3.686 3.612-4.913 5.88a9.364 9.364 0 0 0-.458 7.644c1.083 3.106 3.218 5.638 5.391 8.041 2.414 2.669 4.962 5.402 5.988 8.94.124.428.782.21.658-.218-1.785-6.155-7.76-9.65-10.609-15.194-1.33-2.587-1.887-5.59-.641-8.321 1.09-2.388 3.122-4.172 4.874-6.064a16.319 16.319 0 0 0 3.977-6.797 24.65 24.65 0 0 0 .624-8.306 60.071 60.071 0 0 0-4.388-18.256 63.016 63.016 0 0 0-11.33-18.158c-.297-.332-.754.19-.46.52Z\" fill=\"#fff\"/><path d=\"M757.532 366.898a9.29 9.29 0 0 0 7.071-9.73c-.035-.445-.727-.411-.692.034a8.602 8.602 0 0 1-6.596 9.038c-.434.103-.214.76.217.658Zm-2.925 18.796a17.905 17.905 0 0 1-7.996-10.312c-.126-.429-.784-.21-.658.217a18.624 18.624 0 0 0 8.342 10.713c.384.228.694-.392.312-.618Zm-3.848-37.809a5.258 5.258 0 0 1-4.984-.253c-.38-.233-.69.388-.311.62a5.892 5.892 0 0 0 5.512.291.358.358 0 0 0 .22-.438.348.348 0 0 0-.437-.22Z\" fill=\"#fff\"/><path d=\"M697.116 363.818c.234.152.468.304.702.462a69.252 69.252 0 0 1 8.855 6.913c.216.193.432.392.643.59a73.006 73.006 0 0 1 15.855 21.704 70.897 70.897 0 0 1 3.884 10.048c1.433 4.755 2.608 10.025 5.445 13.914a12.163 12.163 0 0 0 .947 1.17h25.634c.059-.03.117-.053.176-.082l1.023.046c-.04-.18-.087-.368-.129-.55-.023-.105-.052-.21-.076-.315-.017-.07-.035-.14-.046-.205a.97.97 0 0 0-.018-.064c-.012-.064-.03-.123-.041-.181q-.386-1.57-.795-3.141c0-.006 0-.006-.006-.012a104.244 104.244 0 0 0-8.773-23.031c-.117-.217-.234-.439-.362-.655a67.653 67.653 0 0 0-6.077-9.218 59.81 59.81 0 0 0-3.983-4.556 49.734 49.734 0 0 0-12.446-9.322c-9.194-4.854-19.838-6.714-29.663-3.749a36.66 36.66 0 0 0-.749.234Z\" fill=\"#f0f0f0\"/><path d=\"M697.174 364.143a61.918 61.918 0 0 1 33.27 18.557 26.664 26.664 0 0 1 4.785 6.848 15.293 15.293 0 0 1 1.234 7.954c-.235 2.536-.769 5.103-.383 7.652a9.364 9.364 0 0 0 4.237 6.379c2.735 1.828 5.964 2.564 9.146 3.175 3.533.677 7.214 1.325 10.163 3.533.357.267.751-.303.395-.57-5.131-3.84-12.007-3.034-17.62-5.745-2.618-1.265-4.872-3.327-5.52-6.258-.568-2.562-.02-5.21.24-7.776a16.319 16.319 0 0 0-.917-7.821 24.65 24.65 0 0 0-4.503-7.008 60.072 60.072 0 0 0-14.494-11.934 63.016 63.016 0 0 0-19.98-7.677c-.436-.086-.487.605-.053.691Z\" fill=\"#fff\"/><path d=\"M727.77 379.463a9.29 9.29 0 0 0-.212-12.027c-.296-.333-.828.11-.532.445a8.602 8.602 0 0 1 .175 11.188c-.284.343.287.736.57.394Zm8.981 16.769a17.905 17.905 0 0 1-12.593-3.42c-.358-.266-.752.304-.394.57a18.624 18.624 0 0 0 13.11 3.531c.445-.049.319-.73-.123-.681Zm-25.836-27.872a5.258 5.258 0 0 1-4.13 2.799c-.445.043-.318.725.123.682a5.893 5.893 0 0 0 4.577-3.086.358.358 0 0 0-.087-.482.348.348 0 0 0-.483.088Z\" fill=\"#fff\"/><path d=\"M192.094 372.003c1.94-15.603 11.61-30.976 26.49-36.054a72.442 72.442 0 0 0 .004 49.737c2.286 6.185 5.473 12.826 3.323 19.06-1.339 3.878-4.612 6.845-8.272 8.7-3.66 1.856-7.72 2.74-11.731 3.607l-.79.653c-6.366-14.376-10.965-30.1-9.024-45.703Z\" fill=\"#f0f0f0\"/><path d=\"M218.732 336.244a61.918 61.918 0 0 0-15.393 34.848 26.664 26.664 0 0 0 .303 8.349 15.293 15.293 0 0 0 3.804 7.093c1.714 1.884 3.686 3.612 4.913 5.88a9.364 9.364 0 0 1 .457 7.644c-1.083 3.106-3.217 5.638-5.39 8.041-2.414 2.669-4.963 5.402-5.989 8.94-.124.428-.782.21-.658-.218 1.785-6.155 7.76-9.65 10.61-15.194 1.329-2.587 1.887-5.59.64-8.321-1.09-2.388-3.121-4.172-4.873-6.064a16.319 16.319 0 0 1-3.978-6.797 24.65 24.65 0 0 1-.623-8.306 60.071 60.071 0 0 1 4.387-18.256 63.016 63.016 0 0 1 11.331-18.158c.297-.332.753.19.459.52Z\" fill=\"#fff\"/><path d=\"M203.526 366.898a9.29 9.29 0 0 1-7.072-9.73c.036-.445.728-.411.693.034a8.602 8.602 0 0 0 6.596 9.038c.434.103.214.76-.217.658Zm2.924 18.796a17.905 17.905 0 0 0 7.997-10.312c.125-.429.783-.21.658.217a18.624 18.624 0 0 1-8.342 10.713c-.385.228-.694-.392-.312-.618Zm3.849-37.809a5.258 5.258 0 0 0 4.983-.253c.381-.233.69.388.312.62a5.892 5.892 0 0 1-5.512.291.358.358 0 0 1-.22-.438.348.348 0 0 1 .437-.22Z\" fill=\"#fff\"/><path d=\"M263.941 363.818c-.233.152-.467.304-.702.462a69.251 69.251 0 0 0-8.854 6.913c-.216.193-.433.392-.643.59a73.005 73.005 0 0 0-15.856 21.704 70.897 70.897 0 0 0-3.883 10.048c-1.433 4.755-2.609 10.025-5.445 13.914a12.163 12.163 0 0 1-.948 1.17h-25.634c-.058-.03-.117-.053-.175-.082l-1.024.046.13-.55c.023-.105.052-.21.075-.315.018-.07.035-.14.047-.205a.97.97 0 0 1 .017-.064c.012-.064.03-.123.042-.181q.386-1.57.795-3.141c0-.006 0-.006.006-.012a104.244 104.244 0 0 1 8.772-23.031c.117-.217.234-.439.363-.655a67.652 67.652 0 0 1 6.077-9.218 59.806 59.806 0 0 1 3.983-4.556 49.734 49.734 0 0 1 12.445-9.322c9.194-4.854 19.838-6.714 29.664-3.749.251.076.497.152.748.234Z\" fill=\"#f0f0f0\"/><path d=\"M263.884 364.143a61.918 61.918 0 0 0-33.271 18.557 26.664 26.664 0 0 0-4.784 6.848 15.293 15.293 0 0 0-1.234 7.954c.235 2.536.768 5.103.383 7.652a9.364 9.364 0 0 1-4.238 6.379c-2.734 1.828-5.963 2.564-9.145 3.175-3.534.677-7.215 1.325-10.164 3.533-.357.267-.75-.303-.394-.57 5.13-3.84 12.006-3.034 17.619-5.745 2.619-1.265 4.873-3.327 5.521-6.258.568-2.562.02-5.21-.24-7.776a16.319 16.319 0 0 1 .916-7.821 24.65 24.65 0 0 1 4.504-7.008 60.071 60.071 0 0 1 14.494-11.934 63.016 63.016 0 0 1 19.98-7.677c.436-.086.486.605.053.691Z\" fill=\"#fff\"/><path d=\"M233.287 379.463a9.29 9.29 0 0 1 .213-12.027c.295-.333.828.11.532.445a8.602 8.602 0 0 0-.176 11.188c.285.343-.287.736-.57.394Zm-8.981 16.769a17.905 17.905 0 0 0 12.593-3.42c.358-.266.753.304.395.57a18.624 18.624 0 0 1-13.111 3.531c-.444-.049-.318-.73.123-.681Zm25.836-27.872a5.258 5.258 0 0 0 4.131 2.799c.445.043.318.725-.124.682a5.892 5.892 0 0 1-4.577-3.086.358.358 0 0 1 .088-.482.348.348 0 0 1 .482.088Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI That Streamlines Customer Management\"})}),className:\"framer-1gc6gpt\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QTvuEH4Z1\",style:{\"--extracted-1of0zx5\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},verticalAlignment:\"center\",withExternalLayout:true})]}),isDisplayed16()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xjkrwz\",\"data-border\":true,\"data-framer-name\":\"Tab Button Block\",layoutDependency:layoutDependency,layoutId:\"pyJNEhAKm\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({qlQac6CHB:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bq668a-container\",layoutDependency:layoutDependency,layoutId:\"D6u2KfWtk-container\",nodeId:\"D6u2KfWtk\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"D6u2KfWtk\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"D6u2KfWtk\",LCIpE3scH:\"E-Commerce\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a5yt6vq,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kbdiai\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"Qz0fhT4vW\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lhu554\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"ZGNG8JOLi\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({qlQac6CHB:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+215}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16krz3z-container\",layoutDependency:layoutDependency,layoutId:\"mNVPZh0Nh-container\",nodeId:\"mNVPZh0Nh\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"mNVPZh0Nh\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"mNVPZh0Nh\",LCIpE3scH:\"CMS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1mm6g8h,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18wswog\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"XvNwsRnKm\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-eqt2th\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"YvUBF39_E\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({qlQac6CHB:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+430}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cwfvdw-container\",layoutDependency:layoutDependency,layoutId:\"l5WzrvGhD-container\",nodeId:\"l5WzrvGhD\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"l5WzrvGhD\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"l5WzrvGhD\",LCIpE3scH:\"Marketing\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7ao2aahp,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1daps\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"pjUpSjmBB\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pyjqy7\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"uMk7bShXw\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({qlQac6CHB:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+645}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nu8wwp-container\",layoutDependency:layoutDependency,layoutId:\"IhS8Y_oe3-container\",nodeId:\"IhS8Y_oe3\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"IhS8Y_oe3\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"IhS8Y_oe3\",LCIpE3scH:\"CRM\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7adjb7i5,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uoopyc\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"Xb6cl92Fk\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18rl4gh\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"QVkzjdhAd\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({qlQac6CHB:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1212)-0-1685)/2+0+0)+0+860}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12qytb4-container\",layoutDependency:layoutDependency,layoutId:\"IB4y6CQqY-container\",nodeId:\"IB4y6CQqY\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"IB4y6CQqY\",Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\",layoutId:\"IB4y6CQqY\",LCIpE3scH:\"Any SaaS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1593znv,variant:\"GS0jiK6rf\",width:\"100%\"})})})]}),isDisplayed16()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gfjssq\",\"data-framer-name\":\"Tab Content Block\",layoutDependency:layoutDependency,layoutId:\"CARxcBpZn\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4v3xh9\",\"data-framer-name\":\"Content Text Block Wrappper\",layoutDependency:layoutDependency,layoutId:\"AUGtNXawV\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18b8160\",\"data-framer-name\":\"Content Text Block \",layoutDependency:layoutDependency,layoutId:\"txn5hHqvy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Empower your users with an AI assistant that automates support, executes tasks, and enhances engagement\u2014seamlessly integrating into any SaaS platform, regardless of industry or function.\"})}),className:\"framer-1lau6n4\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GGlO6V1cL\",style:{\"--extracted-r6o4lv\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jx3p0a\",\"data-framer-name\":\"Undraw ship-it_vn4g\",fill:\"black\",intrinsicHeight:452,intrinsicWidth:654,layoutDependency:layoutDependency,layoutId:\"XDHhrbJYx\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"654.016\" height=\"451.84\"><g data-name=\"Group 266\" transform=\"translate(-632.992 -314.08)\"><path data-name=\"Path 4661\" d=\"M1275.872 314.079H644.128a11.246 11.246 0 0 0-11.136 11.328v429.208a11.24 11.24 0 0 0 11.136 11.3h631.744a11.241 11.241 0 0 0 11.136-11.3V325.408a11.246 11.246 0 0 0-11.135-11.328Z\" fill=\"#090814\"/><path data-name=\"Path 4660\" d=\"M1183.205 316.323H644.728a9.513 9.513 0 0 0-9.492 9.512v360.379a9.508 9.508 0 0 0 9.492 9.492h538.476a9.508 9.508 0 0 0 9.492-9.492V325.839a9.513 9.513 0 0 0-9.491-9.512Z\" fill=\"#090814\"/><path data-name=\"Path 4021\" d=\"M1257.202 316.323H644.795a10.819 10.819 0 0 0-10.8 10.818v409.857a10.814 10.814 0 0 0 10.8 10.8h612.407a10.814 10.814 0 0 0 10.8-10.8V327.139a10.818 10.818 0 0 0-10.794-10.818Z\" fill=\"#fff\"/><path data-name=\"Path 4026\" d=\"M1238.665 372.795H665.639a2.279 2.279 0 0 1 0-4.558h573.027a2.279 2.279 0 0 1 0 4.558Z\" fill=\"#cacaca\"/><ellipse data-name=\"Ellipse 687\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(663.411 329.297)\" fill=\"#3f3d56\"/><ellipse data-name=\"Ellipse 688\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(709.544 329.297)\" fill=\"#3f3d56\"/><ellipse data-name=\"Ellipse 689\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(755.678 329.297)\" fill=\"#6c63ff\"/><ellipse data-name=\"Ellipse 808\" cx=\"13.355\" cy=\"13.652\" rx=\"13.355\" ry=\"13.652\" transform=\"translate(1214.185 329.297)\" fill=\"#e6e6e6\"/><g data-name=\"Group 265\" transform=\"translate(-302.061 -7.305)\"><rect data-name=\"Rectangle 946\" width=\"179.545\" height=\"78.551\" rx=\"24\" transform=\"translate(1261.092 484.357)\" fill=\"#6c63ff\"/><rect data-name=\"Rectangle 947\" width=\"179.545\" height=\"78.551\" rx=\"24\" transform=\"translate(1065.061 484.357)\" fill=\"#e6e6e6\"/><g data-name=\"Group 263\"><path data-name=\"Path 4662\" d=\"M1323.933 497.824h53.864v53.864h-53.864Z\" fill=\"none\"/><path data-name=\"Path 4663\" d=\"M1348.621 544.957a2.244 2.244 0 0 1-2.229-1.979 15.777 15.777 0 0 0-4.492-9.255 15.777 15.777 0 0 0-9.209-4.486 2.245 2.245 0 0 1-1.7-3.4 15.708 15.708 0 0 1 11.559-7.69 22.445 22.445 0 0 1 19.416-13.59h.122a8.987 8.987 0 0 1 8.978 8.977v.122a22.445 22.445 0 0 1-13.592 19.415 15.708 15.708 0 0 1-7.732 11.586 2.244 2.244 0 0 1-1.121.3Zm-11.755-19.39a20.285 20.285 0 0 1 8.212 4.979 20.285 20.285 0 0 1 4.975 8.211 11.153 11.153 0 0 0 3.057-7.344 2.244 2.244 0 0 1 1.5-2.043 17.9 17.9 0 0 0 11.965-15.893 4.494 4.494 0 0 0-4.431-4.431 17.9 17.9 0 0 0-15.895 11.966 2.244 2.244 0 0 1-2.043 1.5 11.153 11.153 0 0 0-7.34 3.055Z\" fill=\"#fff\"/><path data-name=\"Path 4664\" d=\"M1332.825 546.061a19.171 19.171 0 0 1-2.312-.14 2.459 2.459 0 0 1-2.188-2.042 15.539 15.539 0 0 1 1.728-9.552 17.075 17.075 0 0 1 7.161-7.02 2.641 2.641 0 0 1 3.46.9 2.284 2.284 0 0 1-.963 3.226 11.7 11.7 0 0 0-6.45 9.89 12.786 12.786 0 0 0 10.609-6.013 2.641 2.641 0 0 1 3.46-.9 2.284 2.284 0 0 1 .963 3.226 17.251 17.251 0 0 1-7.53 6.676 18.767 18.767 0 0 1-7.938 1.749Z\" fill=\"#fff\"/><path data-name=\"Path 4665\" d=\"M1357.633 521.511a3.524 3.524 0 1 1 3.524-3.524 3.528 3.528 0 0 1-3.524 3.524Z\" fill=\"#fff\"/></g></g><path data-name=\"Path 2993\" d=\"M872.796 641.177h157.983a5.153 5.153 0 0 0 0-10.306H872.796a5.153 5.153 0 0 0 0 10.306Z\" fill=\"#e4e4e4\"/><path data-name=\"Path 2995\" d=\"M872.797 667.165h68.481a5.153 5.153 0 0 0 0-10.306h-68.481a5.154 5.154 0 0 0 0 10.307Z\" fill=\"#e4e4e4\"/></g></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI That Adapts to Your Needs\"})}),className:\"framer-1egiox\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"thv7slvOJ\",style:{\"--extracted-1of0zx5\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},verticalAlignment:\"center\",withExternalLayout:true})]}),isDisplayed17()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qnkom3\",\"data-border\":true,\"data-framer-name\":\"Tab Button Block\",layoutDependency:layoutDependency,layoutId:\"O5e4BWwRj\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({AJS0CAWcM:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1214)-0-1687)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2q7hsb-container\",layoutDependency:layoutDependency,layoutId:\"dSXnhctfM-container\",nodeId:\"dSXnhctfM\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"dSXnhctfM\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"dSXnhctfM\",LCIpE3scH:\"E-Commerce\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a5yt6vq,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15uxyrs\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"K_VxjVDFz\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ye8xnc\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"SrEHIcTzW\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({AJS0CAWcM:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1214)-0-1687)/2+0+0)+0+215}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iic6tk-container\",layoutDependency:layoutDependency,layoutId:\"RZfxmuPoZ-container\",nodeId:\"RZfxmuPoZ\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"RZfxmuPoZ\",Jb7fGBxV2:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\",layoutId:\"RZfxmuPoZ\",LCIpE3scH:\"CMS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1mm6g8h,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qmoef2\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"vHKZ7b_5d\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cmv6fl\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"ag96_Z49F\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({AJS0CAWcM:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1214)-0-1687)/2+0+0)+0+430}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dqpad2-container\",layoutDependency:layoutDependency,layoutId:\"cH61aG0Zr-container\",nodeId:\"cH61aG0Zr\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"cH61aG0Zr\",Jb7fGBxV2:\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\",layoutId:\"cH61aG0Zr\",LCIpE3scH:\"Marketing\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7ao2aahp,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zjng1c\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"nHL6YEYjo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hmsbrw\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"L3XAKe2Rr\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({AJS0CAWcM:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1214)-0-1687)/2+0+0)+0+645}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1brmjs7-container\",layoutDependency:layoutDependency,layoutId:\"RWowOGkFU-container\",nodeId:\"RWowOGkFU\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"RWowOGkFU\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"RWowOGkFU\",LCIpE3scH:\"CRM\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7adjb7i5,variant:\"GS0jiK6rf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hsb2i4\",\"data-framer-name\":\"Divider Wrapper\",layoutDependency:layoutDependency,layoutId:\"D_CJ4fTLs\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yyvq20\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:723,layoutDependency:layoutDependency,layoutId:\"gvh9ANM0n\",svg:'<svg width=\"723\" height=\"3\" viewBox=\"-1 -1 723 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"4.37114e-08\" y1=\"0.5\" x2=\"721\" y2=\"0.500063\" stroke=\"#5E6075\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,...addPropertyOverrides({AJS0CAWcM:{width:`min(${componentViewport?.width||\"100vw\"}, 570px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1214)-0-1687)/2+0+0)+0+860}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ncw5zd-container\",layoutDependency:layoutDependency,layoutId:\"qlx4sf6_c-container\",nodeId:\"qlx4sf6_c\",rendersWithMotion:true,scopeId:\"Mhb1wiPWK\",children:/*#__PURE__*/_jsx(TabButton,{height:\"100%\",id:\"qlx4sf6_c\",Jb7fGBxV2:\"rgb(102, 102, 102)\",layoutId:\"qlx4sf6_c\",LCIpE3scH:\"Any SaaS\",style:{width:\"100%\"},UJ9dlGH7a:UJ9dlGH7a1593znv,variant:\"GS0jiK6rf\",width:\"100%\"})})})]}),isDisplayed17()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ql7i8w\",\"data-framer-name\":\"Tab Content Block\",layoutDependency:layoutDependency,layoutId:\"YJquB0JtA\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8ze0b\",\"data-framer-name\":\"Content Text Block Wrappper\",layoutDependency:layoutDependency,layoutId:\"KxFjDEXye\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fa5vnz\",\"data-framer-name\":\"Content Text Block \",layoutDependency:layoutDependency,layoutId:\"K3ZEXIi_m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102)))\"},children:\"Give your users an AI assistant that creates, organizes, and optimizes content, automates workflows, and streamlines management across any CMS.\"})}),className:\"framer-1a86xew\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VKDv5eskh\",style:{\"--extracted-r6o4lv\":\"var(--token-0c8fd507-faea-491a-8caf-ad6cd40c959b, rgb(102, 102, 102))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1tfihdk\",\"data-framer-name\":\"Undraw cms_2ulf\",fill:\"black\",intrinsicHeight:530,intrinsicWidth:710,layoutDependency:layoutDependency,layoutId:\"pxnW2B4on\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"710.232\" height=\"530\"><path d=\"M696.58 362.018H166.364a13.667 13.667 0 0 1-13.652-13.652V21.424a10.013 10.013 0 0 1 10.001-10.001h537.345a10.186 10.186 0 0 1 10.174 10.174v326.77a13.667 13.667 0 0 1-13.652 13.651Z\" fill=\"#f2f2f2\"/><path d=\"M677.239 342.685H183.09c-7.244 0-13.137-5.519-13.137-12.302V45.678c0-5.03 4.367-9.124 9.735-9.124h500.79c5.457 0 9.896 4.16 9.896 9.274v284.555c0 6.783-5.893 12.302-13.136 12.302Z\" fill=\"#fff\"/><path d=\"M710.042 20.643H152.521v-6.95A13.713 13.713 0 0 1 166.222 0h530.119a13.713 13.713 0 0 1 13.701 13.693Z\" fill=\"#e6e6e6\"/><circle cx=\"177.421\" cy=\"10.342\" r=\"3.544\" fill=\"#fff\"/><circle cx=\"190.873\" cy=\"10.342\" r=\"3.544\" fill=\"#fff\"/><circle cx=\"204.325\" cy=\"10.342\" r=\"3.544\" fill=\"#fff\"/><path d=\"M391.003 262.656H655.63a13.238 13.238 0 0 0 13.238-13.238V129.822a13.238 13.238 0 0 0-13.238-13.238H391.003a13.238 13.238 0 0 0-13.238 13.238v119.596a13.238 13.238 0 0 0 13.238 13.238Z\" fill=\"#f2f2f2\"/><path d=\"M626.739 196.239H415.757a6.619 6.619 0 1 1 0-13.238H626.74a6.619 6.619 0 1 1 0 13.238Zm0 28.131H415.757a6.619 6.619 0 1 1 0-13.239H626.74a6.619 6.619 0 1 1 0 13.239Zm-37.232-56.262h-173.75a6.619 6.619 0 1 1 0-13.238h173.75a6.619 6.619 0 0 1 0 13.238Z\" fill=\"#fff\"/><path d=\"M261.049 316.206a10.056 10.056 0 0 1 13.594-7.277l23.459-26.956 4.983 17.889-23.041 22.855a10.11 10.11 0 0 1-18.995-6.51Z\" fill=\"#ffb8b8\"/><circle cx=\"389.803\" cy=\"165.148\" r=\"24.561\" fill=\"#ffb8b8\"/><path fill=\"#ffb8b8\" d=\"m360.949 503.221-12.26-.001-5.832-47.288 18.094.001-.002 47.288z\"/><path d=\"m364.075 515.105-39.53-.002v-.5a15.386 15.386 0 0 1 15.386-15.386h.001l24.144.001Z\" fill=\"#2f2e41\"/><path fill=\"#ffb8b8\" d=\"m397.949 516.221-12.26-.001-1.697-46.158 13.959-1.129-.002 47.288z\"/><path d=\"m401.075 528.105-39.53-.002v-.5a15.386 15.386 0 0 1 15.386-15.386h.001l24.144.001Zm-6.613-20.514-9.547-1.124a4.512 4.512 0 0 1-3.974-4.404l-1.79-124.339a1.5 1.5 0 0 0-2.913-.479l-13.245 37.4.947 70.101a4.498 4.498 0 0 1-4.229 4.553l-12.464.53a4.527 4.527 0 0 1-4.744-3.925l-6.51-79.301-.004-.05 9.877-82.82 74.183 5.368-20.592 174.549a4.507 4.507 0 0 1-4.467 3.972 4.4 4.4 0 0 1-.528-.03Z\" fill=\"#2f2e41\"/><path d=\"M346.183 331.075a4.473 4.473 0 0 1-2.355-3.618s6.671-41.484 9.116-42.262l-5.349-44.364a40.91 40.91 0 0 1 8.78-30.49 39.013 39.013 0 0 1 27.032-14.482q1.122-.101 2.23-.155a39.369 39.369 0 0 1 33.135 15.082 40.12 40.12 0 0 1 7.22 36.407l-3 10.44v72.955a4.555 4.555 0 0 1-1.862 3.653c-9.341 6.856-19.897 9.28-30.156 9.28-19.41 0-37.757-8.68-44.791-12.446Z\" fill=\"#6c63ff\"/><path d=\"m288.594 317.725-12.903-9.648a4.5 4.5 0 0 1-.597-6.673l76.863-82.474a15.053 15.053 0 0 1 19.522-2.075 14.978 14.978 0 0 1 1.925 22.976l-78.964 77.502a4.472 4.472 0 0 1-5.362.708 4.621 4.621 0 0 1-.484-.316Z\" fill=\"#6c63ff\"/><path d=\"M387.342 306.805a10.056 10.056 0 0 1 14.715-4.607l28.087-22.094 1.55 18.505-26.91 18.144a10.11 10.11 0 0 1-17.442-9.948Z\" fill=\"#ffb8b8\"/><path d=\"M412.481 315.43a4.464 4.464 0 0 1-3.023-3.249l-2.837-11.916a4.437 4.437 0 0 1 1.65-4.612l19.09-20.645-28.08-43.296a15.248 15.248 0 0 1-.461-18.626 15.242 15.242 0 0 1 26.295 2.994l26.104 50.81a23.118 23.118 0 0 1-7.721 29.796l-26.677 17.82a4.461 4.461 0 0 1-2.97 1.137 4.55 4.55 0 0 1-1.37-.213Z\" fill=\"#6c63ff\"/><path d=\"M408.002 187.106a4.398 4.398 0 0 1-6.493-2.565l-.016-.062c-.5-2.043-.105-4.182.024-6.282s-.089-4.405-1.526-5.94c-2.681-2.864-7.414-1.313-11.272-2.02a9.51 9.51 0 0 1-7.453-10.117c.053-.436.137-.874.23-1.31a7.325 7.325 0 0 0-7.65-8.83c-3.893.243-8.09 1.445-11.329-1.422a8.35 8.35 0 0 1-2.053-8.992c1.812-5.32 6.997-8.129 12.135-9.684a44.588 44.588 0 0 1 37.826 5.999c3.263 2.273 6.314 5.136 7.719 8.856s.762 8.427-2.349 10.904a20.123 20.123 0 0 1 4.766 19.52c-1.517 4.98-8.855 9.787-12.56 11.945Z\" fill=\"#2f2e41\"/><path d=\"M434.898 530h-147a1 1 0 0 1 0-2h147c.552 0 .448 1 1 1 .248 0-.448 1-1 1Z\" fill=\"#ccc\"/><path d=\"M273.311 117.834a12.132 12.132 0 0 0-11.392-8.01H12.104A12.1 12.1 0 0 0 0 121.919v191.714a12.121 12.121 0 0 0 12.104 12.104H261.92a12.121 12.121 0 0 0 12.104-12.104V121.928a12.012 12.012 0 0 0-.712-4.094Z\" fill=\"#fff\"/><path d=\"M273.311 117.834a12.132 12.132 0 0 0-11.392-8.01H12.104A12.1 12.1 0 0 0 0 121.919v191.714a12.121 12.121 0 0 0 12.104 12.104H261.92a12.121 12.121 0 0 0 12.104-12.104V121.928a12.012 12.012 0 0 0-.712-4.094Zm-.712 195.799a10.693 10.693 0 0 1-10.68 10.68H12.104a10.693 10.693 0 0 1-10.68-10.68V121.928a10.693 10.693 0 0 1 10.68-10.68H261.92a10.693 10.693 0 0 1 10.68 10.68Z\" fill=\"#3f3d56\"/><path d=\"M254.756 135.62v133.86a3.369 3.369 0 0 1-3.367 3.37H24.148a2.838 2.838 0 0 1-.483-.037 3.367 3.367 0 0 1-2.887-3.333V135.62a3.369 3.369 0 0 1 3.368-3.37h227.24a3.369 3.369 0 0 1 3.37 3.367v.003Z\" fill=\"#e6e6e6\"/><circle cx=\"78.059\" cy=\"182.274\" r=\"29.567\" fill=\"#6c63ff\"/><path d=\"M170.776 273.388H25.731a2.953 2.953 0 0 1-.542-.043l68.6-118.825a4.803 4.803 0 0 1 8.36 0l46.04 79.74 2.205 3.816Z\" fill=\"#3f3d56\"/><path opacity=\".2\" style=\"isolation:isolate\" d=\"M170.776 273.388h-49.522l24.31-35.312 1.75-2.543.875-1.272 2.205 3.815 20.382 35.312z\"/><path d=\"M251.537 273.388H126.084l24.31-35.312 1.75-2.543 31.678-46.018c2.077-3.016 7.073-3.204 9.515-.569a5.719 5.719 0 0 1 .456.57Z\" fill=\"#3f3d56\"/></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)))\"},children:\"AI Powered Content Management\"})}),className:\"framer-19y95tu\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rkLBsSGHp\",style:{\"--extracted-1of0zx5\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},verticalAlignment:\"center\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Pl7ww.framer-11bn86n, .framer-Pl7ww .framer-11bn86n { display: block; }\",\".framer-Pl7ww.framer-60pwti { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-Pl7ww .framer-18njy3f, .framer-Pl7ww .framer-sbdqrt, .framer-Pl7ww .framer-1o884at, .framer-Pl7ww .framer-xjkrwz, .framer-Pl7ww .framer-1qnkom3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 570px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Pl7ww .framer-1xbxxzv-container, .framer-Pl7ww .framer-7ytxv3-container, .framer-Pl7ww .framer-w20oos-container, .framer-Pl7ww .framer-7ml0t9-container, .framer-Pl7ww .framer-10llb0e-container, .framer-Pl7ww .framer-o3q9cw-container, .framer-Pl7ww .framer-qpxv2n-container, .framer-Pl7ww .framer-1qyx1ce-container, .framer-Pl7ww .framer-1ofuo7-container, .framer-Pl7ww .framer-2j811x-container, .framer-Pl7ww .framer-zkidwh-container, .framer-Pl7ww .framer-lk8xsz-container, .framer-Pl7ww .framer-m2k5af-container, .framer-Pl7ww .framer-mncfx7-container, .framer-Pl7ww .framer-z5yag0-container, .framer-Pl7ww .framer-8a30lf-container, .framer-Pl7ww .framer-1979xry-container, .framer-Pl7ww .framer-1rm503k-container, .framer-Pl7ww .framer-1nq0koj-container, .framer-Pl7ww .framer-5fsvu7-container, .framer-Pl7ww .framer-rrmwgk-container, .framer-Pl7ww .framer-1bp0j8j-container, .framer-Pl7ww .framer-viydy9-container, .framer-Pl7ww .framer-9gyh5e-container, .framer-Pl7ww .framer-1kfvcts-container, .framer-Pl7ww .framer-1xpilbd-container, .framer-Pl7ww .framer-8rn92k-container, .framer-Pl7ww .framer-6vwxjp-container, .framer-Pl7ww .framer-3m4434-container, .framer-Pl7ww .framer-1ktdlx0-container, .framer-Pl7ww .framer-1s7jq1x-container, .framer-Pl7ww .framer-15xcz07-container, .framer-Pl7ww .framer-20j8dg-container, .framer-Pl7ww .framer-1jairfd-container, .framer-Pl7ww .framer-1dd9zot-container, .framer-Pl7ww .framer-1bq668a-container, .framer-Pl7ww .framer-16krz3z-container, .framer-Pl7ww .framer-cwfvdw-container, .framer-Pl7ww .framer-nu8wwp-container, .framer-Pl7ww .framer-12qytb4-container, .framer-Pl7ww .framer-2q7hsb-container, .framer-Pl7ww .framer-iic6tk-container, .framer-Pl7ww .framer-1dqpad2-container, .framer-Pl7ww .framer-1brmjs7-container, .framer-Pl7ww .framer-1ncw5zd-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Pl7ww .framer-1jx487b { flex: none; height: 3px; left: -300px; overflow: visible; position: absolute; right: 0px; top: 212px; z-index: 1; }\",\".framer-Pl7ww .framer-187nxzl, .framer-Pl7ww .framer-h24odd, .framer-Pl7ww .framer-jnjcw8, .framer-Pl7ww .framer-1b66q1c, .framer-Pl7ww .framer-8xsl4s, .framer-Pl7ww .framer-17k19hl, .framer-Pl7ww .framer-1cl913u, .framer-Pl7ww .framer-163b2fe, .framer-Pl7ww .framer-1pwdufh, .framer-Pl7ww .framer-1b8b2l7, .framer-Pl7ww .framer-k36s99, .framer-Pl7ww .framer-1fdiw32, .framer-Pl7ww .framer-lhu554, .framer-Pl7ww .framer-eqt2th, .framer-Pl7ww .framer-1pyjqy7, .framer-Pl7ww .framer-18rl4gh, .framer-Pl7ww .framer-ye8xnc, .framer-Pl7ww .framer-1cmv6fl, .framer-Pl7ww .framer-hmsbrw, .framer-Pl7ww .framer-1yyvq20 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-Pl7ww .framer-w6ojfj, .framer-Pl7ww .framer-bzy9j6, .framer-Pl7ww .framer-nu1iyi, .framer-Pl7ww .framer-1mryji4, .framer-Pl7ww .framer-1hioemh { flex: none; height: 3px; position: absolute; right: -1px; top: -72px; width: 609px; }\",\".framer-Pl7ww .framer-1jjradu { flex: none; height: 3px; left: -300px; overflow: visible; position: absolute; right: 0px; top: 424px; z-index: 1; }\",\".framer-Pl7ww .framer-afo650, .framer-Pl7ww .framer-1anj2au, .framer-Pl7ww .framer-1gnh1pj, .framer-Pl7ww .framer-196z0an, .framer-Pl7ww .framer-1gj2prp { flex: none; height: 3px; left: 0px; position: absolute; top: -120px; width: 609px; }\",\".framer-Pl7ww .framer-jlgxxv { bottom: 427px; flex: none; height: 3px; left: -300px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\".framer-Pl7ww .framer-12twpz5 { bottom: 212px; flex: none; height: 3px; left: -300px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\".framer-Pl7ww .framer-1sf8rka, .framer-Pl7ww .framer-ht1jgr, .framer-Pl7ww .framer-galfh5, .framer-Pl7ww .framer-1esti6n, .framer-Pl7ww .framer-g8ywq2 { bottom: -64px; flex: none; height: 3px; position: absolute; right: -1px; width: 604px; }\",\".framer-Pl7ww .framer-x50huj, .framer-Pl7ww .framer-bls35i, .framer-Pl7ww .framer-c2g2wx, .framer-Pl7ww .framer-lxrota, .framer-Pl7ww .framer-1s7399d { flex: none; height: 3px; left: -312px; overflow: visible; position: absolute; top: 312px; width: 775px; z-index: 1; }\",\".framer-Pl7ww .framer-1j7jlcj, .framer-Pl7ww .framer-faokpd, .framer-Pl7ww .framer-1pnmfpc, .framer-Pl7ww .framer-1fe9kwk, .framer-Pl7ww .framer-e8a5t2 { flex: none; height: 2px; left: 8px; position: absolute; top: -79px; width: 629px; }\",\".framer-Pl7ww .framer-i5c3u0 { flex: none; height: 3px; overflow: visible; position: relative; width: 622px; z-index: 1; }\",\".framer-Pl7ww .framer-11167m7 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 63px; height: 1055px; justify-content: center; max-width: 628px; overflow: hidden; padding: 0px; position: relative; width: 628px; }\",\".framer-Pl7ww .framer-814bfm, .framer-Pl7ww .framer-14nsgcc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pl7ww .framer-1s5bc9b, .framer-Pl7ww .framer-51ia3p, .framer-Pl7ww .framer-98e3d0 { 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; max-width: 529px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pl7ww .framer-10hhymf, .framer-Pl7ww .framer-1khufxf, .framer-Pl7ww .framer-14hz74, .framer-Pl7ww .framer-6d9tli, .framer-Pl7ww .framer-1wn9jkx, .framer-Pl7ww .framer-1qgxf58, .framer-Pl7ww .framer-7zqz59, .framer-Pl7ww .framer-l1dfkf, .framer-Pl7ww .framer-4kw51g, .framer-Pl7ww .framer-1jh68wi, .framer-Pl7ww .framer-1ra8b39, .framer-Pl7ww .framer-1xjpmgr, .framer-Pl7ww .framer-1az07q9, .framer-Pl7ww .framer-1u3f5zn, .framer-Pl7ww .framer-1gc6gpt, .framer-Pl7ww .framer-1lau6n4, .framer-Pl7ww .framer-1egiox, .framer-Pl7ww .framer-1a86xew, .framer-Pl7ww .framer-19y95tu { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Pl7ww .framer-1a8j2y2, .framer-Pl7ww .framer-8uitg2, .framer-Pl7ww .framer-wv93y5, .framer-Pl7ww .framer-w1iyk7, .framer-Pl7ww .framer-yte16o { aspect-ratio: 1 / 1; bottom: 170px; flex: none; height: var(--framer-aspect-ratio-supported, 18px); overflow: visible; position: absolute; right: 82px; width: 18px; z-index: 1; }\",\".framer-Pl7ww .framer-37f7jx { aspect-ratio: 1.3587140439932317 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 463px); position: relative; width: 629px; }\",\".framer-Pl7ww .framer-jirwzu { aspect-ratio: 1.3396226415094339 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 469px); position: relative; width: 628px; }\",\".framer-Pl7ww .framer-dv5a42 { aspect-ratio: 1.578512396694215 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 398px); position: relative; width: 628px; }\",\".framer-Pl7ww .framer-1x4x32u { aspect-ratio: 2.3681710213776723 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 266px); position: relative; width: 629px; }\",\".framer-Pl7ww .framer-1m6em4s { aspect-ratio: 1.4469026548672566 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 335px); position: relative; width: 484px; }\",\".framer-Pl7ww .framer-92l2q1, .framer-Pl7ww .framer-gwn3rd, .framer-Pl7ww .framer-4kp08c, .framer-Pl7ww .framer-70jlqn { 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; max-width: 490px; overflow: visible; padding: 0px; position: relative; width: 324px; }\",\".framer-Pl7ww .framer-1ngq90t, .framer-Pl7ww .framer-qmzgxd, .framer-Pl7ww .framer-q52s4e, .framer-Pl7ww .framer-110foey { flex: none; height: 3px; left: -300px; overflow: visible; position: absolute; right: 0px; top: 188px; z-index: 1; }\",\".framer-Pl7ww .framer-zghcc8, .framer-Pl7ww .framer-39jgtf, .framer-Pl7ww .framer-1a2elvv, .framer-Pl7ww .framer-19mcgyd { flex: none; height: 3px; left: -284px; overflow: visible; position: absolute; right: -16px; top: 470px; z-index: 1; }\",\".framer-Pl7ww .framer-1tw2rcf, .framer-Pl7ww .framer-dq0u3j, .framer-Pl7ww .framer-187w3e8, .framer-Pl7ww .framer-1yxpe43 { bottom: 384px; flex: none; height: 3px; left: -300px; overflow: visible; position: absolute; right: 6px; z-index: 1; }\",\".framer-Pl7ww .framer-r4e0r4, .framer-Pl7ww .framer-lrt4oy, .framer-Pl7ww .framer-1m1trgn, .framer-Pl7ww .framer-1kotnnq { bottom: 180px; flex: none; height: 3px; left: -300px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\".framer-Pl7ww .framer-1iwmy63, .framer-Pl7ww .framer-1mejcf6, .framer-Pl7ww .framer-1wpf119, .framer-Pl7ww .framer-9l6hn7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: 588px; justify-content: center; max-width: 628px; overflow: hidden; padding: 0px; position: relative; width: 626px; }\",\".framer-Pl7ww .framer-8tnajq, .framer-Pl7ww .framer-w0l6ag { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 529px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pl7ww .framer-1lkzxfy { aspect-ratio: 1.3396226415094339 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 297px); position: relative; width: 398px; }\",\".framer-Pl7ww .framer-1blu93k, .framer-Pl7ww .framer-13w6ejh, .framer-Pl7ww .framer-ypzkt7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pl7ww .framer-123otgd { aspect-ratio: 1.578512396694215 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 262px); position: relative; width: 413px; }\",\".framer-Pl7ww .framer-icpboc { aspect-ratio: 2.3681710213776723 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 186px); position: relative; width: 439px; }\",\".framer-Pl7ww .framer-l433iy { aspect-ratio: 1.4469026548672566 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 268px); position: relative; width: 387px; }\",\".framer-Pl7ww .framer-1ipzs0m, .framer-Pl7ww .framer-um8crx, .framer-Pl7ww .framer-oe7cx2, .framer-Pl7ww .framer-9ail6e, .framer-Pl7ww .framer-1i95yj7, .framer-Pl7ww .framer-1j45snm, .framer-Pl7ww .framer-40vp3i, .framer-Pl7ww .framer-1upe2v7, .framer-Pl7ww .framer-kbdiai, .framer-Pl7ww .framer-18wswog, .framer-Pl7ww .framer-1daps, .framer-Pl7ww .framer-uoopyc, .framer-Pl7ww .framer-15uxyrs, .framer-Pl7ww .framer-qmoef2, .framer-Pl7ww .framer-zjng1c, .framer-Pl7ww .framer-1hsb2i4 { flex: none; height: 3px; overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-Pl7ww .framer-10fme6c, .framer-Pl7ww .framer-157hr0j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: 573px; justify-content: center; max-width: 520px; overflow: hidden; padding: 0px; position: relative; width: 375px; }\",\".framer-Pl7ww .framer-k0u6fm, .framer-Pl7ww .framer-rnyzmj, .framer-Pl7ww .framer-4v3xh9, .framer-Pl7ww .framer-8ze0b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pl7ww .framer-1m35wuz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; max-width: 529px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pl7ww .framer-1tdsxqp { aspect-ratio: 1.578512396694215 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 183px); position: relative; width: 288px; }\",\".framer-Pl7ww .framer-wlblm1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 52px; height: min-content; justify-content: center; max-width: 529px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pl7ww .framer-1lskk2v { aspect-ratio: 2.3681710213776723 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 167px); position: relative; width: 396px; }\",\".framer-Pl7ww .framer-1gfjssq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 573px; justify-content: center; max-width: 520px; overflow: hidden; padding: 0px; position: relative; width: 375px; }\",\".framer-Pl7ww .framer-18b8160 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 529px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pl7ww .framer-1jx3p0a { aspect-ratio: 1.4469026548672566 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 244px); position: relative; width: 353px; }\",\".framer-Pl7ww .framer-1ql7i8w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 31px; height: 575px; justify-content: center; max-width: 520px; overflow: hidden; padding: 0px; position: relative; width: 375px; }\",\".framer-Pl7ww .framer-fa5vnz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 529px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pl7ww .framer-1tfihdk { aspect-ratio: 1.3396226415094339 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 215px); position: relative; width: 288px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-60pwti, .framer-Pl7ww .framer-18njy3f, .framer-Pl7ww .framer-11167m7, .framer-Pl7ww .framer-814bfm, .framer-Pl7ww .framer-1s5bc9b, .framer-Pl7ww .framer-92l2q1, .framer-Pl7ww .framer-1iwmy63, .framer-Pl7ww .framer-14nsgcc, .framer-Pl7ww .framer-8tnajq, .framer-Pl7ww .framer-gwn3rd, .framer-Pl7ww .framer-1mejcf6, .framer-Pl7ww .framer-1blu93k, .framer-Pl7ww .framer-51ia3p, .framer-Pl7ww .framer-4kp08c, .framer-Pl7ww .framer-1wpf119, .framer-Pl7ww .framer-13w6ejh, .framer-Pl7ww .framer-w0l6ag, .framer-Pl7ww .framer-70jlqn, .framer-Pl7ww .framer-9l6hn7, .framer-Pl7ww .framer-ypzkt7, .framer-Pl7ww .framer-98e3d0, .framer-Pl7ww .framer-sbdqrt, .framer-Pl7ww .framer-10fme6c, .framer-Pl7ww .framer-k0u6fm, .framer-Pl7ww .framer-1m35wuz, .framer-Pl7ww .framer-1o884at, .framer-Pl7ww .framer-157hr0j, .framer-Pl7ww .framer-rnyzmj, .framer-Pl7ww .framer-wlblm1, .framer-Pl7ww .framer-xjkrwz, .framer-Pl7ww .framer-1gfjssq, .framer-Pl7ww .framer-4v3xh9, .framer-Pl7ww .framer-18b8160, .framer-Pl7ww .framer-1qnkom3, .framer-Pl7ww .framer-1ql7i8w, .framer-Pl7ww .framer-8ze0b, .framer-Pl7ww .framer-fa5vnz { gap: 0px; } .framer-Pl7ww.framer-60pwti > * { margin: 0px; margin-left: calc(90px / 2); margin-right: calc(90px / 2); } .framer-Pl7ww.framer-60pwti > :first-child { margin-left: 0px; } .framer-Pl7ww.framer-60pwti > :last-child { margin-right: 0px; } .framer-Pl7ww .framer-18njy3f > *, .framer-Pl7ww .framer-92l2q1 > *, .framer-Pl7ww .framer-gwn3rd > *, .framer-Pl7ww .framer-4kp08c > *, .framer-Pl7ww .framer-70jlqn > *, .framer-Pl7ww .framer-sbdqrt > *, .framer-Pl7ww .framer-1o884at > *, .framer-Pl7ww .framer-xjkrwz > *, .framer-Pl7ww .framer-1qnkom3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Pl7ww .framer-18njy3f > :first-child, .framer-Pl7ww .framer-11167m7 > :first-child, .framer-Pl7ww .framer-814bfm > :first-child, .framer-Pl7ww .framer-1s5bc9b > :first-child, .framer-Pl7ww .framer-92l2q1 > :first-child, .framer-Pl7ww .framer-1iwmy63 > :first-child, .framer-Pl7ww .framer-14nsgcc > :first-child, .framer-Pl7ww .framer-8tnajq > :first-child, .framer-Pl7ww .framer-gwn3rd > :first-child, .framer-Pl7ww .framer-1mejcf6 > :first-child, .framer-Pl7ww .framer-1blu93k > :first-child, .framer-Pl7ww .framer-51ia3p > :first-child, .framer-Pl7ww .framer-4kp08c > :first-child, .framer-Pl7ww .framer-1wpf119 > :first-child, .framer-Pl7ww .framer-13w6ejh > :first-child, .framer-Pl7ww .framer-w0l6ag > :first-child, .framer-Pl7ww .framer-70jlqn > :first-child, .framer-Pl7ww .framer-9l6hn7 > :first-child, .framer-Pl7ww .framer-ypzkt7 > :first-child, .framer-Pl7ww .framer-98e3d0 > :first-child, .framer-Pl7ww .framer-sbdqrt > :first-child, .framer-Pl7ww .framer-10fme6c > :first-child, .framer-Pl7ww .framer-k0u6fm > :first-child, .framer-Pl7ww .framer-1m35wuz > :first-child, .framer-Pl7ww .framer-1o884at > :first-child, .framer-Pl7ww .framer-157hr0j > :first-child, .framer-Pl7ww .framer-rnyzmj > :first-child, .framer-Pl7ww .framer-wlblm1 > :first-child, .framer-Pl7ww .framer-xjkrwz > :first-child, .framer-Pl7ww .framer-1gfjssq > :first-child, .framer-Pl7ww .framer-4v3xh9 > :first-child, .framer-Pl7ww .framer-18b8160 > :first-child, .framer-Pl7ww .framer-1qnkom3 > :first-child, .framer-Pl7ww .framer-1ql7i8w > :first-child, .framer-Pl7ww .framer-8ze0b > :first-child, .framer-Pl7ww .framer-fa5vnz > :first-child { margin-top: 0px; } .framer-Pl7ww .framer-18njy3f > :last-child, .framer-Pl7ww .framer-11167m7 > :last-child, .framer-Pl7ww .framer-814bfm > :last-child, .framer-Pl7ww .framer-1s5bc9b > :last-child, .framer-Pl7ww .framer-92l2q1 > :last-child, .framer-Pl7ww .framer-1iwmy63 > :last-child, .framer-Pl7ww .framer-14nsgcc > :last-child, .framer-Pl7ww .framer-8tnajq > :last-child, .framer-Pl7ww .framer-gwn3rd > :last-child, .framer-Pl7ww .framer-1mejcf6 > :last-child, .framer-Pl7ww .framer-1blu93k > :last-child, .framer-Pl7ww .framer-51ia3p > :last-child, .framer-Pl7ww .framer-4kp08c > :last-child, .framer-Pl7ww .framer-1wpf119 > :last-child, .framer-Pl7ww .framer-13w6ejh > :last-child, .framer-Pl7ww .framer-w0l6ag > :last-child, .framer-Pl7ww .framer-70jlqn > :last-child, .framer-Pl7ww .framer-9l6hn7 > :last-child, .framer-Pl7ww .framer-ypzkt7 > :last-child, .framer-Pl7ww .framer-98e3d0 > :last-child, .framer-Pl7ww .framer-sbdqrt > :last-child, .framer-Pl7ww .framer-10fme6c > :last-child, .framer-Pl7ww .framer-k0u6fm > :last-child, .framer-Pl7ww .framer-1m35wuz > :last-child, .framer-Pl7ww .framer-1o884at > :last-child, .framer-Pl7ww .framer-157hr0j > :last-child, .framer-Pl7ww .framer-rnyzmj > :last-child, .framer-Pl7ww .framer-wlblm1 > :last-child, .framer-Pl7ww .framer-xjkrwz > :last-child, .framer-Pl7ww .framer-1gfjssq > :last-child, .framer-Pl7ww .framer-4v3xh9 > :last-child, .framer-Pl7ww .framer-18b8160 > :last-child, .framer-Pl7ww .framer-1qnkom3 > :last-child, .framer-Pl7ww .framer-1ql7i8w > :last-child, .framer-Pl7ww .framer-8ze0b > :last-child, .framer-Pl7ww .framer-fa5vnz > :last-child { margin-bottom: 0px; } .framer-Pl7ww .framer-11167m7 > * { margin: 0px; margin-bottom: calc(63px / 2); margin-top: calc(63px / 2); } .framer-Pl7ww .framer-814bfm > *, .framer-Pl7ww .framer-14nsgcc > *, .framer-Pl7ww .framer-1blu93k > *, .framer-Pl7ww .framer-13w6ejh > *, .framer-Pl7ww .framer-ypzkt7 > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-Pl7ww .framer-1s5bc9b > *, .framer-Pl7ww .framer-8tnajq > *, .framer-Pl7ww .framer-51ia3p > *, .framer-Pl7ww .framer-w0l6ag > *, .framer-Pl7ww .framer-98e3d0 > *, .framer-Pl7ww .framer-1gfjssq > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Pl7ww .framer-1iwmy63 > *, .framer-Pl7ww .framer-1mejcf6 > *, .framer-Pl7ww .framer-1wpf119 > *, .framer-Pl7ww .framer-9l6hn7 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-Pl7ww .framer-10fme6c > *, .framer-Pl7ww .framer-157hr0j > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-Pl7ww .framer-k0u6fm > *, .framer-Pl7ww .framer-rnyzmj > *, .framer-Pl7ww .framer-4v3xh9 > *, .framer-Pl7ww .framer-8ze0b > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Pl7ww .framer-1m35wuz > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-Pl7ww .framer-wlblm1 > * { margin: 0px; margin-bottom: calc(52px / 2); margin-top: calc(52px / 2); } .framer-Pl7ww .framer-18b8160 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Pl7ww .framer-1ql7i8w > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-Pl7ww .framer-fa5vnz > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } }\",\".framer-Pl7ww.framer-v-evhq23 .framer-1s5bc9b, .framer-Pl7ww.framer-v-ucxi3k .framer-18njy3f, .framer-Pl7ww.framer-v-ucxi3k .framer-10hhymf, .framer-Pl7ww.framer-v-14x4x2w .framer-10hhymf, .framer-Pl7ww.framer-v-1q6f7nd .framer-1khufxf, .framer-Pl7ww.framer-v-1q6f7nd .framer-14hz74, .framer-Pl7ww.framer-v-1mqutxp .framer-19y95tu, .framer-Pl7ww.framer-v-yd0a8d .framer-1az07q9, .framer-Pl7ww.framer-v-155j9qt .framer-1gc6gpt, .framer-Pl7ww.framer-v-1q1wuuq .framer-18b8160, .framer-Pl7ww.framer-v-1q1wuuq .framer-1egiox, .framer-Pl7ww.framer-v-19kcmpf .framer-814bfm, .framer-Pl7ww.framer-v-19kcmpf .framer-10hhymf, .framer-Pl7ww.framer-v-1pinp0e .framer-92l2q1, .framer-Pl7ww.framer-v-1pinp0e .framer-1ngq90t, .framer-Pl7ww.framer-v-1pinp0e .framer-14nsgcc, .framer-Pl7ww.framer-v-ok7j73 .framer-qmzgxd, .framer-Pl7ww.framer-v-ok7j73 .framer-1blu93k, .framer-Pl7ww.framer-v-3xvel7 .framer-q52s4e, .framer-Pl7ww.framer-v-3xvel7 .framer-13w6ejh, .framer-Pl7ww.framer-v-z903ng .framer-110foey, .framer-Pl7ww.framer-v-z903ng .framer-ypzkt7 { order: 0; }\",\".framer-Pl7ww.framer-v-evhq23 .framer-1a8j2y2, .framer-Pl7ww.framer-v-ucxi3k .framer-1khufxf, .framer-Pl7ww.framer-v-1mqutxp .framer-8ze0b, .framer-Pl7ww.framer-v-yd0a8d .framer-k0u6fm, .framer-Pl7ww.framer-v-155j9qt .framer-rnyzmj, .framer-Pl7ww.framer-v-1q1wuuq .framer-4v3xh9, .framer-Pl7ww.framer-v-19kcmpf .framer-1xbxxzv-container, .framer-Pl7ww.framer-v-19kcmpf .framer-1khufxf, .framer-Pl7ww.framer-v-1pinp0e .framer-o3q9cw-container, .framer-Pl7ww.framer-v-1pinp0e .framer-1iwmy63, .framer-Pl7ww.framer-v-ok7j73 .framer-zkidwh-container, .framer-Pl7ww.framer-v-3xvel7 .framer-8a30lf-container, .framer-Pl7ww.framer-v-z903ng .framer-rrmwgk-container { order: 1; }\",\".framer-Pl7ww.framer-v-98t981 .framer-11167m7 { gap: 45px; }\",\".framer-Pl7ww.framer-v-98t981 .framer-1s5bc9b, .framer-Pl7ww.framer-v-14x4x2w .framer-1s5bc9b { align-content: center; align-items: center; justify-content: center; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-98t981 .framer-11167m7 { gap: 0px; } .framer-Pl7ww.framer-v-98t981 .framer-11167m7 > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-Pl7ww.framer-v-98t981 .framer-11167m7 > :first-child { margin-top: 0px; } .framer-Pl7ww.framer-v-98t981 .framer-11167m7 > :last-child { margin-bottom: 0px; } }\",\".framer-Pl7ww.framer-v-ucxi3k .framer-11167m7 { gap: 57px; height: 1059px; order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-ucxi3k .framer-11167m7 { gap: 0px; } .framer-Pl7ww.framer-v-ucxi3k .framer-11167m7 > * { margin: 0px; margin-bottom: calc(57px / 2); margin-top: calc(57px / 2); } .framer-Pl7ww.framer-v-ucxi3k .framer-11167m7 > :first-child { margin-top: 0px; } .framer-Pl7ww.framer-v-ucxi3k .framer-11167m7 > :last-child { margin-bottom: 0px; } }\",\".framer-Pl7ww.framer-v-14x4x2w .framer-11167m7 { align-content: center; align-items: center; gap: 46px; }\",\".framer-Pl7ww.framer-v-14x4x2w .framer-1khufxf { height: 149px; order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-14x4x2w .framer-11167m7 { gap: 0px; } .framer-Pl7ww.framer-v-14x4x2w .framer-11167m7 > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-Pl7ww.framer-v-14x4x2w .framer-11167m7 > :first-child { margin-top: 0px; } .framer-Pl7ww.framer-v-14x4x2w .framer-11167m7 > :last-child { margin-bottom: 0px; } }\",\".framer-Pl7ww.framer-v-1q6f7nd.framer-60pwti, .framer-Pl7ww.framer-v-1mqutxp.framer-60pwti, .framer-Pl7ww.framer-v-yd0a8d.framer-60pwti, .framer-Pl7ww.framer-v-155j9qt.framer-60pwti, .framer-Pl7ww.framer-v-1q1wuuq.framer-60pwti { align-content: center; align-items: center; flex-direction: column; gap: 40px; justify-content: center; width: 457px; }\",\".framer-Pl7ww.framer-v-1q6f7nd .framer-18njy3f, .framer-Pl7ww.framer-v-1mqutxp .framer-1qnkom3, .framer-Pl7ww.framer-v-yd0a8d .framer-sbdqrt, .framer-Pl7ww.framer-v-155j9qt .framer-1o884at, .framer-Pl7ww.framer-v-1q1wuuq .framer-xjkrwz { flex: none; width: 100%; }\",\".framer-Pl7ww.framer-v-1q6f7nd .framer-1jx487b, .framer-Pl7ww.framer-v-1q6f7nd .framer-1jjradu { left: unset; position: relative; right: unset; top: unset; width: 100%; }\",\".framer-Pl7ww.framer-v-1q6f7nd .framer-jlgxxv, .framer-Pl7ww.framer-v-1q6f7nd .framer-12twpz5 { bottom: unset; left: unset; position: relative; right: unset; width: 100%; }\",\".framer-Pl7ww.framer-v-1q6f7nd .framer-11167m7 { align-content: center; align-items: center; gap: 56px; height: 573px; max-width: 520px; width: 375px; }\",\".framer-Pl7ww.framer-v-1q6f7nd .framer-814bfm { align-content: flex-start; align-items: flex-start; gap: 40px; order: 1; }\",\".framer-Pl7ww.framer-v-1q6f7nd .framer-1s5bc9b { gap: 16px; justify-content: center; }\",\".framer-Pl7ww.framer-v-1q6f7nd .framer-37f7jx { height: 250px; order: 2; width: var(--framer-aspect-ratio-supported, 340px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-1q6f7nd.framer-60pwti, .framer-Pl7ww.framer-v-1q6f7nd .framer-11167m7, .framer-Pl7ww.framer-v-1q6f7nd .framer-814bfm, .framer-Pl7ww.framer-v-1q6f7nd .framer-1s5bc9b { gap: 0px; } .framer-Pl7ww.framer-v-1q6f7nd.framer-60pwti > *, .framer-Pl7ww.framer-v-1q6f7nd .framer-814bfm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Pl7ww.framer-v-1q6f7nd.framer-60pwti > :first-child, .framer-Pl7ww.framer-v-1q6f7nd .framer-11167m7 > :first-child, .framer-Pl7ww.framer-v-1q6f7nd .framer-814bfm > :first-child, .framer-Pl7ww.framer-v-1q6f7nd .framer-1s5bc9b > :first-child { margin-top: 0px; } .framer-Pl7ww.framer-v-1q6f7nd.framer-60pwti > :last-child, .framer-Pl7ww.framer-v-1q6f7nd .framer-11167m7 > :last-child, .framer-Pl7ww.framer-v-1q6f7nd .framer-814bfm > :last-child, .framer-Pl7ww.framer-v-1q6f7nd .framer-1s5bc9b > :last-child { margin-bottom: 0px; } .framer-Pl7ww.framer-v-1q6f7nd .framer-11167m7 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-Pl7ww.framer-v-1q6f7nd .framer-1s5bc9b > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-1mqutxp.framer-60pwti { gap: 0px; } .framer-Pl7ww.framer-v-1mqutxp.framer-60pwti > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Pl7ww.framer-v-1mqutxp.framer-60pwti > :first-child { margin-top: 0px; } .framer-Pl7ww.framer-v-1mqutxp.framer-60pwti > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-yd0a8d.framer-60pwti { gap: 0px; } .framer-Pl7ww.framer-v-yd0a8d.framer-60pwti > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Pl7ww.framer-v-yd0a8d.framer-60pwti > :first-child { margin-top: 0px; } .framer-Pl7ww.framer-v-yd0a8d.framer-60pwti > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-155j9qt.framer-60pwti { gap: 0px; } .framer-Pl7ww.framer-v-155j9qt.framer-60pwti > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Pl7ww.framer-v-155j9qt.framer-60pwti > :first-child { margin-top: 0px; } .framer-Pl7ww.framer-v-155j9qt.framer-60pwti > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-1q1wuuq.framer-60pwti { gap: 0px; } .framer-Pl7ww.framer-v-1q1wuuq.framer-60pwti > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Pl7ww.framer-v-1q1wuuq.framer-60pwti > :first-child { margin-top: 0px; } .framer-Pl7ww.framer-v-1q1wuuq.framer-60pwti > :last-child { margin-bottom: 0px; } }\",\".framer-Pl7ww.framer-v-19kcmpf.framer-60pwti { gap: 50px; height: 588px; width: 1000px; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-18njy3f { flex: none; max-width: 490px; width: 324px; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-1jx487b { order: 0; top: 188px; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-7ytxv3-container, .framer-Pl7ww.framer-v-1pinp0e .framer-i5c3u0, .framer-Pl7ww.framer-v-1pinp0e .framer-qpxv2n-container, .framer-Pl7ww.framer-v-ok7j73 .framer-lk8xsz-container, .framer-Pl7ww.framer-v-3xvel7 .framer-1979xry-container, .framer-Pl7ww.framer-v-z903ng .framer-1bp0j8j-container { order: 3; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-1jjradu { left: -284px; order: 5; right: -16px; top: 470px; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-w20oos-container, .framer-Pl7ww.framer-v-1pinp0e .framer-1qyx1ce-container, .framer-Pl7ww.framer-v-ok7j73 .framer-m2k5af-container, .framer-Pl7ww.framer-v-ok7j73 .framer-123otgd, .framer-Pl7ww.framer-v-3xvel7 .framer-1rm503k-container, .framer-Pl7ww.framer-v-z903ng .framer-viydy9-container, .framer-Pl7ww.framer-v-z903ng .framer-l433iy { order: 4; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-jlgxxv { bottom: 384px; order: 6; right: 6px; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-7ml0t9-container, .framer-Pl7ww.framer-v-1pinp0e .framer-1ofuo7-container, .framer-Pl7ww.framer-v-ok7j73 .framer-mncfx7-container, .framer-Pl7ww.framer-v-3xvel7 .framer-1nq0koj-container, .framer-Pl7ww.framer-v-z903ng .framer-9gyh5e-container { order: 7; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-12twpz5 { bottom: 180px; order: 8; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-10llb0e-container, .framer-Pl7ww.framer-v-1pinp0e .framer-2j811x-container, .framer-Pl7ww.framer-v-ok7j73 .framer-z5yag0-container, .framer-Pl7ww.framer-v-3xvel7 .framer-5fsvu7-container, .framer-Pl7ww.framer-v-z903ng .framer-1kfvcts-container { order: 9; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-x50huj, .framer-Pl7ww.framer-v-1pinp0e .framer-bls35i, .framer-Pl7ww.framer-v-ok7j73 .framer-c2g2wx, .framer-Pl7ww.framer-v-3xvel7 .framer-lxrota, .framer-Pl7ww.framer-v-z903ng .framer-1s7399d { order: 2; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-11167m7 { align-content: center; align-items: center; gap: 36px; height: 588px; width: 626px; }\",\".framer-Pl7ww.framer-v-19kcmpf .framer-37f7jx { height: 292px; order: 1; width: var(--framer-aspect-ratio-supported, 396px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-19kcmpf.framer-60pwti, .framer-Pl7ww.framer-v-19kcmpf .framer-11167m7 { gap: 0px; } .framer-Pl7ww.framer-v-19kcmpf.framer-60pwti > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-Pl7ww.framer-v-19kcmpf.framer-60pwti > :first-child { margin-left: 0px; } .framer-Pl7ww.framer-v-19kcmpf.framer-60pwti > :last-child { margin-right: 0px; } .framer-Pl7ww.framer-v-19kcmpf .framer-11167m7 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-Pl7ww.framer-v-19kcmpf .framer-11167m7 > :first-child { margin-top: 0px; } .framer-Pl7ww.framer-v-19kcmpf .framer-11167m7 > :last-child { margin-bottom: 0px; } }\",\".framer-Pl7ww.framer-v-1pinp0e.framer-60pwti, .framer-Pl7ww.framer-v-ok7j73.framer-60pwti, .framer-Pl7ww.framer-v-3xvel7.framer-60pwti, .framer-Pl7ww.framer-v-z903ng.framer-60pwti { gap: 50px; width: 1000px; }\",\".framer-Pl7ww.framer-v-1pinp0e .framer-zghcc8, .framer-Pl7ww.framer-v-ok7j73 .framer-39jgtf, .framer-Pl7ww.framer-v-3xvel7 .framer-1a2elvv, .framer-Pl7ww.framer-v-z903ng .framer-19mcgyd { order: 5; }\",\".framer-Pl7ww.framer-v-1pinp0e .framer-1tw2rcf, .framer-Pl7ww.framer-v-ok7j73 .framer-dq0u3j, .framer-Pl7ww.framer-v-3xvel7 .framer-187w3e8, .framer-Pl7ww.framer-v-z903ng .framer-1yxpe43 { order: 6; }\",\".framer-Pl7ww.framer-v-1pinp0e .framer-r4e0r4, .framer-Pl7ww.framer-v-ok7j73 .framer-lrt4oy, .framer-Pl7ww.framer-v-3xvel7 .framer-1m1trgn, .framer-Pl7ww.framer-v-z903ng .framer-1kotnnq { order: 8; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-1pinp0e.framer-60pwti { gap: 0px; } .framer-Pl7ww.framer-v-1pinp0e.framer-60pwti > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-Pl7ww.framer-v-1pinp0e.framer-60pwti > :first-child { margin-left: 0px; } .framer-Pl7ww.framer-v-1pinp0e.framer-60pwti > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-ok7j73.framer-60pwti { gap: 0px; } .framer-Pl7ww.framer-v-ok7j73.framer-60pwti > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-Pl7ww.framer-v-ok7j73.framer-60pwti > :first-child { margin-left: 0px; } .framer-Pl7ww.framer-v-ok7j73.framer-60pwti > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-3xvel7.framer-60pwti { gap: 0px; } .framer-Pl7ww.framer-v-3xvel7.framer-60pwti > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-Pl7ww.framer-v-3xvel7.framer-60pwti > :first-child { margin-left: 0px; } .framer-Pl7ww.framer-v-3xvel7.framer-60pwti > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pl7ww.framer-v-z903ng.framer-60pwti { gap: 0px; } .framer-Pl7ww.framer-v-z903ng.framer-60pwti > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-Pl7ww.framer-v-z903ng.framer-60pwti > :first-child { margin-left: 0px; } .framer-Pl7ww.framer-v-z903ng.framer-60pwti > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-Pl7ww[data-border=\"true\"]::after, .framer-Pl7ww [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 1060\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DI5dYwc7U\":{\"layout\":[\"fixed\",\"auto\"]},\"JFH79YaGw\":{\"layout\":[\"fixed\",\"auto\"]},\"fHUSV22nj\":{\"layout\":[\"fixed\",\"auto\"]},\"Vs8fdc6sf\":{\"layout\":[\"fixed\",\"auto\"]},\"C2q3YbkXY\":{\"layout\":[\"fixed\",\"auto\"]},\"AJS0CAWcM\":{\"layout\":[\"fixed\",\"auto\"]},\"OAdS07Kt1\":{\"layout\":[\"fixed\",\"auto\"]},\"n9y7s85n6\":{\"layout\":[\"fixed\",\"auto\"]},\"qlQac6CHB\":{\"layout\":[\"fixed\",\"auto\"]},\"UGwzvyk6Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"Iet5y62hx\":{\"layout\":[\"fixed\",\"auto\"]},\"eSIOKV5Wq\":{\"layout\":[\"fixed\",\"auto\"]},\"ieIT6aZGQ\":{\"layout\":[\"fixed\",\"auto\"]},\"HfAHqZZxx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMhb1wiPWK=withCSS(Component,css,\"framer-Pl7ww\");export default FramerMhb1wiPWK;FramerMhb1wiPWK.displayName=\"Tab Content\";FramerMhb1wiPWK.defaultProps={height:1060,width:1440};addPropertyControls(FramerMhb1wiPWK,{variant:{options:[\"dcxs0tuQ6\",\"DI5dYwc7U\",\"JFH79YaGw\",\"fHUSV22nj\",\"Vs8fdc6sf\",\"C2q3YbkXY\",\"AJS0CAWcM\",\"OAdS07Kt1\",\"n9y7s85n6\",\"qlQac6CHB\",\"UGwzvyk6Y\",\"Iet5y62hx\",\"eSIOKV5Wq\",\"ieIT6aZGQ\",\"HfAHqZZxx\"],optionTitles:[\"Default\",\"Shopping\",\"Digital Selling\",\"Payment\",\"Freelancer\",\"Phone\",\"Shopping - Phone\",\"Digital Selling - Phone\",\"Payment - Phone\",\"Freelancer - Phone\",\"Desktop\",\"Desktop - Shopping\",\"Desktop - Digital selling\",\"Desktop - Payment\",\"Desktop - Freelancer\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerMhb1wiPWK,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...TabButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMhb1wiPWK\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DI5dYwc7U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JFH79YaGw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fHUSV22nj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Vs8fdc6sf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"C2q3YbkXY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AJS0CAWcM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OAdS07Kt1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"n9y7s85n6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qlQac6CHB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UGwzvyk6Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Iet5y62hx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eSIOKV5Wq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ieIT6aZGQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HfAHqZZxx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1060\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Mhb1wiPWK.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-ngwcD\";const variantClassNames={A0RjH4xmg:\"framer-v-hmztxa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({description,height,id,title,width,...props})=>{return{...props,Al6kPCQJM:description??props.Al6kPCQJM??\"The ability for the integrating them elit to marketing team to see all results.\",JViOoiYHC:title??props.JViOoiYHC??\"Create Free Account\"};};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,JViOoiYHC,Al6kPCQJM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"A0RjH4xmg\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hmztxa\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"A0RjH4xmg\",ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.0178571em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255)))\"},children:\"Create Free Account\"})}),className:\"framer-5vb6e9\",\"data-framer-name\":\"Process Widget Title\",fonts:[\"GF;Outfit-600\"],layoutDependency:layoutDependency,layoutId:\"APt3UWa_d\",style:{\"--extracted-1eung3n\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},text:JViOoiYHC,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(246, 246, 249, 0.7))\"},children:\"The ability for the integrating them elit to marketing team to see all results.\"})}),className:\"framer-23fgt5\",\"data-framer-name\":\"Process Widget Text\",fonts:[\"GF;Outfit-regular\"],layoutDependency:layoutDependency,layoutId:\"tpvXud7h0\",style:{\"--extracted-r6o4lv\":\"rgba(246, 246, 249, 0.7)\"},text:Al6kPCQJM,verticalAlignment:\"center\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ngwcD.framer-1b3uyyn, .framer-ngwcD .framer-1b3uyyn { display: block; }\",\".framer-ngwcD.framer-hmztxa { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 307px; }\",\".framer-ngwcD .framer-5vb6e9, .framer-ngwcD .framer-23fgt5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ngwcD.framer-hmztxa { gap: 0px; } .framer-ngwcD.framer-hmztxa > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ngwcD.framer-hmztxa > :first-child { margin-top: 0px; } .framer-ngwcD.framer-hmztxa > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 130.2\n * @framerIntrinsicWidth 307\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"JViOoiYHC\":\"title\",\"Al6kPCQJM\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYWrncmdAs=withCSS(Component,css,\"framer-ngwcD\");export default FramerYWrncmdAs;FramerYWrncmdAs.displayName=\"Process Widget 2\";FramerYWrncmdAs.defaultProps={height:130.2,width:307};addPropertyControls(FramerYWrncmdAs,{JViOoiYHC:{defaultValue:\"Create Free Account\",displayTextArea:false,title:\"Title\",type:ControlType.String},Al6kPCQJM:{defaultValue:\"The ability for the integrating them elit to marketing team to see all results.\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(FramerYWrncmdAs,[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4S-EiAou6Y.woff2\",weight:\"600\"},{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4S-EiAou6Y.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYWrncmdAs\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"JViOoiYHC\\\":\\\"title\\\",\\\"Al6kPCQJM\\\":\\\"description\\\"}\",\"framerIntrinsicWidth\":\"307\",\"framerIntrinsicHeight\":\"130.2\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YWrncmdAs.map", "// Generated by Framer (915daba)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Outfit-500\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4S-EiAou6Y.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-Ak75I .framer-styles-preset-dz2yj3:not(.rich-text-wrapper), .framer-Ak75I .framer-styles-preset-dz2yj3.rich-text-wrapper h1 { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.025em; --framer-line-height: 115%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, #1c4133); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Ak75I\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99efa6a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js\";import ButtonLink from\"#framer/local/canvasComponent/D8TbWc38Z/D8TbWc38Z.js\";import ListItem from\"#framer/local/canvasComponent/fC3XP6XwI/fC3XP6XwI.js\";import Button2 from\"#framer/local/canvasComponent/gzJsb0rJO/gzJsb0rJO.js\";import Header from\"#framer/local/canvasComponent/lhYLt9H6I/lhYLt9H6I.js\";import TabContent from\"#framer/local/canvasComponent/Mhb1wiPWK/Mhb1wiPWK.js\";import Button from\"#framer/local/canvasComponent/o1b1LjSZo/o1b1LjSZo.js\";import Footer from\"#framer/local/canvasComponent/wuGuB6Xy2/wuGuB6Xy2.js\";import ProcessWidget2 from\"#framer/local/canvasComponent/YWrncmdAs/YWrncmdAs.js\";import*as sharedStyle4 from\"#framer/local/css/dRl66GCx7/dRl66GCx7.js\";import*as sharedStyle1 from\"#framer/local/css/G4xR3rdwj/G4xR3rdwj.js\";import*as sharedStyle3 from\"#framer/local/css/K8ZKKHz0w/K8ZKKHz0w.js\";import*as sharedStyle5 from\"#framer/local/css/M0PzKq_Mn/M0PzKq_Mn.js\";import*as sharedStyle2 from\"#framer/local/css/px1dLEIiG/px1dLEIiG.js\";import*as sharedStyle6 from\"#framer/local/css/Ym92VSWtE/Ym92VSWtE.js\";import*as sharedStyle from\"#framer/local/css/ZrUpmM_QC/ZrUpmM_QC.js\";import metadataProvider from\"#framer/local/webPageMetadata/YKBgW73gq/YKBgW73gq.js\";const HeaderFonts=getFonts(Header);const ContainerWithFX=withFX(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonFonts=getFonts(Button);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ButtonLinkFonts=getFonts(ButtonLink);const EmbedFonts=getFonts(Embed);const MotionDivWithFX=withFX(motion.div);const TabContentFonts=getFonts(TabContent);const RichTextWithFX=withFX(RichText);const ProcessWidget2Fonts=getFonts(ProcessWidget2);const Button2Fonts=getFonts(Button2);const ListItemFonts=getFonts(ListItem);const FooterFonts=getFonts(Footer);const breakpoints={eGsZ4qSNG:\"(min-width: 768px) and (max-width: 991px)\",hKVQyTGln:\"(min-width: 992px) and (max-width: 1439px)\",iH_3L23lh:\"(max-width: 767px)\",YeTRkqHkQ:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-FtSbc\";const variantClassNames={eGsZ4qSNG:\"framer-v-1yvsa5a\",hKVQyTGln:\"framer-v-6mxdk2\",iH_3L23lh:\"framer-v-go6elu\",YeTRkqHkQ:\"framer-v-ahph0i\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-150};const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={damping:60,delay:0,mass:1.2,stiffness:200,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition3={damping:60,delay:.1,mass:1.2,stiffness:200,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={damping:60,delay:.3,mass:1.2,stiffness:300,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition5={damping:60,delay:.4,mass:1.2,stiffness:300,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition6={damping:60,delay:.5,mass:1.2,stiffness:300,type:\"spring\"};const transition7={delay:0,duration:20,ease:[0,0,1,1],type:\"tween\"};const animation7={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:20,y:20};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition8={damping:60,delay:0,mass:1.2,stiffness:400,type:\"spring\"};const transition9={damping:60,delay:0,mass:1.2,stiffness:300,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-50,y:0};const transition10={damping:60,delay:.2,mass:1.2,stiffness:300,type:\"spring\"};const transition11={damping:60,delay:.6,mass:1.2,stiffness:300,type:\"spring\"};const transition12={damping:60,delay:.1,mass:1.2,stiffness:300,type:\"spring\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Large Desktop\":\"YeTRkqHkQ\",Desktop:\"hKVQyTGln\",Phone:\"iH_3L23lh\",Tablet:\"eGsZ4qSNG\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"YeTRkqHkQ\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"eDt8uLl_9\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"iH_3L23lh\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"eGsZ4qSNG\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"eGsZ4qSNG\",\"iH_3L23lh\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"hKVQyTGln\")return true;return false;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"hKVQyTGln\")return false;return true;};const isDisplayed5=()=>{if(!isBrowser())return true;if(baseVariant===\"iH_3L23lh\")return false;return true;};const elementId1=useRouteElementId(\"vbpz7vVFD\");const ref3=React.useRef(null);const isDisplayed6=()=>{if(!isBrowser())return true;if(baseVariant===\"eGsZ4qSNG\")return false;return true;};const elementId2=useRouteElementId(\"DLgvUEnwE\");useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"YeTRkqHkQ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-ahph0i\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b8wzcy-container\",nodeId:\"BBEQejNqi\",scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{variant:\"Ae92D5Vo5\"},iH_3L23lh:{variant:\"qoc_vJKoA\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"BBEQejNqi\",layoutId:\"BBEQejNqi\",style:{width:\"100%\"},variant:\"gvR3M5di6\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref1,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b3xg06-container\",\"data-framer-name\":\"Header Fixed\",id:\"1b3xg06\",layoutScroll:true,name:\"Header Fixed\",nodeId:\"ITawcp2Du\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{variant:\"DKj4bDkkS\"},iH_3L23lh:{variant:\"uW0ameh2M\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"ITawcp2Du\",layoutId:\"ITawcp2Du\",name:\"Header Fixed\",style:{width:\"100%\"},variant:\"eWikQAq62\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mm9l9\",\"data-framer-name\":\"Hero Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mhwo4z\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xizafq\",\"data-framer-name\":\"Hero Content Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1z0ut33\",\"data-framer-name\":\"Hero Content Text Block Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1578qjv\",\"data-framer-name\":\"Hero Content Text Block\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-dz2yj3\",\"data-styles-preset\":\"ZrUpmM_QC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252))\"},children:[\"The only AI\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-b5d809c3-b32e-425c-a29d-dfe75fa704aa, rgb(179, 252, 106))\"},children:\" \"}),\"agent your business needs.\"]})}),className:\"framer-1hjd524\",\"data-framer-appear-id\":\"1hjd524\",\"data-framer-name\":\"Hero Title\",fonts:[\"Inter\"],initial:animation2,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"},children:\"More than just chat\u2014AI that anticipates user needs and takes real actions within your product to elevate customer experience.\"})}),className:\"framer-1jup9fh\",\"data-framer-appear-id\":\"1jup9fh\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],initial:animation2,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fbzhrd\",\"data-framer-name\":\"Button Group\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pjyhnx\",\"data-framer-name\":\"Button Group\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{y:(componentViewport?.y||0)+0+0+140+0+0+0+0+0+264+0+0+5},hKVQyTGln:{y:(componentViewport?.y||0)+0+0+160+0+0+0+0+269+0+0+5},iH_3L23lh:{y:(componentViewport?.y||0)+0+0+120+0+0+0+0+295+0+0+5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+174+0+0+0+0+264+0+0+5,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-im61eb-container\",\"data-framer-appear-id\":\"im61eb\",initial:animation2,nodeId:\"scet2r23H\",optimized:true,rendersWithMotion:true,scopeId:\"YKBgW73gq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Button,{A2dWUqqQh:\"Get Started Now\",DnytOe0Z8:\"https://app.ryklen.com\",Fben7NVCN:false,height:\"100%\",id:\"scet2r23H\",layoutId:\"scet2r23H\",oSfNN4wFr:false,v8ArQOg02:false,variant:\"zPSg6wmT8\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{y:(componentViewport?.y||0)+0+0+140+0+0+0+0+0+264+0+0+19},hKVQyTGln:{y:(componentViewport?.y||0)+0+0+160+0+0+0+0+269+0+0+19},iH_3L23lh:{y:(componentViewport?.y||0)+0+0+120+0+0+0+0+295+0+0+19}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+0+174+0+0+0+0+264+0+0+19,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yh6awh-container\",nodeId:\"UnNrl0_zo\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ButtonLink,{DsH8HXQiu:true,fyHS7O1bQ:\"https://calendly.com/ryklen/ryklen-demo-call\",height:\"100%\",id:\"UnNrl0_zo\",layoutId:\"UnNrl0_zo\",rcfnT1vd_:\"Book a Demo\",UBQ6k_NVL:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(28, 65, 51))\",variant:\"Ze0pVlJDL\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-177uioo\",\"data-framer-name\":\"Button Group\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9wz28l-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RP_BvXFWF\",scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<div style=\"position: relative; box-sizing: content-box; max-height: 80vh; max-height: 80svh; width: 100%; aspect-ratio: 1.8971141781681304; padding: 40px 0 40px 0;\"><iframe src=\"https://app.supademo.com/embed/cm9r7swn772xvljv5kxd1hhwd?embed_v=2\" loading=\"lazy\" title=\"Ryklen Demo\" allow=\"clipboard-write\" frameborder=\"0\" webkitallowfullscreen=\"true\" mozallowfullscreen=\"true\" allowfullscreen style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"></iframe></div>',id:\"RP_BvXFWF\",layoutId:\"RP_BvXFWF\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:'<div style=\"position: relative; box-sizing: content-box; max-height: 80vh; max-height: 80svh; width: 100%; aspect-ratio: 1.8971141781681304; padding: 40px 0 40px 0;\"><iframe src=\"https://app.supademo.com/embed/cm9r7swn772xvljv5kxd1hhwd?embed_v=2\" loading=\"lazy\" title=\"Ryklen Demo\" allow=\"clipboard-write\" frameborder=\"0\" webkitallowfullscreen=\"true\" mozallowfullscreen=\"true\" allowfullscreen style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"></iframe></div>',width:\"100%\",zoom:1})})})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wlq5fw\",\"data-framer-name\":\"Feature Section \",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ak6f74\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hh3b9s\",\"data-framer-name\":\"Hero Content Text Block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The platform for AI agents that support, assist, and empower users.\"}),/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]})},iH_3L23lh:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The platform for AI agents that support, assist, and empower users.\"}),/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-13i9et4\",\"data-styles-preset\":\"K8ZKKHz0w\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1er1a4d\",\"data-styles-preset\":\"px1dLEIiG\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The platform for AI agents that support, assist, and empower users.\"}),/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1er1a4d\",\"data-styles-preset\":\"px1dLEIiG\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1lh310x\",\"data-framer-appear-id\":\"1lh310x\",\"data-framer-name\":\"Hero Title\",fonts:[\"Inter\"],initial:animation2,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-my0m5e\",\"data-framer-name\":\"Feature Content Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-atbiqo\",\"data-framer-name\":\"Feature Card Deck\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1226emi\",\"data-border\":true,\"data-framer-name\":\"Feature Card 02\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sd1yx7\",\"data-framer-name\":\"Card Body\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1maitqi\",\"data-framer-name\":\"Card Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ud629e\",\"data-framer-name\":\"Card Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-utj157\",\"data-framer-name\":\"Zap\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 4 14 C 3.614 14.001 3.261 13.78 3.095 13.432 C 2.928 13.083 2.977 12.67 3.22 12.37 L 13.12 2.17 C 13.273 1.993 13.528 1.946 13.734 2.057 C 13.94 2.167 14.042 2.405 13.98 2.63 L 12.06 8.65 C 11.945 8.958 11.988 9.302 12.176 9.571 C 12.364 9.841 12.672 10.001 13 10 L 20 10 C 20.386 9.999 20.739 10.22 20.905 10.568 C 21.072 10.917 21.023 11.33 20.78 11.63 L 10.88 21.83 C 10.727 22.007 10.472 22.054 10.266 21.943 C 10.06 21.833 9.958 21.595 10.02 21.37 L 11.94 15.35 C 12.055 15.042 12.012 14.698 11.824 14.429 C 11.636 14.159 11.328 13.999 11 14 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9472171578,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1f61s72\",\"data-styles-preset\":\"dRl66GCx7\",children:\"Actions\"})}),className:\"framer-ywbwp2\",\"data-framer-name\":\"Card Title\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",children:[\"Tell Ryklen what users can do, and it will handle the rest\",/*#__PURE__*/_jsx(\"strong\",{children:\".\"}),\" Import an OpenAPI specification or define endpoints\u2014Ryklen maps user requests to the right API calls and executes them seamlessly.\"]})})},iH_3L23lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",children:[\"Tell Ryklen what users can do, and it will handle the rest\",/*#__PURE__*/_jsx(\"strong\",{children:\".\"}),\" Import an OpenAPI specification or define endpoints\u2014Ryklen maps user requests to the right API calls and executes them seamlessly.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",style:{\"--framer-text-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\"},children:[\"Tell Ryklen what users can do, and it will handle the rest\",/*#__PURE__*/_jsx(\"strong\",{children:\".\"}),\" Import an OpenAPI specification or define endpoints\u2014Ryklen maps user requests to the right API calls and executes them seamlessly.\"]})}),className:\"framer-1kn66kd\",\"data-framer-name\":\"FramerBite gives you the blocks needed to create a truly professional website for your SaaS.\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-7nholt hidden-ahph0i hidden-6mxdk2 hidden-1yvsa5a\",\"data-framer-name\":\"Card Image Group\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iH_3L23lh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:478.6666666666667,intrinsicWidth:1160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+796+60+0+112+0+0+0+0+30+0+0+295.2+3.5),pixelHeight:718,pixelWidth:1740,sizes:\"299px\",src:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png\",srcSet:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png 1740w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:478.6666666666667,intrinsicWidth:1160,pixelHeight:718,pixelWidth:1740,sizes:\"299px\",src:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png\",srcSet:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png 1740w\"},className:\"framer-6endtv\",\"data-framer-name\":\"Image 2025-02-21_10-08-52\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k2aeek hidden-ahph0i hidden-6mxdk2 hidden-go6elu\",\"data-framer-name\":\"Card Image Group\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:478.6666666666667,intrinsicWidth:1160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+918+80+0+112+0+0+0+0+30+0+0+263.1019+0),pixelHeight:718,pixelWidth:1740,sizes:\"341.69px\",src:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png\",srcSet:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png 1740w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:478.6666666666667,intrinsicWidth:1160,pixelHeight:718,pixelWidth:1740,src:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png\",srcSet:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png 1740w\"},className:\"framer-17w6l7g\",\"data-framer-name\":\"Image 2025-02-21_10-08-52\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14q3om hidden-1yvsa5a hidden-go6elu\",\"data-framer-name\":\"Card Image Group\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hKVQyTGln:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:478.6666666666667,intrinsicWidth:1160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1096+43+0+84+0+0+0+0+50+80.5),pixelHeight:718,pixelWidth:1740,sizes:\"445px\",src:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png\",srcSet:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png 1740w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:478.6666666666667,intrinsicWidth:1160,pixelHeight:718,pixelWidth:1740,src:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png\",srcSet:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png 1740w\"},className:\"framer-12y2hna hidden-ahph0i\",\"data-framer-name\":\"Image 2025-02-21_10-08-52\"})}),isDisplayed4()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:478.6666666666667,intrinsicWidth:1160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1311+53+0+84+0+0+0+0+10+54.1915),pixelHeight:718,pixelWidth:1740,sizes:\"570px\",src:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png\",srcSet:\"https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tEOguu0RiOhmSszobf68TDDiS8.png 1740w\"},className:\"framer-1naidh2 hidden-6mxdk2\",\"data-framer-name\":\"Image 2025-02-21_10-08-52\"})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xe3745\",\"data-border\":true,\"data-framer-name\":\"Feature Card 02\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mjneze\",\"data-framer-name\":\"Card Body\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lm47m0\",\"data-framer-name\":\"Card Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2av6nh\",\"data-framer-name\":\"Card Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1srtbzt\",\"data-framer-name\":\"Graphic\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chrome\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M21.17 8H12M3.95 6.06 8.54 14m2.34 7.94L15.46 14\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1f61s72\",\"data-styles-preset\":\"dRl66GCx7\",children:\"Client-Side Execution\"})}),className:\"framer-z4cc9g\",\"data-framer-name\":\"Card Title\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",children:\"Ryklen decides, users confirm, and your client app executes \u2014 so you only need to trust your own application, while users stay in control.\"})})},iH_3L23lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",children:\"Ryklen decides, users confirm, and your client app executes \u2014 so you only need to trust your own application, while users stay in control.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",style:{\"--framer-text-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\"},children:\"Ryklen decides,  users confirm, and your client app executes \u2014 so you only need to trust your own application, while users stay in control.\"})}),className:\"framer-hpj0qa\",\"data-framer-name\":\"FramerBite gives you the blocks needed to create a truly professional website for your SaaS.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ljzcv5\",\"data-framer-name\":\"Card Image Group\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ilej4x\",\"data-framer-name\":\"Undraw content_0p18\",fill:\"black\",intrinsicHeight:606,intrinsicWidth:897,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"897.059\" height=\"606.13\"><path d=\"M888.329 0h-607a8.727 8.727 0 0 0-8.72 8.72v219.41h146.9a15.018 15.018 0 0 1 15 15v185.63h453.82a8.712 8.712 0 0 0 6.63-3.06 2.044 2.044 0 0 0 .19-.24 8.166 8.166 0 0 0 1.25-2.11 8.507 8.507 0 0 0 .66-3.31V8.72a8.73 8.73 0 0 0-8.73-8.72Z\" fill=\"#f2f2f2\"/><path fill=\"#ccc\" d=\"M273.85 34.951h621.957v2.493H273.85z\"/><circle cx=\"295.039\" cy=\"18.698\" r=\"7.478\" fill=\"#ccc\"/><circle cx=\"316.539\" cy=\"18.698\" r=\"7.478\" fill=\"#ccc\"/><circle cx=\"338.04\" cy=\"18.698\" r=\"7.478\" fill=\"#ccc\"/><path d=\"M740.829 89.38h-312a13 13 0 0 0 0 26h312a13 13 0 0 0 0-26Zm0 24h-312a11 11 0 0 1 0-22h312a11 11 0 0 1 0 22Z\" fill=\"#ccc\"/><path d=\"M836.3 192.95h-312a13 13 0 0 0 0 26h312a13 13 0 0 0 0-26Zm0 48h-312a13 13 0 0 0 0 26h312a13 13 0 0 0 0-26Zm0 48h-312a13 13 0 0 0 0 26h312a13 13 0 0 0 0-26Z\" fill=\"#fff\"/><path d=\"M473.88 171.45H331.86a11.504 11.504 0 0 0-11.491 11.49v45.19h2v-45.19a9.505 9.505 0 0 1 9.49-9.49h142.02a9.498 9.498 0 0 1 9.49 9.49v142.02a9.498 9.498 0 0 1-9.49 9.49h-39.37v2h39.37a11.497 11.497 0 0 0 11.49-11.49V182.94a11.497 11.497 0 0 0-11.49-11.49Z\" fill=\"#ccc\"/><path d=\"M105.624 317.568c-.503.02-21.91-1.464-22.457-1.483l1.923-19.197 12.193-.367 23.3-43.156c-3.231-6.162.745-14.338 7.6-15.598 13.814-3.14 18.56 18.593 4.704 21.485l-19.273 52.734a8.55 8.55 0 0 1-7.99 5.582Z\" fill=\"#ffb8b8\"/><path d=\"M49.184 327.455c-20.371.05-22.16-30.737-1.743-32.907 53.989-3.262 47.157-16.822 51.256 23.175a4.505 4.505 0 0 1-3.994 4.954l-43.75 4.684a16.635 16.635 0 0 1-1.769.094Z\" fill=\"#6c63ff\"/><path d=\"M44.535 230.115c28.064 15.97 5.025 58.106-23.563 43.102-28.063-15.97-5.024-58.106 23.563-43.102Zm25.514 362.708 12.259-.001 5.833-47.288-18.094.001.002 47.288z\" fill=\"#ffb8b8\"/><path d=\"m67.422 604.207 38.53-.002c-.146-19.88-25.917-14.152-38.53-14.885Z\" fill=\"#2f2e41\"/><path fill=\"#ffb8b8\" d=\"m17.049 592.823 12.259-.001 5.833-47.288-18.094.001.002 47.288z\"/><path d=\"m14.422 604.207 38.53-.002c-.146-19.88-25.917-14.152-38.53-14.885Zm16.56-27.899c-2.963-.813-19.064 1.646-20.964-1.582-6.636-66.511-5.161-131.603 9.57-167.37l50.648-3.1c11.326 20.675 37.36 157.874 21.656 166.216l-20.195.72a5.018 5.018 0 0 1-5.039-3.827l-16.895-96.117c-4.207-5.88-12.477 101.225-13.843 100.824a4.978 4.978 0 0 1-4.938 4.236Z\" fill=\"#2f2e41\"/><path d=\"M17.979 415.763c-25.572-26.754-9.26-98.479-10.086-96.953.07-1.757 5.862-28.816 20.845-33.257 11.886-3.923 25.043 7.812 26.666 19.68L73.21 410.387a3.698 3.698 0 0 1-1.014 3.18c.876 2.726-52.965 1.65-54.217 2.196Z\" fill=\"#6c63ff\"/><path d=\"M26.278 248.933c2.246-1.42 3.353-3.854 4.66-6.072 6.885-3.924 14.8 5.569 22.083 2.026 20.593-19.77-.574-25.602-19.54-26.644-4.48-.552-8.292 1.037-11.68 3.662-37.885-2.894-19.716 47.483 4.195 54.136 4.221 1.85 7.388-1.893 3.665-5.295-5.15-5.4-11.531-16.27-3.383-21.813Z\" fill=\"#2f2e41\"/><path d=\"M419.51 226.13h-274a17.024 17.024 0 0 0-17 17v346a17.024 17.024 0 0 0 17 17h274a17.024 17.024 0 0 0 17-17v-346a17.024 17.024 0 0 0-17-17Zm15 363a15.018 15.018 0 0 1-15 15h-274a15.018 15.018 0 0 1-15-15v-346a15.018 15.018 0 0 1 15-15h274a15.018 15.018 0 0 1 15 15Z\" fill=\"#3f3d56\"/><path d=\"M68.307 371.728c-9.03 1.023-12.996-19.992-16.448-25.347l17.985-6.983 5.852 10.703 49.028 1.219a10.678 10.678 0 0 1 .952-1.12c9.723-10.181 25.557 5.073 15.871 15.232a11.036 11.036 0 0 1-16.496-.478c-1.211.087-55.56 6.806-56.744 6.774Z\" fill=\"#ffb8b8\"/><path d=\"M54.988 361.696c-3.007 2.898-26.09-37.773-27.777-38.922-11.665-18.13 15.795-36.03 27.66-17.998l23.998 36.879a4.505 4.505 0 0 1-1.318 6.225c-1.093.512-21.791 14.918-22.563 13.816Z\" fill=\"#6c63ff\"/><path d=\"M365.51 465.63h-166c-16.957-.082-17.028-25.911 0-26h166c16.945.08 17.036 25.911 0 26Zm0 48h-166c-16.957-.082-17.028-25.911 0-26h166c16.945.08 17.036 25.911 0 26Zm0 48h-166c-16.957-.082-17.028-25.911 0-26h166c16.945.08 17.036 25.911 0 26Z\" fill=\"#ccc\"/><path d=\"M427.51 258.13a26 26 0 1 1 26-26 26.03 26.03 0 0 1-26 26Z\" fill=\"#6c63ff\"/><path d=\"M439.51 231.13h-11v-12.5a1 1 0 0 0-2 0v12.5h-11a1 1 0 0 0 0 2h11v12.5a1 1 0 1 0 2 0v-12.5h11a1 1 0 0 0 0-2Z\" fill=\"#fff\"/><path d=\"M362.51 408.43h-160a16.519 16.519 0 0 1-16.5-16.5v-89.6a16.519 16.519 0 0 1 16.5-16.5h160a16.519 16.519 0 0 1 16.5 16.5v89.6a16.519 16.519 0 0 1-16.5 16.5Z\" fill=\"#6c63ff\"/></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fnyau9\",\"data-border\":true,\"data-framer-name\":\"Feature Card 02\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-62h1il\",\"data-framer-name\":\"Card Body\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w2fkma\",\"data-framer-name\":\"Card Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bld6o\",\"data-framer-name\":\"Card Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-jq2opu\",\"data-framer-name\":\"Workflow\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 5 11 C 3.895 11 3 11 3 11 L 3 3 C 3 3 3.895 3 5 3 L 9 3 C 10.105 3 11 3 11 3 L 11 11 C 11 11 10.105 11 9 11 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7 11 L 7 15 C 7 16.105 7.895 17 9 17 L 13 17\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 15 21 C 13.895 21 13 21 13 21 L 13 13 C 13 13 13.895 13 15 13 L 19 13 C 20.105 13 21 13 21 13 L 21 21 C 21 21 20.105 21 19 21 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9001932312,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1f61s72\",\"data-styles-preset\":\"dRl66GCx7\",children:\"Scenarios\"})}),className:\"framer-16l0062\",\"data-framer-name\":\"Card Title\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",children:\"Define conversation workflows your users may encounter and create tailored behaviors\u2014whether delivering precise responses or triggering actions within your system.\"})})},iH_3L23lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",children:\"Define conversation workflows your users may encounter and create tailored behaviors\u2014whether delivering precise responses or triggering actions within your system.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",style:{\"--framer-text-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\"},children:\"Define conversation workflows your users may encounter and create tailored behaviors\u2014whether delivering precise responses or triggering actions within your system.\"})}),className:\"framer-1ahibir\",\"data-framer-name\":\"FramerBite gives you the blocks needed to create a truly professional website for your SaaS.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rd7mfn\",\"data-framer-name\":\"Card Image Group\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wqjmhu\",\"data-framer-name\":\"Undraw mind-map_saei\",fill:\"black\",intrinsicHeight:473,intrinsicWidth:757,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"756.96\" height=\"473.36\"><path d=\"M654.23 315.877a10.056 10.056 0 0 1 4.9-14.62l-1.422-35.707 15.897 9.598-1.088 32.436a10.11 10.11 0 0 1-18.287 8.293Z\" fill=\"#a0616a\"/><path d=\"m675.447 292.73-14.132 2.257a4.5 4.5 0 0 1-5.17-3.85l-5.98-45.03-29.544-40.432a13.58 13.58 0 0 1 3.652-19.453 13.579 13.579 0 0 1 18.753 4.13L673.2 237.57l6.006 50.181a4.554 4.554 0 0 1 .013.965 4.486 4.486 0 0 1-3.772 4.013Z\" fill=\"#6c63ff\"/><path fill=\"#a0616a\" d=\"M626.725 459.863h-12.26l-5.832-47.288 18.094.001-.002 47.287z\"/><path d=\"M605.708 456.36h23.644v14.887H590.82a14.887 14.887 0 0 1 14.887-14.887Z\" fill=\"#2f2e41\"/><path fill=\"#a0616a\" d=\"m678.45 438.879-9.16 8.148-34.145-33.667 11.876-9.813 31.429 35.332z\"/><path d=\"m660.42 450.23 17.665-15.714 9.894 11.123-28.788 25.609a14.887 14.887 0 0 1 1.228-21.018Z\" fill=\"#2f2e41\"/><path d=\"M503.523 189.457a10.056 10.056 0 0 1 12.324 9.267l34.328 9.93-14.129 12.05-30.432-11.277a10.11 10.11 0 0 1-2.09-19.97Z\" fill=\"#a0616a\"/><circle cx=\"610.547\" cy=\"130.628\" r=\"24.561\" fill=\"#a0616a\"/><path d=\"m628.23 451.009-17.064-1.366a4.497 4.497 0 0 1-4.139-4.337l-4.762-143.833a4.49 4.49 0 0 1 3.876-4.605l34.02-4.747a4.5 4.5 0 0 1 5.057 5.214L632.2 373.584a3.514 3.514 0 0 0-.05.634l.939 72.246a4.501 4.501 0 0 1-4.503 4.56 4.34 4.34 0 0 1-.356-.015Z\" fill=\"#2f2e41\"/><path d=\"m650.084 433.758-58.62-65.239a4.504 4.504 0 0 1-1.127-3.484l7.404-69.405a4.493 4.493 0 0 1 4.773-4.013l35.976 2.398a4.5 4.5 0 0 1 3.964 5.931l-21.555 63.768a3.487 3.487 0 0 0 .797 3.55l49.792 51.604a4.5 4.5 0 0 1-.949 6.999l-14.819 8.757a4.51 4.51 0 0 1-5.636-.866Z\" fill=\"#2f2e41\"/><path d=\"M606.145 170.36s15-13 22-6c0 0 32.5 20.5 18.5 76.5 0 0 12 54 7 56s-55.5 9.5-59.5 3.5-6-98 12-130Z\" fill=\"#6c63ff\"/><path d=\"m518.783 216.9 2.322-14.122a4.5 4.5 0 0 1 5.287-3.69l44.613 8.551 47.694-15.26a13.58 13.58 0 0 1 17.303 9.61 13.579 13.579 0 0 1-9.842 16.488l-54.332 13.714-49.508-10.152a4.554 4.554 0 0 1-.92-.293 4.486 4.486 0 0 1-2.617-4.846Z\" fill=\"#6c63ff\"/><path d=\"M621.086 150.55c2.245-5.194 4.144-12.112-.16-15.785-2.498-2.13-6.095-2.134-9.366-2.4-9.218-.746-18.706-4.987-23.211-13.063s-1.99-20.084 6.51-23.728c5.73-2.456 12.298-.783 18.295.918l18.006 5.106c5.35 1.517 10.967 3.19 14.818 7.201 6.143 6.398 5.684 17.212.805 24.618s-12.226 15.131-20.638 17.943Z\" fill=\"#2f2e41\"/><path d=\"M755.96 473.36h-248a1 1 0 0 1 0-2h248a1 1 0 0 1 0 2ZM494 0H7a7.008 7.008 0 0 0-7 7v360a7.008 7.008 0 0 0 7 7h487a7.008 7.008 0 0 0 7-7V7a7.008 7.008 0 0 0-7-7Zm5 367a5.002 5.002 0 0 1-5 5H7a5.002 5.002 0 0 1-5-5V7a5.002 5.002 0 0 1 5-5h487a5.002 5.002 0 0 1 5 5Z\" fill=\"#3f3d56\"/><path fill=\"#3f3d56\" d=\"M1 28.04h499v2H1z\"/><circle cx=\"18\" cy=\"15\" r=\"6\" fill=\"#3f3d56\"/><circle cx=\"35.25\" cy=\"15\" r=\"6\" fill=\"#3f3d56\"/><circle cx=\"52.5\" cy=\"15\" r=\"6\" fill=\"#3f3d56\"/><path d=\"M301.823 311.305a1 1 0 0 1-1-1v-41a1 1 0 0 1 2 0v41a1 1 0 0 1-1 1Zm-1.371-58a.995.995 0 0 1-.502-.136l-56.816-33.104a1 1 0 0 1 1.007-1.728l56.815 33.104a1 1 0 0 1-.504 1.864Z\" fill=\"#3f3d56\"/><path d=\"M186.824 253.305a1 1 0 0 1-.505-1.864l56.815-33.104a1 1 0 0 1 1.007 1.728l-56.815 33.104a1 1 0 0 1-.502.136Zm172.628 50a.995.995 0 0 1-.502-.136l-56.816-33.104a1 1 0 0 1 1.007-1.728l56.815 33.104a1 1 0 0 1-.504 1.864Z\" fill=\"#3f3d56\"/><path d=\"M245.824 303.305a1 1 0 0 1-.505-1.864l56.815-33.104a1 1 0 0 1 1.007 1.728l-56.815 33.104a1 1 0 0 1-.502.136Zm-2.001-101a1 1 0 0 1-1-.998l-.093-36.387a1 1 0 0 1 .998-1.002h.002a1 1 0 0 1 1 .997l.093 36.387a1 1 0 0 1-.998 1.003Z\" fill=\"#3f3d56\"/><path d=\"M256.756 221.22h-26.052a4.505 4.505 0 0 1-4.5-4.5v-13.38a4.505 4.505 0 0 1 4.5-4.5h26.052a4.505 4.505 0 0 1 4.5 4.5v13.38a4.505 4.505 0 0 1-4.5 4.5Z\" fill=\"#ccc\"/><path d=\"M213.638 153.2h-55.434a1 1 0 0 1 0-2h55.434a1 1 0 0 1 0 2Zm30.092-14.282a1 1 0 0 1-1-1v-34.613a1 1 0 0 1 2 0v34.613a1 1 0 0 1-1 1ZM136.637 153.2a.996.996 0 0 1-.509-.139l-53.815-31.896a1 1 0 0 1 1.02-1.72l53.815 31.895a1 1 0 0 1-.511 1.86Z\" fill=\"#3f3d56\"/><path d=\"M82.824 185.097a1 1 0 0 1-.511-1.86l53.815-31.897a1 1 0 0 1 1.02 1.721l-53.815 31.896a.996.996 0 0 1-.51.14Z\" fill=\"#3f3d56\"/><path d=\"M154.204 169.33h-13.381a4.505 4.505 0 0 1-4.5-4.5v-26.05a4.505 4.505 0 0 1 4.5-4.5h13.381a4.505 4.505 0 0 1 4.5 4.5v26.052a4.505 4.505 0 0 1-4.5 4.5Zm102.552-63.334h-26.052a4.505 4.505 0 0 1-4.5-4.5V88.114a4.505 4.505 0 0 1 4.5-4.5h26.052a4.505 4.505 0 0 1 4.5 4.5v13.382a4.505 4.505 0 0 1-4.5 4.5ZM79.204 138.33H65.823a4.505 4.505 0 0 1-4.5-4.5v-26.05a4.505 4.505 0 0 1 4.5-4.5h13.381a4.505 4.505 0 0 1 4.5 4.5v26.052a4.505 4.505 0 0 1-4.5 4.5Zm0 63H65.823a4.505 4.505 0 0 1-4.5-4.5v-26.05a4.505 4.505 0 0 1 4.5-4.5h13.381a4.505 4.505 0 0 1 4.5 4.5v26.052a4.505 4.505 0 0 1-4.5 4.5Z\" fill=\"#ccc\"/><path d=\"M329.256 153.2h-55.433a1 1 0 0 1 0-2h55.433a1 1 0 0 1 0 2Zm21.568 0a1 1 0 0 1-.51-1.86l53.814-31.896a1 1 0 1 1 1.02 1.721l-53.815 31.896a.995.995 0 0 1-.51.14Z\" fill=\"#3f3d56\"/><path d=\"M404.637 185.097a.995.995 0 0 1-.509-.14l-53.815-31.896a1 1 0 1 1 1.02-1.72l53.815 31.895a1 1 0 0 1-.511 1.86Z\" fill=\"#3f3d56\"/><path d=\"M346.638 169.33h-13.382a4.505 4.505 0 0 1-4.5-4.5v-26.05a4.505 4.505 0 0 1 4.5-4.5h13.382a4.505 4.505 0 0 1 4.5 4.5v26.052a4.505 4.505 0 0 1-4.5 4.5Zm75-31h-13.382a4.505 4.505 0 0 1-4.5-4.5v-26.05a4.505 4.505 0 0 1 4.5-4.5h13.382a4.505 4.505 0 0 1 4.5 4.5v26.052a4.505 4.505 0 0 1-4.5 4.5Zm0 63h-13.382a4.505 4.505 0 0 1-4.5-4.5v-26.05a4.505 4.505 0 0 1 4.5-4.5h13.382a4.505 4.505 0 0 1 4.5 4.5v26.052a4.505 4.505 0 0 1-4.5 4.5Zm-222.882 70.89h-26.052a4.505 4.505 0 0 1-4.5-4.5v-13.38a4.505 4.505 0 0 1 4.5-4.5h26.052a4.505 4.505 0 0 1 4.5 4.5v13.38a4.505 4.505 0 0 1-4.5 4.5Zm115.815 0H288.52a4.505 4.505 0 0 1-4.5-4.5v-13.38a4.505 4.505 0 0 1 4.5-4.5h26.052a4.505 4.505 0 0 1 4.5 4.5v13.38a4.505 4.505 0 0 1-4.5 4.5Zm-53 49H235.52a4.505 4.505 0 0 1-4.5-4.5v-13.38a4.505 4.505 0 0 1 4.5-4.5h26.052a4.505 4.505 0 0 1 4.5 4.5v13.38a4.505 4.505 0 0 1-4.5 4.5Zm111 0H346.52a4.505 4.505 0 0 1-4.5-4.5v-13.38a4.505 4.505 0 0 1 4.5-4.5h26.052a4.505 4.505 0 0 1 4.5 4.5v13.38a4.505 4.505 0 0 1-4.5 4.5Zm-58 0H288.52a4.505 4.505 0 0 1-4.5-4.5v-13.38a4.505 4.505 0 0 1 4.5-4.5h26.052a4.505 4.505 0 0 1 4.5 4.5v13.38a4.505 4.505 0 0 1-4.5 4.5Z\" fill=\"#ccc\"/><path d=\"M275.4 169.597h-63.34a4.505 4.505 0 0 1-4.5-4.5v-25.792a4.505 4.505 0 0 1 4.5-4.5h63.34a4.505 4.505 0 0 1 4.5 4.5v25.792a4.505 4.505 0 0 1-4.5 4.5Z\" fill=\"#6c63ff\"/></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19pr8lj\",\"data-border\":true,\"data-framer-name\":\"Feature Card 02\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-61i41v\",\"data-framer-name\":\"Card Body\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qy1tdb\",\"data-framer-name\":\"Card Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yjpb1\",\"data-framer-name\":\"Card Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kqhrdj\",\"data-framer-name\":\"Code\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 25\"><path d=\"M 16.696 18.75 L 22.957 12.5 L 16.696 6.25 M 8.348 6.25 L 2.087 12.5 L 8.348 18.75\" fill=\"transparent\" stroke-width=\"2.09\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9483879347,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1f61s72\",\"data-styles-preset\":\"dRl66GCx7\",children:\"Low Code\"})}),className:\"framer-1ixsdp7\",\"data-framer-name\":\"Card Title\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",children:\"Set up your AI assistant quickly and keep it running with minimal effort. Our low-code approach makes it easy to define actions and adapt as your business evolves. \"})})},iH_3L23lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",children:\"Set up your AI assistant quickly and keep it running with minimal effort. Our low-code approach makes it easy to define actions and adapt as your business evolves. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nye3w9\",\"data-styles-preset\":\"M0PzKq_Mn\",style:{\"--framer-text-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\"},children:\"Set up your AI assistant quickly and keep it running with minimal effort. Our low-code approach makes it easy to define actions and adapt as your business evolves. \"})}),className:\"framer-g8hmj6\",\"data-framer-name\":\"FramerBite gives you the blocks needed to create a truly professional website for your SaaS.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16hdus9\",\"data-framer-name\":\"Card Image Group\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 380 277\"><path d=\"M 208.406 35.924 C 208.406 28.783 214.178 22.993 221.299 22.993 C 228.419 22.993 234.191 28.783 234.191 35.924 C 234.191 43.065 228.419 48.854 221.299 48.854 C 214.178 48.854 208.406 43.065 208.406 35.924 Z\" fill=\"rgb(242,242,242)\"></path><path d=\"M 321.309 240.754 C 340.472 226.115 349.625 201.516 343.895 178.05 C 343.752 177.467 343.602 176.885 343.444 176.305 C 339.645 162.375 330.247 149.137 316.549 144.686 C 305.048 140.949 292.494 143.823 280.495 142.337 C 256.942 139.42 238.681 120.306 225.832 100.293 C 212.983 80.281 203.108 57.879 186.035 41.347 C 157.892 14.094 111.985 8.227 77.092 25.966 C 42.199 43.705 19.973 83.061 20.921 122.283 C 21.869 161.506 45.085 199.007 78.802 218.903 C 91.188 226.212 105.513 231.39 119.77 229.578 C 132.141 228.006 143.382 221.339 155.694 219.36 C 175.051 216.248 194.286 225.026 211.029 235.255 C 227.772 245.484 243.945 257.609 262.971 262.351 C 281.445 266.956 304.333 253.721 321.309 240.753 Z\" fill=\"rgb(242,242,242)\"></path><path d=\"M 293.776 26.79 C 293.356 26.509 292.931 26.242 292.511 25.971 C 280.368 18.182 267.353 11.854 253.734 7.119 L 250.576 50.809 L 230.557 50.809 L 230.557 0.741 C 229.297 0.479 228.027 0.232 226.757 0 L 226.757 50.809 L 202.967 50.809 C 175.695 50.809 153.587 28.636 153.587 1.283 C 152.312 1.559 151.047 1.855 149.782 2.17 L 149.782 50.809 L 130.405 50.809 L 127.397 9.148 C 113.402 14.531 100.115 21.61 87.833 30.228 C 87.62 30.373 87.408 30.523 87.2 30.669 C 86.133 31.419 85.08 32.184 84.033 32.959 L 84.033 199.639 L 141.139 199.639 L 140.13 185.619 L 134.577 108.645 L 246.399 108.645 L 240.847 185.619 L 239.837 199.639 L 296.311 199.639 L 296.311 28.475 C 295.471 27.903 294.626 27.342 293.776 26.79 Z M 149.782 95.933 L 133.66 95.933 L 130.68 54.625 L 149.782 54.625 Z M 226.757 95.933 L 199.679 95.933 L 199.679 95.115 C 199.679 94.32 199.364 93.558 198.803 92.997 C 198.243 92.435 197.483 92.121 196.69 92.122 L 184.919 92.122 C 184.127 92.122 183.368 92.437 182.808 92.998 C 182.249 93.559 181.934 94.321 181.935 95.115 L 181.935 95.933 L 153.587 95.933 L 153.587 54.625 L 226.757 54.625 Z M 230.557 95.933 L 230.557 54.625 L 250.301 54.625 L 247.322 95.933 Z M 0 210.312 C 4.195 215.297 8.732 219.981 13.578 224.331 L 366.335 224.816 C 371.182 220.465 375.718 215.781 379.913 210.796 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 239.217 165.421 L 239.217 206.924 C 239.217 208.026 240.107 208.919 241.205 208.919 L 302.529 208.919 C 303.627 208.919 304.518 208.026 304.518 206.924 L 304.518 165.421 C 304.515 164.32 303.626 163.43 302.529 163.429 L 241.206 163.429 C 240.109 163.43 239.219 164.32 239.217 165.421 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 240.655 165.938 L 240.655 206.412 C 240.656 207 241.131 207.477 241.718 207.478 L 302.018 207.478 C 302.605 207.478 303.08 207.001 303.082 206.413 L 303.082 165.938 C 303.082 165.348 302.606 164.87 302.018 164.869 L 241.718 164.869 C 241.131 164.87 240.655 165.348 240.655 165.938 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 237.934 215.019 C 238.162 215.305 238.507 215.471 238.872 215.469 L 304.536 215.469 C 304.9 215.469 305.244 215.304 305.473 215.021 C 305.702 214.737 305.792 214.366 305.717 214.009 L 304.698 209.153 C 304.612 208.75 304.329 208.419 303.945 208.273 C 303.809 208.219 303.663 208.191 303.517 208.191 L 239.888 208.191 C 239.741 208.191 239.595 208.219 239.459 208.273 C 239.076 208.419 238.792 208.751 238.707 209.153 L 237.687 214.009 C 237.614 214.365 237.704 214.736 237.934 215.019 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 302.814 209.067 C 302.944 209.067 303.05 209.067 303.05 209.067 L 303.05 210.284 C 303.05 210.284 302.944 210.284 302.814 210.284 L 301.263 210.284 C 301.133 210.284 301.028 210.284 301.028 210.284 L 301.028 209.067 C 301.028 209.067 301.133 209.067 301.263 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 298.769 209.067 C 298.899 209.067 299.005 209.067 299.005 209.067 L 299.005 210.284 C 299.005 210.284 298.899 210.284 298.769 210.284 L 297.218 210.284 C 297.088 210.284 296.983 210.284 296.983 210.284 L 296.983 209.067 C 296.983 209.067 297.088 209.067 297.218 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 294.725 209.067 C 294.856 209.067 294.961 209.067 294.961 209.067 L 294.961 210.284 C 294.961 210.284 294.856 210.284 294.725 210.284 L 293.175 210.284 C 293.044 210.284 292.939 210.284 292.939 210.284 L 292.939 209.067 C 292.939 209.067 293.044 209.067 293.175 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 290.68 209.067 C 290.81 209.067 290.915 209.067 290.915 209.067 L 290.915 210.284 C 290.915 210.284 290.81 210.284 290.68 210.284 L 289.129 210.284 C 288.999 210.284 288.893 210.284 288.893 210.284 L 288.893 209.067 C 288.893 209.067 288.999 209.067 289.129 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 286.635 209.067 C 286.765 209.067 286.871 209.067 286.871 209.067 L 286.871 210.284 C 286.871 210.284 286.765 210.284 286.635 210.284 L 285.084 210.284 C 284.954 210.284 284.848 210.284 284.848 210.284 L 284.848 209.067 C 284.848 209.067 284.954 209.067 285.084 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 282.59 209.067 C 282.72 209.067 282.826 209.067 282.826 209.067 L 282.826 210.284 C 282.826 210.284 282.72 210.284 282.59 210.284 L 281.039 210.284 C 280.909 210.284 280.804 210.284 280.804 210.284 L 280.804 209.067 C 280.804 209.067 280.909 209.067 281.039 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 278.545 209.067 C 278.675 209.067 278.781 209.067 278.781 209.067 L 278.781 210.284 C 278.781 210.284 278.675 210.284 278.545 210.284 L 276.994 210.284 C 276.864 210.284 276.759 210.284 276.759 210.284 L 276.759 209.067 C 276.759 209.067 276.864 209.067 276.994 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 274.5 209.067 C 274.631 209.067 274.736 209.067 274.736 209.067 L 274.736 210.284 C 274.736 210.284 274.631 210.284 274.5 210.284 L 272.95 210.284 C 272.819 210.284 272.714 210.284 272.714 210.284 L 272.714 209.067 C 272.714 209.067 272.819 209.067 272.95 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 270.456 209.067 C 270.586 209.067 270.691 209.067 270.691 209.067 L 270.691 210.284 C 270.691 210.284 270.586 210.284 270.456 210.284 L 268.905 210.284 C 268.775 210.284 268.669 210.284 268.669 210.284 L 268.669 209.067 C 268.669 209.067 268.775 209.067 268.905 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 266.411 209.067 C 266.541 209.067 266.647 209.067 266.647 209.067 L 266.647 210.284 C 266.647 210.284 266.541 210.284 266.411 210.284 L 264.86 210.284 C 264.73 210.284 264.624 210.284 264.624 210.284 L 264.624 209.067 C 264.624 209.067 264.73 209.067 264.86 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 262.366 209.067 C 262.496 209.067 262.602 209.067 262.602 209.067 L 262.602 210.284 C 262.602 210.284 262.496 210.284 262.366 210.284 L 260.815 210.284 C 260.685 210.284 260.58 210.284 260.58 210.284 L 260.58 209.067 C 260.58 209.067 260.685 209.067 260.815 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 258.321 209.067 C 258.451 209.067 258.557 209.067 258.557 209.067 L 258.557 210.284 C 258.557 210.284 258.451 210.284 258.321 210.284 L 256.77 210.284 C 256.64 210.284 256.535 210.284 256.535 210.284 L 256.535 209.067 C 256.535 209.067 256.64 209.067 256.77 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 254.277 209.067 C 254.408 209.067 254.513 209.067 254.513 209.067 L 254.513 210.284 C 254.513 210.284 254.408 210.284 254.277 210.284 L 252.727 210.284 C 252.596 210.284 252.491 210.284 252.491 210.284 L 252.491 209.067 C 252.491 209.067 252.596 209.067 252.727 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 250.232 209.067 C 250.362 209.067 250.467 209.067 250.467 209.067 L 250.467 210.284 C 250.467 210.284 250.362 210.284 250.232 210.284 L 248.681 210.284 C 248.551 210.284 248.445 210.284 248.445 210.284 L 248.445 209.067 C 248.445 209.067 248.551 209.067 248.681 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 246.187 209.067 C 246.317 209.067 246.423 209.067 246.423 209.067 L 246.423 210.284 C 246.423 210.284 246.317 210.284 246.187 210.284 L 244.636 210.284 C 244.506 210.284 244.4 210.284 244.4 210.284 L 244.4 209.067 C 244.4 209.067 244.506 209.067 244.636 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 242.142 209.067 C 242.272 209.067 242.378 209.067 242.378 209.067 L 242.378 210.284 C 242.378 210.284 242.272 210.284 242.142 210.284 L 240.591 210.284 C 240.461 210.284 240.356 210.284 240.356 210.284 L 240.356 209.067 C 240.356 209.067 240.461 209.067 240.591 209.067 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 302.862 211.094 C 302.992 211.094 303.098 211.094 303.098 211.094 L 303.098 212.311 C 303.098 212.311 302.992 212.311 302.862 212.311 L 301.311 212.311 C 301.181 212.311 301.075 212.311 301.075 212.311 L 301.075 211.094 C 301.075 211.094 301.181 211.094 301.311 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 298.817 211.094 C 298.947 211.094 299.053 211.094 299.053 211.094 L 299.053 212.311 C 299.053 212.311 298.947 212.311 298.817 212.311 L 297.266 212.311 C 297.136 212.311 297.031 212.311 297.031 212.311 L 297.031 211.094 C 297.031 211.094 297.136 211.094 297.266 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 294.772 211.094 C 294.902 211.094 295.008 211.094 295.008 211.094 L 295.008 212.311 C 295.008 212.311 294.902 212.311 294.772 212.311 L 293.221 212.311 C 293.091 212.311 292.986 212.311 292.986 212.311 L 292.986 211.094 C 292.986 211.094 293.091 211.094 293.221 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 290.728 211.094 C 290.858 211.094 290.963 211.094 290.963 211.094 L 290.963 212.311 C 290.963 212.311 290.858 212.311 290.728 212.311 L 289.177 212.311 C 289.046 212.311 288.941 212.311 288.941 212.311 L 288.941 211.094 C 288.941 211.094 289.046 211.094 289.177 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 286.683 211.094 C 286.813 211.094 286.918 211.094 286.918 211.094 L 286.918 212.311 C 286.918 212.311 286.813 212.311 286.683 212.311 L 285.132 212.311 C 285.002 212.311 284.896 212.311 284.896 212.311 L 284.896 211.094 C 284.896 211.094 285.002 211.094 285.132 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 282.638 211.094 C 282.768 211.094 282.874 211.094 282.874 211.094 L 282.874 212.311 C 282.874 212.311 282.768 212.311 282.638 212.311 L 281.087 212.311 C 280.957 212.311 280.851 212.311 280.851 212.311 L 280.851 211.094 C 280.851 211.094 280.957 211.094 281.087 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 278.593 211.094 C 278.723 211.094 278.829 211.094 278.829 211.094 L 278.829 212.311 C 278.829 212.311 278.723 212.311 278.593 212.311 L 277.042 212.311 C 276.912 212.311 276.807 212.311 276.807 212.311 L 276.807 211.094 C 276.807 211.094 276.912 211.094 277.042 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 274.548 211.094 C 274.678 211.094 274.784 211.094 274.784 211.094 L 274.784 212.311 C 274.784 212.311 274.678 212.311 274.548 212.311 L 272.997 212.311 C 272.867 212.311 272.762 212.311 272.762 212.311 L 272.762 211.094 C 272.762 211.094 272.867 211.094 272.997 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 270.504 211.094 C 270.634 211.094 270.739 211.094 270.739 211.094 L 270.739 212.311 C 270.739 212.311 270.634 212.311 270.504 212.311 L 268.953 212.311 C 268.822 212.311 268.717 212.311 268.717 212.311 L 268.717 211.094 C 268.717 211.094 268.822 211.094 268.953 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 266.46 211.094 C 266.59 211.094 266.695 211.094 266.695 211.094 L 266.695 212.311 C 266.695 212.311 266.59 212.311 266.46 212.311 L 264.909 212.311 C 264.779 212.311 264.673 212.311 264.673 212.311 L 264.673 211.094 C 264.673 211.094 264.779 211.094 264.909 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 262.414 211.094 C 262.544 211.094 262.65 211.094 262.65 211.094 L 262.65 212.311 C 262.65 212.311 262.544 212.311 262.414 212.311 L 260.863 212.311 C 260.733 212.311 260.627 212.311 260.627 212.311 L 260.627 211.094 C 260.627 211.094 260.733 211.094 260.863 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 258.369 211.094 C 258.499 211.094 258.605 211.094 258.605 211.094 L 258.605 212.311 C 258.605 212.311 258.499 212.311 258.369 212.311 L 256.818 212.311 C 256.688 212.311 256.583 212.311 256.583 212.311 L 256.583 211.094 C 256.583 211.094 256.688 211.094 256.818 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 254.324 211.094 C 254.454 211.094 254.56 211.094 254.56 211.094 L 254.56 212.311 C 254.56 212.311 254.454 212.311 254.324 212.311 L 252.773 212.311 C 252.643 212.311 252.538 212.311 252.538 212.311 L 252.538 211.094 C 252.538 211.094 252.643 211.094 252.773 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 250.279 211.094 C 250.41 211.094 250.515 211.094 250.515 211.094 L 250.515 212.311 C 250.515 212.311 250.41 212.311 250.279 212.311 L 248.729 212.311 C 248.598 212.311 248.493 212.311 248.493 212.311 L 248.493 211.094 C 248.493 211.094 248.598 211.094 248.729 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 246.235 211.094 C 246.365 211.094 246.47 211.094 246.47 211.094 L 246.47 212.311 C 246.47 212.311 246.365 212.311 246.235 212.311 L 244.684 212.311 C 244.554 212.311 244.448 212.311 244.448 212.311 L 244.448 211.094 C 244.448 211.094 244.554 211.094 244.684 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 242.19 211.094 C 242.32 211.094 242.426 211.094 242.426 211.094 L 242.426 212.311 C 242.426 212.311 242.32 212.311 242.19 212.311 L 240.639 212.311 C 240.509 212.311 240.403 212.311 240.403 212.311 L 240.403 211.094 C 240.403 211.094 240.509 211.094 240.639 211.094 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 283.447 213.528 C 283.577 213.528 283.683 213.528 283.683 213.528 L 283.683 214.745 C 283.683 214.745 283.577 214.745 283.447 214.745 L 267.739 214.745 C 267.609 214.745 267.504 214.745 267.504 214.745 L 267.504 213.528 C 267.504 213.528 267.609 213.528 267.739 213.528 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 249.724 175.236 C 249.308 175.236 248.971 175.236 248.971 175.236 L 248.971 173.724 C 248.971 173.724 249.308 173.724 249.724 173.724 L 251.097 173.724 C 251.514 173.724 251.851 173.724 251.851 173.724 L 251.851 175.236 C 251.851 175.236 251.514 175.236 251.097 175.236 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 265.428 175.236 C 265.012 175.236 264.674 175.236 264.674 175.236 L 264.674 173.724 C 264.674 173.724 265.012 173.724 265.428 173.724 L 266.801 173.724 C 267.217 173.724 267.555 173.724 267.555 173.724 L 267.555 175.236 C 267.555 175.236 267.217 175.236 266.801 175.236 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 269.877 175.236 C 269.461 175.236 269.124 175.236 269.124 175.236 L 269.124 173.724 C 269.124 173.724 269.461 173.724 269.877 173.724 L 271.25 173.724 C 271.667 173.724 272.004 173.724 272.004 173.724 L 272.004 175.236 C 272.004 175.236 271.667 175.236 271.25 175.236 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 253.995 175.11 C 253.579 175.11 253.242 175.11 253.242 175.11 L 253.242 173.598 C 253.242 173.598 253.579 173.598 253.995 173.598 L 262.529 173.598 C 262.946 173.598 263.283 173.598 263.283 173.598 L 263.283 175.11 C 263.283 175.11 262.946 175.11 262.529 175.11 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 274.934 175.11 C 274.517 175.11 274.18 175.11 274.18 175.11 L 274.18 173.598 C 274.18 173.598 274.517 173.598 274.934 173.598 L 283.467 173.598 C 283.884 173.598 284.221 173.598 284.221 173.598 L 284.221 175.11 C 284.221 175.11 283.884 175.11 283.467 175.11 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 253.912 178.649 C 253.496 178.649 253.158 178.649 253.158 178.649 L 253.158 177.137 C 253.158 177.137 253.496 177.137 253.912 177.137 L 255.285 177.137 C 255.701 177.137 256.039 177.137 256.039 177.137 L 256.039 178.649 C 256.039 178.649 255.701 178.649 255.285 178.649 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 269.616 178.649 C 269.199 178.649 268.862 178.649 268.862 178.649 L 268.862 177.137 C 268.862 177.137 269.199 177.137 269.616 177.137 L 270.989 177.137 C 271.405 177.137 271.743 177.137 271.743 177.137 L 271.743 178.649 C 271.743 178.649 271.405 178.649 270.989 178.649 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 274.065 178.649 C 273.649 178.649 273.311 178.649 273.311 178.649 L 273.311 177.137 C 273.311 177.137 273.649 177.137 274.065 177.137 L 275.438 177.137 C 275.854 177.137 276.192 177.137 276.192 177.137 L 276.192 178.649 C 276.192 178.649 275.854 178.649 275.438 178.649 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 258.183 178.522 C 257.767 178.522 257.429 178.522 257.429 178.522 L 257.429 177.01 C 257.429 177.01 257.767 177.01 258.183 177.01 L 266.717 177.01 C 267.133 177.01 267.471 177.01 267.471 177.01 L 267.471 178.522 C 267.471 178.522 267.133 178.522 266.717 178.522 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 279.121 178.522 C 278.705 178.522 278.368 178.522 278.368 178.522 L 278.368 177.01 C 278.368 177.01 278.705 177.01 279.121 177.01 L 287.655 177.01 C 288.071 177.01 288.409 177.01 288.409 177.01 L 288.409 178.522 C 288.409 178.522 288.071 178.522 287.655 178.522 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 258.1 182.061 C 257.683 182.061 257.346 182.061 257.346 182.061 L 257.346 180.549 C 257.346 180.549 257.683 180.549 258.1 180.549 L 259.473 180.549 C 259.889 180.549 260.227 180.549 260.227 180.549 L 260.227 182.061 C 260.227 182.061 259.889 182.061 259.473 182.061 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 273.803 182.061 C 273.387 182.061 273.05 182.061 273.05 182.061 L 273.05 180.549 C 273.05 180.549 273.387 180.549 273.803 180.549 L 275.177 180.549 C 275.593 180.549 275.93 180.549 275.93 180.549 L 275.93 182.061 C 275.93 182.061 275.593 182.061 275.177 182.061 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 278.253 182.061 C 277.836 182.061 277.499 182.061 277.499 182.061 L 277.499 180.549 C 277.499 180.549 277.836 180.549 278.253 180.549 L 279.626 180.549 C 280.042 180.549 280.38 180.549 280.38 180.549 L 280.38 182.061 C 280.38 182.061 280.042 182.061 279.626 182.061 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 262.371 181.935 C 261.955 181.935 261.617 181.935 261.617 181.935 L 261.617 180.423 C 261.617 180.423 261.955 180.423 262.371 180.423 L 270.905 180.423 C 271.321 180.423 271.658 180.423 271.658 180.423 L 271.658 181.935 C 271.658 181.935 271.321 181.935 270.905 181.935 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 283.309 181.935 C 282.893 181.935 282.555 181.935 282.555 181.935 L 282.555 180.423 C 282.555 180.423 282.893 180.423 283.309 180.423 L 291.843 180.423 C 292.259 180.423 292.597 180.423 292.597 180.423 L 292.597 181.935 C 292.597 181.935 292.259 181.935 291.843 181.935 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 262.287 185.473 C 261.871 185.473 261.533 185.473 261.533 185.473 L 261.533 183.961 C 261.533 183.961 261.871 183.961 262.287 183.961 L 263.66 183.961 C 264.076 183.961 264.414 183.961 264.414 183.961 L 264.414 185.473 C 264.414 185.473 264.076 185.473 263.66 185.473 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 277.991 185.473 C 277.574 185.473 277.237 185.473 277.237 185.473 L 277.237 183.961 C 277.237 183.961 277.574 183.961 277.991 183.961 L 279.364 183.961 C 279.78 183.961 280.117 183.961 280.117 183.961 L 280.117 185.473 C 280.117 185.473 279.78 185.473 279.364 185.473 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 282.44 185.473 C 282.024 185.473 281.686 185.473 281.686 185.473 L 281.686 183.961 C 281.686 183.961 282.024 183.961 282.44 183.961 L 283.813 183.961 C 284.229 183.961 284.567 183.961 284.567 183.961 L 284.567 185.473 C 284.567 185.473 284.229 185.473 283.813 185.473 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 266.559 185.347 C 266.142 185.347 265.805 185.347 265.805 185.347 L 265.805 183.835 C 265.805 183.835 266.142 183.835 266.559 183.835 L 275.092 183.835 C 275.509 183.835 275.846 183.835 275.846 183.835 L 275.846 185.347 C 275.846 185.347 275.509 185.347 275.092 185.347 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 265.428 199.043 C 265.012 199.043 264.674 199.043 264.674 199.043 L 264.674 197.531 C 264.674 197.531 265.012 197.531 265.428 197.531 L 266.801 197.531 C 267.217 197.531 267.555 197.531 267.555 197.531 L 267.555 199.043 C 267.555 199.043 267.217 199.043 266.801 199.043 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 269.877 199.043 C 269.461 199.043 269.124 199.043 269.124 199.043 L 269.124 197.531 C 269.124 197.531 269.461 197.531 269.877 197.531 L 271.25 197.531 C 271.667 197.531 272.004 197.531 272.004 197.531 L 272.004 199.043 C 272.004 199.043 271.667 199.043 271.25 199.043 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 274.934 199.169 C 274.517 199.169 274.18 199.169 274.18 199.169 L 274.18 197.657 C 274.18 197.657 274.517 197.657 274.934 197.657 L 283.467 197.657 C 283.884 197.657 284.221 197.657 284.221 197.657 L 284.221 199.169 C 284.221 199.169 283.884 199.169 283.467 199.169 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 249.724 199.043 C 249.308 199.043 248.971 199.043 248.971 199.043 L 248.971 197.531 C 248.971 197.531 249.308 197.531 249.724 197.531 L 251.097 197.531 C 251.514 197.531 251.851 197.531 251.851 197.531 L 251.851 199.043 C 251.851 199.043 251.514 199.043 251.097 199.043 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 253.995 199.169 C 253.579 199.169 253.242 199.169 253.242 199.169 L 253.242 197.657 C 253.242 197.657 253.579 197.657 253.995 197.657 L 262.529 197.657 C 262.946 197.657 263.283 197.657 263.283 197.657 L 263.283 199.169 C 263.283 199.169 262.946 199.169 262.529 199.169 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 253.912 195.63 C 253.496 195.63 253.158 195.63 253.158 195.63 L 253.158 194.118 C 253.158 194.118 253.496 194.118 253.912 194.118 L 255.285 194.118 C 255.701 194.118 256.039 194.118 256.039 194.118 L 256.039 195.63 C 256.039 195.63 255.701 195.63 255.285 195.63 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 269.616 195.63 C 269.199 195.63 268.862 195.63 268.862 195.63 L 268.862 194.118 C 268.862 194.118 269.199 194.118 269.616 194.118 L 270.989 194.118 C 271.405 194.118 271.743 194.118 271.743 194.118 L 271.743 195.63 C 271.743 195.63 271.405 195.63 270.989 195.63 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 274.065 195.63 C 273.649 195.63 273.311 195.63 273.311 195.63 L 273.311 194.118 C 273.311 194.118 273.649 194.118 274.065 194.118 L 275.438 194.118 C 275.854 194.118 276.192 194.118 276.192 194.118 L 276.192 195.63 C 276.192 195.63 275.854 195.63 275.438 195.63 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 258.183 195.756 C 257.767 195.756 257.429 195.756 257.429 195.756 L 257.429 194.244 C 257.429 194.244 257.767 194.244 258.183 194.244 L 266.717 194.244 C 267.133 194.244 267.471 194.244 267.471 194.244 L 267.471 195.756 C 267.471 195.756 267.133 195.756 266.717 195.756 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 258.1 192.218 C 257.683 192.218 257.346 192.218 257.346 192.218 L 257.346 190.706 C 257.346 190.706 257.683 190.706 258.1 190.706 L 259.473 190.706 C 259.889 190.706 260.227 190.706 260.227 190.706 L 260.227 192.218 C 260.227 192.218 259.889 192.218 259.473 192.218 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 273.803 192.218 C 273.387 192.218 273.05 192.218 273.05 192.218 L 273.05 190.706 C 273.05 190.706 273.387 190.706 273.803 190.706 L 275.177 190.706 C 275.593 190.706 275.93 190.706 275.93 190.706 L 275.93 192.218 C 275.93 192.218 275.593 192.218 275.177 192.218 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 278.253 192.218 C 277.836 192.218 277.499 192.218 277.499 192.218 L 277.499 190.706 C 277.499 190.706 277.836 190.706 278.253 190.706 L 279.626 190.706 C 280.042 190.706 280.38 190.706 280.38 190.706 L 280.38 192.218 C 280.38 192.218 280.042 192.218 279.626 192.218 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 262.371 192.344 C 261.955 192.344 261.617 192.344 261.617 192.344 L 261.617 190.832 C 261.617 190.832 261.955 190.832 262.371 190.832 L 270.905 190.832 C 271.321 190.832 271.658 190.832 271.658 190.832 L 271.658 192.344 C 271.658 192.344 271.321 192.344 270.905 192.344 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 262.287 188.806 C 261.871 188.806 261.533 188.806 261.533 188.806 L 261.533 187.294 C 261.533 187.294 261.871 187.294 262.287 187.294 L 263.66 187.294 C 264.076 187.294 264.414 187.294 264.414 187.294 L 264.414 188.806 C 264.414 188.806 264.076 188.806 263.66 188.806 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 277.991 188.806 C 277.574 188.806 277.237 188.806 277.237 188.806 L 277.237 187.294 C 277.237 187.294 277.574 187.294 277.991 187.294 L 279.364 187.294 C 279.78 187.294 280.117 187.294 280.117 187.294 L 280.117 188.806 C 280.117 188.806 279.78 188.806 279.364 188.806 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 282.44 188.806 C 282.024 188.806 281.686 188.806 281.686 188.806 L 281.686 187.294 C 281.686 187.294 282.024 187.294 282.44 187.294 L 283.813 187.294 C 284.229 187.294 284.567 187.294 284.567 187.294 L 284.567 188.806 C 284.567 188.806 284.229 188.806 283.813 188.806 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 266.559 188.931 C 266.142 188.931 265.805 188.931 265.805 188.931 L 265.805 187.42 C 265.805 187.42 266.142 187.42 266.559 187.42 L 275.092 187.42 C 275.509 187.42 275.846 187.42 275.846 187.42 L 275.846 188.931 C 275.846 188.931 275.509 188.931 275.092 188.931 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 243.797 237.524 L 237.351 227.305 L 257.584 211.129 L 265.935 201.85 C 268.143 199.397 271.485 198.306 274.709 198.987 C 277.934 199.668 280.554 202.018 281.588 205.156 C 283.152 209.906 280.681 215.045 276.001 216.774 L 262.796 221.653 Z\" fill=\"rgb(255,182,182)\"></path><path d=\"M 92.557 163.43 L 92.557 213.096 L 127.249 213.096 L 127.249 163.43 C 127.251 162.697 126.775 162.048 126.076 161.832 C 125.916 161.779 125.748 161.753 125.579 161.754 L 94.232 161.754 C 93.788 161.754 93.363 161.93 93.048 162.244 C 92.734 162.558 92.557 162.985 92.557 163.43 Z M 106.096 180.496 C 106.096 178.444 107.754 176.781 109.799 176.781 C 111.845 176.781 113.503 178.444 113.503 180.496 L 113.503 186.258 C 113.503 188.31 111.845 189.973 109.799 189.973 C 107.754 189.973 106.096 188.31 106.096 186.258 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 92.451 211.508 L 92.451 216.297 C 92.452 216.814 92.868 217.233 93.382 217.237 L 126.424 217.237 C 126.939 217.234 127.356 216.814 127.356 216.297 L 127.356 211.508 Z M 37.981 88.601 L 37.981 179.285 C 37.983 181.691 39.927 183.641 42.326 183.643 L 176.316 183.643 C 178.715 183.641 180.66 181.691 180.662 179.285 L 180.662 88.601 C 180.656 86.197 178.713 84.251 176.316 84.248 L 42.326 84.248 C 39.929 84.251 37.987 86.197 37.981 88.601 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 41.124 89.73 L 41.124 178.166 C 41.126 179.452 42.165 180.493 43.447 180.496 L 175.201 180.496 C 176.483 180.493 177.521 179.452 177.523 178.166 L 177.523 89.73 C 177.523 88.442 176.484 87.398 175.201 87.395 L 43.447 87.395 C 42.163 87.398 41.124 88.442 41.124 89.73 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 65.575 216.912 C 65.847 217.254 66.26 217.452 66.696 217.45 L 145.081 217.45 C 145.515 217.449 145.926 217.253 146.199 216.915 C 146.473 216.576 146.58 216.133 146.491 215.706 L 145.274 209.91 C 145.171 209.43 144.833 209.034 144.376 208.859 C 144.213 208.795 144.039 208.762 143.864 208.762 L 67.907 208.762 C 67.732 208.762 67.559 208.795 67.396 208.859 C 66.938 209.034 66.6 209.43 66.498 209.91 L 65.281 215.706 C 65.193 216.132 65.301 216.575 65.575 216.912 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 170.925 99.579 L 47.643 99.579 C 47.378 99.57 47.168 99.353 47.168 99.087 C 47.168 98.821 47.378 98.603 47.643 98.595 L 170.925 98.595 C 171.187 98.607 171.393 98.823 171.393 99.087 C 171.393 99.35 171.187 99.566 170.925 99.578 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 53.162 93.139 C 53.162 91.512 54.448 90.193 56.035 90.193 C 57.621 90.193 58.908 91.512 58.908 93.139 C 58.908 94.766 57.621 96.085 56.035 96.085 C 54.448 96.085 53.162 94.766 53.162 93.139 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 63.087 93.139 C 63.087 91.512 64.374 90.193 65.96 90.193 C 67.547 90.193 68.833 91.512 68.833 93.139 C 68.833 94.766 67.547 96.085 65.96 96.085 C 64.374 96.085 63.087 94.766 63.087 93.139 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 73.013 93.139 C 73.013 91.512 74.299 90.193 75.886 90.193 C 77.472 90.193 78.759 91.512 78.759 93.139 C 78.759 94.766 77.472 96.085 75.886 96.085 C 74.299 96.085 73.013 94.766 73.013 93.139 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 164.948 90.921 L 157.898 90.921 C 157.604 90.921 157.365 91.16 157.365 91.456 C 157.365 91.752 157.604 91.991 157.898 91.991 L 164.948 91.991 C 165.243 91.991 165.482 91.752 165.482 91.456 C 165.482 91.16 165.243 90.921 164.948 90.921 Z M 164.948 92.931 L 157.898 92.931 C 157.604 92.931 157.365 93.17 157.365 93.466 C 157.365 93.761 157.604 94.001 157.898 94.001 L 164.948 94.001 C 165.243 94.001 165.482 93.761 165.482 93.466 C 165.482 93.17 165.243 92.931 164.948 92.931 Z M 164.948 94.94 L 157.898 94.94 C 157.604 94.94 157.365 95.18 157.365 95.475 C 157.365 95.771 157.604 96.011 157.898 96.011 L 164.948 96.011 C 165.243 96.011 165.482 95.771 165.482 95.475 C 165.482 95.18 165.243 94.94 164.948 94.94 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 334.9 213.61 C 335.337 214.885 336.542 215.732 337.886 215.707 L 350.677 215.377 C 352.032 215.35 353.207 214.433 353.565 213.122 L 355.375 193.709 C 356.017 194.001 356.716 194.145 357.421 194.131 C 359.997 194.066 362.032 191.919 361.968 189.336 C 361.903 186.753 359.763 184.712 357.187 184.776 C 356.905 184.776 356.624 184.805 356.349 184.864 C 355.743 184.207 354.888 183.837 353.995 183.846 L 334.319 184.355 C 334.156 184.361 333.993 184.381 333.834 184.416 C 332.961 184.579 332.201 185.113 331.75 185.88 C 331.299 186.648 331.201 187.573 331.481 188.418 Z M 355.746 192.391 L 357.034 187.765 C 357.181 187.231 357.184 186.667 357.044 186.131 C 357.107 186.131 357.162 186.101 357.224 186.101 C 359.066 186.058 360.595 187.52 360.638 189.368 C 360.681 191.216 359.223 192.749 357.381 192.792 C 356.81 192.81 356.244 192.671 355.746 192.391 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 333.834 184.416 C 334.253 186.82 338.966 188.51 344.633 188.216 C 349.844 187.975 354.105 186.14 354.886 183.965 C 354.597 183.879 354.297 183.839 353.995 183.846 L 334.319 184.355 C 334.156 184.361 333.993 184.381 333.834 184.416 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 345.672 202.943 C 345.697 202.936 345.722 202.925 345.744 202.911 L 348.522 201.087 C 348.59 201.042 348.631 200.966 348.631 200.885 C 348.631 200.803 348.59 200.727 348.522 200.682 L 345.635 198.785 C 345.563 198.733 345.468 198.725 345.388 198.764 C 345.309 198.803 345.256 198.883 345.253 198.972 C 345.249 199.061 345.294 199.145 345.371 199.19 L 347.949 200.884 L 345.48 202.505 C 345.382 202.57 345.344 202.697 345.392 202.805 C 345.439 202.913 345.557 202.971 345.672 202.943 Z M 341.284 203.146 C 341.38 203.121 341.451 203.042 341.464 202.944 C 341.477 202.846 341.43 202.75 341.345 202.701 L 338.785 201.229 L 341.259 199.385 C 341.332 199.335 341.372 199.248 341.363 199.16 C 341.354 199.072 341.298 198.996 341.216 198.961 C 341.134 198.927 341.04 198.941 340.972 198.996 L 338.201 201.061 C 338.136 201.11 338.099 201.188 338.104 201.269 C 338.109 201.351 338.154 201.424 338.225 201.465 L 341.105 203.121 C 341.159 203.152 341.224 203.161 341.284 203.146 Z M 345.395 204.541 C 345.419 204.535 345.441 204.525 345.462 204.513 C 345.516 204.479 345.556 204.426 345.571 204.363 C 345.586 204.301 345.576 204.235 345.543 204.18 L 341.605 197.687 C 341.534 197.575 341.387 197.541 341.275 197.61 C 341.162 197.678 341.126 197.825 341.192 197.939 L 345.13 204.432 C 345.185 204.523 345.293 204.567 345.395 204.541 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 102.677 131.562 C 101.806 131.562 101.101 131.562 101.101 131.562 L 101.101 126.31 C 101.101 126.31 101.806 126.31 102.677 126.31 L 124.014 126.31 C 124.885 126.31 125.59 126.31 125.59 126.31 L 125.59 131.562 C 125.59 131.562 124.885 131.562 124.014 131.562 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 90.239 142.067 C 89.369 142.067 88.663 142.067 88.663 142.067 L 88.663 136.814 C 88.663 136.814 89.369 136.814 90.239 136.814 L 136.451 136.814 C 137.322 136.814 138.027 136.814 138.027 136.814 L 138.027 142.067 C 138.027 142.067 137.322 142.067 136.451 142.067 Z\" fill=\"rgb(230,230,230)\"></path><path d=\"M 90.239 152.571 C 89.369 152.571 88.663 152.571 88.663 152.571 L 88.663 147.318 C 88.663 147.318 89.369 147.318 90.239 147.318 L 136.451 147.318 C 137.322 147.318 138.027 147.318 138.027 147.318 L 138.027 152.571 C 138.027 152.571 137.322 152.571 136.451 152.571 Z\" fill=\"rgb(230,230,230)\"></path><path d=\"M 140.369 182.494 L 140.473 182.825 L 140.479 182.836 L 143.63 192.443 L 147.254 203.514 L 154.073 224.318 L 154.139 227.55 L 154.139 227.561 L 154.646 253.559 L 153.241 257.083 L 154.822 262.862 C 154.822 262.862 154.095 254.127 150.196 259.143 C 147.987 261.994 145.403 264.91 143.283 267.645 C 146.373 268.899 149.513 270.034 152.702 271.048 C 153.39 271.269 154.084 271.479 154.778 271.689 L 155.224 271.821 C 165.796 274.957 176.725 276.719 187.744 277.064 C 188.317 277.081 188.879 277.092 189.424 277.103 C 189.618 277.108 189.804 277.114 189.992 277.114 C 190.609 277.119 191.22 277.125 191.837 277.125 C 193.082 277.125 194.321 277.107 195.555 277.07 C 204.687 276.812 213.766 275.58 222.638 273.396 C 222.578 269.722 222.413 265.43 222.176 260.844 C 222.066 258.596 219.593 256.16 219.444 253.807 C 219.339 252.039 221.559 250.376 221.443 248.58 C 220.695 237.527 219.758 241.77 219.064 233.942 C 218.992 233.174 218.926 232.439 218.866 231.738 C 218.419 226.71 218.111 223.567 218.111 223.567 L 221.074 204.834 L 225.729 175.422 L 225.37 174.832 L 224.969 174.633 L 200.419 162.445 L 199.086 159.021 C 198.291 157.002 196.353 155.67 194.189 155.656 L 178.017 155.59 C 176.314 155.582 174.712 156.399 173.715 157.783 L 169.336 163.865 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 157.802 219.689 L 154.139 227.55 L 151.638 232.92 L 147.337 255.509 L 145.183 257.801 L 143.338 249.685 L 124.025 253.986 C 123.391 250.456 123.855 254.105 123.465 250.233 C 123.577 250.121 123.691 250.011 123.806 249.901 C 124.115 249.614 124.373 249.344 124.368 249.084 C 124.147 235.726 124.809 212.994 130.327 199.221 C 131.192 196.973 132.332 194.84 133.72 192.874 C 133.83 192.725 133.935 192.576 134.04 192.426 C 136.585 188.852 138.193 185.333 140.473 182.831 L 140.473 182.825 C 140.488 182.813 140.501 182.8 140.512 182.786 C 140.52 182.782 140.528 182.776 140.534 182.77 L 156.199 174.439 L 156.871 193.377 L 157.35 206.988 Z M 214.288 221.922 L 218.863 231.74 L 220.46 235.159 L 224.761 257.747 L 226.907 260.034 L 228.757 251.919 L 229.626 251.741 L 245.298 248.485 L 249.866 263.036 C 251.989 259.489 251.331 254.934 248.292 252.137 C 247.98 251.854 247.72 251.578 247.727 251.317 C 247.987 235.606 247.029 206.919 238.376 195.111 C 235.628 191.364 233.979 187.632 231.579 185.024 C 231.572 185.017 231.572 185.009 231.565 185.009 L 225.726 175.422 L 225.37 174.833 L 224.969 174.632 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 165.056 129.396 C 165.056 117.479 174.688 107.818 186.57 107.818 C 198.453 107.818 208.085 117.479 208.085 129.396 C 208.085 141.313 198.453 150.974 186.57 150.974 C 174.688 150.974 165.056 141.313 165.056 129.396 Z\" fill=\"rgb(255,182,182)\"></path><path d=\"M 215.65 114.324 C 215.313 113.963 214.844 113.755 214.351 113.748 L 214.674 112.847 C 214.889 112.269 214.777 111.62 214.381 111.149 C 213.985 110.677 213.366 110.457 212.762 110.571 L 211.584 110.799 L 211.695 110.009 C 211.782 109.411 211.548 108.812 211.079 108.432 C 210.61 108.052 209.976 107.948 209.411 108.159 C 208.9 108.361 208.325 108.32 207.847 108.048 C 207.367 107.784 207.028 107.322 206.92 106.784 L 206.509 104.799 L 206.466 104.692 C 204.467 101.351 200.624 98.92 195.921 98.028 C 191.734 97.229 187.442 97.636 183.304 98.019 C 181.662 98.174 179.808 98.348 178.263 99.297 C 176.95 100.111 175.839 101.738 176.066 103.38 C 171.986 102.125 167.611 104.629 165.443 107.786 C 162.875 111.544 162.455 116.251 162.387 119.932 C 162.204 128.639 163.995 135.762 167.698 141.109 C 167.969 141.496 168.036 142.305 168.572 142.576 L 168.461 142.397 C 169.06 142.697 169.668 143.181 169.441 143.7 C 168.79 145.191 173.121 148.489 176.172 149.579 C 181.739 151.569 189.142 151.399 194.347 150.683 L 194.53 149.448 C 196.408 149.191 197.731 148.702 198.103 147.937 C 198.76 147.375 199.32 146.872 199.808 146.407 L 199.812 146.402 C 199.822 146.392 199.841 146.378 199.851 146.368 C 202.202 144.106 202.748 142.818 202.994 140.857 C 203.231 138.934 202.811 136.983 202.381 135.225 C 211.43 136.629 198.818 125.559 207.248 123.419 C 207.345 123.389 207.443 123.364 207.543 123.346 C 207.789 123.288 208.035 123.23 208.272 123.162 C 209.412 122.851 210.504 122.384 211.517 121.772 C 213.873 120.334 214.65 118.426 215.867 116.276 C 216.227 115.647 216.139 114.857 215.65 114.324 Z M 262.665 223.458 C 262.66 224.306 262.65 225.492 262.611 226.959 L 262.597 227.584 C 262.534 230.281 262.471 232.543 262.37 235.056 C 262.365 235.231 262.36 235.4 262.351 235.574 C 262.215 239.081 262.003 243.163 261.636 249.628 C 260.955 261.57 259.767 251.27 258.575 255.458 C 258.517 255.667 258.454 255.914 258.396 256.204 C 258.216 257.258 257.911 258.287 257.488 259.27 C 256.856 259.647 256.204 260.011 255.562 260.374 C 253.732 261.396 251.873 262.379 249.999 263.313 C 248.947 263.836 247.889 264.35 246.827 264.843 C 246.658 264.921 246.494 264.998 246.33 265.071 C 240.89 267.595 235.284 269.74 229.551 271.492 C 228.431 271.831 227.315 272.161 226.185 272.466 C 225.007 272.795 223.829 273.105 222.637 273.396 C 213.764 275.58 204.686 276.812 195.554 277.071 C 194.322 277.11 193.082 277.124 191.836 277.124 C 191.218 277.124 190.609 277.12 189.991 277.115 C 189.803 277.115 189.615 277.11 189.426 277.105 C 188.881 277.091 188.316 277.081 187.746 277.066 C 176.727 276.722 165.798 274.959 155.226 271.822 L 154.777 271.691 C 154.082 271.478 153.392 271.27 152.701 271.047 C 149.514 270.035 146.374 268.902 143.281 267.647 C 140.92 266.693 138.586 265.67 136.279 264.577 C 136.258 264.571 136.239 264.562 136.222 264.548 C 135.739 264.325 135.251 264.093 134.768 263.856 C 134.705 263.822 134.638 263.788 134.57 263.754 C 132.769 262.873 130.988 261.949 129.225 260.984 C 127.743 257.57 125.657 256.916 124.363 253.914 C 123.986 253.022 123.714 252.089 123.552 251.134 C 123.552 251.124 123.547 251.115 123.547 251.1 C 123.682 252.901 122.972 247.904 123.542 251.081 C 123.521 250.798 123.495 250.515 123.465 250.233 C 121.809 234.015 121.915 215.468 121.195 200.184 C 121.147 199.196 121.097 198.25 121.046 197.347 C 121.031 197.046 121.012 196.751 120.993 196.46 C 121.026 196.373 121.065 196.281 121.108 196.194 C 121.118 196.169 121.129 196.145 121.142 196.121 C 121.157 196.091 121.173 196.062 121.191 196.034 L 121.224 195.986 C 121.231 195.969 121.239 195.953 121.248 195.937 C 121.292 195.87 121.34 195.797 121.393 195.729 C 121.417 195.7 121.437 195.676 121.461 195.652 C 121.478 195.627 121.497 195.604 121.519 195.584 C 121.534 195.561 121.552 195.539 121.572 195.521 C 121.591 195.501 121.611 195.477 121.635 195.453 C 121.645 195.438 121.658 195.425 121.673 195.414 C 121.712 195.37 121.754 195.33 121.799 195.293 C 121.971 195.134 122.155 194.989 122.349 194.857 C 122.417 194.814 122.489 194.77 122.557 194.722 C 123.044 194.43 123.556 194.183 124.088 193.986 C 124.271 193.918 124.455 193.855 124.653 193.787 C 124.725 193.768 124.793 193.744 124.865 193.719 C 124.971 193.685 125.077 193.652 125.189 193.627 C 125.739 193.463 126.333 193.322 126.975 193.192 C 127.052 193.177 127.134 193.162 127.216 193.143 C 127.332 193.119 127.453 193.1 127.574 193.08 C 127.738 193.051 127.907 193.022 128.076 192.993 C 129.51 192.765 131.137 192.596 132.933 192.484 L 133.44 192.455 L 134.039 192.426 C 134.208 192.417 134.382 192.412 134.556 192.407 C 134.725 192.397 134.899 192.392 135.077 192.388 C 135.565 192.373 136.067 192.359 136.579 192.349 C 138.037 192.32 139.573 192.33 141.185 192.363 C 141.934 192.383 142.697 192.402 143.479 192.436 C 143.532 192.436 143.58 192.441 143.628 192.441 C 144.309 192.465 144.995 192.494 145.7 192.533 C 146.192 192.557 146.69 192.581 147.187 192.61 C 147.655 192.639 148.129 192.669 148.607 192.702 C 148.978 192.722 149.35 192.751 149.727 192.775 C 150.045 192.799 150.364 192.823 150.683 192.843 L 151.117 192.872 C 151.354 192.891 151.591 192.906 151.832 192.93 C 152.363 192.974 152.894 193.017 153.435 193.061 C 153.971 193.109 154.517 193.158 155.062 193.206 C 155.608 193.254 156.158 193.308 156.709 193.361 L 156.873 193.376 C 157.375 193.429 157.877 193.477 158.384 193.531 C 158.5 193.54 158.621 193.55 158.737 193.564 C 159.22 193.613 159.713 193.67 160.201 193.722 L 160.65 193.77 C 161.032 193.812 161.408 193.848 161.793 193.894 C 162.3 193.952 162.817 194.005 163.319 194.073 C 163.71 194.116 164.101 194.16 164.492 194.208 C 165.105 194.281 165.728 194.359 166.351 194.441 C 166.588 194.47 166.824 194.499 167.061 194.533 C 168.838 194.756 170.634 195.003 172.459 195.259 C 175.226 195.652 178.036 196.078 180.866 196.538 C 183.7 196.998 186.55 197.484 189.417 197.995 C 190.141 198.126 190.865 198.257 191.594 198.393 L 192.579 198.581 C 193.139 198.683 193.7 198.79 194.26 198.896 C 194.82 199.003 195.38 199.109 195.94 199.221 L 197.944 199.613 C 202.333 200.485 206.698 201.414 210.957 202.388 C 211.657 202.548 212.357 202.712 213.052 202.872 C 214.443 203.196 215.82 203.526 217.185 203.86 C 217.562 203.947 217.934 204.039 218.305 204.131 C 219.232 204.364 220.16 204.596 221.072 204.833 L 221.231 204.877 C 221.903 205.042 222.559 205.211 223.216 205.385 C 224.766 205.792 226.29 206.204 227.789 206.62 C 228.783 206.896 229.767 207.176 230.739 207.458 C 232.192 207.879 233.616 208.305 235.002 208.736 C 235.345 208.843 235.688 208.95 236.026 209.051 C 237.04 209.366 238.039 209.686 239.01 210.005 C 239.782 210.257 240.536 210.514 241.279 210.77 C 242.023 211.027 242.752 211.284 243.467 211.54 C 243.925 211.705 244.379 211.879 244.833 212.044 C 245.485 212.286 246.127 212.528 246.755 212.77 C 246.948 212.843 247.136 212.921 247.324 212.993 C 247.445 213.046 247.561 213.09 247.677 213.138 C 247.904 213.23 248.136 213.318 248.358 213.41 C 248.585 213.497 248.807 213.589 249.029 213.686 C 249.246 213.773 249.468 213.865 249.681 213.957 C 249.898 214.044 250.111 214.136 250.323 214.233 C 250.502 214.306 250.675 214.383 250.844 214.46 C 251.187 214.611 251.53 214.761 251.863 214.916 C 252.027 214.993 252.192 215.066 252.356 215.143 L 252.732 215.318 C 252.785 215.347 252.839 215.371 252.892 215.395 C 253.012 215.453 253.138 215.516 253.259 215.574 C 253.539 215.705 253.814 215.845 254.084 215.976 C 254.446 216.16 254.799 216.344 255.137 216.523 C 255.48 216.707 255.813 216.891 256.132 217.071 C 256.185 217.1 256.233 217.129 256.286 217.158 C 256.359 217.197 256.431 217.24 256.503 217.279 C 256.75 217.419 256.986 217.565 257.223 217.705 C 257.686 217.991 258.126 218.272 258.536 218.553 C 258.628 218.615 258.715 218.678 258.807 218.737 C 259.111 218.954 259.4 219.168 259.671 219.385 C 259.671 219.39 259.671 219.39 259.676 219.39 C 259.767 219.458 259.854 219.531 259.941 219.599 C 260.014 219.666 260.091 219.724 260.163 219.792 C 260.414 220.01 260.646 220.218 260.859 220.431 C 260.93 220.497 260.998 220.567 261.061 220.64 C 261.09 220.663 261.115 220.689 261.139 220.717 C 261.235 220.814 261.322 220.911 261.404 221.008 C 261.417 221.021 261.428 221.036 261.438 221.051 C 261.554 221.187 261.66 221.323 261.762 221.458 C 261.81 221.526 261.863 221.594 261.906 221.662 C 261.964 221.744 262.022 221.831 262.071 221.913 C 262.114 221.981 262.153 222.054 262.191 222.122 C 262.294 222.296 262.381 222.479 262.452 222.669 C 262.506 222.797 262.55 222.93 262.582 223.066 C 262.619 223.195 262.646 223.326 262.665 223.458 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 262.664 223.458 C 262.66 224.306 262.65 225.492 262.611 226.959 C 262.607 227.163 262.597 227.371 262.592 227.584 C 262.544 229.642 262.471 232.185 262.37 235.056 C 262.365 235.231 262.36 235.4 262.351 235.574 C 262.215 239.081 262.003 243.163 261.636 249.628 C 260.955 261.57 259.767 251.27 258.575 255.458 C 255.262 253.415 251.631 251.274 247.749 249.076 C 247.049 248.679 246.343 248.28 245.63 247.88 C 237.866 243.536 229.194 238.984 220.14 234.475 C 219.783 234.296 219.421 234.117 219.063 233.942 C 198.325 223.662 175.689 213.661 157.351 206.988 C 153.812 205.7 150.432 204.538 147.255 203.516 C 140.562 201.371 134.778 199.87 130.326 199.221 C 125.691 198.543 122.489 198.785 121.195 200.184 C 121.147 199.196 121.097 198.25 121.046 197.347 L 120.988 196.46 C 121.018 196.38 121.056 196.304 121.094 196.228 C 121.099 196.216 121.103 196.205 121.108 196.194 C 121.118 196.169 121.129 196.145 121.142 196.121 C 121.156 196.091 121.173 196.062 121.191 196.034 C 121.206 196 121.226 195.967 121.248 195.937 C 121.292 195.87 121.34 195.797 121.393 195.729 C 121.432 195.678 121.474 195.63 121.519 195.584 C 121.534 195.561 121.552 195.539 121.572 195.521 C 121.591 195.501 121.611 195.477 121.635 195.453 C 121.645 195.438 121.658 195.425 121.673 195.414 C 121.712 195.37 121.754 195.33 121.799 195.293 C 121.971 195.134 122.155 194.989 122.349 194.857 C 122.417 194.814 122.489 194.77 122.557 194.722 C 123.044 194.43 123.556 194.183 124.088 193.986 C 124.271 193.918 124.455 193.855 124.653 193.787 C 124.725 193.768 124.793 193.744 124.865 193.719 C 124.971 193.685 125.077 193.652 125.189 193.627 C 125.739 193.463 126.333 193.322 126.975 193.192 C 127.168 193.153 127.371 193.114 127.574 193.08 C 127.738 193.051 127.907 193.022 128.076 192.993 C 129.51 192.765 131.137 192.596 132.933 192.485 L 133.44 192.455 L 134.039 192.426 C 134.208 192.417 134.382 192.412 134.556 192.407 C 134.725 192.397 134.899 192.392 135.077 192.388 C 135.565 192.373 136.067 192.359 136.579 192.349 C 138.037 192.325 139.573 192.334 141.185 192.368 C 141.934 192.383 142.697 192.407 143.479 192.441 C 143.527 192.441 143.58 192.446 143.628 192.446 C 144.309 192.465 145 192.499 145.7 192.533 C 146.192 192.557 146.69 192.581 147.187 192.61 C 147.655 192.639 148.129 192.669 148.607 192.702 C 148.978 192.722 149.35 192.751 149.727 192.775 C 150.045 192.799 150.364 192.823 150.683 192.843 L 151.832 192.93 C 152.363 192.974 152.894 193.017 153.435 193.061 C 153.971 193.109 154.517 193.158 155.062 193.206 C 155.608 193.254 156.158 193.308 156.709 193.361 L 156.873 193.376 C 157.375 193.429 157.877 193.477 158.384 193.531 C 161.194 193.816 164.087 194.15 167.061 194.533 C 168.838 194.761 170.637 195.004 172.459 195.264 C 175.226 195.656 178.036 196.083 180.866 196.538 C 183.7 196.998 186.55 197.484 189.417 197.995 C 190.141 198.126 190.865 198.257 191.594 198.393 C 192.483 198.557 193.371 198.725 194.26 198.896 C 194.82 199.003 195.38 199.109 195.94 199.221 L 197.944 199.613 C 202.333 200.485 206.698 201.414 210.956 202.388 C 211.657 202.548 212.357 202.712 213.052 202.872 C 214.443 203.196 215.82 203.526 217.185 203.86 C 217.562 203.952 217.934 204.044 218.305 204.136 C 219.237 204.368 220.16 204.601 221.072 204.833 L 221.072 204.838 C 221.125 204.848 221.178 204.862 221.231 204.877 C 221.898 205.046 222.559 205.216 223.216 205.39 C 224.766 205.797 226.29 206.207 227.789 206.62 C 228.783 206.901 229.768 207.177 230.739 207.458 C 232.505 207.975 234.268 208.506 236.026 209.051 C 237.04 209.371 238.035 209.689 239.01 210.005 C 239.782 210.257 240.536 210.514 241.279 210.77 C 242.023 211.027 242.752 211.284 243.467 211.54 C 243.93 211.705 244.384 211.875 244.833 212.039 C 245.49 212.281 246.127 212.523 246.755 212.77 C 246.948 212.843 247.136 212.921 247.324 212.993 C 247.677 213.129 248.02 213.269 248.358 213.41 C 248.585 213.497 248.807 213.589 249.029 213.686 C 249.246 213.773 249.468 213.865 249.681 213.957 C 249.898 214.044 250.11 214.136 250.323 214.233 C 250.502 214.306 250.675 214.383 250.844 214.46 C 251.187 214.611 251.53 214.761 251.863 214.916 C 252.027 214.993 252.192 215.066 252.356 215.143 L 252.732 215.318 C 252.785 215.347 252.839 215.371 252.892 215.395 C 253.302 215.589 253.698 215.783 254.084 215.976 C 254.446 216.16 254.799 216.344 255.137 216.523 C 255.538 216.737 255.919 216.945 256.286 217.158 C 256.359 217.197 256.431 217.24 256.503 217.279 C 256.75 217.419 256.986 217.565 257.223 217.705 C 257.686 217.991 258.126 218.272 258.536 218.553 C 258.942 218.833 259.318 219.109 259.671 219.385 C 259.671 219.39 259.671 219.39 259.676 219.39 C 259.845 219.526 260.009 219.661 260.163 219.792 C 260.414 220.01 260.646 220.218 260.859 220.431 C 260.93 220.497 260.998 220.567 261.061 220.64 C 261.09 220.663 261.115 220.689 261.139 220.717 C 261.24 220.829 261.341 220.94 261.438 221.051 C 261.554 221.187 261.66 221.323 261.762 221.458 C 261.81 221.526 261.863 221.594 261.906 221.662 C 261.964 221.744 262.022 221.831 262.071 221.913 C 262.114 221.981 262.153 222.054 262.191 222.122 C 262.294 222.296 262.381 222.479 262.452 222.669 C 262.505 222.798 262.548 222.931 262.582 223.066 C 262.619 223.195 262.646 223.326 262.664 223.458 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.2\"></path></svg>',svgContentId:11586842410},hKVQyTGln:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 474 345\"><path d=\"M 259.959 44.743 C 259.959 35.848 267.159 28.638 276.041 28.638 C 284.923 28.638 292.123 35.848 292.123 44.743 C 292.123 53.637 284.923 60.847 276.041 60.847 C 267.159 60.847 259.959 53.637 259.959 44.743 Z\" fill=\"rgb(242,242,242)\"></path><path d=\"M 400.79 299.856 C 424.694 281.623 436.111 250.985 428.963 221.759 C 428.786 221.033 428.598 220.308 428.401 219.585 C 423.663 202.236 411.94 185.749 394.853 180.205 C 380.507 175.551 364.847 179.13 349.881 177.279 C 320.501 173.645 297.723 149.839 281.696 124.914 C 265.668 99.988 253.351 72.088 232.054 51.497 C 196.95 17.554 139.686 10.246 96.162 32.341 C 52.638 54.434 24.914 103.452 26.096 152.302 C 27.278 201.154 56.238 247.86 98.295 272.64 C 113.745 281.744 131.614 288.193 149.398 285.936 C 164.829 283.978 178.85 275.676 194.207 273.21 C 218.353 269.335 242.347 280.267 263.231 293.008 C 284.116 305.748 304.289 320.849 328.022 326.755 C 351.066 332.49 379.616 316.006 400.79 299.855 Z\" fill=\"rgb(242,242,242)\"></path><path d=\"M 366.447 33.366 C 365.923 33.016 365.393 32.685 364.869 32.347 C 349.722 22.646 333.487 14.765 316.499 8.866 L 312.561 63.282 L 287.59 63.282 L 287.59 0.923 C 286.018 0.597 284.434 0.29 282.85 0 L 282.85 63.282 L 253.175 63.282 C 219.157 63.282 191.579 35.665 191.579 1.598 C 189.989 1.942 188.411 2.31 186.833 2.702 L 186.833 63.282 L 162.663 63.282 L 158.911 11.393 C 141.454 18.098 124.88 26.915 109.56 37.648 C 109.295 37.829 109.03 38.016 108.771 38.197 C 107.44 39.132 106.127 40.085 104.82 41.05 L 104.82 248.647 L 176.052 248.647 L 174.793 231.186 L 167.867 135.316 L 307.351 135.316 L 300.424 231.186 L 299.166 248.647 L 369.609 248.647 L 369.609 35.465 C 368.561 34.753 367.507 34.054 366.447 33.366 Z M 186.833 119.483 L 166.723 119.483 L 163.007 68.035 L 186.833 68.035 Z M 282.85 119.483 L 249.073 119.483 L 249.073 118.464 C 249.073 117.474 248.68 116.525 247.981 115.826 C 247.282 115.127 246.334 114.735 245.345 114.737 L 230.662 114.737 C 229.674 114.736 228.727 115.129 228.029 115.828 C 227.331 116.527 226.939 117.475 226.939 118.464 L 226.939 119.483 L 191.579 119.483 L 191.579 68.035 L 282.85 68.035 Z M 287.59 119.483 L 287.59 68.035 L 312.217 68.035 L 308.501 119.483 Z M 0 261.941 C 5.232 268.149 10.891 273.984 16.936 279.402 L 456.955 280.005 C 463 274.587 468.659 268.752 473.892 262.544 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 298.391 206.03 L 298.391 257.722 C 298.392 259.094 299.502 260.206 300.872 260.207 L 377.365 260.207 C 378.735 260.206 379.846 259.094 379.846 257.722 L 379.846 206.03 C 379.843 204.659 378.733 203.55 377.365 203.548 L 300.873 203.548 C 299.504 203.55 298.394 204.659 298.391 206.03 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 300.186 206.673 L 300.186 257.084 C 300.187 257.816 300.78 258.41 301.511 258.412 L 376.728 258.412 C 377.46 258.411 378.053 257.817 378.054 257.085 L 378.054 206.673 C 378.054 205.939 377.461 205.344 376.728 205.343 L 301.512 205.343 C 300.779 205.344 300.185 205.939 300.185 206.673 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 296.791 267.803 C 297.075 268.16 297.506 268.366 297.962 268.364 L 379.869 268.364 C 380.322 268.364 380.752 268.159 381.037 267.806 C 381.323 267.453 381.435 266.99 381.342 266.545 L 380.071 260.497 C 379.964 259.996 379.61 259.583 379.132 259.401 C 378.962 259.334 378.78 259.299 378.597 259.299 L 299.228 259.299 C 299.045 259.299 298.864 259.334 298.693 259.401 C 298.215 259.583 297.862 259.996 297.755 260.497 L 296.484 266.545 C 296.392 266.989 296.505 267.451 296.791 267.803 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 377.721 260.39 C 377.883 260.39 378.015 260.39 378.015 260.39 L 378.015 261.906 C 378.015 261.906 377.883 261.906 377.721 261.906 L 375.786 261.906 C 375.624 261.906 375.492 261.906 375.492 261.906 L 375.492 260.39 C 375.492 260.39 375.624 260.39 375.786 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 372.675 260.39 C 372.838 260.39 372.969 260.39 372.969 260.39 L 372.969 261.906 C 372.969 261.906 372.838 261.906 372.675 261.906 L 370.741 261.906 C 370.579 261.906 370.447 261.906 370.447 261.906 L 370.447 260.39 C 370.447 260.39 370.579 260.39 370.741 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 367.631 260.39 C 367.794 260.39 367.925 260.39 367.925 260.39 L 367.925 261.906 C 367.925 261.906 367.794 261.906 367.631 261.906 L 365.697 261.906 C 365.534 261.906 365.403 261.906 365.403 261.906 L 365.403 260.39 C 365.403 260.39 365.534 260.39 365.697 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 362.585 260.39 C 362.747 260.39 362.879 260.39 362.879 260.39 L 362.879 261.906 C 362.879 261.906 362.747 261.906 362.585 261.906 L 360.65 261.906 C 360.488 261.906 360.356 261.906 360.356 261.906 L 360.356 260.39 C 360.356 260.39 360.488 260.39 360.65 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 357.539 260.39 C 357.702 260.39 357.833 260.39 357.833 260.39 L 357.833 261.906 C 357.833 261.906 357.702 261.906 357.539 261.906 L 355.605 261.906 C 355.442 261.906 355.311 261.906 355.311 261.906 L 355.311 260.39 C 355.311 260.39 355.442 260.39 355.605 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 352.494 260.39 C 352.656 260.39 352.788 260.39 352.788 260.39 L 352.788 261.906 C 352.788 261.906 352.656 261.906 352.494 261.906 L 350.559 261.906 C 350.397 261.906 350.266 261.906 350.266 261.906 L 350.266 260.39 C 350.266 260.39 350.397 260.39 350.559 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 347.449 260.39 C 347.611 260.39 347.743 260.39 347.743 260.39 L 347.743 261.906 C 347.743 261.906 347.611 261.906 347.449 261.906 L 345.514 261.906 C 345.352 261.906 345.22 261.906 345.22 261.906 L 345.22 260.39 C 345.22 260.39 345.352 260.39 345.514 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 342.403 260.39 C 342.566 260.39 342.697 260.39 342.697 260.39 L 342.697 261.906 C 342.697 261.906 342.566 261.906 342.403 261.906 L 340.469 261.906 C 340.306 261.906 340.175 261.906 340.175 261.906 L 340.175 260.39 C 340.175 260.39 340.306 260.39 340.469 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 337.358 260.39 C 337.52 260.39 337.652 260.39 337.652 260.39 L 337.652 261.906 C 337.652 261.906 337.52 261.906 337.358 261.906 L 335.423 261.906 C 335.261 261.906 335.129 261.906 335.129 261.906 L 335.129 260.39 C 335.129 260.39 335.261 260.39 335.423 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 332.313 260.39 C 332.475 260.39 332.606 260.39 332.606 260.39 L 332.606 261.906 C 332.606 261.906 332.475 261.906 332.313 261.906 L 330.378 261.906 C 330.216 261.906 330.084 261.906 330.084 261.906 L 330.084 260.39 C 330.084 260.39 330.216 260.39 330.378 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 327.267 260.39 C 327.43 260.39 327.561 260.39 327.561 260.39 L 327.561 261.906 C 327.561 261.906 327.43 261.906 327.267 261.906 L 325.333 261.906 C 325.17 261.906 325.039 261.906 325.039 261.906 L 325.039 260.39 C 325.039 260.39 325.17 260.39 325.333 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 322.222 260.39 C 322.384 260.39 322.516 260.39 322.516 260.39 L 322.516 261.906 C 322.516 261.906 322.384 261.906 322.222 261.906 L 320.287 261.906 C 320.125 261.906 319.993 261.906 319.993 261.906 L 319.993 260.39 C 319.993 260.39 320.125 260.39 320.287 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 317.178 260.39 C 317.34 260.39 317.472 260.39 317.472 260.39 L 317.472 261.906 C 317.472 261.906 317.34 261.906 317.178 261.906 L 315.243 261.906 C 315.081 261.906 314.949 261.906 314.949 261.906 L 314.949 260.39 C 314.949 260.39 315.081 260.39 315.243 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 312.131 260.39 C 312.293 260.39 312.425 260.39 312.425 260.39 L 312.425 261.906 C 312.425 261.906 312.293 261.906 312.131 261.906 L 310.197 261.906 C 310.034 261.906 309.903 261.906 309.903 261.906 L 309.903 260.39 C 309.903 260.39 310.034 260.39 310.197 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 307.086 260.39 C 307.248 260.39 307.38 260.39 307.38 260.39 L 307.38 261.906 C 307.38 261.906 307.248 261.906 307.086 261.906 L 305.151 261.906 C 304.989 261.906 304.857 261.906 304.857 261.906 L 304.857 260.39 C 304.857 260.39 304.989 260.39 305.151 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 302.04 260.39 C 302.203 260.39 302.334 260.39 302.334 260.39 L 302.334 261.906 C 302.334 261.906 302.203 261.906 302.04 261.906 L 300.106 261.906 C 299.944 261.906 299.812 261.906 299.812 261.906 L 299.812 260.39 C 299.812 260.39 299.944 260.39 300.106 260.39 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 377.78 262.915 C 377.943 262.915 378.074 262.915 378.074 262.915 L 378.074 264.431 C 378.074 264.431 377.943 264.431 377.78 264.431 L 375.846 264.431 C 375.684 264.431 375.552 264.431 375.552 264.431 L 375.552 262.915 C 375.552 262.915 375.684 262.915 375.846 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 372.735 262.915 C 372.897 262.915 373.029 262.915 373.029 262.915 L 373.029 264.431 C 373.029 264.431 372.897 264.431 372.735 264.431 L 370.801 264.431 C 370.638 264.431 370.507 264.431 370.507 264.431 L 370.507 262.915 C 370.507 262.915 370.638 262.915 370.801 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 367.69 262.915 C 367.852 262.915 367.984 262.915 367.984 262.915 L 367.984 264.431 C 367.984 264.431 367.852 264.431 367.69 264.431 L 365.755 264.431 C 365.593 264.431 365.461 264.431 365.461 264.431 L 365.461 262.915 C 365.461 262.915 365.593 262.915 365.755 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 362.644 262.915 C 362.807 262.915 362.938 262.915 362.938 262.915 L 362.938 264.431 C 362.938 264.431 362.807 264.431 362.644 264.431 L 360.71 264.431 C 360.547 264.431 360.416 264.431 360.416 264.431 L 360.416 262.915 C 360.416 262.915 360.547 262.915 360.71 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 357.599 262.915 C 357.761 262.915 357.893 262.915 357.893 262.915 L 357.893 264.431 C 357.893 264.431 357.761 264.431 357.599 264.431 L 355.664 264.431 C 355.502 264.431 355.37 264.431 355.37 264.431 L 355.37 262.915 C 355.37 262.915 355.502 262.915 355.664 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 352.554 262.915 C 352.716 262.915 352.848 262.915 352.848 262.915 L 352.848 264.431 C 352.848 264.431 352.716 264.431 352.554 264.431 L 350.619 264.431 C 350.457 264.431 350.325 264.431 350.325 264.431 L 350.325 262.915 C 350.325 262.915 350.457 262.915 350.619 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 347.508 262.915 C 347.671 262.915 347.802 262.915 347.802 262.915 L 347.802 264.431 C 347.802 264.431 347.671 264.431 347.508 264.431 L 345.574 264.431 C 345.411 264.431 345.28 264.431 345.28 264.431 L 345.28 262.915 C 345.28 262.915 345.411 262.915 345.574 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 342.463 262.915 C 342.625 262.915 342.757 262.915 342.757 262.915 L 342.757 264.431 C 342.757 264.431 342.625 264.431 342.463 264.431 L 340.528 264.431 C 340.366 264.431 340.234 264.431 340.234 264.431 L 340.234 262.915 C 340.234 262.915 340.366 262.915 340.528 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 337.418 262.915 C 337.58 262.915 337.711 262.915 337.711 262.915 L 337.711 264.431 C 337.711 264.431 337.58 264.431 337.418 264.431 L 335.483 264.431 C 335.321 264.431 335.189 264.431 335.189 264.431 L 335.189 262.915 C 335.189 262.915 335.321 262.915 335.483 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 332.373 262.915 C 332.536 262.915 332.667 262.915 332.667 262.915 L 332.667 264.431 C 332.667 264.431 332.536 264.431 332.373 264.431 L 330.439 264.431 C 330.276 264.431 330.145 264.431 330.145 264.431 L 330.145 262.915 C 330.145 262.915 330.276 262.915 330.439 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 327.327 262.915 C 327.489 262.915 327.621 262.915 327.621 262.915 L 327.621 264.431 C 327.621 264.431 327.489 264.431 327.327 264.431 L 325.392 264.431 C 325.23 264.431 325.098 264.431 325.098 264.431 L 325.098 262.915 C 325.098 262.915 325.23 262.915 325.392 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 322.281 262.915 C 322.444 262.915 322.575 262.915 322.575 262.915 L 322.575 264.431 C 322.575 264.431 322.444 264.431 322.281 264.431 L 320.347 264.431 C 320.185 264.431 320.053 264.431 320.053 264.431 L 320.053 262.915 C 320.053 262.915 320.185 262.915 320.347 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 317.236 262.915 C 317.398 262.915 317.53 262.915 317.53 262.915 L 317.53 264.431 C 317.53 264.431 317.398 264.431 317.236 264.431 L 315.302 264.431 C 315.139 264.431 315.008 264.431 315.008 264.431 L 315.008 262.915 C 315.008 262.915 315.139 262.915 315.302 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 312.191 262.915 C 312.353 262.915 312.485 262.915 312.485 262.915 L 312.485 264.431 C 312.485 264.431 312.353 264.431 312.191 264.431 L 310.256 264.431 C 310.094 264.431 309.962 264.431 309.962 264.431 L 309.962 262.915 C 309.962 262.915 310.094 262.915 310.256 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 307.145 262.915 C 307.308 262.915 307.439 262.915 307.439 262.915 L 307.439 264.431 C 307.439 264.431 307.308 264.431 307.145 264.431 L 305.211 264.431 C 305.049 264.431 304.917 264.431 304.917 264.431 L 304.917 262.915 C 304.917 262.915 305.049 262.915 305.211 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 302.1 262.915 C 302.262 262.915 302.394 262.915 302.394 262.915 L 302.394 264.431 C 302.394 264.431 302.262 264.431 302.1 264.431 L 300.165 264.431 C 300.003 264.431 299.872 264.431 299.872 264.431 L 299.872 262.915 C 299.872 262.915 300.003 262.915 300.165 262.915 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 353.563 265.947 C 353.725 265.947 353.857 265.947 353.857 265.947 L 353.857 267.462 C 353.857 267.462 353.725 267.462 353.563 267.462 L 333.969 267.462 C 333.807 267.462 333.676 267.462 333.676 267.462 L 333.676 265.947 C 333.676 265.947 333.807 265.947 333.969 265.947 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 311.498 218.254 C 310.979 218.254 310.558 218.254 310.558 218.254 L 310.558 216.371 C 310.558 216.371 310.979 216.371 311.498 216.371 L 313.211 216.371 C 313.73 216.371 314.151 216.371 314.151 216.371 L 314.151 218.254 C 314.151 218.254 313.73 218.254 313.211 218.254 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 331.086 218.254 C 330.567 218.254 330.146 218.254 330.146 218.254 L 330.146 216.371 C 330.146 216.371 330.567 216.371 331.086 216.371 L 332.799 216.371 C 333.318 216.371 333.739 216.371 333.739 216.371 L 333.739 218.254 C 333.739 218.254 333.318 218.254 332.799 218.254 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 336.636 218.254 C 336.117 218.254 335.696 218.254 335.696 218.254 L 335.696 216.371 C 335.696 216.371 336.117 216.371 336.636 216.371 L 338.349 216.371 C 338.869 216.371 339.289 216.371 339.289 216.371 L 339.289 218.254 C 339.289 218.254 338.869 218.254 338.349 218.254 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 316.826 218.097 C 316.307 218.097 315.886 218.097 315.886 218.097 L 315.886 216.214 C 315.886 216.214 316.307 216.214 316.826 216.214 L 327.471 216.214 C 327.99 216.214 328.411 216.214 328.411 216.214 L 328.411 218.097 C 328.411 218.097 327.99 218.097 327.471 218.097 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 342.944 218.097 C 342.424 218.097 342.003 218.097 342.003 218.097 L 342.003 216.214 C 342.003 216.214 342.424 216.214 342.944 216.214 L 353.588 216.214 C 354.108 216.214 354.528 216.214 354.528 216.214 L 354.528 218.097 C 354.528 218.097 354.108 218.097 353.588 218.097 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 316.722 222.505 C 316.202 222.505 315.782 222.505 315.782 222.505 L 315.782 220.621 C 315.782 220.621 316.202 220.621 316.722 220.621 L 318.435 220.621 C 318.954 220.621 319.375 220.621 319.375 220.621 L 319.375 222.505 C 319.375 222.505 318.954 222.505 318.435 222.505 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 336.31 222.505 C 335.791 222.505 335.37 222.505 335.37 222.505 L 335.37 220.621 C 335.37 220.621 335.791 220.621 336.31 220.621 L 338.023 220.621 C 338.542 220.621 338.963 220.621 338.963 220.621 L 338.963 222.505 C 338.963 222.505 338.542 222.505 338.023 222.505 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 341.86 222.505 C 341.341 222.505 340.92 222.505 340.92 222.505 L 340.92 220.621 C 340.92 220.621 341.341 220.621 341.86 220.621 L 343.573 220.621 C 344.092 220.621 344.513 220.621 344.513 220.621 L 344.513 222.505 C 344.513 222.505 344.092 222.505 343.573 222.505 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 322.05 222.347 C 321.53 222.347 321.109 222.347 321.109 222.347 L 321.109 220.464 C 321.109 220.464 321.53 220.464 322.05 220.464 L 332.694 220.464 C 333.214 220.464 333.635 220.464 333.635 220.464 L 333.635 222.347 C 333.635 222.347 333.214 222.347 332.694 222.347 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 348.167 222.347 C 347.648 222.347 347.227 222.347 347.227 222.347 L 347.227 220.464 C 347.227 220.464 347.648 220.464 348.167 220.464 L 358.812 220.464 C 359.331 220.464 359.752 220.464 359.752 220.464 L 359.752 222.347 C 359.752 222.347 359.331 222.347 358.812 222.347 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 321.945 226.754 C 321.426 226.754 321.005 226.754 321.005 226.754 L 321.005 224.871 C 321.005 224.871 321.426 224.871 321.945 224.871 L 323.658 224.871 C 324.178 224.871 324.598 224.871 324.598 224.871 L 324.598 226.754 C 324.598 226.754 324.178 226.754 323.658 226.754 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 341.534 226.754 C 341.014 226.754 340.593 226.754 340.593 226.754 L 340.593 224.871 C 340.593 224.871 341.014 224.871 341.534 224.871 L 343.246 224.871 C 343.766 224.871 344.187 224.871 344.187 224.871 L 344.187 226.754 C 344.187 226.754 343.766 226.754 343.246 226.754 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 347.084 226.754 C 346.564 226.754 346.143 226.754 346.143 226.754 L 346.143 224.871 C 346.143 224.871 346.564 224.871 347.084 224.871 L 348.797 224.871 C 349.316 224.871 349.737 224.871 349.737 224.871 L 349.737 226.754 C 349.737 226.754 349.316 226.754 348.797 226.754 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 327.273 226.597 C 326.754 226.597 326.333 226.597 326.333 226.597 L 326.333 224.714 C 326.333 224.714 326.754 224.714 327.273 224.714 L 337.918 224.714 C 338.437 224.714 338.858 224.714 338.858 224.714 L 338.858 226.597 C 338.858 226.597 338.437 226.597 337.918 226.597 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 353.391 226.597 C 352.872 226.597 352.451 226.597 352.451 226.597 L 352.451 224.714 C 352.451 224.714 352.872 224.714 353.391 224.714 L 364.036 224.714 C 364.555 224.714 364.976 224.714 364.976 224.714 L 364.976 226.597 C 364.976 226.597 364.555 226.597 364.036 226.597 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 327.168 231.005 C 326.649 231.005 326.228 231.005 326.228 231.005 L 326.228 229.122 C 326.228 229.122 326.649 229.122 327.168 229.122 L 328.881 229.122 C 329.401 229.122 329.821 229.122 329.821 229.122 L 329.821 231.005 C 329.821 231.005 329.401 231.005 328.881 231.005 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 346.757 231.005 C 346.237 231.005 345.816 231.005 345.816 231.005 L 345.816 229.122 C 345.816 229.122 346.237 229.122 346.757 229.122 L 348.47 229.122 C 348.989 229.122 349.41 229.122 349.41 229.122 L 349.41 231.005 C 349.41 231.005 348.989 231.005 348.47 231.005 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 352.307 231.005 C 351.787 231.005 351.366 231.005 351.366 231.005 L 351.366 229.122 C 351.366 229.122 351.787 229.122 352.307 229.122 L 354.02 229.122 C 354.539 229.122 354.96 229.122 354.96 229.122 L 354.96 231.005 C 354.96 231.005 354.539 231.005 354.02 231.005 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 332.497 230.848 C 331.978 230.848 331.557 230.848 331.557 230.848 L 331.557 228.965 C 331.557 228.965 331.978 228.965 332.497 228.965 L 343.142 228.965 C 343.661 228.965 344.082 228.965 344.082 228.965 L 344.082 230.848 C 344.082 230.848 343.661 230.848 343.142 230.848 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 331.086 247.905 C 330.567 247.905 330.146 247.905 330.146 247.905 L 330.146 246.022 C 330.146 246.022 330.567 246.022 331.086 246.022 L 332.799 246.022 C 333.318 246.022 333.739 246.022 333.739 246.022 L 333.739 247.905 C 333.739 247.905 333.318 247.905 332.799 247.905 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 336.636 247.905 C 336.117 247.905 335.696 247.905 335.696 247.905 L 335.696 246.022 C 335.696 246.022 336.117 246.022 336.636 246.022 L 338.349 246.022 C 338.869 246.022 339.289 246.022 339.289 246.022 L 339.289 247.905 C 339.289 247.905 338.869 247.905 338.349 247.905 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 342.944 248.062 C 342.424 248.062 342.003 248.062 342.003 248.062 L 342.003 246.179 C 342.003 246.179 342.424 246.179 342.944 246.179 L 353.588 246.179 C 354.108 246.179 354.528 246.179 354.528 246.179 L 354.528 248.062 C 354.528 248.062 354.108 248.062 353.588 248.062 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 311.498 247.905 C 310.979 247.905 310.558 247.905 310.558 247.905 L 310.558 246.022 C 310.558 246.022 310.979 246.022 311.498 246.022 L 313.211 246.022 C 313.73 246.022 314.151 246.022 314.151 246.022 L 314.151 247.905 C 314.151 247.905 313.73 247.905 313.211 247.905 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 316.826 248.062 C 316.307 248.062 315.886 248.062 315.886 248.062 L 315.886 246.179 C 315.886 246.179 316.307 246.179 316.826 246.179 L 327.471 246.179 C 327.99 246.179 328.411 246.179 328.411 246.179 L 328.411 248.062 C 328.411 248.062 327.99 248.062 327.471 248.062 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 316.722 243.655 C 316.202 243.655 315.782 243.655 315.782 243.655 L 315.782 241.772 C 315.782 241.772 316.202 241.772 316.722 241.772 L 318.435 241.772 C 318.954 241.772 319.375 241.772 319.375 241.772 L 319.375 243.655 C 319.375 243.655 318.954 243.655 318.435 243.655 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 336.31 243.655 C 335.791 243.655 335.37 243.655 335.37 243.655 L 335.37 241.772 C 335.37 241.772 335.791 241.772 336.31 241.772 L 338.023 241.772 C 338.542 241.772 338.963 241.772 338.963 241.772 L 338.963 243.655 C 338.963 243.655 338.542 243.655 338.023 243.655 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 341.86 243.655 C 341.341 243.655 340.92 243.655 340.92 243.655 L 340.92 241.772 C 340.92 241.772 341.341 241.772 341.86 241.772 L 343.573 241.772 C 344.092 241.772 344.513 241.772 344.513 241.772 L 344.513 243.655 C 344.513 243.655 344.092 243.655 343.573 243.655 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 322.05 243.812 C 321.53 243.812 321.109 243.812 321.109 243.812 L 321.109 241.929 C 321.109 241.929 321.53 241.929 322.05 241.929 L 332.694 241.929 C 333.214 241.929 333.635 241.929 333.635 241.929 L 333.635 243.812 C 333.635 243.812 333.214 243.812 332.694 243.812 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 321.945 239.405 C 321.426 239.405 321.005 239.405 321.005 239.405 L 321.005 237.522 C 321.005 237.522 321.426 237.522 321.945 237.522 L 323.658 237.522 C 324.178 237.522 324.598 237.522 324.598 237.522 L 324.598 239.405 C 324.598 239.405 324.178 239.405 323.658 239.405 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 341.534 239.405 C 341.014 239.405 340.593 239.405 340.593 239.405 L 340.593 237.522 C 340.593 237.522 341.014 237.522 341.534 237.522 L 343.246 237.522 C 343.766 237.522 344.187 237.522 344.187 237.522 L 344.187 239.405 C 344.187 239.405 343.766 239.405 343.246 239.405 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 347.084 239.405 C 346.564 239.405 346.143 239.405 346.143 239.405 L 346.143 237.522 C 346.143 237.522 346.564 237.522 347.084 237.522 L 348.797 237.522 C 349.316 237.522 349.737 237.522 349.737 237.522 L 349.737 239.405 C 349.737 239.405 349.316 239.405 348.797 239.405 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 327.273 239.561 C 326.754 239.561 326.333 239.561 326.333 239.561 L 326.333 237.678 C 326.333 237.678 326.754 237.678 327.273 237.678 L 337.918 237.678 C 338.437 237.678 338.858 237.678 338.858 237.678 L 338.858 239.561 C 338.858 239.561 338.437 239.561 337.918 239.561 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 327.168 235.155 C 326.649 235.155 326.228 235.155 326.228 235.155 L 326.228 233.272 C 326.228 233.272 326.649 233.272 327.168 233.272 L 328.881 233.272 C 329.401 233.272 329.821 233.272 329.821 233.272 L 329.821 235.155 C 329.821 235.155 329.401 235.155 328.881 235.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 346.757 235.155 C 346.237 235.155 345.816 235.155 345.816 235.155 L 345.816 233.272 C 345.816 233.272 346.237 233.272 346.757 233.272 L 348.47 233.272 C 348.989 233.272 349.41 233.272 349.41 233.272 L 349.41 235.155 C 349.41 235.155 348.989 235.155 348.47 235.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 352.307 235.155 C 351.787 235.155 351.366 235.155 351.366 235.155 L 351.366 233.272 C 351.366 233.272 351.787 233.272 352.307 233.272 L 354.02 233.272 C 354.539 233.272 354.96 233.272 354.96 233.272 L 354.96 235.155 C 354.96 235.155 354.539 235.155 354.02 235.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 332.497 235.312 C 331.978 235.312 331.557 235.312 331.557 235.312 L 331.557 233.429 C 331.557 233.429 331.978 233.429 332.497 233.429 L 343.142 233.429 C 343.661 233.429 344.082 233.429 344.082 233.429 L 344.082 235.312 C 344.082 235.312 343.661 235.312 343.142 235.312 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 304.105 295.833 L 296.064 283.105 L 321.302 262.958 L 331.719 251.402 C 334.473 248.346 338.642 246.988 342.664 247.836 C 346.686 248.684 349.954 251.611 351.244 255.52 C 353.195 261.435 350.113 267.836 344.275 269.99 L 327.803 276.066 Z\" fill=\"rgb(255,182,182)\"></path><path d=\"M 115.452 203.55 L 115.452 265.409 L 158.727 265.409 L 158.727 203.55 C 158.728 202.637 158.135 201.829 157.263 201.56 C 157.063 201.493 156.854 201.461 156.643 201.463 L 117.542 201.463 C 116.989 201.462 116.457 201.681 116.065 202.073 C 115.673 202.464 115.453 202.996 115.452 203.55 Z M 132.341 224.805 C 132.341 222.25 134.409 220.179 136.96 220.179 C 139.511 220.179 141.58 222.25 141.58 224.805 L 141.58 231.982 C 141.58 234.537 139.511 236.608 136.96 236.608 C 134.409 236.608 132.341 234.537 132.341 231.982 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 115.32 263.43 L 115.32 269.396 C 115.322 270.039 115.84 270.56 116.482 270.566 L 157.697 270.566 C 158.34 270.562 158.859 270.039 158.859 269.396 L 158.859 263.43 Z M 47.376 110.352 L 47.376 223.297 C 47.378 226.294 49.804 228.723 52.796 228.725 L 219.931 228.725 C 222.924 228.723 225.349 226.294 225.352 223.297 L 225.352 110.352 C 225.345 107.358 222.921 104.933 219.931 104.929 L 52.796 104.929 C 49.807 104.933 47.383 107.358 47.376 110.352 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 51.297 111.757 L 51.297 221.904 C 51.299 223.505 52.595 224.802 54.194 224.805 L 218.54 224.805 C 220.139 224.802 221.434 223.505 221.437 221.904 L 221.437 111.757 C 221.437 110.154 220.141 108.853 218.54 108.85 L 54.194 108.85 C 52.593 108.853 51.297 110.154 51.297 111.757 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 81.797 270.162 C 82.136 270.587 82.65 270.834 83.194 270.831 L 180.969 270.831 C 181.511 270.83 182.023 270.586 182.364 270.164 C 182.706 269.743 182.839 269.19 182.728 268.66 L 181.21 261.44 C 181.082 260.842 180.661 260.349 180.09 260.131 C 179.887 260.051 179.67 260.01 179.451 260.011 L 84.706 260.011 C 84.487 260.01 84.271 260.051 84.067 260.131 C 83.496 260.349 83.075 260.842 82.947 261.44 L 81.429 268.66 C 81.32 269.19 81.455 269.742 81.797 270.162 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 213.206 124.024 L 59.428 124.024 C 59.098 124.013 58.836 123.742 58.836 123.411 C 58.836 123.08 59.098 122.809 59.428 122.799 L 213.206 122.799 C 213.533 122.813 213.791 123.083 213.791 123.411 C 213.791 123.739 213.533 124.009 213.206 124.023 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 66.312 116.003 C 66.312 113.977 67.917 112.334 69.896 112.334 C 71.875 112.334 73.48 113.977 73.48 116.003 C 73.48 118.03 71.875 119.672 69.896 119.672 C 67.917 119.672 66.312 118.03 66.312 116.003 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 78.693 116.003 C 78.693 113.977 80.297 112.334 82.277 112.334 C 84.256 112.334 85.86 113.977 85.86 116.003 C 85.86 118.03 84.256 119.672 82.277 119.672 C 80.297 119.672 78.693 118.03 78.693 116.003 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 91.074 116.003 C 91.074 113.977 92.678 112.334 94.657 112.334 C 96.636 112.334 98.241 113.977 98.241 116.003 C 98.241 118.03 96.636 119.672 94.657 119.672 C 92.678 119.672 91.074 118.03 91.074 116.003 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 205.751 113.241 L 196.958 113.241 C 196.59 113.241 196.292 113.539 196.292 113.907 C 196.292 114.275 196.59 114.574 196.958 114.574 L 205.751 114.574 C 206.118 114.574 206.416 114.275 206.416 113.907 C 206.416 113.539 206.118 113.241 205.751 113.241 Z M 205.751 115.744 L 196.958 115.744 C 196.59 115.744 196.292 116.042 196.292 116.41 C 196.292 116.778 196.59 117.077 196.958 117.077 L 205.751 117.077 C 206.118 117.077 206.416 116.778 206.416 116.41 C 206.416 116.042 206.118 115.744 205.751 115.744 Z M 205.751 118.247 L 196.958 118.247 C 196.59 118.247 196.292 118.545 196.292 118.913 C 196.292 119.282 196.59 119.58 196.958 119.58 L 205.751 119.58 C 206.118 119.58 206.416 119.282 206.416 118.913 C 206.416 118.545 206.118 118.247 205.751 118.247 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 417.744 266.049 C 418.288 267.636 419.792 268.691 421.468 268.661 L 437.424 268.25 C 439.113 268.216 440.579 267.073 441.025 265.441 L 443.284 241.262 C 444.085 241.626 444.957 241.805 445.836 241.788 C 449.049 241.707 451.588 239.033 451.507 235.816 C 451.426 232.599 448.756 230.056 445.544 230.137 C 445.192 230.136 444.842 230.172 444.498 230.246 C 443.742 229.427 442.676 228.966 441.563 228.977 L 417.019 229.612 C 416.816 229.62 416.613 229.645 416.414 229.687 C 415.325 229.891 414.377 230.556 413.814 231.512 C 413.251 232.467 413.129 233.62 413.479 234.672 Z M 443.747 239.621 L 445.353 233.859 C 445.536 233.194 445.54 232.492 445.365 231.824 C 445.444 231.824 445.512 231.786 445.59 231.786 C 447.888 231.732 449.795 233.554 449.849 235.855 C 449.902 238.157 448.083 240.066 445.785 240.12 C 445.073 240.142 444.368 239.97 443.747 239.621 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 416.414 229.687 C 416.937 232.681 422.816 234.786 429.884 234.42 C 436.385 234.12 441.7 231.835 442.674 229.126 C 442.313 229.019 441.938 228.969 441.563 228.977 L 417.019 229.612 C 416.816 229.62 416.613 229.645 416.414 229.687 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 431.18 252.763 C 431.212 252.754 431.243 252.741 431.271 252.723 L 434.736 250.451 C 434.821 250.396 434.872 250.301 434.872 250.199 C 434.872 250.098 434.821 250.003 434.736 249.947 L 431.134 247.585 C 431.044 247.52 430.926 247.51 430.826 247.558 C 430.727 247.607 430.662 247.706 430.657 247.817 C 430.653 247.928 430.709 248.032 430.805 248.089 L 434.021 250.199 L 430.941 252.218 C 430.818 252.299 430.772 252.456 430.831 252.591 C 430.89 252.726 431.037 252.798 431.18 252.763 Z M 425.707 253.015 C 425.826 252.985 425.915 252.886 425.932 252.764 C 425.948 252.642 425.89 252.523 425.783 252.462 L 422.589 250.628 L 425.676 248.331 C 425.767 248.269 425.817 248.161 425.806 248.051 C 425.795 247.941 425.724 247.846 425.622 247.804 C 425.52 247.761 425.403 247.778 425.317 247.848 L 421.861 250.419 C 421.78 250.479 421.735 250.577 421.741 250.678 C 421.746 250.78 421.803 250.871 421.891 250.922 L 425.483 252.985 C 425.551 253.024 425.632 253.035 425.707 253.015 Z M 430.835 254.753 C 430.864 254.746 430.892 254.734 430.918 254.718 C 430.986 254.676 431.035 254.609 431.054 254.532 C 431.073 254.454 431.06 254.372 431.019 254.304 L 426.107 246.217 C 426.019 246.077 425.836 246.035 425.696 246.12 C 425.555 246.206 425.509 246.388 425.592 246.53 L 430.504 254.618 C 430.573 254.731 430.707 254.786 430.835 254.753 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 128.076 163.859 C 126.99 163.859 126.11 163.859 126.11 163.859 L 126.11 157.317 C 126.11 157.317 126.99 157.317 128.076 157.317 L 154.691 157.317 C 155.777 157.317 156.657 157.317 156.657 157.317 L 156.657 163.859 C 156.657 163.859 155.777 163.859 154.691 163.859 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 112.561 176.942 C 111.476 176.942 110.596 176.942 110.596 176.942 L 110.596 170.4 C 110.596 170.4 111.476 170.4 112.561 170.4 L 170.205 170.4 C 171.291 170.4 172.171 170.4 172.171 170.4 L 172.171 176.942 C 172.171 176.942 171.291 176.942 170.205 176.942 Z\" fill=\"rgb(230,230,230)\"></path><path d=\"M 112.561 190.025 C 111.476 190.025 110.596 190.025 110.596 190.025 L 110.596 183.483 C 110.596 183.483 111.476 183.483 112.561 183.483 L 170.205 183.483 C 171.291 183.483 172.171 183.483 172.171 183.483 L 172.171 190.025 C 172.171 190.025 171.291 190.025 170.205 190.025 Z\" fill=\"rgb(230,230,230)\"></path><path d=\"M 175.091 227.293 L 175.222 227.706 L 175.229 227.72 L 179.159 239.685 L 183.68 253.474 L 192.186 279.385 L 192.268 283.411 L 192.268 283.425 L 192.901 315.804 L 191.148 320.194 L 193.12 327.391 C 193.12 327.391 192.213 316.512 187.349 322.759 C 184.594 326.31 181.372 329.942 178.726 333.348 C 182.581 334.911 186.497 336.323 190.475 337.587 C 191.334 337.862 192.199 338.124 193.065 338.385 L 193.622 338.55 C 206.809 342.455 220.442 344.65 234.186 345.08 C 234.901 345.101 235.601 345.114 236.282 345.128 C 236.523 345.135 236.756 345.142 236.99 345.142 C 237.759 345.148 238.522 345.156 239.291 345.156 C 240.844 345.156 242.39 345.133 243.929 345.087 C 255.32 344.765 266.645 343.232 277.712 340.511 C 277.637 335.936 277.43 330.59 277.135 324.878 C 276.998 322.078 273.913 319.044 273.727 316.113 C 273.597 313.911 276.365 311.84 276.221 309.604 C 275.287 295.836 274.119 301.121 273.253 291.372 C 273.164 290.415 273.081 289.5 273.006 288.626 C 272.449 282.365 272.065 278.45 272.065 278.45 L 275.761 255.118 L 281.567 218.486 L 281.12 217.75 L 280.619 217.503 L 249.996 202.324 L 248.333 198.058 C 247.342 195.544 244.925 193.885 242.225 193.868 L 222.053 193.786 C 219.929 193.776 217.931 194.793 216.687 196.517 L 211.225 204.092 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 196.837 273.62 L 192.268 283.411 L 189.149 290.099 L 183.783 318.233 L 181.097 321.088 L 178.795 310.98 L 154.705 316.337 C 153.914 311.94 154.493 316.485 154.006 311.662 C 154.146 311.523 154.288 311.385 154.431 311.249 C 154.817 310.891 155.139 310.554 155.132 310.231 C 154.858 293.594 155.682 265.281 162.566 248.127 C 163.645 245.327 165.066 242.671 166.799 240.222 C 166.936 240.036 167.067 239.85 167.197 239.665 C 170.371 235.213 172.378 230.83 175.222 227.713 L 175.222 227.706 C 175.24 227.692 175.256 227.676 175.27 227.658 C 175.281 227.653 175.29 227.646 175.297 227.637 L 194.838 217.261 L 195.676 240.848 L 196.274 257.801 Z M 267.296 276.4 L 273.003 288.629 L 274.995 292.888 L 280.36 321.02 L 283.037 323.869 L 285.344 313.762 L 286.428 313.54 L 305.978 309.486 L 311.675 327.608 C 314.323 323.19 313.502 317.517 309.712 314.033 C 309.322 313.681 308.998 313.338 309.007 313.013 C 309.332 293.445 308.136 257.714 297.343 243.008 C 293.914 238.341 291.858 233.693 288.865 230.446 C 288.856 230.436 288.856 230.427 288.847 230.427 L 281.564 218.486 L 281.119 217.752 L 280.619 217.502 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 205.885 161.161 C 205.885 146.319 217.9 134.286 232.722 134.286 C 247.543 134.286 259.559 146.319 259.559 161.161 C 259.559 176.004 247.543 188.036 232.722 188.036 C 217.9 188.036 205.885 176.004 205.885 161.161 Z\" fill=\"rgb(255,182,182)\"></path><path d=\"M 268.995 142.389 C 268.574 141.939 267.99 141.68 267.375 141.671 L 267.778 140.55 C 268.046 139.83 267.906 139.022 267.412 138.435 C 266.918 137.847 266.146 137.572 265.393 137.715 L 263.923 137.998 L 264.062 137.015 C 264.17 136.27 263.878 135.523 263.293 135.05 C 262.708 134.577 261.918 134.448 261.213 134.711 C 260.575 134.963 259.858 134.912 259.262 134.572 C 258.664 134.244 258.241 133.668 258.105 132.998 L 257.593 130.525 L 257.539 130.393 C 255.046 126.231 250.252 123.203 244.385 122.093 C 239.163 121.098 233.809 121.605 228.647 122.081 C 226.6 122.274 224.287 122.491 222.36 123.673 C 220.721 124.687 219.336 126.713 219.619 128.758 C 214.53 127.196 209.073 130.314 206.369 134.247 C 203.165 138.927 202.641 144.79 202.556 149.374 C 202.328 160.218 204.562 169.09 209.182 175.749 C 209.519 176.232 209.603 177.239 210.272 177.577 L 210.133 177.354 C 210.88 177.727 211.639 178.331 211.356 178.976 C 210.543 180.834 215.945 184.941 219.752 186.298 C 226.696 188.777 235.929 188.566 242.422 187.673 L 242.651 186.135 C 244.994 185.816 246.644 185.207 247.108 184.254 C 247.927 183.554 248.625 182.927 249.234 182.348 L 249.24 182.342 C 249.252 182.329 249.276 182.311 249.288 182.299 C 252.221 179.483 252.902 177.878 253.209 175.436 C 253.504 173.041 252.98 170.61 252.444 168.421 C 263.731 170.17 247.999 156.382 258.515 153.716 C 258.636 153.679 258.758 153.649 258.882 153.626 C 259.189 153.553 259.497 153.481 259.792 153.397 C 261.214 153.01 262.576 152.427 263.839 151.666 C 266.778 149.874 267.748 147.498 269.266 144.82 C 269.715 144.037 269.605 143.053 268.995 142.389 Z M 327.639 278.314 C 327.633 279.37 327.621 280.848 327.573 282.675 L 327.555 283.453 C 327.477 286.813 327.398 289.629 327.272 292.76 C 327.266 292.977 327.26 293.188 327.248 293.405 C 327.079 297.772 326.814 302.856 326.357 310.908 C 325.507 325.782 324.026 312.953 322.538 318.17 C 322.466 318.43 322.387 318.737 322.315 319.099 C 322.09 320.412 321.71 321.694 321.183 322.917 C 320.394 323.387 319.581 323.84 318.78 324.292 C 316.497 325.565 314.178 326.789 311.841 327.953 C 310.528 328.605 309.209 329.244 307.884 329.859 C 307.674 329.956 307.469 330.052 307.264 330.143 C 300.479 333.286 293.486 335.958 286.335 338.14 C 284.937 338.563 283.546 338.973 282.137 339.353 C 280.667 339.763 279.197 340.149 277.71 340.511 C 266.643 343.232 255.318 344.766 243.928 345.089 C 242.392 345.137 240.844 345.155 239.29 345.155 C 238.519 345.155 237.76 345.149 236.989 345.143 C 236.754 345.143 236.519 345.137 236.284 345.131 C 235.604 345.113 234.899 345.101 234.189 345.083 C 220.444 344.653 206.811 342.458 193.624 338.551 L 193.064 338.388 C 192.197 338.122 191.336 337.863 190.475 337.586 C 186.499 336.325 182.583 334.914 178.724 333.351 C 175.779 332.163 172.868 330.889 169.991 329.527 C 169.964 329.52 169.94 329.508 169.918 329.491 C 169.316 329.214 168.708 328.924 168.106 328.629 C 168.027 328.587 167.943 328.544 167.859 328.502 C 165.612 327.404 163.39 326.254 161.191 325.052 C 159.342 320.8 156.74 319.986 155.126 316.246 C 154.657 315.135 154.317 313.973 154.114 312.784 C 154.114 312.772 154.108 312.76 154.108 312.742 C 154.277 314.986 153.392 308.761 154.102 312.718 C 154.076 312.365 154.044 312.014 154.006 311.662 C 151.94 291.463 152.073 268.362 151.175 249.327 C 151.115 248.097 151.053 246.918 150.989 245.793 C 150.971 245.419 150.946 245.051 150.922 244.689 C 150.964 244.58 151.013 244.466 151.067 244.357 C 151.078 244.326 151.093 244.296 151.109 244.267 C 151.127 244.229 151.147 244.193 151.169 244.158 L 151.211 244.098 C 151.22 244.077 151.23 244.057 151.242 244.037 C 151.296 243.953 151.356 243.863 151.422 243.778 C 151.452 243.742 151.476 243.712 151.507 243.682 C 151.527 243.651 151.552 243.622 151.579 243.597 C 151.597 243.568 151.62 243.542 151.645 243.519 C 151.669 243.495 151.693 243.464 151.723 243.434 C 151.736 243.415 151.753 243.399 151.772 243.386 C 151.819 243.331 151.872 243.281 151.928 243.235 C 152.143 243.037 152.373 242.856 152.615 242.692 C 152.699 242.638 152.789 242.584 152.874 242.524 C 153.481 242.16 154.12 241.853 154.783 241.607 C 155.012 241.522 155.241 241.444 155.488 241.359 C 155.578 241.335 155.662 241.305 155.753 241.275 C 155.885 241.233 156.018 241.191 156.156 241.16 C 156.843 240.955 157.584 240.78 158.385 240.618 C 158.481 240.6 158.583 240.581 158.686 240.557 C 158.83 240.527 158.981 240.503 159.132 240.479 C 159.336 240.443 159.547 240.407 159.758 240.37 C 161.547 240.087 163.576 239.876 165.817 239.737 L 166.449 239.701 L 167.196 239.665 C 167.407 239.653 167.624 239.647 167.841 239.641 C 168.051 239.628 168.268 239.622 168.491 239.616 C 169.099 239.598 169.726 239.58 170.364 239.568 C 172.183 239.532 174.098 239.544 176.11 239.586 C 177.044 239.61 177.995 239.634 178.971 239.677 C 179.037 239.677 179.097 239.683 179.158 239.683 C 180.007 239.713 180.862 239.749 181.741 239.797 C 182.356 239.827 182.976 239.858 183.596 239.894 C 184.181 239.93 184.771 239.966 185.367 240.008 C 185.831 240.033 186.295 240.069 186.764 240.099 C 187.162 240.129 187.559 240.159 187.957 240.183 L 188.499 240.22 C 188.794 240.244 189.089 240.262 189.39 240.292 C 190.053 240.346 190.715 240.4 191.39 240.455 C 192.059 240.515 192.739 240.575 193.42 240.636 C 194.1 240.696 194.787 240.762 195.474 240.829 L 195.678 240.847 C 196.305 240.913 196.931 240.973 197.563 241.04 C 197.708 241.052 197.859 241.064 198.003 241.082 C 198.606 241.142 199.221 241.214 199.829 241.278 L 200.389 241.338 C 200.866 241.391 201.336 241.435 201.816 241.492 C 202.448 241.565 203.092 241.631 203.719 241.715 C 204.207 241.77 204.695 241.824 205.182 241.884 C 205.947 241.975 206.724 242.071 207.501 242.174 C 207.796 242.21 208.091 242.246 208.387 242.288 C 210.603 242.566 212.843 242.873 215.12 243.193 C 218.571 243.682 222.077 244.212 225.606 244.785 C 229.141 245.358 232.697 245.963 236.272 246.601 C 237.176 246.764 238.079 246.927 238.989 247.095 L 240.217 247.331 C 240.916 247.457 241.615 247.59 242.313 247.723 C 243.012 247.855 243.711 247.988 244.409 248.127 L 246.909 248.615 C 252.384 249.701 257.828 250.859 263.14 252.071 C 264.014 252.27 264.887 252.475 265.754 252.675 C 267.489 253.079 269.208 253.489 270.91 253.905 C 271.38 254.013 271.844 254.128 272.307 254.243 C 273.464 254.532 274.62 254.822 275.758 255.117 L 275.957 255.172 C 276.794 255.377 277.613 255.588 278.433 255.805 C 280.366 256.311 282.267 256.824 284.136 257.343 C 285.377 257.687 286.604 258.034 287.816 258.386 C 289.629 258.911 291.406 259.442 293.134 259.979 C 293.562 260.111 293.99 260.244 294.411 260.371 C 295.676 260.763 296.923 261.161 298.133 261.559 C 299.097 261.873 300.037 262.192 300.964 262.512 C 301.892 262.832 302.801 263.151 303.692 263.471 C 304.265 263.676 304.831 263.893 305.397 264.098 C 306.21 264.4 307.011 264.701 307.794 265.003 C 308.035 265.093 308.27 265.19 308.505 265.28 C 308.655 265.347 308.8 265.401 308.944 265.461 C 309.227 265.576 309.517 265.684 309.794 265.799 C 310.077 265.908 310.354 266.022 310.631 266.143 C 310.902 266.251 311.179 266.366 311.444 266.481 C 311.715 266.589 311.98 266.704 312.245 266.824 C 312.468 266.915 312.685 267.011 312.895 267.108 C 313.323 267.295 313.751 267.482 314.166 267.675 C 314.371 267.771 314.576 267.862 314.781 267.958 L 315.25 268.175 C 315.317 268.212 315.383 268.242 315.449 268.272 C 315.6 268.344 315.756 268.423 315.907 268.495 C 316.256 268.658 316.599 268.833 316.937 268.996 C 317.388 269.225 317.828 269.454 318.25 269.677 C 318.677 269.906 319.093 270.136 319.49 270.359 C 319.557 270.395 319.617 270.431 319.683 270.467 C 319.774 270.516 319.864 270.57 319.954 270.618 C 320.261 270.793 320.557 270.974 320.852 271.149 C 321.43 271.505 321.978 271.855 322.49 272.204 C 322.604 272.283 322.713 272.361 322.827 272.434 C 323.207 272.705 323.568 272.97 323.905 273.242 C 323.905 273.248 323.905 273.248 323.911 273.248 C 324.026 273.332 324.134 273.423 324.243 273.507 C 324.333 273.592 324.429 273.664 324.52 273.748 C 324.833 274.02 325.122 274.279 325.387 274.545 C 325.476 274.627 325.56 274.713 325.64 274.804 C 325.675 274.833 325.707 274.865 325.736 274.9 C 325.857 275.021 325.965 275.142 326.067 275.262 C 326.083 275.279 326.097 275.297 326.11 275.317 C 326.254 275.486 326.387 275.654 326.513 275.823 C 326.573 275.908 326.64 275.992 326.694 276.077 C 326.766 276.179 326.838 276.288 326.899 276.39 C 326.953 276.475 327.001 276.565 327.049 276.65 C 327.177 276.867 327.286 277.095 327.374 277.331 C 327.442 277.491 327.496 277.657 327.537 277.826 C 327.583 277.986 327.617 278.149 327.639 278.314 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 327.639 278.314 C 327.633 279.37 327.621 280.848 327.573 282.675 C 327.567 282.928 327.555 283.188 327.549 283.453 C 327.489 286.016 327.398 289.183 327.272 292.76 C 327.266 292.977 327.26 293.188 327.248 293.405 C 327.079 297.772 326.814 302.856 326.357 310.908 C 325.507 325.782 324.026 312.953 322.538 318.17 C 318.406 315.625 313.877 312.959 309.035 310.221 C 308.161 309.726 307.28 309.23 306.391 308.731 C 296.706 303.321 285.889 297.651 274.596 292.036 C 274.15 291.813 273.699 291.59 273.253 291.372 C 247.385 278.568 219.149 266.113 196.275 257.801 C 191.86 256.197 187.644 254.749 183.681 253.477 C 175.333 250.805 168.118 248.935 162.565 248.127 C 156.783 247.282 152.789 247.584 151.175 249.327 C 151.115 248.097 151.053 246.918 150.989 245.793 L 150.916 244.689 C 150.954 244.589 151.002 244.495 151.049 244.399 C 151.055 244.385 151.06 244.371 151.067 244.357 C 151.078 244.326 151.093 244.296 151.109 244.267 C 151.127 244.229 151.147 244.193 151.169 244.158 C 151.189 244.115 151.213 244.075 151.242 244.037 C 151.296 243.953 151.356 243.863 151.422 243.778 C 151.471 243.715 151.523 243.654 151.579 243.597 C 151.597 243.568 151.62 243.542 151.645 243.519 C 151.669 243.495 151.693 243.464 151.723 243.434 C 151.736 243.415 151.753 243.399 151.772 243.386 C 151.819 243.331 151.872 243.281 151.928 243.235 C 152.143 243.037 152.373 242.856 152.615 242.692 C 152.699 242.638 152.789 242.584 152.874 242.524 C 153.481 242.16 154.12 241.853 154.783 241.607 C 155.012 241.522 155.241 241.444 155.488 241.359 C 155.578 241.335 155.662 241.305 155.753 241.275 C 155.885 241.233 156.018 241.191 156.156 241.16 C 156.843 240.955 157.584 240.78 158.385 240.618 C 158.626 240.569 158.879 240.521 159.131 240.479 C 159.336 240.443 159.547 240.407 159.758 240.37 C 161.547 240.087 163.576 239.876 165.817 239.737 L 166.449 239.701 L 167.196 239.665 C 167.407 239.653 167.624 239.647 167.841 239.641 C 168.051 239.628 168.268 239.622 168.491 239.616 C 169.099 239.598 169.726 239.58 170.364 239.568 C 172.183 239.538 174.098 239.55 176.11 239.592 C 177.044 239.61 177.995 239.641 178.971 239.683 C 179.031 239.683 179.097 239.689 179.158 239.689 C 180.007 239.713 180.868 239.755 181.741 239.797 C 182.356 239.827 182.976 239.858 183.596 239.894 C 184.181 239.93 184.771 239.966 185.367 240.008 C 185.831 240.033 186.295 240.069 186.764 240.099 C 187.162 240.129 187.559 240.159 187.957 240.183 L 189.39 240.292 C 190.053 240.346 190.715 240.4 191.39 240.455 C 192.059 240.515 192.739 240.575 193.42 240.636 C 194.1 240.696 194.787 240.762 195.474 240.829 L 195.678 240.847 C 196.305 240.913 196.931 240.973 197.563 241.04 C 201.069 241.396 204.676 241.812 208.387 242.288 C 210.603 242.572 212.847 242.875 215.12 243.199 C 218.571 243.688 222.077 244.218 225.606 244.785 C 229.141 245.358 232.697 245.963 236.272 246.601 C 237.176 246.764 238.079 246.927 238.989 247.095 C 240.097 247.3 241.205 247.51 242.313 247.723 C 243.012 247.855 243.711 247.988 244.409 248.127 L 246.909 248.615 C 252.384 249.701 257.828 250.859 263.14 252.071 C 264.014 252.27 264.887 252.475 265.754 252.675 C 267.489 253.079 269.208 253.489 270.91 253.905 C 271.38 254.02 271.844 254.134 272.307 254.249 C 273.47 254.538 274.62 254.828 275.758 255.117 L 275.758 255.123 C 275.825 255.135 275.891 255.153 275.957 255.172 C 276.788 255.383 277.613 255.594 278.433 255.811 C 280.366 256.318 282.267 256.828 284.136 257.343 C 285.377 257.693 286.606 258.036 287.816 258.386 C 290.02 259.03 292.218 259.691 294.411 260.371 C 295.676 260.769 296.917 261.165 298.133 261.559 C 299.097 261.873 300.037 262.192 300.964 262.512 C 301.892 262.832 302.801 263.151 303.692 263.471 C 304.271 263.676 304.837 263.887 305.397 264.092 C 306.216 264.394 307.011 264.695 307.794 265.003 C 308.035 265.093 308.27 265.19 308.505 265.28 C 308.944 265.449 309.372 265.624 309.794 265.799 C 310.077 265.908 310.354 266.022 310.631 266.143 C 310.902 266.251 311.179 266.366 311.444 266.481 C 311.715 266.589 311.98 266.704 312.245 266.824 C 312.468 266.915 312.685 267.011 312.895 267.108 C 313.323 267.295 313.751 267.482 314.166 267.675 C 314.371 267.771 314.576 267.862 314.781 267.958 L 315.25 268.175 C 315.317 268.212 315.383 268.242 315.449 268.272 C 315.961 268.513 316.455 268.754 316.937 268.996 C 317.388 269.225 317.828 269.454 318.25 269.677 C 318.75 269.943 319.225 270.202 319.683 270.467 C 319.774 270.516 319.864 270.57 319.954 270.618 C 320.261 270.793 320.557 270.974 320.852 271.149 C 321.43 271.505 321.978 271.855 322.49 272.204 C 322.996 272.554 323.466 272.898 323.905 273.242 C 323.905 273.248 323.905 273.248 323.911 273.248 C 324.122 273.417 324.327 273.586 324.52 273.748 C 324.833 274.02 325.122 274.279 325.387 274.545 C 325.476 274.627 325.56 274.713 325.64 274.804 C 325.675 274.833 325.707 274.865 325.736 274.9 C 325.863 275.039 325.989 275.178 326.11 275.317 C 326.254 275.486 326.387 275.654 326.513 275.823 C 326.573 275.908 326.64 275.992 326.694 276.077 C 326.766 276.179 326.838 276.288 326.899 276.39 C 326.953 276.475 327.001 276.565 327.049 276.65 C 327.177 276.867 327.286 277.095 327.374 277.331 C 327.44 277.492 327.495 277.657 327.537 277.826 C 327.583 277.986 327.617 278.149 327.639 278.314 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.2\"></path></svg>',svgContentId:11007242364},iH_3L23lh:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 211 154\"><path d=\"M 115.72 19.972 C 115.72 16.002 118.925 12.783 122.879 12.783 C 126.833 12.783 130.038 16.002 130.038 19.972 C 130.038 23.942 126.833 27.161 122.879 27.161 C 118.925 27.161 115.72 23.942 115.72 19.972 Z\" fill=\"rgb(242,242,242)\"></path><path d=\"M 178.411 133.849 C 189.051 125.71 194.134 112.034 190.952 98.988 C 190.873 98.664 190.79 98.34 190.702 98.018 C 188.592 90.274 183.374 82.914 175.768 80.439 C 169.382 78.362 162.411 79.959 155.749 79.133 C 142.67 77.511 132.531 66.885 125.396 55.759 C 118.262 44.633 112.779 32.178 103.298 22.987 C 87.672 7.836 62.181 4.574 42.806 14.436 C 23.432 24.298 11.09 46.178 11.617 67.984 C 12.143 89.791 25.034 110.639 43.756 121.7 C 50.633 125.764 58.588 128.643 66.504 127.635 C 73.373 126.761 79.615 123.055 86.451 121.955 C 97.199 120.225 107.88 125.105 117.177 130.792 C 126.473 136.479 135.453 143.219 146.018 145.856 C 156.276 148.416 168.985 141.058 178.411 133.848 Z\" fill=\"rgb(242,242,242)\"></path><path d=\"M 163.123 14.894 C 162.89 14.738 162.654 14.59 162.421 14.439 C 155.678 10.108 148.451 6.591 140.889 3.958 L 139.136 28.248 L 128.02 28.248 L 128.02 0.412 C 127.32 0.267 126.615 0.129 125.91 0 L 125.91 28.248 L 112.7 28.248 C 97.557 28.248 85.281 15.92 85.281 0.713 C 84.573 0.867 83.871 1.031 83.168 1.206 L 83.168 28.248 L 72.409 28.248 L 70.739 5.086 C 62.968 8.079 55.59 12.014 48.77 16.805 C 48.652 16.886 48.534 16.97 48.419 17.05 C 47.826 17.468 47.242 17.893 46.66 18.324 L 46.66 110.99 L 78.369 110.99 L 77.809 103.196 L 74.726 60.402 L 136.816 60.402 L 133.733 103.196 L 133.173 110.99 L 164.531 110.99 L 164.531 15.831 C 164.064 15.513 163.595 15.201 163.123 14.894 Z M 83.168 53.335 L 74.216 53.335 L 72.562 30.369 L 83.168 30.369 Z M 125.91 53.335 L 110.874 53.335 L 110.874 52.88 C 110.874 52.438 110.7 52.014 110.388 51.702 C 110.077 51.39 109.655 51.215 109.215 51.216 L 102.678 51.216 C 102.239 51.216 101.817 51.391 101.507 51.703 C 101.196 52.015 101.021 52.438 101.022 52.88 L 101.022 53.335 L 85.281 53.335 L 85.281 30.369 L 125.91 30.369 Z M 128.02 53.335 L 128.02 30.369 L 138.983 30.369 L 137.329 53.335 Z M 0 116.924 C 2.329 119.696 4.848 122.3 7.539 124.718 L 203.413 124.988 C 206.103 122.569 208.623 119.965 210.952 117.193 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 132.828 91.967 L 132.828 115.041 C 132.828 115.653 133.323 116.15 133.932 116.15 L 167.983 116.15 C 168.593 116.15 169.087 115.653 169.088 115.041 L 169.088 91.967 C 169.086 91.355 168.592 90.86 167.983 90.859 L 133.933 90.859 C 133.324 90.86 132.83 91.355 132.828 91.967 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 133.627 92.254 L 133.627 114.756 C 133.628 115.083 133.891 115.348 134.217 115.349 L 167.7 115.349 C 168.025 115.349 168.289 115.084 168.29 114.757 L 168.29 92.254 C 168.29 91.926 168.026 91.661 167.7 91.66 L 134.217 91.66 C 133.891 91.661 133.627 91.926 133.627 92.254 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 132.116 119.541 C 132.242 119.7 132.434 119.793 132.637 119.792 L 169.098 119.792 C 169.3 119.791 169.491 119.7 169.618 119.542 C 169.745 119.385 169.795 119.178 169.753 118.98 L 169.188 116.28 C 169.14 116.056 168.983 115.872 168.77 115.791 C 168.694 115.761 168.613 115.745 168.532 115.745 L 133.201 115.745 C 133.119 115.745 133.039 115.761 132.963 115.791 C 132.75 115.872 132.593 116.056 132.545 116.28 L 131.979 118.98 C 131.938 119.178 131.988 119.384 132.116 119.541 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 168.142 116.232 C 168.214 116.232 168.272 116.232 168.272 116.232 L 168.272 116.909 C 168.272 116.909 168.214 116.909 168.142 116.909 L 167.28 116.909 C 167.208 116.909 167.15 116.909 167.15 116.909 L 167.15 116.232 C 167.15 116.232 167.208 116.232 167.28 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 165.896 116.232 C 165.968 116.232 166.026 116.232 166.026 116.232 L 166.026 116.909 C 166.026 116.909 165.968 116.909 165.896 116.909 L 165.034 116.909 C 164.962 116.909 164.904 116.909 164.904 116.909 L 164.904 116.232 C 164.904 116.232 164.962 116.232 165.034 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 163.65 116.232 C 163.722 116.232 163.781 116.232 163.781 116.232 L 163.781 116.909 C 163.781 116.909 163.722 116.909 163.65 116.909 L 162.789 116.909 C 162.717 116.909 162.658 116.909 162.658 116.909 L 162.658 116.232 C 162.658 116.232 162.717 116.232 162.789 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 161.404 116.232 C 161.476 116.232 161.535 116.232 161.535 116.232 L 161.535 116.909 C 161.535 116.909 161.476 116.909 161.404 116.909 L 160.543 116.909 C 160.47 116.909 160.412 116.909 160.412 116.909 L 160.412 116.232 C 160.412 116.232 160.47 116.232 160.543 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 159.158 116.232 C 159.23 116.232 159.289 116.232 159.289 116.232 L 159.289 116.909 C 159.289 116.909 159.23 116.909 159.158 116.909 L 158.297 116.909 C 158.224 116.909 158.166 116.909 158.166 116.909 L 158.166 116.232 C 158.166 116.232 158.224 116.232 158.297 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 156.912 116.232 C 156.984 116.232 157.043 116.232 157.043 116.232 L 157.043 116.909 C 157.043 116.909 156.984 116.909 156.912 116.909 L 156.051 116.909 C 155.978 116.909 155.92 116.909 155.92 116.909 L 155.92 116.232 C 155.92 116.232 155.978 116.232 156.051 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 154.666 116.232 C 154.738 116.232 154.797 116.232 154.797 116.232 L 154.797 116.909 C 154.797 116.909 154.738 116.909 154.666 116.909 L 153.805 116.909 C 153.733 116.909 153.674 116.909 153.674 116.909 L 153.674 116.232 C 153.674 116.232 153.733 116.232 153.805 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 152.42 116.232 C 152.492 116.232 152.551 116.232 152.551 116.232 L 152.551 116.909 C 152.551 116.909 152.492 116.909 152.42 116.909 L 151.559 116.909 C 151.487 116.909 151.428 116.909 151.428 116.909 L 151.428 116.232 C 151.428 116.232 151.487 116.232 151.559 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 150.174 116.232 C 150.246 116.232 150.305 116.232 150.305 116.232 L 150.305 116.909 C 150.305 116.909 150.246 116.909 150.174 116.909 L 149.313 116.909 C 149.241 116.909 149.182 116.909 149.182 116.909 L 149.182 116.232 C 149.182 116.232 149.241 116.232 149.313 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 147.928 116.232 C 148 116.232 148.059 116.232 148.059 116.232 L 148.059 116.909 C 148.059 116.909 148 116.909 147.928 116.909 L 147.067 116.909 C 146.995 116.909 146.936 116.909 146.936 116.909 L 146.936 116.232 C 146.936 116.232 146.995 116.232 147.067 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 145.682 116.232 C 145.754 116.232 145.813 116.232 145.813 116.232 L 145.813 116.909 C 145.813 116.909 145.754 116.909 145.682 116.909 L 144.821 116.909 C 144.749 116.909 144.69 116.909 144.69 116.909 L 144.69 116.232 C 144.69 116.232 144.749 116.232 144.821 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 143.436 116.232 C 143.509 116.232 143.567 116.232 143.567 116.232 L 143.567 116.909 C 143.567 116.909 143.509 116.909 143.436 116.909 L 142.575 116.909 C 142.503 116.909 142.444 116.909 142.444 116.909 L 142.444 116.232 C 142.444 116.232 142.503 116.232 142.575 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 141.191 116.232 C 141.263 116.232 141.322 116.232 141.322 116.232 L 141.322 116.909 C 141.322 116.909 141.263 116.909 141.191 116.909 L 140.33 116.909 C 140.257 116.909 140.199 116.909 140.199 116.909 L 140.199 116.232 C 140.199 116.232 140.257 116.232 140.33 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 138.944 116.232 C 139.017 116.232 139.075 116.232 139.075 116.232 L 139.075 116.909 C 139.075 116.909 139.017 116.909 138.944 116.909 L 138.083 116.909 C 138.011 116.909 137.952 116.909 137.952 116.909 L 137.952 116.232 C 137.952 116.232 138.011 116.232 138.083 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 136.699 116.232 C 136.771 116.232 136.829 116.232 136.829 116.232 L 136.829 116.909 C 136.829 116.909 136.771 116.909 136.699 116.909 L 135.837 116.909 C 135.765 116.909 135.707 116.909 135.707 116.909 L 135.707 116.232 C 135.707 116.232 135.765 116.232 135.837 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 134.453 116.232 C 134.525 116.232 134.583 116.232 134.583 116.232 L 134.583 116.909 C 134.583 116.909 134.525 116.909 134.453 116.909 L 133.591 116.909 C 133.519 116.909 133.461 116.909 133.461 116.909 L 133.461 116.232 C 133.461 116.232 133.519 116.232 133.591 116.232 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 168.168 117.359 C 168.24 117.359 168.299 117.359 168.299 117.359 L 168.299 118.036 C 168.299 118.036 168.24 118.036 168.168 118.036 L 167.307 118.036 C 167.235 118.036 167.176 118.036 167.176 118.036 L 167.176 117.359 C 167.176 117.359 167.235 117.359 167.307 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 165.922 117.359 C 165.994 117.359 166.053 117.359 166.053 117.359 L 166.053 118.036 C 166.053 118.036 165.994 118.036 165.922 118.036 L 165.061 118.036 C 164.989 118.036 164.93 118.036 164.93 118.036 L 164.93 117.359 C 164.93 117.359 164.989 117.359 165.061 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 163.676 117.359 C 163.748 117.359 163.807 117.359 163.807 117.359 L 163.807 118.036 C 163.807 118.036 163.748 118.036 163.676 118.036 L 162.815 118.036 C 162.743 118.036 162.684 118.036 162.684 118.036 L 162.684 117.359 C 162.684 117.359 162.743 117.359 162.815 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 161.43 117.359 C 161.503 117.359 161.561 117.359 161.561 117.359 L 161.561 118.036 C 161.561 118.036 161.503 118.036 161.43 118.036 L 160.569 118.036 C 160.497 118.036 160.438 118.036 160.438 118.036 L 160.438 117.359 C 160.438 117.359 160.497 117.359 160.569 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 159.184 117.359 C 159.257 117.359 159.315 117.359 159.315 117.359 L 159.315 118.036 C 159.315 118.036 159.257 118.036 159.184 118.036 L 158.323 118.036 C 158.251 118.036 158.192 118.036 158.192 118.036 L 158.192 117.359 C 158.192 117.359 158.251 117.359 158.323 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 156.938 117.359 C 157.011 117.359 157.069 117.359 157.069 117.359 L 157.069 118.036 C 157.069 118.036 157.011 118.036 156.938 118.036 L 156.077 118.036 C 156.005 118.036 155.946 118.036 155.946 118.036 L 155.946 117.359 C 155.946 117.359 156.005 117.359 156.077 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 154.692 117.359 C 154.765 117.359 154.823 117.359 154.823 117.359 L 154.823 118.036 C 154.823 118.036 154.765 118.036 154.692 118.036 L 153.831 118.036 C 153.759 118.036 153.7 118.036 153.7 118.036 L 153.7 117.359 C 153.7 117.359 153.759 117.359 153.831 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 152.447 117.359 C 152.519 117.359 152.577 117.359 152.577 117.359 L 152.577 118.036 C 152.577 118.036 152.519 118.036 152.447 118.036 L 151.585 118.036 C 151.513 118.036 151.455 118.036 151.455 118.036 L 151.455 117.359 C 151.455 117.359 151.513 117.359 151.585 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 150.201 117.359 C 150.273 117.359 150.331 117.359 150.331 117.359 L 150.331 118.036 C 150.331 118.036 150.273 118.036 150.201 118.036 L 149.339 118.036 C 149.267 118.036 149.209 118.036 149.209 118.036 L 149.209 117.359 C 149.209 117.359 149.267 117.359 149.339 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 147.955 117.359 C 148.027 117.359 148.086 117.359 148.086 117.359 L 148.086 118.036 C 148.086 118.036 148.027 118.036 147.955 118.036 L 147.094 118.036 C 147.022 118.036 146.963 118.036 146.963 118.036 L 146.963 117.359 C 146.963 117.359 147.022 117.359 147.094 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 145.709 117.359 C 145.781 117.359 145.84 117.359 145.84 117.359 L 145.84 118.036 C 145.84 118.036 145.781 118.036 145.709 118.036 L 144.848 118.036 C 144.775 118.036 144.717 118.036 144.717 118.036 L 144.717 117.359 C 144.717 117.359 144.775 117.359 144.848 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 143.463 117.359 C 143.535 117.359 143.594 117.359 143.594 117.359 L 143.594 118.036 C 143.594 118.036 143.535 118.036 143.463 118.036 L 142.602 118.036 C 142.529 118.036 142.471 118.036 142.471 118.036 L 142.471 117.359 C 142.471 117.359 142.529 117.359 142.602 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 141.217 117.359 C 141.289 117.359 141.348 117.359 141.348 117.359 L 141.348 118.036 C 141.348 118.036 141.289 118.036 141.217 118.036 L 140.356 118.036 C 140.283 118.036 140.225 118.036 140.225 118.036 L 140.225 117.359 C 140.225 117.359 140.283 117.359 140.356 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 138.971 117.359 C 139.043 117.359 139.102 117.359 139.102 117.359 L 139.102 118.036 C 139.102 118.036 139.043 118.036 138.971 118.036 L 138.11 118.036 C 138.038 118.036 137.979 118.036 137.979 118.036 L 137.979 117.359 C 137.979 117.359 138.038 117.359 138.11 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 136.725 117.359 C 136.797 117.359 136.856 117.359 136.856 117.359 L 136.856 118.036 C 136.856 118.036 136.797 118.036 136.725 118.036 L 135.864 118.036 C 135.792 118.036 135.733 118.036 135.733 118.036 L 135.733 117.359 C 135.733 117.359 135.792 117.359 135.864 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 134.479 117.359 C 134.551 117.359 134.61 117.359 134.61 117.359 L 134.61 118.036 C 134.61 118.036 134.551 118.036 134.479 118.036 L 133.618 118.036 C 133.546 118.036 133.487 118.036 133.487 118.036 L 133.487 117.359 C 133.487 117.359 133.546 117.359 133.618 117.359 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 157.388 118.712 C 157.46 118.712 157.519 118.712 157.519 118.712 L 157.519 119.389 C 157.519 119.389 157.46 119.389 157.388 119.389 L 148.666 119.389 C 148.593 119.389 148.535 119.389 148.535 119.389 L 148.535 118.712 C 148.535 118.712 148.593 118.712 148.666 118.712 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 138.663 97.424 C 138.432 97.424 138.244 97.424 138.244 97.424 L 138.244 96.583 C 138.244 96.583 138.432 96.583 138.663 96.583 L 139.425 96.583 C 139.656 96.583 139.844 96.583 139.844 96.583 L 139.844 97.424 C 139.844 97.424 139.656 97.424 139.425 97.424 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 147.382 97.424 C 147.151 97.424 146.964 97.424 146.964 97.424 L 146.964 96.583 C 146.964 96.583 147.151 96.583 147.382 96.583 L 148.145 96.583 C 148.376 96.583 148.563 96.583 148.563 96.583 L 148.563 97.424 C 148.563 97.424 148.376 97.424 148.145 97.424 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 149.853 97.424 C 149.622 97.424 149.434 97.424 149.434 97.424 L 149.434 96.583 C 149.434 96.583 149.622 96.583 149.853 96.583 L 150.615 96.583 C 150.847 96.583 151.034 96.583 151.034 96.583 L 151.034 97.424 C 151.034 97.424 150.847 97.424 150.615 97.424 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 141.034 97.354 C 140.803 97.354 140.616 97.354 140.616 97.354 L 140.616 96.513 C 140.616 96.513 140.803 96.513 141.034 96.513 L 145.773 96.513 C 146.004 96.513 146.191 96.513 146.191 96.513 L 146.191 97.354 C 146.191 97.354 146.004 97.354 145.773 97.354 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 152.661 97.354 C 152.429 97.354 152.242 97.354 152.242 97.354 L 152.242 96.513 C 152.242 96.513 152.429 96.513 152.661 96.513 L 157.399 96.513 C 157.63 96.513 157.818 96.513 157.818 96.513 L 157.818 97.354 C 157.818 97.354 157.63 97.354 157.399 97.354 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 140.988 99.321 C 140.757 99.321 140.569 99.321 140.569 99.321 L 140.569 98.48 C 140.569 98.48 140.757 98.48 140.988 98.48 L 141.75 98.48 C 141.982 98.48 142.169 98.48 142.169 98.48 L 142.169 99.321 C 142.169 99.321 141.982 99.321 141.75 99.321 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 149.708 99.321 C 149.476 99.321 149.289 99.321 149.289 99.321 L 149.289 98.48 C 149.289 98.48 149.476 98.48 149.708 98.48 L 150.47 98.48 C 150.701 98.48 150.889 98.48 150.889 98.48 L 150.889 99.321 C 150.889 99.321 150.701 99.321 150.47 99.321 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 152.178 99.321 C 151.947 99.321 151.76 99.321 151.76 99.321 L 151.76 98.48 C 151.76 98.48 151.947 98.48 152.178 98.48 L 152.941 98.48 C 153.172 98.48 153.359 98.48 153.359 98.48 L 153.359 99.321 C 153.359 99.321 153.172 99.321 152.941 99.321 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 143.36 99.251 C 143.128 99.251 142.941 99.251 142.941 99.251 L 142.941 98.41 C 142.941 98.41 143.128 98.41 143.36 98.41 L 148.098 98.41 C 148.329 98.41 148.517 98.41 148.517 98.41 L 148.517 99.251 C 148.517 99.251 148.329 99.251 148.098 99.251 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 154.986 99.251 C 154.755 99.251 154.567 99.251 154.567 99.251 L 154.567 98.41 C 154.567 98.41 154.755 98.41 154.986 98.41 L 159.724 98.41 C 159.955 98.41 160.143 98.41 160.143 98.41 L 160.143 99.251 C 160.143 99.251 159.955 99.251 159.724 99.251 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 143.313 101.218 C 143.082 101.218 142.895 101.218 142.895 101.218 L 142.895 100.377 C 142.895 100.377 143.082 100.377 143.313 100.377 L 144.076 100.377 C 144.307 100.377 144.494 100.377 144.494 100.377 L 144.494 101.218 C 144.494 101.218 144.307 101.218 144.076 101.218 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 152.033 101.218 C 151.802 101.218 151.614 101.218 151.614 101.218 L 151.614 100.377 C 151.614 100.377 151.802 100.377 152.033 100.377 L 152.795 100.377 C 153.027 100.377 153.214 100.377 153.214 100.377 L 153.214 101.218 C 153.214 101.218 153.027 101.218 152.795 101.218 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 154.503 101.218 C 154.272 101.218 154.085 101.218 154.085 101.218 L 154.085 100.377 C 154.085 100.377 154.272 100.377 154.503 100.377 L 155.266 100.377 C 155.497 100.377 155.684 100.377 155.684 100.377 L 155.684 101.218 C 155.684 101.218 155.497 101.218 155.266 101.218 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 145.685 101.148 C 145.454 101.148 145.266 101.148 145.266 101.148 L 145.266 100.307 C 145.266 100.307 145.454 100.307 145.685 100.307 L 150.423 100.307 C 150.655 100.307 150.842 100.307 150.842 100.307 L 150.842 101.148 C 150.842 101.148 150.655 101.148 150.423 101.148 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 157.311 101.148 C 157.08 101.148 156.893 101.148 156.893 101.148 L 156.893 100.307 C 156.893 100.307 157.08 100.307 157.311 100.307 L 162.05 100.307 C 162.281 100.307 162.468 100.307 162.468 100.307 L 162.468 101.148 C 162.468 101.148 162.281 101.148 162.05 101.148 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 145.638 103.115 C 145.407 103.115 145.22 103.115 145.22 103.115 L 145.22 102.275 C 145.22 102.275 145.407 102.275 145.638 102.275 L 146.401 102.275 C 146.632 102.275 146.819 102.275 146.819 102.275 L 146.819 103.115 C 146.819 103.115 146.632 103.115 146.401 103.115 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 154.358 103.115 C 154.127 103.115 153.939 103.115 153.939 103.115 L 153.939 102.275 C 153.939 102.275 154.127 102.275 154.358 102.275 L 155.12 102.275 C 155.352 102.275 155.539 102.275 155.539 102.275 L 155.539 103.115 C 155.539 103.115 155.352 103.115 155.12 103.115 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 156.828 103.115 C 156.597 103.115 156.41 103.115 156.41 103.115 L 156.41 102.275 C 156.41 102.275 156.597 102.275 156.828 102.275 L 157.591 102.275 C 157.822 102.275 158.01 102.275 158.01 102.275 L 158.01 103.115 C 158.01 103.115 157.822 103.115 157.591 103.115 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 148.01 103.045 C 147.779 103.045 147.592 103.045 147.592 103.045 L 147.592 102.205 C 147.592 102.205 147.779 102.205 148.01 102.205 L 152.749 102.205 C 152.98 102.205 153.167 102.205 153.167 102.205 L 153.167 103.045 C 153.167 103.045 152.98 103.045 152.749 103.045 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 147.382 110.659 C 147.151 110.659 146.964 110.659 146.964 110.659 L 146.964 109.819 C 146.964 109.819 147.151 109.819 147.382 109.819 L 148.145 109.819 C 148.376 109.819 148.563 109.819 148.563 109.819 L 148.563 110.659 C 148.563 110.659 148.376 110.659 148.145 110.659 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 149.853 110.659 C 149.622 110.659 149.434 110.659 149.434 110.659 L 149.434 109.819 C 149.434 109.819 149.622 109.819 149.853 109.819 L 150.615 109.819 C 150.847 109.819 151.034 109.819 151.034 109.819 L 151.034 110.659 C 151.034 110.659 150.847 110.659 150.615 110.659 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 152.661 110.729 C 152.429 110.729 152.242 110.729 152.242 110.729 L 152.242 109.889 C 152.242 109.889 152.429 109.889 152.661 109.889 L 157.399 109.889 C 157.63 109.889 157.818 109.889 157.818 109.889 L 157.818 110.729 C 157.818 110.729 157.63 110.729 157.399 110.729 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 138.663 110.659 C 138.432 110.659 138.244 110.659 138.244 110.659 L 138.244 109.819 C 138.244 109.819 138.432 109.819 138.663 109.819 L 139.425 109.819 C 139.656 109.819 139.844 109.819 139.844 109.819 L 139.844 110.659 C 139.844 110.659 139.656 110.659 139.425 110.659 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 141.034 110.729 C 140.803 110.729 140.616 110.729 140.616 110.729 L 140.616 109.889 C 140.616 109.889 140.803 109.889 141.034 109.889 L 145.773 109.889 C 146.004 109.889 146.191 109.889 146.191 109.889 L 146.191 110.729 C 146.191 110.729 146.004 110.729 145.773 110.729 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 140.988 108.762 C 140.757 108.762 140.569 108.762 140.569 108.762 L 140.569 107.921 C 140.569 107.921 140.757 107.921 140.988 107.921 L 141.75 107.921 C 141.982 107.921 142.169 107.921 142.169 107.921 L 142.169 108.762 C 142.169 108.762 141.982 108.762 141.75 108.762 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 149.708 108.762 C 149.476 108.762 149.289 108.762 149.289 108.762 L 149.289 107.921 C 149.289 107.921 149.476 107.921 149.708 107.921 L 150.47 107.921 C 150.701 107.921 150.889 107.921 150.889 107.921 L 150.889 108.762 C 150.889 108.762 150.701 108.762 150.47 108.762 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 152.178 108.762 C 151.947 108.762 151.76 108.762 151.76 108.762 L 151.76 107.921 C 151.76 107.921 151.947 107.921 152.178 107.921 L 152.941 107.921 C 153.172 107.921 153.359 107.921 153.359 107.921 L 153.359 108.762 C 153.359 108.762 153.172 108.762 152.941 108.762 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 143.36 108.832 C 143.128 108.832 142.941 108.832 142.941 108.832 L 142.941 107.991 C 142.941 107.991 143.128 107.991 143.36 107.991 L 148.098 107.991 C 148.329 107.991 148.517 107.991 148.517 107.991 L 148.517 108.832 C 148.517 108.832 148.329 108.832 148.098 108.832 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 143.313 106.865 C 143.082 106.865 142.895 106.865 142.895 106.865 L 142.895 106.024 C 142.895 106.024 143.082 106.024 143.313 106.024 L 144.076 106.024 C 144.307 106.024 144.494 106.024 144.494 106.024 L 144.494 106.865 C 144.494 106.865 144.307 106.865 144.076 106.865 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 152.033 106.865 C 151.802 106.865 151.614 106.865 151.614 106.865 L 151.614 106.024 C 151.614 106.024 151.802 106.024 152.033 106.024 L 152.795 106.024 C 153.027 106.024 153.214 106.024 153.214 106.024 L 153.214 106.865 C 153.214 106.865 153.027 106.865 152.795 106.865 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 154.503 106.865 C 154.272 106.865 154.085 106.865 154.085 106.865 L 154.085 106.024 C 154.085 106.024 154.272 106.024 154.503 106.024 L 155.266 106.024 C 155.497 106.024 155.684 106.024 155.684 106.024 L 155.684 106.865 C 155.684 106.865 155.497 106.865 155.266 106.865 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 145.685 106.935 C 145.454 106.935 145.266 106.935 145.266 106.935 L 145.266 106.094 C 145.266 106.094 145.454 106.094 145.685 106.094 L 150.423 106.094 C 150.655 106.094 150.842 106.094 150.842 106.094 L 150.842 106.935 C 150.842 106.935 150.655 106.935 150.423 106.935 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 145.638 104.968 C 145.407 104.968 145.22 104.968 145.22 104.968 L 145.22 104.127 C 145.22 104.127 145.407 104.127 145.638 104.127 L 146.401 104.127 C 146.632 104.127 146.819 104.127 146.819 104.127 L 146.819 104.968 C 146.819 104.968 146.632 104.968 146.401 104.968 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 154.358 104.968 C 154.127 104.968 153.939 104.968 153.939 104.968 L 153.939 104.127 C 153.939 104.127 154.127 104.127 154.358 104.127 L 155.12 104.127 C 155.352 104.127 155.539 104.127 155.539 104.127 L 155.539 104.968 C 155.539 104.968 155.352 104.968 155.12 104.968 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 156.828 104.968 C 156.597 104.968 156.41 104.968 156.41 104.968 L 156.41 104.127 C 156.41 104.127 156.597 104.127 156.828 104.127 L 157.591 104.127 C 157.822 104.127 158.01 104.127 158.01 104.127 L 158.01 104.968 C 158.01 104.968 157.822 104.968 157.591 104.968 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 148.01 105.038 C 147.779 105.038 147.592 105.038 147.592 105.038 L 147.592 104.197 C 147.592 104.197 147.779 104.197 148.01 104.197 L 152.749 104.197 C 152.98 104.197 153.167 104.197 153.167 104.197 L 153.167 105.038 C 153.167 105.038 152.98 105.038 152.749 105.038 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 135.372 132.053 L 131.792 126.372 L 143.027 117.378 L 147.664 112.22 C 148.89 110.856 150.746 110.25 152.536 110.628 C 154.327 111.007 155.781 112.313 156.355 114.058 C 157.224 116.699 155.852 119.556 153.253 120.517 L 145.921 123.23 Z\" fill=\"rgb(255,182,182)\"></path><path d=\"M 51.393 90.86 L 51.393 118.472 L 70.657 118.472 L 70.657 90.86 C 70.658 90.452 70.393 90.092 70.005 89.972 C 69.916 89.942 69.823 89.927 69.729 89.928 L 52.324 89.928 C 52.077 89.928 51.841 90.026 51.666 90.201 C 51.492 90.375 51.394 90.613 51.393 90.86 Z M 58.911 100.348 C 58.911 99.207 59.832 98.283 60.967 98.283 C 62.103 98.283 63.024 99.207 63.024 100.348 L 63.024 103.552 C 63.024 104.692 62.103 105.617 60.967 105.617 C 59.832 105.617 58.911 104.692 58.911 103.552 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 51.334 117.589 L 51.334 120.252 C 51.335 120.539 51.566 120.772 51.852 120.774 L 70.198 120.774 C 70.485 120.773 70.716 120.539 70.716 120.252 L 70.716 117.589 Z M 21.089 49.258 L 21.089 99.675 C 21.09 101.012 22.17 102.097 23.502 102.098 L 97.902 102.098 C 99.234 102.097 100.314 101.012 100.315 99.675 L 100.315 49.258 C 100.312 47.922 99.233 46.84 97.902 46.838 L 23.502 46.838 C 22.171 46.84 21.093 47.922 21.089 49.258 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 22.835 49.886 L 22.835 99.053 C 22.836 99.767 23.413 100.347 24.124 100.348 L 97.283 100.348 C 97.994 100.347 98.571 99.767 98.572 99.053 L 98.572 49.886 C 98.572 49.17 97.995 48.59 97.283 48.588 L 24.124 48.588 C 23.412 48.59 22.835 49.17 22.835 49.886 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 36.412 120.594 C 36.562 120.784 36.792 120.894 37.034 120.893 L 80.558 120.893 C 80.799 120.892 81.027 120.783 81.179 120.595 C 81.331 120.407 81.39 120.16 81.341 119.923 L 80.665 116.701 C 80.608 116.434 80.421 116.214 80.167 116.117 C 80.076 116.081 79.98 116.063 79.882 116.063 L 37.707 116.063 C 37.609 116.063 37.513 116.081 37.422 116.117 C 37.168 116.214 36.981 116.434 36.924 116.701 L 36.248 119.923 C 36.199 120.16 36.259 120.406 36.412 120.594 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 94.908 55.361 L 26.454 55.361 C 26.307 55.357 26.191 55.236 26.191 55.088 C 26.191 54.94 26.307 54.819 26.454 54.815 L 94.908 54.815 C 95.054 54.821 95.168 54.941 95.168 55.088 C 95.168 55.234 95.054 55.355 94.908 55.361 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 29.519 51.781 C 29.519 50.877 30.233 50.143 31.114 50.143 C 31.995 50.143 32.709 50.877 32.709 51.781 C 32.709 52.686 31.995 53.419 31.114 53.419 C 30.233 53.419 29.519 52.686 29.519 51.781 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 35.03 51.781 C 35.03 50.877 35.744 50.143 36.625 50.143 C 37.506 50.143 38.22 50.877 38.22 51.781 C 38.22 52.686 37.506 53.419 36.625 53.419 C 35.744 53.419 35.03 52.686 35.03 51.781 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 40.541 51.781 C 40.541 50.877 41.255 50.143 42.136 50.143 C 43.017 50.143 43.732 50.877 43.732 51.781 C 43.732 52.686 43.017 53.419 42.136 53.419 C 41.255 53.419 40.541 52.686 40.541 51.781 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 91.59 50.548 L 87.675 50.548 C 87.512 50.548 87.379 50.681 87.379 50.846 C 87.379 51.01 87.512 51.143 87.675 51.143 L 91.59 51.143 C 91.753 51.143 91.886 51.01 91.886 50.846 C 91.886 50.681 91.753 50.548 91.59 50.548 Z M 91.59 51.665 L 87.675 51.665 C 87.512 51.665 87.379 51.799 87.379 51.963 C 87.379 52.127 87.512 52.26 87.675 52.26 L 91.59 52.26 C 91.753 52.26 91.886 52.127 91.886 51.963 C 91.886 51.799 91.753 51.665 91.59 51.665 Z M 91.59 52.783 L 87.675 52.783 C 87.512 52.783 87.379 52.916 87.379 53.08 C 87.379 53.244 87.512 53.378 87.675 53.378 L 91.59 53.378 C 91.753 53.378 91.886 53.244 91.886 53.08 C 91.886 52.916 91.753 52.783 91.59 52.783 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 185.958 118.758 C 186.2 119.466 186.87 119.937 187.615 119.924 L 194.718 119.74 C 195.47 119.726 196.123 119.215 196.321 118.487 L 197.327 107.694 C 197.683 107.856 198.071 107.936 198.463 107.928 C 199.893 107.892 201.023 106.699 200.987 105.263 C 200.951 103.827 199.763 102.692 198.333 102.728 C 198.176 102.727 198.02 102.744 197.867 102.776 C 197.531 102.411 197.056 102.205 196.561 102.21 L 185.635 102.493 C 185.545 102.497 185.454 102.508 185.366 102.527 C 184.881 102.618 184.459 102.915 184.208 103.341 C 183.958 103.768 183.903 104.282 184.059 104.752 Z M 197.533 106.961 L 198.248 104.389 C 198.329 104.092 198.331 103.779 198.253 103.481 C 198.288 103.481 198.319 103.464 198.353 103.464 C 199.376 103.44 200.225 104.253 200.249 105.28 C 200.273 106.308 199.463 107.16 198.44 107.184 C 198.123 107.194 197.809 107.117 197.533 106.961 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 185.366 102.527 C 185.598 103.864 188.215 104.803 191.362 104.64 C 194.256 104.506 196.622 103.486 197.055 102.276 C 196.895 102.229 196.728 102.206 196.561 102.21 L 185.635 102.493 C 185.545 102.497 185.454 102.508 185.366 102.527 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 191.939 112.827 C 191.953 112.824 191.967 112.818 191.979 112.81 L 193.522 111.796 C 193.559 111.771 193.582 111.728 193.582 111.683 C 193.582 111.638 193.559 111.595 193.522 111.571 L 191.918 110.516 C 191.878 110.487 191.826 110.483 191.781 110.504 C 191.737 110.526 191.708 110.57 191.706 110.62 C 191.704 110.669 191.729 110.716 191.772 110.741 L 193.203 111.683 L 191.833 112.584 C 191.778 112.62 191.757 112.691 191.783 112.751 C 191.81 112.811 191.875 112.843 191.939 112.827 Z M 189.503 112.94 C 189.556 112.927 189.595 112.882 189.602 112.828 C 189.61 112.774 189.584 112.72 189.536 112.693 L 188.115 111.875 L 189.489 110.849 C 189.529 110.821 189.551 110.774 189.546 110.724 C 189.541 110.675 189.51 110.633 189.465 110.614 C 189.419 110.595 189.367 110.602 189.329 110.633 L 187.791 111.781 C 187.754 111.808 187.734 111.852 187.737 111.897 C 187.739 111.942 187.765 111.983 187.804 112.006 L 189.403 112.926 C 189.433 112.944 189.469 112.949 189.503 112.94 Z M 191.785 113.716 C 191.798 113.713 191.811 113.707 191.822 113.7 C 191.852 113.682 191.874 113.652 191.883 113.617 C 191.891 113.582 191.886 113.546 191.867 113.515 L 189.68 109.905 C 189.641 109.843 189.56 109.824 189.497 109.862 C 189.435 109.901 189.414 109.982 189.451 110.045 L 191.638 113.655 C 191.669 113.706 191.728 113.73 191.785 113.716 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 57.013 73.143 C 56.529 73.143 56.138 73.143 56.138 73.143 L 56.138 70.223 C 56.138 70.223 56.529 70.223 57.013 70.223 L 68.861 70.223 C 69.344 70.223 69.736 70.223 69.736 70.223 L 69.736 73.143 C 69.736 73.143 69.344 73.143 68.861 73.143 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 50.106 78.983 C 49.623 78.983 49.231 78.983 49.231 78.983 L 49.231 76.063 C 49.231 76.063 49.623 76.063 50.106 76.063 L 75.766 76.063 C 76.25 76.063 76.642 76.063 76.642 76.063 L 76.642 78.983 C 76.642 78.983 76.25 78.983 75.766 78.983 Z\" fill=\"rgb(230,230,230)\"></path><path d=\"M 50.106 84.823 C 49.623 84.823 49.231 84.823 49.231 84.823 L 49.231 81.903 C 49.231 81.903 49.623 81.903 50.106 81.903 L 75.766 81.903 C 76.25 81.903 76.642 81.903 76.642 81.903 L 76.642 84.823 C 76.642 84.823 76.25 84.823 75.766 84.823 Z\" fill=\"rgb(230,230,230)\"></path><path d=\"M 77.942 101.459 L 78 101.643 L 78.003 101.649 L 79.752 106.99 L 81.765 113.145 L 85.551 124.711 L 85.588 126.508 L 85.588 126.514 L 85.869 140.968 L 85.089 142.927 L 85.967 146.14 C 85.967 146.14 85.563 141.284 83.398 144.072 C 82.171 145.657 80.737 147.279 79.56 148.799 C 81.275 149.496 83.019 150.127 84.79 150.691 C 85.172 150.814 85.557 150.93 85.942 151.047 L 86.19 151.121 C 92.06 152.864 98.129 153.844 104.247 154.036 C 104.566 154.045 104.877 154.051 105.18 154.057 C 105.288 154.06 105.391 154.063 105.495 154.063 C 105.838 154.066 106.178 154.069 106.52 154.069 C 107.211 154.069 107.899 154.059 108.584 154.039 C 113.655 153.895 118.696 153.211 123.623 151.996 C 123.589 149.954 123.497 147.568 123.366 145.018 C 123.305 143.768 121.932 142.414 121.849 141.105 C 121.791 140.123 123.023 139.198 122.959 138.2 C 122.544 132.054 122.023 134.413 121.638 130.062 C 121.598 129.635 121.562 129.226 121.528 128.836 C 121.28 126.041 121.109 124.294 121.109 124.294 L 122.754 113.879 L 125.339 97.527 L 125.14 97.199 L 124.917 97.088 L 111.285 90.313 L 110.545 88.409 C 110.104 87.286 109.028 86.546 107.826 86.538 L 98.846 86.501 C 97.901 86.497 97.011 86.951 96.458 87.72 L 94.026 91.102 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 87.622 122.138 L 85.588 126.508 L 84.199 129.493 L 81.811 142.052 L 80.615 143.326 L 79.59 138.814 L 68.866 141.205 C 68.515 139.243 68.772 141.272 68.555 139.119 C 68.618 139.057 68.681 138.995 68.745 138.934 C 68.916 138.775 69.06 138.624 69.057 138.48 C 68.935 131.053 69.302 118.415 72.366 110.758 C 72.846 109.508 73.479 108.323 74.25 107.23 C 74.311 107.147 74.369 107.064 74.428 106.981 C 75.84 104.994 76.733 103.037 78 101.646 L 78 101.643 C 78.008 101.636 78.015 101.629 78.021 101.621 C 78.026 101.619 78.03 101.616 78.033 101.612 L 86.732 96.98 L 87.105 107.509 L 87.371 115.077 Z M 118.986 123.379 L 121.527 128.837 L 122.414 130.738 L 124.802 143.296 L 125.993 144.568 L 127.02 140.056 L 127.503 139.957 L 136.205 138.147 L 138.741 146.236 C 139.92 144.265 139.555 141.732 137.867 140.177 C 137.694 140.02 137.55 139.867 137.554 139.722 C 137.698 130.987 137.166 115.038 132.361 108.473 C 130.835 106.39 129.92 104.315 128.587 102.866 C 128.583 102.861 128.583 102.857 128.579 102.857 L 125.337 97.527 L 125.14 97.2 L 124.917 97.088 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 91.649 71.939 C 91.649 65.313 96.998 59.942 103.596 59.942 C 110.193 59.942 115.542 65.313 115.542 71.939 C 115.542 78.564 110.193 83.935 103.596 83.935 C 96.998 83.935 91.649 78.564 91.649 71.939 Z\" fill=\"rgb(255,182,182)\"></path><path d=\"M 119.742 63.559 C 119.555 63.358 119.295 63.243 119.021 63.239 L 119.201 62.738 C 119.32 62.417 119.258 62.056 119.038 61.794 C 118.818 61.532 118.474 61.409 118.139 61.473 L 117.485 61.599 L 117.547 61.16 C 117.595 60.828 117.465 60.494 117.204 60.283 C 116.944 60.072 116.592 60.015 116.278 60.132 C 115.994 60.244 115.675 60.221 115.41 60.07 C 115.143 59.923 114.955 59.666 114.895 59.367 L 114.667 58.263 L 114.643 58.204 C 113.533 56.347 111.399 54.995 108.788 54.5 C 106.463 54.055 104.08 54.282 101.782 54.494 C 100.87 54.58 99.841 54.677 98.983 55.205 C 98.254 55.657 97.637 56.562 97.763 57.475 C 95.497 56.777 93.068 58.169 91.865 59.925 C 90.438 62.014 90.205 64.631 90.168 66.677 C 90.066 71.518 91.06 75.478 93.117 78.45 C 93.267 78.666 93.304 79.115 93.602 79.266 L 93.54 79.167 C 93.873 79.333 94.211 79.603 94.085 79.891 C 93.723 80.72 96.128 82.553 97.822 83.159 C 100.913 84.266 105.023 84.172 107.913 83.773 L 108.015 83.087 C 109.058 82.944 109.793 82.672 109.999 82.247 C 110.364 81.934 110.675 81.654 110.946 81.396 L 110.948 81.393 C 110.954 81.388 110.965 81.38 110.97 81.374 C 112.276 80.117 112.579 79.401 112.715 78.31 C 112.847 77.242 112.613 76.157 112.375 75.179 C 117.399 75.96 110.396 69.805 115.077 68.615 C 115.131 68.599 115.186 68.585 115.241 68.575 C 115.378 68.543 115.514 68.51 115.646 68.473 C 116.279 68.3 116.885 68.04 117.447 67.7 C 118.756 66.9 119.187 65.84 119.863 64.644 C 120.063 64.295 120.014 63.856 119.742 63.559 Z M 145.848 124.233 C 145.845 124.704 145.84 125.364 145.818 126.18 L 145.81 126.527 C 145.776 128.027 145.741 129.284 145.684 130.681 C 145.682 130.778 145.679 130.872 145.674 130.969 C 145.599 132.918 145.481 135.188 145.277 138.782 C 144.899 145.422 144.239 139.695 143.577 142.024 C 143.545 142.14 143.51 142.277 143.478 142.438 C 143.378 143.025 143.208 143.597 142.974 144.143 C 142.623 144.353 142.261 144.555 141.904 144.757 C 140.888 145.325 139.856 145.871 138.815 146.391 C 138.231 146.682 137.644 146.967 137.054 147.242 C 136.96 147.285 136.869 147.328 136.778 147.368 C 133.757 148.771 130.645 149.964 127.461 150.938 C 126.839 151.127 126.22 151.31 125.592 151.479 C 124.938 151.662 124.284 151.835 123.622 151.996 C 118.695 153.211 113.654 153.896 108.584 154.04 C 107.9 154.061 107.211 154.069 106.519 154.069 C 106.176 154.069 105.838 154.067 105.495 154.064 C 105.391 154.064 105.286 154.061 105.181 154.058 C 104.879 154.05 104.565 154.045 104.248 154.037 C 98.13 153.845 92.061 152.865 86.191 151.121 L 85.942 151.048 C 85.556 150.93 85.173 150.814 84.789 150.69 C 83.02 150.128 81.276 149.498 79.559 148.8 C 78.247 148.27 76.952 147.701 75.671 147.093 C 75.659 147.09 75.648 147.085 75.639 147.077 C 75.371 146.953 75.1 146.824 74.832 146.692 C 74.797 146.673 74.759 146.655 74.722 146.636 C 73.722 146.146 72.733 145.632 71.754 145.096 C 70.931 143.198 69.773 142.834 69.054 141.165 C 68.845 140.669 68.694 140.15 68.604 139.62 C 68.604 139.614 68.601 139.609 68.601 139.601 C 68.676 140.602 68.282 137.824 68.598 139.59 C 68.587 139.433 68.572 139.276 68.555 139.119 C 67.636 130.102 67.695 119.791 67.295 111.294 C 67.269 110.745 67.241 110.219 67.212 109.716 C 67.204 109.549 67.193 109.385 67.183 109.223 C 67.201 109.175 67.223 109.124 67.247 109.075 C 67.252 109.061 67.258 109.048 67.266 109.035 C 67.274 109.018 67.283 109.002 67.293 108.987 L 67.311 108.96 C 67.315 108.95 67.32 108.941 67.325 108.933 C 67.349 108.895 67.376 108.855 67.405 108.817 C 67.419 108.801 67.429 108.787 67.443 108.774 C 67.452 108.76 67.463 108.747 67.475 108.736 C 67.483 108.723 67.493 108.711 67.504 108.701 C 67.515 108.69 67.526 108.677 67.539 108.663 C 67.545 108.655 67.552 108.648 67.561 108.642 C 67.582 108.617 67.605 108.595 67.63 108.575 C 67.726 108.486 67.828 108.405 67.936 108.332 C 67.974 108.308 68.014 108.284 68.051 108.257 C 68.322 108.095 68.606 107.958 68.901 107.848 C 69.003 107.81 69.105 107.775 69.215 107.737 C 69.255 107.727 69.293 107.713 69.333 107.7 C 69.392 107.681 69.451 107.662 69.513 107.648 C 69.818 107.557 70.148 107.479 70.505 107.406 C 70.547 107.398 70.593 107.39 70.639 107.379 C 70.703 107.366 70.77 107.355 70.837 107.344 C 70.928 107.328 71.022 107.312 71.116 107.296 C 71.912 107.169 72.816 107.075 73.813 107.013 L 74.095 106.997 L 74.427 106.981 C 74.521 106.975 74.617 106.973 74.714 106.97 C 74.808 106.965 74.904 106.962 75.003 106.959 C 75.274 106.951 75.553 106.943 75.837 106.938 C 76.647 106.922 77.499 106.927 78.395 106.946 C 78.811 106.957 79.234 106.967 79.668 106.986 C 79.698 106.986 79.725 106.989 79.752 106.989 C 80.13 107.002 80.51 107.018 80.902 107.04 C 81.175 107.053 81.451 107.067 81.728 107.083 C 81.988 107.099 82.25 107.115 82.516 107.134 C 82.722 107.145 82.929 107.161 83.138 107.175 C 83.315 107.188 83.492 107.202 83.669 107.212 L 83.91 107.228 C 84.041 107.239 84.173 107.247 84.307 107.261 C 84.602 107.285 84.897 107.309 85.197 107.333 C 85.494 107.36 85.797 107.387 86.1 107.414 C 86.403 107.441 86.709 107.471 87.015 107.5 L 87.106 107.508 C 87.385 107.538 87.663 107.565 87.945 107.595 C 88.009 107.6 88.076 107.605 88.141 107.613 C 88.409 107.64 88.683 107.672 88.954 107.701 L 89.203 107.728 C 89.415 107.751 89.624 107.771 89.838 107.797 C 90.119 107.829 90.406 107.858 90.685 107.896 C 90.902 107.92 91.119 107.945 91.336 107.972 C 91.677 108.012 92.023 108.055 92.369 108.101 C 92.5 108.117 92.631 108.133 92.763 108.152 C 93.749 108.276 94.747 108.413 95.76 108.556 C 97.296 108.774 98.857 109.011 100.428 109.267 C 102.002 109.522 103.584 109.792 105.176 110.077 C 105.578 110.15 105.98 110.222 106.385 110.298 L 106.932 110.403 C 107.243 110.459 107.554 110.518 107.865 110.578 C 108.176 110.637 108.487 110.696 108.798 110.758 L 109.911 110.976 C 112.348 111.461 114.772 111.978 117.136 112.519 C 117.525 112.608 117.914 112.699 118.3 112.788 C 119.072 112.968 119.837 113.152 120.595 113.337 C 120.804 113.386 121.011 113.437 121.217 113.488 C 121.732 113.617 122.246 113.747 122.753 113.878 L 122.842 113.903 C 123.214 113.994 123.579 114.088 123.944 114.185 C 124.804 114.412 125.651 114.64 126.483 114.872 C 127.035 115.025 127.581 115.181 128.121 115.338 C 128.928 115.572 129.719 115.809 130.488 116.048 C 130.678 116.108 130.869 116.167 131.056 116.223 C 131.619 116.398 132.174 116.576 132.713 116.754 C 133.142 116.894 133.561 117.037 133.973 117.179 C 134.386 117.322 134.791 117.465 135.188 117.607 C 135.443 117.699 135.695 117.796 135.947 117.887 C 136.309 118.022 136.665 118.157 137.014 118.291 C 137.121 118.332 137.226 118.375 137.33 118.415 C 137.397 118.445 137.462 118.469 137.526 118.496 C 137.652 118.547 137.781 118.595 137.904 118.647 C 138.03 118.695 138.153 118.746 138.277 118.8 C 138.397 118.848 138.521 118.9 138.639 118.951 C 138.759 118.999 138.877 119.05 138.995 119.104 C 139.094 119.145 139.191 119.188 139.285 119.231 C 139.475 119.314 139.665 119.398 139.85 119.484 C 139.942 119.527 140.033 119.567 140.124 119.61 L 140.333 119.707 C 140.362 119.723 140.392 119.737 140.421 119.75 C 140.488 119.783 140.558 119.818 140.625 119.85 C 140.781 119.923 140.934 120.001 141.084 120.073 C 141.285 120.176 141.48 120.278 141.668 120.378 C 141.858 120.48 142.043 120.582 142.22 120.682 C 142.25 120.698 142.277 120.714 142.306 120.73 C 142.346 120.752 142.387 120.776 142.427 120.798 C 142.564 120.876 142.695 120.957 142.826 121.035 C 143.084 121.193 143.328 121.35 143.556 121.506 C 143.607 121.541 143.655 121.576 143.706 121.608 C 143.875 121.729 144.036 121.848 144.186 121.969 C 144.186 121.972 144.186 121.972 144.188 121.972 C 144.239 122.009 144.288 122.05 144.336 122.087 C 144.376 122.125 144.419 122.157 144.459 122.195 C 144.599 122.316 144.727 122.432 144.845 122.55 C 144.885 122.587 144.922 122.626 144.958 122.666 C 144.973 122.679 144.988 122.694 145.001 122.709 C 145.054 122.763 145.103 122.817 145.148 122.871 C 145.155 122.878 145.162 122.886 145.167 122.895 C 145.231 122.97 145.29 123.046 145.347 123.121 C 145.373 123.159 145.403 123.197 145.427 123.234 C 145.459 123.28 145.491 123.328 145.518 123.374 C 145.542 123.412 145.564 123.452 145.585 123.49 C 145.642 123.587 145.691 123.689 145.73 123.794 C 145.76 123.866 145.784 123.94 145.802 124.015 C 145.823 124.086 145.838 124.159 145.848 124.233 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 145.848 124.233 C 145.845 124.704 145.84 125.364 145.818 126.18 C 145.816 126.293 145.81 126.408 145.808 126.527 C 145.781 127.671 145.741 129.085 145.684 130.681 C 145.682 130.778 145.679 130.872 145.674 130.969 C 145.599 132.918 145.481 135.188 145.277 138.782 C 144.899 145.422 144.239 139.695 143.577 142.024 C 141.738 140.888 139.722 139.698 137.566 138.475 C 137.177 138.255 136.785 138.033 136.389 137.81 C 132.078 135.395 127.263 132.865 122.236 130.358 C 122.037 130.258 121.836 130.159 121.638 130.062 C 110.123 124.346 97.554 118.787 87.371 115.077 C 85.406 114.36 83.529 113.714 81.765 113.146 C 78.049 111.953 74.837 111.119 72.365 110.758 C 69.791 110.381 68.014 110.516 67.295 111.294 C 67.269 110.745 67.241 110.219 67.212 109.716 L 67.18 109.223 C 67.197 109.179 67.218 109.137 67.239 109.094 C 67.242 109.088 67.244 109.082 67.247 109.075 C 67.252 109.061 67.258 109.048 67.266 109.035 C 67.274 109.018 67.283 109.002 67.293 108.987 C 67.301 108.967 67.312 108.949 67.325 108.933 C 67.349 108.895 67.376 108.855 67.405 108.817 C 67.427 108.789 67.45 108.762 67.475 108.736 C 67.483 108.723 67.493 108.711 67.504 108.701 C 67.515 108.69 67.526 108.677 67.539 108.663 C 67.545 108.655 67.552 108.648 67.561 108.642 C 67.582 108.617 67.605 108.595 67.63 108.575 C 67.726 108.486 67.828 108.405 67.936 108.332 C 67.974 108.308 68.014 108.284 68.051 108.257 C 68.322 108.095 68.606 107.958 68.901 107.848 C 69.003 107.81 69.105 107.775 69.215 107.737 C 69.255 107.727 69.293 107.713 69.333 107.7 C 69.392 107.681 69.451 107.662 69.513 107.648 C 69.818 107.557 70.148 107.479 70.505 107.406 C 70.612 107.385 70.724 107.363 70.837 107.344 C 70.928 107.328 71.022 107.312 71.116 107.296 C 71.912 107.169 72.816 107.075 73.813 107.013 L 74.095 106.997 L 74.427 106.981 C 74.521 106.975 74.617 106.973 74.714 106.97 C 74.808 106.965 74.904 106.962 75.003 106.959 C 75.274 106.951 75.553 106.943 75.837 106.938 C 76.647 106.924 77.499 106.93 78.395 106.948 C 78.811 106.957 79.234 106.97 79.668 106.989 C 79.695 106.989 79.725 106.992 79.752 106.992 C 80.13 107.002 80.513 107.021 80.902 107.04 C 81.175 107.053 81.451 107.067 81.728 107.083 C 81.988 107.099 82.25 107.115 82.516 107.134 C 82.722 107.145 82.929 107.161 83.138 107.175 C 83.315 107.188 83.492 107.202 83.669 107.212 L 84.307 107.261 C 84.602 107.285 84.897 107.309 85.197 107.333 C 85.494 107.36 85.797 107.387 86.1 107.414 C 86.403 107.441 86.709 107.471 87.015 107.5 L 87.106 107.508 C 87.385 107.538 87.663 107.565 87.945 107.595 C 89.505 107.753 91.111 107.939 92.763 108.152 C 93.749 108.278 94.749 108.414 95.76 108.558 C 97.296 108.777 98.857 109.013 100.428 109.267 C 102.002 109.522 103.584 109.792 105.176 110.077 C 105.578 110.15 105.98 110.222 106.385 110.298 C 106.879 110.389 107.372 110.483 107.865 110.578 C 108.176 110.637 108.487 110.696 108.798 110.758 L 109.911 110.976 C 112.348 111.461 114.772 111.978 117.136 112.519 C 117.525 112.608 117.914 112.699 118.3 112.788 C 119.072 112.968 119.837 113.152 120.595 113.337 C 120.804 113.388 121.011 113.44 121.217 113.491 C 121.734 113.62 122.246 113.749 122.753 113.878 L 122.753 113.881 C 122.783 113.887 122.812 113.895 122.842 113.903 C 123.212 113.997 123.579 114.091 123.944 114.188 C 124.804 114.414 125.651 114.642 126.483 114.872 C 127.035 115.028 127.582 115.182 128.121 115.338 C 129.102 115.625 130.08 115.92 131.056 116.223 C 131.62 116.401 132.172 116.578 132.713 116.754 C 133.142 116.894 133.561 117.037 133.973 117.179 C 134.386 117.322 134.791 117.465 135.188 117.607 C 135.445 117.699 135.697 117.793 135.947 117.885 C 136.311 118.019 136.665 118.154 137.014 118.291 C 137.121 118.332 137.226 118.375 137.33 118.415 C 137.526 118.49 137.716 118.568 137.904 118.647 C 138.03 118.695 138.153 118.746 138.277 118.8 C 138.397 118.848 138.521 118.9 138.639 118.951 C 138.759 118.999 138.877 119.05 138.995 119.104 C 139.094 119.145 139.191 119.188 139.285 119.231 C 139.475 119.314 139.665 119.398 139.85 119.484 C 139.942 119.527 140.033 119.567 140.124 119.61 L 140.333 119.707 C 140.362 119.723 140.392 119.737 140.421 119.75 C 140.649 119.858 140.869 119.966 141.084 120.073 C 141.285 120.176 141.48 120.278 141.668 120.378 C 141.891 120.496 142.102 120.612 142.306 120.73 C 142.346 120.752 142.387 120.776 142.427 120.798 C 142.564 120.876 142.695 120.957 142.826 121.035 C 143.084 121.193 143.328 121.35 143.556 121.506 C 143.781 121.662 143.99 121.815 144.186 121.969 C 144.186 121.972 144.186 121.972 144.188 121.972 C 144.282 122.047 144.373 122.122 144.459 122.195 C 144.599 122.316 144.727 122.432 144.845 122.55 C 144.885 122.587 144.922 122.626 144.958 122.666 C 144.973 122.679 144.988 122.694 145.001 122.709 C 145.057 122.771 145.113 122.833 145.167 122.895 C 145.231 122.97 145.29 123.046 145.347 123.121 C 145.373 123.159 145.403 123.197 145.427 123.234 C 145.459 123.28 145.491 123.328 145.518 123.374 C 145.542 123.412 145.564 123.452 145.585 123.49 C 145.642 123.587 145.691 123.689 145.73 123.794 C 145.759 123.866 145.783 123.94 145.802 124.015 C 145.823 124.086 145.838 124.159 145.848 124.233 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.2\"></path></svg>',svgContentId:9690782296}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1oz3v1z\",\"data-framer-name\":\"Undraw programming_65t2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 570 415\"><path d=\"M 312.609 53.821 C 312.609 43.122 321.267 34.449 331.948 34.449 C 342.628 34.449 351.287 43.122 351.287 53.821 C 351.287 64.52 342.628 73.193 331.948 73.193 C 321.267 73.193 312.609 64.52 312.609 53.821 Z\" fill=\"rgb(242,242,242)\"></path><path d=\"M 481.963 360.696 C 510.708 338.764 524.437 301.91 515.842 266.754 C 515.629 265.88 515.403 265.008 515.166 264.139 C 509.468 243.27 495.371 223.437 474.824 216.769 C 457.572 211.17 438.741 215.475 420.743 213.248 C 385.413 208.878 358.021 180.241 338.748 150.258 C 319.474 120.276 304.662 86.715 279.052 61.945 C 236.838 21.116 167.977 12.325 115.638 38.903 C 63.299 65.479 29.959 124.442 31.381 183.204 C 32.803 241.968 67.628 298.151 118.203 327.959 C 136.782 338.909 158.27 346.667 179.656 343.952 C 198.212 341.597 215.073 331.61 233.541 328.644 C 262.577 323.982 291.429 337.133 316.543 352.458 C 341.658 367.784 365.917 385.949 394.457 393.054 C 422.168 399.952 456.5 380.123 481.963 360.695 Z\" fill=\"rgb(242,242,242)\"></path><path d=\"M 440.664 40.136 C 440.034 39.715 439.397 39.316 438.767 38.91 C 420.552 27.24 401.029 17.76 380.601 10.665 L 375.864 76.122 L 345.836 76.122 L 345.836 1.11 C 343.945 0.718 342.041 0.348 340.136 0 L 340.136 76.122 L 304.451 76.122 C 263.543 76.122 230.38 42.902 230.38 1.923 C 228.468 2.336 226.57 2.779 224.673 3.25 L 224.673 76.122 L 195.608 76.122 L 191.096 13.705 C 170.102 21.77 150.172 32.376 131.749 45.287 C 131.43 45.505 131.112 45.73 130.8 45.947 C 129.2 47.072 127.621 48.218 126.049 49.379 L 126.049 299.097 L 211.708 299.097 L 210.195 278.094 L 201.865 162.771 L 369.599 162.771 L 361.27 278.094 L 359.756 299.097 L 444.467 299.097 L 444.467 42.661 C 443.207 41.805 441.939 40.963 440.664 40.136 Z M 224.673 143.726 L 200.489 143.726 L 196.021 81.839 L 224.673 81.839 Z M 340.136 143.726 L 299.519 143.726 L 299.519 142.5 C 299.519 141.31 299.046 140.168 298.205 139.327 C 297.364 138.486 296.224 138.015 295.035 138.017 L 277.378 138.017 C 276.191 138.016 275.052 138.488 274.212 139.329 C 273.373 140.17 272.901 141.311 272.902 142.5 L 272.902 143.726 L 230.38 143.726 L 230.38 81.839 L 340.136 81.839 Z M 345.836 143.726 L 345.836 81.839 L 375.451 81.839 L 370.982 143.726 Z M 0 315.088 C 6.292 322.556 13.097 329.575 20.366 336.092 L 549.503 336.817 C 556.772 330.3 563.578 323.282 569.87 315.814 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 358.825 247.833 L 358.825 310.013 C 358.826 311.663 360.161 313.001 361.808 313.002 L 453.793 313.002 C 455.441 313.001 456.776 311.664 456.777 310.013 L 456.777 247.833 C 456.773 246.184 455.439 244.849 453.793 244.848 L 361.809 244.848 C 360.163 244.849 358.829 246.184 358.825 247.833 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 360.983 248.607 L 360.983 309.246 C 360.985 310.127 361.697 310.841 362.576 310.843 L 453.028 310.843 C 453.907 310.842 454.62 310.128 454.622 309.247 L 454.622 248.607 C 454.622 247.724 453.909 247.008 453.028 247.006 L 362.577 247.006 C 361.696 247.008 360.982 247.724 360.982 248.607 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 356.901 322.14 C 357.242 322.569 357.761 322.817 358.308 322.815 L 456.804 322.815 C 457.35 322.814 457.866 322.568 458.209 322.143 C 458.553 321.719 458.688 321.162 458.576 320.627 L 457.047 313.352 C 456.918 312.749 456.493 312.252 455.918 312.033 C 455.713 311.952 455.495 311.911 455.275 311.911 L 359.832 311.911 C 359.611 311.911 359.393 311.952 359.188 312.033 C 358.613 312.253 358.189 312.749 358.06 313.352 L 356.531 320.627 C 356.421 321.161 356.556 321.717 356.9 322.14 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 454.221 313.223 C 454.416 313.223 454.575 313.223 454.575 313.223 L 454.575 315.046 C 454.575 315.046 454.416 315.046 454.221 315.046 L 451.895 315.046 C 451.7 315.046 451.541 315.046 451.541 315.046 L 451.541 313.223 C 451.541 313.223 451.7 313.223 451.895 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 448.154 313.223 C 448.349 313.223 448.507 313.223 448.507 313.223 L 448.507 315.046 C 448.507 315.046 448.349 315.046 448.154 315.046 L 445.828 315.046 C 445.632 315.046 445.474 315.046 445.474 315.046 L 445.474 313.223 C 445.474 313.223 445.632 313.223 445.828 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 442.088 313.223 C 442.283 313.223 442.442 313.223 442.442 313.223 L 442.442 315.046 C 442.442 315.046 442.283 315.046 442.088 315.046 L 439.762 315.046 C 439.567 315.046 439.408 315.046 439.408 315.046 L 439.408 313.223 C 439.408 313.223 439.567 313.223 439.762 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 436.02 313.223 C 436.215 313.223 436.373 313.223 436.373 313.223 L 436.373 315.046 C 436.373 315.046 436.215 315.046 436.02 315.046 L 433.693 315.046 C 433.498 315.046 433.34 315.046 433.34 315.046 L 433.34 313.223 C 433.34 313.223 433.498 313.223 433.693 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 429.952 313.223 C 430.148 313.223 430.306 313.223 430.306 313.223 L 430.306 315.046 C 430.306 315.046 430.148 315.046 429.952 315.046 L 427.626 315.046 C 427.431 315.046 427.273 315.046 427.273 315.046 L 427.273 313.223 C 427.273 313.223 427.431 313.223 427.626 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 423.885 313.223 C 424.08 313.223 424.239 313.223 424.239 313.223 L 424.239 315.046 C 424.239 315.046 424.08 315.046 423.885 315.046 L 421.559 315.046 C 421.364 315.046 421.205 315.046 421.205 315.046 L 421.205 313.223 C 421.205 313.223 421.364 313.223 421.559 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 417.818 313.223 C 418.013 313.223 418.171 313.223 418.171 313.223 L 418.171 315.046 C 418.171 315.046 418.013 315.046 417.818 315.046 L 415.492 315.046 C 415.296 315.046 415.138 315.046 415.138 315.046 L 415.138 313.223 C 415.138 313.223 415.296 313.223 415.492 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 411.751 313.223 C 411.946 313.223 412.104 313.223 412.104 313.223 L 412.104 315.046 C 412.104 315.046 411.946 315.046 411.751 315.046 L 409.424 315.046 C 409.229 315.046 409.071 315.046 409.071 315.046 L 409.071 313.223 C 409.071 313.223 409.229 313.223 409.424 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 405.684 313.223 C 405.879 313.223 406.037 313.223 406.037 313.223 L 406.037 315.046 C 406.037 315.046 405.879 315.046 405.684 315.046 L 403.357 315.046 C 403.162 315.046 403.004 315.046 403.004 315.046 L 403.004 313.223 C 403.004 313.223 403.162 313.223 403.357 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 399.616 313.223 C 399.812 313.223 399.97 313.223 399.97 313.223 L 399.97 315.046 C 399.97 315.046 399.812 315.046 399.616 315.046 L 397.29 315.046 C 397.095 315.046 396.937 315.046 396.937 315.046 L 396.937 313.223 C 396.937 313.223 397.095 313.223 397.29 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 393.549 313.223 C 393.744 313.223 393.903 313.223 393.903 313.223 L 393.903 315.046 C 393.903 315.046 393.744 315.046 393.549 315.046 L 391.223 315.046 C 391.028 315.046 390.869 315.046 390.869 315.046 L 390.869 313.223 C 390.869 313.223 391.028 313.223 391.223 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 387.482 313.223 C 387.677 313.223 387.835 313.223 387.835 313.223 L 387.835 315.046 C 387.835 315.046 387.677 315.046 387.482 315.046 L 385.156 315.046 C 384.96 315.046 384.802 315.046 384.802 315.046 L 384.802 313.223 C 384.802 313.223 384.96 313.223 385.156 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 381.416 313.223 C 381.611 313.223 381.77 313.223 381.77 313.223 L 381.77 315.046 C 381.77 315.046 381.611 315.046 381.416 315.046 L 379.09 315.046 C 378.895 315.046 378.736 315.046 378.736 315.046 L 378.736 313.223 C 378.736 313.223 378.895 313.223 379.09 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 375.348 313.223 C 375.543 313.223 375.701 313.223 375.701 313.223 L 375.701 315.046 C 375.701 315.046 375.543 315.046 375.348 315.046 L 373.021 315.046 C 372.826 315.046 372.668 315.046 372.668 315.046 L 372.668 313.223 C 372.668 313.223 372.826 313.223 373.021 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 369.28 313.223 C 369.476 313.223 369.634 313.223 369.634 313.223 L 369.634 315.046 C 369.634 315.046 369.476 315.046 369.28 315.046 L 366.954 315.046 C 366.759 315.046 366.601 315.046 366.601 315.046 L 366.601 313.223 C 366.601 313.223 366.759 313.223 366.954 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 363.213 313.223 C 363.408 313.223 363.567 313.223 363.567 313.223 L 363.567 315.046 C 363.567 315.046 363.408 315.046 363.213 315.046 L 360.887 315.046 C 360.692 315.046 360.533 315.046 360.533 315.046 L 360.533 313.223 C 360.533 313.223 360.692 313.223 360.887 313.223 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 454.293 316.26 C 454.488 316.26 454.646 316.26 454.646 316.26 L 454.646 318.084 C 454.646 318.084 454.488 318.084 454.293 318.084 L 451.967 318.084 C 451.771 318.084 451.613 318.084 451.613 318.084 L 451.613 316.26 C 451.613 316.26 451.771 316.26 451.967 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 448.226 316.26 C 448.421 316.26 448.579 316.26 448.579 316.26 L 448.579 318.084 C 448.579 318.084 448.421 318.084 448.226 318.084 L 445.899 318.084 C 445.704 318.084 445.546 318.084 445.546 318.084 L 445.546 316.26 C 445.546 316.26 445.704 316.26 445.899 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 442.158 316.26 C 442.354 316.26 442.512 316.26 442.512 316.26 L 442.512 318.084 C 442.512 318.084 442.354 318.084 442.158 318.084 L 439.832 318.084 C 439.637 318.084 439.479 318.084 439.479 318.084 L 439.479 316.26 C 439.479 316.26 439.637 316.26 439.832 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 436.091 316.26 C 436.286 316.26 436.445 316.26 436.445 316.26 L 436.445 318.084 C 436.445 318.084 436.286 318.084 436.091 318.084 L 433.765 318.084 C 433.57 318.084 433.411 318.084 433.411 318.084 L 433.411 316.26 C 433.411 316.26 433.57 316.26 433.765 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 430.024 316.26 C 430.219 316.26 430.378 316.26 430.378 316.26 L 430.378 318.084 C 430.378 318.084 430.219 318.084 430.024 318.084 L 427.698 318.084 C 427.503 318.084 427.344 318.084 427.344 318.084 L 427.344 316.26 C 427.344 316.26 427.503 316.26 427.698 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 423.957 316.26 C 424.152 316.26 424.31 316.26 424.31 316.26 L 424.31 318.084 C 424.31 318.084 424.152 318.084 423.957 318.084 L 421.631 318.084 C 421.435 318.084 421.277 318.084 421.277 318.084 L 421.277 316.26 C 421.277 316.26 421.435 316.26 421.631 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 417.89 316.26 C 418.085 316.26 418.243 316.26 418.243 316.26 L 418.243 318.084 C 418.243 318.084 418.085 318.084 417.89 318.084 L 415.563 318.084 C 415.368 318.084 415.21 318.084 415.21 318.084 L 415.21 316.26 C 415.21 316.26 415.368 316.26 415.563 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 411.822 316.26 C 412.018 316.26 412.176 316.26 412.176 316.26 L 412.176 318.084 C 412.176 318.084 412.018 318.084 411.822 318.084 L 409.496 318.084 C 409.301 318.084 409.143 318.084 409.143 318.084 L 409.143 316.26 C 409.143 316.26 409.301 316.26 409.496 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 405.755 316.26 C 405.95 316.26 406.109 316.26 406.109 316.26 L 406.109 318.084 C 406.109 318.084 405.95 318.084 405.755 318.084 L 403.429 318.084 C 403.234 318.084 403.075 318.084 403.075 318.084 L 403.075 316.26 C 403.075 316.26 403.234 316.26 403.429 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 399.69 316.26 C 399.885 316.26 400.043 316.26 400.043 316.26 L 400.043 318.084 C 400.043 318.084 399.885 318.084 399.69 318.084 L 397.363 318.084 C 397.168 318.084 397.01 318.084 397.01 318.084 L 397.01 316.26 C 397.01 316.26 397.168 316.26 397.363 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 393.621 316.26 C 393.816 316.26 393.974 316.26 393.974 316.26 L 393.974 318.084 C 393.974 318.084 393.816 318.084 393.621 318.084 L 391.294 318.084 C 391.099 318.084 390.941 318.084 390.941 318.084 L 390.941 316.26 C 390.941 316.26 391.099 316.26 391.294 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 387.554 316.26 C 387.749 316.26 387.907 316.26 387.907 316.26 L 387.907 318.084 C 387.907 318.084 387.749 318.084 387.554 318.084 L 385.227 318.084 C 385.032 318.084 384.874 318.084 384.874 318.084 L 384.874 316.26 C 384.874 316.26 385.032 316.26 385.227 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 381.486 316.26 C 381.682 316.26 381.84 316.26 381.84 316.26 L 381.84 318.084 C 381.84 318.084 381.682 318.084 381.486 318.084 L 379.16 318.084 C 378.965 318.084 378.807 318.084 378.807 318.084 L 378.807 316.26 C 378.807 316.26 378.965 316.26 379.16 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 375.419 316.26 C 375.614 316.26 375.773 316.26 375.773 316.26 L 375.773 318.084 C 375.773 318.084 375.614 318.084 375.419 318.084 L 373.093 318.084 C 372.898 318.084 372.739 318.084 372.739 318.084 L 372.739 316.26 C 372.739 316.26 372.898 316.26 373.093 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 369.352 316.26 C 369.547 316.26 369.705 316.26 369.705 316.26 L 369.705 318.084 C 369.705 318.084 369.547 318.084 369.352 318.084 L 367.026 318.084 C 366.83 318.084 366.672 318.084 366.672 318.084 L 366.672 316.26 C 366.672 316.26 366.83 316.26 367.026 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 363.285 316.26 C 363.48 316.26 363.638 316.26 363.638 316.26 L 363.638 318.084 C 363.638 318.084 363.48 318.084 363.285 318.084 L 360.958 318.084 C 360.763 318.084 360.605 318.084 360.605 318.084 L 360.605 316.26 C 360.605 316.26 360.763 316.26 360.958 316.26 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 425.171 319.907 C 425.366 319.907 425.524 319.907 425.524 319.907 L 425.524 321.73 C 425.524 321.73 425.366 321.73 425.171 321.73 L 401.609 321.73 C 401.414 321.73 401.255 321.73 401.255 321.73 L 401.255 319.907 C 401.255 319.907 401.414 319.907 401.609 319.907 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 374.586 262.538 C 373.962 262.538 373.456 262.538 373.456 262.538 L 373.456 260.272 C 373.456 260.272 373.962 260.272 374.586 260.272 L 376.646 260.272 C 377.271 260.272 377.777 260.272 377.777 260.272 L 377.777 262.538 C 377.777 262.538 377.271 262.538 376.646 262.538 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 398.142 262.538 C 397.517 262.538 397.011 262.538 397.011 262.538 L 397.011 260.272 C 397.011 260.272 397.517 260.272 398.142 260.272 L 400.202 260.272 C 400.826 260.272 401.332 260.272 401.332 260.272 L 401.332 262.538 C 401.332 262.538 400.826 262.538 400.202 262.538 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 404.816 262.538 C 404.191 262.538 403.685 262.538 403.685 262.538 L 403.685 260.272 C 403.685 260.272 404.191 260.272 404.816 260.272 L 406.876 260.272 C 407.5 260.272 408.006 260.272 408.006 260.272 L 408.006 262.538 C 408.006 262.538 407.5 262.538 406.876 262.538 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 380.993 262.349 C 380.369 262.349 379.863 262.349 379.863 262.349 L 379.863 260.084 C 379.863 260.084 380.369 260.084 380.993 260.084 L 393.794 260.084 C 394.418 260.084 394.925 260.084 394.925 260.084 L 394.925 262.349 C 394.925 262.349 394.418 262.349 393.794 262.349 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 412.4 262.349 C 411.776 262.349 411.27 262.349 411.27 262.349 L 411.27 260.084 C 411.27 260.084 411.776 260.084 412.4 260.084 L 425.201 260.084 C 425.826 260.084 426.332 260.084 426.332 260.084 L 426.332 262.349 C 426.332 262.349 425.826 262.349 425.201 262.349 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 380.868 267.65 C 380.244 267.65 379.737 267.65 379.737 267.65 L 379.737 265.385 C 379.737 265.385 380.244 265.385 380.868 265.385 L 382.928 265.385 C 383.552 265.385 384.058 265.385 384.058 265.385 L 384.058 267.65 C 384.058 267.65 383.552 267.65 382.928 267.65 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 404.423 267.65 C 403.799 267.65 403.293 267.65 403.293 267.65 L 403.293 265.385 C 403.293 265.385 403.799 265.385 404.423 265.385 L 406.483 265.385 C 407.108 265.385 407.614 265.385 407.614 265.385 L 407.614 267.65 C 407.614 267.65 407.108 267.65 406.483 267.65 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 411.097 267.65 C 410.473 267.65 409.967 267.65 409.967 267.65 L 409.967 265.385 C 409.967 265.385 410.473 265.385 411.097 265.385 L 413.157 265.385 C 413.782 265.385 414.288 265.385 414.288 265.385 L 414.288 267.65 C 414.288 267.65 413.782 267.65 413.157 267.65 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 387.275 267.461 C 386.65 267.461 386.144 267.461 386.144 267.461 L 386.144 265.196 C 386.144 265.196 386.65 265.196 387.275 265.196 L 400.076 265.196 C 400.7 265.196 401.206 265.196 401.206 265.196 L 401.206 267.461 C 401.206 267.461 400.7 267.461 400.076 267.461 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 418.682 267.461 C 418.058 267.461 417.551 267.461 417.551 267.461 L 417.551 265.196 C 417.551 265.196 418.058 265.196 418.682 265.196 L 431.483 265.196 C 432.107 265.196 432.613 265.196 432.613 265.196 L 432.613 267.461 C 432.613 267.461 432.107 267.461 431.483 267.461 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 387.15 272.762 C 386.525 272.762 386.019 272.762 386.019 272.762 L 386.019 270.497 C 386.019 270.497 386.525 270.497 387.15 270.497 L 389.209 270.497 C 389.834 270.497 390.34 270.497 390.34 270.497 L 390.34 272.762 C 390.34 272.762 389.834 272.762 389.209 272.762 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 410.705 272.762 C 410.081 272.762 409.574 272.762 409.574 272.762 L 409.574 270.497 C 409.574 270.497 410.081 270.497 410.705 270.497 L 412.765 270.497 C 413.389 270.497 413.895 270.497 413.895 270.497 L 413.895 272.762 C 413.895 272.762 413.389 272.762 412.765 272.762 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 417.379 272.762 C 416.755 272.762 416.248 272.762 416.248 272.762 L 416.248 270.497 C 416.248 270.497 416.755 270.497 417.379 270.497 L 419.439 270.497 C 420.063 270.497 420.569 270.497 420.569 270.497 L 420.569 272.762 C 420.569 272.762 420.063 272.762 419.439 272.762 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 393.556 272.574 C 392.932 272.574 392.426 272.574 392.426 272.574 L 392.426 270.309 C 392.426 270.309 392.932 270.309 393.556 270.309 L 406.357 270.309 C 406.982 270.309 407.488 270.309 407.488 270.309 L 407.488 272.574 C 407.488 272.574 406.982 272.574 406.357 272.574 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 424.964 272.574 C 424.339 272.574 423.833 272.574 423.833 272.574 L 423.833 270.309 C 423.833 270.309 424.339 270.309 424.964 270.309 L 437.764 270.309 C 438.389 270.309 438.895 270.309 438.895 270.309 L 438.895 272.574 C 438.895 272.574 438.389 272.574 437.764 272.574 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 393.43 277.875 C 392.806 277.875 392.3 277.875 392.3 277.875 L 392.3 275.61 C 392.3 275.61 392.806 275.61 393.43 275.61 L 395.49 275.61 C 396.115 275.61 396.621 275.61 396.621 275.61 L 396.621 277.875 C 396.621 277.875 396.115 277.875 395.49 277.875 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 416.986 277.875 C 416.361 277.875 415.855 277.875 415.855 277.875 L 415.855 275.61 C 415.855 275.61 416.361 275.61 416.986 275.61 L 419.046 275.61 C 419.67 275.61 420.176 275.61 420.176 275.61 L 420.176 277.875 C 420.176 277.875 419.67 277.875 419.046 277.875 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 423.66 277.875 C 423.036 277.875 422.529 277.875 422.529 277.875 L 422.529 275.61 C 422.529 275.61 423.036 275.61 423.66 275.61 L 425.72 275.61 C 426.344 275.61 426.85 275.61 426.85 275.61 L 426.85 277.875 C 426.85 277.875 426.344 277.875 425.72 277.875 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 399.838 277.687 C 399.214 277.687 398.707 277.687 398.707 277.687 L 398.707 275.421 C 398.707 275.421 399.214 275.421 399.838 275.421 L 412.639 275.421 C 413.263 275.421 413.769 275.421 413.769 275.421 L 413.769 277.687 C 413.769 277.687 413.263 277.687 412.639 277.687 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 398.142 298.205 C 397.517 298.205 397.011 298.205 397.011 298.205 L 397.011 295.94 C 397.011 295.94 397.517 295.94 398.142 295.94 L 400.202 295.94 C 400.826 295.94 401.332 295.94 401.332 295.94 L 401.332 298.205 C 401.332 298.205 400.826 298.205 400.202 298.205 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 404.816 298.205 C 404.191 298.205 403.685 298.205 403.685 298.205 L 403.685 295.94 C 403.685 295.94 404.191 295.94 404.816 295.94 L 406.876 295.94 C 407.5 295.94 408.006 295.94 408.006 295.94 L 408.006 298.205 C 408.006 298.205 407.5 298.205 406.876 298.205 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 412.4 298.394 C 411.776 298.394 411.27 298.394 411.27 298.394 L 411.27 296.129 C 411.27 296.129 411.776 296.129 412.4 296.129 L 425.201 296.129 C 425.826 296.129 426.332 296.129 426.332 296.129 L 426.332 298.394 C 426.332 298.394 425.826 298.394 425.201 298.394 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 374.586 298.205 C 373.962 298.205 373.456 298.205 373.456 298.205 L 373.456 295.94 C 373.456 295.94 373.962 295.94 374.586 295.94 L 376.646 295.94 C 377.271 295.94 377.777 295.94 377.777 295.94 L 377.777 298.205 C 377.777 298.205 377.271 298.205 376.646 298.205 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 380.993 298.394 C 380.369 298.394 379.863 298.394 379.863 298.394 L 379.863 296.129 C 379.863 296.129 380.369 296.129 380.993 296.129 L 393.794 296.129 C 394.418 296.129 394.925 296.129 394.925 296.129 L 394.925 298.394 C 394.925 298.394 394.418 298.394 393.794 298.394 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 380.868 293.092 C 380.244 293.092 379.737 293.092 379.737 293.092 L 379.737 290.827 C 379.737 290.827 380.244 290.827 380.868 290.827 L 382.928 290.827 C 383.552 290.827 384.058 290.827 384.058 290.827 L 384.058 293.092 C 384.058 293.092 383.552 293.092 382.928 293.092 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 404.423 293.092 C 403.799 293.092 403.293 293.092 403.293 293.092 L 403.293 290.827 C 403.293 290.827 403.799 290.827 404.423 290.827 L 406.483 290.827 C 407.108 290.827 407.614 290.827 407.614 290.827 L 407.614 293.092 C 407.614 293.092 407.108 293.092 406.483 293.092 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 411.097 293.092 C 410.473 293.092 409.967 293.092 409.967 293.092 L 409.967 290.827 C 409.967 290.827 410.473 290.827 411.097 290.827 L 413.157 290.827 C 413.782 290.827 414.288 290.827 414.288 290.827 L 414.288 293.092 C 414.288 293.092 413.782 293.092 413.157 293.092 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 387.275 293.281 C 386.65 293.281 386.144 293.281 386.144 293.281 L 386.144 291.016 C 386.144 291.016 386.65 291.016 387.275 291.016 L 400.076 291.016 C 400.7 291.016 401.206 291.016 401.206 291.016 L 401.206 293.281 C 401.206 293.281 400.7 293.281 400.076 293.281 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 387.15 287.98 C 386.525 287.98 386.019 287.98 386.019 287.98 L 386.019 285.714 C 386.019 285.714 386.525 285.714 387.15 285.714 L 389.209 285.714 C 389.834 285.714 390.34 285.714 390.34 285.714 L 390.34 287.98 C 390.34 287.98 389.834 287.98 389.209 287.98 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 410.705 287.98 C 410.081 287.98 409.574 287.98 409.574 287.98 L 409.574 285.714 C 409.574 285.714 410.081 285.714 410.705 285.714 L 412.765 285.714 C 413.389 285.714 413.895 285.714 413.895 285.714 L 413.895 287.98 C 413.895 287.98 413.389 287.98 412.765 287.98 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 417.379 287.98 C 416.755 287.98 416.248 287.98 416.248 287.98 L 416.248 285.714 C 416.248 285.714 416.755 285.714 417.379 285.714 L 419.439 285.714 C 420.063 285.714 420.569 285.714 420.569 285.714 L 420.569 287.98 C 420.569 287.98 420.063 287.98 419.439 287.98 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 393.556 288.168 C 392.932 288.168 392.426 288.168 392.426 288.168 L 392.426 285.903 C 392.426 285.903 392.932 285.903 393.556 285.903 L 406.357 285.903 C 406.982 285.903 407.488 285.903 407.488 285.903 L 407.488 288.168 C 407.488 288.168 406.982 288.168 406.357 288.168 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 393.43 282.867 C 392.806 282.867 392.3 282.867 392.3 282.867 L 392.3 280.602 C 392.3 280.602 392.806 280.602 393.43 280.602 L 395.49 280.602 C 396.115 280.602 396.621 280.602 396.621 280.602 L 396.621 282.867 C 396.621 282.867 396.115 282.867 395.49 282.867 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 416.986 282.867 C 416.361 282.867 415.855 282.867 415.855 282.867 L 415.855 280.602 C 415.855 280.602 416.361 280.602 416.986 280.602 L 419.046 280.602 C 419.67 280.602 420.176 280.602 420.176 280.602 L 420.176 282.867 C 420.176 282.867 419.67 282.867 419.046 282.867 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 423.66 282.867 C 423.036 282.867 422.529 282.867 422.529 282.867 L 422.529 280.602 C 422.529 280.602 423.036 280.602 423.66 280.602 L 425.72 280.602 C 426.344 280.602 426.85 280.602 426.85 280.602 L 426.85 282.867 C 426.85 282.867 426.344 282.867 425.72 282.867 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 399.838 283.056 C 399.214 283.056 398.707 283.056 398.707 283.056 L 398.707 280.791 C 398.707 280.791 399.214 280.791 399.838 280.791 L 412.639 280.791 C 413.263 280.791 413.769 280.791 413.769 280.791 L 413.769 283.056 C 413.769 283.056 413.263 283.056 412.639 283.056 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 365.696 355.857 L 356.027 340.547 L 386.376 316.312 L 398.902 302.411 C 402.214 298.735 407.227 297.101 412.064 298.122 C 416.901 299.142 420.831 302.663 422.382 307.364 C 424.729 314.48 421.022 322.179 414.002 324.77 L 394.194 332.08 Z\" fill=\"rgb(255,182,182)\"></path><path d=\"M 138.835 244.85 L 138.835 319.26 L 190.874 319.26 L 190.874 244.85 C 190.876 243.751 190.162 242.78 189.114 242.456 C 188.873 242.376 188.621 242.337 188.368 242.34 L 141.348 242.34 C 140.683 242.338 140.044 242.602 139.572 243.073 C 139.101 243.544 138.836 244.183 138.835 244.85 Z M 159.144 270.417 C 159.144 267.344 161.631 264.853 164.699 264.853 C 167.767 264.853 170.254 267.344 170.254 270.417 L 170.254 279.051 C 170.254 282.125 167.767 284.616 164.699 284.616 C 161.631 284.616 159.144 282.125 159.144 279.051 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 138.676 316.88 L 138.676 324.056 C 138.678 324.829 139.302 325.457 140.074 325.463 L 189.635 325.463 C 190.409 325.459 191.033 324.83 191.033 324.056 L 191.033 316.88 Z M 56.971 132.742 L 56.971 268.604 C 56.974 272.209 59.891 275.131 63.489 275.133 L 264.474 275.133 C 268.073 275.131 270.99 272.209 270.993 268.604 L 270.993 132.742 C 270.984 129.14 268.07 126.224 264.474 126.219 L 63.489 126.219 C 59.894 126.224 56.98 129.141 56.971 132.742 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 61.686 134.432 L 61.686 266.928 C 61.689 268.854 63.247 270.414 65.17 270.417 L 262.801 270.417 C 264.724 270.414 266.282 268.854 266.285 266.928 L 266.285 134.432 C 266.285 132.504 264.726 130.939 262.801 130.935 L 65.17 130.935 C 63.245 130.939 61.686 132.504 61.686 134.432 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 98.363 324.977 C 98.771 325.489 99.39 325.786 100.043 325.782 L 217.621 325.782 C 218.272 325.782 218.889 325.487 219.299 324.98 C 219.709 324.474 219.87 323.809 219.736 323.17 L 217.911 314.486 C 217.757 313.766 217.25 313.174 216.564 312.911 C 216.319 312.815 216.059 312.766 215.796 312.766 L 101.861 312.766 C 101.599 312.766 101.338 312.815 101.094 312.911 C 100.407 313.174 99.9 313.766 99.746 314.486 L 97.921 323.17 C 97.79 323.808 97.952 324.472 98.363 324.977 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 256.387 149.188 L 71.464 149.188 C 71.067 149.176 70.752 148.849 70.752 148.451 C 70.752 148.053 71.067 147.727 71.464 147.715 L 256.387 147.715 C 256.78 147.732 257.09 148.057 257.09 148.451 C 257.09 148.845 256.78 149.17 256.387 149.187 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 79.743 139.54 C 79.743 137.103 81.672 135.127 84.052 135.127 C 86.432 135.127 88.362 137.103 88.362 139.54 C 88.362 141.978 86.432 143.953 84.052 143.953 C 81.672 143.953 79.743 141.978 79.743 139.54 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 94.631 139.54 C 94.631 137.103 96.56 135.127 98.94 135.127 C 101.32 135.127 103.25 137.103 103.25 139.54 C 103.25 141.978 101.32 143.953 98.94 143.953 C 96.56 143.953 94.631 141.978 94.631 139.54 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 109.519 139.54 C 109.519 137.103 111.448 135.127 113.828 135.127 C 116.208 135.127 118.138 137.103 118.138 139.54 C 118.138 141.978 116.208 143.953 113.828 143.953 C 111.448 143.953 109.519 141.978 109.519 139.54 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 247.422 136.217 L 236.848 136.217 C 236.406 136.217 236.047 136.576 236.047 137.019 C 236.047 137.462 236.406 137.821 236.848 137.821 L 247.422 137.821 C 247.864 137.821 248.222 137.462 248.222 137.019 C 248.222 136.576 247.864 136.217 247.422 136.217 Z M 247.422 139.228 L 236.848 139.228 C 236.406 139.228 236.047 139.587 236.047 140.03 C 236.047 140.473 236.406 140.832 236.848 140.832 L 247.422 140.832 C 247.864 140.832 248.222 140.473 248.222 140.03 C 248.222 139.587 247.864 139.228 247.422 139.228 Z M 247.422 142.239 L 236.848 142.239 C 236.406 142.239 236.047 142.598 236.047 143.041 C 236.047 143.484 236.406 143.842 236.848 143.842 L 247.422 143.842 C 247.864 143.842 248.222 143.484 248.222 143.041 C 248.222 142.598 247.864 142.239 247.422 142.239 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 502.35 320.03 C 503.005 321.939 504.814 323.208 506.829 323.172 L 526.016 322.677 C 528.048 322.637 529.811 321.262 530.347 319.298 L 533.063 290.214 C 534.026 290.651 535.075 290.867 536.132 290.846 C 539.995 290.749 543.048 287.533 542.951 283.663 C 542.854 279.793 539.644 276.734 535.78 276.831 C 535.358 276.83 534.936 276.874 534.523 276.962 C 533.614 275.977 532.332 275.423 530.993 275.437 L 501.479 276.2 C 501.234 276.209 500.99 276.239 500.75 276.291 C 499.441 276.535 498.301 277.335 497.625 278.485 C 496.948 279.634 496.801 281.021 497.221 282.287 Z M 533.619 288.239 L 535.552 281.309 C 535.771 280.508 535.776 279.664 535.566 278.86 C 535.66 278.86 535.743 278.815 535.836 278.815 C 538.6 278.751 540.892 280.942 540.957 283.71 C 541.022 286.478 538.834 288.775 536.071 288.84 C 535.214 288.867 534.367 288.659 533.619 288.239 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 500.75 276.291 C 501.38 279.892 508.449 282.424 516.949 281.984 C 524.766 281.623 531.158 278.873 532.329 275.615 C 531.896 275.487 531.445 275.426 530.993 275.437 L 501.479 276.2 C 501.234 276.209 500.99 276.239 500.75 276.291 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 518.507 304.048 C 518.546 304.038 518.583 304.022 518.617 304 L 522.783 301.268 C 522.885 301.2 522.947 301.086 522.947 300.964 C 522.947 300.842 522.885 300.728 522.783 300.661 L 518.452 297.819 C 518.344 297.741 518.202 297.729 518.082 297.788 C 517.963 297.846 517.885 297.965 517.879 298.099 C 517.874 298.232 517.942 298.358 518.056 298.426 L 521.924 300.964 L 518.221 303.393 C 518.073 303.49 518.017 303.679 518.088 303.842 C 518.159 304.004 518.336 304.091 518.507 304.048 Z M 511.927 304.352 C 512.07 304.315 512.176 304.196 512.196 304.049 C 512.216 303.903 512.146 303.759 512.018 303.686 L 508.177 301.48 L 511.889 298.717 C 511.999 298.642 512.058 298.513 512.045 298.381 C 512.031 298.248 511.947 298.134 511.824 298.083 C 511.701 298.032 511.561 298.052 511.457 298.135 L 507.301 301.228 C 507.204 301.301 507.149 301.419 507.156 301.54 C 507.164 301.662 507.231 301.772 507.337 301.833 L 511.657 304.315 C 511.739 304.362 511.835 304.375 511.927 304.352 Z M 518.093 306.442 C 518.128 306.433 518.162 306.419 518.192 306.4 C 518.274 306.35 518.333 306.269 518.356 306.176 C 518.379 306.082 518.364 305.984 518.314 305.901 L 512.407 296.174 C 512.301 296.006 512.081 295.955 511.912 296.058 C 511.744 296.161 511.688 296.38 511.788 296.551 L 517.695 306.279 C 517.778 306.415 517.939 306.481 518.093 306.442 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 154.015 197.105 C 152.71 197.105 151.651 197.105 151.651 197.105 L 151.651 189.236 C 151.651 189.236 152.71 189.236 154.015 189.236 L 186.021 189.236 C 187.327 189.236 188.385 189.236 188.385 189.236 L 188.385 197.105 C 188.385 197.105 187.327 197.105 186.021 197.105 Z\" fill=\"rgb(108,99,255)\"></path><path d=\"M 135.359 212.843 C 134.053 212.843 132.995 212.843 132.995 212.843 L 132.995 204.974 C 132.995 204.974 134.053 204.974 135.359 204.974 L 204.677 204.974 C 205.983 204.974 207.041 204.974 207.041 204.974 L 207.041 212.843 C 207.041 212.843 205.983 212.843 204.677 212.843 Z\" fill=\"rgb(230,230,230)\"></path><path d=\"M 135.359 228.581 C 134.053 228.581 132.995 228.581 132.995 228.581 L 132.995 220.712 C 132.995 220.712 134.053 220.712 135.359 220.712 L 204.677 220.712 C 205.983 220.712 207.041 220.712 207.041 220.712 L 207.041 228.581 C 207.041 228.581 205.983 228.581 204.677 228.581 Z\" fill=\"rgb(230,230,230)\"></path><path d=\"M 210.553 273.411 L 210.71 273.907 L 210.718 273.924 L 215.445 288.317 L 220.881 304.903 L 231.109 336.072 L 231.209 340.915 L 231.209 340.931 L 231.969 379.88 L 229.861 385.161 L 232.233 393.818 C 232.233 393.818 231.143 380.732 225.293 388.246 C 221.98 392.517 218.105 396.887 214.924 400.984 C 219.559 402.863 224.269 404.563 229.052 406.083 C 230.085 406.414 231.126 406.728 232.167 407.043 L 232.837 407.241 C 248.694 411.939 265.088 414.579 281.616 415.096 C 282.476 415.121 283.318 415.137 284.137 415.154 C 284.426 415.163 284.707 415.17 284.988 415.17 C 285.913 415.178 286.83 415.187 287.755 415.187 C 289.623 415.187 291.482 415.16 293.332 415.104 C 307.03 414.718 320.649 412.873 333.958 409.601 C 333.867 404.097 333.619 397.666 333.264 390.796 C 333.099 387.427 329.389 383.778 329.166 380.252 C 329.009 377.604 332.338 375.112 332.164 372.422 C 331.042 355.861 329.637 362.218 328.596 350.491 C 328.488 349.34 328.389 348.239 328.298 347.188 C 327.629 339.656 327.166 334.947 327.166 334.947 L 331.611 306.882 L 338.593 262.817 L 338.056 261.932 L 337.453 261.634 L 300.628 243.375 L 298.629 238.244 C 297.437 235.22 294.53 233.224 291.284 233.203 L 267.026 233.104 C 264.472 233.093 262.069 234.316 260.573 236.39 L 254.004 245.502 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 236.703 329.137 L 231.209 340.915 L 227.458 348.959 L 221.005 382.802 L 217.775 386.237 L 215.007 374.077 L 186.037 380.521 C 185.087 375.232 185.783 380.699 185.197 374.898 C 185.365 374.73 185.536 374.565 185.708 374.401 C 186.172 373.971 186.559 373.565 186.552 373.176 C 186.221 353.164 187.213 319.106 195.491 298.472 C 196.788 295.103 198.497 291.909 200.581 288.963 C 200.746 288.739 200.903 288.516 201.06 288.292 C 204.877 282.938 207.29 277.665 210.71 273.916 L 210.71 273.907 C 210.732 273.89 210.751 273.871 210.768 273.849 C 210.78 273.843 210.791 273.835 210.801 273.825 L 234.299 261.343 L 235.307 289.716 L 236.026 310.109 Z M 321.431 332.482 L 328.295 347.192 L 330.691 352.315 L 337.142 386.155 L 340.361 389.581 L 343.135 377.424 L 344.439 377.157 L 367.948 372.28 L 374.799 394.079 C 377.983 388.765 376.997 381.941 372.438 377.75 C 371.97 377.326 371.58 376.914 371.591 376.523 C 371.981 352.984 370.543 310.004 357.564 292.314 C 353.441 286.7 350.968 281.109 347.369 277.203 C 347.358 277.191 347.358 277.18 347.347 277.18 L 338.589 262.816 L 338.055 261.934 L 337.454 261.633 Z\" fill=\"rgb(63,61,86)\"></path><path d=\"M 247.584 193.861 C 247.584 176.007 262.032 161.533 279.856 161.533 C 297.679 161.533 312.128 176.007 312.128 193.861 C 312.128 211.715 297.679 226.189 279.856 226.189 C 262.032 226.189 247.584 211.715 247.584 193.861 Z\" fill=\"rgb(255,182,182)\"></path><path d=\"M 323.475 171.28 C 322.969 170.739 322.266 170.427 321.526 170.416 L 322.012 169.067 C 322.334 168.201 322.166 167.229 321.572 166.523 C 320.978 165.816 320.05 165.485 319.144 165.657 L 317.376 165.998 L 317.543 164.815 C 317.673 163.919 317.321 163.021 316.618 162.452 C 315.915 161.883 314.964 161.728 314.117 162.044 C 313.35 162.346 312.487 162.285 311.77 161.877 C 311.051 161.482 310.542 160.789 310.38 159.983 L 309.764 157.009 L 309.699 156.849 C 306.701 151.843 300.935 148.201 293.881 146.866 C 287.602 145.669 281.163 146.278 274.956 146.851 C 272.493 147.083 269.712 147.345 267.394 148.767 C 265.424 149.985 263.759 152.423 264.099 154.883 C 257.979 153.004 251.417 156.755 248.165 161.485 C 244.312 167.115 243.682 174.167 243.58 179.681 C 243.305 192.726 245.992 203.399 251.547 211.408 C 251.953 211.989 252.054 213.2 252.858 213.607 L 252.692 213.338 C 253.59 213.788 254.502 214.514 254.162 215.29 C 253.184 217.525 259.681 222.465 264.258 224.098 C 272.609 227.08 283.712 226.826 291.52 225.752 L 291.795 223.902 C 294.613 223.517 296.597 222.785 297.155 221.638 C 298.14 220.797 298.98 220.042 299.711 219.346 L 299.719 219.338 C 299.733 219.324 299.762 219.302 299.777 219.288 C 303.304 215.899 304.122 213.97 304.492 211.031 C 304.846 208.151 304.216 205.227 303.572 202.593 C 317.145 204.697 298.227 188.112 310.872 184.905 C 311.017 184.86 311.165 184.824 311.314 184.796 C 311.684 184.709 312.053 184.622 312.408 184.52 C 314.119 184.055 315.757 183.355 317.275 182.438 C 320.809 180.283 321.975 177.425 323.801 174.204 C 324.341 173.262 324.209 172.078 323.475 171.28 Z M 393.997 334.784 C 393.99 336.054 393.975 337.831 393.917 340.029 L 393.895 340.965 C 393.801 345.006 393.707 348.395 393.555 352.16 C 393.548 352.421 393.54 352.675 393.526 352.936 C 393.323 358.189 393.004 364.305 392.454 373.991 C 391.433 391.883 389.651 376.451 387.862 382.726 C 387.775 383.038 387.681 383.408 387.594 383.844 C 387.323 385.423 386.866 386.965 386.233 388.436 C 385.284 389.002 384.306 389.546 383.343 390.091 C 380.598 391.621 377.809 393.094 374.999 394.495 C 373.42 395.278 371.834 396.047 370.241 396.787 C 369.987 396.903 369.741 397.019 369.495 397.128 C 361.335 400.909 352.926 404.123 344.326 406.749 C 342.646 407.256 340.973 407.75 339.278 408.207 C 337.511 408.7 335.744 409.165 333.955 409.6 C 320.647 412.873 307.029 414.719 293.331 415.107 C 291.484 415.165 289.622 415.186 287.754 415.186 C 286.827 415.186 285.914 415.179 284.987 415.172 C 284.704 415.172 284.422 415.165 284.14 415.157 C 283.321 415.136 282.474 415.121 281.619 415.099 C 265.091 414.583 248.697 411.942 232.84 407.242 L 232.166 407.046 C 231.123 406.727 230.087 406.415 229.052 406.081 C 224.271 404.565 219.561 402.867 214.921 400.988 C 211.379 399.559 207.879 398.025 204.419 396.388 C 204.388 396.38 204.358 396.365 204.332 396.345 C 203.608 396.011 202.877 395.663 202.152 395.307 C 202.058 395.256 201.957 395.206 201.855 395.155 C 199.154 393.834 196.481 392.451 193.838 391.005 C 191.614 385.89 188.485 384.91 186.544 380.412 C 185.979 379.076 185.571 377.678 185.327 376.248 C 185.327 376.233 185.32 376.219 185.32 376.197 C 185.523 378.896 184.458 371.408 185.313 376.168 C 185.282 375.744 185.243 375.321 185.197 374.898 C 182.713 350.6 182.872 322.813 181.793 299.915 C 181.721 298.435 181.646 297.018 181.569 295.664 C 181.547 295.214 181.518 294.771 181.489 294.336 C 181.54 294.205 181.598 294.067 181.663 293.937 C 181.677 293.899 181.694 293.863 181.713 293.828 C 181.735 293.783 181.759 293.739 181.786 293.697 L 181.837 293.625 C 181.847 293.6 181.859 293.576 181.873 293.552 C 181.938 293.451 182.01 293.342 182.09 293.24 C 182.126 293.197 182.155 293.16 182.191 293.124 C 182.216 293.087 182.246 293.053 182.278 293.023 C 182.301 292.988 182.327 292.956 182.358 292.928 C 182.387 292.899 182.416 292.863 182.452 292.827 C 182.468 292.804 182.487 292.784 182.51 292.769 C 182.567 292.703 182.63 292.642 182.698 292.587 C 182.957 292.349 183.233 292.131 183.524 291.934 C 183.625 291.869 183.734 291.804 183.836 291.731 C 184.565 291.294 185.334 290.925 186.131 290.628 C 186.407 290.527 186.682 290.433 186.979 290.331 C 187.087 290.302 187.189 290.266 187.298 290.229 C 187.457 290.179 187.616 290.128 187.783 290.092 C 188.608 289.845 189.499 289.634 190.463 289.439 C 190.578 289.417 190.702 289.395 190.825 289.366 C 190.999 289.33 191.18 289.301 191.361 289.272 C 191.607 289.228 191.86 289.185 192.114 289.141 C 194.265 288.8 196.706 288.546 199.4 288.379 L 200.161 288.336 L 201.059 288.292 C 201.312 288.278 201.573 288.27 201.834 288.263 C 202.087 288.249 202.348 288.241 202.616 288.234 C 203.347 288.212 204.101 288.191 204.868 288.176 C 207.056 288.133 209.359 288.147 211.778 288.198 C 212.9 288.227 214.045 288.256 215.218 288.307 C 215.298 288.307 215.37 288.314 215.443 288.314 C 216.464 288.35 217.492 288.394 218.55 288.452 C 219.288 288.488 220.034 288.524 220.78 288.568 C 221.483 288.611 222.193 288.655 222.91 288.706 C 223.468 288.735 224.025 288.778 224.59 288.815 C 225.068 288.851 225.546 288.887 226.024 288.916 L 226.676 288.96 C 227.031 288.989 227.386 289.01 227.748 289.047 C 228.545 289.112 229.341 289.177 230.153 289.243 C 230.956 289.315 231.775 289.388 232.593 289.46 C 233.412 289.533 234.237 289.613 235.063 289.692 L 235.309 289.714 C 236.063 289.794 236.816 289.867 237.576 289.946 C 237.75 289.961 237.931 289.975 238.105 289.997 C 238.83 290.07 239.569 290.155 240.301 290.233 L 240.975 290.306 C 241.547 290.369 242.112 290.422 242.69 290.491 C 243.45 290.578 244.225 290.657 244.978 290.759 C 245.565 290.824 246.152 290.89 246.738 290.962 C 247.658 291.071 248.592 291.187 249.527 291.31 C 249.882 291.354 250.237 291.397 250.591 291.448 C 253.257 291.782 255.951 292.152 258.689 292.537 C 262.839 293.124 267.054 293.763 271.298 294.452 C 275.55 295.141 279.825 295.869 284.125 296.636 C 285.211 296.832 286.298 297.028 287.392 297.231 L 288.869 297.514 C 289.709 297.666 290.549 297.826 291.39 297.985 C 292.23 298.145 293.07 298.304 293.91 298.471 L 296.916 299.059 C 303.499 300.365 310.047 301.758 316.435 303.216 C 317.485 303.456 318.535 303.702 319.578 303.942 C 321.664 304.428 323.731 304.921 325.778 305.422 C 326.343 305.552 326.9 305.69 327.458 305.828 C 328.849 306.176 330.239 306.525 331.608 306.88 L 331.847 306.945 C 332.854 307.192 333.839 307.446 334.824 307.707 C 337.149 308.317 339.435 308.933 341.683 309.557 C 343.175 309.971 344.65 310.389 346.108 310.813 C 348.288 311.444 350.425 312.082 352.503 312.728 C 353.018 312.888 353.532 313.047 354.039 313.199 C 355.56 313.671 357.059 314.15 358.515 314.629 C 359.674 315.006 360.803 315.391 361.919 315.775 C 363.034 316.16 364.128 316.544 365.2 316.929 C 365.888 317.175 366.569 317.437 367.249 317.683 C 368.227 318.046 369.191 318.409 370.132 318.772 C 370.422 318.88 370.704 318.996 370.987 319.105 C 371.168 319.185 371.342 319.25 371.515 319.323 C 371.856 319.461 372.203 319.591 372.537 319.729 C 372.877 319.86 373.21 319.998 373.543 320.143 C 373.869 320.273 374.202 320.411 374.521 320.549 C 374.847 320.68 375.166 320.817 375.484 320.963 C 375.752 321.071 376.013 321.188 376.267 321.304 C 376.781 321.529 377.295 321.753 377.795 321.986 C 378.041 322.102 378.287 322.21 378.534 322.327 L 379.099 322.588 C 379.178 322.631 379.258 322.668 379.338 322.704 C 379.519 322.791 379.707 322.885 379.888 322.972 C 380.308 323.168 380.721 323.379 381.126 323.574 C 381.67 323.85 382.198 324.126 382.705 324.394 C 383.22 324.67 383.719 324.946 384.197 325.214 C 384.277 325.258 384.349 325.301 384.429 325.345 C 384.538 325.403 384.646 325.468 384.755 325.526 C 385.124 325.737 385.479 325.954 385.834 326.165 C 386.53 326.593 387.189 327.013 387.804 327.434 C 387.942 327.529 388.072 327.623 388.21 327.71 C 388.666 328.036 389.101 328.356 389.506 328.682 C 389.506 328.689 389.506 328.689 389.514 328.689 C 389.651 328.791 389.781 328.9 389.912 329.001 C 390.021 329.103 390.136 329.19 390.245 329.292 C 390.622 329.618 390.969 329.93 391.288 330.249 C 391.395 330.348 391.496 330.452 391.592 330.561 C 391.634 330.596 391.673 330.635 391.708 330.677 C 391.853 330.822 391.983 330.968 392.106 331.113 C 392.126 331.133 392.142 331.155 392.157 331.178 C 392.331 331.381 392.49 331.584 392.642 331.787 C 392.715 331.889 392.794 331.991 392.86 332.092 C 392.947 332.215 393.033 332.346 393.106 332.469 C 393.171 332.571 393.229 332.68 393.287 332.781 C 393.441 333.043 393.572 333.317 393.678 333.601 C 393.759 333.794 393.825 333.993 393.874 334.196 C 393.928 334.389 393.97 334.585 393.997 334.784 Z\" fill=\"rgb(47,46,65)\"></path><path d=\"M 393.997 334.784 C 393.99 336.054 393.975 337.831 393.917 340.029 C 393.91 340.334 393.895 340.646 393.888 340.965 C 393.816 344.049 393.707 347.858 393.555 352.16 C 393.548 352.421 393.54 352.675 393.526 352.936 C 393.323 358.189 393.004 364.305 392.454 373.991 C 391.433 391.883 389.651 376.451 387.862 382.726 C 382.894 379.665 377.447 376.458 371.624 373.164 C 370.574 372.569 369.514 371.972 368.445 371.372 C 356.798 364.864 343.79 358.044 330.21 351.29 C 329.674 351.021 329.131 350.753 328.595 350.491 C 297.488 335.089 263.534 320.106 236.026 310.109 C 230.717 308.179 225.648 306.438 220.882 304.907 C 210.844 301.693 202.167 299.444 195.489 298.471 C 188.536 297.456 183.734 297.818 181.793 299.915 C 181.721 298.435 181.646 297.018 181.569 295.664 L 181.482 294.336 C 181.527 294.216 181.584 294.102 181.641 293.988 C 181.648 293.97 181.655 293.953 181.663 293.937 C 181.677 293.899 181.694 293.863 181.713 293.828 C 181.735 293.783 181.759 293.739 181.786 293.697 C 181.809 293.646 181.839 293.597 181.873 293.552 C 181.938 293.451 182.01 293.342 182.09 293.24 C 182.149 293.164 182.211 293.092 182.278 293.023 C 182.301 292.988 182.327 292.956 182.358 292.928 C 182.387 292.899 182.416 292.863 182.452 292.827 C 182.468 292.804 182.487 292.784 182.51 292.769 C 182.567 292.703 182.63 292.642 182.698 292.587 C 182.957 292.349 183.233 292.131 183.524 291.934 C 183.625 291.869 183.734 291.804 183.836 291.731 C 184.565 291.294 185.334 290.925 186.131 290.628 C 186.407 290.527 186.682 290.433 186.979 290.331 C 187.087 290.302 187.189 290.266 187.298 290.229 C 187.457 290.179 187.616 290.128 187.783 290.092 C 188.608 289.845 189.499 289.634 190.463 289.439 C 190.752 289.381 191.056 289.322 191.361 289.272 C 191.607 289.228 191.86 289.185 192.114 289.141 C 194.265 288.8 196.706 288.546 199.4 288.379 L 200.161 288.336 L 201.059 288.292 C 201.312 288.278 201.573 288.27 201.834 288.263 C 202.087 288.249 202.348 288.241 202.616 288.234 C 203.347 288.212 204.101 288.191 204.868 288.176 C 207.056 288.14 209.359 288.154 211.778 288.205 C 212.9 288.227 214.045 288.263 215.218 288.314 C 215.291 288.314 215.37 288.321 215.443 288.321 C 216.464 288.35 217.5 288.401 218.55 288.452 C 219.288 288.488 220.034 288.524 220.78 288.568 C 221.483 288.611 222.193 288.655 222.91 288.706 C 223.468 288.735 224.025 288.778 224.59 288.815 C 225.068 288.851 225.546 288.887 226.024 288.916 L 227.748 289.047 C 228.545 289.112 229.341 289.177 230.153 289.243 C 230.956 289.315 231.775 289.388 232.593 289.46 C 233.412 289.533 234.237 289.613 235.063 289.692 L 235.309 289.714 C 236.063 289.794 236.816 289.867 237.576 289.946 C 241.792 290.374 246.13 290.875 250.591 291.448 C 253.257 291.789 255.956 292.154 258.689 292.544 C 262.839 293.131 267.054 293.77 271.298 294.452 C 275.55 295.141 279.825 295.869 284.125 296.636 C 285.211 296.832 286.298 297.028 287.392 297.231 C 288.724 297.477 290.057 297.729 291.39 297.985 C 292.23 298.145 293.07 298.304 293.91 298.471 L 296.916 299.059 C 303.499 300.365 310.047 301.758 316.435 303.216 C 317.485 303.456 318.535 303.702 319.578 303.942 C 321.664 304.428 323.731 304.921 325.778 305.422 C 326.343 305.56 326.9 305.698 327.458 305.835 C 328.856 306.184 330.239 306.532 331.608 306.88 L 331.608 306.887 C 331.688 306.902 331.768 306.924 331.847 306.945 C 332.847 307.199 333.839 307.453 334.824 307.715 C 337.149 308.324 339.435 308.938 341.683 309.557 C 343.175 309.978 344.652 310.392 346.108 310.813 C 348.758 311.587 351.402 312.382 354.039 313.199 C 355.56 313.678 357.052 314.155 358.515 314.629 C 359.674 315.006 360.803 315.391 361.919 315.775 C 363.034 316.16 364.128 316.544 365.2 316.929 C 365.895 317.175 366.576 317.429 367.249 317.676 C 368.234 318.039 369.191 318.401 370.132 318.772 C 370.422 318.88 370.704 318.996 370.987 319.105 C 371.515 319.308 372.03 319.519 372.537 319.729 C 372.877 319.86 373.21 319.998 373.543 320.143 C 373.869 320.273 374.202 320.411 374.521 320.549 C 374.847 320.68 375.166 320.817 375.484 320.963 C 375.752 321.071 376.013 321.188 376.267 321.304 C 376.781 321.529 377.295 321.753 377.795 321.986 C 378.041 322.102 378.287 322.21 378.534 322.327 L 379.099 322.588 C 379.178 322.631 379.258 322.668 379.338 322.704 C 379.953 322.994 380.547 323.284 381.126 323.574 C 381.67 323.85 382.198 324.126 382.705 324.394 C 383.307 324.714 383.879 325.026 384.429 325.345 C 384.538 325.403 384.646 325.468 384.755 325.526 C 385.124 325.737 385.479 325.954 385.834 326.165 C 386.53 326.593 387.189 327.013 387.804 327.434 C 388.413 327.855 388.978 328.269 389.506 328.682 C 389.506 328.689 389.506 328.689 389.514 328.689 C 389.767 328.893 390.013 329.096 390.245 329.292 C 390.622 329.618 390.969 329.93 391.288 330.249 C 391.395 330.348 391.496 330.452 391.592 330.561 C 391.634 330.596 391.673 330.635 391.708 330.677 C 391.86 330.844 392.012 331.011 392.157 331.178 C 392.331 331.381 392.49 331.584 392.642 331.787 C 392.715 331.889 392.794 331.991 392.86 332.092 C 392.947 332.215 393.033 332.346 393.106 332.469 C 393.171 332.571 393.229 332.68 393.287 332.781 C 393.441 333.043 393.572 333.317 393.678 333.601 C 393.757 333.795 393.823 333.993 393.874 334.196 C 393.928 334.389 393.97 334.585 393.997 334.784 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.2\"></path></svg>',svgContentId:10841614715,withExternalLayout:true})})})]})]})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation7,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dgquni hidden-go6elu\",\"data-framer-name\":\"Feature Shape\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-65vmh\",\"data-framer-name\":\"Tab Section \",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dmodcn\",\"data-framer-name\":\"Container\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hKVQyTGln:{height:589,width:\"995px\",y:(componentViewport?.y||0)+0+3026+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jl3cim-container hidden-ahph0i hidden-1yvsa5a hidden-go6elu\",nodeId:\"wxjFhMytB\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(TabContent,{height:\"100%\",id:\"wxjFhMytB\",layoutId:\"wxjFhMytB\",style:{height:\"100%\",width:\"100%\"},variant:\"UGwzvyk6Y\",width:\"100%\"})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px, 519.98px)`,y:(componentViewport?.y||0)+0+3305+60+0+0},iH_3L23lh:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px)`,y:(componentViewport?.y||0)+0+3131.8+60+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1060,width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px)`,y:(componentViewport?.y||0)+0+6763.03+0+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iH_3L23lh:{__framer__animate:{transition:transition8}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1bki5xj-container hidden-6mxdk2\",nodeId:\"Cy_1D0ko1\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"C2q3YbkXY\"},iH_3L23lh:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"C2q3YbkXY\"}},children:/*#__PURE__*/_jsx(TabContent,{height:\"100%\",id:\"Cy_1D0ko1\",layoutId:\"Cy_1D0ko1\",style:{width:\"100%\"},variant:\"dcxs0tuQ6\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ojyh5x\",\"data-framer-name\":\"Process Section \",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-3ud88d\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1271uc4\",\"data-framer-name\":\"Process Content Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},children:\"Launch AI Agent in Minutes \"})})},hKVQyTGln:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},children:\"Launch AI Agent in Minutes \"})})},iH_3L23lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},children:\"Launch AI Agent in Minutes \"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},children:\"Launch AI Agent in Minutes \"})}),className:\"framer-xqfd8c\",\"data-framer-name\":\"Process Title\",fonts:[\"GF;Outfit-600\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed6()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2i3n6v hidden-1yvsa5a\",\"data-border\":true,\"data-framer-name\":\"Process Card Box\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dt2d0j\",\"data-border\":true,\"data-framer-name\":\"Process Card Single\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hKVQyTGln:{width:`calc(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) / 3, 1px) - 60px)`,y:(componentViewport?.y||0)+0+3615+80+0+0+0+122.4+0+30+0},iH_3L23lh:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px) - 60px)`,y:(componentViewport?.y||0)+0+4251.8+48+0+0+0+75.6+0+0+30+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`calc(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) / 3, 1px) - 100px)`,y:(componentViewport?.y||0)+0+7823.03+90+0+0+0+132+0+25+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q701qw-container\",nodeId:\"ZenUQmpE7\",scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(ProcessWidget2,{Al6kPCQJM:\"Share webpages, files, or text, and let Ryklen learn about your business.\",height:\"100%\",id:\"ZenUQmpE7\",JViOoiYHC:\"Share Knowledge\",layoutId:\"ZenUQmpE7\",style:{width:\"100%\"},width:\"100%\"})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-18k7vro hidden-go6elu\",\"data-framer-name\":\"Process Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1arpaxw\",\"data-framer-name\":\"Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 10\"><path d=\"M 10.038 1.077 C 10.385 0.752 10.948 0.752 11.295 1.077 L 14.851 4.411 C 15.198 4.736 15.198 5.264 14.851 5.589 L 11.295 8.923 C 10.948 9.248 10.385 9.248 10.038 8.923 C 9.691 8.597 9.691 8.07 10.038 7.744 L 12.076 5.833 L 1.778 5.833 C 1.287 5.833 0.889 5.46 0.889 5 C 0.889 4.54 1.287 4.167 1.778 4.167 L 12.076 4.167 L 10.038 2.256 C 9.691 1.93 9.691 1.403 10.038 1.077 Z\" fill=\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path></svg>',svgContentId:12750689675,withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-l8m013 hidden-ahph0i hidden-6mxdk2\",\"data-framer-name\":\"Process Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bpl87b\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:18,style:{rotate:90},svg:'<svg width=\"18\" height=\"12\" viewBox=\"-1 -1 18 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2929 0.292893C10.6834 -0.0976311 11.3166 -0.0976311 11.7071 0.292893L15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.7071 9.70711C11.3166 10.0976 10.6834 10.0976 10.2929 9.70711C9.90237 9.31658 9.90237 8.68342 10.2929 8.29289L12.5858 6H1C0.447716 6 -2.41411e-08 5.55228 0 5C2.41411e-08 4.44772 0.447716 4 1 4H12.5858L10.2929 1.70711C9.90237 1.31658 9.90237 0.683418 10.2929 0.292893Z\" fill=\"#181C39\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-bil3ds hidden-ahph0i hidden-6mxdk2\",\"data-framer-name\":\"Process Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19ooom9\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:18,style:{rotate:90},svg:'<svg width=\"18\" height=\"12\" viewBox=\"-1 -1 18 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2929 0.292893C10.6834 -0.0976311 11.3166 -0.0976311 11.7071 0.292893L15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.7071 9.70711C11.3166 10.0976 10.6834 10.0976 10.2929 9.70711C9.90237 9.31658 9.90237 8.68342 10.2929 8.29289L12.5858 6H1C0.447716 6 -2.41411e-08 5.55228 0 5C2.41411e-08 4.44772 0.447716 4 1 4H12.5858L10.2929 1.70711C9.90237 1.31658 9.90237 0.683418 10.2929 0.292893Z\" fill=\"#181C39\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1emikyj\",\"data-border\":true,\"data-framer-name\":\"Process Card Single\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hKVQyTGln:{width:`calc(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) / 3, 1px) - 60px)`,y:(componentViewport?.y||0)+0+3615+80+0+0+0+122.4+0+30+0},iH_3L23lh:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px) - 60px)`,y:(componentViewport?.y||0)+0+4251.8+48+0+0+0+75.6+0+190+30+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`calc(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) / 3, 1px) - 100px)`,y:(componentViewport?.y||0)+0+7823.03+90+0+0+0+132+0+25+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y968ms-container\",nodeId:\"yZKXqQDQr\",scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(ProcessWidget2,{Al6kPCQJM:\"Define what actions agent can perform within your platform.\",height:\"100%\",id:\"yZKXqQDQr\",JViOoiYHC:\"Define Actions\",layoutId:\"yZKXqQDQr\",style:{width:\"100%\"},width:\"100%\"})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fxrfdp hidden-go6elu\",\"data-framer-name\":\"Process Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18r1xyc\",\"data-framer-name\":\"Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 10\"><path d=\"M 10.038 1.077 C 10.385 0.752 10.948 0.752 11.295 1.077 L 14.851 4.411 C 15.198 4.736 15.198 5.264 14.851 5.589 L 11.295 8.923 C 10.948 9.248 10.385 9.248 10.038 8.923 C 9.691 8.597 9.691 8.07 10.038 7.744 L 12.076 5.833 L 1.778 5.833 C 1.287 5.833 0.889 5.46 0.889 5 C 0.889 4.54 1.287 4.167 1.778 4.167 L 12.076 4.167 L 10.038 2.256 C 9.691 1.93 9.691 1.403 10.038 1.077 Z\" fill=\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path></svg>',svgContentId:12750689675,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-x1oohl\",\"data-framer-name\":\"Process Card Single\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hKVQyTGln:{width:`calc(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) / 3, 1px) - 60px)`,y:(componentViewport?.y||0)+0+3615+80+0+0+0+122.4+0+30+0},iH_3L23lh:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px) - 60px)`,y:(componentViewport?.y||0)+0+4251.8+48+0+0+0+75.6+0+380+30+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`calc(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) / 3, 1px) - 100px)`,y:(componentViewport?.y||0)+0+7823.03+90+0+0+0+132+0+25+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gmudmz-container\",nodeId:\"XHyqyeRc8\",scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(ProcessWidget2,{Al6kPCQJM:\"Embed chat into your website and start assisting users instantly.\",height:\"100%\",id:\"XHyqyeRc8\",JViOoiYHC:\"Connect Chat\",layoutId:\"XHyqyeRc8\",style:{width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pmiqie\",\"data-framer-name\":\"Process Bottom Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.0178571em\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},children:\"With minimal setup and maximum efficiency, Ryklen lets you add an AI agent to your platform\u2014empowering users, taking real action, and scaling your support instantly.\"})})},iH_3L23lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.0178571em\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},children:\"With minimal setup and maximum efficiency, Ryklen lets you add an AI agent to your platform\u2014empowering users, taking real action, and scaling your support instantly.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.0178571em\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},children:\"With minimal setup and maximum efficiency, Ryklen lets you add an AI agent to your platform\u2014empowering users, taking real action, and scaling your support instantly.\"})}),className:\"framer-cnvpnw\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Outfit-600\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-13iicxs hidden-ahph0i hidden-6mxdk2 hidden-go6elu\",\"data-framer-name\":\"Process Icon\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{style:{rotate:90}}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fx64vk\",\"data-framer-name\":\"Icon\",fill:'var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(88, 105, 252)) /* {\"name\":\"Primary\"} */',intrinsicHeight:12,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"12\" viewBox=\"-1 -1 18 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2929 0.292893C10.6834 -0.0976311 11.3166 -0.0976311 11.7071 0.292893L15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.7071 9.70711C11.3166 10.0976 10.6834 10.0976 10.2929 9.70711C9.90237 9.31658 9.90237 8.68342 10.2929 8.29289L12.5858 6H1C0.447716 6 -2.41411e-08 5.55228 0 5C2.41411e-08 4.44772 0.447716 4 1 4H12.5858L10.2929 1.70711C9.90237 1.31658 9.90237 0.683418 10.2929 0.292893Z\" fill=\"#181C39\"/>\\n</svg>\\n',withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-lj9n6n hidden-ahph0i hidden-6mxdk2 hidden-go6elu\",\"data-framer-name\":\"Process Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ibqj5r\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:18,style:{rotate:90},svg:'<svg width=\"18\" height=\"12\" viewBox=\"-1 -1 18 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2929 0.292893C10.6834 -0.0976311 11.3166 -0.0976311 11.7071 0.292893L15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.7071 9.70711C11.3166 10.0976 10.6834 10.0976 10.2929 9.70711C9.90237 9.31658 9.90237 8.68342 10.2929 8.29289L12.5858 6H1C0.447716 6 -2.41411e-08 5.55228 0 5C2.41411e-08 4.44772 0.447716 4 1 4H12.5858L10.2929 1.70711C9.90237 1.31658 9.90237 0.683418 10.2929 0.292893Z\" fill=\"#181C39\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{y:(componentViewport?.y||0)+0+4425+80+0+0+0+705.2+0+52},hKVQyTGln:{y:(componentViewport?.y||0)+0+3615+80+0+0+0+372.4+0+79.2},iH_3L23lh:{y:(componentViewport?.y||0)+0+4251.8+48+0+0+0+675.6+0+44}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+7823.03+90+0+0+0+372+0+79.2,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-r6zdvj-container\",nodeId:\"X1tQp65Mj\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{variant:\"LV5QeHbfW\"},iH_3L23lh:{variant:\"LV5QeHbfW\"}},children:/*#__PURE__*/_jsx(Button2,{A2dWUqqQh:\"Get Started Now\",DnytOe0Z8:\"https://app.ryklen.com\",Fben7NVCN:false,height:\"100%\",id:\"X1tQp65Mj\",layoutId:\"X1tQp65Mj\",oSfNN4wFr:false,v8ArQOg02:false,variant:\"bfEfAhBue\",width:\"100%\"})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1du0cy1 hidden-ahph0i hidden-6mxdk2 hidden-go6elu\",\"data-border\":true,\"data-framer-name\":\"Process Card Box\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-55wcpr\",\"data-border\":true,\"data-framer-name\":\"Process Card Single\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 108px)`,y:(componentViewport?.y||0)+0+4425+80+0+0+0+95.2+0+0+30+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xu3y3x-container\",nodeId:\"kCqOFrlr7\",scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(ProcessWidget2,{Al6kPCQJM:\"Share webpages, files, or text, and let Ryklen learn about your business.\",height:\"100%\",id:\"kCqOFrlr7\",JViOoiYHC:\"Share Knowledge\",layoutId:\"kCqOFrlr7\",style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-n4jrgf\",\"data-border\":true,\"data-framer-name\":\"Process Card Single\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 108px)`,y:(componentViewport?.y||0)+0+4425+80+0+0+0+95.2+0+190+30+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a9jwt4-container\",nodeId:\"dU5ql7E5c\",scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(ProcessWidget2,{Al6kPCQJM:\"Define what actions agent can perform within your platform.\",height:\"100%\",id:\"dU5ql7E5c\",JViOoiYHC:\"Define Actions\",layoutId:\"dU5ql7E5c\",style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mon4xr\",\"data-framer-name\":\"Process Card Single\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 108px)`,y:(componentViewport?.y||0)+0+4425+80+0+0+0+95.2+0+380+30+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,children:/*#__PURE__*/_jsx(Container,{className:\"framer-42t0mi-container\",nodeId:\"kaWQHla23\",scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(ProcessWidget2,{Al6kPCQJM:\"Embed chat into your website and start assisting users instantly.\",height:\"100%\",id:\"kaWQHla23\",JViOoiYHC:\"Connect Chat\",layoutId:\"kaWQHla23\",style:{width:\"100%\"},width:\"100%\"})})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rv80j4\",\"data-framer-name\":\"Content Section 02\",id:elementId2,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hvkdw9\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sg2z48\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-125jw78\",\"data-framer-name\":\"Content Text Block Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i2i41x\",\"data-framer-name\":\"Content Text Block \",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1er1a4d\",\"data-styles-preset\":\"px1dLEIiG\",children:\"Enterprise-grade security\"})}),className:\"framer-szx1c5\",\"data-framer-name\":\"Content Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bdrnjg\",\"data-styles-preset\":\"G4xR3rdwj\",style:{\"--framer-text-color\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(94, 96, 117))\"},children:\"Everything in Ryklen is designed to keep your data safe and secure. Because your business is nobody else\u2019s business.\"})}),className:\"framer-10436n\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f6dgbw\",\"data-framer-name\":\"Content List Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px, (min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px) * 0.6843)`,y:(componentViewport?.y||0)+0+5408.2+80+0+0+0+347+0+250+0+0},hKVQyTGln:{width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.56 - 10px, 1px), 513px)`,y:(componentViewport?.y||0)+0+4302.6+120+0+0+70+0+274+0+0},iH_3L23lh:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px)`,y:(componentViewport?.y||0)+0+5123.4+60+0+0+0+600+0+248+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) * 0.537 - 10px, 1px), 601px)`,y:(componentViewport?.y||0)+0+8555.23+69+0+0+69+0+276+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rp6mbm-container\",nodeId:\"KjiuBVN1B\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ListItem,{EdCMzIFca:\"var(--token-88bafe50-88d2-4e0d-a38f-fa92c1938e4d, rgb(255, 130, 92))\",height:\"100%\",HW0XuSnZK:\"Ryklen enforces encryption both at rest and in transit.\",id:\"KjiuBVN1B\",layoutId:\"KjiuBVN1B\",style:{width:\"100%\"},variant:\"isOVu5tt6\",width:\"100%\",xkufnexMu:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px, (min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px) * 0.6843)`,y:(componentViewport?.y||0)+0+5408.2+80+0+0+0+347+0+250+0+41},hKVQyTGln:{width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.56 - 10px, 1px), 513px)`,y:(componentViewport?.y||0)+0+4302.6+120+0+0+70+0+274+0+43},iH_3L23lh:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px)`,y:(componentViewport?.y||0)+0+5123.4+60+0+0+0+600+0+248+0+39}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) * 0.537 - 10px, 1px), 601px)`,y:(componentViewport?.y||0)+0+8555.23+69+0+0+69+0+276+0+43,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3ky3ey-container\",nodeId:\"HdwB560LZ\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ListItem,{EdCMzIFca:\"var(--token-88bafe50-88d2-4e0d-a38f-fa92c1938e4d, rgb(255, 130, 92))\",height:\"100%\",HW0XuSnZK:\"We rely on the leading cloud infrastructure provider.\",id:\"HdwB560LZ\",layoutId:\"HdwB560LZ\",style:{width:\"100%\"},variant:\"isOVu5tt6\",width:\"100%\",xkufnexMu:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px, (min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px) * 0.6843)`,y:(componentViewport?.y||0)+0+5408.2+80+0+0+0+347+0+250+0+82},hKVQyTGln:{width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.56 - 10px, 1px), 513px)`,y:(componentViewport?.y||0)+0+4302.6+120+0+0+70+0+274+0+86},iH_3L23lh:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px)`,y:(componentViewport?.y||0)+0+5123.4+60+0+0+0+600+0+248+0+78}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) * 0.537 - 10px, 1px), 601px)`,y:(componentViewport?.y||0)+0+8555.23+69+0+0+69+0+276+0+86,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ljy95p-container\",nodeId:\"PQCGIg5m1\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ListItem,{EdCMzIFca:\"var(--token-88bafe50-88d2-4e0d-a38f-fa92c1938e4d, rgb(255, 130, 92))\",height:\"100%\",HW0XuSnZK:\"Code is continuously scanned for vulnerabilities.\",id:\"PQCGIg5m1\",layoutId:\"PQCGIg5m1\",style:{width:\"100%\"},variant:\"isOVu5tt6\",width:\"100%\",xkufnexMu:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px, (min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px) * 0.6843)`,y:(componentViewport?.y||0)+0+5408.2+80+0+0+0+347+0+250+0+123},hKVQyTGln:{width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.56 - 10px, 1px), 513px)`,y:(componentViewport?.y||0)+0+4302.6+120+0+0+70+0+274+0+129},iH_3L23lh:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px)`,y:(componentViewport?.y||0)+0+5123.4+60+0+0+0+600+0+248+0+117}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) * 0.537 - 10px, 1px), 601px)`,y:(componentViewport?.y||0)+0+8555.23+69+0+0+69+0+276+0+129,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kbbwmt-container\",nodeId:\"kFqbV9MfX\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ListItem,{EdCMzIFca:\"var(--token-88bafe50-88d2-4e0d-a38f-fa92c1938e4d, rgb(255, 130, 92))\",height:\"100%\",HW0XuSnZK:\"24/7 monitoring and incident response.\",id:\"kFqbV9MfX\",layoutId:\"kFqbV9MfX\",style:{width:\"100%\"},variant:\"isOVu5tt6\",width:\"100%\",xkufnexMu:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(24, 28, 57))\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ilrp2m\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hm7dfc\",\"data-framer-name\":\"Undraw secure-server_lz9x\",fill:\"black\",intrinsicHeight:541,intrinsicWidth:826,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"826\" height=\"541\"><path d=\"m803.637 539.805 1.225-.024a284.08 284.08 0 0 0-4.348-40.598c-5.297-28.713-14.105-47.57-26.178-56.047l-.704 1.002c28.205 19.803 29.991 94.91 30.005 95.667Zm-15.311-.293 1.225-.024c-.027-1.356-.792-33.326-13.378-42.163l-.703 1.003c12.078 8.48 12.85 40.858 12.856 41.184Z\" fill=\"#f1f1f1\"/><circle cx=\"766.664\" cy=\"438.125\" r=\"6.125\" fill=\"#f1f1f1\"/><circle cx=\"769.697\" cy=\"490.796\" r=\"6.125\" fill=\"#f1f1f1\"/><path d=\"M791.18 447.92a27.205 27.205 0 0 0 1.85 13.928 24.793 24.793 0 0 0 4.168-26.624 27.205 27.205 0 0 0-6.017 12.697Zm-20.019 17.856a27.205 27.205 0 0 0 14.037.606 24.793 24.793 0 0 0-25.49-8.743 27.205 27.205 0 0 0 11.453 8.137Zm-.226 46.646a19.069 19.069 0 0 0 9.839.425 17.378 17.378 0 0 0-17.867-6.129 19.068 19.068 0 0 0 8.028 5.704Zm-488.909 27.383-1.778-.035a412.331 412.331 0 0 1 6.311-58.927c7.688-41.675 20.473-69.046 37.997-81.35l1.021 1.455c-40.938 28.743-43.53 137.759-43.551 138.857Zm22.224-.425-1.778-.035c.038-1.969 1.15-48.372 19.418-61.198l1.02 1.455c-17.53 12.308-18.651 59.305-18.66 59.778Z\" fill=\"#f1f1f1\"/><circle cx=\"335.692\" cy=\"392.219\" r=\"8.89\" fill=\"#f1f1f1\"/><circle cx=\"331.29\" cy=\"468.67\" r=\"8.89\" fill=\"#f1f1f1\"/><path d=\"M300.106 406.438a39.487 39.487 0 0 1-2.683 20.216 35.986 35.986 0 0 1-6.05-38.644 39.487 39.487 0 0 1 8.733 18.428Zm29.058 25.917a39.487 39.487 0 0 1-20.374.88 35.986 35.986 0 0 1 36.999-12.691 39.487 39.487 0 0 1-16.625 11.81Zm.328 67.705a27.678 27.678 0 0 1-14.28.616 25.223 25.223 0 0 1 25.933-8.895 27.677 27.677 0 0 1-11.653 8.278Z\" fill=\"#f1f1f1\"/><path d=\"m144.679 161.234-4.278-26.168-12.077-3.02s-9.586-2.952-11.826 16.355c-2.24 19.308-.504 55.357-.504 55.357l-26.516 83.97a11.729 11.729 0 1 0 16.194 6.985l34.478-78.878Zm73.443-20.593-6.34-25.746 9.922-7.52s7.656-6.478 17.297 10.4c9.642 16.877 22.198 50.712 22.198 50.712l57.358 66.816a11.729 11.729 0 1 1-12.151 12.782l-62.68-59.006Zm49.567 385.452 14.383-.001 6.843-55.478-21.229.001.003 55.478z\" fill=\"#ffb7b7\"/><path d=\"m264.02 521.397 28.326-.001a18.052 18.052 0 0 1 18.052 18.05v.587l-46.377.002Z\" fill=\"#2f2e41\"/><path fill=\"#ffb7b7\" d=\"m87.016 526.093 14.383-.001 6.843-55.478-21.229.001.003 55.478z\"/><path d=\"m83.347 521.397 28.326-.001a18.052 18.052 0 0 1 18.052 18.05v.587l-46.377.002Z\" fill=\"#2f2e41\"/><circle cx=\"175.23\" cy=\"52.431\" r=\"38.902\" fill=\"#2f2e41\"/><ellipse cx=\"323.328\" cy=\"202.419\" rx=\"16.097\" ry=\"12.073\" transform=\"rotate(-45 13.153 338.398)\" fill=\"#2f2e41\"/><ellipse cx=\"387.973\" cy=\"192.279\" rx=\"12.073\" ry=\"16.097\" transform=\"rotate(-66.87 158.54 244.142)\" fill=\"#2f2e41\"/><circle cx=\"363.464\" cy=\"241.218\" r=\"33.016\" transform=\"rotate(-61.337 118.618 309.138)\" fill=\"#ffb7b7\"/><path d=\"M141.772 40.951a44.904 44.904 0 0 0 25.662 7.93 27.517 27.517 0 0 1-10.906 4.488 90.545 90.545 0 0 0 36.985.208 23.937 23.937 0 0 0 7.742-2.66 9.798 9.798 0 0 0 4.78-6.39c.81-4.636-2.801-8.848-6.555-11.686a48.348 48.348 0 0 0-40.629-8.119c-4.538 1.173-9.085 3.155-12.032 6.8s-3.822 9.264-1.013 13.017Zm18.146 63.7-32.678 26.687 28.552 68.08.545 10.892s-29.64 27.328-47.98 103.668-55.38 177.778-55.38 177.778l74.102 18.128 51.52-172.69 65.677 135.48 9.343 40.072 57.28-15.901-22.107-107.537-54.22-166.922 4.453-46.114s9.922-23.018-7.315-47.387l-5.406-22.898-27.987-4.77Z\" fill=\"#2f2e41\"/><path d=\"M709.415 346.93H482.543a6.841 6.841 0 0 1-6.833-6.834V263.56a6.841 6.841 0 0 1 6.833-6.834h226.872a6.841 6.841 0 0 1 6.833 6.834v76.535a6.841 6.841 0 0 1-6.833 6.833Z\" fill=\"#e5e5e5\"/><path fill=\"#fff\" d=\"M511.244 277.228h60.135v6.833h-60.135z\"/><circle cx=\"650.647\" cy=\"281.328\" r=\"4.1\" fill=\"#6c63ff\"/><circle cx=\"664.314\" cy=\"281.328\" r=\"4.1\" fill=\"#6c63ff\"/><circle cx=\"677.981\" cy=\"281.328\" r=\"4.1\" fill=\"#6c63ff\"/><path d=\"M709.415 443.965H482.543a6.841 6.841 0 0 1-6.833-6.834v-76.535a6.841 6.841 0 0 1 6.833-6.833h226.872a6.841 6.841 0 0 1 6.833 6.833v76.535a6.841 6.841 0 0 1-6.833 6.834Z\" fill=\"#e5e5e5\"/><path fill=\"#fff\" d=\"M511.244 374.263h60.135v6.833h-60.135z\"/><circle cx=\"650.647\" cy=\"378.363\" r=\"4.1\" fill=\"#6c63ff\"/><circle cx=\"664.314\" cy=\"378.363\" r=\"4.1\" fill=\"#6c63ff\"/><circle cx=\"677.981\" cy=\"378.363\" r=\"4.1\" fill=\"#6c63ff\"/><path d=\"M709.415 541H482.543a6.841 6.841 0 0 1-6.833-6.833v-76.535a6.841 6.841 0 0 1 6.833-6.834h226.872a6.841 6.841 0 0 1 6.833 6.834v76.535a6.841 6.841 0 0 1-6.833 6.833Z\" fill=\"#e5e5e5\"/><path fill=\"#fff\" d=\"M511.244 471.299h60.135v6.833h-60.135z\"/><circle cx=\"650.647\" cy=\"475.399\" r=\"4.1\" fill=\"#6c63ff\"/><circle cx=\"664.314\" cy=\"475.399\" r=\"4.1\" fill=\"#6c63ff\"/><circle cx=\"677.981\" cy=\"475.399\" r=\"4.1\" fill=\"#6c63ff\"/><path d=\"M437.17 375.975a51.658 51.658 0 0 1-12.806-1.656l-.825-.229-.764-.383c-27.648-13.862-50.972-32.171-69.326-54.42a206.016 206.016 0 0 1-35.004-62.156 239.23 239.23 0 0 1-13.528-84.274c.011-.602.021-1.067.021-1.387 0-13.939 7.738-26.17 19.712-31.159 9.165-3.819 92.375-37.996 98.387-40.466 11.322-5.673 23.402-.938 25.335-.11 4.335 1.773 81.258 33.235 97.881 41.15 17.132 8.159 21.703 22.814 21.703 30.187 0 33.382-5.782 64.58-17.184 92.727a214.708 214.708 0 0 1-38.585 62.183c-31.498 35.447-63.004 48.013-63.309 48.124a34.427 34.427 0 0 1-11.708 1.87Zm-7.41-18.353c2.732.612 9.02 1.531 13.12.036 5.207-1.9 31.577-15.574 56.22-43.305 34.047-38.315 51.322-86.48 51.348-143.157-.061-1.149-.877-9.338-11.722-14.503-16.3-7.762-96.255-40.455-97.061-40.785l-.221-.094c-1.676-.702-7.008-2.18-10.684-.254l-.736.343c-.891.366-89.22 36.644-98.64 40.57-6.59 2.745-8.938 9.547-8.938 14.997 0 .399-.01.978-.025 1.727-.752 38.78 8.222 134.208 107.34 184.425Z\" fill=\"#3f3d56\"/><path d=\"M426.698 107.805s-89.131 36.608-98.68 40.587-14.326 13.528-14.326 23.078-7.162 134.162 113.006 194.412c0 0 10.907 3.017 19.181 0s113.323-53.95 113.323-194.81c0 0 0-14.324-16.713-22.283s-97.512-40.984-97.512-40.984-9.923-4.377-18.279 0Z\" fill=\"#6c63ff\"/><path d=\"M436.248 136.454v195.289s89.927-43.288 89.131-157.09Z\" opacity=\".2\"/><path d=\"M825 541H1a1 1 0 0 1 0-2h824a1 1 0 0 1 0 2Z\" fill=\"#cbcbcb\"/></svg>',withExternalLayout:true})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18707mh\",\"data-framer-name\":\"Cta Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iqwlru\",\"data-framer-name\":\"Background Color\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1160,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6392.2+-.5182),pixelHeight:1160,pixelWidth:3200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png\",srcSet:\"https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=512 512w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png 3200w\"}},hKVQyTGln:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1160,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5112.6+-.6645),pixelHeight:1160,pixelWidth:3200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png\",srcSet:\"https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=512 512w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png 3200w\"}},iH_3L23lh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1160,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6298.4+-.5151),pixelHeight:1160,pixelWidth:3200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png\",srcSet:\"https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=512 512w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png 3200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1160,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9263.23+-.455),pixelHeight:1160,pixelWidth:3200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png\",srcSet:\"https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=512 512w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jpzTmB4a3dOXWHfs3JY7KB2nA.png 3200w\"},className:\"framer-chrv0w\",\"data-framer-name\":\"Background Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-134iutl\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wvapcr\",\"data-framer-name\":\"Cta Content Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bfn75d\",\"data-framer-name\":\"Cta Content Text Block\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jn0p9t\",\"data-framer-name\":\"Cta Content Text Block\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ang23a\",\"data-styles-preset\":\"Ym92VSWtE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Turn Customer Support Into Your Competitive Advantage\"})}),className:\"framer-ehtxtn\",\"data-framer-name\":\"Cta Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lo7fxm\",\"data-framer-name\":\"Button Group\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{y:(componentViewport?.y||0)+0+6392.2+100+0+0+0+80.4+0},hKVQyTGln:{y:(componentViewport?.y||0)+0+5112.6+140+0+0+0+95.4+0},iH_3L23lh:{y:(componentViewport?.y||0)+0+6298.4+80+0+0+0+74.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+9263.23+76+0+0+0+95.4+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iH_3L23lh:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-g4a291-container\",nodeId:\"g1zHv2jaN\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{variant:\"vepc1Xpuo\"},iH_3L23lh:{variant:\"vepc1Xpuo\"}},children:/*#__PURE__*/_jsx(Button,{A2dWUqqQh:\"Start Now\",DnytOe0Z8:\"https://app.ryklen.com\",Fben7NVCN:false,height:\"100%\",id:\"g1zHv2jaN\",layoutId:\"g1zHv2jaN\",oSfNN4wFr:false,v8ArQOg02:false,variant:\"P1bKZBeyx\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{y:(componentViewport?.y||0)+0+6392.2+100+0+0+0+80.4+14},hKVQyTGln:{y:(componentViewport?.y||0)+0+5112.6+140+0+0+0+95.4+14},iH_3L23lh:{y:(componentViewport?.y||0)+0+6298.4+80+0+0+0+74.4+0+72}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+9263.23+76+0+0+0+95.4+14,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ddn17q-container\",nodeId:\"gUyC6vCGN\",rendersWithMotion:true,scopeId:\"YKBgW73gq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ButtonLink,{DsH8HXQiu:true,fyHS7O1bQ:\"https://calendly.com/ryklen/ryklen-demo-call\",height:\"100%\",id:\"gUyC6vCGN\",layoutId:\"gUyC6vCGN\",rcfnT1vd_:\"Book a Demo\",UBQ6k_NVL:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",variant:\"Ze0pVlJDL\",width:\"100%\"})})})})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{height:388,y:(componentViewport?.y||0)+0+6728.6},hKVQyTGln:{y:(componentViewport?.y||0)+0+5544},iH_3L23lh:{height:305,width:\"390px\",y:(componentViewport?.y||0)+0+6632.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+9558.63,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5oxsam-container\",nodeId:\"aWoSiIe9b\",scopeId:\"YKBgW73gq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eGsZ4qSNG:{variant:\"LLBXLP83i\"},hKVQyTGln:{variant:\"lSgihbsM4\"},iH_3L23lh:{variant:\"WVMpKIpl_\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"aWoSiIe9b\",layoutId:\"aWoSiIe9b\",style:{height:\"100%\",width:\"100%\"},variant:\"gwEyzsc9H\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FtSbc.framer-eb776y, .framer-FtSbc .framer-eb776y { display: block; }\",\".framer-FtSbc.framer-ahph0i { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-FtSbc .framer-1b8wzcy-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-FtSbc .framer-1b3xg06-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-FtSbc .framer-mm9l9 { 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: 174px 0px 9px 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-mhwo4z { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1356px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; z-index: 5; }\",\".framer-FtSbc .framer-1xizafq { 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: 105%; }\",\".framer-FtSbc .framer-1z0ut33 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px 0px 35px 0px; position: relative; width: 96%; }\",\".framer-FtSbc .framer-1578qjv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-1hjd524, .framer-FtSbc .framer-1jup9fh, .framer-FtSbc .framer-1lh310x { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-FtSbc .framer-fbzhrd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-1pjyhnx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 5px 0px 5px 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-im61eb-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-FtSbc .framer-yh6awh-container, .framer-FtSbc .framer-r6zdvj-container, .framer-FtSbc .framer-g4a291-container, .framer-FtSbc .framer-ddn17q-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-FtSbc .framer-177uioo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 109px 0px 109px 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-9wz28l-container { flex: none; height: 528px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-wlq5fw { align-content: center; align-items: center; background-color: var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, #5869fc); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 53px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-1ak6f74, .framer-FtSbc .framer-dmodcn, .framer-FtSbc .framer-3ud88d, .framer-FtSbc .framer-hvkdw9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1356px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-FtSbc .framer-1hh3b9s, .framer-FtSbc .framer-1i2i41x { 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; position: relative; width: 100%; }\",\".framer-FtSbc .framer-my0m5e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 49px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-atbiqo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-1226emi, .framer-FtSbc .framer-xe3745 { --border-bottom-width: 1px; --border-color: #d4d4d8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 10px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-sd1yx7, .framer-FtSbc .framer-1mjneze, .framer-FtSbc .framer-62h1il, .framer-FtSbc .framer-61i41v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 31px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 45%; }\",\".framer-FtSbc .framer-1maitqi, .framer-FtSbc .framer-1lm47m0, .framer-FtSbc .framer-1w2fkma, .framer-FtSbc .framer-qy1tdb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-1ud629e, .framer-FtSbc .framer-2av6nh, .framer-FtSbc .framer-bld6o, .framer-FtSbc .framer-1yjpb1 { aspect-ratio: 1 / 1; background-color: #5869fc; border-bottom-left-radius: 500px; border-bottom-right-radius: 500px; border-top-left-radius: 500px; border-top-right-radius: 500px; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: visible; position: relative; width: 50px; }\",\".framer-FtSbc .framer-utj157 { background-color: rgba(0, 0, 0, 0); flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-FtSbc .framer-ywbwp2, .framer-FtSbc .framer-z4cc9g, .framer-FtSbc .framer-16l0062, .framer-FtSbc .framer-1ixsdp7 { flex: none; height: auto; max-width: 347px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FtSbc .framer-1kn66kd, .framer-FtSbc .framer-hpj0qa, .framer-FtSbc .framer-1ahibir, .framer-FtSbc .framer-g8hmj6, .framer-FtSbc .framer-xqfd8c, .framer-FtSbc .framer-szx1c5, .framer-FtSbc .framer-ehtxtn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FtSbc .framer-7nholt { align-content: center; align-items: center; aspect-ratio: 1.6598837209302326 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: var(--framer-aspect-ratio-supported, 120px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 76%; }\",\".framer-FtSbc .framer-6endtv { aspect-ratio: 2.4233983286908076 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 123px); overflow: visible; position: relative; width: 299px; }\",\".framer-FtSbc .framer-1k2aeek { align-content: center; align-items: center; aspect-ratio: 1.6598837209302326 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: 37%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: var(--framer-aspect-ratio-supported, 332px); }\",\".framer-FtSbc .framer-17w6l7g { aspect-ratio: 2.4233983286908076 / 1; flex: none; height: 100%; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 485px); }\",\".framer-FtSbc .framer-14q3om, .framer-FtSbc .framer-ljzcv5 { align-content: center; align-items: center; aspect-ratio: 1.6598837209302326 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: var(--framer-aspect-ratio-supported, 344px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 48%; }\",\".framer-FtSbc .framer-12y2hna { aspect-ratio: 2.4233983286908076 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 183px); overflow: visible; position: relative; width: 445px; }\",\".framer-FtSbc .framer-1naidh2 { aspect-ratio: 2.4233983286908076 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 236px); overflow: visible; position: relative; width: 570px; }\",\".framer-FtSbc .framer-1srtbzt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 24px; }\",\".framer-FtSbc .framer-1ilej4x { aspect-ratio: 1.4801980198019802 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 307px); position: relative; width: 450px; }\",\".framer-FtSbc .framer-fnyau9, .framer-FtSbc .framer-19pr8lj { --border-bottom-width: 1px; --border-color: #d4d4d8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-jq2opu { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-FtSbc .framer-1rd7mfn { align-content: center; align-items: center; aspect-ratio: 1.6598837209302326 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: var(--framer-aspect-ratio-supported, 343px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 570px; }\",\".framer-FtSbc .framer-1wqjmhu { aspect-ratio: 1.6004228329809724 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 287px); position: relative; width: 459px; }\",\".framer-FtSbc .framer-kqhrdj { flex: none; height: 25px; left: calc(48.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 25px / 2); width: 24px; }\",\".framer-FtSbc .framer-16hdus9 { align-content: center; align-items: center; aspect-ratio: 1.6598837209302326 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: var(--framer-aspect-ratio-supported, 415px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 48%; }\",\".framer-FtSbc .framer-1oz3v1z { flex: none; height: 415px; position: relative; width: 570px; }\",\".framer-FtSbc .framer-1dgquni { flex: none; height: 17px; left: 40px; overflow: hidden; position: absolute; top: 100px; width: 18px; z-index: 1; }\",\".framer-FtSbc .framer-65vmh { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-1jl3cim-container { flex: none; height: 589px; position: relative; width: 995px; }\",\".framer-FtSbc .framer-1bki5xj-container, .framer-FtSbc .framer-1q701qw-container, .framer-FtSbc .framer-1y968ms-container, .framer-FtSbc .framer-1gmudmz-container, .framer-FtSbc .framer-xu3y3x-container, .framer-FtSbc .framer-a9jwt4-container, .framer-FtSbc .framer-42t0mi-container, .framer-FtSbc .framer-1rp6mbm-container, .framer-FtSbc .framer-3ky3ey-container, .framer-FtSbc .framer-1ljy95p-container, .framer-FtSbc .framer-1kbbwmt-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-FtSbc .framer-ojyh5x { align-content: center; align-items: center; background-color: var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, #5869fc); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 90px 0px 135px 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-1271uc4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-2i3n6v { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; 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: 100%; }\",\".framer-FtSbc .framer-1dt2d0j { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 25px 50px 25px 50px; position: relative; width: 1px; }\",\".framer-FtSbc .framer-18k7vro, .framer-FtSbc .framer-1fxrfdp { aspect-ratio: 1 / 1; background-color: var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, #ffffff); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 49px; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: absolute; right: -25px; width: 50px; z-index: 1; }\",\".framer-FtSbc .framer-1arpaxw, .framer-FtSbc .framer-1bpl87b, .framer-FtSbc .framer-19ooom9, .framer-FtSbc .framer-18r1xyc, .framer-FtSbc .framer-1fx64vk, .framer-FtSbc .framer-1ibqj5r { flex: none; height: 10px; left: calc(50.00000000000002% - 16px / 2); position: absolute; top: calc(50.00000000000002% - 10px / 2); width: 16px; }\",\".framer-FtSbc .framer-l8m013 { aspect-ratio: 1 / 1; background-color: var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, #ffffff); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -17px; flex: none; height: var(--framer-aspect-ratio-supported, 34px); left: 49%; position: absolute; transform: translateX(-50%); width: 34px; z-index: 10; }\",\".framer-FtSbc .framer-bil3ds { aspect-ratio: 1 / 1; background-color: var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, #ffffff); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -180px; flex: none; height: var(--framer-aspect-ratio-supported, 34px); left: 49%; position: absolute; transform: translateX(-50%); width: 34px; z-index: 10; }\",\".framer-FtSbc .framer-1emikyj { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 25px 50px 25px 50px; position: relative; width: 1px; }\",\".framer-FtSbc .framer-x1oohl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 25px 50px 25px 50px; position: relative; width: 1px; }\",\".framer-FtSbc .framer-pmiqie { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-cnvpnw { flex: none; height: auto; max-width: 713px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FtSbc .framer-13iicxs { aspect-ratio: 1 / 1; background-color: var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, #ffffff); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 34px); left: 49%; position: absolute; top: -330px; transform: translateX(-50%); width: 34px; z-index: 1; }\",\".framer-FtSbc .framer-lj9n6n { aspect-ratio: 1 / 1; background-color: var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, #ffffff); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 34px); left: 49%; position: absolute; top: -194px; transform: translateX(-50%); width: 34px; z-index: 1; }\",\".framer-FtSbc .framer-1du0cy1 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-55wcpr { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 30px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-n4jrgf { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 30px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-mon4xr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 30px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-rv80j4 { 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: hidden; padding: 69px 0px 69px 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-1sg2z48 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-125jw78 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 601px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FtSbc .framer-10436n { flex: none; height: auto; max-width: 529px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FtSbc .framer-f6dgbw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-1ilrp2m { align-content: center; align-items: center; aspect-ratio: 1.0526315789473684 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 570px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 46%; will-change: var(--framer-will-change-override, transform); }\",\".framer-FtSbc .framer-1hm7dfc { aspect-ratio: 1.5268022181146026 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 381px); position: relative; width: 582px; }\",\".framer-FtSbc .framer-18707mh { 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: hidden; padding: 76px 0px 68px 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-1iqwlru { background-color: var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, #5869fc); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-FtSbc .framer-chrv0w { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); opacity: 0.2; overflow: hidden; position: absolute; top: calc(49.615975422427056% - 99.53917050691244% / 2); width: 100%; z-index: 1; }\",\".framer-FtSbc .framer-134iutl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1356px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; z-index: 10; }\",\".framer-FtSbc .framer-wvapcr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-bfn75d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1063px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 8; }\",\".framer-FtSbc .framer-1jn0p9t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 621px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 8; }\",\".framer-FtSbc .framer-lo7fxm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FtSbc .framer-5oxsam-container { flex: none; height: 300px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FtSbc.framer-ahph0i, .framer-FtSbc .framer-mm9l9, .framer-FtSbc .framer-mhwo4z, .framer-FtSbc .framer-1xizafq, .framer-FtSbc .framer-1z0ut33, .framer-FtSbc .framer-1578qjv, .framer-FtSbc .framer-fbzhrd, .framer-FtSbc .framer-1pjyhnx, .framer-FtSbc .framer-177uioo, .framer-FtSbc .framer-wlq5fw, .framer-FtSbc .framer-1ak6f74, .framer-FtSbc .framer-1hh3b9s, .framer-FtSbc .framer-my0m5e, .framer-FtSbc .framer-atbiqo, .framer-FtSbc .framer-sd1yx7, .framer-FtSbc .framer-1maitqi, .framer-FtSbc .framer-7nholt, .framer-FtSbc .framer-1k2aeek, .framer-FtSbc .framer-14q3om, .framer-FtSbc .framer-1mjneze, .framer-FtSbc .framer-1lm47m0, .framer-FtSbc .framer-ljzcv5, .framer-FtSbc .framer-62h1il, .framer-FtSbc .framer-1w2fkma, .framer-FtSbc .framer-1rd7mfn, .framer-FtSbc .framer-61i41v, .framer-FtSbc .framer-qy1tdb, .framer-FtSbc .framer-16hdus9, .framer-FtSbc .framer-65vmh, .framer-FtSbc .framer-dmodcn, .framer-FtSbc .framer-ojyh5x, .framer-FtSbc .framer-3ud88d, .framer-FtSbc .framer-1271uc4, .framer-FtSbc .framer-2i3n6v, .framer-FtSbc .framer-1dt2d0j, .framer-FtSbc .framer-1emikyj, .framer-FtSbc .framer-x1oohl, .framer-FtSbc .framer-pmiqie, .framer-FtSbc .framer-1du0cy1, .framer-FtSbc .framer-55wcpr, .framer-FtSbc .framer-n4jrgf, .framer-FtSbc .framer-mon4xr, .framer-FtSbc .framer-rv80j4, .framer-FtSbc .framer-hvkdw9, .framer-FtSbc .framer-125jw78, .framer-FtSbc .framer-1i2i41x, .framer-FtSbc .framer-f6dgbw, .framer-FtSbc .framer-1ilrp2m, .framer-FtSbc .framer-18707mh, .framer-FtSbc .framer-134iutl, .framer-FtSbc .framer-wvapcr, .framer-FtSbc .framer-bfn75d, .framer-FtSbc .framer-1jn0p9t, .framer-FtSbc .framer-lo7fxm { gap: 0px; } .framer-FtSbc.framer-ahph0i > *, .framer-FtSbc .framer-mhwo4z > *, .framer-FtSbc .framer-1ak6f74 > *, .framer-FtSbc .framer-dmodcn > *, .framer-FtSbc .framer-3ud88d > *, .framer-FtSbc .framer-1dt2d0j > *, .framer-FtSbc .framer-1du0cy1 > *, .framer-FtSbc .framer-55wcpr > *, .framer-FtSbc .framer-hvkdw9 > *, .framer-FtSbc .framer-1ilrp2m > *, .framer-FtSbc .framer-134iutl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FtSbc.framer-ahph0i > :first-child, .framer-FtSbc .framer-mhwo4z > :first-child, .framer-FtSbc .framer-1z0ut33 > :first-child, .framer-FtSbc .framer-1578qjv > :first-child, .framer-FtSbc .framer-fbzhrd > :first-child, .framer-FtSbc .framer-177uioo > :first-child, .framer-FtSbc .framer-1ak6f74 > :first-child, .framer-FtSbc .framer-1hh3b9s > :first-child, .framer-FtSbc .framer-my0m5e > :first-child, .framer-FtSbc .framer-atbiqo > :first-child, .framer-FtSbc .framer-sd1yx7 > :first-child, .framer-FtSbc .framer-1maitqi > :first-child, .framer-FtSbc .framer-1mjneze > :first-child, .framer-FtSbc .framer-1lm47m0 > :first-child, .framer-FtSbc .framer-62h1il > :first-child, .framer-FtSbc .framer-1w2fkma > :first-child, .framer-FtSbc .framer-61i41v > :first-child, .framer-FtSbc .framer-qy1tdb > :first-child, .framer-FtSbc .framer-dmodcn > :first-child, .framer-FtSbc .framer-3ud88d > :first-child, .framer-FtSbc .framer-1271uc4 > :first-child, .framer-FtSbc .framer-1dt2d0j > :first-child, .framer-FtSbc .framer-1emikyj > :first-child, .framer-FtSbc .framer-x1oohl > :first-child, .framer-FtSbc .framer-pmiqie > :first-child, .framer-FtSbc .framer-1du0cy1 > :first-child, .framer-FtSbc .framer-55wcpr > :first-child, .framer-FtSbc .framer-n4jrgf > :first-child, .framer-FtSbc .framer-mon4xr > :first-child, .framer-FtSbc .framer-hvkdw9 > :first-child, .framer-FtSbc .framer-125jw78 > :first-child, .framer-FtSbc .framer-1i2i41x > :first-child, .framer-FtSbc .framer-f6dgbw > :first-child, .framer-FtSbc .framer-1ilrp2m > :first-child, .framer-FtSbc .framer-134iutl > :first-child, .framer-FtSbc .framer-wvapcr > :first-child, .framer-FtSbc .framer-bfn75d > :first-child, .framer-FtSbc .framer-1jn0p9t > :first-child { margin-top: 0px; } .framer-FtSbc.framer-ahph0i > :last-child, .framer-FtSbc .framer-mhwo4z > :last-child, .framer-FtSbc .framer-1z0ut33 > :last-child, .framer-FtSbc .framer-1578qjv > :last-child, .framer-FtSbc .framer-fbzhrd > :last-child, .framer-FtSbc .framer-177uioo > :last-child, .framer-FtSbc .framer-1ak6f74 > :last-child, .framer-FtSbc .framer-1hh3b9s > :last-child, .framer-FtSbc .framer-my0m5e > :last-child, .framer-FtSbc .framer-atbiqo > :last-child, .framer-FtSbc .framer-sd1yx7 > :last-child, .framer-FtSbc .framer-1maitqi > :last-child, .framer-FtSbc .framer-1mjneze > :last-child, .framer-FtSbc .framer-1lm47m0 > :last-child, .framer-FtSbc .framer-62h1il > :last-child, .framer-FtSbc .framer-1w2fkma > :last-child, .framer-FtSbc .framer-61i41v > :last-child, .framer-FtSbc .framer-qy1tdb > :last-child, .framer-FtSbc .framer-dmodcn > :last-child, .framer-FtSbc .framer-3ud88d > :last-child, .framer-FtSbc .framer-1271uc4 > :last-child, .framer-FtSbc .framer-1dt2d0j > :last-child, .framer-FtSbc .framer-1emikyj > :last-child, .framer-FtSbc .framer-x1oohl > :last-child, .framer-FtSbc .framer-pmiqie > :last-child, .framer-FtSbc .framer-1du0cy1 > :last-child, .framer-FtSbc .framer-55wcpr > :last-child, .framer-FtSbc .framer-n4jrgf > :last-child, .framer-FtSbc .framer-mon4xr > :last-child, .framer-FtSbc .framer-hvkdw9 > :last-child, .framer-FtSbc .framer-125jw78 > :last-child, .framer-FtSbc .framer-1i2i41x > :last-child, .framer-FtSbc .framer-f6dgbw > :last-child, .framer-FtSbc .framer-1ilrp2m > :last-child, .framer-FtSbc .framer-134iutl > :last-child, .framer-FtSbc .framer-wvapcr > :last-child, .framer-FtSbc .framer-bfn75d > :last-child, .framer-FtSbc .framer-1jn0p9t > :last-child { margin-bottom: 0px; } .framer-FtSbc .framer-mm9l9 > *, .framer-FtSbc .framer-1xizafq > *, .framer-FtSbc .framer-wlq5fw > *, .framer-FtSbc .framer-65vmh > *, .framer-FtSbc .framer-ojyh5x > *, .framer-FtSbc .framer-rv80j4 > *, .framer-FtSbc .framer-18707mh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FtSbc .framer-mm9l9 > :first-child, .framer-FtSbc .framer-1xizafq > :first-child, .framer-FtSbc .framer-1pjyhnx > :first-child, .framer-FtSbc .framer-wlq5fw > :first-child, .framer-FtSbc .framer-7nholt > :first-child, .framer-FtSbc .framer-1k2aeek > :first-child, .framer-FtSbc .framer-14q3om > :first-child, .framer-FtSbc .framer-ljzcv5 > :first-child, .framer-FtSbc .framer-1rd7mfn > :first-child, .framer-FtSbc .framer-16hdus9 > :first-child, .framer-FtSbc .framer-65vmh > :first-child, .framer-FtSbc .framer-ojyh5x > :first-child, .framer-FtSbc .framer-2i3n6v > :first-child, .framer-FtSbc .framer-rv80j4 > :first-child, .framer-FtSbc .framer-18707mh > :first-child, .framer-FtSbc .framer-lo7fxm > :first-child { margin-left: 0px; } .framer-FtSbc .framer-mm9l9 > :last-child, .framer-FtSbc .framer-1xizafq > :last-child, .framer-FtSbc .framer-1pjyhnx > :last-child, .framer-FtSbc .framer-wlq5fw > :last-child, .framer-FtSbc .framer-7nholt > :last-child, .framer-FtSbc .framer-1k2aeek > :last-child, .framer-FtSbc .framer-14q3om > :last-child, .framer-FtSbc .framer-ljzcv5 > :last-child, .framer-FtSbc .framer-1rd7mfn > :last-child, .framer-FtSbc .framer-16hdus9 > :last-child, .framer-FtSbc .framer-65vmh > :last-child, .framer-FtSbc .framer-ojyh5x > :last-child, .framer-FtSbc .framer-2i3n6v > :last-child, .framer-FtSbc .framer-rv80j4 > :last-child, .framer-FtSbc .framer-18707mh > :last-child, .framer-FtSbc .framer-lo7fxm > :last-child { margin-right: 0px; } .framer-FtSbc .framer-1z0ut33 > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-FtSbc .framer-1578qjv > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-FtSbc .framer-fbzhrd > *, .framer-FtSbc .framer-177uioo > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-FtSbc .framer-1pjyhnx > *, .framer-FtSbc .framer-lo7fxm > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-FtSbc .framer-1hh3b9s > *, .framer-FtSbc .framer-1i2i41x > *, .framer-FtSbc .framer-bfn75d > *, .framer-FtSbc .framer-1jn0p9t > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-FtSbc .framer-my0m5e > * { margin: 0px; margin-bottom: calc(49px / 2); margin-top: calc(49px / 2); } .framer-FtSbc .framer-atbiqo > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-FtSbc .framer-sd1yx7 > *, .framer-FtSbc .framer-1mjneze > *, .framer-FtSbc .framer-62h1il > *, .framer-FtSbc .framer-61i41v > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-FtSbc .framer-1maitqi > *, .framer-FtSbc .framer-1lm47m0 > *, .framer-FtSbc .framer-1w2fkma > *, .framer-FtSbc .framer-qy1tdb > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-FtSbc .framer-7nholt > *, .framer-FtSbc .framer-1k2aeek > *, .framer-FtSbc .framer-14q3om > *, .framer-FtSbc .framer-ljzcv5 > *, .framer-FtSbc .framer-1rd7mfn > *, .framer-FtSbc .framer-16hdus9 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-FtSbc .framer-1271uc4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-FtSbc .framer-2i3n6v > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-FtSbc .framer-1emikyj > *, .framer-FtSbc .framer-x1oohl > *, .framer-FtSbc .framer-n4jrgf > *, .framer-FtSbc .framer-mon4xr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FtSbc .framer-pmiqie > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-FtSbc .framer-125jw78 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-FtSbc .framer-f6dgbw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-FtSbc .framer-wvapcr > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-FtSbc[data-border=\"true\"]::after, .framer-FtSbc [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; }',\"@media (min-width: 992px) and (max-width: 1439px) { .framer-FtSbc.framer-ahph0i { width: 992px; } .framer-FtSbc .framer-mm9l9 { padding: 160px 0px 28px 0px; } .framer-FtSbc .framer-mhwo4z, .framer-FtSbc .framer-1ak6f74, .framer-FtSbc .framer-dmodcn, .framer-FtSbc .framer-3ud88d, .framer-FtSbc .framer-hvkdw9, .framer-FtSbc .framer-134iutl { max-width: 1000px; } .framer-FtSbc .framer-1z0ut33 { gap: 22px; padding: 0px; } .framer-FtSbc .framer-177uioo { padding: 0px; } .framer-FtSbc .framer-9wz28l-container { height: 551px; width: 96%; } .framer-FtSbc .framer-wlq5fw { padding: 43px 0px 100px 0px; } .framer-FtSbc .framer-my0m5e { gap: 60px; } .framer-FtSbc .framer-atbiqo { gap: 30px; } .framer-FtSbc .framer-1226emi { padding: 50px 50px 16px 50px; } .framer-FtSbc .framer-sd1yx7, .framer-FtSbc .framer-1mjneze, .framer-FtSbc .framer-61i41v { gap: 24px; } .framer-FtSbc .framer-1maitqi, .framer-FtSbc .framer-1lm47m0, .framer-FtSbc .framer-1w2fkma, .framer-FtSbc .framer-qy1tdb { gap: 32px; } .framer-FtSbc .framer-1ud629e, .framer-FtSbc .framer-2av6nh, .framer-FtSbc .framer-bld6o, .framer-FtSbc .framer-1yjpb1, .framer-FtSbc .framer-1jl3cim-container { order: 0; } .framer-FtSbc .framer-ywbwp2, .framer-FtSbc .framer-z4cc9g, .framer-FtSbc .framer-16l0062, .framer-FtSbc .framer-1ixsdp7 { order: 1; } .framer-FtSbc .framer-14q3om, .framer-FtSbc .framer-ljzcv5 { height: var(--framer-aspect-ratio-supported, 239px); } .framer-FtSbc .framer-12y2hna { height: var(--framer-aspect-ratio-supported, 184px); order: 0; } .framer-FtSbc .framer-xe3745 { padding: 38px 50px 33px 50px; } .framer-FtSbc .framer-1ilej4x { height: var(--framer-aspect-ratio-supported, 226px); order: 0; width: 331px; } .framer-FtSbc .framer-fnyau9, .framer-FtSbc .framer-19pr8lj { padding: 50px 50px 0px 50px; } .framer-FtSbc .framer-62h1il { gap: 24px; padding: 0px 0px 29px 0px; } .framer-FtSbc .framer-1rd7mfn { height: var(--framer-aspect-ratio-supported, 287px); width: 48%; } .framer-FtSbc .framer-16hdus9 { height: var(--framer-aspect-ratio-supported, 345px); } .framer-FtSbc .framer-1oz3v1z { height: 345px; width: 474px; } .framer-FtSbc .framer-1dgquni { left: 15px; top: 80px; } .framer-FtSbc .framer-ojyh5x { padding: 80px 0px 100px 0px; } .framer-FtSbc .framer-1dt2d0j, .framer-FtSbc .framer-1emikyj, .framer-FtSbc .framer-x1oohl { padding: 30px; } .framer-FtSbc .framer-18k7vro { bottom: 73px; height: var(--framer-aspect-ratio-supported, 45px); right: -22px; width: 45px; } .framer-FtSbc .framer-1fxrfdp { bottom: 59px; height: var(--framer-aspect-ratio-supported, 45px); right: -22px; width: 45px; } .framer-FtSbc .framer-cnvpnw { max-width: 598px; } .framer-FtSbc .framer-rv80j4 { padding: 120px 0px 120px 0px; } .framer-FtSbc .framer-125jw78 { gap: 48px; max-width: 513px; } .framer-FtSbc .framer-1ilrp2m { height: var(--framer-aspect-ratio-supported, 390px); width: 44%; } .framer-FtSbc .framer-1hm7dfc { height: var(--framer-aspect-ratio-supported, 266px); width: 407px; } .framer-FtSbc .framer-18707mh { padding: 140px 0px 140px 0px; } .framer-FtSbc .framer-bfn75d, .framer-FtSbc .framer-1jn0p9t { max-width: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FtSbc .framer-1z0ut33, .framer-FtSbc .framer-my0m5e, .framer-FtSbc .framer-atbiqo, .framer-FtSbc .framer-sd1yx7, .framer-FtSbc .framer-1maitqi, .framer-FtSbc .framer-1mjneze, .framer-FtSbc .framer-1lm47m0, .framer-FtSbc .framer-62h1il, .framer-FtSbc .framer-1w2fkma, .framer-FtSbc .framer-61i41v, .framer-FtSbc .framer-qy1tdb, .framer-FtSbc .framer-125jw78 { gap: 0px; } .framer-FtSbc .framer-1z0ut33 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-FtSbc .framer-1z0ut33 > :first-child, .framer-FtSbc .framer-my0m5e > :first-child, .framer-FtSbc .framer-atbiqo > :first-child, .framer-FtSbc .framer-sd1yx7 > :first-child, .framer-FtSbc .framer-1maitqi > :first-child, .framer-FtSbc .framer-1mjneze > :first-child, .framer-FtSbc .framer-1lm47m0 > :first-child, .framer-FtSbc .framer-62h1il > :first-child, .framer-FtSbc .framer-1w2fkma > :first-child, .framer-FtSbc .framer-61i41v > :first-child, .framer-FtSbc .framer-qy1tdb > :first-child, .framer-FtSbc .framer-125jw78 > :first-child { margin-top: 0px; } .framer-FtSbc .framer-1z0ut33 > :last-child, .framer-FtSbc .framer-my0m5e > :last-child, .framer-FtSbc .framer-atbiqo > :last-child, .framer-FtSbc .framer-sd1yx7 > :last-child, .framer-FtSbc .framer-1maitqi > :last-child, .framer-FtSbc .framer-1mjneze > :last-child, .framer-FtSbc .framer-1lm47m0 > :last-child, .framer-FtSbc .framer-62h1il > :last-child, .framer-FtSbc .framer-1w2fkma > :last-child, .framer-FtSbc .framer-61i41v > :last-child, .framer-FtSbc .framer-qy1tdb > :last-child, .framer-FtSbc .framer-125jw78 > :last-child { margin-bottom: 0px; } .framer-FtSbc .framer-my0m5e > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-FtSbc .framer-atbiqo > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-FtSbc .framer-sd1yx7 > *, .framer-FtSbc .framer-1mjneze > *, .framer-FtSbc .framer-62h1il > *, .framer-FtSbc .framer-61i41v > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-FtSbc .framer-1maitqi > *, .framer-FtSbc .framer-1lm47m0 > *, .framer-FtSbc .framer-1w2fkma > *, .framer-FtSbc .framer-qy1tdb > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-FtSbc .framer-125jw78 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}\",\"@media (min-width: 768px) and (max-width: 991px) { .framer-FtSbc.framer-ahph0i { width: 768px; } .framer-FtSbc .framer-mm9l9 { padding: 140px 0px 31px 0px; } .framer-FtSbc .framer-mhwo4z, .framer-FtSbc .framer-1ak6f74, .framer-FtSbc .framer-dmodcn, .framer-FtSbc .framer-3ud88d, .framer-FtSbc .framer-hvkdw9, .framer-FtSbc .framer-134iutl { max-width: 720px; padding: 0px 24px 0px 24px; } .framer-FtSbc .framer-1xizafq { flex-direction: column; gap: 40px; } .framer-FtSbc .framer-1z0ut33, .framer-FtSbc .framer-177uioo { padding: 0px; } .framer-FtSbc .framer-9wz28l-container { height: 400px; width: 101%; } .framer-FtSbc .framer-wlq5fw, .framer-FtSbc .framer-rv80j4 { padding: 80px 0px 80px 0px; } .framer-FtSbc .framer-1hh3b9s, .framer-FtSbc .framer-1i2i41x, .framer-FtSbc .framer-bfn75d, .framer-FtSbc .framer-1jn0p9t { gap: 18px; } .framer-FtSbc .framer-my0m5e { gap: 40px; max-width: 550px; } .framer-FtSbc .framer-1226emi { flex-direction: column; gap: 0px; justify-content: center; padding: 30px 30px 0px 30px; } .framer-FtSbc .framer-sd1yx7 { gap: 16px; height: 402px; width: 100%; } .framer-FtSbc .framer-1maitqi, .framer-FtSbc .framer-1lm47m0, .framer-FtSbc .framer-1w2fkma, .framer-FtSbc .framer-qy1tdb { gap: 24px; } .framer-FtSbc .framer-1ud629e, .framer-FtSbc .framer-2av6nh, .framer-FtSbc .framer-bld6o, .framer-FtSbc .framer-1yjpb1 { height: var(--framer-aspect-ratio-supported, 40px); order: 0; width: 40px; } .framer-FtSbc .framer-ywbwp2, .framer-FtSbc .framer-z4cc9g, .framer-FtSbc .framer-16l0062, .framer-FtSbc .framer-1ixsdp7, .framer-FtSbc .framer-1du0cy1, .framer-FtSbc .framer-n4jrgf { order: 1; } .framer-FtSbc .framer-17w6l7g, .framer-FtSbc .framer-xqfd8c, .framer-FtSbc .framer-55wcpr { order: 0; } .framer-FtSbc .framer-xe3745 { flex-direction: column; gap: 0px; height: 518px; justify-content: center; padding: 30px 30px 0px 30px; } .framer-FtSbc .framer-1mjneze, .framer-FtSbc .framer-62h1il, .framer-FtSbc .framer-61i41v { gap: 16px; width: 100%; } .framer-FtSbc .framer-ljzcv5 { height: 56%; width: var(--framer-aspect-ratio-supported, 332px); } .framer-FtSbc .framer-1ilej4x { height: 89%; width: var(--framer-aspect-ratio-supported, 296px); } .framer-FtSbc .framer-fnyau9 { flex-direction: column; gap: 13px; height: 526px; justify-content: center; padding: 30px 30px 0px 30px; } .framer-FtSbc .framer-1rd7mfn { height: 54%; width: var(--framer-aspect-ratio-supported, 332px); } .framer-FtSbc .framer-1wqjmhu { height: 100%; width: var(--framer-aspect-ratio-supported, 320px); } .framer-FtSbc .framer-19pr8lj { flex-direction: column; gap: 2px; height: 543px; justify-content: center; padding: 30px 30px 0px 30px; } .framer-FtSbc .framer-16hdus9 { height: 58%; width: var(--framer-aspect-ratio-supported, 332px); } .framer-FtSbc .framer-1oz3v1z { height: 277px; width: 380px; } .framer-FtSbc .framer-1dgquni { left: 8px; top: 80px; } .framer-FtSbc .framer-65vmh { padding: 60px 0px 0px 0px; } .framer-FtSbc .framer-1bki5xj-container { max-width: 519.98px; order: 0; } .framer-FtSbc .framer-ojyh5x { padding: 80px 0px 90px 0px; } .framer-FtSbc .framer-1271uc4 { gap: 40px; } .framer-FtSbc .framer-pmiqie { gap: 24px; order: 3; } .framer-FtSbc .framer-cnvpnw { max-width: 524px; } .framer-FtSbc .framer-mon4xr { order: 2; } .framer-FtSbc .framer-1sg2z48 { flex-direction: column; gap: 30px; justify-content: center; } .framer-FtSbc .framer-125jw78 { flex: none; gap: 30px; height: 477px; max-width: 68%; order: 1; width: 100%; } .framer-FtSbc .framer-f6dgbw { gap: 14px; height: 45%; } .framer-FtSbc .framer-1ilrp2m { height: var(--framer-aspect-ratio-supported, 190px); order: 0; width: 50%; } .framer-FtSbc .framer-1hm7dfc { height: var(--framer-aspect-ratio-supported, 213px); width: 326px; } .framer-FtSbc .framer-18707mh { padding: 100px 0px 100px 0px; } .framer-FtSbc .framer-wvapcr { gap: 30px; } .framer-FtSbc .framer-5oxsam-container { height: 388px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FtSbc .framer-1xizafq, .framer-FtSbc .framer-1hh3b9s, .framer-FtSbc .framer-my0m5e, .framer-FtSbc .framer-1226emi, .framer-FtSbc .framer-sd1yx7, .framer-FtSbc .framer-1maitqi, .framer-FtSbc .framer-xe3745, .framer-FtSbc .framer-1mjneze, .framer-FtSbc .framer-1lm47m0, .framer-FtSbc .framer-fnyau9, .framer-FtSbc .framer-62h1il, .framer-FtSbc .framer-1w2fkma, .framer-FtSbc .framer-19pr8lj, .framer-FtSbc .framer-61i41v, .framer-FtSbc .framer-qy1tdb, .framer-FtSbc .framer-1271uc4, .framer-FtSbc .framer-pmiqie, .framer-FtSbc .framer-1sg2z48, .framer-FtSbc .framer-125jw78, .framer-FtSbc .framer-1i2i41x, .framer-FtSbc .framer-f6dgbw, .framer-FtSbc .framer-wvapcr, .framer-FtSbc .framer-bfn75d, .framer-FtSbc .framer-1jn0p9t { gap: 0px; } .framer-FtSbc .framer-1xizafq > *, .framer-FtSbc .framer-my0m5e > *, .framer-FtSbc .framer-1271uc4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-FtSbc .framer-1xizafq > :first-child, .framer-FtSbc .framer-1hh3b9s > :first-child, .framer-FtSbc .framer-my0m5e > :first-child, .framer-FtSbc .framer-1226emi > :first-child, .framer-FtSbc .framer-sd1yx7 > :first-child, .framer-FtSbc .framer-1maitqi > :first-child, .framer-FtSbc .framer-xe3745 > :first-child, .framer-FtSbc .framer-1mjneze > :first-child, .framer-FtSbc .framer-1lm47m0 > :first-child, .framer-FtSbc .framer-fnyau9 > :first-child, .framer-FtSbc .framer-62h1il > :first-child, .framer-FtSbc .framer-1w2fkma > :first-child, .framer-FtSbc .framer-19pr8lj > :first-child, .framer-FtSbc .framer-61i41v > :first-child, .framer-FtSbc .framer-qy1tdb > :first-child, .framer-FtSbc .framer-1271uc4 > :first-child, .framer-FtSbc .framer-pmiqie > :first-child, .framer-FtSbc .framer-1sg2z48 > :first-child, .framer-FtSbc .framer-125jw78 > :first-child, .framer-FtSbc .framer-1i2i41x > :first-child, .framer-FtSbc .framer-f6dgbw > :first-child, .framer-FtSbc .framer-wvapcr > :first-child, .framer-FtSbc .framer-bfn75d > :first-child, .framer-FtSbc .framer-1jn0p9t > :first-child { margin-top: 0px; } .framer-FtSbc .framer-1xizafq > :last-child, .framer-FtSbc .framer-1hh3b9s > :last-child, .framer-FtSbc .framer-my0m5e > :last-child, .framer-FtSbc .framer-1226emi > :last-child, .framer-FtSbc .framer-sd1yx7 > :last-child, .framer-FtSbc .framer-1maitqi > :last-child, .framer-FtSbc .framer-xe3745 > :last-child, .framer-FtSbc .framer-1mjneze > :last-child, .framer-FtSbc .framer-1lm47m0 > :last-child, .framer-FtSbc .framer-fnyau9 > :last-child, .framer-FtSbc .framer-62h1il > :last-child, .framer-FtSbc .framer-1w2fkma > :last-child, .framer-FtSbc .framer-19pr8lj > :last-child, .framer-FtSbc .framer-61i41v > :last-child, .framer-FtSbc .framer-qy1tdb > :last-child, .framer-FtSbc .framer-1271uc4 > :last-child, .framer-FtSbc .framer-pmiqie > :last-child, .framer-FtSbc .framer-1sg2z48 > :last-child, .framer-FtSbc .framer-125jw78 > :last-child, .framer-FtSbc .framer-1i2i41x > :last-child, .framer-FtSbc .framer-f6dgbw > :last-child, .framer-FtSbc .framer-wvapcr > :last-child, .framer-FtSbc .framer-bfn75d > :last-child, .framer-FtSbc .framer-1jn0p9t > :last-child { margin-bottom: 0px; } .framer-FtSbc .framer-1hh3b9s > *, .framer-FtSbc .framer-1i2i41x > *, .framer-FtSbc .framer-bfn75d > *, .framer-FtSbc .framer-1jn0p9t > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-FtSbc .framer-1226emi > *, .framer-FtSbc .framer-xe3745 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FtSbc .framer-sd1yx7 > *, .framer-FtSbc .framer-1mjneze > *, .framer-FtSbc .framer-62h1il > *, .framer-FtSbc .framer-61i41v > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-FtSbc .framer-1maitqi > *, .framer-FtSbc .framer-1lm47m0 > *, .framer-FtSbc .framer-1w2fkma > *, .framer-FtSbc .framer-qy1tdb > *, .framer-FtSbc .framer-pmiqie > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-FtSbc .framer-fnyau9 > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-FtSbc .framer-19pr8lj > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-FtSbc .framer-1sg2z48 > *, .framer-FtSbc .framer-125jw78 > *, .framer-FtSbc .framer-wvapcr > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-FtSbc .framer-f6dgbw > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } }}\",\"@media (max-width: 767px) { .framer-FtSbc.framer-ahph0i { width: 390px; } .framer-FtSbc .framer-mm9l9 { padding: 120px 0px 0px 0px; } .framer-FtSbc .framer-mhwo4z, .framer-FtSbc .framer-1ak6f74, .framer-FtSbc .framer-dmodcn, .framer-FtSbc .framer-3ud88d, .framer-FtSbc .framer-hvkdw9, .framer-FtSbc .framer-134iutl { max-width: 524px; padding: 0px 24px 0px 24px; } .framer-FtSbc .framer-1xizafq, .framer-FtSbc .framer-my0m5e { gap: 40px; } .framer-FtSbc .framer-1z0ut33 { gap: 48px; padding: 0px 0px 53px 0px; } .framer-FtSbc .framer-177uioo { padding: 0px; } .framer-FtSbc .framer-9wz28l-container { height: 214px; width: 100%; } .framer-FtSbc .framer-wlq5fw { padding: 60px 0px 60px 0px; } .framer-FtSbc .framer-1hh3b9s { align-content: center; align-items: center; gap: 16px; justify-content: center; } .framer-FtSbc .framer-atbiqo, .framer-FtSbc .framer-1maitqi, .framer-FtSbc .framer-1lm47m0, .framer-FtSbc .framer-1w2fkma, .framer-FtSbc .framer-qy1tdb, .framer-FtSbc .framer-wvapcr { gap: 24px; } .framer-FtSbc .framer-1226emi { flex-direction: column; gap: 30px; justify-content: center; padding: 30px 30px 0px 30px; } .framer-FtSbc .framer-sd1yx7 { gap: 21px; order: 0; width: 100%; } .framer-FtSbc .framer-1ud629e, .framer-FtSbc .framer-2av6nh, .framer-FtSbc .framer-bld6o, .framer-FtSbc .framer-1yjpb1 { height: var(--framer-aspect-ratio-supported, 40px); order: 0; width: 40px; } .framer-FtSbc .framer-ywbwp2, .framer-FtSbc .framer-z4cc9g, .framer-FtSbc .framer-16l0062, .framer-FtSbc .framer-1ixsdp7 { order: 1; } .framer-FtSbc .framer-6endtv { order: 0; } .framer-FtSbc .framer-xe3745 { flex-direction: column; gap: 10px; justify-content: center; padding: 30px 30px 0px 30px; } .framer-FtSbc .framer-1mjneze { gap: 16px; padding: 0px 0px 11px 0px; width: 100%; } .framer-FtSbc .framer-ljzcv5, .framer-FtSbc .framer-1rd7mfn, .framer-FtSbc .framer-16hdus9 { height: var(--framer-aspect-ratio-supported, 120px); width: 100%; } .framer-FtSbc .framer-1ilej4x { height: var(--framer-aspect-ratio-supported, 157px); width: 231px; } .framer-FtSbc .framer-fnyau9 { flex-direction: column; gap: 2px; justify-content: center; padding: 30px 30px 0px 30px; } .framer-FtSbc .framer-62h1il, .framer-FtSbc .framer-61i41v { gap: 16px; width: 100%; } .framer-FtSbc .framer-1wqjmhu { height: var(--framer-aspect-ratio-supported, 147px); width: 234px; } .framer-FtSbc .framer-19pr8lj { flex-direction: column; gap: 8px; justify-content: center; padding: 30px 30px 0px 30px; } .framer-FtSbc .framer-1oz3v1z { height: 154px; width: 211px; } .framer-FtSbc .framer-65vmh { padding: 60px 0px 0px 0px; } .framer-FtSbc .framer-1bki5xj-container { max-width: 400px; } .framer-FtSbc .framer-ojyh5x { padding: 48px 0px 48px 0px; } .framer-FtSbc .framer-1271uc4 { gap: 30px; max-width: 400px; } .framer-FtSbc .framer-2i3n6v { flex-direction: column; } .framer-FtSbc .framer-1dt2d0j, .framer-FtSbc .framer-1emikyj { --border-bottom-width: 1px; --border-right-width: 0px; flex: none; padding: 30px; width: 100%; } .framer-FtSbc .framer-x1oohl { flex: none; padding: 30px; width: 100%; } .framer-FtSbc .framer-pmiqie, .framer-FtSbc .framer-1i2i41x { gap: 16px; } .framer-FtSbc .framer-rv80j4 { padding: 60px 0px 30px 0px; } .framer-FtSbc .framer-1sg2z48 { flex-direction: column; gap: 30px; justify-content: center; max-width: 400px; } .framer-FtSbc .framer-125jw78 { flex: none; gap: 30px; height: 485px; max-width: unset; order: 1; width: 100%; } .framer-FtSbc .framer-f6dgbw { gap: 12px; height: 52%; } .framer-FtSbc .framer-1ilrp2m { height: var(--framer-aspect-ratio-supported, 190px); order: 0; width: 100%; } .framer-FtSbc .framer-1hm7dfc { height: var(--framer-aspect-ratio-supported, 223px); width: 341px; } .framer-FtSbc .framer-18707mh { padding: 80px 0px 80px 0px; } .framer-FtSbc .framer-bfn75d, .framer-FtSbc .framer-1jn0p9t { gap: 16px; max-width: unset; } .framer-FtSbc .framer-lo7fxm { flex-direction: column; gap: 16px; } .framer-FtSbc .framer-5oxsam-container { height: 305px; width: 390px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FtSbc .framer-1xizafq, .framer-FtSbc .framer-1z0ut33, .framer-FtSbc .framer-1hh3b9s, .framer-FtSbc .framer-my0m5e, .framer-FtSbc .framer-atbiqo, .framer-FtSbc .framer-1226emi, .framer-FtSbc .framer-sd1yx7, .framer-FtSbc .framer-1maitqi, .framer-FtSbc .framer-xe3745, .framer-FtSbc .framer-1mjneze, .framer-FtSbc .framer-1lm47m0, .framer-FtSbc .framer-fnyau9, .framer-FtSbc .framer-62h1il, .framer-FtSbc .framer-1w2fkma, .framer-FtSbc .framer-19pr8lj, .framer-FtSbc .framer-61i41v, .framer-FtSbc .framer-qy1tdb, .framer-FtSbc .framer-1271uc4, .framer-FtSbc .framer-2i3n6v, .framer-FtSbc .framer-pmiqie, .framer-FtSbc .framer-1sg2z48, .framer-FtSbc .framer-125jw78, .framer-FtSbc .framer-1i2i41x, .framer-FtSbc .framer-f6dgbw, .framer-FtSbc .framer-wvapcr, .framer-FtSbc .framer-bfn75d, .framer-FtSbc .framer-1jn0p9t, .framer-FtSbc .framer-lo7fxm { gap: 0px; } .framer-FtSbc .framer-1xizafq > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-FtSbc .framer-1xizafq > :first-child { margin-left: 0px; } .framer-FtSbc .framer-1xizafq > :last-child { margin-right: 0px; } .framer-FtSbc .framer-1z0ut33 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-FtSbc .framer-1z0ut33 > :first-child, .framer-FtSbc .framer-1hh3b9s > :first-child, .framer-FtSbc .framer-my0m5e > :first-child, .framer-FtSbc .framer-atbiqo > :first-child, .framer-FtSbc .framer-1226emi > :first-child, .framer-FtSbc .framer-sd1yx7 > :first-child, .framer-FtSbc .framer-1maitqi > :first-child, .framer-FtSbc .framer-xe3745 > :first-child, .framer-FtSbc .framer-1mjneze > :first-child, .framer-FtSbc .framer-1lm47m0 > :first-child, .framer-FtSbc .framer-fnyau9 > :first-child, .framer-FtSbc .framer-62h1il > :first-child, .framer-FtSbc .framer-1w2fkma > :first-child, .framer-FtSbc .framer-19pr8lj > :first-child, .framer-FtSbc .framer-61i41v > :first-child, .framer-FtSbc .framer-qy1tdb > :first-child, .framer-FtSbc .framer-1271uc4 > :first-child, .framer-FtSbc .framer-2i3n6v > :first-child, .framer-FtSbc .framer-pmiqie > :first-child, .framer-FtSbc .framer-1sg2z48 > :first-child, .framer-FtSbc .framer-125jw78 > :first-child, .framer-FtSbc .framer-1i2i41x > :first-child, .framer-FtSbc .framer-f6dgbw > :first-child, .framer-FtSbc .framer-wvapcr > :first-child, .framer-FtSbc .framer-bfn75d > :first-child, .framer-FtSbc .framer-1jn0p9t > :first-child, .framer-FtSbc .framer-lo7fxm > :first-child { margin-top: 0px; } .framer-FtSbc .framer-1z0ut33 > :last-child, .framer-FtSbc .framer-1hh3b9s > :last-child, .framer-FtSbc .framer-my0m5e > :last-child, .framer-FtSbc .framer-atbiqo > :last-child, .framer-FtSbc .framer-1226emi > :last-child, .framer-FtSbc .framer-sd1yx7 > :last-child, .framer-FtSbc .framer-1maitqi > :last-child, .framer-FtSbc .framer-xe3745 > :last-child, .framer-FtSbc .framer-1mjneze > :last-child, .framer-FtSbc .framer-1lm47m0 > :last-child, .framer-FtSbc .framer-fnyau9 > :last-child, .framer-FtSbc .framer-62h1il > :last-child, .framer-FtSbc .framer-1w2fkma > :last-child, .framer-FtSbc .framer-19pr8lj > :last-child, .framer-FtSbc .framer-61i41v > :last-child, .framer-FtSbc .framer-qy1tdb > :last-child, .framer-FtSbc .framer-1271uc4 > :last-child, .framer-FtSbc .framer-2i3n6v > :last-child, .framer-FtSbc .framer-pmiqie > :last-child, .framer-FtSbc .framer-1sg2z48 > :last-child, .framer-FtSbc .framer-125jw78 > :last-child, .framer-FtSbc .framer-1i2i41x > :last-child, .framer-FtSbc .framer-f6dgbw > :last-child, .framer-FtSbc .framer-wvapcr > :last-child, .framer-FtSbc .framer-bfn75d > :last-child, .framer-FtSbc .framer-1jn0p9t > :last-child, .framer-FtSbc .framer-lo7fxm > :last-child { margin-bottom: 0px; } .framer-FtSbc .framer-1hh3b9s > *, .framer-FtSbc .framer-1mjneze > *, .framer-FtSbc .framer-62h1il > *, .framer-FtSbc .framer-61i41v > *, .framer-FtSbc .framer-pmiqie > *, .framer-FtSbc .framer-1i2i41x > *, .framer-FtSbc .framer-bfn75d > *, .framer-FtSbc .framer-1jn0p9t > *, .framer-FtSbc .framer-lo7fxm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-FtSbc .framer-my0m5e > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-FtSbc .framer-atbiqo > *, .framer-FtSbc .framer-1maitqi > *, .framer-FtSbc .framer-1lm47m0 > *, .framer-FtSbc .framer-1w2fkma > *, .framer-FtSbc .framer-qy1tdb > *, .framer-FtSbc .framer-wvapcr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-FtSbc .framer-1226emi > *, .framer-FtSbc .framer-1271uc4 > *, .framer-FtSbc .framer-1sg2z48 > *, .framer-FtSbc .framer-125jw78 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-FtSbc .framer-sd1yx7 > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } .framer-FtSbc .framer-xe3745 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FtSbc .framer-fnyau9 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-FtSbc .framer-19pr8lj > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-FtSbc .framer-2i3n6v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FtSbc .framer-f6dgbw > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6132\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hKVQyTGln\":{\"layout\":[\"fixed\",\"auto\"]},\"eGsZ4qSNG\":{\"layout\":[\"fixed\",\"auto\"]},\"iH_3L23lh\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"eDt8uLl_9\":{\"pattern\":\":eDt8uLl_9\",\"name\":\"featuresection\"},\"vbpz7vVFD\":{\"pattern\":\":vbpz7vVFD\",\"name\":\"contentsection\"},\"DLgvUEnwE\":{\"pattern\":\":DLgvUEnwE\",\"name\":\"contentsection\"}}\n * @framerResponsiveScreen\n */const FramerYKBgW73gq=withCSS(Component,css,\"framer-FtSbc\");export default FramerYKBgW73gq;FramerYKBgW73gq.displayName=\"Home 1\";FramerYKBgW73gq.defaultProps={height:6132,width:1440};addFonts(FramerYKBgW73gq,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4S-EiAou6Y.woff2\",weight:\"600\"}]},...HeaderFonts,...ButtonFonts,...ButtonLinkFonts,...EmbedFonts,...TabContentFonts,...ProcessWidget2Fonts,...Button2Fonts,...ListItemFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYKBgW73gq\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"eDt8uLl_9\\\":{\\\"pattern\\\":\\\":eDt8uLl_9\\\",\\\"name\\\":\\\"featuresection\\\"},\\\"vbpz7vVFD\\\":{\\\"pattern\\\":\\\":vbpz7vVFD\\\",\\\"name\\\":\\\"contentsection\\\"},\\\"DLgvUEnwE\\\":{\\\"pattern\\\":\\\":DLgvUEnwE\\\",\\\"name\\\":\\\"contentsection\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hKVQyTGln\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eGsZ4qSNG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iH_3L23lh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"6132\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "Embed", "type", "url", "html", "zoom", "radius", "border", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "HeroFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "iconColor", "id", "text", "textColor", "width", "props", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "HW0XuSnZK", "xkufnexMu", "EdCMzIFca", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerfC3XP6XwI", "withCSS", "fC3XP6XwI_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "iconVisible", "id", "link", "newTab", "smoothScroll", "text", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "A2dWUqqQh", "DnytOe0Z8", "oSfNN4wFr", "v8ArQOg02", "Fben7NVCN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramergzJsb0rJO", "withCSS", "gzJsb0rJO_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "tap", "title", "width", "props", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "LCIpE3scH", "Jb7fGBxV2", "UJ9dlGH7a", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapaccfrm", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "RichText2", "css", "FramerE13wq2cgN", "withCSS", "E13wq2cgN_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TabButtonFonts", "getFonts", "E13wq2cgN_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "UJ9dlGH7awnxcxh", "args", "UJ9dlGH7a5yt6vq", "UJ9dlGH7a15rq1ef", "UJ9dlGH7a1siynad", "UJ9dlGH7a1mm6g8h", "UJ9dlGH7a1g1dn9a", "UJ9dlGH7a12jdohv", "UJ9dlGH7ao2aahp", "UJ9dlGH7a4j8dps", "UJ9dlGH7a1h7ydxx", "UJ9dlGH7adjb7i5", "UJ9dlGH7a1ykaamb", "UJ9dlGH7a1serltw", "UJ9dlGH7a1593znv", "UJ9dlGH7ai6r3np", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "isDisplayed14", "isDisplayed15", "isDisplayed16", "isDisplayed17", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "RichText2", "css", "FramerMhb1wiPWK", "withCSS", "Mhb1wiPWK_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "description", "height", "id", "title", "width", "props", "createLayoutDependency", "variants", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "JViOoiYHC", "Al6kPCQJM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "css", "FramerYWrncmdAs", "withCSS", "YWrncmdAs_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "HeaderFonts", "getFonts", "lhYLt9H6I_default", "ContainerWithFX", "withFX", "Container", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ButtonFonts", "o1b1LjSZo_default", "ContainerWithOptimizedAppearEffect", "ButtonLinkFonts", "D8TbWc38Z_default", "EmbedFonts", "Embed", "MotionDivWithFX", "motion", "TabContentFonts", "Mhb1wiPWK_default", "RichTextWithFX", "ProcessWidget2Fonts", "YWrncmdAs_default", "Button2Fonts", "gzJsb0rJO_default", "ListItemFonts", "fC3XP6XwI_default", "FooterFonts", "wuGuB6Xy2_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "transformTemplate1", "_", "t", "transition2", "animation1", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "transition5", "animation6", "transition6", "transition7", "animation7", "animation8", "transition8", "transition9", "animation9", "transition10", "transition11", "transition12", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "elementId", "useRouteElementId", "ref2", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "elementId1", "ref3", "isDisplayed6", "elementId2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "SVG", "getLoadingLazyAtYPosition", "Image2", "css", "FramerYKBgW73gq", "withCSS", "YKBgW73gq_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
