{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/pgIzK4gtNCaM3YrgxfbN/2CdlhIxR6JAWNiEaWqct/X_OjIGY9s.js"],
  "sourcesContent": ["// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import NavigationNavBarWithCountrySwitch from\"#framer/local/canvasComponent/exXYFnUZ8/exXYFnUZ8.js\";import NavigationFooter from\"#framer/local/canvasComponent/GwEWXUmpG/GwEWXUmpG.js\";import NavigationSocialSection from\"#framer/local/canvasComponent/JOwMcg1xG/JOwMcg1xG.js\";import NavigationCountrySwitchOverlay from\"#framer/local/canvasComponent/W6wQ9S2hr/W6wQ9S2hr.js\";import*as sharedStyle from\"#framer/local/css/ucoA1UTTB/ucoA1UTTB.js\";import metadataProvider from\"#framer/local/webPageMetadata/X_OjIGY9s/X_OjIGY9s.js\";const NavigationNavBarWithCountrySwitchFonts=getFonts(NavigationNavBarWithCountrySwitch);const NavigationCountrySwitchOverlayFonts=getFonts(NavigationCountrySwitchOverlay);const NavigationFooterFonts=getFonts(NavigationFooter);const NavigationSocialSectionFonts=getFonts(NavigationSocialSection);const breakpoints={E3_9VcHx8:\"(max-width: 767px)\",nbqzt8jGJ:\"(min-width: 1200px)\",R0oT3vLyx:\"(min-width: 1024px) and (max-width: 1199px)\",Z9qb78Lb9:\"(min-width: 768px) and (max-width: 1023px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-m6WPw\";const variantClassNames={E3_9VcHx8:\"framer-v-qhkhef\",nbqzt8jGJ:\"framer-v-2h3chz\",R0oT3vLyx:\"framer-v-aoehhu\",Z9qb78Lb9:\"framer-v-fitd5s\"};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:-150};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={delay:.1,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"nbqzt8jGJ\",Medium:\"R0oT3vLyx\",Phone:\"E3_9VcHx8\",Tablet:\"Z9qb78Lb9\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nbqzt8jGJ\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Xh2vh1tBv3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const psxQtcd7v1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const W4auuVtyc3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"PmblbDcBH\");const ref1=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"nbqzt8jGJ\",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-2h3chz\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1ly6avx-container\",id:\"1ly6avx\",layoutScroll:true,nodeId:\"ZjbseQtNk\",scopeId:\"X_OjIGY9s\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3_9VcHx8:{variant:\"vgDMld2gH\"},Z9qb78Lb9:{variant:\"vgDMld2gH\"}},children:/*#__PURE__*/_jsx(NavigationNavBarWithCountrySwitch,{eyPeZEYgU:\"var(--token-0861d3a1-0004-4eb8-909a-acb3a1774568, rgb(2, 117, 247))\",height:\"100%\",id:\"ZjbseQtNk\",layoutId:\"ZjbseQtNk\",P4hwSboCT:true,style:{width:\"100%\"},variant:\"ySBfoInzN\",whkNqNMIy:{borderColor:\"rgb(53, 145, 251)\",borderStyle:\"solid\",borderWidth:1},width:\"100%\",Xh2vh1tBv:Xh2vh1tBv3bnx0g({overlay})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.2,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-18dh5en\"),\"data-framer-portal-id\":\"1ly6avx\",exit:{opacity:0,transition:{delay:0,duration:.2,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"RMky_TM5P\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3_9VcHx8:{transformTemplate:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:cx(scopingClassNames,\"framer-1yr8evs\"),\"data-framer-name\":\"Modal\",\"data-framer-portal-id\":\"1ly6avx\",exit:animation,initial:animation2,transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3_9VcHx8:{width:\"calc(100vw - 40px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"600px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-9qhwbt-container\",inComponentSlot:true,nodeId:\"ZcNnp1C8r\",rendersWithMotion:true,scopeId:\"X_OjIGY9s\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3_9VcHx8:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(NavigationCountrySwitchOverlay,{height:\"100%\",id:\"ZcNnp1C8r\",layoutId:\"ZcNnp1C8r\",psxQtcd7v:psxQtcd7v1wnntms({overlay}),style:{height:\"100%\",width:\"100%\"},variant:\"jtI8MRyeM\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-syh6ww\",\"data-framer-name\":\"Close\",onTap:onTap1wnntms({overlay}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kfh87e\",\"data-framer-name\":\"svgviewer_output\",fill:\"black\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 10 2 2m8 0-8 8\" stroke=\"#304151\" stroke-width=\"1.5\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true})})]})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oqxhc1\",\"data-framer-name\":\"Key documents\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5s164g\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1acjhj5\",\"data-framer-name\":\"Title wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3_9VcHx8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-cf3ea2c2-4a71-45e8-ab5f-33d7a1df111e, rgb(41, 68, 81))\"},children:\"Key documents\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-cf3ea2c2-4a71-45e8-ab5f-33d7a1df111e, rgb(41, 68, 81))\"},children:\"Key documents\"})}),className:\"framer-8bg3at\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5nj00f\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-57mzfc\",\"data-framer-name\":\"Links\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-cf3ea2c2-4a71-45e8-ab5f-33d7a1df111e, rgb(41, 68, 81))\"},children:\"The policies that help guide our service.\"})}),className:\"framer-144gp0y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"ul\",{style:{\"--framer-line-height\":\"250%\",\"--framer-text-color\":\"var(--token-cf3ea2c2-4a71-45e8-ab5f-33d7a1df111e, rgb(41, 68, 81))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/anti-slavery-and-human-trafficking-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Anti-Slavery and Human Trafficking Policy\"})})})})}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--framer-line-height\":\"250%\",\"--framer-text-color\":\"var(--token-cf3ea2c2-4a71-45e8-ab5f-33d7a1df111e, rgb(41, 68, 81))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/code-of-conduct.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Code of Conduct\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/complaints-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Complaints policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/environmental-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Environmental policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/equal-opportunity-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Equal opportunity policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/health-and-safety-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Health and safety policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/low-level-concern-policy-2024.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Low level concern policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/online-education-safeguarding-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Online Education Safeguarding Policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tQ80iDYbt\"},motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:false,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Privacy policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/quality-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Quality policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/safeguarding-and-child-protection-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Safeguarding & Child Protection Policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/safer-recruitment-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Safer Recruitment Policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/sexual-harassment-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Sexual Harassment Policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/social-networking-phones-and-other-mobile-devices-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Social Networking, Phones and other Mobile Devices Policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZQpTvAkhi\"},motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:false,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Terms and conditions\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.zeneducate.com/files/whistleblowing-policy.pdf\",motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"Whistleblowing policy\"})})})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h1\",{children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"WABm9aqJA\",openInNewTab:true,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:[\"Carbon reduction plan\",/*#__PURE__*/_jsx(\"br\",{})]})})})})]})]}),className:\"framer-1ya54sy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-cf3ea2c2-4a71-45e8-ab5f-33d7a1df111e, rgb(41, 68, 81))\"},children:[\"If you have questions about our policies please write to \",/*#__PURE__*/_jsx(Link,{href:\"mailto:support@zeneducate.com\",motionChild:true,nodeId:\"m4g9MVf2q\",openInNewTab:false,scopeId:\"X_OjIGY9s\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4lfmn7\",\"data-styles-preset\":\"ucoA1UTTB\",children:\"support@zeneducate.com\"})})]})}),className:\"framer-cyffg7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3_9VcHx8:{y:(componentViewport?.y||0)+60+1143.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:2099,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+60+1181.8,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1w2kclt-container\",id:\"1w2kclt\",nodeId:\"sKcgJ6GVr\",scopeId:\"X_OjIGY9s\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3_9VcHx8:{variant:\"qjUwyki2u\"},R0oT3vLyx:{variant:\"ct8xBzz3F\"},Z9qb78Lb9:{variant:\"ct8xBzz3F\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{height:\"100%\",id:\"sKcgJ6GVr\",Im_FoOz_O:\"Zen Educate Manchester\\n\\nFloor 1\\n\\nThe Globe Building\\n\\n1 New Quay Street\\n\\nManchester, M3 4BN\",layoutId:\"sKcgJ6GVr\",style:{width:\"100%\"},variant:\"Ei2XZGtov\",W4auuVtyc:W4auuVtyc3bnx0g({overlay:overlay1}),width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.2,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1n0pb7p\"),\"data-framer-portal-id\":\"1w2kclt\",exit:{opacity:0,transition:{delay:0,duration:.2,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"BsrO2v91a\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:cx(scopingClassNames,\"framer-be91h6\"),\"data-framer-name\":\"Modal\",\"data-framer-portal-id\":\"1w2kclt\",exit:animation,initial:animation2,transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"600px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ke6s9z-container\",inComponentSlot:true,nodeId:\"SQEYBQ6NT\",rendersWithMotion:true,scopeId:\"X_OjIGY9s\",children:/*#__PURE__*/_jsx(NavigationCountrySwitchOverlay,{height:\"100%\",id:\"SQEYBQ6NT\",layoutId:\"SQEYBQ6NT\",psxQtcd7v:psxQtcd7v1wnntms({overlay:overlay1}),style:{height:\"100%\",width:\"100%\"},variant:\"jtI8MRyeM\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19f0rj3\",\"data-framer-name\":\"Close\",onTap:onTap1wnntms({overlay:overlay1}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1r03kd2\",\"data-framer-name\":\"svgviewer_output\",fill:\"black\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 10 2 2m8 0-8 8\" stroke=\"#304151\" stroke-width=\"1.5\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true})})]})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3_9VcHx8:{y:(componentViewport?.y||0)+60+3242.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:247,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+60+3280.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e45b12-container\",nodeId:\"JxTI8CMYm\",scopeId:\"X_OjIGY9s\",children:/*#__PURE__*/_jsx(NavigationSocialSection,{height:\"100%\",id:\"JxTI8CMYm\",layoutId:\"JxTI8CMYm\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-inq6xv\",\"data-framer-name\":\"Cookies/Zen Cookie Banner\"})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-m6WPw.framer-17knbgr, .framer-m6WPw .framer-17knbgr { display: block; }\",\".framer-m6WPw.framer-2h3chz { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-m6WPw .framer-1ly6avx-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-m6WPw.framer-18dh5en, .framer-m6WPw.framer-1n0pb7p { background-color: rgba(0, 0, 0, 0.5); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-m6WPw.framer-1yr8evs, .framer-m6WPw.framer-be91h6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: fixed; top: 40px; transform: translateX(-50%); width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-m6WPw .framer-9qhwbt-container, .framer-m6WPw .framer-ke6s9z-container { flex: none; height: 270px; position: relative; width: 600px; }\",\".framer-m6WPw .framer-syh6ww, .framer-m6WPw .framer-19f0rj3 { cursor: pointer; flex: none; height: 22px; overflow: visible; position: absolute; right: 30px; top: 31px; width: 22px; z-index: 1; }\",\".framer-m6WPw .framer-1kfh87e, .framer-m6WPw .framer-1r03kd2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-m6WPw .framer-1oqxhc1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-m6WPw .framer-5s164g { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 767px; overflow: hidden; padding: 0px 15px 100px 0px; position: relative; width: 1px; }\",\".framer-m6WPw .framer-1acjhj5 { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-m6WPw .framer-8bg3at { --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-m6WPw .framer-5nj00f { background-color: var(--token-0861d3a1-0004-4eb8-909a-acb3a1774568, #0275f7); flex: none; height: 4px; overflow: hidden; position: relative; width: 54px; }\",\".framer-m6WPw .framer-57mzfc { 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; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 80px; width: 100%; }\",\".framer-m6WPw .framer-144gp0y, .framer-m6WPw .framer-1ya54sy, .framer-m6WPw .framer-cyffg7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-m6WPw .framer-1w2kclt-container, .framer-m6WPw .framer-e45b12-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-m6WPw .framer-inq6xv { align-content: center; align-items: center; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; min-height: 123px; overflow: hidden; padding: 0px; position: fixed; transform: translateX(-50%); width: 1000px; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-m6WPw.framer-2h3chz, .framer-m6WPw.framer-1yr8evs, .framer-m6WPw .framer-1oqxhc1, .framer-m6WPw .framer-5s164g, .framer-m6WPw .framer-1acjhj5, .framer-m6WPw .framer-57mzfc, .framer-m6WPw.framer-be91h6, .framer-m6WPw .framer-inq6xv { gap: 0px; } .framer-m6WPw.framer-2h3chz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-m6WPw.framer-2h3chz > :first-child, .framer-m6WPw.framer-1yr8evs > :first-child, .framer-m6WPw .framer-5s164g > :first-child, .framer-m6WPw .framer-1acjhj5 > :first-child, .framer-m6WPw .framer-57mzfc > :first-child, .framer-m6WPw.framer-be91h6 > :first-child { margin-top: 0px; } .framer-m6WPw.framer-2h3chz > :last-child, .framer-m6WPw.framer-1yr8evs > :last-child, .framer-m6WPw .framer-5s164g > :last-child, .framer-m6WPw .framer-1acjhj5 > :last-child, .framer-m6WPw .framer-57mzfc > :last-child, .framer-m6WPw.framer-be91h6 > :last-child { margin-bottom: 0px; } .framer-m6WPw.framer-1yr8evs > *, .framer-m6WPw.framer-be91h6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-m6WPw .framer-1oqxhc1 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-m6WPw .framer-1oqxhc1 > :first-child, .framer-m6WPw .framer-inq6xv > :first-child { margin-left: 0px; } .framer-m6WPw .framer-1oqxhc1 > :last-child, .framer-m6WPw .framer-inq6xv > :last-child { margin-right: 0px; } .framer-m6WPw .framer-5s164g > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-m6WPw .framer-1acjhj5 > *, .framer-m6WPw .framer-57mzfc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-m6WPw .framer-inq6xv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,\"@media (min-width: 1024px) and (max-width: 1199px) { .framer-m6WPw.framer-2h3chz { width: 1024px; } .framer-m6WPw .framer-5s164g { max-width: 792px; padding: 0px 15px 100px 15px; } .framer-m6WPw .framer-inq6xv { min-height: 39px; }}\",\"@media (min-width: 768px) and (max-width: 1023px) { .framer-m6WPw.framer-2h3chz { width: 768px; } .framer-m6WPw .framer-1ly6avx-container { z-index: 7; } .framer-m6WPw .framer-5s164g { max-width: 650px; padding: 0px 25px 100px 25px; } .framer-m6WPw .framer-inq6xv { left: 0px; min-height: 39px; right: 0px; transform: unset; width: unset; }}\",\"@media (max-width: 767px) { .framer-m6WPw.framer-2h3chz { width: 390px; } .framer-m6WPw .framer-1ly6avx-container { z-index: 7; } .framer-m6WPw.framer-1yr8evs { left: 20px; right: 20px; transform: unset; width: unset; } .framer-m6WPw .framer-9qhwbt-container { height: auto; width: 100%; } .framer-m6WPw .framer-1oqxhc1 { flex-direction: column; padding: 20px 0px 0px 0px; } .framer-m6WPw .framer-5s164g { flex: none; max-width: unset; padding: 0px 25px 100px 25px; width: 100%; } .framer-m6WPw .framer-inq6xv { left: 0px; min-height: 39px; right: 0px; transform: unset; width: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-m6WPw .framer-1oqxhc1 { gap: 0px; } .framer-m6WPw .framer-1oqxhc1 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-m6WPw .framer-1oqxhc1 > :first-child { margin-top: 0px; } .framer-m6WPw .framer-1oqxhc1 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3427.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"R0oT3vLyx\":{\"layout\":[\"fixed\",\"auto\"]},\"Z9qb78Lb9\":{\"layout\":[\"fixed\",\"auto\"]},\"E3_9VcHx8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"PmblbDcBH\":{\"pattern\":\":PmblbDcBH\",\"name\":\"who-we-are\"}}\n * @framerResponsiveScreen\n */const FramerX_OjIGY9s=withCSS(Component,css,\"framer-m6WPw\");export default FramerX_OjIGY9s;FramerX_OjIGY9s.displayName=\"Us / Privacy\";FramerX_OjIGY9s.defaultProps={height:3427.5,width:1200};addFonts(FramerX_OjIGY9s,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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\"}]},...NavigationNavBarWithCountrySwitchFonts,...NavigationCountrySwitchOverlayFonts,...NavigationFooterFonts,...NavigationSocialSectionFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX_OjIGY9s\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"3427.5\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"PmblbDcBH\\\":{\\\"pattern\\\":\\\":PmblbDcBH\\\",\\\"name\\\":\\\"who-we-are\\\"}}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"R0oT3vLyx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z9qb78Lb9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"E3_9VcHx8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationNavBarWithCountrySwitchFonts", "getFonts", "exXYFnUZ8_default", "NavigationCountrySwitchOverlayFonts", "W6wQ9S2hr_default", "NavigationFooterFonts", "GwEWXUmpG_default", "NavigationSocialSectionFonts", "JOwMcg1xG_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "transition2", "animation1", "animation2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Xh2vh1tBv3bnx0g", "overlay", "loadMore", "args", "psxQtcd7v1wnntms", "onTap1wnntms", "W4auuVtyc3bnx0g", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "l", "ComponentViewportProvider", "Container", "PropertyOverrides2", "exXYFnUZ8_default", "AnimatePresence", "Ga", "x", "W6wQ9S2hr_default", "SVG", "RichText2", "Link", "overlay1", "GwEWXUmpG_default", "JOwMcg1xG_default", "css", "FramerX_OjIGY9s", "withCSS", "X_OjIGY9s_default", "addFonts", "NavigationNavBarWithCountrySwitchFonts", "NavigationCountrySwitchOverlayFonts", "NavigationFooterFonts", "NavigationSocialSectionFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
