{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/a8VNbJeEiloS9R0x5SUm/uaBGH0RSxo4YBCxquaGO/Framestack.js", "ssg:https://framerusercontent.com/modules/A3fGd30HElxkujQ2qPnV/6sTEz6gN2xEXEdHpWSPc/TableOfContents.js", "ssg:https://framerusercontent.com/modules/wSn4b9wprnzhVer5uSHQ/JltHeemU5scAzv0AwHTN/BI7XhliBt.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{ControlType}from\"framer\";export function Message({title,subtitle}){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",backgroundColor:\"rgba(136, 85, 255, 0.1)\",borderRadius:6,border:\"1px dashed rgb(136, 85, 255)\",color:\"rgb(136, 85, 255)\",fontSize:12,padding:24},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{margin:0,opacity:.7,maxWidth:500,lineHeight:1.5,textAlign:\"center\"},children:subtitle})]});}export function borderProp({color=\"#222\"}){return{type:ControlType.Object,optional:true,controls:{color:{type:ControlType.Color,defaultValue:color},width:{type:ControlType.Padding,defaultValue:\"1px\"},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}};}export function Border({color,width,style,radius=\"inherit\"}){return /*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,borderColor:color,borderWidth:width,borderStyle:style,borderRadius:radius,pointerEvents:\"none\"}});}\nexport const __FramerMetadata__ = {\"exports\":{\"borderProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Message\":{\"type\":\"reactComponent\",\"name\":\"Message\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"Border\":{\"type\":\"reactComponent\",\"name\":\"Border\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Framestack.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useEffect,useState,useRef,Children,useMemo}from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{borderProp,Border}from\"https://framerusercontent.com/modules/a8VNbJeEiloS9R0x5SUm/uaBGH0RSxo4YBCxquaGO/Framestack.js\";const LETTERS=\"abcdefghijklmnopqurstuvwxyz\";/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight auto\n * @framerIntrinsicWidth 300\n */export default function TableOfContents(props){const{content,title,includedHeadings,linking,fontColor,textMode,gap,topDistance,labels,highlight}=props;if(!content&&!title){return /*#__PURE__*/_jsx(\"div\",{style:props.style})// Get empty state from CMS Slideshow\n;// Connect a formatted text field to the Content variable to create a table of contents.\n}const[pt,pr,pb,pl]=parsePadding(highlight?highlight.padding:\"\");const[headings,setHeadings]=useState([]);const headingTitles=useMemo(()=>{var _content_props;const titles=[];const children=Children.toArray(content===null||content===void 0?void 0:(_content_props=content.props)===null||_content_props===void 0?void 0:_content_props.children);if(children===null||children===void 0?void 0:children.length){for(const child of children){if(includedHeadings[child.type]){const text=getTextFromReactElement(child);titles.push(text);}}}return titles;},[content]);const uniqueLayoutId=Math.random().toString();const itemsBeforeHeadings=useRef(0);const totalItems=useRef(0);const[activeIndex,setActiveIndex]=useState(0);const activeIndexRef=useRef(activeIndex);useEffect(()=>{var _content_props;const headingElements=[];const children=Children.toArray(content===null||content===void 0?void 0:(_content_props=content.props)===null||_content_props===void 0?void 0:_content_props.children);const contentElement=document.getElementById(props.contentId);if(contentElement){const headingsByType=[];for(let i=0;i<6;i++){if(props.includedHeadings[`h${i+1}`]){headingsByType.push(contentElement.querySelectorAll(`:scope > h${i+1}`));}}const headingCounts=[0,0,0,0,0,0];if((children===null||children===void 0?void 0:children.length)&&contentElement){for(const child of children){if(includedHeadings[child.type]){var _headingsByType_headingIndex;const headingIndex=Number(child.type.charAt(1))-1;const element=(_headingsByType_headingIndex=headingsByType[headingIndex])===null||_headingsByType_headingIndex===void 0?void 0:_headingsByType_headingIndex[headingCounts[headingIndex]];headingElements.push(element);headingCounts[headingIndex]++;}}}setHeadings(headingElements);const onScroll=()=>{let index=headingElements.findIndex(header=>(header===null||header===void 0?void 0:header.getBoundingClientRect().top)>topDistance||0);let docHeight=0;if(typeof document!==\"undefined\"){const main=document.querySelector(\"main\");if(main){var _main_firstElementChild_firstElementChild,_main_firstElementChild;var _main_firstElementChild_firstElementChild_offsetHeight;docHeight=(_main_firstElementChild_firstElementChild_offsetHeight=(_main_firstElementChild=main.firstElementChild)===null||_main_firstElementChild===void 0?void 0:(_main_firstElementChild_firstElementChild=_main_firstElementChild.firstElementChild)===null||_main_firstElementChild_firstElementChild===void 0?void 0:_main_firstElementChild_firstElementChild.offsetHeight)!==null&&_main_firstElementChild_firstElementChild_offsetHeight!==void 0?_main_firstElementChild_firstElementChild_offsetHeight:0;}else{docHeight=document.body.offsetHeight;}}if(window.scrollY<=0){// Top of page\nindex=0;}else if(Math.round(window.innerHeight+window.scrollY)>=docHeight){// Bottom of page\nindex=totalItems.current-1;}else if(index===-1){index=totalItems.current-1;}else if(index>0){index=index-1+itemsBeforeHeadings.current;}if(index!==activeIndexRef.current){const newIndex=index;setActiveIndex(newIndex);activeIndexRef.current=newIndex;}};window.addEventListener(\"scroll\",onScroll);return()=>{window.removeEventListener(\"scroll\",onScroll);};}},[content,title]);function onTitleButtonPress(){if(linking){window.scrollTo({top:0,behavior:linking.scrollMode==\"smooth\"?\"smooth\":undefined});}}function onHeadingButtonPress(index){if(linking){const element=headings[index];if(element){window.scrollTo({top:element.getBoundingClientRect().top+window.pageYOffset-linking.scrollOffset,behavior:linking.scrollMode==\"smooth\"?\"smooth\":undefined});}}}const buttons=[];let index=0;// Top item\nif(title.length>0){buttons.push({text:title,onButtonPress:onTitleButtonPress});index++;itemsBeforeHeadings.current=1;}for(let i=0;i<headingTitles.length;i++){buttons.push({text:headingTitles[i],onButtonPress:()=>onHeadingButtonPress(i)});index++;}totalItems.current=index;return /*#__PURE__*/_jsx(\"div\",{style:{// display: \"flex\",\n// flexDirection: \"column\",\ndisplay:\"grid\",gridTemplateColumns:labels?labels.position==\"left\"?\"max-content auto\":\"auto max-content\":\"100%\",rowGap:0,columnGap:labels===null||labels===void 0?void 0:labels.gap,userSelect:props.textSelect?\"auto\":\"none\",maxWidth:\"100%\",...props.font,...props.style},children:/*#__PURE__*/_jsx(LayoutGroup,{id:uniqueLayoutId,children:buttons.map((value,index)=>/*#__PURE__*/_jsxs(motion.div,{onClick:value.onButtonPress,animate:{color:index==activeIndex?fontColor.current:fontColor.default},whileHover:{color:index==activeIndex?fontColor.currentHover:fontColor.defaultHover},style:{position:\"relative\",display:\"grid\",gridTemplateColumns:\"subgrid\",alignItems:\"top\",gridColumn:labels?\"span 2\":undefined,padding:`${index==0?pt:gap/2}px ${pr}px ${index==totalItems.current-1?pb:gap/2}px ${pl}px`,cursor:linking?\"pointer\":undefined,maxWidth:\"100%\"},initial:false,transition:props.transition,children:[index==activeIndex&&highlight&&/*#__PURE__*/_jsxs(motion.div,{layoutId:\"highlight\",style:{position:\"absolute\",inset:0,top:index==0?0:-pt+gap/2,bottom:index==totalItems.current-1?0:-pb+gap/2},children:[/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,backgroundColor:highlight.fill,opacity:highlight.opacity,borderRadius:highlight.radius,boxShadow:highlight.shadows,backdropFilter:highlight.bgBlur>0?`blur(${highlight.bgBlur}px)`:undefined,pointerEvents:\"none\"}}),highlight.border&&/*#__PURE__*/_jsx(Border,{...highlight.border,radius:highlight.radius})]}),labels&&/*#__PURE__*/_jsx(ButtonLabel,{...labels,index:index}),/*#__PURE__*/_jsx(\"span\",{style:{position:\"relative\",flex:1,maxWidth:\"100%\",overflow:textMode==\"wrap\"?\"visible\":\"hidden\",whiteSpace:textMode==\"wrap\"?undefined:\"nowrap\",textOverflow:textMode==\"ellipsis\"?\"ellipsis\":undefined},children:value.text})]}))})});}TableOfContents.displayName=\"Table of Contents\";function headingControl(title){return{type:ControlType.Boolean,defaultValue:true,title:title};}addPropertyControls(TableOfContents,{content:{type:\"richtext\"},title:{type:ControlType.String,defaultValue:\"\",placeholder:\"Optional\"},contentId:{type:ControlType.String,title:\"Content ID\",placeholder:\"Scroll Section Name\",defaultValue:\"\",description:\"Add a scroll section to the CMS content and enter it here\"},includedHeadings:{type:ControlType.Object,buttonTitle:\"H1 - H6\",icon:\"boolean\",controls:{h1:headingControl(\"H1\"),h2:headingControl(\"H2\"),h3:headingControl(\"H3\"),h4:headingControl(\"H4\"),h5:headingControl(\"H5\"),h6:headingControl(\"H6\")},title:\"Headings\"},linking:{type:ControlType.Object,optional:true,defaultValue:{scrollMode:\"smooth\"},controls:{scrollMode:{type:ControlType.Enum,defaultValue:\"smooth\",options:[\"smooth\",\"instant\"],optionTitles:[\"Smooth\",\"Instant\"],displaySegmentedControl:true,title:\"Scroll\"},scrollOffset:{type:ControlType.Number,defaultValue:20,step:1,title:\"Offset\",description:\"Distance from heading to top of screen\"}}},fontColor:{type:ControlType.Object,buttonTitle:\"Options\",controls:{current:{type:ControlType.Color,defaultValue:\"#0075FF\"},currentHover:{type:ControlType.Color,defaultValue:\"#0099FF\"},default:{type:ControlType.Color,defaultValue:\"#000000\"},defaultHover:{type:ControlType.Color,defaultValue:\"#000000\"},transition:{type:ControlType.Transition}}},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:1.4}},textMode:{type:ControlType.Enum,defaultValue:\"wrap\",options:[\"wrap\",\"ellipsis\",\"clip\"],optionTitles:[\"Wrap\",\"Ellipsis\",\"Clip\"]},labels:{type:ControlType.Object,optional:true,controls:{type:{type:ControlType.Enum,defaultValue:\"numbers\",options:[\"numbers\",\"letters\",\"romanNumerals\",\"character\"],optionTitles:[\"Numbers\",\"Letters\",\"Roman Numerals\",\"Character\"]},capitalized:{type:ControlType.Boolean,defaultValue:false,hidden:props=>props.type!=\"letters\"},prefix:{type:ControlType.String,defaultValue:\"\",hidden:props=>props.type==\"character\"},suffix:{type:ControlType.String,defaultValue:\".\",hidden:props=>props.type==\"character\"},character:{type:ControlType.String,defaultValue:\"\u2022\",hidden:props=>props.type!=\"character\"},gap:{type:ControlType.Number,defaultValue:4,min:0,step:1},position:{type:ControlType.Enum,defaultValue:\"left\",options:[\"left\",\"right\"],optionTitles:[\"Left\",\"Right\"],displaySegmentedControl:true},alignment:{type:ControlType.Enum,defaultValue:\"left\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"],displaySegmentedControl:true,hidden:props=>props.type==\"character\"}}},highlight:{type:ControlType.Object,defaultValue:{fill:\"rgba(0, 117, 255, 0.2)\",padding:\"10px\",radius:\"8px\"},optional:true,buttonTitle:\"Styles\",controls:{fill:{type:ControlType.Color,optional:true},opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01},padding:{type:ControlType.Padding,defaultValue:\"10px\"},radius:{type:ControlType.BorderRadius,defaultValue:\"8px\"},border:borderProp({}),shadows:{type:ControlType.BoxShadow},bgBlur:{type:ControlType.Number,defaultValue:0,min:0,step:1,title:\"BG Blur\"},transition:{type:ControlType.Transition}}},gap:{type:ControlType.Number,defaultValue:20,min:0,step:1},topDistance:{type:ControlType.Number,defaultValue:100,step:1,min:0},textSelect:{type:ControlType.Boolean,defaultValue:false}});function ButtonLabel(props){const{type,index}=props;let prefixAndSuffix=true;let text=\"\";switch(type){case\"numbers\":text=String(index+1);break;case\"letters\":if(index<LETTERS.length){text=LETTERS[index];}else{text=LETTERS[Math.floor(index/LETTERS.length)]+LETTERS[index%LETTERS.length];}if(props.capitalized){text=text.toUpperCase();}break;case\"romanNumerals\":text=numberToRomanNumeral(index+1);break;case\"character\":text=props.character;prefixAndSuffix=false;break;}return /*#__PURE__*/_jsxs(\"span\",{style:{position:\"relative\",textAlign:props.alignment,order:props.position==\"right\"?1:0,whiteSpace:\"pre\"},children:[prefixAndSuffix&&props.prefix,text,prefixAndSuffix&&props.suffix]});}function getTextFromReactElement(element){if(typeof element==\"string\"){return element;}if(!element||!element.props){return\"\";}const{children}=element.props;if(typeof children===\"string\"){return children;}if(Array.isArray(children)){return children.map(getTextFromReactElement).join(\"\");}return\"\";}function numberToRomanNumeral(num){if(num<=0||num>=4e3){return\"Invalid input. Enter a number between 1 and 3999\";}const numValues=[1e3,900,500,400,100,90,50,40,10,9,5,4,1];const romanNumerals=[\"M\",\"CM\",\"D\",\"CD\",\"C\",\"XC\",\"L\",\"XL\",\"X\",\"IX\",\"V\",\"IV\",\"I\"];let romanStr=\"\";for(let i=0;i<numValues.length;i++){while(num>=numValues[i]){romanStr+=romanNumerals[i];num-=numValues[i];}}return romanStr;}function parsePadding(padding){if(!padding){return[0,0,0,0];}const values=padding.split(\" \");const parsedValues=values.map(value=>parseInt(value.replace(\"px\",\"\"),10));switch(parsedValues.length){case 1:return[parsedValues[0],parsedValues[0],parsedValues[0],parsedValues[0]];case 4:return parsedValues;}return[0,0,0,0];}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TableOfContents\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TableOfContents.map", "// Generated by Framer (fd7a51d)\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,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import TableOfContents from\"https://framerusercontent.com/modules/A3fGd30HElxkujQ2qPnV/6sTEz6gN2xEXEdHpWSPc/TableOfContents.js\";import UtilityFooter from\"#framer/local/canvasComponent/bHTnXaUq4/bHTnXaUq4.js\";import CMSMasthead from\"#framer/local/canvasComponent/bjmSmh0JV/bjmSmh0JV.js\";import CMSRelatedCard from\"#framer/local/canvasComponent/Fjv1hSlD3/Fjv1hSlD3.js\";import UtilityTextButton from\"#framer/local/canvasComponent/rOsjkUYoU/rOsjkUYoU.js\";import UtilityNavbarLinks from\"#framer/local/canvasComponent/uts1NoFrD/uts1NoFrD.js\";import UtilityCTA from\"#framer/local/canvasComponent/XLNhoakE0/XLNhoakE0.js\";import{AdjustHeight}from\"#framer/local/codeFile/MX7b5i9/RelativeHeight.js\";import BlogPerspectivesCoUpdates,{enumToDisplayNameFunctions}from\"#framer/local/collection/HJmcITCez/HJmcITCez.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle11 from\"#framer/local/css/dS7D5AFvJ/dS7D5AFvJ.js\";import*as sharedStyle4 from\"#framer/local/css/F5QDpC__G/F5QDpC__G.js\";import*as sharedStyle8 from\"#framer/local/css/JmHxhW75E/JmHxhW75E.js\";import*as sharedStyle7 from\"#framer/local/css/LPgk9qtsl/LPgk9qtsl.js\";import*as sharedStyle6 from\"#framer/local/css/MFjqN3eIw/MFjqN3eIw.js\";import*as sharedStyle2 from\"#framer/local/css/RXbGug40m/RXbGug40m.js\";import*as sharedStyle from\"#framer/local/css/S7kOT8lj4/S7kOT8lj4.js\";import*as sharedStyle1 from\"#framer/local/css/uAmS3sbMi/uAmS3sbMi.js\";import*as sharedStyle3 from\"#framer/local/css/W12EfFJHi/W12EfFJHi.js\";import*as sharedStyle9 from\"#framer/local/css/WFGRR0GS0/WFGRR0GS0.js\";import*as sharedStyle5 from\"#framer/local/css/yCkuK3GIx/yCkuK3GIx.js\";import*as sharedStyle10 from\"#framer/local/css/z75UCQ8MO/z75UCQ8MO.js\";import metadataProvider from\"#framer/local/webPageMetadata/BI7XhliBt/BI7XhliBt.js\";const UtilityFooterFonts=getFonts(UtilityFooter);const UtilityTextButtonFonts=getFonts(UtilityTextButton);const CMSMastheadFonts=getFonts(CMSMasthead);const CMSMastheadWithVariantAppearEffect=withVariantAppearEffect(CMSMasthead);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const TableOfContentsFonts=getFonts(TableOfContents);const CMSRelatedCardFonts=getFonts(CMSRelatedCard);const MotionDivWithFX=withFX(motion.div);const UtilityCTAFonts=getFonts(UtilityCTA);const UtilityCTAWithVariantAppearEffect=withVariantAppearEffect(UtilityCTA);const MotionDivAdjustHeight=AdjustHeight(motion.div);const UtilityNavbarLinksFonts=getFonts(UtilityNavbarLinks);const breakpoints={jXIxmlzB9:\"(min-width: 1024px)\",W86DjwZLM:\"(min-width: 768px) and (max-width: 1023px)\",xJlj0tYjN:\"(max-width: 767px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-0AgrN\";const variantClassNames={jXIxmlzB9:\"framer-v-11gg6ss\",W86DjwZLM:\"framer-v-1k5xcio\",xJlj0tYjN:\"framer-v-1pms2q8\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={delay:0,duration:1.2,ease:[.4,0,.2,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:1,rotate:0,rotateX:0,rotateY:0,scale:.92,skewX:0,skewY:0,x:0,y:0};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"jXIxmlzB9\",Phone:\"xJlj0tYjN\",Tablet:\"W86DjwZLM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jXIxmlzB9\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"BI7XhliBt\",data:BlogPerspectivesCoUpdates,type:\"Collection\"},select:[{collection:\"BI7XhliBt\",name:\"OTjHwhgNt\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"awj_ytBTG\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"EPnr1Cvas\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"mEICOvUzR\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"soqPBB2BF\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"OCvlIY3V4\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"spczzP6o4\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"iGc5eYh0P\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"EUYMhv2Ux\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"MvYJYqeOZ\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"NSpGYuEX5\",type:\"Identifier\"},{collection:\"BI7XhliBt\",name:\"XXFSHNdIi\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"BI7XhliBt\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,OCvlIY3V4=getFromCurrentRouteData(\"OCvlIY3V4\"),spczzP6o4=getFromCurrentRouteData(\"spczzP6o4\")??\"\",iGc5eYh0P=getFromCurrentRouteData(\"iGc5eYh0P\"),OTjHwhgNt=getFromCurrentRouteData(\"OTjHwhgNt\")??\"\",NSpGYuEX5=getFromCurrentRouteData(\"NSpGYuEX5\"),EUYMhv2Ux=getFromCurrentRouteData(\"EUYMhv2Ux\")??\"\",MvYJYqeOZ=getFromCurrentRouteData(\"MvYJYqeOZ\")??\"\",soqPBB2BF=getFromCurrentRouteData(\"soqPBB2BF\"),XXFSHNdIi=getFromCurrentRouteData(\"XXFSHNdIi\")??\"\",awj_ytBTGxtvTZBCGp,S8AQZ2jfGxtvTZBCGp,OCvlIY3V4xtvTZBCGp,OTjHwhgNtxtvTZBCGp,idxtvTZBCGp,awj_ytBTG=getFromCurrentRouteData(\"awj_ytBTG\")??\"\",...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"acdaKGJnP\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"q4SNbSXK4\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"KYSPP3gGp\");const ref4=React.useRef(null);const router=useRouter();const textContent=enumToDisplayNameFunctions[\"OCvlIY3V4\"]?.(OCvlIY3V4,activeLocale);const visible=isSet(spczzP6o4);const activeLocaleCode=useLocaleCode();const textContent1=toDateString(iGc5eYh0P,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);const elementId3=useRouteElementId(\"gMp3KPYIt\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"nHAowc7NY\");const ref6=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"W86DjwZLM\",\"xJlj0tYjN\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"jXIxmlzB9\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, rgb(0, 11, 39)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-11gg6ss\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1llww82\",\"data-framer-name\":\"Navbar (Helper)\",id:elementId,ref:ref2}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qwpk5r\",\"data-framer-name\":\"footer-div\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W86DjwZLM:{y:undefined},xJlj0tYjN:{width:componentViewport?.width||\"100vw\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:747,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:253,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xw9r19-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W86DjwZLM:{variant:\"WbvAIJw1D\"},xJlj0tYjN:{variant:\"hMK3Ofso2\"}},children:/*#__PURE__*/_jsx(UtilityFooter,{ejd3SCwPY:\"auto\",height:\"100%\",id:\"y2FPwwo4q\",layoutId:\"y2FPwwo4q\",style:{width:\"100%\"},variant:\"oXscMfRyA\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d6a2ku\",\"data-framer-name\":\"Main\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-uxfell\",\"data-framer-name\":\"Masthead\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d4mt3u\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-greccn\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aivDID0Le\"},implicitPathVariables:undefined},{href:{webPageId:\"aivDID0Le\"},implicitPathVariables:undefined},{href:{webPageId:\"aivDID0Le\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zvkjbu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W86DjwZLM:{JIoVa826N:resolvedLinks[1]},xJlj0tYjN:{JIoVa826N:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(UtilityTextButton,{abHFYLn9O:\"Blog home\",height:\"100%\",id:\"vFL724NU7\",JIoVa826N:resolvedLinks[0],layoutId:\"vFL724NU7\",nisDrge70:false,QvKOC7nUF:180,variant:\"fRIymuBA7\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5hange\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qd2ve8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15tv7vy\",\"data-framer-name\":\"Resources / Navbar - Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZFRyaWFuZ2xlLVJlZ3VsYXIgwrY=\",\"--framer-font-family\":'\"EuclidTriangle-Regular \\xb6\", \"EuclidTriangle-Regular \\xb6 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-9efe81d8-d6cc-4d8f-a223-ac89fb922cfd, rgb(255, 255, 255))\"},children:\"Featured Article\"})}),className:\"framer-1mbinn8\",fonts:[\"CUSTOM;EuclidTriangle-Regular \\xb6\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eugtz4\",children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-yir4hg\",\"data-styles-preset\":\"S7kOT8lj4\",children:\"Mustafa Ali\"})}),className:\"framer-jbhp60\",\"data-framer-name\":\"Author - Name\",fonts:[\"Inter\"],text:spczzP6o4,verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-yir4hg\",\"data-styles-preset\":\"S7kOT8lj4\",children:\"/\"})}),className:\"framer-13n43v4\",\"data-framer-name\":\"Author - Name\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-yir4hg\",\"data-styles-preset\":\"S7kOT8lj4\",children:\"Mustafa Ali\"})}),className:\"framer-15522vy\",\"data-framer-name\":\"Author - Name\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-etp7gp\",\"data-styles-preset\":\"uAmS3sbMi\",children:\"What\u2019s New: Method Data and Method Sync Improvements, Liability Data Enhancements, and more\"})}),className:\"framer-17poo6l\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:OTjHwhgNt,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rz9m77\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:800,pixelWidth:800,sizes:\"48px\",...toResponsiveImage(NSpGYuEX5)},className:\"framer-1kanrq0\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kc6ynh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ht47uf\",\"data-styles-preset\":\"RXbGug40m\",style:{\"--framer-text-color\":\"var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, rgb(0, 11, 39))\"},children:\"Mustafa Ali\"})}),className:\"framer-1w2h51r\",fonts:[\"Inter\"],text:EUYMhv2Ux,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qai19c\",\"data-styles-preset\":\"W12EfFJHi\",style:{\"--framer-text-color\":\"var(--token-f2ddd309-e0c6-4472-9276-6c3628398d7b, rgba(0, 11, 39, 0.6))\"},children:\"Founding Engineer\"})}),className:\"framer-1shvu9a\",fonts:[\"Inter\"],text:MvYJYqeOZ,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kgegwn\",\"data-framer-name\":\"Graphic\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W86DjwZLM:{height:565.5,width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 96px, 1440px), 1062px) + 240px)`},xJlj0tYjN:{height:565.5,width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1062px) + 128px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:565,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W86DjwZLM:{transformTemplate:undefined},xJlj0tYjN:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rgqfxs-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W86DjwZLM:{style:{height:\"100%\",width:\"100%\"}},xJlj0tYjN:{__framer__targets:[{ref:ref4,target:\"RedH9fKF8\"}],style:{height:\"100%\",width:\"100%\"},variant:\"I3ar2Ny1F\"}},children:/*#__PURE__*/_jsx(CMSMastheadWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref4,target:\"HmPd7LJtA\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"QoovQDu0K\",layoutId:\"QoovQDu0K\",style:{height:\"100%\"},variant:\"KX77e6ddU\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-36v5d8\",\"data-framer-appear-id\":\"36v5d8\",\"data-framer-name\":\"Resources / Featured Article\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W86DjwZLM:{background:{alt:\"\",fit:\"fill\",sizes:`max(min(min(${componentViewport?.width||\"100vw\"} - 96px, 1440px), 1062px), 1px)`,...toResponsiveImage(soqPBB2BF)}},xJlj0tYjN:{background:{alt:\"\",fit:\"fill\",sizes:`max(min(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1062px), 1px)`,...toResponsiveImage(soqPBB2BF)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`max(min(min(${componentViewport?.width||\"100vw\"} - 164px, 1440px), 1062px), 1px)`,...toResponsiveImage(soqPBB2BF)},className:\"framer-1awg5ii\"})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-157a5ii\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9llo7b\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ku460b\",\"data-framer-name\":\"Table of Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p8i1vz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-172owq8\",\"data-styles-preset\":\"F5QDpC__G\",style:{\"--framer-text-color\":\"var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, rgb(0, 11, 39))\"},children:\"Table of contents\"})}),className:\"framer-1e9vvx5\",\"data-framer-name\":\"Author - Name\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rt6va4-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xJlj0tYjN:{fontColor:{current:\"var(--token-f2ddd309-e0c6-4472-9276-6c3628398d7b, rgba(0, 11, 39, 0.6))\",currentHover:\"var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, rgb(0, 11, 39))\",default:\"var(--token-f2ddd309-e0c6-4472-9276-6c3628398d7b, rgba(0, 11, 39, 0.6))\",defaultHover:\"var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, rgb(0, 11, 39))\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}}}},children:/*#__PURE__*/_jsx(TableOfContents,{content:XXFSHNdIi,contentId:\"text\",font:{fontFamily:'\"Avantt Regular\", \"Avantt Regular Placeholder\", sans-serif',fontSize:\"15px\",letterSpacing:\"0em\",lineHeight:\"1.4em\"},fontColor:{current:\"var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, rgb(0, 11, 39))\",currentHover:\"var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, rgb(0, 11, 39))\",default:\"var(--token-7664be2a-d151-41fb-8379-93073725d9b1, rgba(0, 11, 39, 0.45))\",defaultHover:\"var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, rgb(0, 11, 39))\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},gap:16,height:\"100%\",id:\"QKk8dH69G\",includedHeadings:{h1:true,h2:true,h3:true,h4:true,h5:true,h6:true},labels:{alignment:\"left\",capitalized:false,character:\"\u2022\",gap:4,position:\"left\",prefix:\"\",suffix:\".\",type:\"numbers\"},layoutId:\"QKk8dH69G\",linking:{scrollMode:\"smooth\",scrollOffset:104},style:{width:\"100%\"},textMode:\"wrap\",textSelect:false,title:\"\",topDistance:108,width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bco2mw\",\"data-framer-name\":\"Post\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"syJlSA4hN\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"Y6J6l7FJ4\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:XXFSHNdIi,className:\"framer-1x4tj6l\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],id:elementId3,ref:ref5,stylesPresetsClassNames:{a:\"framer-styles-preset-19gfk2n\",blockquote:\"framer-styles-preset-1dmn6zv\",code:\"framer-styles-preset-1h5u075\",h2:\"framer-styles-preset-1rcnep9\",h3:\"framer-styles-preset-124o5pe\",img:\"framer-styles-preset-nbcwfh\",p:\"framer-styles-preset-15pk69a\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-wdjpki\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-izj9mg\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ilm61\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-etp7gp\",\"data-styles-preset\":\"uAmS3sbMi\",style:{\"--framer-text-alignment\":\"left\"},children:\"Related Articles\"})}),className:\"framer-rl8jxv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e28vwn\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1auu5ye\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"xtvTZBCGp\",data:BlogPerspectivesCoUpdates,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"xtvTZBCGp\",name:\"awj_ytBTG\",type:\"Identifier\"},{collection:\"xtvTZBCGp\",name:\"S8AQZ2jfG\",type:\"Identifier\"},{collection:\"xtvTZBCGp\",name:\"OCvlIY3V4\",type:\"Identifier\"},{collection:\"xtvTZBCGp\",name:\"OTjHwhgNt\",type:\"Identifier\"},{collection:\"xtvTZBCGp\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"xtvTZBCGp\",name:\"OCvlIY3V4\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:OCvlIY3V4},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"xtvTZBCGp\",name:\"awj_ytBTG\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:awj_ytBTG},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({awj_ytBTG:awj_ytBTGxtvTZBCGp,id:idxtvTZBCGp,OCvlIY3V4:OCvlIY3V4xtvTZBCGp,OTjHwhgNt:OTjHwhgNtxtvTZBCGp,S8AQZ2jfG:S8AQZ2jfGxtvTZBCGp},index)=>{awj_ytBTGxtvTZBCGp??=\"\";OTjHwhgNtxtvTZBCGp??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`xtvTZBCGp-${idxtvTZBCGp}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{awj_ytBTG:awj_ytBTGxtvTZBCGp},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{awj_ytBTG:awj_ytBTGxtvTZBCGp},webPageId:\"BI7XhliBt\"},nodeId:\"FhijNPvTn\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-hv1x2h framer-jc0wb1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xJlj0tYjN:{width:`max(max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1280px), 1px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:359,width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1280px), 1px) - 80px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tfgvkm-container\",children:/*#__PURE__*/_jsx(CMSRelatedCard,{cgGXbetzE:\"t8Ua7pqWq\",FH7uxm78d:OTjHwhgNtxtvTZBCGp,height:\"100%\",id:\"yuYWazZ4H\",JFDQf6Z4Z:\"Mustafa Ali\",layoutId:\"yuYWazZ4H\",lzYGTSIow:toResponsiveImage(S8AQZ2jfGxtvTZBCGp),sH9mOlIn_:\"Feature Release\",style:{width:\"100%\"},variant:\"tcxTtM99d\",width:\"100%\",zrOrUI7pd:enumToDisplayNameFunctions[\"OCvlIY3V4\"]?.(OCvlIY3V4xtvTZBCGp,activeLocale)})})})})})})})},idxtvTZBCGp);})})})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-rktsrh\",\"data-framer-name\":\"Section - CTA\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-522hub\",\"data-framer-name\":\"CTA\",id:elementId4,ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xJlj0tYjN:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,x:0,y:0}},{offset:200,ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:220,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,x:0,y:0}},{offset:200,ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hp0pvj\",\"data-framer-name\":\"Mask\"})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"YXXS1kEOy\"},implicitPathVariables:undefined},{href:{webPageId:\"YXXS1kEOy\"},implicitPathVariables:undefined},{href:{webPageId:\"YXXS1kEOy\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:595,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10aolbb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W86DjwZLM:{ol9pOo8ca:resolvedLinks1[1]},xJlj0tYjN:{__framer__targets:[{offset:200,ref:ref6,target:\"tZQggjv5o\"}],ol9pOo8ca:resolvedLinks1[2],variant:\"R2tJlAoLN\"}},children:/*#__PURE__*/_jsx(UtilityCTAWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{offset:200,ref:ref6,target:\"ed8Y23YOL\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,C2MSSETf7:\"rgb(204, 255, 246)\",height:\"100%\",id:\"UE4vQpiDj\",jsbNTAZbl:\"Embed financial connectivity in weeks, not months\",layoutId:\"UE4vQpiDj\",ol9pOo8ca:resolvedLinks1[0],style:{width:\"100%\"},variant:\"JxpVAQXaS\",width:\"100%\",WjcOI08M6:\"Offer the right financial products and design engaging experiences while we take care of the evolving connectivity infrastructure.\",zhZHlVJt6:\"Book a demo\"})})})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivAdjustHeight,{className:\"framer-bf9f0c hidden-1k5xcio hidden-1pms2q8\",\"data-framer-name\":\"Footer (Helper)\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lipcj3\",\"data-framer-name\":\"navbar-div\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xJlj0tYjN:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z5fq3n-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{W86DjwZLM:{variant:\"cbfE1dWsv\"},xJlj0tYjN:{variant:\"cbfE1dWsv\"}},children:/*#__PURE__*/_jsx(UtilityNavbarLinks,{AJm0WcKf8:\"var(--token-774a0123-ffee-4a3e-9812-6d23642f8916, rgb(242, 248, 249))\",caGql7I8U:\"p8LBWEBiD\",height:\"100%\",id:\"EdyjvjIH9\",layoutId:\"EdyjvjIH9\",LuKjTASvO:ref2,nXIYP6VKd:\"HdqebzqeZ\",qCXyqWyaD:\"iBna4GTqw\",qmsJmEOZn:ref3,style:{width:\"100%\"},variant:\"BLQIJp4Bu\",WgbMGX6WM:\"var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, rgb(0, 11, 39))\",width:\"100%\",worR8djhI:\"HdqebzqeZ\",XRDzaCt5l:\"jQ37rCJMx\",XXeFjZd9R:\"var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, rgb(0, 11, 39))\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0AgrN.framer-jc0wb1, .framer-0AgrN .framer-jc0wb1 { display: block; }\",\".framer-0AgrN.framer-11gg6ss { align-content: center; align-items: center; background-color: var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, #000b27); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1024px; }\",\".framer-0AgrN .framer-1llww82 { align-content: center; align-items: center; background-color: var(--token-774a0123-ffee-4a3e-9812-6d23642f8916, #f2f8f9); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 88px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-1qwpk5r { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: fixed; right: 0px; }\",\".framer-0AgrN .framer-xw9r19-container { flex: 1 0 0px; height: auto; pointer-events: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-0AgrN .framer-d6a2ku { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; pointer-events: none; position: relative; width: 100%; z-index: 2; }\",\".framer-0AgrN .framer-uxfell { align-content: center; align-items: center; background-color: var(--token-774a0123-ffee-4a3e-9812-6d23642f8916, #f2f8f9); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 82px 108px 82px; pointer-events: auto; position: relative; width: 100%; }\",\".framer-0AgrN .framer-1d4mt3u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-greccn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; max-width: 1062px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-zvkjbu-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0AgrN .framer-5hange { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-qd2ve8, .framer-0AgrN .framer-rz9m77 { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-15tv7vy { align-content: center; align-items: center; background-color: var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, #000b27); border-bottom-left-radius: 99px; border-bottom-right-radius: 99px; border-top-left-radius: 99px; border-top-right-radius: 99px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 7px 12px 7px 12px; position: relative; width: min-content; }\",\".framer-0AgrN .framer-1mbinn8, .framer-0AgrN .framer-1w2h51r, .framer-0AgrN .framer-1shvu9a { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0AgrN .framer-1eugtz4 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0AgrN .framer-jbhp60, .framer-0AgrN .framer-13n43v4, .framer-0AgrN .framer-15522vy, .framer-0AgrN .framer-1e9vvx5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0AgrN .framer-17poo6l { --framer-text-wrap-override: balance; flex: none; height: auto; max-width: 900px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-1kanrq0 { aspect-ratio: 1 / 1; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: none; height: 48px; overflow: hidden; position: relative; width: var(--framer-aspect-ratio-supported, 48px); will-change: var(--framer-will-change-override, transform); }\",\".framer-0AgrN .framer-1kc6ynh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0AgrN .framer-1kgegwn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-0AgrN .framer-1rgqfxs-container { bottom: -24px; flex: none; left: 50%; position: absolute; top: -24px; transform: translateX(-50%); width: auto; z-index: 0; }\",\".framer-0AgrN .framer-36v5d8 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-0AgrN .framer-1awg5ii { align-content: center; align-items: center; aspect-ratio: 1.9052224371373307 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: var(--framer-aspect-ratio-supported, 105px); justify-content: space-between; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0AgrN .framer-157a5ii { align-content: center; align-items: center; background-color: var(--token-9efe81d8-d6cc-4d8f-a223-ac89fb922cfd, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; pointer-events: auto; position: relative; width: 100%; }\",\".framer-0AgrN .framer-9llo7b { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1062px; overflow: visible; padding: 96px 24px 196px 24px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-ku460b { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-p8i1vz { 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: center; max-width: 280px; overflow: hidden; padding: 0px; position: sticky; top: 104px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-0AgrN .framer-rt6va4-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-0AgrN .framer-1bco2mw { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; grid-column: auto / span 2; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-1x4tj6l { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0AgrN .framer-wdjpki { align-content: flex-start; align-items: flex-start; background-color: var(--token-774a0123-ffee-4a3e-9812-6d23642f8916, #f2f8f9); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: hidden; padding: 108px 24px 108px 24px; pointer-events: auto; position: relative; width: 100%; }\",\".framer-0AgrN .framer-izj9mg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0AgrN .framer-8ilm61 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-rl8jxv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0AgrN .framer-e28vwn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0AgrN .framer-1auu5ye { display: grid; flex: 1 0 0px; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-0AgrN .framer-hv1x2h { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-0AgrN .framer-1tfgvkm-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-0AgrN .framer-rktsrh { align-content: center; align-items: center; background-color: var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, #000b27); 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-0AgrN .framer-522hub { 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; position: relative; scroll-margin-top: 200px; width: 100%; }\",\".framer-0AgrN .framer-hp0pvj { -webkit-mask: url('https://framerusercontent.com/images/L78qqqCnqrRAnQfduJrSH5XHnJQ.svg') alpha no-repeat bottom left / contain add, url('https://framerusercontent.com/images/3oN2p1Y1F49nqWLqxn0eMLI7ss.svg') alpha no-repeat bottom right / contain add, url('https://framerusercontent.com/images/TtMn7zgMix8jzGWtinWk8fbse8.png') alpha no-repeat bottom / cover add; background-color: var(--token-199eb6b9-1c63-4b69-b978-d19ce71955ee, #000b27); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; bottom: -80px; flex: none; left: -80px; mask: url('https://framerusercontent.com/images/L78qqqCnqrRAnQfduJrSH5XHnJQ.svg') alpha no-repeat bottom left / contain add, url('https://framerusercontent.com/images/3oN2p1Y1F49nqWLqxn0eMLI7ss.svg') alpha no-repeat bottom right / contain add, url('https://framerusercontent.com/images/TtMn7zgMix8jzGWtinWk8fbse8.png') alpha no-repeat bottom / cover add; overflow: hidden; position: absolute; right: -80px; top: -80px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-0AgrN .framer-10aolbb-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-0AgrN .framer-bf9f0c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 300px; justify-content: center; opacity: 0; overflow: hidden; padding: 0px; pointer-events: none; position: relative; width: 100%; }\",\".framer-0AgrN .framer-lipcj3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; pointer-events: none; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-0AgrN .framer-z5fq3n-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0AgrN.framer-11gg6ss, .framer-0AgrN .framer-1llww82, .framer-0AgrN .framer-1qwpk5r, .framer-0AgrN .framer-d6a2ku, .framer-0AgrN .framer-uxfell, .framer-0AgrN .framer-1d4mt3u, .framer-0AgrN .framer-greccn, .framer-0AgrN .framer-5hange, .framer-0AgrN .framer-qd2ve8, .framer-0AgrN .framer-15tv7vy, .framer-0AgrN .framer-1eugtz4, .framer-0AgrN .framer-rz9m77, .framer-0AgrN .framer-1kc6ynh, .framer-0AgrN .framer-1kgegwn, .framer-0AgrN .framer-36v5d8, .framer-0AgrN .framer-157a5ii, .framer-0AgrN .framer-ku460b, .framer-0AgrN .framer-p8i1vz, .framer-0AgrN .framer-1bco2mw, .framer-0AgrN .framer-wdjpki, .framer-0AgrN .framer-izj9mg, .framer-0AgrN .framer-8ilm61, .framer-0AgrN .framer-e28vwn, .framer-0AgrN .framer-hv1x2h, .framer-0AgrN .framer-rktsrh, .framer-0AgrN .framer-522hub, .framer-0AgrN .framer-bf9f0c, .framer-0AgrN .framer-lipcj3 { gap: 0px; } .framer-0AgrN.framer-11gg6ss > *, .framer-0AgrN .framer-d6a2ku > *, .framer-0AgrN .framer-1kc6ynh > *, .framer-0AgrN .framer-36v5d8 > *, .framer-0AgrN .framer-rktsrh > *, .framer-0AgrN .framer-bf9f0c > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0AgrN.framer-11gg6ss > :first-child, .framer-0AgrN .framer-d6a2ku > :first-child, .framer-0AgrN .framer-uxfell > :first-child, .framer-0AgrN .framer-1d4mt3u > :first-child, .framer-0AgrN .framer-greccn > :first-child, .framer-0AgrN .framer-5hange > :first-child, .framer-0AgrN .framer-15tv7vy > :first-child, .framer-0AgrN .framer-1kc6ynh > :first-child, .framer-0AgrN .framer-36v5d8 > :first-child, .framer-0AgrN .framer-157a5ii > :first-child, .framer-0AgrN .framer-ku460b > :first-child, .framer-0AgrN .framer-p8i1vz > :first-child, .framer-0AgrN .framer-1bco2mw > :first-child, .framer-0AgrN .framer-izj9mg > :first-child, .framer-0AgrN .framer-8ilm61 > :first-child, .framer-0AgrN .framer-rktsrh > :first-child, .framer-0AgrN .framer-522hub > :first-child, .framer-0AgrN .framer-bf9f0c > :first-child { margin-top: 0px; } .framer-0AgrN.framer-11gg6ss > :last-child, .framer-0AgrN .framer-d6a2ku > :last-child, .framer-0AgrN .framer-uxfell > :last-child, .framer-0AgrN .framer-1d4mt3u > :last-child, .framer-0AgrN .framer-greccn > :last-child, .framer-0AgrN .framer-5hange > :last-child, .framer-0AgrN .framer-15tv7vy > :last-child, .framer-0AgrN .framer-1kc6ynh > :last-child, .framer-0AgrN .framer-36v5d8 > :last-child, .framer-0AgrN .framer-157a5ii > :last-child, .framer-0AgrN .framer-ku460b > :last-child, .framer-0AgrN .framer-p8i1vz > :last-child, .framer-0AgrN .framer-1bco2mw > :last-child, .framer-0AgrN .framer-izj9mg > :last-child, .framer-0AgrN .framer-8ilm61 > :last-child, .framer-0AgrN .framer-rktsrh > :last-child, .framer-0AgrN .framer-522hub > :last-child, .framer-0AgrN .framer-bf9f0c > :last-child { margin-bottom: 0px; } .framer-0AgrN .framer-1llww82 > *, .framer-0AgrN .framer-1qwpk5r > *, .framer-0AgrN .framer-lipcj3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0AgrN .framer-1llww82 > :first-child, .framer-0AgrN .framer-1qwpk5r > :first-child, .framer-0AgrN .framer-qd2ve8 > :first-child, .framer-0AgrN .framer-1eugtz4 > :first-child, .framer-0AgrN .framer-rz9m77 > :first-child, .framer-0AgrN .framer-1kgegwn > :first-child, .framer-0AgrN .framer-wdjpki > :first-child, .framer-0AgrN .framer-e28vwn > :first-child, .framer-0AgrN .framer-hv1x2h > :first-child, .framer-0AgrN .framer-lipcj3 > :first-child { margin-left: 0px; } .framer-0AgrN .framer-1llww82 > :last-child, .framer-0AgrN .framer-1qwpk5r > :last-child, .framer-0AgrN .framer-qd2ve8 > :last-child, .framer-0AgrN .framer-1eugtz4 > :last-child, .framer-0AgrN .framer-rz9m77 > :last-child, .framer-0AgrN .framer-1kgegwn > :last-child, .framer-0AgrN .framer-wdjpki > :last-child, .framer-0AgrN .framer-e28vwn > :last-child, .framer-0AgrN .framer-hv1x2h > :last-child, .framer-0AgrN .framer-lipcj3 > :last-child { margin-right: 0px; } .framer-0AgrN .framer-uxfell > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-0AgrN .framer-1d4mt3u > *, .framer-0AgrN .framer-izj9mg > * { margin: 0px; margin-bottom: calc(88px / 2); margin-top: calc(88px / 2); } .framer-0AgrN .framer-greccn > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-0AgrN .framer-5hange > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-0AgrN .framer-qd2ve8 > *, .framer-0AgrN .framer-rz9m77 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-0AgrN .framer-15tv7vy > *, .framer-0AgrN .framer-157a5ii > *, .framer-0AgrN .framer-522hub > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0AgrN .framer-1eugtz4 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-0AgrN .framer-1kgegwn > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0AgrN .framer-ku460b > *, .framer-0AgrN .framer-p8i1vz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-0AgrN .framer-1bco2mw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-0AgrN .framer-wdjpki > * { margin: 0px; margin-left: calc(72px / 2); margin-right: calc(72px / 2); } .framer-0AgrN .framer-8ilm61 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-0AgrN .framer-e28vwn > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-0AgrN .framer-hv1x2h > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 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,\"@media (min-width: 768px) and (max-width: 1023px) { .framer-0AgrN.framer-11gg6ss { overflow: hidden; width: 768px; } .framer-0AgrN .framer-1llww82 { order: 0; } .framer-0AgrN .framer-1qwpk5r { bottom: unset; left: unset; order: 2; position: relative; right: unset; width: 100%; } .framer-0AgrN .framer-d6a2ku { order: 1; } .framer-0AgrN .framer-uxfell { padding: 64px 48px 108px 48px; } .framer-0AgrN .framer-1rgqfxs-container { bottom: -24px; left: -120px; right: -120px; transform: unset; width: unset; } .framer-0AgrN .framer-1awg5ii { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; } .framer-0AgrN .framer-lipcj3 { order: 3; }}\",\"@media (max-width: 767px) { .framer-0AgrN.framer-11gg6ss { overflow: hidden; width: 390px; } .framer-0AgrN .framer-1llww82 { flex-direction: column; order: 0; } .framer-0AgrN .framer-1qwpk5r { bottom: unset; flex-direction: column; left: unset; order: 3; position: relative; right: unset; width: 100%; } .framer-0AgrN .framer-xw9r19-container, .framer-0AgrN .framer-z5fq3n-container { flex: none; width: 100%; } .framer-0AgrN .framer-d6a2ku { order: 2; } .framer-0AgrN .framer-uxfell { padding: 32px 20px 80px 20px; } .framer-0AgrN .framer-5hange { gap: 32px; } .framer-0AgrN .framer-1rgqfxs-container { bottom: -24px; left: -64px; right: -64px; transform: unset; width: unset; } .framer-0AgrN .framer-9llo7b { gap: 56px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); padding: 64px 20px 64px 20px; } .framer-0AgrN .framer-ku460b { height: min-content; padding: 0px; } .framer-0AgrN .framer-p8i1vz { max-width: unset; } .framer-0AgrN .framer-1bco2mw { grid-column: unset; height: auto; } .framer-0AgrN .framer-wdjpki { padding: 64px 20px 64px 20px; } .framer-0AgrN .framer-izj9mg { gap: 48px; } .framer-0AgrN .framer-1auu5ye { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-0AgrN .framer-hp0pvj { bottom: -60px; left: -60px; right: -60px; top: -60px; } .framer-0AgrN .framer-lipcj3 { flex-direction: column; order: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0AgrN .framer-1llww82, .framer-0AgrN .framer-1qwpk5r, .framer-0AgrN .framer-5hange, .framer-0AgrN .framer-9llo7b, .framer-0AgrN .framer-izj9mg, .framer-0AgrN .framer-lipcj3 { gap: 0px; } .framer-0AgrN .framer-1llww82 > *, .framer-0AgrN .framer-1qwpk5r > *, .framer-0AgrN .framer-lipcj3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0AgrN .framer-1llww82 > :first-child, .framer-0AgrN .framer-1qwpk5r > :first-child, .framer-0AgrN .framer-5hange > :first-child, .framer-0AgrN .framer-izj9mg > :first-child, .framer-0AgrN .framer-lipcj3 > :first-child { margin-top: 0px; } .framer-0AgrN .framer-1llww82 > :last-child, .framer-0AgrN .framer-1qwpk5r > :last-child, .framer-0AgrN .framer-5hange > :last-child, .framer-0AgrN .framer-izj9mg > :last-child, .framer-0AgrN .framer-lipcj3 > :last-child { margin-bottom: 0px; } .framer-0AgrN .framer-5hange > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-0AgrN .framer-9llo7b > *, .framer-0AgrN .framer-9llo7b > :first-child, .framer-0AgrN .framer-9llo7b > :last-child { margin: 0px; } .framer-0AgrN .framer-izj9mg > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5614\n * @framerIntrinsicWidth 1024\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"W86DjwZLM\":{\"layout\":[\"fixed\",\"auto\"]},\"xJlj0tYjN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"acdaKGJnP\":{\"pattern\":\":acdaKGJnP\",\"name\":\"nav\"},\"q4SNbSXK4\":{\"pattern\":\":q4SNbSXK4\",\"name\":\"main\"},\"KYSPP3gGp\":{\"pattern\":\":KYSPP3gGp\",\"name\":\"masthead\"},\"gMp3KPYIt\":{\"pattern\":\":gMp3KPYIt\",\"name\":\"text\"},\"nHAowc7NY\":{\"pattern\":\":nHAowc7NY\",\"name\":\"cta\"}}\n * @framerResponsiveScreen\n */const FramerBI7XhliBt=withCSS(Component,css,\"framer-0AgrN\");export default FramerBI7XhliBt;FramerBI7XhliBt.displayName=\"Main\";FramerBI7XhliBt.defaultProps={height:5614,width:1024};addFonts(FramerBI7XhliBt,[{explicitInter:true,fonts:[{family:\"EuclidTriangle-Regular \\xb6\",source:\"custom\",url:\"https://framerusercontent.com/assets/p4Lt7EeBTkQ54dChjM4PfNwQ.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Avantt Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/LbigD7jeUoHEHkts13TTzwmzJhs.woff2\"}]},...UtilityFooterFonts,...UtilityTextButtonFonts,...CMSMastheadFonts,...TableOfContentsFonts,...CMSRelatedCardFonts,...UtilityCTAFonts,...UtilityNavbarLinksFonts,...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),...componentPresets.fonts?.[\"syJlSA4hN\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"syJlSA4hN\"]):[],...componentPresets.fonts?.[\"Y6J6l7FJ4\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"Y6J6l7FJ4\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBI7XhliBt\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"acdaKGJnP\\\":{\\\"pattern\\\":\\\":acdaKGJnP\\\",\\\"name\\\":\\\"nav\\\"},\\\"q4SNbSXK4\\\":{\\\"pattern\\\":\\\":q4SNbSXK4\\\",\\\"name\\\":\\\"main\\\"},\\\"KYSPP3gGp\\\":{\\\"pattern\\\":\\\":KYSPP3gGp\\\",\\\"name\\\":\\\"masthead\\\"},\\\"gMp3KPYIt\\\":{\\\"pattern\\\":\\\":gMp3KPYIt\\\",\\\"name\\\":\\\"text\\\"},\\\"nHAowc7NY\\\":{\\\"pattern\\\":\\\":nHAowc7NY\\\",\\\"name\\\":\\\"cta\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"5614\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"W86DjwZLM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xJlj0tYjN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1024\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["borderProp", "color", "ControlType", "Border", "width", "style", "radius", "p", "LETTERS", "TableOfContents", "props", "content", "title", "includedHeadings", "linking", "fontColor", "textMode", "gap", "topDistance", "labels", "highlight", "p", "pt", "pr", "pb", "pl", "parsePadding", "headings", "setHeadings", "ye", "headingTitles", "se", "_content_props", "titles", "children", "j", "child", "text", "getTextFromReactElement", "uniqueLayoutId", "itemsBeforeHeadings", "pe", "totalItems", "activeIndex", "setActiveIndex", "activeIndexRef", "ue", "headingElements", "contentElement", "headingsByType", "i", "headingCounts", "_headingsByType_headingIndex", "headingIndex", "element", "onScroll", "index", "header", "docHeight", "main", "_main_firstElementChild_firstElementChild", "_main_firstElementChild", "_main_firstElementChild_firstElementChild_offsetHeight", "window", "newIndex", "onTitleButtonPress", "onHeadingButtonPress", "buttons", "LayoutGroup", "value", "u", "motion", "Border", "ButtonLabel", "headingControl", "ControlType", "addPropertyControls", "borderProp", "type", "prefixAndSuffix", "numberToRomanNumeral", "num", "numValues", "romanNumerals", "romanStr", "padding", "parsedValues", "UtilityFooterFonts", "getFonts", "bHTnXaUq4_default", "UtilityTextButtonFonts", "rOsjkUYoU_default", "CMSMastheadFonts", "bjmSmh0JV_default", "CMSMastheadWithVariantAppearEffect", "withVariantAppearEffect", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "TableOfContentsFonts", "TableOfContents", "CMSRelatedCardFonts", "Fjv1hSlD3_default", "MotionDivWithFX", "withFX", "UtilityCTAFonts", "XLNhoakE0_default", "UtilityCTAWithVariantAppearEffect", "MotionDivAdjustHeight", "AdjustHeight", "UtilityNavbarLinksFonts", "uts1NoFrD_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "isSet", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "HJmcITCez_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "OCvlIY3V4", "spczzP6o4", "iGc5eYh0P", "OTjHwhgNt", "NSpGYuEX5", "EUYMhv2Ux", "MvYJYqeOZ", "soqPBB2BF", "XXFSHNdIi", "awj_ytBTGxtvTZBCGp", "S8AQZ2jfGxtvTZBCGp", "OCvlIY3V4xtvTZBCGp", "OTjHwhgNtxtvTZBCGp", "idxtvTZBCGp", "awj_ytBTG", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "router", "useRouter", "textContent", "enumToDisplayNameFunctions", "visible", "activeLocaleCode", "useLocaleCode", "textContent1", "elementId3", "ref5", "elementId4", "ref6", "isDisplayed", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "Container", "ResolveLinks", "resolvedLinks", "RichText2", "x", "Image2", "ComponentPresetsProvider", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "resolvedLinks1", "css", "FramerBI7XhliBt", "withCSS", "BI7XhliBt_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
