{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/DbEXPSXqahqu5IHNON0a/2JsuPapTUnlBYW5iDWUU/Table_of_content.js", "ssg:https://framerusercontent.com/modules/gsQmoDUfMfyGDFueumjS/w9kkWt3sZcRNqHh0XmPj/jLSY_bqza.js", "ssg:https://framerusercontent.com/modules/LuFwB2qnWU88HWv4mxSP/THUZHKyf2bBkhzzmLB9F/Oz7jc0Qcj.js", "ssg:https://framerusercontent.com/modules/keS1ggaBsFbSTWPsOQR4/Q3QmsG0nSiPjjiQhuYEi/X1TfEyy_W.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState,useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function TableOfContents({headingTags,stickyTop,containerStyle,offset}){const[headings,setHeadings]=useState([]);const[activeId,setActiveId]=useState(\"\");const tocRef=useRef(null);useEffect(()=>{// Extract headings but exclude those inside the footer\nconst extractedHeadings=Array.from(document.querySelectorAll(headingTags.join(\",\"))).filter(heading=>!heading.closest(\"footer\"))// Exclude headings within the footer\n.map((heading,index)=>{const id1=heading.id||`heading-${index}`;heading.id=id1;return{id:id1,text:heading.textContent||\"\"};});setHeadings(extractedHeadings);},[headingTags]);useEffect(()=>{const handleScroll=()=>{let currentId=\"\";headings.forEach((heading,index)=>{const element=document.getElementById(heading.id);if(element){const rect=element.getBoundingClientRect();const elementTop=rect.top+window.pageYOffset-parseInt(offset);// If the top of the heading is within or above the viewport, mark it as active\nif(window.pageYOffset>=elementTop){currentId=heading.id;}}});// Set the active ID if it changes\nif(currentId&&currentId!==activeId){setActiveId(currentId);}};window.addEventListener(\"scroll\",handleScroll);return()=>{window.removeEventListener(\"scroll\",handleScroll);};},[headings,offset,activeId]);useEffect(()=>{const handleScroll=(e,id1)=>{e.preventDefault();const element=document.getElementById(id1);if(element){const elementPosition=element.getBoundingClientRect().top+window.pageYOffset;const offsetPosition=elementPosition-parseInt(offset);window.scrollTo({top:offsetPosition,behavior:\"smooth\"});setActiveId(id1);}};const links=tocRef.current?.querySelectorAll(\"a\");links?.forEach(link=>{const id1=link.getAttribute(\"href\")?.replace(\"#\",\"\");link.addEventListener(\"click\",e=>handleScroll(e,id1||\"\"));});return()=>{links?.forEach(link=>{link.removeEventListener(\"click\",e=>handleScroll(e,id||\"\"));});};},[headings,offset]);return /*#__PURE__*/_jsx(\"div\",{ref:tocRef,style:{position:\"sticky\",top:stickyTop,...containerStyle},children:/*#__PURE__*/_jsx(\"ul\",{style:{listStyle:\"none\",padding:0},children:headings.map(heading=>/*#__PURE__*/_jsx(\"li\",{style:{marginBottom:\"8px\"},children:/*#__PURE__*/_jsx(\"a\",{href:`#${heading.id}`,style:{textDecoration:\"none\",color:activeId===heading.id?\"#222222\":\"#222222\",fontWeight:activeId===heading.id?\"500\":\"400\"},children:heading.text})},heading.id))})});}TableOfContents.defaultProps={headingTags:[\"h2\",\"h3\"],stickyTop:\"20px\",containerStyle:{},offset:\"100\"};addPropertyControls(TableOfContents,{headingTags:{type:ControlType.Array,title:\"Heading Tags\",control:{type:ControlType.String},defaultValue:[\"h2\",\"h3\"]},stickyTop:{type:ControlType.String,title:\"Sticky Top\",defaultValue:\"20px\"},containerStyle:{type:ControlType.Object,title:\"Container Style\",defaultValue:{}},offset:{type:ControlType.Number,title:\"Scroll Offset\",defaultValue:100}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TableOfContents\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Table_of_content.map", "// Generated by Framer (d2aa011)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Gambetta-medium\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gambetta\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LTP7L3IV35TGGKXISPM35MXAMA7PX7BF/JOULNGXDDVVIJYXX35DI2FQJG2H4EOGJ/UMQTMTAEPCAFNEJDVEURBIXJENGOHOWO.woff2\",weight:\"500\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-v2tI1 .framer-styles-preset-svj4vm:not(.rich-text-wrapper), .framer-v2tI1 .framer-styles-preset-svj4vm.rich-text-wrapper h2 { --framer-font-family: \"Gambetta\", \"Gambetta Placeholder\", serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -1px; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-20a172e8-802e-44df-b033-8365d22ba3ae, #224447); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-v2tI1 .framer-styles-preset-svj4vm:not(.rich-text-wrapper), .framer-v2tI1 .framer-styles-preset-svj4vm.rich-text-wrapper h2 { --framer-font-family: \"Gambetta\", \"Gambetta Placeholder\", serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -1px; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-20a172e8-802e-44df-b033-8365d22ba3ae, #224447); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-v2tI1 .framer-styles-preset-svj4vm:not(.rich-text-wrapper), .framer-v2tI1 .framer-styles-preset-svj4vm.rich-text-wrapper h2 { --framer-font-family: \"Gambetta\", \"Gambetta Placeholder\", serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.8px; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-20a172e8-802e-44df-b033-8365d22ba3ae, #224447); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-v2tI1\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d2aa011)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-5nGHX .framer-styles-preset-1magmps:not(.rich-text-wrapper), .framer-5nGHX .framer-styles-preset-1magmps.rich-text-wrapper a { --framer-link-current-text-color: var(--token-60a9da5c-4fde-4628-9d66-b28626bca296, #4d7c80); --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-60a9da5c-4fde-4628-9d66-b28626bca296, #4d7c80); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-60a9da5c-4fde-4628-9d66-b28626bca296, #4d7c80); --framer-link-text-decoration: underline; }\"];export const className=\"framer-5nGHX\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import BlogItem from\"#framer/local/canvasComponent/lx4vIg_49/lx4vIg_49.js\";import SecondaryButton from\"#framer/local/canvasComponent/MxLNTe3F2/MxLNTe3F2.js\";import TableOfContents from\"#framer/local/codeFile/R4zDVga/Table_of_content.js\";import TeamMembers from\"#framer/local/collection/BN8W1nWmP/BN8W1nWmP.js\";import Blog from\"#framer/local/collection/c1OoPCtoD/c1OoPCtoD.js\";import Categories from\"#framer/local/collection/VKWz9cDLz/VKWz9cDLz.js\";import*as sharedStyle4 from\"#framer/local/css/alHY_8xWR/alHY_8xWR.js\";import*as sharedStyle13 from\"#framer/local/css/boLFnO6ZO/boLFnO6ZO.js\";import*as sharedStyle9 from\"#framer/local/css/Dv11rPYD3/Dv11rPYD3.js\";import*as sharedStyle6 from\"#framer/local/css/f8BuoXu3U/f8BuoXu3U.js\";import*as sharedStyle12 from\"#framer/local/css/IVCSb6Njo/IVCSb6Njo.js\";import*as sharedStyle15 from\"#framer/local/css/jLSY_bqza/jLSY_bqza.js\";import*as sharedStyle5 from\"#framer/local/css/Lm_biNZts/Lm_biNZts.js\";import*as sharedStyle14 from\"#framer/local/css/Ls0W0uzFe/Ls0W0uzFe.js\";import*as sharedStyle10 from\"#framer/local/css/NkRAH4AT1/NkRAH4AT1.js\";import*as sharedStyle17 from\"#framer/local/css/Oz7jc0Qcj/Oz7jc0Qcj.js\";import*as sharedStyle8 from\"#framer/local/css/PgTubxwzk/PgTubxwzk.js\";import*as sharedStyle16 from\"#framer/local/css/pxszfUNga/pxszfUNga.js\";import*as sharedStyle2 from\"#framer/local/css/Q6k8k6w2z/Q6k8k6w2z.js\";import*as sharedStyle7 from\"#framer/local/css/RiyYXU3i4/RiyYXU3i4.js\";import*as sharedStyle1 from\"#framer/local/css/rP0nhafxl/rP0nhafxl.js\";import*as sharedStyle3 from\"#framer/local/css/TEB8xE0NB/TEB8xE0NB.js\";import*as sharedStyle from\"#framer/local/css/tTdTQLuIf/tTdTQLuIf.js\";import*as sharedStyle18 from\"#framer/local/css/xC5shs4Tj/xC5shs4Tj.js\";import*as sharedStyle11 from\"#framer/local/css/za5bgVjEc/za5bgVjEc.js\";import metadataProvider from\"#framer/local/webPageMetadata/X1TfEyy_W/X1TfEyy_W.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const TableOfContentsFonts=getFonts(TableOfContents);const SecondaryButtonFonts=getFonts(SecondaryButton);const BlogItemFonts=getFonts(BlogItem);const breakpoints={I_FRjrLzF:\"(min-width: 1200px)\",PQXFuCSHn:\"(max-width: 809px)\",TMQdusHB7:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-7uiB1\";const variantClassNames={I_FRjrLzF:\"framer-v-1y5l6sx\",PQXFuCSHn:\"framer-v-1hza5r8\",TMQdusHB7:\"framer-v-1hl18dw\"};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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)=>`translateY(-50%) ${t}`;const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,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:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"I_FRjrLzF\",Phone:\"PQXFuCSHn\",Tablet:\"TMQdusHB7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"I_FRjrLzF\"};};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:\"X1TfEyy_W\",data:Blog,type:\"Collection\"},select:[{collection:\"X1TfEyy_W\",name:\"DK725Ae8R\",type:\"Identifier\"},{collection:\"X1TfEyy_W\",name:\"DE_oQSoAh\",type:\"Identifier\"},{collection:\"X1TfEyy_W\",name:\"D8nI12StA\",type:\"Identifier\"},{collection:\"X1TfEyy_W\",name:\"TGlgWMxJa\",type:\"Identifier\"},{alias:\"AhEhgnYXx\",arguments:[{from:{alias:\"AhEhgnYXx\",data:Categories,type:\"Collection\"},orderBy:[{arguments:[{collection:\"X1TfEyy_W\",name:\"AhEhgnYXx\",type:\"Identifier\"},{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"X1TfEyy_W\",name:\"AhEhgnYXx\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"X1TfEyy_W\",name:\"Rzuqq7XUJ\",type:\"Identifier\"},{collection:\"X1TfEyy_W\",name:\"pUzO6i3Ps\",type:\"Identifier\"},{collection:\"X1TfEyy_W\",name:\"e5fts7xDn\",type:\"Identifier\"},{alias:\"tXM3Reks7\",arguments:[{from:{alias:\"tXM3Reks7\",data:TeamMembers,type:\"Collection\"},orderBy:[{arguments:[{collection:\"X1TfEyy_W\",name:\"tXM3Reks7\",type:\"Identifier\"},{collection:\"tXM3Reks7\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"tXM3Reks7\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"tXM3Reks7\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"X1TfEyy_W\",name:\"tXM3Reks7\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"X1TfEyy_W\",name:\"X3eBUbvo6\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"X1TfEyy_W\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,wPBRHO07Ke3EtBlLDb,XRdG7XwQhe3EtBlLDb,iQFOetLVTe3EtBlLDb,K8ddqEmfde3EtBlLDb,ide3EtBlLDb,AhEhgnYXx=getFromCurrentRouteData(\"AhEhgnYXx\"),D8nI12StA=getFromCurrentRouteData(\"D8nI12StA\"),DK725Ae8R=getFromCurrentRouteData(\"DK725Ae8R\")??\"\",e5fts7xDn=getFromCurrentRouteData(\"e5fts7xDn\")??true,JlUh5VGFbQmsVdb944,pq0AzqWV1QmsVdb944,rVV7LIp7ZQmsVdb944,idQmsVdb944,tXM3Reks7=getFromCurrentRouteData(\"tXM3Reks7\"),pUzO6i3Ps=getFromCurrentRouteData(\"pUzO6i3Ps\")??true,Rzuqq7XUJ=getFromCurrentRouteData(\"Rzuqq7XUJ\")??true,DE_oQSoAh=getFromCurrentRouteData(\"DE_oQSoAh\")??\"\",TGlgWMxJa=getFromCurrentRouteData(\"TGlgWMxJa\"),X3eBUbvo6=getFromCurrentRouteData(\"X3eBUbvo6\")??\"\",nNVOtXahaC97GjA4V7,TGlgWMxJaC97GjA4V7,AhEhgnYXxC97GjA4V7,D8nI12StAC97GjA4V7,DK725Ae8RC97GjA4V7,pUzO6i3PsC97GjA4V7,Rzuqq7XUJC97GjA4V7,e5fts7xDnC97GjA4V7,tXM3Reks7C97GjA4V7,DE_oQSoAhC97GjA4V7,idC97GjA4V7,...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 onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});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,sharedStyle15.className,sharedStyle16.className,sharedStyle17.className,sharedStyle18.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(D8nI12StA,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"I_FRjrLzF\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1y5l6sx\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8arsiw\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hd818z\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-14fox1w\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11m528k\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13d1xb3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5f8j05\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"e3EtBlLDb\",data:Categories,type:\"Collection\"},orderBy:[{arguments:[{type:\"LiteralValue\",value:AhEhgnYXx},{collection:\"e3EtBlLDb\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"e3EtBlLDb\",name:\"wPBRHO07K\",type:\"Identifier\"},{collection:\"e3EtBlLDb\",name:\"XRdG7XwQh\",type:\"Identifier\"},{collection:\"e3EtBlLDb\",name:\"iQFOetLVT\",type:\"Identifier\"},{collection:\"e3EtBlLDb\",name:\"K8ddqEmfd\",type:\"Identifier\"},{collection:\"e3EtBlLDb\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"e3EtBlLDb\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:AhEhgnYXx},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:ide3EtBlLDb,iQFOetLVT:iQFOetLVTe3EtBlLDb,K8ddqEmfd:K8ddqEmfde3EtBlLDb,wPBRHO07K:wPBRHO07Ke3EtBlLDb,XRdG7XwQh:XRdG7XwQhe3EtBlLDb},index)=>{wPBRHO07Ke3EtBlLDb??=\"#09F\";XRdG7XwQhe3EtBlLDb??=\"#09F\";iQFOetLVTe3EtBlLDb??=\"\";K8ddqEmfde3EtBlLDb??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`e3EtBlLDb-${ide3EtBlLDb}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{K8ddqEmfd:K8ddqEmfde3EtBlLDb},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-73maso\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hvi9yl\",style:{\"--16z2f6y\":wPBRHO07Ke3EtBlLDb},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xosvc4\",\"data-styles-preset\":\"tTdTQLuIf\",style:{\"--framer-text-color\":\"var(--variable-reference-XRdG7XwQh-e3EtBlLDb)\"},children:\"Private Practice\"})}),className:\"framer-7xvrg3\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{\"--variable-reference-XRdG7XwQh-e3EtBlLDb\":XRdG7XwQhe3EtBlLDb},text:iQFOetLVTe3EtBlLDb,verticalAlignment:\"top\",withExternalLayout:true})})})})},ide3EtBlLDb);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17i3z8v\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1686xyw\",\"data-styles-preset\":\"rP0nhafxl\",children:\"Apr 25, 2024\"})}),className:\"framer-10vcg7\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-rkej7b\",\"data-styles-preset\":\"Q6k8k6w2z\",children:\"Is It Ever Okay to Give or Accept a Gift in Therapy?\"})}),className:\"framer-9g13co\",fonts:[\"Inter\"],text:DK725Ae8R,verticalAlignment:\"top\",withExternalLayout:true}),e5fts7xDn&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-a9argw\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"QmsVdb944\",data:TeamMembers,type:\"Collection\"},orderBy:[{arguments:[{type:\"LiteralValue\",value:tXM3Reks7},{collection:\"QmsVdb944\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"QmsVdb944\",name:\"JlUh5VGFb\",type:\"Identifier\"},{collection:\"QmsVdb944\",name:\"pq0AzqWV1\",type:\"Identifier\"},{collection:\"QmsVdb944\",name:\"rVV7LIp7Z\",type:\"Identifier\"},{collection:\"QmsVdb944\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QmsVdb944\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:tXM3Reks7},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idQmsVdb944,JlUh5VGFb:JlUh5VGFbQmsVdb944,pq0AzqWV1:pq0AzqWV1QmsVdb944,rVV7LIp7Z:rVV7LIp7ZQmsVdb944},index1)=>{pq0AzqWV1QmsVdb944??=\"\";rVV7LIp7ZQmsVdb944??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`QmsVdb944-${idQmsVdb944}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{rVV7LIp7Z:rVV7LIp7ZQmsVdb944},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cjbb8u\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+120+0+0+0+0+0+0+74.1+0+0),sizes:\"20px\",...toResponsiveImage(JlUh5VGFbQmsVdb944)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+0+0+0+0+0+0+74.1+0+0),sizes:\"20px\",...toResponsiveImage(JlUh5VGFbQmsVdb944)},className:\"framer-1raf99v\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l11key\",\"data-styles-preset\":\"TEB8xE0NB\",children:\"Team Allia\"})}),className:\"framer-1h03tyl\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:pq0AzqWV1QmsVdb944,verticalAlignment:\"top\",withExternalLayout:true})]})})},idQmsVdb944);})})})})}),pUzO6i3Ps&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11gx62e\",\"data-framer-name\":\"Founders\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vbywzj\",\"data-framer-name\":\"Avatar group\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+120+0+0+0+0+0+0+124.1+10.5+-12.25),pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"24.5px\",src:\"https://framerusercontent.com/images/bjnbOSNtVpFaLBYN04h5zp1bwZo.jpeg\",srcSet:\"https://framerusercontent.com/images/bjnbOSNtVpFaLBYN04h5zp1bwZo.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/bjnbOSNtVpFaLBYN04h5zp1bwZo.jpeg 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+0+0+0+0+0+0+124.1+10.5+-12.25),pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"24.5px\",src:\"https://framerusercontent.com/images/bjnbOSNtVpFaLBYN04h5zp1bwZo.jpeg\",srcSet:\"https://framerusercontent.com/images/bjnbOSNtVpFaLBYN04h5zp1bwZo.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/bjnbOSNtVpFaLBYN04h5zp1bwZo.jpeg 800w\"},className:\"framer-1riaf4a\",\"data-border\":true,\"data-framer-name\":\"Avatar\",id:\"1riaf4a\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1riaf4a\",offsetX:0,offsetY:-10,onDismiss:overlay.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation1,className:\"framer-1ng0xuz\",exit:animation,initial:animation2,ref:ref2,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l11key\",\"data-styles-preset\":\"TEB8xE0NB\",style:{\"--framer-text-color\":\"var(--token-20a172e8-802e-44df-b033-8365d22ba3ae, rgb(34, 68, 71))\"},children:\"Andy Schwehm\"})}),className:\"framer-1pr8dku\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+120+0+0+0+0+0+0+124.1+10.5+-12),pixelHeight:149,pixelWidth:149,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1DseXeE6zgKLZHjX7v2nmWFFDo.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+0+0+0+0+0+0+124.1+10.5+-12),pixelHeight:149,pixelWidth:149,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1DseXeE6zgKLZHjX7v2nmWFFDo.png\"},className:\"framer-kimwqm\",\"data-border\":true,\"data-framer-name\":\"Avatar\",id:\"kimwqm\",onMouseEnter:onMouseEntertxyyif({overlay:overlay1}),ref:ref3,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"kimwqm\",offsetX:0,offsetY:-10,onDismiss:overlay1.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation1,className:\"framer-1php3ah\",exit:animation,initial:animation2,ref:ref4,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l11key\",\"data-styles-preset\":\"TEB8xE0NB\",style:{\"--framer-text-color\":\"var(--token-20a172e8-802e-44df-b033-8365d22ba3ae, rgb(34, 68, 71))\"},children:\"Saroosh Khan\"})}),className:\"framer-1oxsytw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+120+0+0+0+0+0+0+124.1+10.5+-12),pixelHeight:354,pixelWidth:354,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6RPBrc8kxodYHYm66KKxq6yhY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+0+0+0+0+0+0+124.1+10.5+-12),pixelHeight:354,pixelWidth:354,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6RPBrc8kxodYHYm66KKxq6yhY.png\"},className:\"framer-1d30abb\",\"data-border\":true,\"data-framer-name\":\"Avatar\",id:\"1d30abb\",onMouseEnter:onMouseEntertxyyif({overlay:overlay2}),ref:ref5,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref5,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1d30abb\",offsetX:0,offsetY:-10,onDismiss:overlay2.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation1,className:\"framer-e4wyfo\",exit:animation,initial:animation2,ref:ref6,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l11key\",\"data-styles-preset\":\"TEB8xE0NB\",style:{\"--framer-text-color\":\"var(--token-20a172e8-802e-44df-b033-8365d22ba3ae, rgb(34, 68, 71))\"},children:\"Amie Leighton \"})}),className:\"framer-l3fd86\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l11key\",\"data-styles-preset\":\"TEB8xE0NB\",children:\"Founders\"})}),className:\"framer-exupxq\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),Rzuqq7XUJ&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xlvpqz\",\"data-framer-name\":\"Team Allia\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+120+0+0+0+0+0+0+165.1+0),pixelHeight:96,pixelWidth:96,src:\"https://framerusercontent.com/images/OVnOlZIpEKha1Ne6pbqZKC4V8.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+0+0+0+0+0+0+165.1+0),pixelHeight:96,pixelWidth:96,src:\"https://framerusercontent.com/images/OVnOlZIpEKha1Ne6pbqZKC4V8.png\"},className:\"framer-1o401r2\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l11key\",\"data-styles-preset\":\"TEB8xE0NB\",children:\"Allia Team\"})}),className:\"framer-xyubpu\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wlc9nl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:DE_oQSoAh,className:\"framer-12ptj4d\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-19a7bur\",code:\"framer-styles-preset-5zg4hy\",h1:\"framer-styles-preset-15e5wl9\",h2:\"framer-styles-preset-1evyt4n\",h3:\"framer-styles-preset-5062mv\",h4:\"framer-styles-preset-1g8jibo\",h5:\"framer-styles-preset-1m5f4g6\",h6:\"framer-styles-preset-17uf7ap\",img:\"framer-styles-preset-dxug15\",p:\"framer-styles-preset-ctfbed\",table:\"framer-styles-preset-11ow2s2\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n1farl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hfjxrl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fzwRlSCEF\",scopeId:\"X1TfEyy_W\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-20a172e8-802e-44df-b033-8365d22ba3ae, rgb(34, 68, 71))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowDown\",id:\"fzwRlSCEF\",layoutId:\"fzwRlSCEF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+120+0+0+397.6),sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,...toResponsiveImage(TGlgWMxJa)}},TMQdusHB7:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+0+0+405.6),sizes:`min(${componentViewport?.width||\"100vw\"} - 120px, 1440px)`,...toResponsiveImage(TGlgWMxJa)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+80+0+0+405.6),sizes:`min(${componentViewport?.width||\"100vw\"} - 264px, 1440px)`,...toResponsiveImage(TGlgWMxJa)},className:\"framer-11l2xbn\"})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iv9gg7\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f47p4i\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i6gdju\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l11key\",\"data-styles-preset\":\"TEB8xE0NB\",style:{\"--framer-text-color\":\"var(--token-20a172e8-802e-44df-b033-8365d22ba3ae, rgb(34, 68, 71))\"},children:\"In this page\"})}),className:\"framer-1tfbobk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ny0tc7-container\",isAuthoredByUser:true,nodeId:\"DQTBkiYpB\",scopeId:\"X1TfEyy_W\",children:/*#__PURE__*/_jsx(TableOfContents,{headingTags:[\"h2\"],height:\"100%\",id:\"DQTBkiYpB\",layoutId:\"DQTBkiYpB\",offset:100,stickyTop:\"20px\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:X3eBUbvo6,className:\"framer-9q9fvf\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1magmps\",code:\"framer-styles-preset-5zg4hy\",h1:\"framer-styles-preset-15e5wl9\",h2:\"framer-styles-preset-svj4vm\",h3:\"framer-styles-preset-5062mv\",h4:\"framer-styles-preset-1g8jibo\",h5:\"framer-styles-preset-1m5f4g6\",h6:\"framer-styles-preset-17uf7ap\",img:\"framer-styles-preset-dxug15\",p:\"framer-styles-preset-1oazt7v\",table:\"framer-styles-preset-11ow2s2\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tcbz8v\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5h7vi4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17tvq2o\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-rkej7b\",\"data-styles-preset\":\"Q6k8k6w2z\",children:[\"Everything You\u2019re \",/*#__PURE__*/_jsx(\"br\",{}),\"Wondering\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a7cpwa\",\"data-styles-preset\":\"xC5shs4Tj\",children:\"More from Allia\"})}),className:\"framer-qdl1gx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FTk73Hcr0\"},implicitPathVariables:undefined},{href:{webPageId:\"FTk73Hcr0\"},implicitPathVariables:undefined},{href:{webPageId:\"FTk73Hcr0\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{y:(componentViewport?.y||0)+140+2100.6+112+0+0+0+0+85.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+140+1892.6+112+0+0+0+0+177,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15vosku-container\",nodeId:\"Pu0UX8EHe\",scopeId:\"X1TfEyy_W\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{MnMK9rNOZ:resolvedLinks[2]},TMQdusHB7:{MnMK9rNOZ:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(SecondaryButton,{aTKLx1KhZ:\"Circle\",Di_bMl5q0:false,dLXpNgTUQ:\"Circle\",eI50YHbdy:\"Read all blogs\",height:\"100%\",id:\"Pu0UX8EHe\",layoutId:\"Pu0UX8EHe\",lg0HSMfO4:\"var(--token-c59b93be-cf54-40da-9c2d-f4c360fdd58b, rgba(34, 68, 71, 0.06))\",MnMK9rNOZ:resolvedLinks[0],QD9Y_TsxD:\"fill\",QhCEbLhBm:\"var(--token-20a172e8-802e-44df-b033-8365d22ba3ae, rgb(34, 68, 71))\",v62PQyM92:\"var(--token-20a172e8-802e-44df-b033-8365d22ba3ae, rgb(34, 68, 71))\",variant:\"HKrfylYX8\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1toyorl\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TMQdusHB7:{query:{from:{alias:\"C97GjA4V7\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"C97GjA4V7\",name:\"nNVOtXaha\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"TGlgWMxJa\",type:\"Identifier\"},{alias:\"AhEhgnYXx\",arguments:[{from:{alias:\"AhEhgnYXx\",data:Categories,type:\"Collection\"},orderBy:[{arguments:[{collection:\"C97GjA4V7\",name:\"AhEhgnYXx\",type:\"Identifier\"},{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"C97GjA4V7\",name:\"AhEhgnYXx\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"C97GjA4V7\",name:\"D8nI12StA\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"DK725Ae8R\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"pUzO6i3Ps\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"Rzuqq7XUJ\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"e5fts7xDn\",type:\"Identifier\"},{alias:\"tXM3Reks7\",arguments:[{from:{alias:\"tXM3Reks7\",data:TeamMembers,type:\"Collection\"},orderBy:[{arguments:[{collection:\"C97GjA4V7\",name:\"tXM3Reks7\",type:\"Identifier\"},{collection:\"tXM3Reks7\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"tXM3Reks7\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"tXM3Reks7\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"C97GjA4V7\",name:\"tXM3Reks7\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"C97GjA4V7\",name:\"DE_oQSoAh\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"id\",type:\"Identifier\"}],where:{left:{type:\"LiteralValue\",value:\"syWbnXpQG\"},operator:\"in\",right:{arguments:[{from:{alias:\"AhEhgnYXx\",data:Categories,type:\"Collection\"},orderBy:[{arguments:[{collection:\"C97GjA4V7\",name:\"AhEhgnYXx\",type:\"Identifier\"},{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"C97GjA4V7\",name:\"AhEhgnYXx\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"C97GjA4V7\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"C97GjA4V7\",name:\"nNVOtXaha\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"TGlgWMxJa\",type:\"Identifier\"},{alias:\"AhEhgnYXx\",arguments:[{from:{alias:\"AhEhgnYXx\",data:Categories,type:\"Collection\"},orderBy:[{arguments:[{collection:\"C97GjA4V7\",name:\"AhEhgnYXx\",type:\"Identifier\"},{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"C97GjA4V7\",name:\"AhEhgnYXx\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"C97GjA4V7\",name:\"D8nI12StA\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"DK725Ae8R\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"pUzO6i3Ps\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"Rzuqq7XUJ\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"e5fts7xDn\",type:\"Identifier\"},{alias:\"tXM3Reks7\",arguments:[{from:{alias:\"tXM3Reks7\",data:TeamMembers,type:\"Collection\"},orderBy:[{arguments:[{collection:\"C97GjA4V7\",name:\"tXM3Reks7\",type:\"Identifier\"},{collection:\"tXM3Reks7\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"tXM3Reks7\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"tXM3Reks7\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"C97GjA4V7\",name:\"tXM3Reks7\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"C97GjA4V7\",name:\"DE_oQSoAh\",type:\"Identifier\"},{collection:\"C97GjA4V7\",name:\"id\",type:\"Identifier\"}],where:{left:{type:\"LiteralValue\",value:\"syWbnXpQG\"},operator:\"in\",right:{arguments:[{from:{alias:\"AhEhgnYXx\",data:Categories,type:\"Collection\"},orderBy:[{arguments:[{collection:\"C97GjA4V7\",name:\"AhEhgnYXx\",type:\"Identifier\"},{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"AhEhgnYXx\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"C97GjA4V7\",name:\"AhEhgnYXx\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({AhEhgnYXx:AhEhgnYXxC97GjA4V7,D8nI12StA:D8nI12StAC97GjA4V7,DE_oQSoAh:DE_oQSoAhC97GjA4V7,DK725Ae8R:DK725Ae8RC97GjA4V7,e5fts7xDn:e5fts7xDnC97GjA4V7,id:idC97GjA4V7,nNVOtXaha:nNVOtXahaC97GjA4V7,pUzO6i3Ps:pUzO6i3PsC97GjA4V7,Rzuqq7XUJ:Rzuqq7XUJC97GjA4V7,TGlgWMxJa:TGlgWMxJaC97GjA4V7,tXM3Reks7:tXM3Reks7C97GjA4V7},index2)=>{nNVOtXahaC97GjA4V7??=\"\";DK725Ae8RC97GjA4V7??=\"\";pUzO6i3PsC97GjA4V7??=true;Rzuqq7XUJC97GjA4V7??=true;e5fts7xDnC97GjA4V7??=true;DE_oQSoAhC97GjA4V7??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`C97GjA4V7-${idC97GjA4V7}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{nNVOtXaha:nNVOtXahaC97GjA4V7},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{nNVOtXaha:nNVOtXahaC97GjA4V7},webPageId:\"X1TfEyy_W\"},implicitPathVariables:undefined},{href:{pathVariables:{nNVOtXaha:nNVOtXahaC97GjA4V7},webPageId:\"X1TfEyy_W\"},implicitPathVariables:undefined},{href:{pathVariables:{nNVOtXaha:nNVOtXahaC97GjA4V7},webPageId:\"X1TfEyy_W\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1440px), 50px)`,y:(componentViewport?.y||0)+140+2100.6+112+0+0+169.6+0+0},TMQdusHB7:{width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 32px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:`max((min(${componentViewport?.width||\"100vw\"} - 264px, 1440px) - 32px) / 2, 50px)`,y:(componentViewport?.y||0)+140+1892.6+112+0+0+281+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vafc4l-container\",nodeId:\"ITns5Ty_k\",scopeId:\"X1TfEyy_W\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PQXFuCSHn:{HRollF6ps:resolvedLinks1[2]},TMQdusHB7:{HRollF6ps:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(BlogItem,{ch3Fv0fAH:DE_oQSoAhC97GjA4V7,fhmbM2Hpv:tXM3Reks7C97GjA4V7,height:\"100%\",HRollF6ps:resolvedLinks1[0],id:\"ITns5Ty_k\",jZyYe827T:toResponsiveImage(TGlgWMxJaC97GjA4V7),KqK0VEV4H:DK725Ae8RC97GjA4V7,layoutId:\"ITns5Ty_k\",Mb8UBGBCw:AhEhgnYXxC97GjA4V7,MGM8Xqneh:e5fts7xDnC97GjA4V7,Sqe93YMOH:pUzO6i3PsC97GjA4V7,style:{width:\"100%\"},tsUdlsgZa:D8nI12StAC97GjA4V7,vXMA00075:Rzuqq7XUJC97GjA4V7,width:\"100%\"})})})})})})})},idC97GjA4V7);})})})})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7uiB1.framer-8qpe85, .framer-7uiB1 .framer-8qpe85 { display: block; }\",\".framer-7uiB1.framer-1y5l6sx { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 140px 20px 140px 20px; position: relative; width: 1200px; }\",'.framer-7uiB1 .framer-8arsiw { align-content: center; align-items: center; background: linear-gradient(180deg, #ddeff0 9%, var(--token-6920ac4b-a06f-454f-b635-3afd0dfe800f, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 112px 112px 112px; position: relative; width: 100%; }',\".framer-7uiB1 .framer-1hd818z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7uiB1 .framer-14fox1w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: sticky; top: 100px; width: 100%; z-index: 1; }\",\".framer-7uiB1 .framer-11m528k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 587px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7uiB1 .framer-13d1xb3, .framer-7uiB1 .framer-11gx62e { 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-7uiB1 .framer-5f8j05, .framer-7uiB1 .framer-a9argw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-7uiB1 .framer-73maso { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-7uiB1 .framer-hvi9yl { align-content: center; align-items: center; background-color: var(--16z2f6y); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px 8px 2px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-7uiB1 .framer-7xvrg3 { --variable-reference-XRdG7XwQh-e3EtBlLDb: var(--1ly45gw); flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7uiB1 .framer-17i3z8v { aspect-ratio: 1 / 1; background-color: #ababab; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: var(--framer-aspect-ratio-supported, 3px); overflow: hidden; position: relative; width: 3px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7uiB1 .framer-10vcg7, .framer-7uiB1 .framer-1pr8dku, .framer-7uiB1 .framer-1oxsytw, .framer-7uiB1 .framer-l3fd86, .framer-7uiB1 .framer-1tfbobk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7uiB1 .framer-9g13co { --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-7uiB1 .framer-cjbb8u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-7uiB1 .framer-1raf99v { aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 20px; }\",\".framer-7uiB1 .framer-1h03tyl, .framer-7uiB1 .framer-exupxq, .framer-7uiB1 .framer-xyubpu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7uiB1 .framer-vbywzj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 26px; overflow: hidden; padding: 0px; position: relative; width: 57px; }\",\".framer-7uiB1 .framer-1riaf4a { --border-bottom-width: 1px; --border-color: var(--token-1ad54e31-9c01-43c5-8647-476177951e1f, #dceff0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; cursor: default; flex: none; height: var(--framer-aspect-ratio-supported, 25px); overflow: hidden; position: absolute; right: 1px; top: 50%; transform: translateY(-50%); width: 25px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-7uiB1 .framer-1ng0xuz { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); cursor: default; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 12px 6px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-7uiB1 .framer-kimwqm { --border-bottom-width: 1px; --border-color: var(--token-1ad54e31-9c01-43c5-8647-476177951e1f, #dceff0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; cursor: default; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 16px; overflow: hidden; position: absolute; top: 50%; transform: translateY(-50%); width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-7uiB1 .framer-1php3ah, .framer-7uiB1 .framer-e4wyfo { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 12px 6px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-7uiB1 .framer-1d30abb { --border-bottom-width: 1px; --border-color: var(--token-1ad54e31-9c01-43c5-8647-476177951e1f, #dceff0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; cursor: default; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 0px; overflow: hidden; position: absolute; top: 50%; transform: translateY(-50%); width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-7uiB1 .framer-xlvpqz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-7uiB1 .framer-1o401r2 { aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; cursor: default; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-7uiB1 .framer-1wlc9nl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7uiB1 .framer-12ptj4d { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-7uiB1 .framer-n1farl { align-content: center; align-items: center; background-color: var(--token-1ad54e31-9c01-43c5-8647-476177951e1f, #dceff0); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-7uiB1 .framer-hfjxrl-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-7uiB1 .framer-11l2xbn { aspect-ratio: 1.7003484320557491 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 574px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",'.framer-7uiB1 .framer-iv9gg7 { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-6920ac4b-a06f-454f-b635-3afd0dfe800f, #ffffff) /* {\"name\":\"White\"} */ 9%, var(--token-6920ac4b-a06f-454f-b635-3afd0dfe800f, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 112px 120px 112px; position: relative; width: 100%; }',\".framer-7uiB1 .framer-1f47p4i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7uiB1 .framer-i6gdju { align-content: flex-start; align-items: flex-start; background-color: #f9f9f9; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 0.4 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 350px; overflow: hidden; padding: 24px; position: sticky; top: 40px; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-7uiB1 .framer-ny0tc7-container, .framer-7uiB1 .framer-15vosku-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-7uiB1 .framer-9q9fvf { flex: 1 0 0px; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-7uiB1 .framer-tcbz8v { align-content: center; align-items: center; background-color: var(--token-1ad54e31-9c01-43c5-8647-476177951e1f, #dceff0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 112px 112px 32px 112px; position: relative; width: 100%; }\",\".framer-7uiB1 .framer-5h7vi4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7uiB1 .framer-17tvq2o { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7uiB1 .framer-qdl1gx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-7uiB1 .framer-1toyorl { display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-7uiB1 .framer-vafc4l-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7uiB1.framer-1y5l6sx, .framer-7uiB1 .framer-8arsiw, .framer-7uiB1 .framer-1hd818z, .framer-7uiB1 .framer-14fox1w, .framer-7uiB1 .framer-11m528k, .framer-7uiB1 .framer-13d1xb3, .framer-7uiB1 .framer-5f8j05, .framer-7uiB1 .framer-73maso, .framer-7uiB1 .framer-hvi9yl, .framer-7uiB1 .framer-a9argw, .framer-7uiB1 .framer-cjbb8u, .framer-7uiB1 .framer-11gx62e, .framer-7uiB1 .framer-vbywzj, .framer-7uiB1 .framer-1ng0xuz, .framer-7uiB1 .framer-1php3ah, .framer-7uiB1 .framer-e4wyfo, .framer-7uiB1 .framer-xlvpqz, .framer-7uiB1 .framer-1wlc9nl, .framer-7uiB1 .framer-n1farl, .framer-7uiB1 .framer-iv9gg7, .framer-7uiB1 .framer-1f47p4i, .framer-7uiB1 .framer-i6gdju, .framer-7uiB1 .framer-tcbz8v, .framer-7uiB1 .framer-5h7vi4, .framer-7uiB1 .framer-17tvq2o { gap: 0px; } .framer-7uiB1.framer-1y5l6sx > * { margin: 0px; margin-bottom: calc(160px / 2); margin-top: calc(160px / 2); } .framer-7uiB1.framer-1y5l6sx > :first-child, .framer-7uiB1 .framer-8arsiw > :first-child, .framer-7uiB1 .framer-1hd818z > :first-child, .framer-7uiB1 .framer-14fox1w > :first-child, .framer-7uiB1 .framer-11m528k > :first-child, .framer-7uiB1 .framer-1wlc9nl > :first-child, .framer-7uiB1 .framer-iv9gg7 > :first-child, .framer-7uiB1 .framer-i6gdju > :first-child, .framer-7uiB1 .framer-tcbz8v > :first-child, .framer-7uiB1 .framer-5h7vi4 > :first-child { margin-top: 0px; } .framer-7uiB1.framer-1y5l6sx > :last-child, .framer-7uiB1 .framer-8arsiw > :last-child, .framer-7uiB1 .framer-1hd818z > :last-child, .framer-7uiB1 .framer-14fox1w > :last-child, .framer-7uiB1 .framer-11m528k > :last-child, .framer-7uiB1 .framer-1wlc9nl > :last-child, .framer-7uiB1 .framer-iv9gg7 > :last-child, .framer-7uiB1 .framer-i6gdju > :last-child, .framer-7uiB1 .framer-tcbz8v > :last-child, .framer-7uiB1 .framer-5h7vi4 > :last-child { margin-bottom: 0px; } .framer-7uiB1 .framer-8arsiw > *, .framer-7uiB1 .framer-1hd818z > *, .framer-7uiB1 .framer-14fox1w > *, .framer-7uiB1 .framer-1wlc9nl > *, .framer-7uiB1 .framer-iv9gg7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-7uiB1 .framer-11m528k > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-7uiB1 .framer-13d1xb3 > *, .framer-7uiB1 .framer-cjbb8u > *, .framer-7uiB1 .framer-11gx62e > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-7uiB1 .framer-13d1xb3 > :first-child, .framer-7uiB1 .framer-5f8j05 > :first-child, .framer-7uiB1 .framer-73maso > :first-child, .framer-7uiB1 .framer-hvi9yl > :first-child, .framer-7uiB1 .framer-a9argw > :first-child, .framer-7uiB1 .framer-cjbb8u > :first-child, .framer-7uiB1 .framer-11gx62e > :first-child, .framer-7uiB1 .framer-vbywzj > :first-child, .framer-7uiB1 .framer-1ng0xuz > :first-child, .framer-7uiB1 .framer-1php3ah > :first-child, .framer-7uiB1 .framer-e4wyfo > :first-child, .framer-7uiB1 .framer-xlvpqz > :first-child, .framer-7uiB1 .framer-n1farl > :first-child, .framer-7uiB1 .framer-1f47p4i > :first-child, .framer-7uiB1 .framer-17tvq2o > :first-child { margin-left: 0px; } .framer-7uiB1 .framer-13d1xb3 > :last-child, .framer-7uiB1 .framer-5f8j05 > :last-child, .framer-7uiB1 .framer-73maso > :last-child, .framer-7uiB1 .framer-hvi9yl > :last-child, .framer-7uiB1 .framer-a9argw > :last-child, .framer-7uiB1 .framer-cjbb8u > :last-child, .framer-7uiB1 .framer-11gx62e > :last-child, .framer-7uiB1 .framer-vbywzj > :last-child, .framer-7uiB1 .framer-1ng0xuz > :last-child, .framer-7uiB1 .framer-1php3ah > :last-child, .framer-7uiB1 .framer-e4wyfo > :last-child, .framer-7uiB1 .framer-xlvpqz > :last-child, .framer-7uiB1 .framer-n1farl > :last-child, .framer-7uiB1 .framer-1f47p4i > :last-child, .framer-7uiB1 .framer-17tvq2o > :last-child { margin-right: 0px; } .framer-7uiB1 .framer-5f8j05 > *, .framer-7uiB1 .framer-a9argw > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-7uiB1 .framer-73maso > *, .framer-7uiB1 .framer-hvi9yl > *, .framer-7uiB1 .framer-1ng0xuz > *, .framer-7uiB1 .framer-1php3ah > *, .framer-7uiB1 .framer-e4wyfo > *, .framer-7uiB1 .framer-n1farl > *, .framer-7uiB1 .framer-17tvq2o > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7uiB1 .framer-vbywzj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-7uiB1 .framer-xlvpqz > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-7uiB1 .framer-1f47p4i > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-7uiB1 .framer-i6gdju > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-7uiB1 .framer-tcbz8v > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-7uiB1 .framer-5h7vi4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 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,...sharedStyle15.css,...sharedStyle16.css,...sharedStyle17.css,...sharedStyle18.css,'.framer-7uiB1[data-border=\"true\"]::after, .framer-7uiB1 [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: 810px) and (max-width: 1199px) { .framer-7uiB1.framer-1y5l6sx { width: 810px; } .framer-7uiB1 .framer-8arsiw { padding: 80px 40px 112px 40px; } .framer-7uiB1 .framer-11l2xbn { height: var(--framer-aspect-ratio-supported, 429px); } .framer-7uiB1 .framer-iv9gg7 { padding: 0px 40px 120px 40px; } .framer-7uiB1 .framer-tcbz8v { padding: 112px 40px 32px 40px; }}\",\"@media (max-width: 809px) { .framer-7uiB1.framer-1y5l6sx { width: 390px; } .framer-7uiB1 .framer-8arsiw { padding: 120px 20px 112px 20px; } .framer-7uiB1 .framer-14fox1w { position: relative; top: unset; } .framer-7uiB1 .framer-n1farl { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; } .framer-7uiB1 .framer-hfjxrl-container { height: 16px; width: 16px; } .framer-7uiB1 .framer-11l2xbn { height: var(--framer-aspect-ratio-supported, 206px); } .framer-7uiB1 .framer-iv9gg7 { padding: 0px 20px 120px 20px; } .framer-7uiB1 .framer-1f47p4i { flex-direction: column; } .framer-7uiB1 .framer-i6gdju { flex: none; order: 1; position: relative; top: unset; width: 100%; } .framer-7uiB1 .framer-9q9fvf { flex: none; order: 0; width: 100%; } .framer-7uiB1 .framer-tcbz8v { padding: 112px 20px 32px 20px; } .framer-7uiB1 .framer-5h7vi4 { gap: 40px; } .framer-7uiB1 .framer-17tvq2o { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 28px; } .framer-7uiB1 .framer-qdl1gx { flex: none; width: 100%; } .framer-7uiB1 .framer-1toyorl { gap: 40px; grid-template-columns: repeat(1, minmax(50px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7uiB1 .framer-1f47p4i, .framer-7uiB1 .framer-5h7vi4, .framer-7uiB1 .framer-17tvq2o, .framer-7uiB1 .framer-1toyorl { gap: 0px; } .framer-7uiB1 .framer-1f47p4i > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-7uiB1 .framer-1f47p4i > :first-child, .framer-7uiB1 .framer-5h7vi4 > :first-child, .framer-7uiB1 .framer-17tvq2o > :first-child { margin-top: 0px; } .framer-7uiB1 .framer-1f47p4i > :last-child, .framer-7uiB1 .framer-5h7vi4 > :last-child, .framer-7uiB1 .framer-17tvq2o > :last-child { margin-bottom: 0px; } .framer-7uiB1 .framer-5h7vi4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-7uiB1 .framer-17tvq2o > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-7uiB1 .framer-1toyorl > *, .framer-7uiB1 .framer-1toyorl > :first-child, .framer-7uiB1 .framer-1toyorl > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10379.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TMQdusHB7\":{\"layout\":[\"fixed\",\"auto\"]},\"PQXFuCSHn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerX1TfEyy_W=withCSS(Component,css,\"framer-7uiB1\");export default FramerX1TfEyy_W;FramerX1TfEyy_W.displayName=\"Articles Detail\";FramerX1TfEyy_W.defaultProps={height:10379.5,width:1200};addFonts(FramerX1TfEyy_W,[{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\"}]},...PhosphorFonts,...TableOfContentsFonts,...SecondaryButtonFonts,...BlogItemFonts,...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),...getFontsFromSharedStyle(sharedStyle15.fonts),...getFontsFromSharedStyle(sharedStyle16.fonts),...getFontsFromSharedStyle(sharedStyle17.fonts),...getFontsFromSharedStyle(sharedStyle18.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX1TfEyy_W\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"10379.5\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TMQdusHB7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PQXFuCSHn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["TableOfContents", "headingTags", "stickyTop", "containerStyle", "offset", "headings", "setHeadings", "ye", "activeId", "setActiveId", "tocRef", "pe", "ue", "extractedHeadings", "heading", "index", "id1", "handleScroll", "currentId", "element", "elementTop", "window", "e", "offsetPosition", "links", "link", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "TableOfContentsFonts", "TableOfContents", "SecondaryButtonFonts", "MxLNTe3F2_default", "BlogItemFonts", "lx4vIg_49_default", "breakpoints", "serializationHash", "variantClassNames", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "animation2", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "c1OoPCtoD_default", "VKWz9cDLz_default", "BN8W1nWmP_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "wPBRHO07Ke3EtBlLDb", "XRdG7XwQhe3EtBlLDb", "iQFOetLVTe3EtBlLDb", "K8ddqEmfde3EtBlLDb", "ide3EtBlLDb", "AhEhgnYXx", "D8nI12StA", "DK725Ae8R", "e5fts7xDn", "JlUh5VGFbQmsVdb944", "pq0AzqWV1QmsVdb944", "rVV7LIp7ZQmsVdb944", "idQmsVdb944", "tXM3Reks7", "pUzO6i3Ps", "Rzuqq7XUJ", "DE_oQSoAh", "TGlgWMxJa", "X3eBUbvo6", "nNVOtXahaC97GjA4V7", "TGlgWMxJaC97GjA4V7", "AhEhgnYXxC97GjA4V7", "D8nI12StAC97GjA4V7", "DK725Ae8RC97GjA4V7", "pUzO6i3PsC97GjA4V7", "Rzuqq7XUJC97GjA4V7", "e5fts7xDnC97GjA4V7", "tXM3Reks7C97GjA4V7", "DE_oQSoAhC97GjA4V7", "idC97GjA4V7", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "ref1", "ref2", "ref3", "ref4", "ref5", "ref6", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "MotionDivWithFX", "ChildrenCanSuspend", "collection", "paginationInfo", "l", "index", "PathVariablesContext", "RichText2", "x", "collection1", "paginationInfo1", "loadMore1", "index1", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "AnimatePresence", "Floating", "overlay1", "overlay2", "ComponentViewportProvider", "Container", "Icon", "TableOfContents", "ResolveLinks", "resolvedLinks", "MxLNTe3F2_default", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks1", "lx4vIg_49_default", "css", "FramerX1TfEyy_W", "withCSS", "X1TfEyy_W_default", "addFonts", "PhosphorFonts", "TableOfContentsFonts", "SecondaryButtonFonts", "BlogItemFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
