{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/NNQ6FMXCrbudO80uWyXL/FAzXrMnLXGABaj2ggZjK/XQZBlGlQt.js"],
  "sourcesContent": ["// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withVariantAppearEffect}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 Footer from\"#framer/local/canvasComponent/hk7AYcTua/hk7AYcTua.js\";import RelatedBlogPost from\"#framer/local/canvasComponent/Rfo4cLFgu/Rfo4cLFgu.js\";import NavigationOpen from\"#framer/local/canvasComponent/VM4YPiP5r/VM4YPiP5r.js\";import NavBar from\"#framer/local/canvasComponent/Vtiwc3SuY/Vtiwc3SuY.js\";import FooterCTA from\"#framer/local/canvasComponent/vYM_9DCcv/vYM_9DCcv.js\";import BlogPosts,{enumToDisplayNameFunctions}from\"#framer/local/collection/KBWFBQjos/KBWFBQjos.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle7 from\"#framer/local/css/A8wxGf5yE/A8wxGf5yE.js\";import*as sharedStyle from\"#framer/local/css/AS4PcgcTr/AS4PcgcTr.js\";import*as sharedStyle5 from\"#framer/local/css/DLzp4NmpY/DLzp4NmpY.js\";import*as sharedStyle8 from\"#framer/local/css/f_JgQVGd5/f_JgQVGd5.js\";import*as sharedStyle2 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle6 from\"#framer/local/css/I57nas0p6/I57nas0p6.js\";import*as sharedStyle9 from\"#framer/local/css/NaK0Hn7UK/NaK0Hn7UK.js\";import*as sharedStyle10 from\"#framer/local/css/TWn2kNDJf/TWn2kNDJf.js\";import*as sharedStyle4 from\"#framer/local/css/uEJOAv1VT/uEJOAv1VT.js\";import*as sharedStyle3 from\"#framer/local/css/xCuLUgw2H/xCuLUgw2H.js\";import*as sharedStyle1 from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import metadataProvider from\"#framer/local/webPageMetadata/XQZBlGlQt/XQZBlGlQt.js\";const NavBarFonts=getFonts(NavBar);const NavBarWithVariantAppearEffect=withVariantAppearEffect(NavBar);const NavigationOpenFonts=getFonts(NavigationOpen);const RelatedBlogPostFonts=getFonts(RelatedBlogPost);const FooterCTAFonts=getFonts(FooterCTA);const FooterFonts=getFonts(Footer);const breakpoints={JfafXhNjT:\"(min-width: 810px) and (max-width: 1919px)\",Oaowu4IQt:\"(min-width: 1920px)\",SW_O1z0xu:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-dMq87\";const variantClassNames={JfafXhNjT:\"framer-v-18eq5dp\",Oaowu4IQt:\"framer-v-2a4995\",SW_O1z0xu:\"framer-v-5pokke\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-150,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:-400,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 toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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:\"Oaowu4IQt\",Phone:\"SW_O1z0xu\",Tablet:\"JfafXhNjT\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Oaowu4IQt\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"XQZBlGlQt\",data:BlogPosts,type:\"Collection\"},select:[{collection:\"XQZBlGlQt\",name:\"doRFOSqq2\",type:\"Identifier\"},{collection:\"XQZBlGlQt\",name:\"CFgpF2e8F\",type:\"Identifier\"},{collection:\"XQZBlGlQt\",name:\"B9zLg08GY\",type:\"Identifier\"},{collection:\"XQZBlGlQt\",name:\"KAfiyJ5PD\",type:\"Identifier\"},{collection:\"XQZBlGlQt\",name:\"gO5xoqsga\",type:\"Identifier\"},{collection:\"XQZBlGlQt\",name:\"AeddeVpae\",type:\"Identifier\"},{collection:\"XQZBlGlQt\",name:\"YJDWWoSVI\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"XQZBlGlQt\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,doRFOSqq2=getFromCurrentRouteData(\"doRFOSqq2\"),CFgpF2e8F=getFromCurrentRouteData(\"CFgpF2e8F\")??\"\",KAfiyJ5PD=getFromCurrentRouteData(\"KAfiyJ5PD\"),B9zLg08GY=getFromCurrentRouteData(\"B9zLg08GY\"),gO5xoqsga=getFromCurrentRouteData(\"gO5xoqsga\"),AeddeVpae=getFromCurrentRouteData(\"AeddeVpae\")??\"\",orDE4x78A,gO5xoqsgar6p7026XG,CFgpF2e8Fr6p7026XG,KAfiyJ5PDr6p7026XG,MXA5I7XIMr6p7026XG,idr6p7026XG,...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 Wr6XCG7rE3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const szReV_AXM1wnntms=({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,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"WXXotKra6\");const ref1=React.useRef(null);const textContent=enumToDisplayNameFunctions[\"doRFOSqq2\"]?.(doRFOSqq2,activeLocale);const activeLocaleCode=useLocaleCode();const textContent1=toDateString(KAfiyJ5PD,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const textContent2=enumToDisplayNameFunctions[\"B9zLg08GY\"]?.(B9zLg08GY,activeLocale);const visible=isSet(gO5xoqsga);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Oaowu4IQt\",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-2a4995\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vtetou\",\"data-framer-name\":\"nav-trigger\",id:elementId,ref:ref1}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:178,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1k3h4gn-container\",id:\"1k3h4gn\",layoutScroll:true,nodeId:\"s2BgtKcts\",rendersWithMotion:true,scopeId:\"XQZBlGlQt\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SW_O1z0xu:{variant:\"LH3Oun4B_\"}},children:/*#__PURE__*/_jsx(NavBarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"oiXV8GKID\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,AzP3uv6UW:\"jMhSpUnBt\",height:\"100%\",id:\"s2BgtKcts\",JSLjP7HYC:\"\",layoutId:\"s2BgtKcts\",style:{width:\"100%\"},variant:\"E5H4j7qNg\",vs401QcFP:\"var(--token-eebae2fc-ad7d-4686-92ad-a9fd6c6f6cd4, rgb(10, 74, 115))\",width:\"100%\",Wr6XCG7rE:Wr6XCG7rE3bnx0g({overlay}),yYYnV6I5h:\"Your partner in navigating the ins and outs of prescriptions \u2014 at no extra cost.\\n\"})}),/*#__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:{damping:60,delay:0,mass:1,stiffness:250,type:\"spring\"}},className:cx(scopingClassNames,\"framer-s72z4p\"),\"data-framer-portal-id\":\"1k3h4gn\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"blcZyuR1S\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:cx(scopingClassNames,\"framer-1mz6vun-container\"),\"data-framer-portal-id\":\"1k3h4gn\",exit:animation,inComponentSlot:true,initial:animation2,nodeId:\"H_bNz6KZM\",rendersWithMotion:true,scopeId:\"XQZBlGlQt\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SW_O1z0xu:{variant:\"JiJJZf_ew\"}},children:/*#__PURE__*/_jsx(NavigationOpen,{height:\"100%\",id:\"H_bNz6KZM\",layoutId:\"H_bNz6KZM\",style:{height:\"100%\",width:\"100%\"},szReV_AXM:szReV_AXM1wnntms({overlay}),variant:\"X43wqipK3\",width:\"100%\"})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x8jc1a\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:178,width:\"1920px\",y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yl7mr8-container\",nodeId:\"J2HhkYSSy\",scopeId:\"XQZBlGlQt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SW_O1z0xu:{variant:\"LH3Oun4B_\"}},children:/*#__PURE__*/_jsx(NavBar,{AzP3uv6UW:\"jMhSpUnBt\",height:\"100%\",id:\"J2HhkYSSy\",JSLjP7HYC:\"\",layoutId:\"J2HhkYSSy\",style:{width:\"100%\"},variant:\"E5H4j7qNg\",vs401QcFP:\"var(--token-eebae2fc-ad7d-4686-92ad-a9fd6c6f6cd4, rgb(10, 74, 115))\",width:\"100%\",yYYnV6I5h:\"Shop Alto Essentials to add pharmacy products to any delivery!\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1scxwpo\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pyqz82\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12ramg9\",\"data-framer-name\":\"Breadcrumbs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NvcGVybmljdXMgQm9vayBSZWd1bGFy\",\"--framer-font-family\":'\"Copernicus Book Regular\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eebae2fc-ad7d-4686-92ad-a9fd6c6f6cd4, rgb(10, 74, 115))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://alto.com/\",motionChild:true,nodeId:\"slLig4zMR\",openInNewTab:true,scopeId:\"XQZBlGlQt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"Alto / \"})})})}),className:\"framer-10l8dd1\",\"data-framer-name\":\"Link \u23F5 Alto\",fonts:[\"CUSTOM;Copernicus Book Regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NvcGVybmljdXMgQm9vayBSZWd1bGFy\",\"--framer-font-family\":'\"Copernicus Book Regular\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eebae2fc-ad7d-4686-92ad-a9fd6c6f6cd4, rgb(10, 74, 115))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://alto.com/blog\",motionChild:true,nodeId:\"NvkyDwRpX\",openInNewTab:true,scopeId:\"XQZBlGlQt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"Blog / \"})})})}),className:\"framer-p6owmw\",\"data-framer-name\":\"Link \u23F5 Alto\",fonts:[\"CUSTOM;Copernicus Book Regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NvcGVybmljdXMgQm9vayBSZWd1bGFy\",\"--framer-font-family\":'\"Copernicus Book Regular\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-eebae2fc-ad7d-4686-92ad-a9fd6c6f6cd4, rgb(10, 74, 115))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://alto.com/blog/search?q=Health\",motionChild:true,nodeId:\"cFis8zLsW\",openInNewTab:true,scopeId:\"XQZBlGlQt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"Content\"})})})}),className:\"framer-1wmspik\",\"data-framer-name\":\"Link \u23F5 Alto\",fonts:[\"CUSTOM;Copernicus Book Regular\"],text:textContent,verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1by2754\",\"data-framer-name\":\"Headline\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SW_O1z0xu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Alto Partners with Baby Quest to Launch 10th Anniversary Fertility Medication Grant\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Title\"})}),className:\"framer-ve7sj\",fonts:[\"Inter\"],text:CFgpF2e8F,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1202s3z\",\"data-framer-name\":\"Date/Author\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kk9poy\",\"data-framer-name\":\"Date\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(134, 138, 162)\"},children:\"Content\"})}),className:\"framer-pqygrz\",\"data-framer-name\":\"Jul 2, 2021\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ka5h68\",\"data-framer-name\":\"Author\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NvcGVybmljdXMgQm9vayBSZWd1bGFy\",\"--framer-font-family\":'\"Copernicus Book Regular\", \"Copernicus Book Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(11, 74, 114)\"},children:\"By \"})}),className:\"framer-1w7s2zu\",\"data-framer-name\":\"By\",fonts:[\"CUSTOM;Copernicus Book Regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NvcGVybmljdXMgQm9vayBSZWd1bGFy\",\"--framer-font-family\":'\"Copernicus Book Regular\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(11, 74, 114)\"},children:\"Content\"})}),className:\"framer-1ew3g5j\",\"data-framer-name\":\"Alto Pharmacy\",fonts:[\"CUSTOM;Copernicus Book Regular\"],text:textContent2,verticalAlignment:\"center\",withExternalLayout:true})]})]}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1clobbg\",\"data-framer-name\":\"Hero Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JfafXhNjT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+178+0+0+85+234+60),sizes:`min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1100px)`,...toResponsiveImage(gO5xoqsga)}},SW_O1z0xu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+178+0+0+85+234+40),sizes:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1100px)`,...toResponsiveImage(gO5xoqsga)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+178+0+0+150+234+60),sizes:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1100px)`,...toResponsiveImage(gO5xoqsga)},className:\"framer-1nax1wp\",\"data-framer-name\":\"d9c2f287-aa8d-4291-bc0b-5cbeab8430d0_COPD_FB.png\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s3p9i9\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-115e4y2\",\"data-framer-name\":\"Post Content\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"IfNREmLaH\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"FGy2OrYqw\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:AeddeVpae,className:\"framer-1u0fru\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-pbndum\",blockquote:\"framer-styles-preset-1m97a22\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-8qq44g\",h4:\"framer-styles-preset-e0tg3h\",h5:\"framer-styles-preset-10zbbdd\",h6:\"framer-styles-preset-t0t7lp\",img:\"framer-styles-preset-6y78ce\",p:\"framer-styles-preset-1vp70d4\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3pwdb6\",\"data-framer-name\":\"More from Alto\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k3zzeq\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-alignment\":\"center\"},children:\"More from Alto\"})}),className:\"framer-p55mdp\",\"data-framer-name\":\"Heading 1 \u23F5 More from Alto\",fonts:[\"Inter\"],text:orDE4x78A,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l2nx6m\",\"data-framer-name\":\"Collection\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-j0zoiv\",\"data-framer-name\":\"CMS\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JfafXhNjT:{query:{from:{alias:\"r6p7026XG\",data:BlogPosts,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"r6p7026XG\",name:\"gO5xoqsga\",type:\"Identifier\"},{collection:\"r6p7026XG\",name:\"CFgpF2e8F\",type:\"Identifier\"},{collection:\"r6p7026XG\",name:\"KAfiyJ5PD\",type:\"Identifier\"},{collection:\"r6p7026XG\",name:\"MXA5I7XIM\",type:\"Identifier\"},{collection:\"r6p7026XG\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"r6p7026XG\",name:\"doRFOSqq2\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"gBN9KxmD4\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"r6p7026XG\",name:\"gO5xoqsga\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"r6p7026XG\",name:\"gO5xoqsga\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"r6p7026XG\",data:BlogPosts,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"r6p7026XG\",name:\"gO5xoqsga\",type:\"Identifier\"},{collection:\"r6p7026XG\",name:\"CFgpF2e8F\",type:\"Identifier\"},{collection:\"r6p7026XG\",name:\"KAfiyJ5PD\",type:\"Identifier\"},{collection:\"r6p7026XG\",name:\"MXA5I7XIM\",type:\"Identifier\"},{collection:\"r6p7026XG\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"r6p7026XG\",name:\"doRFOSqq2\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"gBN9KxmD4\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"r6p7026XG\",name:\"gO5xoqsga\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"r6p7026XG\",name:\"gO5xoqsga\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({CFgpF2e8F:CFgpF2e8Fr6p7026XG,gO5xoqsga:gO5xoqsgar6p7026XG,id:idr6p7026XG,KAfiyJ5PD:KAfiyJ5PDr6p7026XG,MXA5I7XIM:MXA5I7XIMr6p7026XG},index)=>{CFgpF2e8Fr6p7026XG??=\"\";MXA5I7XIMr6p7026XG??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`r6p7026XG-${idr6p7026XG}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{MXA5I7XIM:MXA5I7XIMr6p7026XG},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{MXA5I7XIM:MXA5I7XIMr6p7026XG},webPageId:\"XQZBlGlQt\"},implicitPathVariables:undefined},{href:{pathVariables:{MXA5I7XIM:MXA5I7XIMr6p7026XG},webPageId:\"XQZBlGlQt\"},implicitPathVariables:undefined},{href:{pathVariables:{MXA5I7XIM:MXA5I7XIMr6p7026XG},webPageId:\"XQZBlGlQt\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JfafXhNjT:{y:(componentViewport?.y||0)+0+178+0+1255+0+218.1+0+0+0},SW_O1z0xu:{y:(componentViewport?.y||0)+0+178+0+1203+0+218.1+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:449,width:\"340px\",y:(componentViewport?.y||0)+0+178+0+1320+0+218.1+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1issjih-container\",nodeId:\"PqJBdEOvC\",scopeId:\"XQZBlGlQt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JfafXhNjT:{FywtfC9is:resolvedLinks[1]},SW_O1z0xu:{FywtfC9is:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(RelatedBlogPost,{FywtfC9is:resolvedLinks[0],height:\"100%\",id:\"PqJBdEOvC\",layoutId:\"PqJBdEOvC\",OJVRJuQak:toResponsiveImage(gO5xoqsgar6p7026XG),olI4IDKHt:CFgpF2e8Fr6p7026XG,style:{height:\"100%\",width:\"100%\"},variant:\"pWoV9To2Y\",VCXaYvEvy:KAfiyJ5PDr6p7026XG,width:\"100%\"})})})})})})})},idr6p7026XG);})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ja9lsd\",\"data-framer-name\":\"Footer\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JfafXhNjT:{y:(componentViewport?.y||0)+0+178+0+2022.1+0+0},SW_O1z0xu:{y:(componentViewport?.y||0)+0+178+0+1870.1+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:527,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+178+0+2087.1+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oz46oq-container\",nodeId:\"vnR7QKT18\",scopeId:\"XQZBlGlQt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JfafXhNjT:{variant:\"A6uvNqWQY\"},SW_O1z0xu:{variant:\"EViKpD4vi\"}},children:/*#__PURE__*/_jsx(FooterCTA,{AdnL9CmJ0:\"rYMAnuEgR\",height:\"100%\",I_sm3kv4K:\"https://www.alto.com/patient-onboarding\",id:\"vnR7QKT18\",layoutId:\"vnR7QKT18\",style:{width:\"100%\"},tms9Vzx8y:\"\",U0XIttSy1:\"Get started\",variant:\"QQ1VdAdhm\",width:\"100%\",y9uHc1Bw6:\"Believe in a better pharmacy\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JfafXhNjT:{y:(componentViewport?.y||0)+0+178+0+2022.1+0+527},SW_O1z0xu:{y:(componentViewport?.y||0)+0+178+0+1870.1+0+527}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:796,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+178+0+2087.1+0+527,children:/*#__PURE__*/_jsx(Container,{className:\"framer-190ej5p-container\",nodeId:\"GijCnenG5\",scopeId:\"XQZBlGlQt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JfafXhNjT:{variant:\"QIK4R_qQc\"},SW_O1z0xu:{variant:\"DhwmLgCiK\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"GijCnenG5\",layoutId:\"GijCnenG5\",style:{width:\"100%\"},variant:\"enqwFZFxw\",width:\"100%\"})})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dMq87.framer-au62x1, .framer-dMq87 .framer-au62x1 { display: block; }\",\".framer-dMq87.framer-2a4995 { 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: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-dMq87 .framer-vtetou { flex: none; height: 1px; left: calc(50.00000000000002% - 100% / 2); opacity: 0; overflow: hidden; position: absolute; top: 4px; width: 100%; z-index: 0; }\",\".framer-dMq87 .framer-1k3h4gn-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-dMq87.framer-s72z4p { background-color: rgba(0, 0, 0, 0.45); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-dMq87.framer-1mz6vun-container { flex: none; height: 100%; left: 0px; position: fixed; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-dMq87 .framer-x8jc1a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1920px; }\",\".framer-dMq87 .framer-1yl7mr8-container { flex: none; height: auto; opacity: 0; pointer-events: none; position: relative; width: 100%; z-index: 0; }\",\".framer-dMq87 .framer-1scxwpo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dMq87 .framer-pyqz82 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 150px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-dMq87 .framer-12ramg9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 1px 0px; position: relative; width: 178px; }\",\".framer-dMq87 .framer-10l8dd1, .framer-dMq87 .framer-p6owmw, .framer-dMq87 .framer-1wmspik, .framer-dMq87 .framer-pqygrz, .framer-dMq87 .framer-1w7s2zu, .framer-dMq87 .framer-1ew3g5j { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dMq87 .framer-1by2754 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 0px 50px 0px; position: relative; width: 60%; }\",\".framer-dMq87 .framer-ve7sj { --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-dMq87 .framer-1202s3z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dMq87 .framer-kk9poy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 0px 0px; position: relative; width: min-content; }\",\".framer-dMq87 .framer-ka5h68 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 1px 0px; position: relative; width: min-content; }\",\".framer-dMq87 .framer-1clobbg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-dMq87 .framer-1nax1wp { aspect-ratio: 2 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 550px); max-width: 1100px; position: relative; width: 1px; }\",\".framer-dMq87 .framer-1s3p9i9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 765px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dMq87 .framer-115e4y2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-dMq87 .framer-1u0fru { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-dMq87 .framer-3pwdb6 { align-content: center; align-items: center; background-color: var(--token-6d1a5a97-4437-494d-8977-99c6b3f39ce3, #f6fae7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-dMq87 .framer-1k3zzeq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 0px 61px 0px; position: relative; width: 100%; }\",\".framer-dMq87 .framer-p55mdp { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-dMq87 .framer-1l2nx6m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-dMq87 .framer-j0zoiv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dMq87 .framer-1issjih-container { flex: none; height: 449px; position: relative; width: 340px; }\",\".framer-dMq87 .framer-1ja9lsd { align-content: center; align-items: center; background-color: var(--token-0cc0f241-b54c-436b-8e6a-fca4b8f52232, #fffaf4); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dMq87 .framer-oz46oq-container, .framer-dMq87 .framer-190ej5p-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-dMq87.framer-2a4995, .framer-dMq87 .framer-x8jc1a, .framer-dMq87 .framer-1scxwpo, .framer-dMq87 .framer-pyqz82, .framer-dMq87 .framer-1by2754, .framer-dMq87 .framer-1202s3z, .framer-dMq87 .framer-kk9poy, .framer-dMq87 .framer-ka5h68, .framer-dMq87 .framer-1clobbg, .framer-dMq87 .framer-1s3p9i9, .framer-dMq87 .framer-115e4y2, .framer-dMq87 .framer-3pwdb6, .framer-dMq87 .framer-1k3zzeq, .framer-dMq87 .framer-1l2nx6m, .framer-dMq87 .framer-j0zoiv, .framer-dMq87 .framer-1ja9lsd { gap: 0px; } .framer-dMq87.framer-2a4995 > *, .framer-dMq87 .framer-x8jc1a > *, .framer-dMq87 .framer-1scxwpo > *, .framer-dMq87 .framer-pyqz82 > *, .framer-dMq87 .framer-1by2754 > *, .framer-dMq87 .framer-1s3p9i9 > *, .framer-dMq87 .framer-115e4y2 > *, .framer-dMq87 .framer-3pwdb6 > *, .framer-dMq87 .framer-1l2nx6m > *, .framer-dMq87 .framer-1ja9lsd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-dMq87.framer-2a4995 > :first-child, .framer-dMq87 .framer-x8jc1a > :first-child, .framer-dMq87 .framer-1scxwpo > :first-child, .framer-dMq87 .framer-pyqz82 > :first-child, .framer-dMq87 .framer-1by2754 > :first-child, .framer-dMq87 .framer-1s3p9i9 > :first-child, .framer-dMq87 .framer-115e4y2 > :first-child, .framer-dMq87 .framer-3pwdb6 > :first-child, .framer-dMq87 .framer-1l2nx6m > :first-child, .framer-dMq87 .framer-1ja9lsd > :first-child { margin-top: 0px; } .framer-dMq87.framer-2a4995 > :last-child, .framer-dMq87 .framer-x8jc1a > :last-child, .framer-dMq87 .framer-1scxwpo > :last-child, .framer-dMq87 .framer-pyqz82 > :last-child, .framer-dMq87 .framer-1by2754 > :last-child, .framer-dMq87 .framer-1s3p9i9 > :last-child, .framer-dMq87 .framer-115e4y2 > :last-child, .framer-dMq87 .framer-3pwdb6 > :last-child, .framer-dMq87 .framer-1l2nx6m > :last-child, .framer-dMq87 .framer-1ja9lsd > :last-child { margin-bottom: 0px; } .framer-dMq87 .framer-1202s3z > *, .framer-dMq87 .framer-kk9poy > *, .framer-dMq87 .framer-1clobbg > *, .framer-dMq87 .framer-1k3zzeq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-dMq87 .framer-1202s3z > :first-child, .framer-dMq87 .framer-kk9poy > :first-child, .framer-dMq87 .framer-ka5h68 > :first-child, .framer-dMq87 .framer-1clobbg > :first-child, .framer-dMq87 .framer-1k3zzeq > :first-child, .framer-dMq87 .framer-j0zoiv > :first-child { margin-left: 0px; } .framer-dMq87 .framer-1202s3z > :last-child, .framer-dMq87 .framer-kk9poy > :last-child, .framer-dMq87 .framer-ka5h68 > :last-child, .framer-dMq87 .framer-1clobbg > :last-child, .framer-dMq87 .framer-1k3zzeq > :last-child, .framer-dMq87 .framer-j0zoiv > :last-child { margin-right: 0px; } .framer-dMq87 .framer-ka5h68 > * { margin: 0px; margin-left: calc(1px / 2); margin-right: calc(1px / 2); } .framer-dMq87 .framer-j0zoiv > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,\"@media (min-width: 810px) and (max-width: 1919px) { .framer-dMq87.framer-2a4995 { width: 810px; } .framer-dMq87 .framer-pyqz82 { padding: 85px 0px 0px 0px; } .framer-dMq87 .framer-1by2754, .framer-dMq87 .framer-1l2nx6m { width: 100%; } .framer-dMq87 .framer-1clobbg { padding: 60px 30px 80px 30px; } .framer-dMq87 .framer-1nax1wp { height: var(--framer-aspect-ratio-supported, 375px); } .framer-dMq87 .framer-115e4y2 { padding: 0px 30px 100px 30px; }}\",\"@media (max-width: 809px) { .framer-dMq87.framer-2a4995 { width: 390px; } .framer-dMq87 .framer-pyqz82 { padding: 85px 0px 0px 0px; } .framer-dMq87 .framer-1by2754 { padding: 50px 10px 50px 10px; width: 100%; } .framer-dMq87 .framer-1clobbg { padding: 40px 20px 48px 20px; } .framer-dMq87 .framer-1nax1wp { height: var(--framer-aspect-ratio-supported, 175px); } .framer-dMq87 .framer-115e4y2 { padding: 0px 30px 100px 30px; } .framer-dMq87 .framer-3pwdb6 { padding: 0px; } .framer-dMq87 .framer-1l2nx6m { width: 100%; } .framer-dMq87 .framer-j0zoiv { flex-direction: column; gap: 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-dMq87 .framer-j0zoiv { gap: 0px; } .framer-dMq87 .framer-j0zoiv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-dMq87 .framer-j0zoiv > :first-child { margin-top: 0px; } .framer-dMq87 .framer-j0zoiv > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4258\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JfafXhNjT\":{\"layout\":[\"fixed\",\"auto\"]},\"SW_O1z0xu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"WXXotKra6\":{\"pattern\":\":WXXotKra6\",\"name\":\"nav-trigger\"}}\n * @framerResponsiveScreen\n */const FramerXQZBlGlQt=withCSS(Component,css,\"framer-dMq87\");export default FramerXQZBlGlQt;FramerXQZBlGlQt.displayName=\"Blog / Post\";FramerXQZBlGlQt.defaultProps={height:4258,width:1920};addFonts(FramerXQZBlGlQt,[{explicitInter:true,fonts:[{family:\"Copernicus Book Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/s1Tzi72GrsyVYtQX2MWXzMAL6cU.woff\"},{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\"}]},...NavBarFonts,...NavigationOpenFonts,...RelatedBlogPostFonts,...FooterCTAFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"FGy2OrYqw\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"FGy2OrYqw\"]):[],...componentPresets.fonts?.[\"IfNREmLaH\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"IfNREmLaH\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXQZBlGlQt\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JfafXhNjT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SW_O1z0xu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"WXXotKra6\\\":{\\\"pattern\\\":\\\":WXXotKra6\\\",\\\"name\\\":\\\"nav-trigger\\\"}}\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"4258\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1920\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavBarFonts", "getFonts", "Vtiwc3SuY_default", "NavBarWithVariantAppearEffect", "withVariantAppearEffect", "NavigationOpenFonts", "VM4YPiP5r_default", "RelatedBlogPostFonts", "Rfo4cLFgu_default", "FooterCTAFonts", "vYM_9DCcv_default", "FooterFonts", "hk7AYcTua_default", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "animation2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "isSet", "toResponsiveImage", "QueryData", "query", "pageSize", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "KBWFBQjos_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "doRFOSqq2", "CFgpF2e8F", "KAfiyJ5PD", "B9zLg08GY", "gO5xoqsga", "AeddeVpae", "orDE4x78A", "gO5xoqsgar6p7026XG", "CFgpF2e8Fr6p7026XG", "KAfiyJ5PDr6p7026XG", "MXA5I7XIMr6p7026XG", "idr6p7026XG", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Wr6XCG7rE3bnx0g", "overlay", "loadMore", "args", "szReV_AXM1wnntms", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "textContent", "enumToDisplayNameFunctions", "activeLocaleCode", "useLocaleCode", "textContent1", "textContent2", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "l", "ComponentViewportProvider", "Container", "PropertyOverrides2", "NavBarWithVariantAppearEffect", "AnimatePresence", "Ga", "x", "VM4YPiP5r_default", "Vtiwc3SuY_default", "RichText2", "Link", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "ChildrenCanSuspend", "collection", "paginationInfo", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "Rfo4cLFgu_default", "vYM_9DCcv_default", "hk7AYcTua_default", "css", "FramerXQZBlGlQt", "withCSS", "XQZBlGlQt_default", "addFonts", "NavBarFonts", "NavigationOpenFonts", "RelatedBlogPostFonts", "FooterCTAFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
