{"version":3,"file":"lpt51Zj18544KDpqZIQCVZMV8XKTvpn3vwGIFNhgXF0.CYJ64chp.mjs","names":["props","props","props","headers","fonts","css","className","NavNormal","Breadcrumbs","SocialMediaShareButtons","PrimaryButton","Footer","props","Component","Blog","BlogTopics","metadata","className","PropertyOverrides","Image","css"],"sources":["https:/framerusercontent.com/modules/n2kju6hoTayc8de8rW3V/lydgdtiT6b3K7pvNkNiA/Time_to_read.js","https:/framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js","https:/framerusercontent.com/modules/q6TPcm1rVRPb4ymPsf0M/ozVL167hH9qRZk4f9yzV/TableOfContent.js","https:/framerusercontent.com/modules/QOnuTl1O47hboJZLhecC/wtJoHGrRCCc9GwH6wIbK/ihpQSfZGs.js","https:/framerusercontent.com/modules/qbAu3vdi5Do81aat3bY4/qjNSdZIZht5RbtJfCx8V/SMP3IRbFG.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{fontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useEffect,useState}from\"react\";/**\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-auto\n * @framerSupportedLayoutHeight any-prefer-auto\n */export default function WordCounter(props){const{font,fontColor,displayMode,timeSuffix,wordSuffix,contentType,title1,title2,title3,title4,title5,title6,title7}=props;const[totalCount,setTotalCount]=useState(0);useEffect(()=>{const countWords=text=>{const div=document.createElement(\"div\");div.innerHTML=typeof text===\"string\"?text:JSON.stringify(text);const cleanText=div.textContent||div.innerText||\"\";return cleanText.trim().split(/\\s+/).length;};const titlesToCount=contentType===\"one\"?[title1]:[title1,title2,title3,title4,title5,title6,title7];const totalWords=titlesToCount.reduce((sum,title)=>sum+countWords(title),0);setTotalCount(totalWords);},[contentType,title1,title2,title3,title4,title5,title6,title7]);const wordsPerMinute=200// Average reading speed\n;const timeToRead=Math.ceil(totalCount/wordsPerMinute);let displayText=displayMode===\"words\"?`${totalCount} ${wordSuffix}`:`${timeToRead} ${timeSuffix}`;return /*#__PURE__*/_jsx(\"div\",{style:{...font,color:fontColor,display:\"flex\",justifyContent:\"center\",alignItems:\"center\",padding:0},children:displayText});}WordCounter.defaultProps={title1:\"<p>Your rich text here</p>\",title2:\"<p>Your rich text here</p>\",title3:\"<p>Your rich text here</p>\",title4:\"<p>Your rich text here</p>\",title5:\"<p>Your rich text here</p>\",title6:\"<p>Your rich text here</p>\",title7:\"<p>Your rich text here</p>\",font:fontControls.defaultProps,fontColor:\"#000\",displayMode:\"words\",timeSuffix:\"Mins Read\",wordSuffix:\"Words\",contentType:\"one\"};addPropertyControls(WordCounter,{contentType:{title:\"Content Type\",type:ControlType.Enum,options:[\"one\",\"multiple\"],optionTitles:[\"Single\",\"Multiple\"],defaultValue:WordCounter.defaultProps.contentType},title1:{title:\"Title 1\",type:ControlType.RichText},title2:{title:\"Title 2\",type:ControlType.RichText,hidden:props=>props.contentType===\"one\"},title3:{title:\"Title 3\",type:ControlType.RichText,hidden:props=>props.contentType===\"one\"},title4:{title:\"Title 4\",type:ControlType.RichText,hidden:props=>props.contentType===\"one\"},title5:{title:\"Title 5\",type:ControlType.RichText,hidden:props=>props.contentType===\"one\"},title6:{title:\"Title 6\",type:ControlType.RichText,hidden:props=>props.contentType===\"one\"},title7:{title:\"Title 7\",type:ControlType.RichText,hidden:props=>props.contentType===\"one\"},font:{type:ControlType.Font,controls:\"extended\",title:\"Font\"},fontColor:{title:\"Font Color\",type:ControlType.Color,defaultValue:WordCounter.defaultProps.fontColor},displayMode:{title:\"Display Mode\",type:ControlType.SegmentedEnum,options:[\"words\",\"time\"],optionTitles:[\"Words\",\"Time to Read\"],defaultValue:WordCounter.defaultProps.displayMode,description:\"v1.2\\n[via SegmentUI](https://www.segmentUI.com)\"},timeSuffix:{title:\"Time Suffix\",type:ControlType.String,defaultValue:WordCounter.defaultProps.timeSuffix,hidden:props=>props.displayMode===\"words\"},wordSuffix:{title:\"Word Suffix\",type:ControlType.String,defaultValue:WordCounter.defaultProps.wordSuffix,hidden:props=>props.displayMode===\"time\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"WordCounter\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-auto\",\"framerSupportedLayoutWidth\":\"any-prefer-auto\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Time_to_read.map","import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don’t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can’t 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’t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                min-height: 100vh;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading…\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map","import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState,useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerIntrinsicWidth 600\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerIntrinsicHeight 400\n */export default function Table_of_Content(props){const[headers,setHeaders]=useState([]);const[activeId,setActiveId]=useState(\"\");const[firstHeadingLevel,setFirstHeadingLevel]=useState(null);const ignoreNextScrollEvent=useRef(false);const scrollTimeoutRef=useRef(null);useEffect(()=>{const sectionElement=document.getElementById(props.section_id)||document.body;const headingElements=Array.from(sectionElement.querySelectorAll(\"h1, h2, h3, h4, h5, h6\"));if(headingElements.length>0&&firstHeadingLevel===null){setFirstHeadingLevel(parseInt(headingElements[0].tagName[1],10));}const headers=headingElements.map((element,index)=>{if(!element.id){element.id=`header-${index}`;}return{id:element.id,text:element.innerText,level:parseInt(element.tagName[1],10)};});setHeaders(headers);},[props.section_id,firstHeadingLevel]);useEffect(()=>{const onScroll=()=>{if(ignoreNextScrollEvent.current){ignoreNextScrollEvent.current=false;return;}let currentSectionId=\"\";headers.filter(header=>props[`showH${header.level}`]!==false).forEach(header=>{const element=document.getElementById(header.id);const scrollPosition=element.getBoundingClientRect().top+window.scrollY;if(scrollPosition<window.scrollY+props.yOffset+5){currentSectionId=header.id;}});setActiveId(currentSectionId);};window.addEventListener(\"scroll\",onScroll);return()=>window.removeEventListener(\"scroll\",onScroll);},[headers,props.yOffset,props]);const getStyle=header=>{const indentation=firstHeadingLevel?header.level-firstHeadingLevel:0;const headerFont=props[`h${header.level}Font`]||{};return{display:\"block\",...headerFont,color:header.id===activeId?props.activeColor:props.fontColor,fontWeight:header.id===activeId?props.activeFontWeight:headerFont.fontWeight||\"normal\",textDecoration:\"none\",marginBottom:`${props.spacing}px`,marginLeft:`${indentation*props.indentation}px`};};const handleClick=headerId=>{ignoreNextScrollEvent.current=true;const element=document.getElementById(headerId);if(element){const y=element.getBoundingClientRect().top+window.pageYOffset-props.yOffset;window.scrollTo({top:y,behavior:\"smooth\"});checkIfScrollFinished(headerId);}};const checkIfScrollFinished=headerId=>{if(scrollTimeoutRef.current){clearTimeout(scrollTimeoutRef.current);}const isScrolled=()=>{const element=document.getElementById(headerId);if(element){const rect=element.getBoundingClientRect();return Math.abs(rect.top-props.yOffset)<=1;}return false;};const checkScroll=()=>{if(isScrolled()){setActiveId(headerId);}else{scrollTimeoutRef.current=setTimeout(()=>{requestAnimationFrame(checkScroll);},10);}};checkScroll();};return /*#__PURE__*/_jsx(\"div\",{children:headers.filter(header=>props[`showH${header.level}`]!==false).map(header=>/*#__PURE__*/_jsx(\"a\",{href:`#${header.id}`,style:getStyle(header),onMouseOver:e=>e.currentTarget.style.color=props.onHoverColor,onMouseOut:e=>{e.currentTarget.style.color=header.id===activeId?props.activeColor:props.fontColor;e.currentTarget.style.fontWeight=header.id===activeId?props.activeFontWeight:getStyle(header).fontWeight;},onClick:e=>{e.preventDefault();handleClick(header.id);},children:header.text},header.id))});}Table_of_Content.defaultProps={section_id:\"\",fontColor:\"#000000\",activeColor:\"#FF0000\",onHoverColor:\"#00FF00\",spacing:8,indentation:10,yOffset:0,activeFontWeight:\"bold\"};addPropertyControls(Table_of_Content,{section_id:{type:ControlType.String,title:\"Section ID\"},fontColor:{type:ControlType.Color,title:\"Font Color\"},activeColor:{type:ControlType.Color,title:\"Active Color\"},onHoverColor:{type:ControlType.Color,title:\"On Hover Color\"},spacing:{type:ControlType.Number,title:\"Spacing\"},indentation:{type:ControlType.Number,title:\"Indentation\"},yOffset:{type:ControlType.Number,title:\"Y Offset\",min:0,max:200,step:1},activeFontWeight:{type:ControlType.Enum,title:\"Active Font Weight\",options:[\"normal\",\"bold\",\"bolder\",\"lighter\",\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"],defaultValue:\"bold\"},showH1:{type:ControlType.Boolean,title:\"Show H1\",defaultValue:true},showH2:{type:ControlType.Boolean,title:\"Show H2\",defaultValue:true},showH3:{type:ControlType.Boolean,title:\"Show H3\",defaultValue:true},showH4:{type:ControlType.Boolean,title:\"Show H4\",defaultValue:true},showH5:{type:ControlType.Boolean,title:\"Show H5\",defaultValue:true},showH6:{type:ControlType.Boolean,title:\"Show H6\",defaultValue:true},h1Font:{// @ts-expect-error – Internal\ntype:ControlType.Font,controls:\"extended\",title:\"H1 Font\"},h2Font:{// @ts-expect-error – Internal\ntype:ControlType.Font,controls:\"extended\",title:\"H2 Font\"},h3Font:{// @ts-expect-error – Internal\ntype:ControlType.Font,controls:\"extended\",title:\"H3 Font\"},h4Font:{// @ts-expect-error – Internal\ntype:ControlType.Font,controls:\"extended\",title:\"H4 Font\"},h5Font:{// @ts-expect-error – Internal\ntype:ControlType.Font,controls:\"extended\",title:\"H5 Font\"},h6Font:{// @ts-expect-error – Internal\ntype:ControlType.Font,controls:\"extended\",title:\"H6 Font\",description:\"Preview to see it in effect \\n\\nv1.6 \\n[via SegmentUI](https://www.segmentUI.com)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Table_of_Content\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"600\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TableOfContent.map","// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Fragment Mono-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}];export const css=['.framer-b8mTt .framer-styles-preset-rk1ly5:not(.rich-text-wrapper), .framer-b8mTt .framer-styles-preset-rk1ly5.rich-text-wrapper code { --framer-code-font-family: \"Fragment Mono\", monospace; --framer-code-font-style: normal; --framer-code-font-weight: 400; --framer-code-text-color: #333; --framer-font-size-scale: 1; background-color: rgba(0, 0, 0, 0.1); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; padding-bottom: 0.1em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.1em; }'];export const className=\"framer-b8mTt\";\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 (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SocialMediaShareButtons from\"https://framerusercontent.com/modules/GucIeWURSlxOXpFhUUyn/He21uOW0Mw0q7r69vKFh/SocialMediaShareButtons.js\";import WordCounter from\"https://framerusercontent.com/modules/n2kju6hoTayc8de8rW3V/lydgdtiT6b3K7pvNkNiA/Time_to_read.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import Table_of_Content from\"https://framerusercontent.com/modules/q6TPcm1rVRPb4ymPsf0M/ozVL167hH9qRZk4f9yzV/TableOfContent.js\";import Breadcrumbs from\"#framer/local/canvasComponent/drpGS8gOc/drpGS8gOc.js\";import PrimaryButton from\"#framer/local/canvasComponent/fcNaKKj8H/fcNaKKj8H.js\";import NavNormal from\"#framer/local/canvasComponent/fH9gWuyR3/fH9gWuyR3.js\";import Footer from\"#framer/local/canvasComponent/JH_1Hmbq2/JH_1Hmbq2.js\";import Blog from\"#framer/local/collection/M5d1JC0lW/M5d1JC0lW.js\";import BlogTopics from\"#framer/local/collection/UU2V0Z7Wd/UU2V0Z7Wd.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle1 from\"#framer/local/css/g0mNckKAN/g0mNckKAN.js\";import*as sharedStyle3 from\"#framer/local/css/gcl8flF2B/gcl8flF2B.js\";import*as sharedStyle8 from\"#framer/local/css/hjRRaDW7f/hjRRaDW7f.js\";import*as sharedStyle11 from\"#framer/local/css/ihpQSfZGs/ihpQSfZGs.js\";import*as sharedStyle2 from\"#framer/local/css/IjPjfm2Jt/IjPjfm2Jt.js\";import*as sharedStyle from\"#framer/local/css/jwa3A5f_5/jwa3A5f_5.js\";import*as sharedStyle9 from\"#framer/local/css/jwSSG52me/jwSSG52me.js\";import*as sharedStyle6 from\"#framer/local/css/k__xfrXqx/k__xfrXqx.js\";import*as sharedStyle10 from\"#framer/local/css/K1fHZzCTi/K1fHZzCTi.js\";import*as sharedStyle4 from\"#framer/local/css/lOuVAW5gU/lOuVAW5gU.js\";import*as sharedStyle5 from\"#framer/local/css/ogB6Fzyj9/ogB6Fzyj9.js\";import*as sharedStyle7 from\"#framer/local/css/SU8PAjiEb/SU8PAjiEb.js\";import*as sharedStyle12 from\"#framer/local/css/tZZRwYrI1/tZZRwYrI1.js\";import metadataProvider from\"#framer/local/webPageMetadata/SMP3IRbFG/SMP3IRbFG.js\";const NavNormalFonts=getFonts(NavNormal);const NavNormalWithVariantAppearEffect=withVariantAppearEffect(NavNormal);const BreadcrumbsFonts=getFonts(Breadcrumbs);const WordCounterFonts=getFonts(WordCounter);const SocialMediaShareButtonsFonts=getFonts(SocialMediaShareButtons);const EmbedFonts=getFonts(Embed);const Table_of_ContentFonts=getFonts(Table_of_Content);const PrimaryButtonFonts=getFonts(PrimaryButton);const FooterFonts=getFonts(Footer);const breakpoints={ATMtaREBk:\"(min-width: 1200px)\",tkHmVyfba:\"(min-width: 810px) and (max-width: 1199px)\",v69bgRHYQ:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-kqKEN\";const variantClassNames={ATMtaREBk:\"framer-v-mb552g\",tkHmVyfba:\"framer-v-1wdq4x0\",v69bgRHYQ:\"framer-v-1n8v2vv\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"ATMtaREBk\",Phone:\"v69bgRHYQ\",Tablet:\"tkHmVyfba\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ATMtaREBk\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{constraint:{left:{collection:\"SMP3IRbFG\",name:\"WMr5liqzT\",type:\"Identifier\"},operator:\"==\",right:{collection:\"WMr5liqzT\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"SMP3IRbFG\",data:Blog,type:\"Collection\"},right:{alias:\"WMr5liqzT\",data:BlogTopics,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"SMP3IRbFG\",name:\"NO55O9Oq9\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"KouC425NB\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"D6d2PjEj5\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"WGJfgft11\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"OoK67YWnJ\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"VJIkImYo0\",type:\"Identifier\"},{alias:\"WMr5liqzT.ukO9179Xm\",collection:\"WMr5liqzT\",name:\"ukO9179Xm\",type:\"Identifier\"},{alias:\"WMr5liqzT.axBlxdCTS\",collection:\"WMr5liqzT\",name:\"axBlxdCTS\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"bPrTGIPsj\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"TYH65PgEF\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"xte7u1MJX\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"DOpGRdvGU\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"N5uDnOkEp\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"ApobHByzE\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"Pc4DTrET8\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"QgMvYpeLa\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"NgqyDeTcm\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"gsU9GJbvT\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"j4XqtvwEL\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"FhOWWfOok\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"TZpv0BmAC\",type:\"Identifier\"},{collection:\"SMP3IRbFG\",name:\"xRiru7HSv\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"SMP3IRbFG\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,WMr5liqzT_ukO9179Xm=getFromCurrentRouteData(\"WMr5liqzT.ukO9179Xm\")??\"\",NO55O9Oq9=getFromCurrentRouteData(\"NO55O9Oq9\")??\"\",WMr5liqzT_axBlxdCTS=getFromCurrentRouteData(\"WMr5liqzT.axBlxdCTS\")??\"\",bPrTGIPsj=getFromCurrentRouteData(\"bPrTGIPsj\")??\"\",KouC425NB=getFromCurrentRouteData(\"KouC425NB\"),TYH65PgEF=getFromCurrentRouteData(\"TYH65PgEF\")??\"\",xte7u1MJX=getFromCurrentRouteData(\"xte7u1MJX\")??\"\",DOpGRdvGU=getFromCurrentRouteData(\"DOpGRdvGU\")??\"\",N5uDnOkEp=getFromCurrentRouteData(\"N5uDnOkEp\")??\"\",ApobHByzE=getFromCurrentRouteData(\"ApobHByzE\")??\"\",Pc4DTrET8=getFromCurrentRouteData(\"Pc4DTrET8\")??\"\",QgMvYpeLa=getFromCurrentRouteData(\"QgMvYpeLa\")??\"\",NgqyDeTcm=getFromCurrentRouteData(\"NgqyDeTcm\")??\"\",gsU9GJbvT=getFromCurrentRouteData(\"gsU9GJbvT\")??\"\",j4XqtvwEL=getFromCurrentRouteData(\"j4XqtvwEL\")??\"\",FhOWWfOok=getFromCurrentRouteData(\"FhOWWfOok\")??\"\",TZpv0BmAC=getFromCurrentRouteData(\"TZpv0BmAC\")??\"\",xRiru7HSv=getFromCurrentRouteData(\"xRiru7HSv\")??\"\",VJIkImYo0=getFromCurrentRouteData(\"VJIkImYo0\")??\"\",OoK67YWnJ=getFromCurrentRouteData(\"OoK67YWnJ\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,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,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const elementId=useRouteElementId(\"AoddB_4MX\");const ref1=React.useRef(null);const visible=isSet(TYH65PgEF);const visible1=isSet(xte7u1MJX);const elementId1=useRouteElementId(\"IW5l93dCv\");const ref2=React.useRef(null);const visible2=isSet(DOpGRdvGU);const visible3=isSet(N5uDnOkEp);const elementId2=useRouteElementId(\"k20yMGusU\");const ref3=React.useRef(null);const visible4=isSet(ApobHByzE);const visible5=isSet(Pc4DTrET8);const elementId3=useRouteElementId(\"ePGDJ0xIn\");const ref4=React.useRef(null);const visible6=isSet(QgMvYpeLa);const visible7=isSet(NgqyDeTcm);const elementId4=useRouteElementId(\"dO7E6X5yf\");const ref5=React.useRef(null);const visible8=isSet(gsU9GJbvT);const visible9=isSet(j4XqtvwEL);const elementId5=useRouteElementId(\"vRVs6XoO8\");const ref6=React.useRef(null);const visible10=isSet(FhOWWfOok);const visible11=isSet(TZpv0BmAC);const elementId6=useRouteElementId(\"Sa115fyBs\");const ref7=React.useRef(null);const visible12=isSet(xRiru7HSv);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ATMtaREBk\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:'html body { background: linear-gradient(180deg, var(--token-ee6ae28e-6c13-4c03-8d0a-b9423536bb7f, rgb(38, 38, 38)) /* {\"name\":\"Gray 800\"} */ 0%, var(--token-664a5600-cc70-43fd-9c9d-f3273b8dd27c, rgb(62, 61, 60)) /* {\"name\":\"Gray 700\"} */ 100%); }'}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-mb552g\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gcos2z-container\",nodeId:\"oLpHv2F6e\",rendersWithMotion:true,scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v69bgRHYQ:{variant:\"Zm_2xMpWd\"}},children:/*#__PURE__*/_jsx(NavNormalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__scrollDirection:{direction:\"down\",target:\"VRJzguv8i\"},__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"oLpHv2F6e\",layoutId:\"oLpHv2F6e\",style:{width:\"100%\"},variant:\"j6w7QyqUs\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wuzkxu\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z2jub5\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cFl7yrwOe\"},implicitPathVariables:undefined},{href:{pathVariables:{axBlxdCTS:WMr5liqzT_axBlxdCTS},webPageId:\"pCOBKWvYY\"},implicitPathVariables:undefined},{href:{webPageId:\"cFl7yrwOe\"},implicitPathVariables:undefined},{href:{pathVariables:{axBlxdCTS:WMr5liqzT_axBlxdCTS},webPageId:\"pCOBKWvYY\"},implicitPathVariables:undefined},{href:{webPageId:\"cFl7yrwOe\"},implicitPathVariables:undefined},{href:{pathVariables:{axBlxdCTS:WMr5liqzT_axBlxdCTS},webPageId:\"pCOBKWvYY\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v69bgRHYQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,y:(componentViewport?.y||0)+0+70+24+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1200px)`,y:(componentViewport?.y||0)+0+70+80+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hzi0sa-container\",nodeId:\"bC4CHMs0u\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tkHmVyfba:{mPikNzuGE:resolvedLinks[3],tFRBxgYIm:resolvedLinks[2]},v69bgRHYQ:{mPikNzuGE:resolvedLinks[5],tFRBxgYIm:resolvedLinks[4]}},children:/*#__PURE__*/_jsx(Breadcrumbs,{aS2qoRsYU:\"Blog\",DQMKJ4eyX:NO55O9Oq9,H6lIBZ7xx:WMr5liqzT_ukO9179Xm,height:\"100%\",id:\"bC4CHMs0u\",layoutId:\"bC4CHMs0u\",mPikNzuGE:resolvedLinks[1],style:{width:\"100%\"},tFRBxgYIm:resolvedLinks[0],variant:\"TeceDWhIa\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-l2pxig\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ee79yh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"R2eqp8NAt\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(WordCounter,{contentType:\"one\",displayMode:\"time\",font:{fontFamily:'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-f930ffcf-65b8-472c-9e9d-90374e859d9d, rgb(204, 204, 204))\",height:\"100%\",id:\"R2eqp8NAt\",layoutId:\"R2eqp8NAt\",timeSuffix:\"Mins Read\",title1:bPrTGIPsj,title2:/*#__PURE__*/_jsx(React.Fragment,{}),title3:/*#__PURE__*/_jsx(React.Fragment,{}),title4:/*#__PURE__*/_jsx(React.Fragment,{}),title5:/*#__PURE__*/_jsx(React.Fragment,{}),title6:/*#__PURE__*/_jsx(React.Fragment,{}),title7:/*#__PURE__*/_jsx(React.Fragment,{}),width:\"100%\",wordSuffix:\"Words\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-gvtibg\",\"data-styles-preset\":\"jwa3A5f_5\",style:{\"--framer-text-color\":\"var(--token-e6920c13-53c4-45d1-886f-1fdaa6a6b3e3, rgb(255, 255, 255))\"},children:\"Magical Integrations Hub\"})}),className:\"framer-zlfk28\",fonts:[\"Inter\"],text:NO55O9Oq9,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4x41r8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11y1f4c\",\"data-styles-preset\":\"g0mNckKAN\",style:{\"--framer-text-color\":\"var(--token-f930ffcf-65b8-472c-9e9d-90374e859d9d, rgb(204, 204, 204))\"},children:\"Share\"})}),className:\"framer-h4ivd8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sm3qyh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WjNyRRyTU\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(SocialMediaShareButtons,{height:\"100%\",iconStyle:{borderRadius:4,round:true},id:\"WjNyRRyTU\",layoutId:\"WjNyRRyTU\",size:24,social:\"linkedin\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ae50zh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tdeO0Irkm\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(SocialMediaShareButtons,{height:\"100%\",iconStyle:{borderRadius:4,round:true},id:\"tdeO0Irkm\",layoutId:\"tdeO0Irkm\",size:24,social:\"facebook\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-palr6n-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"M3Cvr35Sn\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(SocialMediaShareButtons,{height:\"100%\",iconStyle:{borderRadius:4,round:true},id:\"M3Cvr35Sn\",layoutId:\"M3Cvr35Sn\",size:24,social:\"x\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v69bgRHYQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+70+24+0+0+460.6),sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,...toResponsiveImage(KouC425NB),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+70+80+0+0+460.6),sizes:`min(${componentViewport?.width||\"100vw\"} - 160px, 1200px)`,...toResponsiveImage(KouC425NB),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-163gzx5\"})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1dwo9s3\",children:[/*#__PURE__*/_jsxs(\"article\",{className:\"framer-pnjwez\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"Uh3wPJYTb\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"b4Wc7m_dN\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:bPrTGIPsj,className:\"framer-t2dsmz\",\"data-framer-name\":\"Post body 1\",fonts:[\"Inter\"],id:elementId,ref:ref1,stylesPresetsClassNames:{a:\"framer-styles-preset-5dwq9h\",blockquote:\"framer-styles-preset-iq9q6k\",code:\"framer-styles-preset-rk1ly5\",h1:\"framer-styles-preset-14qwfet\",h2:\"framer-styles-preset-gvtibg\",h3:\"framer-styles-preset-16ejgdg\",h4:\"framer-styles-preset-9zpado\",h5:\"framer-styles-preset-1wa3sx8\",h6:\"framer-styles-preset-1wkt3xj\",img:\"framer-styles-preset-kt556s\",p:\"framer-styles-preset-18hab4y\",table:\"framer-styles-preset-a5l8ll\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bbhsmm\",\"data-framer-name\":\"Embed 1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-iswmbg-container\",\"data-framer-name\":\"Embed 1\",isAuthoredByUser:true,isModuleExternal:true,name:\"Embed 1\",nodeId:\"RRSQpe3_T\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:TYH65PgEF,id:\"RRSQpe3_T\",layoutId:\"RRSQpe3_T\",name:\"Embed 1\",style:{width:\"100%\"},type:\"html\",url:TYH65PgEF,width:\"100%\"})})})}),visible1&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"Uh3wPJYTb\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"b4Wc7m_dN\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:xte7u1MJX,className:\"framer-bbsjry\",\"data-framer-name\":\"Post body 2\",fonts:[\"Inter\"],id:elementId1,ref:ref2,stylesPresetsClassNames:{a:\"framer-styles-preset-5dwq9h\",blockquote:\"framer-styles-preset-iq9q6k\",code:\"framer-styles-preset-rk1ly5\",h1:\"framer-styles-preset-14qwfet\",h2:\"framer-styles-preset-gvtibg\",h3:\"framer-styles-preset-16ejgdg\",h4:\"framer-styles-preset-9zpado\",h5:\"framer-styles-preset-1wa3sx8\",h6:\"framer-styles-preset-1wkt3xj\",img:\"framer-styles-preset-kt556s\",p:\"framer-styles-preset-18hab4y\",table:\"framer-styles-preset-a5l8ll\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible2&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kixkp9\",\"data-framer-name\":\"Embed 2\",children:visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qcugx3-container\",\"data-framer-name\":\"Embed 2\",isAuthoredByUser:true,isModuleExternal:true,name:\"Embed 2\",nodeId:\"JGvZzfuT6\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:DOpGRdvGU,id:\"JGvZzfuT6\",layoutId:\"JGvZzfuT6\",name:\"Embed 2\",style:{width:\"100%\"},type:\"html\",url:TYH65PgEF,width:\"100%\"})})})}),visible3&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"Uh3wPJYTb\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"b4Wc7m_dN\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:N5uDnOkEp,className:\"framer-1jmkr1\",\"data-framer-name\":\"Post body 3\",fonts:[\"Inter\"],id:elementId2,ref:ref3,stylesPresetsClassNames:{a:\"framer-styles-preset-5dwq9h\",blockquote:\"framer-styles-preset-iq9q6k\",code:\"framer-styles-preset-rk1ly5\",h1:\"framer-styles-preset-14qwfet\",h2:\"framer-styles-preset-gvtibg\",h3:\"framer-styles-preset-16ejgdg\",h4:\"framer-styles-preset-9zpado\",h5:\"framer-styles-preset-1wa3sx8\",h6:\"framer-styles-preset-1wkt3xj\",img:\"framer-styles-preset-kt556s\",p:\"framer-styles-preset-18hab4y\",table:\"framer-styles-preset-a5l8ll\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible4&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-7vbel0\",\"data-framer-name\":\"Embed 3\",children:visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y6dir6-container\",\"data-framer-name\":\"Embed 3\",isAuthoredByUser:true,isModuleExternal:true,name:\"Embed 3\",nodeId:\"xOpITFZlG\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:ApobHByzE,id:\"xOpITFZlG\",layoutId:\"xOpITFZlG\",name:\"Embed 3\",style:{width:\"100%\"},type:\"html\",url:TYH65PgEF,width:\"100%\"})})})}),visible5&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"Uh3wPJYTb\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"b4Wc7m_dN\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Pc4DTrET8,className:\"framer-3lbhfd\",\"data-framer-name\":\"Post body 4\",fonts:[\"Inter\"],id:elementId3,ref:ref4,stylesPresetsClassNames:{a:\"framer-styles-preset-5dwq9h\",blockquote:\"framer-styles-preset-iq9q6k\",code:\"framer-styles-preset-rk1ly5\",h1:\"framer-styles-preset-14qwfet\",h2:\"framer-styles-preset-gvtibg\",h3:\"framer-styles-preset-16ejgdg\",h4:\"framer-styles-preset-9zpado\",h5:\"framer-styles-preset-1wa3sx8\",h6:\"framer-styles-preset-1wkt3xj\",img:\"framer-styles-preset-kt556s\",p:\"framer-styles-preset-18hab4y\",table:\"framer-styles-preset-a5l8ll\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible6&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-13zl2db\",\"data-framer-name\":\"Embed 4\",children:visible6&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sru2c6-container\",\"data-framer-name\":\"Embed 4\",isAuthoredByUser:true,isModuleExternal:true,name:\"Embed 4\",nodeId:\"d1WN7j9pW\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:QgMvYpeLa,id:\"d1WN7j9pW\",layoutId:\"d1WN7j9pW\",name:\"Embed 4\",style:{width:\"100%\"},type:\"html\",url:TYH65PgEF,width:\"100%\"})})})}),visible7&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"Uh3wPJYTb\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"b4Wc7m_dN\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:NgqyDeTcm,className:\"framer-ap2hge\",\"data-framer-name\":\"Post body 5\",fonts:[\"Inter\"],id:elementId4,ref:ref5,stylesPresetsClassNames:{a:\"framer-styles-preset-5dwq9h\",blockquote:\"framer-styles-preset-iq9q6k\",code:\"framer-styles-preset-rk1ly5\",h1:\"framer-styles-preset-14qwfet\",h2:\"framer-styles-preset-gvtibg\",h3:\"framer-styles-preset-16ejgdg\",h4:\"framer-styles-preset-9zpado\",h5:\"framer-styles-preset-1wa3sx8\",h6:\"framer-styles-preset-1wkt3xj\",img:\"framer-styles-preset-kt556s\",p:\"framer-styles-preset-18hab4y\",table:\"framer-styles-preset-a5l8ll\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible8&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lk8ii\",\"data-framer-name\":\"Embed 5\",children:visible8&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-725uzz-container\",\"data-framer-name\":\"Embed 5\",isAuthoredByUser:true,isModuleExternal:true,name:\"Embed 5\",nodeId:\"uhFUOCCRD\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:gsU9GJbvT,id:\"uhFUOCCRD\",layoutId:\"uhFUOCCRD\",name:\"Embed 5\",style:{width:\"100%\"},type:\"html\",url:TYH65PgEF,width:\"100%\"})})})}),visible9&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"Uh3wPJYTb\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"b4Wc7m_dN\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:j4XqtvwEL,className:\"framer-1au2tuy\",\"data-framer-name\":\"Post body 6\",fonts:[\"Inter\"],id:elementId5,ref:ref6,stylesPresetsClassNames:{a:\"framer-styles-preset-5dwq9h\",blockquote:\"framer-styles-preset-iq9q6k\",code:\"framer-styles-preset-rk1ly5\",h1:\"framer-styles-preset-14qwfet\",h2:\"framer-styles-preset-gvtibg\",h3:\"framer-styles-preset-16ejgdg\",h4:\"framer-styles-preset-9zpado\",h5:\"framer-styles-preset-1wa3sx8\",h6:\"framer-styles-preset-1wkt3xj\",img:\"framer-styles-preset-kt556s\",p:\"framer-styles-preset-18hab4y\",table:\"framer-styles-preset-a5l8ll\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible10&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-vevud0\",\"data-framer-name\":\"Embed 6\",children:visible10&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w3wd7m-container\",\"data-framer-name\":\"Embed 6\",isAuthoredByUser:true,isModuleExternal:true,name:\"Embed 6\",nodeId:\"pXy0rXqJU\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:FhOWWfOok,id:\"pXy0rXqJU\",layoutId:\"pXy0rXqJU\",name:\"Embed 6\",style:{width:\"100%\"},type:\"html\",url:TYH65PgEF,width:\"100%\"})})})}),visible11&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"Uh3wPJYTb\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"b4Wc7m_dN\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:TZpv0BmAC,className:\"framer-1b7l9kd\",\"data-framer-name\":\"Post body 7\",fonts:[\"Inter\"],id:elementId6,ref:ref7,stylesPresetsClassNames:{a:\"framer-styles-preset-5dwq9h\",blockquote:\"framer-styles-preset-iq9q6k\",code:\"framer-styles-preset-rk1ly5\",h1:\"framer-styles-preset-14qwfet\",h2:\"framer-styles-preset-gvtibg\",h3:\"framer-styles-preset-16ejgdg\",h4:\"framer-styles-preset-9zpado\",h5:\"framer-styles-preset-1wa3sx8\",h6:\"framer-styles-preset-1wkt3xj\",img:\"framer-styles-preset-kt556s\",p:\"framer-styles-preset-18hab4y\",table:\"framer-styles-preset-a5l8ll\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible12&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-12kzmyf\",\"data-framer-name\":\"Embed 7\",children:visible12&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fvrdh0-container\",\"data-framer-name\":\"Embed 7\",isAuthoredByUser:true,isModuleExternal:true,name:\"Embed 7\",nodeId:\"lu516Hybu\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:xRiru7HSv,id:\"lu516Hybu\",layoutId:\"lu516Hybu\",name:\"Embed 7\",style:{width:\"100%\"},type:\"html\",url:TYH65PgEF,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"aside\",{className:\"framer-zeu049\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uwwc3c-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"d33ViarPa\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(Table_of_Content,{activeColor:\"var(--token-e6920c13-53c4-45d1-886f-1fdaa6a6b3e3, rgb(255, 255, 255))\",activeFontWeight:\"bold\",fontColor:\"var(--token-3f0d17b6-302b-409d-8a79-af6950cf9164, rgb(166, 166, 166))\",h1Font:{},h2Font:{fontFamily:'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},h3Font:{},h4Font:{},h5Font:{},h6Font:{},height:\"100%\",id:\"d33ViarPa\",indentation:0,layoutId:\"d33ViarPa\",onHoverColor:\"var(--token-ff1aee5d-d936-44d4-b8f1-e986dee6b2e5, rgb(180, 236, 75))\",section_id:\"\",showH1:false,showH2:true,showH3:false,showH4:false,showH5:false,showH6:false,spacing:24,style:{width:\"100%\"},width:\"100%\",yOffset:0})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:VJIkImYo0,implicitPathVariables:undefined},{href:VJIkImYo0,implicitPathVariables:undefined},{href:VJIkImYo0,implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tkHmVyfba:{y:(componentViewport?.y||0)+0+70+80+0+0+844.6+48+24+408},v69bgRHYQ:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 180px) - 48px)`,y:(componentViewport?.y||0)+0+70+24+0+0+664.6+24+0+24+408}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 160px, 1200px) * 0.33, 180px) - 48px)`,y:(componentViewport?.y||0)+0+70+80+0+0+944.6+48+24+408,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zfg7r7-container\",nodeId:\"MJHkharuI\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tkHmVyfba:{yTidcEhQP:resolvedLinks1[1]},v69bgRHYQ:{yTidcEhQP:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"MJHkharuI\",layoutId:\"MJHkharuI\",r0c3mKesF:OoK67YWnJ,style:{width:\"100%\"},variant:\"LXjTKy5AC\",width:\"100%\",yTidcEhQP:resolvedLinks1[0]})})})})})})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-bl94z1\",\"data-framer-name\":\"Pivot\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lob0b\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-gvtibg\",\"data-styles-preset\":\"jwa3A5f_5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e6920c13-53c4-45d1-886f-1fdaa6a6b3e3, rgb(255, 255, 255))\"},children:[\"Make tasks disappear.\",/*#__PURE__*/_jsx(\"br\",{}),\"Like magic.\"]})}),className:\"framer-1hhsad0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18hab4y\",\"data-styles-preset\":\"SU8PAjiEb\",children:\"Slash through repetitive tasks in seconds by teleporting data between your tabs.\"})}),className:\"framer-mcpuii\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ftk35I1Zi\"},implicitPathVariables:undefined},{href:{webPageId:\"Ftk35I1Zi\"},implicitPathVariables:undefined},{href:{webPageId:\"Ftk35I1Zi\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tkHmVyfba:{y:(componentViewport?.y||0)+0+1626.6+80+0+145.6},v69bgRHYQ:{y:(componentViewport?.y||0)+0+1446.6+24+0+0+145.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+1726.6+80+0+145.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eoxv5z-container\",nodeId:\"J4riRrZP_\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tkHmVyfba:{yTidcEhQP:resolvedLinks2[1]},v69bgRHYQ:{yTidcEhQP:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"J4riRrZP_\",layoutId:\"J4riRrZP_\",r0c3mKesF:\"Install Magical for Chrome – it's free\",variant:\"kPo3Q1THd\",width:\"100%\",yTidcEhQP:resolvedLinks2[0]})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tl7vtp\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tkHmVyfba:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:12,intrinsicWidth:68,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1626.6+80+0+223.6+0+0),pixelHeight:24,pixelWidth:136,src:\"https://framerusercontent.com/images/q7yQUQcZPWjRpLj33EYLjsTWJA.svg\"}},v69bgRHYQ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:12,intrinsicWidth:68,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1446.6+24+0+0+223.6+0+0),pixelHeight:24,pixelWidth:136,src:\"https://framerusercontent.com/images/q7yQUQcZPWjRpLj33EYLjsTWJA.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:12,intrinsicWidth:68,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1726.6+80+0+223.6+0+0),pixelHeight:24,pixelWidth:136,src:\"https://framerusercontent.com/images/q7yQUQcZPWjRpLj33EYLjsTWJA.svg\"},className:\"framer-6qv9nc\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-11y1f4c\",\"data-styles-preset\":\"g0mNckKAN\",style:{\"--framer-text-color\":\"var(--token-a80e2285-f976-4844-98b3-c85f5f1fda11, rgb(135, 135, 135))\"},children:[\"Chrome Store \\xb7\",/*#__PURE__*/_jsx(\"strong\",{children:\" 4.6\"}),\" stars \\xb7 \",/*#__PURE__*/_jsx(\"strong\",{children:\"3,200+\"}),\" reviews\"]})}),className:\"framer-h6j3f0\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tkHmVyfba:{y:(componentViewport?.y||0)+0+2061},v69bgRHYQ:{y:(componentViewport?.y||0)+0+1769}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:449,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2161,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iuv6xe-container\",nodeId:\"c28kMdnWQ\",scopeId:\"SMP3IRbFG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tkHmVyfba:{variant:\"UaqqDJ9wF\"},v69bgRHYQ:{variant:\"w1h6AQaZ6\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"c28kMdnWQ\",layoutId:\"c28kMdnWQ\",style:{width:\"100%\"},variant:\"bkteUEfbz\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kqKEN.framer-96qqcv, .framer-kqKEN .framer-96qqcv { display: block; }\",\".framer-kqKEN.framer-mb552g { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-ee6ae28e-6c13-4c03-8d0a-b9423536bb7f, #262626) 0%, var(--token-664a5600-cc70-43fd-9c9d-f3273b8dd27c, rgb(62, 61, 60)) 100%); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-kqKEN .framer-1gcos2z-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-kqKEN .framer-wuzkxu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 80px; position: relative; width: 100%; }\",\".framer-kqKEN .framer-z2jub5 { 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: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kqKEN .framer-1hzi0sa-container, .framer-kqKEN .framer-iswmbg-container, .framer-kqKEN .framer-1uwwc3c-container, .framer-kqKEN .framer-zfg7r7-container, .framer-kqKEN .framer-1iuv6xe-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-kqKEN .framer-l2pxig { 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-kqKEN .framer-1ee79yh-container, .framer-kqKEN .framer-sm3qyh-container, .framer-kqKEN .framer-1ae50zh-container, .framer-kqKEN .framer-palr6n-container, .framer-kqKEN .framer-eoxv5z-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-kqKEN .framer-zlfk28 { -webkit-user-select: auto; flex: none; height: auto; pointer-events: auto; position: relative; user-select: auto; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kqKEN .framer-4x41r8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kqKEN .framer-h4ivd8, .framer-kqKEN .framer-mcpuii { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kqKEN .framer-163gzx5 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 460px; overflow: visible; position: relative; width: 100%; }\",\".framer-kqKEN .framer-1dwo9s3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 48px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-kqKEN .framer-pnjwez { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-kqKEN .framer-t2dsmz, .framer-kqKEN .framer-bbsjry, .framer-kqKEN .framer-1jmkr1, .framer-kqKEN .framer-3lbhfd, .framer-kqKEN .framer-ap2hge, .framer-kqKEN .framer-1au2tuy, .framer-kqKEN .framer-1b7l9kd { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kqKEN .framer-1bbhsmm { align-content: flex-start; align-items: flex-start; background-color: #ffffff; 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: flex-start; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-kqKEN .framer-1kixkp9, .framer-kqKEN .framer-7vbel0, .framer-kqKEN .framer-13zl2db, .framer-kqKEN .framer-1lk8ii, .framer-kqKEN .framer-vevud0, .framer-kqKEN .framer-12kzmyf { align-content: flex-start; align-items: flex-start; background-color: #ffffff; 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: flex-start; min-height: 620px; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-kqKEN .framer-qcugx3-container, .framer-kqKEN .framer-1y6dir6-container, .framer-kqKEN .framer-sru2c6-container, .framer-kqKEN .framer-725uzz-container, .framer-kqKEN .framer-w3wd7m-container, .framer-kqKEN .framer-1fvrdh0-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-kqKEN .framer-zeu049 { align-content: flex-start; align-items: flex-start; background-color: var(--token-664a5600-cc70-43fd-9c9d-f3273b8dd27c, #3e3d3c); 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: 8px; height: min-content; justify-content: center; min-width: 180px; overflow: hidden; padding: 24px; position: sticky; top: 104px; width: 33%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-kqKEN .framer-bl94z1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 80px; position: relative; width: 100%; }\",\".framer-kqKEN .framer-1lob0b { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 940px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-kqKEN .framer-1hhsad0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kqKEN .framer-1tl7vtp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kqKEN .framer-6qv9nc { aspect-ratio: 5.666666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 136px; }\",\".framer-kqKEN .framer-h6j3f0 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kqKEN.framer-mb552g, .framer-kqKEN .framer-wuzkxu, .framer-kqKEN .framer-z2jub5, .framer-kqKEN .framer-l2pxig, .framer-kqKEN .framer-4x41r8, .framer-kqKEN .framer-1dwo9s3, .framer-kqKEN .framer-pnjwez, .framer-kqKEN .framer-1bbhsmm, .framer-kqKEN .framer-1kixkp9, .framer-kqKEN .framer-7vbel0, .framer-kqKEN .framer-13zl2db, .framer-kqKEN .framer-1lk8ii, .framer-kqKEN .framer-vevud0, .framer-kqKEN .framer-12kzmyf, .framer-kqKEN .framer-zeu049, .framer-kqKEN .framer-bl94z1, .framer-kqKEN .framer-1lob0b, .framer-kqKEN .framer-1tl7vtp { gap: 0px; } .framer-kqKEN.framer-mb552g > *, .framer-kqKEN .framer-wuzkxu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-kqKEN.framer-mb552g > :first-child, .framer-kqKEN .framer-wuzkxu > :first-child, .framer-kqKEN .framer-z2jub5 > :first-child, .framer-kqKEN .framer-l2pxig > :first-child, .framer-kqKEN .framer-pnjwez > :first-child, .framer-kqKEN .framer-zeu049 > :first-child, .framer-kqKEN .framer-1lob0b > :first-child, .framer-kqKEN .framer-1tl7vtp > :first-child { margin-top: 0px; } .framer-kqKEN.framer-mb552g > :last-child, .framer-kqKEN .framer-wuzkxu > :last-child, .framer-kqKEN .framer-z2jub5 > :last-child, .framer-kqKEN .framer-l2pxig > :last-child, .framer-kqKEN .framer-pnjwez > :last-child, .framer-kqKEN .framer-zeu049 > :last-child, .framer-kqKEN .framer-1lob0b > :last-child, .framer-kqKEN .framer-1tl7vtp > :last-child { margin-bottom: 0px; } .framer-kqKEN .framer-z2jub5 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kqKEN .framer-l2pxig > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-kqKEN .framer-4x41r8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-kqKEN .framer-4x41r8 > :first-child, .framer-kqKEN .framer-1dwo9s3 > :first-child, .framer-kqKEN .framer-1bbhsmm > :first-child, .framer-kqKEN .framer-1kixkp9 > :first-child, .framer-kqKEN .framer-7vbel0 > :first-child, .framer-kqKEN .framer-13zl2db > :first-child, .framer-kqKEN .framer-1lk8ii > :first-child, .framer-kqKEN .framer-vevud0 > :first-child, .framer-kqKEN .framer-12kzmyf > :first-child, .framer-kqKEN .framer-bl94z1 > :first-child { margin-left: 0px; } .framer-kqKEN .framer-4x41r8 > :last-child, .framer-kqKEN .framer-1dwo9s3 > :last-child, .framer-kqKEN .framer-1bbhsmm > :last-child, .framer-kqKEN .framer-1kixkp9 > :last-child, .framer-kqKEN .framer-7vbel0 > :last-child, .framer-kqKEN .framer-13zl2db > :last-child, .framer-kqKEN .framer-1lk8ii > :last-child, .framer-kqKEN .framer-vevud0 > :last-child, .framer-kqKEN .framer-12kzmyf > :last-child, .framer-kqKEN .framer-bl94z1 > :last-child { margin-right: 0px; } .framer-kqKEN .framer-1dwo9s3 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-kqKEN .framer-pnjwez > *, .framer-kqKEN .framer-zeu049 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-kqKEN .framer-1bbhsmm > *, .framer-kqKEN .framer-1kixkp9 > *, .framer-kqKEN .framer-7vbel0 > *, .framer-kqKEN .framer-13zl2db > *, .framer-kqKEN .framer-1lk8ii > *, .framer-kqKEN .framer-vevud0 > *, .framer-kqKEN .framer-12kzmyf > *, .framer-kqKEN .framer-bl94z1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kqKEN .framer-1lob0b > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-kqKEN .framer-1tl7vtp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-kqKEN.framer-mb552g { width: 810px; } .framer-kqKEN .framer-163gzx5 { height: 360px; }}\",\"@media (max-width: 809px) { .framer-kqKEN.framer-mb552g { width: 390px; } .framer-kqKEN .framer-wuzkxu { padding: 24px; } .framer-kqKEN .framer-163gzx5 { height: 180px; } .framer-kqKEN .framer-1dwo9s3 { flex-direction: column; padding: 24px 0px 0px 0px; } .framer-kqKEN .framer-pnjwez { flex: none; order: 1; width: 100%; } .framer-kqKEN .framer-zeu049 { order: 0; top: 80px; width: 100%; } .framer-kqKEN .framer-bl94z1 { flex-direction: column; padding: 24px; } .framer-kqKEN .framer-1lob0b { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kqKEN .framer-1dwo9s3, .framer-kqKEN .framer-bl94z1 { gap: 0px; } .framer-kqKEN .framer-1dwo9s3 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-kqKEN .framer-1dwo9s3 > :first-child, .framer-kqKEN .framer-bl94z1 > :first-child { margin-top: 0px; } .framer-kqKEN .framer-1dwo9s3 > :last-child, .framer-kqKEN .framer-bl94z1 > :last-child { margin-bottom: 0px; } .framer-kqKEN .framer-bl94z1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13095.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tkHmVyfba\":{\"layout\":[\"fixed\",\"auto\"]},\"v69bgRHYQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"AoddB_4MX\":{\"pattern\":\":AoddB_4MX\",\"name\":\"post-body\"},\"IW5l93dCv\":{\"pattern\":\":IW5l93dCv\",\"name\":\"post-body\"},\"k20yMGusU\":{\"pattern\":\":k20yMGusU\",\"name\":\"post-body\"},\"ePGDJ0xIn\":{\"pattern\":\":ePGDJ0xIn\",\"name\":\"post-body\"},\"dO7E6X5yf\":{\"pattern\":\":dO7E6X5yf\",\"name\":\"post-body\"},\"vRVs6XoO8\":{\"pattern\":\":vRVs6XoO8\",\"name\":\"post-body\"},\"Sa115fyBs\":{\"pattern\":\":Sa115fyBs\",\"name\":\"post-body\"}}\n * @framerResponsiveScreen\n */const FramerSMP3IRbFG=withCSS(Component,css,\"framer-kqKEN\");export default FramerSMP3IRbFG;FramerSMP3IRbFG.displayName=\"Blog posts\";FramerSMP3IRbFG.defaultProps={height:13095.5,width:1200};addFonts(FramerSMP3IRbFG,[{explicitInter:true,fonts:[{family:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEASsJuXFGVOQ.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/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\"}]},...NavNormalFonts,...BreadcrumbsFonts,...WordCounterFonts,...SocialMediaShareButtonsFonts,...EmbedFonts,...Table_of_ContentFonts,...PrimaryButtonFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...componentPresets.fonts?.[\"b4Wc7m_dN\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"b4Wc7m_dN\"]):[],...componentPresets.fonts?.[\"Uh3wPJYTb\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"Uh3wPJYTb\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSMP3IRbFG\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"13095.5\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"{\\\"AoddB_4MX\\\":{\\\"pattern\\\":\\\":AoddB_4MX\\\",\\\"name\\\":\\\"post-body\\\"},\\\"IW5l93dCv\\\":{\\\"pattern\\\":\\\":IW5l93dCv\\\",\\\"name\\\":\\\"post-body\\\"},\\\"k20yMGusU\\\":{\\\"pattern\\\":\\\":k20yMGusU\\\",\\\"name\\\":\\\"post-body\\\"},\\\"ePGDJ0xIn\\\":{\\\"pattern\\\":\\\":ePGDJ0xIn\\\",\\\"name\\\":\\\"post-body\\\"},\\\"dO7E6X5yf\\\":{\\\"pattern\\\":\\\":dO7E6X5yf\\\",\\\"name\\\":\\\"post-body\\\"},\\\"vRVs6XoO8\\\":{\\\"pattern\\\":\\\":vRVs6XoO8\\\",\\\"name\\\":\\\"post-body\\\"},\\\"Sa115fyBs\\\":{\\\"pattern\\\":\\\":Sa115fyBs\\\",\\\"name\\\":\\\"post-body\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tkHmVyfba\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v69bgRHYQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}