{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/tZ4BBLxqep75fqWPDP07/n9RyB3ifxeSooe94Lkru/Scroll_Progress.js", "ssg:https://framerusercontent.com/modules/dNjhyLo9RH51LQWhC9K0/tUoOOeGgG5YcMgtFSkFo/Share_button.js", "ssg:https://framerusercontent.com/modules/wHbqzQAcXMuawvUdZM0L/CAzBogTWsoJTRyTYFhG6/a_1YkxEaI.js", "ssg:https://framerusercontent.com/modules/jggMa8UNsG16cfWSipUd/JVfUXJtwY0OV7EbihkYG/O5Ydpvb5y.js"],
  "sourcesContent": ["/*\n\nScroll Progress for Framer\nMIT License\n\n// The MIT License\n\nCopyright (c) 2023 Yann Bellot, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n*/ import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{motion,useScroll}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export default function Scroll_Progress(props){const{scrollYProgress}=useScroll();let progressOrigin;if(props.Origin==\"l\"){progressOrigin=\"0%\";}if(props.Origin==\"c\"){progressOrigin=\"50%\";}if(props.Origin==\"r\"){progressOrigin=\"100%\";}if(props.progressPosition==true){return /*#__PURE__*/ _jsx(_Fragment,{children:/*#__PURE__*/ _jsx(motion.div,{style:{position:\"fixed\",top:props.progressMargin,left:\"0\",right:\"0\",height:props.progressHeight+\"px\",width:\"100%\",background:props.backgroundColor,scaleX:scrollYProgress,transformOrigin:progressOrigin}})});}if(props.progressPosition==false){return /*#__PURE__*/ _jsx(_Fragment,{children:/*#__PURE__*/ _jsx(motion.div,{style:{position:\"fixed\",bottom:props.progressMargin,left:\"0\",right:\"0\",height:props.progressHeight+\"px\",width:\"100%\",background:props.backgroundColor,scaleX:scrollYProgress,transformOrigin:progressOrigin}})});}};addPropertyControls(Scroll_Progress,{backgroundColor:{type:ControlType.Color,defaultValue:\"#00F\"},progressHeight:{type:ControlType.Number,title:\"Height\",defaultValue:10,min:0,step:1,displayStepper:true},progressPosition:{type:ControlType.Boolean,title:\"Recycle\",defaultValue:true,enabledTitle:\"Top\",disabledTitle:\"Bottom\"},progressMargin:{type:ControlType.Number,title:\"Margin\",defaultValue:0,min:0,step:1,displayStepper:true},Origin:{type:ControlType.Enum,defaultValue:\"l\",displaySegmentedControl:true,segmentedControlDirection:\"horizontal\",options:[\"l\",\"c\",\"r\"],optionTitles:[\"Left\",\"Center\",\"Right\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Scroll_Progress\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scroll_Progress.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";export function Twitter_Share(Component){return props=>{const[pageTitle,setPageTitle]=useState(\"\");useEffect(()=>{setPageTitle(document.title)// Set the page title after component mounts\n;},[]);return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;window.open(`https://twitter.com/intent/tweet?text=${encodeURIComponent(`Check out this insightful blog post: ${pageTitle}. Read it here:`)}&url=${encodeURIComponent((_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href)}`);}});};}export function LinkedIn_Share(Component){return props=>{const[pageTitle,setPageTitle]=useState(\"\");useEffect(()=>{setPageTitle(document.title);},[]);return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;window.open(`https://www.linkedin.com/shareArticle?mini=true&url=${encodeURIComponent((_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href)}&title=${encodeURIComponent(pageTitle)}&source=framer.com`);},style:{...props.style,cursor:\"pointer\"}});};}export function Facebook_Share(Component){return props=>{const[pageTitle,setPageTitle]=useState(\"\");useEffect(()=>{setPageTitle(document.title);},[]);return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;window.open(`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent((_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href)}&quote=${encodeURIComponent(`Check out this awesome site \"${pageTitle}\".`)}`);}});};}export function Email_Share(Component){return props=>{const[pageTitle,setPageTitle]=useState(\"\");useEffect(()=>{setPageTitle(document.title);},[]);return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;const subject=encodeURIComponent(`Check out this link: ${pageTitle}`);const body=encodeURIComponent(`Hi,\n\nI wanted to share this link with you: ${(_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href}`);window.open(`mailto:?subject=${subject}&body=${body}`);}});};}export function Clipboard_Share(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{const textField=document.createElement(\"textarea\");textField.innerText=window.location.href;document.body.appendChild(textField);textField.select();document.execCommand(\"copy\");textField.remove();alert(\"URL copied to clipboard!\");}});};}export function Whatsapp_Share(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;window.open(`https://api.whatsapp.com/send?text=${encodeURIComponent(`Check out this link: ${(_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href}`)}`);}});};}export function Tumblr_Share(Component){return props=>{const[pageTitle,setPageTitle]=useState(\"\");useEffect(()=>{setPageTitle(document.title);},[]);return /*#__PURE__*/_jsx(Component,{...props,onTap:()=>{var _window_location,_window;window.open(`https://www.tumblr.com/widgets/share/tool?canonicalUrl=${encodeURIComponent((_window=window)===null||_window===void 0?void 0:(_window_location=_window.location)===null||_window_location===void 0?void 0:_window_location.href)}&title=${encodeURIComponent(pageTitle)}`);}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"LinkedIn_Share\":{\"type\":\"reactHoc\",\"name\":\"LinkedIn_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Tumblr_Share\":{\"type\":\"reactHoc\",\"name\":\"Tumblr_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Facebook_Share\":{\"type\":\"reactHoc\",\"name\":\"Facebook_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Whatsapp_Share\":{\"type\":\"reactHoc\",\"name\":\"Whatsapp_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Email_Share\":{\"type\":\"reactHoc\",\"name\":\"Email_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Clipboard_Share\":{\"type\":\"reactHoc\",\"name\":\"Clipboard_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Twitter_Share\":{\"type\":\"reactHoc\",\"name\":\"Twitter_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Share_button.map", "// Generated by Framer (838580a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Switzer-italic\",\"FS;Switzer-bold italic\",\"FS;Switzer-bold italic\",\"FS;Switzer-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Switzer\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XVUY2PHYBA6KMN4RMEMJPHQSTKCQ267G/UICOQA6KCSHFOSCPYDVVDNNCDKYFXHJB/O34WRFYO7JNWEBBA2LRV2XYRUSYXYDKH.woff2\",weight:\"400\"},{family:\"Switzer\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LVPXCMXCWY3V7PSXRMGRQUJDAS2DT47E/BPEVRT2HG7PPVVUS7A67MZQQZW6LR6A5/A7AS3UPAGLC7MDVC67SBNTE5FGF2Z2RG.woff2\",weight:\"700\"}]}];export const css=['.framer-pu7VP .framer-styles-preset-1sa6y1y:not(.rich-text-wrapper), .framer-pu7VP .framer-styles-preset-1sa6y1y.rich-text-wrapper p { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: italic; --framer-font-style-bold: italic; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.25px; --framer-line-height: 100%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-pu7VP\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Scroll_Progress from\"https://framerusercontent.com/modules/tZ4BBLxqep75fqWPDP07/n9RyB3ifxeSooe94Lkru/Scroll_Progress.js\";import FooterFooter from\"#framer/local/canvasComponent/Ecu_gXdKa/Ecu_gXdKa.js\";import FooterEnaLogo from\"#framer/local/canvasComponent/eQjg1x09h/eQjg1x09h.js\";import NavigationNavigationMobile from\"#framer/local/canvasComponent/HIFff2Yck/HIFff2Yck.js\";import NavigationMobileNavigationOpenState from\"#framer/local/canvasComponent/PRwLzu4zV/PRwLzu4zV.js\";import NewsNewsArticle from\"#framer/local/canvasComponent/rbn6MRyRS/rbn6MRyRS.js\";import NavigationNavigationLink from\"#framer/local/canvasComponent/uAtBbCQvP/uAtBbCQvP.js\";import NavigationDesktopNavigation from\"#framer/local/canvasComponent/vlEshtzG5/vlEshtzG5.js\";import GlobalLineAnimationGlobal from\"#framer/local/canvasComponent/VNUD5DB4s/VNUD5DB4s.js\";import TextLinkTextLinkUnderline from\"#framer/local/canvasComponent/ZvxdVgpCY/ZvxdVgpCY.js\";import{Clipboard_Share}from\"#framer/local/codeFile/mf3TvPh/Share_button.js\";import News from\"#framer/local/collection/jvwoU9JnZ/jvwoU9JnZ.js\";import*as sharedStyle6 from\"#framer/local/css/a_1YkxEaI/a_1YkxEaI.js\";import*as sharedStyle7 from\"#framer/local/css/Izc9F6vKJ/Izc9F6vKJ.js\";import*as sharedStyle2 from\"#framer/local/css/jS3cIXaLJ/jS3cIXaLJ.js\";import*as sharedStyle from\"#framer/local/css/lIR2awgFS/lIR2awgFS.js\";import*as sharedStyle3 from\"#framer/local/css/NcrNhozYI/NcrNhozYI.js\";import*as sharedStyle5 from\"#framer/local/css/OxbPoMWWx/OxbPoMWWx.js\";import*as sharedStyle1 from\"#framer/local/css/vijqTpVGD/vijqTpVGD.js\";import*as sharedStyle4 from\"#framer/local/css/xhHFUFG_7/xhHFUFG_7.js\";import metadataProvider from\"#framer/local/webPageMetadata/O5Ydpvb5y/O5Ydpvb5y.js\";const Scroll_ProgressFonts=getFonts(Scroll_Progress);const NavigationDesktopNavigationFonts=getFonts(NavigationDesktopNavigation);const NavigationNavigationMobileFonts=getFonts(NavigationNavigationMobile);const NavigationMobileNavigationOpenStateFonts=getFonts(NavigationMobileNavigationOpenState);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const GlobalLineAnimationGlobalFonts=getFonts(GlobalLineAnimationGlobal);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const TextLinkTextLinkUnderlineFonts=getFonts(TextLinkTextLinkUnderline);const MotionDivClipboard_Share82d5poWithOptimizedAppearEffect=withOptimizedAppearEffect(withCodeBoundaryForOverrides(motion.div,{nodeId:\"piShwvLns\",override:Clipboard_Share,scopeId:\"O5Ydpvb5y\"}));const MotionDivClipboard_Sharef6sf9dWithOptimizedAppearEffect=withOptimizedAppearEffect(withCodeBoundaryForOverrides(motion.div,{nodeId:\"DB5TnfAZW\",override:Clipboard_Share,scopeId:\"O5Ydpvb5y\"}));const NavigationNavigationLinkFonts=getFonts(NavigationNavigationLink);const NewsNewsArticleFonts=getFonts(NewsNewsArticle);const FooterFooterFonts=getFonts(FooterFooter);const FooterEnaLogoFonts=getFonts(FooterEnaLogo);const breakpoints={hwZPdkVb6:\"(min-width: 810px) and (max-width: 1199px)\",P4iIvSylq:\"(min-width: 1200px)\",rEVmTkxUd:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-6NO2F\";const variantClassNames={hwZPdkVb6:\"framer-v-1qszyy9\",P4iIvSylq:\"framer-v-10ugcwu\",rEVmTkxUd:\"framer-v-1f761yg\"};const transition1={delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};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 transition2={delay:1.7,duration:.7,ease:[.12,.23,.13,.96],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition3={delay:.3,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition4={delay:.4,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition5={delay:.55,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={delay:.6,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const transition7={delay:.65,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const transition8={delay:.7,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:0};const transition9={delay:.8,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};const transition10={delay:.9,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition10,x:0,y:0};const transition11={delay:1,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition11,x:0,y:0};const transition12={delay:1.1,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition12,x:0,y:0};const transition13={delay:1.2,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition13,x:0,y:0};const animation17={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:74};const textEffect={effect:animation17,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition3,trigger:\"onInView\",type:\"appear\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"ek9MYVdoz\";}else{return\"AuYWJD_yp\";}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"P4iIvSylq\",Phone:\"rEVmTkxUd\",Tablet:\"hwZPdkVb6\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"P4iIvSylq\"};};const cursor={alignment:\"start\",component:FooterEnaLogo,offset:{x:15,y:-15},placement:\"top\",variant:\"pHBzX2lRH\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"O5Ydpvb5y\",data:News,type:\"Collection\"},select:[{collection:\"O5Ydpvb5y\",name:\"qcBwbQzoh\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"hYsUenESD\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"lCc9E8itj\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"hveO5726T\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"rA5CeeNR5\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"IV4OoeQwD\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"aAYgSPyif\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"LYJcYsuB6\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"uMP_xDu0k\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"Ac5TDJz2e\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"UkT_A2Hym\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"jn1arYzHH\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"yqKo1sMxK\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"ijpr8OOIZ\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"gtyfVqgjt\",type:\"Identifier\"},{collection:\"O5Ydpvb5y\",name:\"BlSnBKir5\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"O5Ydpvb5y\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,aAYgSPyif=getFromCurrentRouteData(\"aAYgSPyif\")??\"\",qcBwbQzoh=getFromCurrentRouteData(\"qcBwbQzoh\")??\"\",uMP_xDu0k=getFromCurrentRouteData(\"uMP_xDu0k\"),LYJcYsuB6=getFromCurrentRouteData(\"LYJcYsuB6\")??\"\",Ac5TDJz2e=getFromCurrentRouteData(\"Ac5TDJz2e\")??\"\",hYsUenESD=getFromCurrentRouteData(\"hYsUenESD\"),UkT_A2Hym=getFromCurrentRouteData(\"UkT_A2Hym\")??\"\",jn1arYzHH=getFromCurrentRouteData(\"jn1arYzHH\")??\"\",yqKo1sMxK=getFromCurrentRouteData(\"yqKo1sMxK\")??\"\",ijpr8OOIZ=getFromCurrentRouteData(\"ijpr8OOIZ\"),gtyfVqgjt=getFromCurrentRouteData(\"gtyfVqgjt\"),BlSnBKir5=getFromCurrentRouteData(\"BlSnBKir5\")??\"\",b28zECxredk9eUOEne,fcXAfK8sOdk9eUOEne,hYsUenESDdk9eUOEne,qcBwbQzohdk9eUOEne,b867KhqTRdk9eUOEne,iddk9eUOEne,lCc9E8itj=getFromCurrentRouteData(\"lCc9E8itj\")??0,b28zECxreYpwCz7zVX,fcXAfK8sOYpwCz7zVX,hYsUenESDYpwCz7zVX,qcBwbQzohYpwCz7zVX,b867KhqTRYpwCz7zVX,idYpwCz7zVX,hveO5726T=getFromCurrentRouteData(\"hveO5726T\")??0,b28zECxrebuiVqvPQE,fcXAfK8sObuiVqvPQE,hYsUenESDbuiVqvPQE,qcBwbQzohbuiVqvPQE,b867KhqTRbuiVqvPQE,idbuiVqvPQE,rA5CeeNR5=getFromCurrentRouteData(\"rA5CeeNR5\")??0,b28zECxreOFYuTVWb7,fcXAfK8sOOFYuTVWb7,hYsUenESDOFYuTVWb7,qcBwbQzohOFYuTVWb7,b867KhqTROFYuTVWb7,idOFYuTVWb7,IV4OoeQwD=getFromCurrentRouteData(\"IV4OoeQwD\")??0,...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 EHMhKGDpT3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const wCQM1JsQO1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"rEVmTkxUd\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"rEVmTkxUd\")return true;return false;};const router=useRouter();const elementId=useRouteElementId(\"Xzp6Y0Sv0\");const ref2=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({cvhjml:cursor});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"P4iIvSylq\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(247, 247, 247); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-10ugcwu\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qqkdtf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"S9tDTxDry\",scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(Scroll_Progress,{backgroundColor:\"var(--token-33277ac4-9b91-4864-a626-82c1057457de, rgb(252, 118, 45))\",height:\"100%\",id:\"S9tDTxDry\",layoutId:\"S9tDTxDry\",Origin:\"l\",progressHeight:2,progressMargin:0,progressPosition:true,width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:71,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qnfnxq-container hidden-1f761yg\",layoutScroll:true,nodeId:\"TDVHIMDQv\",scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(NavigationDesktopNavigation,{height:\"100%\",id:\"TDVHIMDQv\",layoutId:\"TDVHIMDQv\",style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rEVmTkxUd:{height:65,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-tjbxdq-container hidden-10ugcwu hidden-1qszyy9\",\"data-framer-name\":\"Navigation Mobile\",id:\"tjbxdq\",layoutScroll:true,name:\"Navigation Mobile\",nodeId:\"ja0Vcp05c\",scopeId:\"O5Ydpvb5y\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rEVmTkxUd:{variant:overlay.visible?\"PPFOyo3m8\":undefined}},children:/*#__PURE__*/_jsx(NavigationNavigationMobile,{EHMhKGDpT:EHMhKGDpT3bnx0g({overlay}),height:\"100%\",id:\"ja0Vcp05c\",layoutId:\"ja0Vcp05c\",name:\"Navigation Mobile\",style:{width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1gk2uny\"),\"data-framer-portal-id\":\"tjbxdq\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"SjPEss7Uy\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:cx(scopingClassNames,\"framer-1sry6ig-container\"),\"data-framer-portal-id\":\"tjbxdq\",exit:animation,inComponentSlot:true,initial:animation2,nodeId:\"qMk9jcTfy\",rendersWithMotion:true,scopeId:\"O5Ydpvb5y\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavigationMobileNavigationOpenState,{height:\"100%\",id:\"qMk9jcTfy\",layoutId:\"qMk9jcTfy\",style:{height:\"100%\",width:\"100%\"},wCQM1JsQO:wCQM1JsQO1wnntms({overlay}),width:\"100%\"})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-narixi\",\"data-framer-name\":\"Buy Template Module\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-182qswy\",\"data-framer-name\":\"Button Wrapper\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-mc4iha\",\"data-framer-appear-id\":\"mc4iha\",\"data-framer-name\":\"ena / Buy template button\",initial:animation4,optimized:true,style:{transformPerspective:1200}})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-eue00g\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1335l7v\",\"data-framer-name\":\"Section Article\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-sr3x4y\",\"data-framer-name\":\"Left Column\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11hzind\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qp56lh\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-12rzbfw\",\"data-framer-appear-id\":\"12rzbfw\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Dezeen\"})}),className:\"framer-lewf2q\",fonts:[\"Inter\"],text:aAYgSPyif,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation7,className:\"framer-164ymaf\",\"data-framer-appear-id\":\"164ymaf\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13k0sal\",\"data-styles-preset\":\"vijqTpVGD\",children:\"Nostalgia in Modern Branding\"})}),className:\"framer-12gxh44\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:qcBwbQzoh,verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hwZPdkVb6:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px) / 2, 1px) - 20px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px) / 2, 1px) - 20px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y473yu-container hidden-1f761yg\",nodeId:\"jJXUZized\",scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"jJXUZized\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"jJXUZized\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"sG0P8FssP\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t0p8b5 hidden-1f761yg\",\"data-framer-name\":\"Author - Desktop\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vtlmrc\",\"data-framer-name\":\"Author\",children:[/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation8,background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:4272,pixelWidth:2848,sizes:\"65px\",...toResponsiveImage(uMP_xDu0k)},className:\"framer-g9ob8n\",\"data-framer-appear-id\":\"g9ob8n\",\"data-framer-name\":\"Image\",initial:animation6,optimized:true,style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation9,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-etyep1\",\"data-styles-preset\":\"jS3cIXaLJ\",children:\"Marc Griffin\"})}),className:\"framer-194ubnd\",\"data-framer-appear-id\":\"194ubnd\",fonts:[\"Inter\"],initial:animation6,optimized:true,style:{transformPerspective:1200},text:LYJcYsuB6,verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1svfi91\",\"data-framer-name\":\"Details\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation10,className:\"framer-1fzhqew\",\"data-framer-appear-id\":\"1fzhqew\",\"data-framer-name\":\"Date & Time Read\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"23rd of September, 2025\"})}),className:\"framer-xubgc8\",fonts:[\"Inter\"],text:Ac5TDJz2e,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivClipboard_Share82d5poWithOptimizedAppearEffect,{animate:animation11,className:\"framer-82d5po\",\"data-framer-appear-id\":\"82d5po\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vibaeh-container\",nodeId:\"a9_fgFp9O\",rendersWithMotion:true,scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"a9_fgFp9O\",layoutId:\"a9_fgFp9O\",lQ_FXk_nD:false,UvO00kpP1:\"Share Article\",variant:\"qz5D2mL2r\",width:\"100%\"})})})})]})]})]})}),/*#__PURE__*/_jsx(\"article\",{className:\"framer-1jebivy\",\"data-framer-name\":\"Article\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-124q54j\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hwZPdkVb6:{background:{alt:\"\",fit:\"fill\",sizes:`max(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px) / 2, 1px) - 20px, 1px)`,...toResponsiveImage(hYsUenESD)}},rEVmTkxUd:{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 30px)`,...toResponsiveImage(hYsUenESD)}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation11,background:{alt:\"\",fit:\"fill\",sizes:`max(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px) / 2, 1px) - 20px, 1px)`,...toResponsiveImage(hYsUenESD)},className:\"framer-1omyuxv\",\"data-framer-appear-id\":\"1omyuxv\",\"data-framer-name\":\"Intro Image\",initial:animation6,optimized:true,style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation12,className:\"framer-k1urc3\",\"data-framer-appear-id\":\"k1urc3\",\"data-framer-name\":\"Chapter 1\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:UkT_A2Hym,className:\"framer-wlrf5n\",fonts:[\"Inter\"],stylesPresetsClassNames:{h3:\"framer-styles-preset-mz1cmo\",h6:\"framer-styles-preset-1qfh787\",p:\"framer-styles-preset-avne60\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation13,className:\"framer-nmgjrj\",\"data-framer-appear-id\":\"nmgjrj\",\"data-framer-name\":\"Quote\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sa6y1y\",\"data-styles-preset\":\"a_1YkxEaI\",children:'\"These fundamentals apply to everything, whether you\\'re creating a simple logo animation or a complex scene.\"'})}),className:\"framer-i0c0el\",fonts:[\"Inter\"],text:jn1arYzHH,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation14,className:\"framer-15tzu50\",\"data-framer-appear-id\":\"15tzu50\",\"data-framer-name\":\"Chapter 2\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:yqKo1sMxK,className:\"framer-6rzffc\",fonts:[\"Inter\"],stylesPresetsClassNames:{h3:\"framer-styles-preset-mz1cmo\",h6:\"framer-styles-preset-1qfh787\",p:\"framer-styles-preset-avne60\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation15,className:\"framer-4sq335\",\"data-framer-appear-id\":\"4sq335\",\"data-framer-name\":\"Chapter Images\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1efpu5n\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hwZPdkVb6:{background:{alt:\"\",fit:\"fill\",pixelHeight:5730,pixelWidth:4e3,sizes:`max((max(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px) / 2, 1px) - 20px, 1px) - 10px) / 2, 1px)`,...toResponsiveImage(ijpr8OOIZ)}},rEVmTkxUd:{background:{alt:\"\",fit:\"fill\",pixelHeight:5730,pixelWidth:4e3,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px) / 2, 1px)`,...toResponsiveImage(ijpr8OOIZ)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:5730,pixelWidth:4e3,sizes:`max((max(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px) / 2, 1px) - 20px, 1px) - 10px) / 2, 1px)`,...toResponsiveImage(ijpr8OOIZ)},className:\"framer-a0qyuk\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11jusa0\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hwZPdkVb6:{background:{alt:\"\",fit:\"fill\",pixelHeight:2556,pixelWidth:3831,sizes:`max((max(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px) / 2, 1px) - 20px, 1px) - 10px) / 2, 1px)`,...toResponsiveImage(gtyfVqgjt)}},rEVmTkxUd:{background:{alt:\"\",fit:\"fill\",pixelHeight:2556,pixelWidth:3831,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px) / 2, 1px)`,...toResponsiveImage(gtyfVqgjt)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2556,pixelWidth:3831,sizes:`max((max(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px) / 2, 1px) - 20px, 1px) - 10px) / 2, 1px)`,...toResponsiveImage(gtyfVqgjt)},className:\"framer-1lqpqav\",\"data-framer-name\":\"Image\"})})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation16,className:\"framer-w0rjhy\",\"data-framer-appear-id\":\"w0rjhy\",\"data-framer-name\":\"Conclusion\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:BlSnBKir5,className:\"framer-1ngho2\",fonts:[\"Inter\"],stylesPresetsClassNames:{h3:\"framer-styles-preset-mz1cmo\",h6:\"framer-styles-preset-1qfh787\",p:\"framer-styles-preset-avne60\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cbtusy hidden-10ugcwu hidden-1qszyy9\",\"data-framer-name\":\"Author - Mobile\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h9smfm\",\"data-framer-name\":\"Author\",children:[/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation8,background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:4272,pixelWidth:2848,sizes:\"65px\",...toResponsiveImage(uMP_xDu0k)},className:\"framer-1qa0i9f\",\"data-framer-appear-id\":\"1qa0i9f\",\"data-framer-name\":\"Image\",initial:animation6,optimized:true,style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation9,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-etyep1\",\"data-styles-preset\":\"jS3cIXaLJ\",children:\"Marc Griffin\"})}),className:\"framer-1vve43z\",\"data-framer-appear-id\":\"1vve43z\",fonts:[\"Inter\"],initial:animation6,optimized:true,style:{transformPerspective:1200},text:LYJcYsuB6,verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4er07q\",\"data-framer-name\":\"Details\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation10,className:\"framer-b2pn\",\"data-framer-appear-id\":\"b2pn\",\"data-framer-name\":\"Date & Time Read\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"23rd of September, 2025\"})}),className:\"framer-1h9wo1i\",fonts:[\"Inter\"],text:Ac5TDJz2e,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivClipboard_Sharef6sf9dWithOptimizedAppearEffect,{animate:animation11,className:\"framer-f6sf9d\",\"data-framer-appear-id\":\"f6sf9d\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yosc26-container\",nodeId:\"w7U7CUZLH\",rendersWithMotion:true,scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"w7U7CUZLH\",layoutId:\"w7U7CUZLH\",lQ_FXk_nD:false,UvO00kpP1:\"Share Article\",variant:\"qz5D2mL2r\",width:\"100%\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rEVmTkxUd:{height:1,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 30px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gppood-container hidden-10ugcwu\",nodeId:\"Cvtit6Gb4\",scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rEVmTkxUd:{variant:\"mQVtK0ziv\"}},children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"Cvtit6Gb4\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"Cvtit6Gb4\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"sG0P8FssP\",width:\"100%\"})})})})})]})]})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1u5phfi\",\"data-framer-name\":\"Section More Articles\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2j97ex\",\"data-framer-name\":\"Heading Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ezn3v1-container\",nodeId:\"ONdzGsAk8\",scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"ONdzGsAk8\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"ONdzGsAk8\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"EZQ5yO3L2\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x3veep\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9pbo33\",\"data-styles-preset\":\"Izc9F6vKJ\",children:\"More Articles\"})}),className:\"framer-mwtwym\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Q_XUUCVlv\"},implicitPathVariables:undefined},{href:{webPageId:\"Q_XUUCVlv\"},implicitPathVariables:undefined},{href:{webPageId:\"Q_XUUCVlv\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xqazl6-container\",nodeId:\"FqQUI5c86\",scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hwZPdkVb6:{RfvyNXQf9:resolvedLinks[1]},rEVmTkxUd:{RfvyNXQf9:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(NavigationNavigationLink,{height:\"100%\",id:\"FqQUI5c86\",layoutId:\"FqQUI5c86\",ppAJCDvAA:false,RfvyNXQf9:resolvedLinks[0],s1xSjgAh4:\"Read all articles\",variant:\"bBoZ0FMGm\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9wcp7s\",\"data-framer-name\":\"Articles Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-s15ib6\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"dk9eUOEne\",data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"dk9eUOEne\",name:\"b28zECxre\",type:\"Identifier\"},{collection:\"dk9eUOEne\",name:\"fcXAfK8sO\",type:\"Identifier\"},{collection:\"dk9eUOEne\",name:\"hYsUenESD\",type:\"Identifier\"},{collection:\"dk9eUOEne\",name:\"qcBwbQzoh\",type:\"Identifier\"},{collection:\"dk9eUOEne\",name:\"b867KhqTR\",type:\"Identifier\"},{collection:\"dk9eUOEne\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"dk9eUOEne\",name:\"z6RiVm3Ch\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:lCc9E8itj},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({b28zECxre:b28zECxredk9eUOEne,b867KhqTR:b867KhqTRdk9eUOEne,fcXAfK8sO:fcXAfK8sOdk9eUOEne,hYsUenESD:hYsUenESDdk9eUOEne,id:iddk9eUOEne,qcBwbQzoh:qcBwbQzohdk9eUOEne},index)=>{b28zECxredk9eUOEne??=\"\";fcXAfK8sOdk9eUOEne??=true;qcBwbQzohdk9eUOEne??=\"\";b867KhqTRdk9eUOEne??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`dk9eUOEne-${iddk9eUOEne}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{b28zECxre:b28zECxredk9eUOEne},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{b28zECxre:b28zECxredk9eUOEne},webPageId:\"O5Ydpvb5y\"},motionChild:true,nodeId:\"xVS4V1Q3M\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-n4vcg framer-ji2q9m\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rEVmTkxUd:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:482,width:`max((${componentViewport?.width||\"100vw\"} - 70px) / 4, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tfyhuq-container\",nodeId:\"LNUl8oU2w\",scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hwZPdkVb6:{variant:\"plJryGGGN\"},rEVmTkxUd:{variant:\"plJryGGGN\"}},children:/*#__PURE__*/_jsx(NewsNewsArticle,{GdNar7EyN:qcBwbQzohdk9eUOEne,height:\"100%\",id:\"LNUl8oU2w\",layoutId:\"LNUl8oU2w\",Omtc4De91:b867KhqTRdk9eUOEne,style:{width:\"100%\"},variant:convertFromBoolean(equals(fcXAfK8sOdk9eUOEne,true),activeLocale),width:\"100%\",ZYZ194zvr:toResponsiveImage(hYsUenESDdk9eUOEne)})})})})})})})})},iddk9eUOEne);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iumeok\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"YpwCz7zVX\",data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"YpwCz7zVX\",name:\"b28zECxre\",type:\"Identifier\"},{collection:\"YpwCz7zVX\",name:\"fcXAfK8sO\",type:\"Identifier\"},{collection:\"YpwCz7zVX\",name:\"hYsUenESD\",type:\"Identifier\"},{collection:\"YpwCz7zVX\",name:\"qcBwbQzoh\",type:\"Identifier\"},{collection:\"YpwCz7zVX\",name:\"b867KhqTR\",type:\"Identifier\"},{collection:\"YpwCz7zVX\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"YpwCz7zVX\",name:\"z6RiVm3Ch\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:hveO5726T},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({b28zECxre:b28zECxreYpwCz7zVX,b867KhqTR:b867KhqTRYpwCz7zVX,fcXAfK8sO:fcXAfK8sOYpwCz7zVX,hYsUenESD:hYsUenESDYpwCz7zVX,id:idYpwCz7zVX,qcBwbQzoh:qcBwbQzohYpwCz7zVX},index1)=>{b28zECxreYpwCz7zVX??=\"\";fcXAfK8sOYpwCz7zVX??=true;qcBwbQzohYpwCz7zVX??=\"\";b867KhqTRYpwCz7zVX??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`YpwCz7zVX-${idYpwCz7zVX}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{b28zECxre:b28zECxreYpwCz7zVX},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{b28zECxre:b28zECxreYpwCz7zVX},webPageId:\"O5Ydpvb5y\"},motionChild:true,nodeId:\"m6fseUFRF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1kpto19 framer-ji2q9m\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rEVmTkxUd:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:482,width:`max((${componentViewport?.width||\"100vw\"} - 70px) / 4, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17vvgw3-container\",nodeId:\"mwXfRtdNy\",scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hwZPdkVb6:{variant:\"OQfD1a2J4\"},rEVmTkxUd:{variant:\"ek9MYVdoz\"}},children:/*#__PURE__*/_jsx(NewsNewsArticle,{GdNar7EyN:qcBwbQzohYpwCz7zVX,height:\"100%\",id:\"mwXfRtdNy\",layoutId:\"mwXfRtdNy\",Omtc4De91:b867KhqTRYpwCz7zVX,style:{width:\"100%\"},variant:convertFromBoolean(fcXAfK8sOYpwCz7zVX,activeLocale),width:\"100%\",ZYZ194zvr:toResponsiveImage(hYsUenESDYpwCz7zVX)})})})})})})})})},idYpwCz7zVX);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9xppfm\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"buiVqvPQE\",data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"buiVqvPQE\",name:\"b28zECxre\",type:\"Identifier\"},{collection:\"buiVqvPQE\",name:\"fcXAfK8sO\",type:\"Identifier\"},{collection:\"buiVqvPQE\",name:\"hYsUenESD\",type:\"Identifier\"},{collection:\"buiVqvPQE\",name:\"qcBwbQzoh\",type:\"Identifier\"},{collection:\"buiVqvPQE\",name:\"b867KhqTR\",type:\"Identifier\"},{collection:\"buiVqvPQE\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"buiVqvPQE\",name:\"z6RiVm3Ch\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:rA5CeeNR5},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({b28zECxre:b28zECxrebuiVqvPQE,b867KhqTR:b867KhqTRbuiVqvPQE,fcXAfK8sO:fcXAfK8sObuiVqvPQE,hYsUenESD:hYsUenESDbuiVqvPQE,id:idbuiVqvPQE,qcBwbQzoh:qcBwbQzohbuiVqvPQE},index2)=>{b28zECxrebuiVqvPQE??=\"\";fcXAfK8sObuiVqvPQE??=true;qcBwbQzohbuiVqvPQE??=\"\";b867KhqTRbuiVqvPQE??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`buiVqvPQE-${idbuiVqvPQE}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{b28zECxre:b28zECxrebuiVqvPQE},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{b28zECxre:b28zECxrebuiVqvPQE},webPageId:\"O5Ydpvb5y\"},motionChild:true,nodeId:\"hzqMRhORW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15fvxav framer-ji2q9m\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rEVmTkxUd:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:482,width:`max((${componentViewport?.width||\"100vw\"} - 70px) / 4, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4fcgau-container\",nodeId:\"Xhjo_SiZV\",scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hwZPdkVb6:{variant:\"plJryGGGN\"},rEVmTkxUd:{variant:\"plJryGGGN\"}},children:/*#__PURE__*/_jsx(NewsNewsArticle,{GdNar7EyN:qcBwbQzohbuiVqvPQE,height:\"100%\",id:\"Xhjo_SiZV\",layoutId:\"Xhjo_SiZV\",Omtc4De91:b867KhqTRbuiVqvPQE,style:{width:\"100%\"},variant:convertFromBoolean(fcXAfK8sObuiVqvPQE,activeLocale),width:\"100%\",ZYZ194zvr:toResponsiveImage(hYsUenESDbuiVqvPQE)})})})})})})})})},idbuiVqvPQE);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2ri8hf\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"OFYuTVWb7\",data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"OFYuTVWb7\",name:\"b28zECxre\",type:\"Identifier\"},{collection:\"OFYuTVWb7\",name:\"fcXAfK8sO\",type:\"Identifier\"},{collection:\"OFYuTVWb7\",name:\"hYsUenESD\",type:\"Identifier\"},{collection:\"OFYuTVWb7\",name:\"qcBwbQzoh\",type:\"Identifier\"},{collection:\"OFYuTVWb7\",name:\"b867KhqTR\",type:\"Identifier\"},{collection:\"OFYuTVWb7\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"OFYuTVWb7\",name:\"z6RiVm3Ch\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:IV4OoeQwD},type:\"BinaryOperation\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({b28zECxre:b28zECxreOFYuTVWb7,b867KhqTR:b867KhqTROFYuTVWb7,fcXAfK8sO:fcXAfK8sOOFYuTVWb7,hYsUenESD:hYsUenESDOFYuTVWb7,id:idOFYuTVWb7,qcBwbQzoh:qcBwbQzohOFYuTVWb7},index3)=>{b28zECxreOFYuTVWb7??=\"\";fcXAfK8sOOFYuTVWb7??=true;qcBwbQzohOFYuTVWb7??=\"\";b867KhqTROFYuTVWb7??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`OFYuTVWb7-${idOFYuTVWb7}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{b28zECxre:b28zECxreOFYuTVWb7},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{b28zECxre:b28zECxreOFYuTVWb7},webPageId:\"O5Ydpvb5y\"},motionChild:true,nodeId:\"yjtSQtTre\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1co5m14 framer-ji2q9m\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rEVmTkxUd:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:482,width:`max((${componentViewport?.width||\"100vw\"} - 70px) / 4, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mre9t3-container\",nodeId:\"xgXNBiFAV\",scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hwZPdkVb6:{variant:\"OQfD1a2J4\"},rEVmTkxUd:{variant:\"ek9MYVdoz\"}},children:/*#__PURE__*/_jsx(NewsNewsArticle,{GdNar7EyN:qcBwbQzohOFYuTVWb7,height:\"100%\",id:\"xgXNBiFAV\",layoutId:\"xgXNBiFAV\",Omtc4De91:b867KhqTROFYuTVWb7,style:{width:\"100%\"},variant:convertFromBoolean(fcXAfK8sOOFYuTVWb7,activeLocale),width:\"100%\",ZYZ194zvr:toResponsiveImage(hYsUenESDOFYuTVWb7)})})})})})})})})},idOFYuTVWb7);})})})})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:474,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fm93k3-container\",id:elementId,nodeId:\"Xzp6Y0Sv0\",ref:ref2,scopeId:\"O5Ydpvb5y\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hwZPdkVb6:{variant:\"qazcbMyGd\"},rEVmTkxUd:{variant:\"Fg1Q1eOuR\"}},children:/*#__PURE__*/_jsx(FooterFooter,{height:\"100%\",id:\"Xzp6Y0Sv0\",layoutId:\"Xzp6Y0Sv0\",QBaefKmHe:\"cvhjml\",style:{width:\"100%\"},variant:\"iDrl6GYeD\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6NO2F.framer-ji2q9m, .framer-6NO2F .framer-ji2q9m { display: block; }\",\".framer-6NO2F.framer-10ugcwu { align-content: center; align-items: center; background-color: #f7f7f7; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-6NO2F .framer-qqkdtf-container { flex: none; height: auto; position: relative; width: auto; z-index: 10; }\",\".framer-6NO2F .framer-1qnfnxq-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-6NO2F .framer-tjbxdq-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 9; }\",\".framer-6NO2F.framer-1gk2uny { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 6; }\",\".framer-6NO2F.framer-1sry6ig-container { flex: none; height: 100vh; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-6NO2F .framer-narixi { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 0px; justify-content: flex-end; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 0px; position: fixed; width: 100%; z-index: 10; }\",\".framer-6NO2F .framer-182qswy { align-content: center; align-items: center; bottom: 66px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 20px; width: min-content; z-index: 1; }\",\".framer-6NO2F .framer-mc4iha { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.19), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16525), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.065), 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17277), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15254), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06), 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.13678), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.12076), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0475), 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.0216), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.01907), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0075); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 142px; }\",\".framer-6NO2F .framer-eue00g { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 160px 0px 120px 0px; position: relative; width: 100%; z-index: 8; }\",\".framer-6NO2F .framer-1335l7v { 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; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-sr3x4y { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 0px 120px 20px; position: relative; width: 1px; }\",\".framer-6NO2F .framer-11hzind { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 90px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-6NO2F .framer-1qp56lh, .framer-6NO2F .framer-1fzhqew, .framer-6NO2F .framer-b2pn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-12rzbfw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 17px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-lewf2q { flex: none; height: auto; opacity: 0.5; position: relative; white-space: pre; width: auto; }\",\".framer-6NO2F .framer-164ymaf { 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; overflow: hidden; padding: 0px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-12gxh44 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-6NO2F .framer-y473yu-container, .framer-6NO2F .framer-gppood-container, .framer-6NO2F .framer-ezn3v1-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-1t0p8b5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-1vtlmrc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-g9ob8n { aspect-ratio: 1 / 1; border-bottom-left-radius: 500px; border-bottom-right-radius: 500px; border-top-left-radius: 500px; border-top-right-radius: 500px; flex: none; height: var(--framer-aspect-ratio-supported, 65px); position: relative; width: 65px; }\",\".framer-6NO2F .framer-194ubnd, .framer-6NO2F .framer-1vve43z { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6NO2F .framer-1svfi91 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-xubgc8, .framer-6NO2F .framer-1h9wo1i { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.5; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6NO2F .framer-82d5po, .framer-6NO2F .framer-f6sf9d { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-1vibaeh-container, .framer-6NO2F .framer-1yosc26-container, .framer-6NO2F .framer-1xqazl6-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-6NO2F .framer-1jebivy { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 120px 0px; position: relative; width: 1px; }\",\".framer-6NO2F .framer-124q54j { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6NO2F .framer-1omyuxv { aspect-ratio: 1.4743589743589745 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 136px); position: relative; width: 100%; }\",\".framer-6NO2F .framer-k1urc3, .framer-6NO2F .framer-15tzu50, .framer-6NO2F .framer-w0rjhy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-wlrf5n, .framer-6NO2F .framer-6rzffc, .framer-6NO2F .framer-1ngho2 { --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-6NO2F .framer-nmgjrj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-i0c0el { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6NO2F .framer-4sq335 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-1efpu5n, .framer-6NO2F .framer-11jusa0 { align-content: center; align-items: center; aspect-ratio: 0.8103448275862069 / 1; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 247px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6NO2F .framer-a0qyuk, .framer-6NO2F .framer-1lqpqav { flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; }\",\".framer-6NO2F .framer-1cbtusy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-h9smfm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-1qa0i9f { aspect-ratio: 1 / 1; border-bottom-left-radius: 500px; border-bottom-right-radius: 500px; border-top-left-radius: 500px; border-top-right-radius: 500px; flex: none; height: 65px; position: relative; width: var(--framer-aspect-ratio-supported, 65px); }\",\".framer-6NO2F .framer-4er07q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-1u5phfi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-2j97ex { align-content: center; align-items: center; 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-6NO2F .framer-1x3veep { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-mwtwym { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-6NO2F .framer-9wcp7s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6NO2F .framer-s15ib6, .framer-6NO2F .framer-iumeok, .framer-6NO2F .framer-9xppfm, .framer-6NO2F .framer-2ri8hf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-6NO2F .framer-n4vcg, .framer-6NO2F .framer-1kpto19, .framer-6NO2F .framer-15fvxav, .framer-6NO2F .framer-1co5m14 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-6NO2F .framer-tfyhuq-container, .framer-6NO2F .framer-17vvgw3-container, .framer-6NO2F .framer-4fcgau-container, .framer-6NO2F .framer-mre9t3-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-6NO2F .framer-1fm93k3-container { bottom: 0px; flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6NO2F.framer-10ugcwu, .framer-6NO2F .framer-narixi, .framer-6NO2F .framer-182qswy, .framer-6NO2F .framer-mc4iha, .framer-6NO2F .framer-eue00g, .framer-6NO2F .framer-1335l7v, .framer-6NO2F .framer-sr3x4y, .framer-6NO2F .framer-11hzind, .framer-6NO2F .framer-1qp56lh, .framer-6NO2F .framer-12rzbfw, .framer-6NO2F .framer-164ymaf, .framer-6NO2F .framer-1t0p8b5, .framer-6NO2F .framer-1vtlmrc, .framer-6NO2F .framer-1svfi91, .framer-6NO2F .framer-1fzhqew, .framer-6NO2F .framer-82d5po, .framer-6NO2F .framer-1jebivy, .framer-6NO2F .framer-124q54j, .framer-6NO2F .framer-k1urc3, .framer-6NO2F .framer-nmgjrj, .framer-6NO2F .framer-15tzu50, .framer-6NO2F .framer-4sq335, .framer-6NO2F .framer-1efpu5n, .framer-6NO2F .framer-11jusa0, .framer-6NO2F .framer-w0rjhy, .framer-6NO2F .framer-1cbtusy, .framer-6NO2F .framer-h9smfm, .framer-6NO2F .framer-4er07q, .framer-6NO2F .framer-b2pn, .framer-6NO2F .framer-f6sf9d, .framer-6NO2F .framer-1u5phfi, .framer-6NO2F .framer-2j97ex, .framer-6NO2F .framer-1x3veep, .framer-6NO2F .framer-9wcp7s, .framer-6NO2F .framer-s15ib6, .framer-6NO2F .framer-n4vcg, .framer-6NO2F .framer-iumeok, .framer-6NO2F .framer-1kpto19, .framer-6NO2F .framer-9xppfm, .framer-6NO2F .framer-15fvxav, .framer-6NO2F .framer-2ri8hf, .framer-6NO2F .framer-1co5m14 { gap: 0px; } .framer-6NO2F.framer-10ugcwu > *, .framer-6NO2F .framer-eue00g > *, .framer-6NO2F .framer-1cbtusy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6NO2F.framer-10ugcwu > :first-child, .framer-6NO2F .framer-eue00g > :first-child, .framer-6NO2F .framer-sr3x4y > :first-child, .framer-6NO2F .framer-11hzind > :first-child, .framer-6NO2F .framer-1qp56lh > :first-child, .framer-6NO2F .framer-1t0p8b5 > :first-child, .framer-6NO2F .framer-1vtlmrc > :first-child, .framer-6NO2F .framer-1svfi91 > :first-child, .framer-6NO2F .framer-1fzhqew > :first-child, .framer-6NO2F .framer-124q54j > :first-child, .framer-6NO2F .framer-nmgjrj > :first-child, .framer-6NO2F .framer-1cbtusy > :first-child, .framer-6NO2F .framer-h9smfm > :first-child, .framer-6NO2F .framer-4er07q > :first-child, .framer-6NO2F .framer-b2pn > :first-child, .framer-6NO2F .framer-1u5phfi > :first-child, .framer-6NO2F .framer-2j97ex > :first-child { margin-top: 0px; } .framer-6NO2F.framer-10ugcwu > :last-child, .framer-6NO2F .framer-eue00g > :last-child, .framer-6NO2F .framer-sr3x4y > :last-child, .framer-6NO2F .framer-11hzind > :last-child, .framer-6NO2F .framer-1qp56lh > :last-child, .framer-6NO2F .framer-1t0p8b5 > :last-child, .framer-6NO2F .framer-1vtlmrc > :last-child, .framer-6NO2F .framer-1svfi91 > :last-child, .framer-6NO2F .framer-1fzhqew > :last-child, .framer-6NO2F .framer-124q54j > :last-child, .framer-6NO2F .framer-nmgjrj > :last-child, .framer-6NO2F .framer-1cbtusy > :last-child, .framer-6NO2F .framer-h9smfm > :last-child, .framer-6NO2F .framer-4er07q > :last-child, .framer-6NO2F .framer-b2pn > :last-child, .framer-6NO2F .framer-1u5phfi > :last-child, .framer-6NO2F .framer-2j97ex > :last-child { margin-bottom: 0px; } .framer-6NO2F .framer-narixi > *, .framer-6NO2F .framer-182qswy > *, .framer-6NO2F .framer-mc4iha > *, .framer-6NO2F .framer-12rzbfw > *, .framer-6NO2F .framer-164ymaf > *, .framer-6NO2F .framer-82d5po > *, .framer-6NO2F .framer-k1urc3 > *, .framer-6NO2F .framer-15tzu50 > *, .framer-6NO2F .framer-4sq335 > *, .framer-6NO2F .framer-1efpu5n > *, .framer-6NO2F .framer-11jusa0 > *, .framer-6NO2F .framer-w0rjhy > *, .framer-6NO2F .framer-f6sf9d > *, .framer-6NO2F .framer-9wcp7s > *, .framer-6NO2F .framer-s15ib6 > *, .framer-6NO2F .framer-iumeok > *, .framer-6NO2F .framer-9xppfm > *, .framer-6NO2F .framer-2ri8hf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6NO2F .framer-narixi > :first-child, .framer-6NO2F .framer-182qswy > :first-child, .framer-6NO2F .framer-mc4iha > :first-child, .framer-6NO2F .framer-1335l7v > :first-child, .framer-6NO2F .framer-12rzbfw > :first-child, .framer-6NO2F .framer-164ymaf > :first-child, .framer-6NO2F .framer-82d5po > :first-child, .framer-6NO2F .framer-1jebivy > :first-child, .framer-6NO2F .framer-k1urc3 > :first-child, .framer-6NO2F .framer-15tzu50 > :first-child, .framer-6NO2F .framer-4sq335 > :first-child, .framer-6NO2F .framer-1efpu5n > :first-child, .framer-6NO2F .framer-11jusa0 > :first-child, .framer-6NO2F .framer-w0rjhy > :first-child, .framer-6NO2F .framer-f6sf9d > :first-child, .framer-6NO2F .framer-1x3veep > :first-child, .framer-6NO2F .framer-9wcp7s > :first-child, .framer-6NO2F .framer-s15ib6 > :first-child, .framer-6NO2F .framer-n4vcg > :first-child, .framer-6NO2F .framer-iumeok > :first-child, .framer-6NO2F .framer-1kpto19 > :first-child, .framer-6NO2F .framer-9xppfm > :first-child, .framer-6NO2F .framer-15fvxav > :first-child, .framer-6NO2F .framer-2ri8hf > :first-child, .framer-6NO2F .framer-1co5m14 > :first-child { margin-left: 0px; } .framer-6NO2F .framer-narixi > :last-child, .framer-6NO2F .framer-182qswy > :last-child, .framer-6NO2F .framer-mc4iha > :last-child, .framer-6NO2F .framer-1335l7v > :last-child, .framer-6NO2F .framer-12rzbfw > :last-child, .framer-6NO2F .framer-164ymaf > :last-child, .framer-6NO2F .framer-82d5po > :last-child, .framer-6NO2F .framer-1jebivy > :last-child, .framer-6NO2F .framer-k1urc3 > :last-child, .framer-6NO2F .framer-15tzu50 > :last-child, .framer-6NO2F .framer-4sq335 > :last-child, .framer-6NO2F .framer-1efpu5n > :last-child, .framer-6NO2F .framer-11jusa0 > :last-child, .framer-6NO2F .framer-w0rjhy > :last-child, .framer-6NO2F .framer-f6sf9d > :last-child, .framer-6NO2F .framer-1x3veep > :last-child, .framer-6NO2F .framer-9wcp7s > :last-child, .framer-6NO2F .framer-s15ib6 > :last-child, .framer-6NO2F .framer-n4vcg > :last-child, .framer-6NO2F .framer-iumeok > :last-child, .framer-6NO2F .framer-1kpto19 > :last-child, .framer-6NO2F .framer-9xppfm > :last-child, .framer-6NO2F .framer-15fvxav > :last-child, .framer-6NO2F .framer-2ri8hf > :last-child, .framer-6NO2F .framer-1co5m14 > :last-child { margin-right: 0px; } .framer-6NO2F .framer-1335l7v > *, .framer-6NO2F .framer-n4vcg > *, .framer-6NO2F .framer-1kpto19 > *, .framer-6NO2F .framer-15fvxav > *, .framer-6NO2F .framer-1co5m14 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-6NO2F .framer-sr3x4y > *, .framer-6NO2F .framer-1u5phfi > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6NO2F .framer-11hzind > *, .framer-6NO2F .framer-2j97ex > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-6NO2F .framer-1qp56lh > *, .framer-6NO2F .framer-1fzhqew > *, .framer-6NO2F .framer-b2pn > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-6NO2F .framer-1t0p8b5 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-6NO2F .framer-1vtlmrc > *, .framer-6NO2F .framer-124q54j > *, .framer-6NO2F .framer-nmgjrj > *, .framer-6NO2F .framer-h9smfm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6NO2F .framer-1svfi91 > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-6NO2F .framer-1jebivy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6NO2F .framer-4er07q > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-6NO2F .framer-1x3veep > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-6NO2F.framer-10ugcwu { width: 810px; } .framer-6NO2F .framer-1335l7v { gap: 20px; } .framer-6NO2F .framer-1omyuxv { aspect-ratio: 1.9743589743589745 / 1; height: var(--framer-aspect-ratio-supported, 101px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6NO2F .framer-1335l7v { gap: 0px; } .framer-6NO2F .framer-1335l7v > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-6NO2F .framer-1335l7v > :first-child { margin-left: 0px; } .framer-6NO2F .framer-1335l7v > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-6NO2F.framer-10ugcwu { width: 390px; } .framer-6NO2F.framer-1gk2uny { background-color: unset; } .framer-6NO2F .framer-narixi { flex-direction: column; } .framer-6NO2F .framer-182qswy { bottom: 62px; } .framer-6NO2F .framer-eue00g { padding: 160px 0px 90px 0px; } .framer-6NO2F .framer-1335l7v { flex-direction: column; gap: 0px; } .framer-6NO2F .framer-sr3x4y { align-self: unset; flex: none; height: min-content; padding: 0px 15px 20px 15px; width: 100%; } .framer-6NO2F .framer-11hzind { gap: 10px; } .framer-6NO2F .framer-1jebivy { flex: none; flex-direction: column; gap: 40px; padding: 0px 15px 120px 15px; width: 100%; } .framer-6NO2F .framer-124q54j { flex: none; gap: 20px; width: 100%; } .framer-6NO2F .framer-1omyuxv { aspect-ratio: unset; height: 490px; order: 0; } .framer-6NO2F .framer-k1urc3, .framer-6NO2F .framer-h9smfm { order: 1; } .framer-6NO2F .framer-nmgjrj, .framer-6NO2F .framer-4er07q { order: 2; } .framer-6NO2F .framer-15tzu50 { order: 3; } .framer-6NO2F .framer-4sq335 { order: 4; } .framer-6NO2F .framer-w0rjhy { order: 5; } .framer-6NO2F .framer-1cbtusy { order: 6; } .framer-6NO2F .framer-gppood-container { order: 0; } .framer-6NO2F .framer-9wcp7s { flex-direction: column; gap: 40px; } .framer-6NO2F .framer-s15ib6, .framer-6NO2F .framer-iumeok, .framer-6NO2F .framer-9xppfm, .framer-6NO2F .framer-2ri8hf { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6NO2F .framer-narixi, .framer-6NO2F .framer-1335l7v, .framer-6NO2F .framer-11hzind, .framer-6NO2F .framer-1jebivy, .framer-6NO2F .framer-124q54j, .framer-6NO2F .framer-9wcp7s { gap: 0px; } .framer-6NO2F .framer-narixi > *, .framer-6NO2F .framer-11hzind > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6NO2F .framer-narixi > :first-child, .framer-6NO2F .framer-1335l7v > :first-child, .framer-6NO2F .framer-11hzind > :first-child, .framer-6NO2F .framer-1jebivy > :first-child, .framer-6NO2F .framer-124q54j > :first-child, .framer-6NO2F .framer-9wcp7s > :first-child { margin-top: 0px; } .framer-6NO2F .framer-narixi > :last-child, .framer-6NO2F .framer-1335l7v > :last-child, .framer-6NO2F .framer-11hzind > :last-child, .framer-6NO2F .framer-1jebivy > :last-child, .framer-6NO2F .framer-124q54j > :last-child, .framer-6NO2F .framer-9wcp7s > :last-child { margin-bottom: 0px; } .framer-6NO2F .framer-1335l7v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6NO2F .framer-1jebivy > *, .framer-6NO2F .framer-9wcp7s > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6NO2F .framer-124q54j > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3684\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hwZPdkVb6\":{\"layout\":[\"fixed\",\"auto\"]},\"rEVmTkxUd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Xzp6Y0Sv0\":{\"pattern\":\":Xzp6Y0Sv0\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FramerO5Ydpvb5y=withCSS(Component,css,\"framer-6NO2F\");export default FramerO5Ydpvb5y;FramerO5Ydpvb5y.displayName=\"Page\";FramerO5Ydpvb5y.defaultProps={height:3684,width:1200};addFonts(FramerO5Ydpvb5y,[{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\"}]},...Scroll_ProgressFonts,...NavigationDesktopNavigationFonts,...NavigationNavigationMobileFonts,...NavigationMobileNavigationOpenStateFonts,...GlobalLineAnimationGlobalFonts,...TextLinkTextLinkUnderlineFonts,...NavigationNavigationLinkFonts,...NewsNewsArticleFonts,...FooterFooterFonts,...FooterEnaLogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerO5Ydpvb5y\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hwZPdkVb6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rEVmTkxUd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"3684\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"{\\\"Xzp6Y0Sv0\\\":{\\\"pattern\\\":\\\":Xzp6Y0Sv0\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Scroll_Progress", "props", "scrollYProgress", "useScroll", "progressOrigin", "p", "l", "motion", "addPropertyControls", "ControlType", "Clipboard_Share", "Component", "props", "p", "textField", "window", "fontStore", "fonts", "css", "className", "Scroll_ProgressFonts", "getFonts", "Scroll_Progress", "NavigationDesktopNavigationFonts", "vlEshtzG5_default", "NavigationNavigationMobileFonts", "HIFff2Yck_default", "NavigationMobileNavigationOpenStateFonts", "PRwLzu4zV_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "GlobalLineAnimationGlobalFonts", "VNUD5DB4s_default", "ImageWithOptimizedAppearEffect", "Image2", "RichTextWithOptimizedAppearEffect", "RichText2", "TextLinkTextLinkUnderlineFonts", "ZvxdVgpCY_default", "MotionDivClipboard_Share82d5poWithOptimizedAppearEffect", "withCodeBoundaryForOverrides", "Clipboard_Share", "MotionDivClipboard_Sharef6sf9dWithOptimizedAppearEffect", "NavigationNavigationLinkFonts", "uAtBbCQvP_default", "NewsNewsArticleFonts", "rbn6MRyRS_default", "FooterFooterFonts", "Ecu_gXdKa_default", "FooterEnaLogoFonts", "eQjg1x09h_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition2", "animation3", "animation4", "transition3", "animation5", "animation6", "transition4", "animation7", "toResponsiveImage", "value", "transition5", "animation8", "transition6", "animation9", "transition7", "animation10", "transition8", "animation11", "transition9", "animation12", "transition10", "animation13", "transition11", "animation14", "transition12", "animation15", "transition13", "animation16", "animation17", "textEffect", "equals", "a", "b", "convertFromBoolean", "activeLocale", "QueryData", "query", "pageSize", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "jvwoU9JnZ_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "aAYgSPyif", "qcBwbQzoh", "uMP_xDu0k", "LYJcYsuB6", "Ac5TDJz2e", "hYsUenESD", "UkT_A2Hym", "jn1arYzHH", "yqKo1sMxK", "ijpr8OOIZ", "gtyfVqgjt", "BlSnBKir5", "b28zECxredk9eUOEne", "fcXAfK8sOdk9eUOEne", "hYsUenESDdk9eUOEne", "qcBwbQzohdk9eUOEne", "b867KhqTRdk9eUOEne", "iddk9eUOEne", "lCc9E8itj", "b28zECxreYpwCz7zVX", "fcXAfK8sOYpwCz7zVX", "hYsUenESDYpwCz7zVX", "qcBwbQzohYpwCz7zVX", "b867KhqTRYpwCz7zVX", "idYpwCz7zVX", "hveO5726T", "b28zECxrebuiVqvPQE", "fcXAfK8sObuiVqvPQE", "hYsUenESDbuiVqvPQE", "qcBwbQzohbuiVqvPQE", "b867KhqTRbuiVqvPQE", "idbuiVqvPQE", "rA5CeeNR5", "b28zECxreOFYuTVWb7", "fcXAfK8sOOFYuTVWb7", "hYsUenESDOFYuTVWb7", "qcBwbQzohOFYuTVWb7", "b867KhqTROFYuTVWb7", "idOFYuTVWb7", "IV4OoeQwD", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "EHMhKGDpT3bnx0g", "overlay", "loadMore", "args", "wCQM1JsQO1wnntms", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "l", "PropertyOverrides2", "AnimatePresence", "Ga", "x", "ResolveLinks", "resolvedLinks", "ChildrenCanSuspend", "collection", "paginationInfo", "index", "PathVariablesContext", "Link", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "collection3", "paginationInfo3", "loadMore3", "index3", "css", "FramerO5Ydpvb5y", "withCSS", "O5Ydpvb5y_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
