{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Q3rlopOvgTpoH7bC4FRM/BhkVgctYv53XhowNsLrO/MathJaxInvisible.js", "ssg:https://framerusercontent.com/modules/8sCfEXSQdKVb8ZuNVb7q/fS71kI27rHhHaewH1H8a/c04VI30oM.js"],
  "sourcesContent": ["import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect}from\"react\";export default function LatexBlogRenderer(){// Helper function to process code blocks\nconst processCodeBlocks=()=>{const codeBlocks=document.querySelectorAll(\".cm-content\");codeBlocks.forEach(block=>{// Get all text content from spans within the code block\nconst spans=block.querySelectorAll(\"span\");let fullText=\"\";spans.forEach(span=>{fullText+=span.textContent;});// If the text contains LaTeX delimiters\nif(fullText.includes(\"\\\\(\")&&fullText.includes(\"\\\\)\")){// Create a new element to hold the LaTeX\nconst latexContainer=document.createElement(\"div\");latexContainer.className=\"latex-container\";latexContainer.style.display=\"inline-block\";latexContainer.innerHTML=fullText;// Replace the code block content with the LaTeX container\nblock.style.display=\"none\";block.parentNode.insertBefore(latexContainer,block.nextSibling);}});};useEffect(()=>{// Configure MathJax\nwindow.MathJax={tex:{inlineMath:[[\"$\",\"$\"],[\"\\\\(\",\"\\\\)\"]],displayMath:[[\"$$\",\"$$\"],[\"\\\\[\",\"\\\\]\"]],processEscapes:true,processEnvironments:true},options:{skipHtmlTags:[\"script\",\"noscript\",\"textarea\"],processHtmlClass:\"latex-container\"},startup:{pageReady:()=>{console.log(\"MathJax is ready\");// Process code blocks first\nprocessCodeBlocks();// Then typeset\nwindow.MathJax.typesetPromise().catch(err=>console.error(\"MathJax typeset failed:\",err));}}};// Load MathJax script\nconst script=document.createElement(\"script\");script.src=\"https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js\";script.async=true;script.id=\"MathJax-script\";script.onerror=()=>{console.error(\"Failed to load MathJax\");};document.head.appendChild(script);// Add mutation observer to handle dynamically loaded content\nconst observer=new MutationObserver(mutations=>{const hasNewCodeBlocks=mutations.some(mutation=>Array.from(mutation.addedNodes).some(node=>node.classList?.contains(\"cm-content\")));if(hasNewCodeBlocks&&window.MathJax){processCodeBlocks();window.MathJax.typesetPromise().catch(err=>console.error(\"MathJax typeset failed:\",err));}});observer.observe(document.body,{childList:true,subtree:true});// Cleanup function\nreturn()=>{observer.disconnect();if(document.getElementById(\"MathJax-script\")){document.getElementById(\"MathJax-script\").remove();}// Clean up any latex containers we created\ndocument.querySelectorAll(\".latex-container\").forEach(el=>el.remove());};},[]);return /*#__PURE__*/_jsx(_Fragment,{});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LatexBlogRenderer\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MathJaxInvisible.map", "// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavFooter from\"#framer/local/canvasComponent/b3tI8rYcb/b3tI8rYcb.js\";import SectionsCTA from\"#framer/local/canvasComponent/efncTkCdn/efncTkCdn.js\";import NavHeader from\"#framer/local/canvasComponent/oIQNEeOSO/oIQNEeOSO.js\";import LatexBlogRenderer from\"#framer/local/codeFile/flqX5C4/MathJaxInvisible.js\";import Blog from\"#framer/local/collection/APEGY5MZP/APEGY5MZP.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle2 from\"#framer/local/css/Cfuh73l__/Cfuh73l__.js\";import*as sharedStyle10 from\"#framer/local/css/dkYzHUBfc/dkYzHUBfc.js\";import*as sharedStyle7 from\"#framer/local/css/Fh7Rxn2YE/Fh7Rxn2YE.js\";import*as sharedStyle8 from\"#framer/local/css/ILajzDffs/ILajzDffs.js\";import*as sharedStyle5 from\"#framer/local/css/KwOC_x8e9/KwOC_x8e9.js\";import*as sharedStyle3 from\"#framer/local/css/LQRxGN3Rk/LQRxGN3Rk.js\";import*as sharedStyle11 from\"#framer/local/css/lrGpeUem8/lrGpeUem8.js\";import*as sharedStyle from\"#framer/local/css/n0j5o0Hax/n0j5o0Hax.js\";import*as sharedStyle12 from\"#framer/local/css/nTjRwjY3c/nTjRwjY3c.js\";import*as sharedStyle9 from\"#framer/local/css/qNz_GIw3h/qNz_GIw3h.js\";import*as sharedStyle1 from\"#framer/local/css/rHoSjEBKu/rHoSjEBKu.js\";import*as sharedStyle4 from\"#framer/local/css/somMj5uSo/somMj5uSo.js\";import*as sharedStyle6 from\"#framer/local/css/TQjxpg3Aw/TQjxpg3Aw.js\";import metadataProvider from\"#framer/local/webPageMetadata/c04VI30oM/c04VI30oM.js\";const NavHeaderFonts=getFonts(NavHeader);const LatexBlogRendererFonts=getFonts(LatexBlogRenderer);const SectionsCTAFonts=getFonts(SectionsCTA);const NavFooterFonts=getFonts(NavFooter);const breakpoints={EMymbhEnB:\"(min-width: 1200px)\",j3sKWViyF:\"(min-width: 810px) and (max-width: 1199px)\",tVGi5A0C1:\"(max-width: 389px)\",UJElcExOO:\"(min-width: 390px) and (max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-o2xtl\";const variantClassNames={EMymbhEnB:\"framer-v-1iln964\",j3sKWViyF:\"framer-v-abdi9v\",tVGi5A0C1:\"framer-v-1r5ysjq\",UJElcExOO:\"framer-v-1ss9d81\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Phone XS\":\"tVGi5A0C1\",Desktop:\"EMymbhEnB\",Phone:\"UJElcExOO\",Tablet:\"j3sKWViyF\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EMymbhEnB\"};};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:{alias:\"c04VI30oM\",data:Blog,type:\"Collection\"},select:[{collection:\"c04VI30oM\",name:\"BW_C_pHwj\",type:\"Identifier\"},{collection:\"c04VI30oM\",name:\"rNKyhpuJT\",type:\"Identifier\"},{collection:\"c04VI30oM\",name:\"NhUXVM8QB\",type:\"Identifier\"},{collection:\"c04VI30oM\",name:\"DlR2h3jyq\",type:\"Identifier\"},{collection:\"c04VI30oM\",name:\"Y_CGW3F1u\",type:\"Identifier\"},{collection:\"c04VI30oM\",name:\"WRbb8_FhR\",type:\"Identifier\"},{collection:\"c04VI30oM\",name:\"OumNAWQDQ\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"c04VI30oM\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,BW_C_pHwj=getFromCurrentRouteData(\"BW_C_pHwj\")??\"\",NhUXVM8QB=getFromCurrentRouteData(\"NhUXVM8QB\")??\"\",OumNAWQDQ=getFromCurrentRouteData(\"OumNAWQDQ\")??\"\",...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);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"EMymbhEnB\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-cb4ffd5f-6d71-426b-8f2a-97ec29d34be9, rgb(250, 250, 250)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1iln964\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ydtb1o-container\",layoutScroll:true,nodeId:\"uqCpuVoMx\",scopeId:\"c04VI30oM\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j3sKWViyF:{variant:\"c9EV1JpT4\"},tVGi5A0C1:{variant:\"D2ESXIBsm\"},UJElcExOO:{variant:\"c9EV1JpT4\"}},children:/*#__PURE__*/_jsx(NavHeader,{height:\"100%\",id:\"uqCpuVoMx\",layoutId:\"uqCpuVoMx\",RCS6HmPhj:\"joSp1kmTl\",style:{width:\"100%\"},variant:\"zpXZU6050\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b7u12s\",\"data-framer-name\":\"Section\",id:\"b7u12s\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15xqex4\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pa9kgi\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16em4hc\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1whk3h1\",\"data-framer-name\":\"Wrap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-tr2tj6\",\"data-styles-preset\":\"n0j5o0Hax\",children:\"Newtons love - alt du skal vide\"})}),className:\"framer-1chdvi8\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:BW_C_pHwj,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wfso1k\",\"data-styles-preset\":\"rHoSjEBKu\",children:\"Content\"})}),className:\"framer-cp37vx\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],text:NhUXVM8QB,verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vbwmzx-container\",isAuthoredByUser:true,nodeId:\"DtwuiJfyx\",scopeId:\"c04VI30oM\",children:/*#__PURE__*/_jsx(LatexBlogRenderer,{height:\"100%\",id:\"DtwuiJfyx\",layoutId:\"DtwuiJfyx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jsqefw\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16yng4g\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j3sKWViyF:{y:(componentViewport?.y||0)+0+0+144+0+0+259.2+0+0+0+0},tVGi5A0C1:{y:(componentViewport?.y||0)+0+0+144+0+0+259.2+0+0+0+0},UJElcExOO:{y:(componentViewport?.y||0)+0+0+144+0+0+259.2+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:228,width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 800px), 400px)`,y:(componentViewport?.y||0)+0+0+184+0+0+259.2+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h34bql-container\",id:\"1h34bql\",nodeId:\"iPibog_qb\",scopeId:\"c04VI30oM\",children:/*#__PURE__*/_jsx(SectionsCTA,{height:\"100%\",id:\"iPibog_qb\",layoutId:\"iPibog_qb\",NgZKYxZqJ:\"var(--token-cb4ffd5f-6d71-426b-8f2a-97ec29d34be9, rgb(250, 250, 250))\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"Z8LiISW5a\",width:\"100%\",xXBa7k7sZ:\"var(--token-66b10c05-5bc9-42e8-ad24-2e87cb0b12c5, rgb(0, 120, 80))\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lidmem\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ku5jtn\",\"data-framer-name\":\"Post\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"UB9JbSAl7\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j3sKWViyF:{stylesPresetsClassNames:{a:\"framer-styles-preset-1jmipo1\",blockquote:\"framer-styles-preset-g4ui67\",code:\"framer-styles-preset-12fa2h2\",h1:\"framer-styles-preset-tr2tj6\",h2:\"framer-styles-preset-psdw5u\",h3:\"framer-styles-preset-18ihlj8\",h4:\"framer-styles-preset-1ksyq1s\",h5:\"framer-styles-preset-1wb5yx9\",h6:\"framer-styles-preset-m4vsdz\",img:\"framer-styles-preset-sw7jxd\",p:\"framer-styles-preset-hdkwp0\",table:\"framer-styles-preset-1gcmr97\"}},tVGi5A0C1:{stylesPresetsClassNames:{a:\"framer-styles-preset-1jmipo1\",blockquote:\"framer-styles-preset-g4ui67\",code:\"framer-styles-preset-12fa2h2\",h1:\"framer-styles-preset-tr2tj6\",h2:\"framer-styles-preset-psdw5u\",h3:\"framer-styles-preset-18ihlj8\",h4:\"framer-styles-preset-1ksyq1s\",h5:\"framer-styles-preset-1wb5yx9\",h6:\"framer-styles-preset-m4vsdz\",img:\"framer-styles-preset-sw7jxd\",p:\"framer-styles-preset-hdkwp0\",table:\"framer-styles-preset-1gcmr97\"}},UJElcExOO:{stylesPresetsClassNames:{a:\"framer-styles-preset-1jmipo1\",blockquote:\"framer-styles-preset-g4ui67\",code:\"framer-styles-preset-12fa2h2\",h1:\"framer-styles-preset-tr2tj6\",h2:\"framer-styles-preset-psdw5u\",h3:\"framer-styles-preset-18ihlj8\",h4:\"framer-styles-preset-1ksyq1s\",h5:\"framer-styles-preset-1wb5yx9\",h6:\"framer-styles-preset-m4vsdz\",img:\"framer-styles-preset-sw7jxd\",p:\"framer-styles-preset-hdkwp0\",table:\"framer-styles-preset-1gcmr97\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:OumNAWQDQ,className:\"framer-14ayoa9\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1jmipo1\",blockquote:\"framer-styles-preset-g4ui67\",code:\"framer-styles-preset-12fa2h2\",h1:\"framer-styles-preset-tr2tj6\",h2:\"framer-styles-preset-psdw5u\",h3:\"framer-styles-preset-18ihlj8\",h4:\"framer-styles-preset-1ksyq1s\",h5:\"framer-styles-preset-1wb5yx9\",h6:\"framer-styles-preset-m4vsdz\",img:\"framer-styles-preset-sw7jxd\",p:\"framer-styles-preset-wfso1k\",table:\"framer-styles-preset-1gcmr97\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j3sKWViyF:{y:(componentViewport?.y||0)+0+873.2},tVGi5A0C1:{y:(componentViewport?.y||0)+0+897.2},UJElcExOO:{y:(componentViewport?.y||0)+0+897.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:589,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+953.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1voobsc-container\",nodeId:\"sos85eQ5p\",scopeId:\"c04VI30oM\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j3sKWViyF:{variant:\"Qz6_WOiBT\"},tVGi5A0C1:{variant:\"ZGQ52tkXp\"},UJElcExOO:{variant:\"ZGQ52tkXp\"}},children:/*#__PURE__*/_jsx(NavFooter,{height:\"100%\",id:\"sos85eQ5p\",layoutId:\"sos85eQ5p\",style:{width:\"100%\"},variant:\"Ox2YyPnOj\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-o2xtl.framer-m5bwzu, .framer-o2xtl .framer-m5bwzu { display: block; }\",\".framer-o2xtl.framer-1iln964 { align-content: center; align-items: center; background-color: var(--token-cb4ffd5f-6d71-426b-8f2a-97ec29d34be9, #fafafa); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-o2xtl .framer-1ydtb1o-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-o2xtl .framer-b7u12s { 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: 184px 24px 120px 24px; position: relative; width: 100%; }\",\".framer-o2xtl .framer-15xqex4 { 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: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-o2xtl .framer-1pa9kgi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-o2xtl .framer-16em4hc { align-content: center; align-items: center; 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-o2xtl .framer-1whk3h1 { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-o2xtl .framer-1chdvi8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-o2xtl .framer-cp37vx { flex: none; height: auto; max-width: 640px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-o2xtl .framer-1vbwmzx-container { flex: none; height: auto; left: 0px; position: absolute; top: 368px; width: auto; z-index: 1; }\",\".framer-o2xtl .framer-jsqefw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-o2xtl .framer-16yng4g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-o2xtl .framer-1h34bql-container { flex: none; height: auto; max-width: 400px; position: relative; width: 100%; }\",\".framer-o2xtl .framer-1lidmem { background-color: var(--token-c42087ca-f4b3-4ebf-9924-217e9d041086, #c8cace); flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-o2xtl .framer-1ku5jtn { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-o2xtl .framer-14ayoa9 { --framer-paragraph-spacing: 12px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-o2xtl .framer-1voobsc-container { flex: none; height: auto; position: relative; width: 100%; }\",...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-o2xtl.framer-1iln964 { width: 810px; } .framer-o2xtl .framer-b7u12s { padding: 144px 24px 80px 24px; }}\",\"@media (min-width: 390px) and (max-width: 809px) { .framer-o2xtl.framer-1iln964 { width: 390px; } .framer-o2xtl .framer-b7u12s { padding: 144px 24px 72px 24px; } .framer-o2xtl .framer-16yng4g { gap: 48px; }}\",\"@media (max-width: 389px) { .framer-o2xtl.framer-1iln964 { width: 320px; } .framer-o2xtl .framer-b7u12s { padding: 144px 24px 72px 24px; } .framer-o2xtl .framer-16yng4g { gap: 48px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13449\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"j3sKWViyF\":{\"layout\":[\"fixed\",\"auto\"]},\"UJElcExOO\":{\"layout\":[\"fixed\",\"auto\"]},\"tVGi5A0C1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerc04VI30oM=withCSS(Component,css,\"framer-o2xtl\");export default Framerc04VI30oM;Framerc04VI30oM.displayName=\"Blog\";Framerc04VI30oM.defaultProps={height:13449,width:1200};addFonts(Framerc04VI30oM,[{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\"}]},...NavHeaderFonts,...LatexBlogRendererFonts,...SectionsCTAFonts,...NavFooterFonts,...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?.[\"UB9JbSAl7\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"UB9JbSAl7\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc04VI30oM\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j3sKWViyF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UJElcExOO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tVGi5A0C1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"13449\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["LatexBlogRenderer", "processCodeBlocks", "block", "spans", "fullText", "span", "latexContainer", "ue", "window", "err", "script", "observer", "mutations", "mutation", "node", "el", "p", "l", "NavHeaderFonts", "getFonts", "oIQNEeOSO_default", "LatexBlogRendererFonts", "LatexBlogRenderer", "SectionsCTAFonts", "efncTkCdn_default", "NavFooterFonts", "b3tI8rYcb_default", "breakpoints", "serializationHash", "variantClassNames", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "APEGY5MZP_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "BW_C_pHwj", "NhUXVM8QB", "OumNAWQDQ", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "oIQNEeOSO_default", "RichText2", "x", "LatexBlogRenderer", "efncTkCdn_default", "ComponentPresetsProvider", "b3tI8rYcb_default", "css", "Framerc04VI30oM", "withCSS", "c04VI30oM_default", "addFonts", "NavHeaderFonts", "LatexBlogRendererFonts", "SectionsCTAFonts", "NavFooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
