{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/uCoivoVjHadfDOsmACwu/4NSxQjSEAz6POme3qty8/pTsSZXomk.js"],
  "sourcesContent": ["// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Mn69eMnaMcqJ65TjxwR1/Embed.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import BlogSingle from\"#framer/local/canvasComponent/gvGs95dsc/gvGs95dsc.js\";import Button from\"#framer/local/canvasComponent/LNCJ8JrMb/LNCJ8JrMb.js\";import Header from\"#framer/local/canvasComponent/R59UUiNVK/R59UUiNVK.js\";import Footer from\"#framer/local/canvasComponent/RT57n2mYC/RT57n2mYC.js\";import Badge from\"#framer/local/canvasComponent/ZC6oaTVqt/ZC6oaTVqt.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/ewhHuyXZI/ewhHuyXZI.js\";import*as sharedStyle2 from\"#framer/local/css/ALE6yx_O9/ALE6yx_O9.js\";import*as sharedStyle4 from\"#framer/local/css/ao6vEw8CX/ao6vEw8CX.js\";import*as sharedStyle3 from\"#framer/local/css/HhLr_TFUZ/HhLr_TFUZ.js\";import*as sharedStyle1 from\"#framer/local/css/KCyUlehY9/KCyUlehY9.js\";import*as sharedStyle from\"#framer/local/css/vlUd825be/vlUd825be.js\";import metadataProvider from\"#framer/local/webPageMetadata/pTsSZXomk/pTsSZXomk.js\";const HeaderFonts=getFonts(Header);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const EmbedFonts=getFonts(Embed);const BadgeFonts=getFonts(Badge);const PhosphorFonts=getFonts(Phosphor);const ButtonFonts=getFonts(Button);const BlogSingleFonts=getFonts(BlogSingle);const FooterFonts=getFonts(Footer);const breakpoints={ahrnrshGQ:\"(min-width: 1200px)\",L7fZY1AWf:\"(max-width: 809px)\",XYUuvCuL0:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-iqYBZ\";const variantClassNames={ahrnrshGQ:\"framer-v-1o3bsx\",L7fZY1AWf:\"framer-v-gme31y\",XYUuvCuL0:\"framer-v-12kh2w8\"};const transition1={delay:.3,duration:.5,ease:[.04,.75,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-70};const transition2={delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const animation2={backgroundColor:\"rgba(113, 113, 122, 0.1)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const convertFromBoolean=(value,activeLocale,{a3Cfhx3KwkLO4yAOHi})=>{if(value){return{pathVariables:{a3Cfhx3Kw:a3Cfhx3KwkLO4yAOHi},webPageId:\"aWjFgBj9c\"};}else{return undefined;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"ahrnrshGQ\",Phone:\"L7fZY1AWf\",Tablet:\"XYUuvCuL0\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ahrnrshGQ\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ioMq8boYrt3prLbxyY,a3Cfhx3Kwt3prLbxyY,Hsx6mDXxLt3prLbxyY,DznlIolcit3prLbxyY,Ra7LnIXvrt3prLbxyY,YEtJIc9Fbt3prLbxyY,O6NcJ_I8Ot3prLbxyY,idt3prLbxyY,ioMq8boYrkLO4yAOHi,DznlIolcikLO4yAOHi,Hsx6mDXxLkLO4yAOHi,YEtJIc9FbkLO4yAOHi,O6NcJ_I8OkLO4yAOHi,a3Cfhx3KwkLO4yAOHi,idkLO4yAOHi,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ahrnrshGQ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1o3bsx\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{animate:animation,initial:animation1,optimized:true},XYUuvCuL0:{animate:animation,initial:animation1,optimized:true}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{className:\"framer-1o1jfd3-container\",\"data-framer-appear-id\":\"1o1jfd3\",layoutScroll:true,nodeId:\"CweCZDsnH\",rendersWithMotion:true,scopeId:\"pTsSZXomk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{KDPaGeBIL:\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\",variant:\"g7fLVO5ml\",zzroHIlLa:\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\"},XYUuvCuL0:{KDPaGeBIL:\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\",variant:\"g7fLVO5ml\",zzroHIlLa:\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\"}},children:/*#__PURE__*/_jsx(Header,{BeZsA273t:true,Cof0RMUzO:\"var(--token-e6a1425f-5cc8-4e16-87a5-8615ab8b8fe1, rgb(82, 82, 91))\",dbTkB554q:\"https://nexus.malloy.sg/signup\",EdKYuwXXP:\"var(--token-5cb9a68d-31cb-4baf-8414-1a3d9276de57, rgba(255, 255, 255, 0.9))\",eGOhp_OqC:\"Editor Sign Up\",ewfFJItNT:\"XgBIHPUqi\",FFcnuU4Ek:\"var(--token-5cb9a68d-31cb-4baf-8414-1a3d9276de57, rgba(255, 255, 255, 0.95))\",height:\"100%\",id:\"CweCZDsnH\",ixSSNMsgd:\"lk7ooqA4_\",KDPaGeBIL:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",layoutId:\"CweCZDsnH\",ORnOR2pUN:{borderBottomWidth:1,borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},sGHTFWZo5:true,style:{width:\"100%\"},t4qtipNl7:10,UTTJR9foI:true,v06jigF6i:\"flex-start\",variant:\"OEkGhi0ka\",width:\"100%\",zzroHIlLa:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-qlp4cd\",\"data-framer-name\":\"Page Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18ke19x\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{background:{alt:\"\",backgroundSize:.85,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c0EZxtMucSR6UOSZk2TBnWsqr4.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.85,fit:\"tile\",pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c0EZxtMucSR6UOSZk2TBnWsqr4.svg\"},className:\"framer-1w45ald\",\"data-framer-name\":\"pattern\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1nqpcik\",\"data-styles-preset\":\"vlUd825be\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"},children:\"The Video Editor\u2019s Playbook\"})}),className:\"framer-63p8qr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1btcpgd\",\"data-styles-preset\":\"KCyUlehY9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\"},children:\"Your go-to resource for all things video editing!\"})}),className:\"framer-hy725p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2jcpei-container\",isModuleExternal:true,nodeId:\"cNsneimy9\",scopeId:\"pTsSZXomk\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<script async data-uid=\"503d6d1d0b\" src=\"https://malloy-labs.kit.com/503d6d1d0b/index.js\"></script>',id:\"cNsneimy9\",layoutId:\"cNsneimy9\",style:{maxWidth:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1owxjk7\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"t3prLbxyY\",data:Blog,type:\"Collection\"},select:[{collection:\"t3prLbxyY\",name:\"ioMq8boYr\",type:\"Identifier\"},{collection:\"t3prLbxyY\",name:\"a3Cfhx3Kw\",type:\"Identifier\"},{collection:\"t3prLbxyY\",name:\"Hsx6mDXxL\",type:\"Identifier\"},{collection:\"t3prLbxyY\",name:\"DznlIolci\",type:\"Identifier\"},{collection:\"t3prLbxyY\",name:\"Ra7LnIXvr\",type:\"Identifier\"},{collection:\"t3prLbxyY\",name:\"YEtJIc9Fb\",type:\"Identifier\"},{collection:\"t3prLbxyY\",name:\"O6NcJ_I8O\",type:\"Identifier\"},{collection:\"t3prLbxyY\",name:\"id\",type:\"Identifier\"}],where:{collection:\"t3prLbxyY\",name:\"REV0T2eH0\",type:\"Identifier\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({a3Cfhx3Kw:a3Cfhx3Kwt3prLbxyY,DznlIolci:DznlIolcit3prLbxyY,Hsx6mDXxL:Hsx6mDXxLt3prLbxyY,id:idt3prLbxyY,ioMq8boYr:ioMq8boYrt3prLbxyY,O6NcJ_I8O:O6NcJ_I8Ot3prLbxyY,Ra7LnIXvr:Ra7LnIXvrt3prLbxyY,YEtJIc9Fb:YEtJIc9Fbt3prLbxyY},index)=>{a3Cfhx3Kwt3prLbxyY??=\"\";DznlIolcit3prLbxyY??=\"\";Ra7LnIXvrt3prLbxyY??=\"\";O6NcJ_I8Ot3prLbxyY??=\"\";const textContent=toDateString(YEtJIc9Fbt3prLbxyY,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`t3prLbxyY-${idt3prLbxyY}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{a3Cfhx3Kw:a3Cfhx3Kwt3prLbxyY},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-166e870\",whileHover:animation2,children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{a3Cfhx3Kw:a3Cfhx3Kwt3prLbxyY},webPageId:\"aWjFgBj9c\"},motionChild:true,nodeId:\"xa6X9ian3\",scopeId:\"pTsSZXomk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+891.2+0+0+0+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1000px) - 40px)`,...toResponsiveImage(ioMq8boYrt3prLbxyY),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1000px) - 70px)`,...toResponsiveImage(ioMq8boYrt3prLbxyY),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-pf4zyv framer-scujc5\",whileHover:animation3})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nho232\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{a3Cfhx3Kw:a3Cfhx3Kwt3prLbxyY},webPageId:\"aWjFgBj9c\"},motionChild:true,nodeId:\"Efgg7h1uU\",scopeId:\"pTsSZXomk\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-duul2l framer-scujc5\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{y:(componentViewport?.y||0)+0+891.2+0+0+0+260+0+0+15+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7g9hfs-container\",nodeId:\"oCp5QNFeH\",scopeId:\"pTsSZXomk\",children:/*#__PURE__*/_jsx(Badge,{C_fTzd5lR:{borderColor:'var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231)) /* {\"name\":\"Gray 200\"} */',borderStyle:\"solid\",borderWidth:0},height:\"100%\",id:\"oCp5QNFeH\",iXsfVjsEM:\"var(--token-b0454cba-c19e-43a6-8075-f4b7a5ae4372, rgb(244, 244, 245))\",JPO2n74ig:100,layoutId:\"oCp5QNFeH\",Lsu1xrgI3:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",p4KdNyw2A:0,variant:\"Qy1b_vjYv\",width:\"100%\",XGtDHEUvE:enumToDisplayNameFunctions[\"Hsx6mDXxL\"]?.(Hsx6mDXxLt3prLbxyY,activeLocale)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1njlwr9\",\"data-styles-preset\":\"ALE6yx_O9\",style:{\"--framer-text-color\":\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"},children:\"Top creators are already using AI, why aren\u2019t you?\"})}),className:\"framer-1n969ni\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:DznlIolcit3prLbxyY,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11zorzc\",\"data-styles-preset\":\"HhLr_TFUZ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-05d3d3db-be9e-464a-9684-d4b46306a4c3, rgb(113, 113, 122))\"},children:\"Good content creators will still need to conduct market research, craft narratives, and well, create good content. However, AI can be used for efficient transcription, generating content ideas, and repurposing segments into different formats.\"})}),className:\"framer-1ao9k6x\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:Ra7LnIXvrt3prLbxyY,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9cymd9\",\"data-framer-name\":\"Read More\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pa82c8\",\"data-framer-name\":\"Date\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q4gpv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"e47vSP9Os\",scopeId:\"pTsSZXomk\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CalendarBlank\",id:\"e47vSP9Os\",layoutId:\"e47vSP9Os\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-igt7au\",\"data-styles-preset\":\"ao6vEw8CX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\"},children:\"Nov 28, 2023\"})}),className:\"framer-5hbg9d\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{a3Cfhx3Kw:a3Cfhx3Kwt3prLbxyY},webPageId:\"aWjFgBj9c\"},implicitPathVariables:undefined},{href:{pathVariables:{a3Cfhx3Kw:a3Cfhx3Kwt3prLbxyY},webPageId:\"aWjFgBj9c\"},implicitPathVariables:undefined},{href:{pathVariables:{a3Cfhx3Kw:a3Cfhx3Kwt3prLbxyY},webPageId:\"aWjFgBj9c\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{y:(componentViewport?.y||0)+0+891.2+0+0+0+260+0+284.4+30}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cv09p1-container\",nodeId:\"YfgRqclBl\",scopeId:\"pTsSZXomk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{U1Kbkgydv:resolvedLinks[2]},XYUuvCuL0:{U1Kbkgydv:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},ey7w8muFX:false,G77f5Yx_v:O6NcJ_I8Ot3prLbxyY,height:\"100%\",HFfTjmBlq:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",id:\"YfgRqclBl\",layoutId:\"YfgRqclBl\",n9WP3fBIv:true,oV7zrnzuy:\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\",SZQpZ3lk2:10,U1Kbkgydv:resolvedLinks[0],variant:\"dFbyw6SJY\",VkxZQkMEC:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(9, 9, 11, 0.10798), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(9, 9, 11, 0.09534), 0px 10px 10px -3.75px rgba(9, 9, 11, 0.0375)\",Vo_oxchYD:\"CaretRight\",width:\"100%\",WM2TpCryl:false})})})})})})]})]})]})})},idt3prLbxyY);})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-14xsxot\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"kLO4yAOHi\",data:Blog,type:\"Collection\"},orderBy:[{collection:\"kLO4yAOHi\",direction:\"desc\",name:\"YEtJIc9Fb\",type:\"Identifier\"}],select:[{collection:\"kLO4yAOHi\",name:\"ioMq8boYr\",type:\"Identifier\"},{collection:\"kLO4yAOHi\",name:\"DznlIolci\",type:\"Identifier\"},{collection:\"kLO4yAOHi\",name:\"Hsx6mDXxL\",type:\"Identifier\"},{collection:\"kLO4yAOHi\",name:\"YEtJIc9Fb\",type:\"Identifier\"},{collection:\"kLO4yAOHi\",name:\"O6NcJ_I8O\",type:\"Identifier\"},{collection:\"kLO4yAOHi\",name:\"a3Cfhx3Kw\",type:\"Identifier\"},{collection:\"kLO4yAOHi\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{collection:\"kLO4yAOHi\",name:\"REV0T2eH0\",type:\"Identifier\"}}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({a3Cfhx3Kw:a3Cfhx3KwkLO4yAOHi,DznlIolci:DznlIolcikLO4yAOHi,Hsx6mDXxL:Hsx6mDXxLkLO4yAOHi,id:idkLO4yAOHi,ioMq8boYr:ioMq8boYrkLO4yAOHi,O6NcJ_I8O:O6NcJ_I8OkLO4yAOHi,YEtJIc9Fb:YEtJIc9FbkLO4yAOHi},index1)=>{DznlIolcikLO4yAOHi??=\"\";O6NcJ_I8OkLO4yAOHi??=\"\";a3Cfhx3KwkLO4yAOHi??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`kLO4yAOHi-${idkLO4yAOHi}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{a3Cfhx3Kw:a3Cfhx3KwkLO4yAOHi},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-lxwm0y\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromBoolean(isSet(a3Cfhx3KwkLO4yAOHi),activeLocale,{a3Cfhx3KwkLO4yAOHi}),implicitPathVariables:undefined},{href:convertFromBoolean(isSet(a3Cfhx3KwkLO4yAOHi),activeLocale,{a3Cfhx3KwkLO4yAOHi}),implicitPathVariables:undefined},{href:convertFromBoolean(isSet(a3Cfhx3KwkLO4yAOHi),activeLocale,{a3Cfhx3KwkLO4yAOHi}),implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1000px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+1555.6+0+0+0+0},XYUuvCuL0:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1000px) - 70px) / 2, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404,width:`max((min(${componentViewport?.width||\"100vw\"}, 1000px) - 100px) / 2, 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-okotbk-container\",nodeId:\"pb10J5AHm\",scopeId:\"pTsSZXomk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{xBh21cc1K:resolvedLinks1[2]},XYUuvCuL0:{xBh21cc1K:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(BlogSingle,{D8ZjNMqJ8:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",height:\"100%\",id:\"pb10J5AHm\",K32jyJoss:\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",l0yhiX4JF:O6NcJ_I8OkLO4yAOHi,laMAzvWOM:DznlIolcikLO4yAOHi,layoutId:\"pb10J5AHm\",mhDzny53S:true,NYi0Dwzp4:true,nzU4KVHxN:toDateString(YEtJIc9FbkLO4yAOHi,{dateStyle:\"long\",locale:\"\"},activeLocaleCode),OEKtoSZNW:toResponsiveImage(ioMq8boYrkLO4yAOHi),SGszvGd6l:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",style:{width:\"100%\"},variant:\"i5KJbkcv7\",VeFpn_fhW:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},vg3VrUruq:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",width:\"100%\",WnuXjpPb7:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.10798), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.09534), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0375)\",WOt2qFYsZ:enumToDisplayNameFunctions[\"Hsx6mDXxL\"]?.(Hsx6mDXxLkLO4yAOHi,activeLocale),xBh21cc1K:resolvedLinks1[0]})})})})})})})})},idkLO4yAOHi);})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{y:(componentViewport?.y||0)+0+2443.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-35u72j-container\",nodeId:\"KQXkEqcUf\",scopeId:\"pTsSZXomk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L7fZY1AWf:{variant:\"mpwjk9MUe\"},XYUuvCuL0:{variant:\"z8oyrV_8I\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"KQXkEqcUf\",layoutId:\"KQXkEqcUf\",style:{width:\"100%\"},variant:\"PbSBQXuqG\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iqYBZ.framer-scujc5, .framer-iqYBZ .framer-scujc5 { display: block; }\",\".framer-iqYBZ.framer-1o3bsx { align-content: center; align-items: center; background-color: var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-iqYBZ .framer-1o1jfd3-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 1; }\",\".framer-iqYBZ .framer-qlp4cd { align-content: center; align-items: center; background-color: var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 200px 15px 80px 15px; position: relative; width: 100%; }\",\".framer-iqYBZ .framer-18ke19x { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-iqYBZ .framer-1w45ald { -webkit-mask: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; bottom: 0px; flex: none; left: 0px; mask: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; opacity: 0.1; position: absolute; right: 0px; top: 0px; }\",\".framer-iqYBZ .framer-63p8qr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 700px; word-break: break-word; word-wrap: break-word; z-index: 0; }\",\".framer-iqYBZ .framer-hy725p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 500px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 0; }\",\".framer-iqYBZ .framer-2jcpei-container { flex: none; height: auto; max-width: 100%; position: relative; width: 500px; }\",\".framer-iqYBZ .framer-1owxjk7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1000px; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-iqYBZ .framer-166e870 { align-content: center; align-items: center; background-color: rgba(113, 113, 122, 0); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 15px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-iqYBZ .framer-pf4zyv { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: 1 0 0px; height: 360px; position: relative; text-decoration: none; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-iqYBZ .framer-1nho232 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; min-width: 200px; padding: 20px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-iqYBZ .framer-duul2l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-iqYBZ .framer-7g9hfs-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-iqYBZ .framer-1n969ni, .framer-iqYBZ .framer-1ao9k6x { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-iqYBZ .framer-9cymd9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-iqYBZ .framer-1pa82c8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iqYBZ .framer-q4gpv-container { flex: none; height: 21px; position: relative; width: 21px; }\",\".framer-iqYBZ .framer-5hbg9d { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-iqYBZ .framer-cv09p1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-iqYBZ .framer-14xsxot { display: grid; flex: none; gap: 60px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: center; max-width: 1000px; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-iqYBZ .framer-lxwm0y { align-content: center; align-items: center; align-self: start; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-iqYBZ .framer-okotbk-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-iqYBZ .framer-35u72j-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-iqYBZ.framer-1o3bsx, .framer-iqYBZ .framer-qlp4cd, .framer-iqYBZ .framer-1owxjk7, .framer-iqYBZ .framer-166e870, .framer-iqYBZ .framer-duul2l, .framer-iqYBZ .framer-1pa82c8, .framer-iqYBZ .framer-lxwm0y { gap: 0px; } .framer-iqYBZ.framer-1o3bsx > *, .framer-iqYBZ .framer-1owxjk7 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-iqYBZ.framer-1o3bsx > :first-child, .framer-iqYBZ .framer-qlp4cd > :first-child, .framer-iqYBZ .framer-1owxjk7 > :first-child, .framer-iqYBZ .framer-duul2l > :first-child { margin-top: 0px; } .framer-iqYBZ.framer-1o3bsx > :last-child, .framer-iqYBZ .framer-qlp4cd > :last-child, .framer-iqYBZ .framer-1owxjk7 > :last-child, .framer-iqYBZ .framer-duul2l > :last-child { margin-bottom: 0px; } .framer-iqYBZ .framer-qlp4cd > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-iqYBZ .framer-166e870 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-iqYBZ .framer-166e870 > :first-child, .framer-iqYBZ .framer-1pa82c8 > :first-child, .framer-iqYBZ .framer-lxwm0y > :first-child { margin-left: 0px; } .framer-iqYBZ .framer-166e870 > :last-child, .framer-iqYBZ .framer-1pa82c8 > :last-child, .framer-iqYBZ .framer-lxwm0y > :last-child { margin-right: 0px; } .framer-iqYBZ .framer-duul2l > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-iqYBZ .framer-1pa82c8 > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-iqYBZ .framer-lxwm0y > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-iqYBZ.framer-1o3bsx { gap: 0px; width: 810px; } .framer-iqYBZ .framer-1o1jfd3-container { will-change: var(--framer-will-change-effect-override, transform); z-index: 10; } .framer-iqYBZ .framer-qlp4cd { padding: 120px 15px 120px 15px; } .framer-iqYBZ .framer-1owxjk7 { padding: 0px 20px 40px 20px; } .framer-iqYBZ .framer-14xsxot { gap: 30px; padding: 0px 20px 40px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-iqYBZ.framer-1o3bsx, .framer-iqYBZ .framer-14xsxot { gap: 0px; } .framer-iqYBZ.framer-1o3bsx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-iqYBZ.framer-1o3bsx > :first-child { margin-top: 0px; } .framer-iqYBZ.framer-1o3bsx > :last-child { margin-bottom: 0px; } .framer-iqYBZ .framer-14xsxot > *, .framer-iqYBZ .framer-14xsxot > :first-child, .framer-iqYBZ .framer-14xsxot > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-iqYBZ.framer-1o3bsx { gap: 0px; width: 390px; } .framer-iqYBZ .framer-1o1jfd3-container { will-change: var(--framer-will-change-effect-override, transform); z-index: 10; } .framer-iqYBZ .framer-qlp4cd { padding: 120px 15px 120px 15px; } .framer-iqYBZ .framer-1owxjk7 { padding: 0px 20px 40px 20px; } .framer-iqYBZ .framer-166e870 { flex-direction: column; gap: 20px; padding: 0px; } .framer-iqYBZ .framer-pf4zyv { flex: none; height: 240px; width: 100%; } .framer-iqYBZ .framer-1nho232 { align-self: unset; flex: none; gap: 0px; height: min-content; justify-content: center; min-width: unset; padding: 0px; width: 100%; } .framer-iqYBZ .framer-duul2l { padding: 15px 0px 0px 0px; } .framer-iqYBZ .framer-14xsxot { gap: 40px; grid-template-columns: repeat(1, minmax(200px, 1fr)); padding: 0px 20px 40px 20px; } .framer-iqYBZ .framer-lxwm0y { flex-direction: column; gap: 20px; } .framer-iqYBZ .framer-okotbk-container { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-iqYBZ.framer-1o3bsx, .framer-iqYBZ .framer-166e870, .framer-iqYBZ .framer-1nho232, .framer-iqYBZ .framer-14xsxot, .framer-iqYBZ .framer-lxwm0y { gap: 0px; } .framer-iqYBZ.framer-1o3bsx > *, .framer-iqYBZ .framer-1nho232 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-iqYBZ.framer-1o3bsx > :first-child, .framer-iqYBZ .framer-166e870 > :first-child, .framer-iqYBZ .framer-1nho232 > :first-child, .framer-iqYBZ .framer-lxwm0y > :first-child { margin-top: 0px; } .framer-iqYBZ.framer-1o3bsx > :last-child, .framer-iqYBZ .framer-166e870 > :last-child, .framer-iqYBZ .framer-1nho232 > :last-child, .framer-iqYBZ .framer-lxwm0y > :last-child { margin-bottom: 0px; } .framer-iqYBZ .framer-166e870 > *, .framer-iqYBZ .framer-lxwm0y > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-iqYBZ .framer-14xsxot > *, .framer-iqYBZ .framer-14xsxot > :first-child, .framer-iqYBZ .framer-14xsxot > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3778\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XYUuvCuL0\":{\"layout\":[\"fixed\",\"auto\"]},\"L7fZY1AWf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerpTsSZXomk=withCSS(Component,css,\"framer-iqYBZ\");export default FramerpTsSZXomk;FramerpTsSZXomk.displayName=\"Blog\";FramerpTsSZXomk.defaultProps={height:3778,width:1200};addFonts(FramerpTsSZXomk,[{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\"}]},...HeaderFonts,...EmbedFonts,...BadgeFonts,...PhosphorFonts,...ButtonFonts,...BlogSingleFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpTsSZXomk\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XYUuvCuL0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L7fZY1AWf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"3778\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeaderFonts", "getFonts", "R59UUiNVK_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "EmbedFonts", "Embed", "BadgeFonts", "ZC6oaTVqt_default", "PhosphorFonts", "Icon", "ButtonFonts", "LNCJ8JrMb_default", "BlogSingleFonts", "gvGs95dsc_default", "FooterFonts", "RT57n2mYC_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "toResponsiveImage", "value", "transition3", "animation3", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "isSet", "convertFromBoolean", "a3Cfhx3KwkLO4yAOHi", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "ioMq8boYrt3prLbxyY", "a3Cfhx3Kwt3prLbxyY", "Hsx6mDXxLt3prLbxyY", "DznlIolcit3prLbxyY", "Ra7LnIXvrt3prLbxyY", "YEtJIc9Fbt3prLbxyY", "O6NcJ_I8Ot3prLbxyY", "idt3prLbxyY", "ioMq8boYrkLO4yAOHi", "DznlIolcikLO4yAOHi", "Hsx6mDXxLkLO4yAOHi", "YEtJIc9FbkLO4yAOHi", "O6NcJ_I8OkLO4yAOHi", "idkLO4yAOHi", "restProps", "ue", "metadata", "robotsTag", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "PropertyOverrides2", "ContainerWithOptimizedAppearEffect", "R59UUiNVK_default", "getLoadingLazyAtYPosition", "Image2", "RichText2", "x", "Container", "Embed", "ChildrenCanSuspend", "ewhHuyXZI_default", "collection", "paginationInfo", "loadMore", "l", "index", "textContent", "PathVariablesContext", "Link", "ZC6oaTVqt_default", "enumToDisplayNameFunctions", "Icon", "ResolveLinks", "resolvedLinks", "LNCJ8JrMb_default", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks1", "gvGs95dsc_default", "RT57n2mYC_default", "css", "FramerpTsSZXomk", "withCSS", "pTsSZXomk_default", "addFonts", "HeaderFonts", "EmbedFonts", "BadgeFonts", "PhosphorFonts", "ButtonFonts", "BlogSingleFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
