{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/iLFUdUjl1IGwXjQNAPY0/AVJN5h3lMfUGp5Nk6SnX/ke1JfQY0q.js"],
  "sourcesContent": ["// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import LayoutsNavigation from\"#framer/local/canvasComponent/Cz3nnWovF/Cz3nnWovF.js\";import LayoutsTrustedBy from\"#framer/local/canvasComponent/gvb3z9Rof/gvb3z9Rof.js\";import LayoutsCTABanner from\"#framer/local/canvasComponent/JAkfY71Ut/JAkfY71Ut.js\";import ComponentsButton from\"#framer/local/canvasComponent/ONFfkogtW/ONFfkogtW.js\";import PageReleaseNotesCard from\"#framer/local/canvasComponent/SPEyNfdPD/SPEyNfdPD.js\";import LayoutsFooter from\"#framer/local/canvasComponent/TBR2GwtBt/TBR2GwtBt.js\";import Modal from\"#framer/local/canvasComponent/YLBczhZpP/YLBczhZpP.js\";import ReleaseNotes from\"#framer/local/collection/dttwC6hDA/dttwC6hDA.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle12 from\"#framer/local/css/A7mA0GJXv/A7mA0GJXv.js\";import*as sharedStyle5 from\"#framer/local/css/cVrIBDuLp/cVrIBDuLp.js\";import*as sharedStyle10 from\"#framer/local/css/Elg5fLYRR/Elg5fLYRR.js\";import*as sharedStyle13 from\"#framer/local/css/iiKvyUJgo/iiKvyUJgo.js\";import*as sharedStyle from\"#framer/local/css/jaXWZr8bo/jaXWZr8bo.js\";import*as sharedStyle9 from\"#framer/local/css/jrv7c_ZcZ/jrv7c_ZcZ.js\";import*as sharedStyle1 from\"#framer/local/css/jTa7cmOQa/jTa7cmOQa.js\";import*as sharedStyle14 from\"#framer/local/css/lBKA1ZFOI/lBKA1ZFOI.js\";import*as sharedStyle4 from\"#framer/local/css/LRwpIn_9B/LRwpIn_9B.js\";import*as sharedStyle8 from\"#framer/local/css/oGBvFUH4U/oGBvFUH4U.js\";import*as sharedStyle2 from\"#framer/local/css/T3ov2VROv/T3ov2VROv.js\";import*as sharedStyle11 from\"#framer/local/css/Tq1RMMgwh/Tq1RMMgwh.js\";import*as sharedStyle3 from\"#framer/local/css/uajwtGpbO/uajwtGpbO.js\";import*as sharedStyle7 from\"#framer/local/css/x6Epj0SIA/x6Epj0SIA.js\";import*as sharedStyle6 from\"#framer/local/css/xDmoGEFNm/xDmoGEFNm.js\";import metadataProvider from\"#framer/local/webPageMetadata/ke1JfQY0q/ke1JfQY0q.js\";const LayoutsNavigationFonts=getFonts(LayoutsNavigation);const ModalFonts=getFonts(Modal);const PageReleaseNotesCardFonts=getFonts(PageReleaseNotesCard);const ComponentsButtonFonts=getFonts(ComponentsButton);const LayoutsCTABannerFonts=getFonts(LayoutsCTABanner);const LayoutsTrustedByFonts=getFonts(LayoutsTrustedBy);const LayoutsFooterFonts=getFonts(LayoutsFooter);const breakpoints={fy58BjQ0b:\"(min-width: 1200px) and (max-width: 1919px)\",q7683LCgt:\"(min-width: 1920px)\",WIvFjiq2W:\"(min-width: 810px) and (max-width: 1199px)\",ZRQzfNNKS:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-VnEtk\";const variantClassNames={fy58BjQ0b:\"framer-v-1kh2oe2\",q7683LCgt:\"framer-v-1fmnk1y\",WIvFjiq2W:\"framer-v-m483qb\",ZRQzfNNKS:\"framer-v-bb1d8g\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const 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 equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Medium\":\"q7683LCgt\",Desktop:\"fy58BjQ0b\",Phone:\"ZRQzfNNKS\",Tablet:\"WIvFjiq2W\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"q7683LCgt\"};};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:\"ke1JfQY0q\",data:ReleaseNotes,type:\"Collection\"},select:[{collection:\"ke1JfQY0q\",name:\"NL4toll_o\",type:\"Identifier\"},{collection:\"ke1JfQY0q\",name:\"w5hXRPStC\",type:\"Identifier\"},{collection:\"ke1JfQY0q\",name:\"X0trhHoPk\",type:\"Identifier\"},{collection:\"ke1JfQY0q\",name:\"ZJkffB8HJ\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"ke1JfQY0q\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,NL4toll_o=getFromCurrentRouteData(\"NL4toll_o\")??\"\",X0trhHoPk=getFromCurrentRouteData(\"X0trhHoPk\")??\"\",w5hXRPStC=getFromCurrentRouteData(\"w5hXRPStC\"),ZJkffB8HJ=getFromCurrentRouteData(\"ZJkffB8HJ\")??\"\",IdjRHDRSzoe7OVKXPy,NL4toll_ooe7OVKXPy,w5hXRPStCoe7OVKXPy,ukyHuk81foe7OVKXPy,X0trhHoPkoe7OVKXPy,idoe7OVKXPy,...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const V6uV8FYGE3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const M6hfBDwcn1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const rzFX3elyE3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});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,sharedStyle13.className,sharedStyle14.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(w5hXRPStC,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const visible=negate(equals(w5hXRPStC,\"2021-03-01T00:00:00.000Z\"));const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"q7683LCgt\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-f8c4c09b-cc86-4296-aa7b-cce9a8cb8b0d, rgb(21, 22, 25)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1fmnk1y\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:114,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1gz9pg-container\",id:\"1gz9pg\",nodeId:\"YlRbIT0Dw\",scopeId:\"ke1JfQY0q\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{variant:\"wFiXhiQ1Y\"},WIvFjiq2W:{variant:\"TIOQwyGsQ\"},ZRQzfNNKS:{variant:\"HbpgQxgbN\"}},children:/*#__PURE__*/_jsx(LayoutsNavigation,{fBGIWxuFr:\"0px\",height:\"100%\",id:\"YlRbIT0Dw\",layoutId:\"YlRbIT0Dw\",style:{width:\"100%\"},V6uV8FYGE:V6uV8FYGE3bnx0g({overlay}),variant:\"k7XL4eNuH\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1aejoc6\"),\"data-framer-portal-id\":\"1gz9pg\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"ZXrfn8PaQ\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-hersrs-container\"),\"data-framer-portal-id\":\"1gz9pg\",inComponentSlot:true,nodeId:\"HUn5awROF\",rendersWithMotion:true,scopeId:\"ke1JfQY0q\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{variant:\"LQ511RkOY\"},WIvFjiq2W:{variant:\"qhzOjsqvj\"},ZRQzfNNKS:{variant:\"h5kMWrv2l\"}},children:/*#__PURE__*/_jsx(Modal,{height:\"100%\",id:\"HUn5awROF\",layoutId:\"HUn5awROF\",M6hfBDwcn:M6hfBDwcn1wnntms({overlay}),style:{height:\"100%\",width:\"100%\"},variant:\"UBSKp_MgN\",width:\"100%\"})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dnkdlw\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6iu0rv\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1grhs9u\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cxwh7l\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cqiaoy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1tt48hj\",\"data-styles-preset\":\"jaXWZr8bo\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5808014c-4a9a-4afb-a0bc-f256f334c74f, rgb(247, 249, 252))\"},children:\"v1.16\"})}),className:\"framer-1i0gxec\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:NL4toll_o,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a46urk\",\"data-styles-preset\":\"jTa7cmOQa\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9aa1b43a-c060-4ebc-ab84-849113e43bad, rgb(199, 203, 207))\"},children:\"Latest release\"})}),className:\"framer-1dn9pq\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:X0trhHoPk,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ywb49v\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtk5ax\",\"data-styles-preset\":\"T3ov2VROv\",style:{\"--framer-text-color\":\"var(--token-5808014c-4a9a-4afb-a0bc-f256f334c74f, rgb(247, 249, 252))\"},children:\"calendar\"})}),className:\"framer-j2uyvw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rt5e0g\",\"data-styles-preset\":\"uajwtGpbO\",style:{\"--framer-text-color\":\"var(--token-9aa1b43a-c060-4ebc-ab84-849113e43bad, rgb(199, 203, 207))\"},children:\"Content\"})}),className:\"framer-6u8376\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eiinyl\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"ofvyE1vaC\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"wD9g8qYiN\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:ZJkffB8HJ,className:\"framer-te6akb\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-htrl5w\",blockquote:\"framer-styles-preset-1nnd6ct\",code:\"framer-styles-preset-o27dgd\",h1:\"framer-styles-preset-ngb98n\",h2:\"framer-styles-preset-1tt48hj\",h3:\"framer-styles-preset-1snonxb\",h4:\"framer-styles-preset-14wkcdg\",h5:\"framer-styles-preset-cmttzx\",h6:\"framer-styles-preset-11nk9tk\",img:\"framer-styles-preset-150bq5y\",p:\"framer-styles-preset-18wdylp\",table:\"framer-styles-preset-7dk9ti\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xwsjyq\",\"data-framer-name\":\"Desktop Detection As Code\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-61y05t\"}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1snonxb\",\"data-styles-preset\":\"cVrIBDuLp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Previous Releases\"})}),className:\"framer-1u30an2\",\"data-framer-name\":\"Turn Up the Volume,\\u2028Turn Down the Noise\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-r72k6k\"}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nchme0\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"oe7OVKXPy\",data:ReleaseNotes,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"oe7OVKXPy\",direction:\"desc\",name:\"w5hXRPStC\",type:\"Identifier\"}],select:[{collection:\"oe7OVKXPy\",name:\"IdjRHDRSz\",type:\"Identifier\"},{collection:\"oe7OVKXPy\",name:\"NL4toll_o\",type:\"Identifier\"},{collection:\"oe7OVKXPy\",name:\"w5hXRPStC\",type:\"Identifier\"},{collection:\"oe7OVKXPy\",name:\"ukyHuk81f\",type:\"Identifier\"},{collection:\"oe7OVKXPy\",name:\"X0trhHoPk\",type:\"Identifier\"},{collection:\"oe7OVKXPy\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"oe7OVKXPy\",name:\"w5hXRPStC\",type:\"Identifier\"}},operator:\"<=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:w5hXRPStC}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"oe7OVKXPy\",name:\"w5hXRPStC\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:w5hXRPStC},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idoe7OVKXPy,IdjRHDRSz:IdjRHDRSzoe7OVKXPy,NL4toll_o:NL4toll_ooe7OVKXPy,ukyHuk81f:ukyHuk81foe7OVKXPy,w5hXRPStC:w5hXRPStCoe7OVKXPy,X0trhHoPk:X0trhHoPkoe7OVKXPy},index)=>{IdjRHDRSzoe7OVKXPy??=\"\";NL4toll_ooe7OVKXPy??=\"\";ukyHuk81foe7OVKXPy??=\"\";X0trhHoPkoe7OVKXPy??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`oe7OVKXPy-${idoe7OVKXPy}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{IdjRHDRSz:IdjRHDRSzoe7OVKXPy},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IdjRHDRSz:IdjRHDRSzoe7OVKXPy},webPageId:\"ke1JfQY0q\"},motionChild:true,nodeId:\"jvY9McD97\",openInNewTab:false,scopeId:\"ke1JfQY0q\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13ymfwf framer-keabaa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{y:undefined},WIvFjiq2W:{y:(componentViewport?.y||0)+0+114+0+0+120+236.8+0+100+0+0+0},ZRQzfNNKS:{y:(componentViewport?.y||0)+0+114+0+0+72+236.8+0+100+16+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,y:(componentViewport?.y||0)+0+114+0+0+120+332.8+0+100+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14jldpy-container\",nodeId:\"TQF62ijSA\",scopeId:\"ke1JfQY0q\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZRQzfNNKS:{variant:\"e837M8RX5\"}},children:/*#__PURE__*/_jsx(PageReleaseNotesCard,{B34PGd7Fj:NL4toll_ooe7OVKXPy,HcLdfdpWq:w5hXRPStCoe7OVKXPy,height:\"100%\",id:\"TQF62ijSA\",layoutId:\"TQF62ijSA\",mnwXm78pD:ukyHuk81foe7OVKXPy,style:{height:\"100%\"},variant:\"mx15WtyIx\",width:\"100%\",XYQb57k6J:X0trhHoPkoe7OVKXPy})})})})})})})})},idoe7OVKXPy);})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WGuejWsFd\"},implicitPathVariables:undefined},{href:{webPageId:\"WGuejWsFd\"},implicitPathVariables:undefined},{href:{webPageId:\"WGuejWsFd\"},implicitPathVariables:undefined},{href:{webPageId:\"WGuejWsFd\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{y:undefined},WIvFjiq2W:{y:(componentViewport?.y||0)+0+114+0+0+120+236.8+0+416},ZRQzfNNKS:{y:(componentViewport?.y||0)+0+114+0+0+72+236.8+0+448}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+114+0+0+120+332.8+0+416,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ga3o8v-container\",nodeId:\"fzNFtmSqc\",scopeId:\"ke1JfQY0q\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{lN2N6PDAG:resolvedLinks[1]},WIvFjiq2W:{lN2N6PDAG:resolvedLinks[2]},ZRQzfNNKS:{lN2N6PDAG:resolvedLinks[3],variant:\"IJi_1pnSg\"}},children:/*#__PURE__*/_jsx(ComponentsButton,{height:\"100%\",I8cCjEmIW:\"text\",id:\"fzNFtmSqc\",layoutId:\"fzNFtmSqc\",lBvarrVbu:false,lN2N6PDAG:resolvedLinks[0],LPjlCXtw1:false,rqQzm4Lr4:false,shVqyh3Gk:\"text\",soLh7jWto:\"var(--token-5808014c-4a9a-4afb-a0bc-f256f334c74f, rgb(247, 249, 252))\",variant:\"f0BrgtFkT\",vWUuhm3Ew:{borderColor:\"var(--token-5808014c-4a9a-4afb-a0bc-f256f334c74f, rgb(247, 249, 252))\",borderStyle:\"solid\",borderWidth:1},width:\"100%\",WUbhV4S6E:false,ZHDrnRYiY:\"View all\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-173wta0\",\"data-framer-name\":\"Bottom Section\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{y:undefined},WIvFjiq2W:{y:(componentViewport?.y||0)+0+114+0+1014.8+0+0},ZRQzfNNKS:{y:(componentViewport?.y||0)+0+114+0+926.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+114+0+1198.8+0+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-x1xydf-container\",id:\"x1xydf\",nodeId:\"kh_XAuz64\",scopeId:\"ke1JfQY0q\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{variant:\"UQb7Jxzcq\"},WIvFjiq2W:{variant:\"iBTfcf5lK\"},ZRQzfNNKS:{variant:\"uOhEtef1y\"}},children:/*#__PURE__*/_jsx(LayoutsCTABanner,{height:\"100%\",id:\"kh_XAuz64\",layoutId:\"kh_XAuz64\",rzFX3elyE:rzFX3elyE3bnx0g({overlay:overlay1}),style:{width:\"100%\"},variant:\"HjCZDtF1h\",width:\"100%\",wsClzOErR:\"escape cloud noise. detect security signal\",xZNJbnga9:\"Escape Cloud Noise. Detect Security Signal.\",YUhWcsyzt:\"Request a Demo\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1h7ucy0\"),\"data-framer-portal-id\":\"x1xydf\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"Bi6WiamX9\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-sepnuk-container\"),\"data-framer-portal-id\":\"x1xydf\",inComponentSlot:true,nodeId:\"fndFmmkGK\",rendersWithMotion:true,scopeId:\"ke1JfQY0q\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{variant:\"LQ511RkOY\"},WIvFjiq2W:{variant:\"qhzOjsqvj\"},ZRQzfNNKS:{variant:\"h5kMWrv2l\"}},children:/*#__PURE__*/_jsx(Modal,{height:\"100%\",id:\"fndFmmkGK\",layoutId:\"fndFmmkGK\",M6hfBDwcn:M6hfBDwcn1wnntms({overlay:overlay1}),style:{height:\"100%\",width:\"100%\"},variant:\"UBSKp_MgN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:cx(scopingClassNames,\"framer-wso0k9\"),\"data-framer-portal-id\":\"x1xydf\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZRQzfNNKS:{width:\"322px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"1360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-90cwg-container\",inComponentSlot:true,nodeId:\"swnuGnTz2\",rendersWithMotion:true,scopeId:\"ke1JfQY0q\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{variant:\"OilJjnHnd\"},WIvFjiq2W:{variant:\"giUkdhtKV\"},ZRQzfNNKS:{variant:\"PPGwzYO1M\"}},children:/*#__PURE__*/_jsx(LayoutsTrustedBy,{height:\"100%\",id:\"swnuGnTz2\",layoutId:\"swnuGnTz2\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"NO8vNd3bL\",width:\"100%\"})})})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fy58BjQ0b:{y:undefined},WIvFjiq2W:{y:(componentViewport?.y||0)+0+114+0+1014.8+0+800},ZRQzfNNKS:{y:(componentViewport?.y||0)+0+114+0+926.8+0+800}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:518,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+114+0+1198.8+0+800,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1re8nmf-container\",nodeId:\"wdckJwcMJ\",scopeId:\"ke1JfQY0q\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WIvFjiq2W:{variant:\"z180CeSS7\"},ZRQzfNNKS:{variant:\"Q6a6USpm_\"}},children:/*#__PURE__*/_jsx(LayoutsFooter,{height:\"100%\",id:\"wdckJwcMJ\",layoutId:\"wdckJwcMJ\",style:{width:\"100%\"},variant:\"ryMMOwLMi\",width:\"100%\"})})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VnEtk.framer-keabaa, .framer-VnEtk .framer-keabaa { display: block; }\",\".framer-VnEtk.framer-1fmnk1y { align-content: center; align-items: center; background-color: var(--token-f8c4c09b-cc86-4296-aa7b-cce9a8cb8b0d, #151619); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-VnEtk .framer-1gz9pg-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-VnEtk.framer-1aejoc6, .framer-VnEtk.framer-1h7ucy0 { background-color: rgba(21, 22, 25, 0.6); inset: 0px; position: fixed; user-select: none; z-index: 9; }\",\".framer-VnEtk.framer-hersrs-container, .framer-VnEtk.framer-sepnuk-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-VnEtk .framer-dnkdlw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 280px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VnEtk .framer-6iu0rv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VnEtk .framer-1grhs9u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-VnEtk .framer-cxwh7l { --border-bottom-width: 1px; --border-color: var(--token-d16520ca-9949-4bde-9d22-2b6928ba8068, #81848b); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1020px; overflow: hidden; padding: 0px 0px 24px 0px; position: relative; width: 1px; }\",\".framer-VnEtk .framer-1cqiaoy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 600px; }\",\".framer-VnEtk .framer-1i0gxec, .framer-VnEtk .framer-1dn9pq { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-VnEtk .framer-1ywb49v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-VnEtk .framer-j2uyvw, .framer-VnEtk .framer-6u8376 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-VnEtk .framer-eiinyl { 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: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-VnEtk .framer-te6akb { --framer-paragraph-spacing: 24px; flex: none; height: auto; max-width: 1020px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VnEtk .framer-1xwsjyq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VnEtk .framer-61y05t { background: linear-gradient(270deg, rgba(21, 22, 25, 0) 0%, rgb(21, 22, 25) 100%); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100px; z-index: 1; }\",\".framer-VnEtk .framer-1u30an2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VnEtk .framer-r72k6k { background: linear-gradient(90deg, rgba(21, 22, 25, 0) 0%, rgb(21, 22, 25) 100%); bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 100px; z-index: 1; }\",\".framer-VnEtk .framer-1nchme0 { 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: center; padding: 0px 155px 0px 155px; position: relative; width: 100%; }\",\".framer-VnEtk .framer-13ymfwf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-VnEtk .framer-14jldpy-container { flex: none; height: 260px; position: relative; width: auto; }\",\".framer-VnEtk .framer-ga3o8v-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-VnEtk .framer-173wta0 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VnEtk .framer-x1xydf-container, .framer-VnEtk .framer-1re8nmf-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-VnEtk.framer-wso0k9 { align-content: center; align-items: center; bottom: -287px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: fixed; transform: translateX(-50%); width: 1920px; z-index: 9; }\",\".framer-VnEtk .framer-90cwg-container { flex: 1 0 0px; height: auto; max-width: 1360px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VnEtk.framer-1fmnk1y, .framer-VnEtk .framer-dnkdlw, .framer-VnEtk .framer-6iu0rv, .framer-VnEtk .framer-1grhs9u, .framer-VnEtk .framer-1cqiaoy, .framer-VnEtk .framer-1ywb49v, .framer-VnEtk .framer-eiinyl, .framer-VnEtk .framer-1xwsjyq, .framer-VnEtk .framer-1nchme0, .framer-VnEtk .framer-13ymfwf, .framer-VnEtk .framer-173wta0, .framer-VnEtk.framer-wso0k9 { gap: 0px; } .framer-VnEtk.framer-1fmnk1y > *, .framer-VnEtk .framer-173wta0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VnEtk.framer-1fmnk1y > :first-child, .framer-VnEtk .framer-dnkdlw > :first-child, .framer-VnEtk .framer-6iu0rv > :first-child, .framer-VnEtk .framer-eiinyl > :first-child, .framer-VnEtk .framer-1xwsjyq > :first-child, .framer-VnEtk .framer-173wta0 > :first-child { margin-top: 0px; } .framer-VnEtk.framer-1fmnk1y > :last-child, .framer-VnEtk .framer-dnkdlw > :last-child, .framer-VnEtk .framer-6iu0rv > :last-child, .framer-VnEtk .framer-eiinyl > :last-child, .framer-VnEtk .framer-1xwsjyq > :last-child, .framer-VnEtk .framer-173wta0 > :last-child { margin-bottom: 0px; } .framer-VnEtk .framer-dnkdlw > * { margin: 0px; margin-bottom: calc(280px / 2); margin-top: calc(280px / 2); } .framer-VnEtk .framer-6iu0rv > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-VnEtk .framer-1grhs9u > *, .framer-VnEtk .framer-13ymfwf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VnEtk .framer-1grhs9u > :first-child, .framer-VnEtk .framer-1cqiaoy > :first-child, .framer-VnEtk .framer-1ywb49v > :first-child, .framer-VnEtk .framer-1nchme0 > :first-child, .framer-VnEtk .framer-13ymfwf > :first-child, .framer-VnEtk.framer-wso0k9 > :first-child { margin-left: 0px; } .framer-VnEtk .framer-1grhs9u > :last-child, .framer-VnEtk .framer-1cqiaoy > :last-child, .framer-VnEtk .framer-1ywb49v > :last-child, .framer-VnEtk .framer-1nchme0 > :last-child, .framer-VnEtk .framer-13ymfwf > :last-child, .framer-VnEtk.framer-wso0k9 > :last-child { margin-right: 0px; } .framer-VnEtk .framer-1cqiaoy > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-VnEtk .framer-1ywb49v > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-VnEtk .framer-eiinyl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VnEtk .framer-1xwsjyq > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-VnEtk .framer-1nchme0 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-VnEtk.framer-wso0k9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 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,...sharedStyle13.css,...sharedStyle14.css,'.framer-VnEtk[data-border=\"true\"]::after, .framer-VnEtk [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1200px) and (max-width: 1919px) { .framer-VnEtk.framer-1fmnk1y { width: 1200px; } .framer-VnEtk .framer-1nchme0 { flex-wrap: wrap; } .framer-VnEtk.framer-wso0k9 { overflow: visible; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-VnEtk.framer-1fmnk1y { width: 810px; } .framer-VnEtk .framer-dnkdlw { gap: 192px; } .framer-VnEtk .framer-6iu0rv { gap: 32px; justify-content: flex-start; } .framer-VnEtk .framer-1nchme0 { align-content: center; align-items: center; flex-direction: column; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VnEtk .framer-dnkdlw, .framer-VnEtk .framer-6iu0rv, .framer-VnEtk .framer-1nchme0 { gap: 0px; } .framer-VnEtk .framer-dnkdlw > * { margin: 0px; margin-bottom: calc(192px / 2); margin-top: calc(192px / 2); } .framer-VnEtk .framer-dnkdlw > :first-child, .framer-VnEtk .framer-6iu0rv > :first-child, .framer-VnEtk .framer-1nchme0 > :first-child { margin-top: 0px; } .framer-VnEtk .framer-dnkdlw > :last-child, .framer-VnEtk .framer-6iu0rv > :last-child, .framer-VnEtk .framer-1nchme0 > :last-child { margin-bottom: 0px; } .framer-VnEtk .framer-6iu0rv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VnEtk .framer-1nchme0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\",\"@media (max-width: 809px) { .framer-VnEtk.framer-1fmnk1y { width: 390px; } .framer-VnEtk .framer-dnkdlw { gap: 120px; } .framer-VnEtk .framer-6iu0rv { gap: 32px; padding: 72px 0px 0px 0px; } .framer-VnEtk .framer-1grhs9u, .framer-VnEtk .framer-eiinyl { padding: 0px 24px 0px 24px; } .framer-VnEtk .framer-1cqiaoy { flex: 1 0 0px; width: 1px; } .framer-VnEtk .framer-te6akb { --framer-paragraph-spacing: 16px; } .framer-VnEtk .framer-1nchme0 { align-content: center; align-items: center; flex-direction: column; padding: 16px 155px 16px 155px; } .framer-VnEtk.framer-wso0k9 { bottom: 229px; width: 322px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VnEtk .framer-dnkdlw, .framer-VnEtk .framer-6iu0rv, .framer-VnEtk .framer-1nchme0 { gap: 0px; } .framer-VnEtk .framer-dnkdlw > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-VnEtk .framer-dnkdlw > :first-child, .framer-VnEtk .framer-6iu0rv > :first-child, .framer-VnEtk .framer-1nchme0 > :first-child { margin-top: 0px; } .framer-VnEtk .framer-dnkdlw > :last-child, .framer-VnEtk .framer-6iu0rv > :last-child, .framer-VnEtk .framer-1nchme0 > :last-child { margin-bottom: 0px; } .framer-VnEtk .framer-6iu0rv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VnEtk .framer-1nchme0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3934\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"fy58BjQ0b\":{\"layout\":[\"fixed\",\"auto\"]},\"WIvFjiq2W\":{\"layout\":[\"fixed\",\"auto\"]},\"ZRQzfNNKS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerke1JfQY0q=withCSS(Component,css,\"framer-VnEtk\");export default Framerke1JfQY0q;Framerke1JfQY0q.displayName=\"Release Notes\";Framerke1JfQY0q.defaultProps={height:3934,width:1920};addFonts(Framerke1JfQY0q,[{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\"}]},...LayoutsNavigationFonts,...ModalFonts,...PageReleaseNotesCardFonts,...ComponentsButtonFonts,...LayoutsCTABannerFonts,...LayoutsTrustedByFonts,...LayoutsFooterFonts,...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),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...componentPresets.fonts?.[\"wD9g8qYiN\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"wD9g8qYiN\"]):[],...componentPresets.fonts?.[\"ofvyE1vaC\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"ofvyE1vaC\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerke1JfQY0q\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1920\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fy58BjQ0b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WIvFjiq2W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZRQzfNNKS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"3934\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["LayoutsNavigationFonts", "getFonts", "Cz3nnWovF_default", "ModalFonts", "YLBczhZpP_default", "PageReleaseNotesCardFonts", "SPEyNfdPD_default", "ComponentsButtonFonts", "ONFfkogtW_default", "LayoutsCTABannerFonts", "JAkfY71Ut_default", "LayoutsTrustedByFonts", "gvb3z9Rof_default", "LayoutsFooterFonts", "TBR2GwtBt_default", "breakpoints", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "equals", "a", "b", "negate", "QueryData", "query", "pageSize", "data", "useQueryData", "transformTemplate1", "_", "t", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "dttwC6hDA_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "NL4toll_o", "X0trhHoPk", "w5hXRPStC", "ZJkffB8HJ", "IdjRHDRSzoe7OVKXPy", "NL4toll_ooe7OVKXPy", "w5hXRPStCoe7OVKXPy", "ukyHuk81foe7OVKXPy", "X0trhHoPkoe7OVKXPy", "idoe7OVKXPy", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "V6uV8FYGE3bnx0g", "overlay", "loadMore", "args", "M6hfBDwcn1wnntms", "rzFX3elyE3bnx0g", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "l", "PropertyOverrides2", "ComponentViewportProvider", "Container", "Cz3nnWovF_default", "AnimatePresence", "Ga", "x", "YLBczhZpP_default", "RichText2", "ComponentPresetsProvider", "ChildrenCanSuspend", "collection", "paginationInfo", "index", "PathVariablesContext", "Link", "SPEyNfdPD_default", "ResolveLinks", "resolvedLinks", "ONFfkogtW_default", "overlay1", "JAkfY71Ut_default", "gvb3z9Rof_default", "TBR2GwtBt_default", "css", "Framerke1JfQY0q", "withCSS", "ke1JfQY0q_default", "addFonts", "LayoutsNavigationFonts", "ModalFonts", "PageReleaseNotesCardFonts", "ComponentsButtonFonts", "LayoutsCTABannerFonts", "LayoutsTrustedByFonts", "LayoutsFooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
