{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/GyEjKFsGfVUOx6KA2deP/QuTw6wuV0qB5P0Z9ogo5/NaturalResourceConservationPages.js", "ssg:https://framerusercontent.com/modules/lIZb1XiNPK8AK0qBx2TE/a5g97ywh5H4XM4yFYmou/W9YlpSwLv.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";// Function to convert a string to title case\nconst toTitleCase=str=>{return str.replace(/\\w\\S*/g,txt=>txt.charAt(0).toUpperCase()+txt.substr(1).toLowerCase());};export default function SchemaNaturalResourceConservationPages(){useEffect(()=>{// Extract the last part of the URL to get the slug\nconst Slug=new URL(window.location.href).pathname.split(\"/\").slice(-1)[0]||\"\";// Convert the Slug to a title for display\nconst Title=toTitleCase(Slug.replace(/-/g,\" \"));// Mapping of slugs to their respective questions and answers\nconst slugToQuestions={\"foundational-natural-resource-conservation\":[{question:\"What is Natural Resource Conservation?\",answer:\"Natural Resource Conservation is the protection, preservation, management, or restoration of natural environments and the ecological communities that inhabit them.\",url:[]},{question:\"Why is Natural Resource Conservation important?\",answer:\"Organic farming was founded on the principle of improving the natural world around us. Things like improving the water, air, and soil are even written into the Organic Foods Production Act of 1990 passed by Congress to establish the National Organic Program. We want our world to be healthy for generations to come!!\",url:[\"https://www.farmers.gov/conservation/wildlife\"]},{question:\"What are examples of natural resources?\",answer:\"Natural resources are naturally occurring substances in our environment ranging from air to oil to gold. In organic agriculture, we focus on maintaining and improving the physical, hydrological, and biological features of a production operation, including soil, water, wetlands, woodlands, and wildlife.\",url:[]},{question:\"Does organic farming sequester carbon?\",answer:\"More and more studies are being conducted on the carbon footprint of organic farming. Every farm will vary based on individual practices. Organic farming's focus on soil health along with using non-petroleum based amendments and fertility products are some of the areas where organic management is leading the way in sequestering carbon.\",url:[\"https://www.organic-center.org/sites/default/files/Soil/the_organic_center_carbon_sequestration.pdf\"]}],\"integrating-conservation-practices\":[{question:\"What are conservation buffers?\",answer:\"Conservation buffers are strips of vegetation placed in the landscape to influence ecological processes and provide benefits for natural resource conservation. In organic operations, conservation buffers can provide additional benefits such as decreasing drift opportunities from conventional farms, improving water quality, supporting beneficial wildlife habitats, decreasing soil erosion, and simply improving the aesthetic character of the property.\",url:[]},{question:\"Do conservation buffers apply to me?\",answer:\"Conservation buffers are a vital piece of the organic certification requirements as it supports the organic mission of sustainability, biodiversity, and the conservation of natural resources and biodiversity.\",url:[]},{question:\"How can I safely prevent wildlife from harming my crops?\",answer:\"Wildlife damage can be a perennial problem for farmers. Some non-lethal techniques for control include propane cannons, sirens, motion lights, predator silhouettes, repellants, and pyrotechnics, among many others.\",url:[]},{question:\"What happens if I'm unable to meet the needs of a wildlife habitat on my farm?\",answer:\"If you're unable to meet the needs of a wildlife habitat on your farm, it can have various ecological and environmental implications. Wildlife habitats are essential for maintaining biodiversity, ecosystem balance, and overall environmental health.\",url:[]},{question:\"Where do I begin to introduce conservation practices into my operation?\",answer:\"The NRCS is a great place to start. Go to your local branch to inquire about help in the form of potential funding and guidance from experts in the industry.\",url:[]},{question:\"Can I use natural water sources to water my crops?\",answer:\"Yes! Water from natural resources can be a great way to water crops. Rain is the only water source many farmers have. Water from ponds and creeks should be free from contaminants such as synthetic fertilizers and pesticides.\",url:[]},{question:\"How can organic inputs harm natural resources?\",answer:\"Natural resources are part of an ecosystem, which are precariously balanced relationships that keep things in check and life healthy. Too much of something may have a negative impact on that balance.\",url:[]},{question:\"What can I use for windbreak?\",answer:\"Using dense trees, shrubs, and bushes can prove to be successful windbreaks. Some operations also use fencing, such as a snow fence, but this can be more expensive and requires some maintenance to maintain.\",url:[]},{question:\"What is climate smart agriculture?\",answer:\"Climate smart agriculture is an integrated approach where various agricultural methods are used to counteract the effects of climate change, decrease greenhouse gas emissions released through agriculture while also understanding the need for global food security.\",url:[]},{question:\"How can I make my operation more energy efficient?\",answer:\"Making your farming operation more energy-efficient can have numerous benefits, including cost savings, reduced environmental impact, and improved sustainability.\",url:[]},{question:\"Are there any resources or grants available to implement conservation practices on my farm?\",answer:\"Yes, the Natural Resource and Conservations Services (NRCS) offers many grant programs, including for Conservation Activity Plans (CAP) as well as grants to implement conservation practices on your farm called Environmental Quality Incentive Programs (EQIP).\",url:[]},{question:\"Where can I find crop consulting services to help me improve my organic operation?\",answer:\"The NRCS or Natural Resources and Conservation Services is a great place to start. They are part of the USDA and have staff trained in agriculture and conservation.\",url:[]},{question:\"How do I monitor the health of my soil?\",answer:\"Monitoring health of soil can be achieved through regular soil testing to identify macro and micro nutrients, soil type composition, and identify any contaminations.\",url:[]},{question:\"How do I monitor water quality?\",answer:\"Monitoring water quality can be achieved through regular water testing by a laboratory. Access to surface water conditions can be provided by local water districts as they are required to regular monitor.\",url:[]},{question:\"Do I need to be concerned about the impact of my equipment on air quality?\",answer:\"Agricultural equipment, such as tractors, combines, and other machinery, can emit pollutants that contribute to air pollution, greenhouse gas emissions, and negative health effects.\",url:[]}]};// Fetch the questions and answers for the current slug\nconst questionsForThisSlug=slugToQuestions[Slug]||[];// Build the mainEntity array based on the questions for this slug\nconst mainEntity=questionsForThisSlug.map(qa=>{// Basic question-answer structure\nconst entity={\"@type\":\"Question\",name:qa.question,acceptedAnswer:{\"@type\":\"Answer\",text:qa.answer}};// If URLs are provided for this answer, add them as an array\nif(qa.url){entity.acceptedAnswer.url=Array.isArray(qa.url)?qa.url:[qa.url];}return entity;});// Build the full JSON-LD object\nconst jsonLD={\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"FAQPage\",\"@id\":`https://quickorganics.com/resource-center/natural-resource-conservation/${Slug}#webpage`,url:`https://quickorganics.com/resource-center/natural-resource-conservation/${Slug}`,name:`${Title} | Quick Organics`,alternateName:`${Title}`,headline:`${Title}`,description:`Dive into ${Title}: a comprehensive organic resource with information, essential insights, and frequently asked questions. Stay informed and make well-informed decisions.`,about:`${Title}`,additionalType:\"Resource Center\",relatedLink:\"https://quickorganics.com/resource-center\",significantLink:\"https://www.app.transition.quickorganics.com/login\",inLanguage:\"en\",isFamilyFriendly:\"https://schema.org/True\",creditText:\"Copyright \\xa9 2024 Quick Organics. All rights reserved.\",keywords:[\"Quick Organics\",\"Organic Certification\",\"Natural Resource Conservation\",\"Organic Conservation Buffers\",\"Organic Systems\",\"Carbon Sequestration in Organic Farming\",\"Organic Wildlife Considerations\",\"Organic Soil\",\"Organic Water Quality\",`${Title}`],thumbnailUrl:\"https://framerusercontent.com/images/qGXK1jQASuLoK2WXSl3sMfrEbE.png\",thumbnail:{\"@id\":`https://quickorganics.com/resource-center/natural-resource-conservation/${Slug}#primaryImage`},image:{\"@id\":`https://quickorganics.com/resource-center/natural-resource-conservation/${Slug}#primaryImage`},primaryImageOfPage:{\"@id\":`https://quickorganics.com/resource-center/natural-resource-conservation/${Slug}#primaryImage`},specialty:{\"@type\":\"Specialty\",name:`${Title}`},audience:{\"@id\":\"https://quickorganics.com/#audience\"},potentialAction:{\"@type\":\"ReadAction\",target:`https://quickorganics.com/resource-center/natural-resource-conservation/${Slug}`,actionStatus:\"https://schema.org/PotentialActionStatus\",actionAccessibilityRequirement:{requiresSubscription:\"https://schema.org/False\"},provider:{\"@id\":\"https://quickorganics.com/#organization\"}},breadcrumb:{\"@type\":\"BreadcrumbList\",itemListOrder:\"https://schema.org/ItemListOrderAscending\",numberOfItems:\"4\",itemListElement:[{\"@type\":\"ListItem\",position:1,name:\"Quick Organics\",item:\"https://quickorganics.com/\"},{\"@type\":\"ListItem\",position:2,name:\"Resource Center\",item:\"https://quickorganics.com/resource-center\"},{\"@type\":\"ListItem\",position:3,name:\"Natural Resource Conservation\",item:\"https://quickorganics.com/resource-center/natural-resource-conservation\"},{\"@type\":\"ListItem\",position:4,name:`${Title} | Quick Organics`,item:`https://quickorganics.com/resource-center/natural-resource-conservation/${Slug}`}]},mainEntity,mentions:{\"@id\":\"https://quickorganics.com/#softwareApplication\"},usageInfo:[\"https://quickorganics.com/terms-of-service\",\"https://quickorganics.com/privacy-policy\"],license:[\"https://quickorganics.com/terms-of-service\",\"https://quickorganics.com/privacy-policy\"],isPartOf:{\"@id\":\"https://quickorganics.com/#website\"},reviewedBy:{\"@id\":\"https://quickorganics.com/#organization\"},publisher:{\"@id\":\"https://quickorganics.com/#organization\"},copyrightHolder:{\"@id\":\"https://quickorganics.com/#organization\"},author:{\"@id\":\"https://quickorganics.com/#organization\"},creator:{\"@id\":\"https://quickorganics.com/#organization\"},provider:{\"@id\":\"https://quickorganics.com/#organization\"},maintainer:{\"@id\":\"https://quickorganics.com/#organization\"}},{\"@type\":\"WebSite\",\"@id\":\"https://quickorganics.com/#website\",url:\"https://quickorganics.com/\",name:\"Quick Organics\",alternateName:\"quickorganics.com\",headline:\"Quick Organics\",alternativeHeadline:\"Quick and easy tools for certification\",description:\"We are making organic certification as easy as possible. You, your operation and your certifier can have the peace of mind you need to do your best work.\",inLanguage:\"en\",keywords:[\"Quick Organics\",\"Organic Certification\",\"Farm Business & Financial Planning\",\"Seeds & Planting Stock\",\"Inputs & Materials\",\"Organic Ag\",\"Natural Resource Conservation\",\"Production Tools\",\"Health & Wellness\"],isAccessibleForFree:\"https://schema.org/True\",isFamilyFriendly:\"https://schema.org/True\",creditText:\"Copyright \\xa9 2024 Quick Organics. All rights reserved.\",thumbnailUrl:\"https://framerusercontent.com/images/3FCQaad5NDcqsokJRxX62EA2w7k.png\",image:{\"@id\":\"https://quickorganics.com/#logo\"},thumbnail:{\"@id\":\"https://quickorganics.com/#logo\"},usageInfo:[\"https://quickorganics.com/terms-of-service\",\"https://quickorganics.com/privacy-policy\"],license:[\"https://quickorganics.com/terms-of-service\",\"https://quickorganics.com/privacy-policy\"],sameAs:\"https://www.app.transition.quickorganics.com/login\",mentions:{\"@id\":\"https://quickorganics.com/#softwareApplication\"},audience:{\"@type\":\"Audience\",\"@id\":\"https://quickorganics.com/#audience\",audienceType:\"producers, certifiers, inspectors\",geographicArea:{\"@type\":\"Country\",\"@id\":\"https://quickorganics.com/#country\",name:\"United States\",hasMap:\"https://www.google.com/maps/place/United+States/\",address:{\"@type\":\"PostalAddress\",name:\"United States\",addressCountry:\"US\"}}},about:{\"@id\":\"https://quickorganics.com/#organization\"},publisher:{\"@id\":\"https://quickorganics.com/#organization\"},copyrightHolder:{\"@id\":\"https://quickorganics.com/#organization\"},author:{\"@id\":\"https://quickorganics.com/#organization\"},creator:{\"@id\":\"https://quickorganics.com/#organization\"},provider:{\"@id\":\"https://quickorganics.com/#organization\"},maintainer:{\"@id\":\"https://quickorganics.com/#organization\"}},{\"@type\":\"Organization\",\"@id\":\"https://quickorganics.com/#organization\",url:\"https://quickorganics.com/\",name:\"Quick Organics\",alternateName:[\"Quick Organics, Inc.\",\"Quick\"],legalName:\"Quick Organics, Inc.\",description:\"We are making organic certification as easy as possible. You, your operation and your certifier can have the peace of mind you need to do your best work.\",keywords:[\"Quick Organics\",\"Organic Certification\",\"Farm Business & Financial Planning\",\"Seeds & Planting Stock\",\"Inputs & Materials\",\"Organic Ag\",\"Natural Resource Conservation\",\"Production Tools\",\"Health & Wellness\"],email:\"hello@quickorganics.com\",areaServed:{\"@id\":\"https://quickorganics.com/#country\"},foundingDate:\"2021\",image:{\"@id\":\"https://quickorganics.com/#logo\"},logo:{\"@id\":\"https://quickorganics.com/#logo\"},knowsAbout:[\"Organic Certification\",\"Farm Business & Financial Planning\",\"Seeds & Planting Stock\",\"Inputs & Materials\",\"Organic Ag\",\"Natural Resource Conservation\",\"Production Tools\",\"Health & Wellness\"],sameAs:\"https://www.app.transition.quickorganics.com/login\",brand:{\"@type\":\"Brand\",url:\"https://quickorganics.com/\",name:\"Quick Organics\",alternateName:[\"Quick Organics, Inc.\",\"Quick\"],description:\"We are making organic certification as easy as possible. You, your operation and your certifier can have the peace of mind you need to do your best work.\",image:{\"@id\":\"https://quickorganics.com/#logo\"},logo:{\"@id\":\"https://quickorganics.com/#logo\"},sameAs:\"https://www.app.transition.quickorganics.com/login\"},address:{\"@type\":\"PostalAddress\",addressCountry:\"US\",name:\"United States\",url:\"https://www.google.com/maps/place/United+States/\",sameAs:\"https://www.google.com/maps/place/United+States/\"},contactPoint:{\"@type\":\"ContactPoint\",name:\"Contact Us\",availableLanguage:\"en\",telephone:\"970-698-8371\",contactOption:\"Tollfree\",description:\"We're here to help.\",contactType:\"customer service\",email:\"hello@quickorganics.com\",image:{\"@id\":\"https://quickorganics.com/#logo\"},areaServed:{\"@id\":\"https://quickorganics.com/#country\"},hoursAvailable:{\"@type\":\"OpeningHoursSpecification\",\"@id\":\"https://quickorganics.com/#hoursAvailable\",dayOfWeek:[\"https://schema.org/Monday\",\"https://schema.org/Tuesday\",\"https://schema.org/Wednesday\",\"https://schema.org/Thursday\",\"https://schema.org/Friday\"],opens:\"09:00\",closes:\"17:00\"}},hasOfferCatalog:[{\"@type\":\"OfferCatalog\",name:\"Quick Organics Certification Assistant\",url:\"https://www.app.transition.quickorganics.com/login\",description:\"The Quick Organics Certification Assistant includes an electronic OSP, digital filing cabinet and an activity tracking tool to meet the certification needs of your operation for you and your certifier.\",numberOfItems:\"1\",itemListOrder:\"https://schema.org/ItemListUnordered\",itemListElement:{\"@id\":\"https://quickorganics.com/#softwareApplicationforOrganicCertification\"},isFamilyFriendly:true,areaServed:{\"@id\":\"https://quickorganics.com/#country\"},offeredBy:{\"@id\":\"https://quickorganics.com/#organization\"},seller:{\"@id\":\"https://quickorganics.com/#organization\"},potentialAction:{\"@type\":\"UseAction\",target:\"https://quickorganics.com/our-products/quick-organics-certification-assistant\",actionStatus:\"https://schema.org/PotentialActionStatus\",actionAccessibilityRequirement:{\"@type\":\"ActionAccessSpecification\",requiresSubscription:false},provider:{\"@id\":\"https://quickorganics.com/#organization\"}}},{\"@type\":\"OfferCatalog\",name:\"Quick Organics Transitional Production Plan\",url:\"https://www.tpp.quickorganics.com/login\",description:\"This digital version of the TPP exactly matches the NOP template. Our simple digital solution is publicly available and free for transitioning producers to begin using immediately.\",numberOfItems:\"1\",itemListOrder:\"https://schema.org/ItemListUnordered\",itemListElement:{\"@id\":\"https://quickorganics.com/#SoftwareApplicationforTransitioningFarmers\"},isFamilyFriendly:true,areaServed:{\"@id\":\"https://quickorganics.com/#country\"},offeredBy:{\"@id\":\"https://quickorganics.com/#organization\"},seller:{\"@id\":\"https://quickorganics.com/#organization\"},potentialAction:{\"@type\":\"UseAction\",target:\"https://quickorganics.com/our-products/transitional-production-plan\",actionStatus:\"https://schema.org/PotentialActionStatus\",actionAccessibilityRequirement:{\"@type\":\"ActionAccessSpecification\",requiresSubscription:false},provider:{\"@id\":\"https://quickorganics.com/#organization\"}}}],additionalProperty:[{\"@type\":\"PropertyValue\",name:\"Terms of Service\",url:\"https://quickorganics.com/terms-of-service\"},{\"@type\":\"PropertyValue\",name:\"Privacy Policy\",url:\"https://quickorganics.com/privacy-policy\"},{\"@type\":\"PropertyValue\",name:\"Contact Us\",url:\"https://quickorganics.com/contact-us\"}]},{\"@context\":\"https://schema.org\",\"@type\":\"ImageObject\",\"@id\":`https://quickorganics.com/resource-center/natural-resource-conservation/${Slug}#primaryImage`,url:\"https://framerusercontent.com/images/qGXK1jQASuLoK2WXSl3sMfrEbE.png\",contentUrl:\"https://framerusercontent.com/images/qGXK1jQASuLoK2WXSl3sMfrEbE.png\",width:\"2880\",height:\"2048\",caption:`${Title} | Quick Organics`,representativeOfPage:\"https://schema.org/True\",publisher:{\"@id\":\"https://quickorganics.com/#organization\"},potentialAction:{\"@type\":\"ViewAction\",target:\"https://framerusercontent.com/images/qGXK1jQASuLoK2WXSl3sMfrEbE.png\",actionStatus:\"https://schema.org/PotentialActionStatus\"}},{\"@context\":\"https://schema.org\",\"@type\":\"ImageObject\",\"@id\":\"https://quickorganics.com/#logo\",url:\"https://framerusercontent.com/images/qGXK1jQASuLoK2WXSl3sMfrEbE.png\",contentUrl:\"https://framerusercontent.com/images/qGXK1jQASuLoK2WXSl3sMfrEbE.png\",width:\"2880\",height:\"2048\",caption:\"Quick Organics\",potentialAction:{\"@type\":\"ViewAction\",target:\"https://framerusercontent.com/images/qGXK1jQASuLoK2WXSl3sMfrEbE.png\",actionStatus:\"https://schema.org/PotentialActionStatus\"}}]};// Create a new script element to hold the JSON-LD data\nconst script=document.createElement(\"script\");script.id=`json-ld-${Slug}`// Unique ID based on the slug\n;script.type=\"application/ld+json\";script.innerHTML=JSON.stringify(jsonLD);// Append the script to the document head\ndocument.head.appendChild(script);// Cleanup function: remove the script when the component unmounts\nreturn()=>{document.head.removeChild(script);};},[]);// Append the script to the document head\nreturn /*#__PURE__*/_jsx(\"div\",{style:{display:\"none\"}});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SchemaNaturalResourceConservationPages\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NaturalResourceConservationPages.map", "// Generated by Framer (e010222)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import GlobalNav from\"#framer/local/canvasComponent/d1L25ozdu/d1L25ozdu.js\";import ResourceCenterSubTopicHero from\"#framer/local/canvasComponent/ebBKeV77H/ebBKeV77H.js\";import ResourceCenterFAQAccordion from\"#framer/local/canvasComponent/gtzzmgrh5/gtzzmgrh5.js\";import GlobalTryToday from\"#framer/local/canvasComponent/p_sz21xLn/p_sz21xLn.js\";import GlobalFooter from\"#framer/local/canvasComponent/T9c4u1eES/T9c4u1eES.js\";import SchemaNaturalResourceConservationPages from\"#framer/local/codeFile/sSLa0FQ/NaturalResourceConservationPages.js\";import NaturalResourceConservation from\"#framer/local/collection/DG4bxXKt3/DG4bxXKt3.js\";import Faq from\"#framer/local/collection/KW0dqxzua/KW0dqxzua.js\";import Categories from\"#framer/local/collection/snf1FAHk7/snf1FAHk7.js\";import*as sharedStyle2 from\"#framer/local/css/DhfH98m58/DhfH98m58.js\";import*as sharedStyle4 from\"#framer/local/css/HfISMRU2g/HfISMRU2g.js\";import*as sharedStyle6 from\"#framer/local/css/HFw2HDKcr/HFw2HDKcr.js\";import*as sharedStyle from\"#framer/local/css/hhtOfMyrI/hhtOfMyrI.js\";import*as sharedStyle3 from\"#framer/local/css/MriP9cr9T/MriP9cr9T.js\";import*as sharedStyle1 from\"#framer/local/css/yuleUCrgp/yuleUCrgp.js\";import*as sharedStyle5 from\"#framer/local/css/zJCAUY6OQ/zJCAUY6OQ.js\";import metadataProvider from\"#framer/local/webPageMetadata/W9YlpSwLv/W9YlpSwLv.js\";const SchemaNaturalResourceConservationPagesFonts=getFonts(SchemaNaturalResourceConservationPages);const GlobalNavFonts=getFonts(GlobalNav);const ContainerWithFX=withFX(Container);const ResourceCenterSubTopicHeroFonts=getFonts(ResourceCenterSubTopicHero);const ResourceCenterFAQAccordionFonts=getFonts(ResourceCenterFAQAccordion);const GlobalTryTodayFonts=getFonts(GlobalTryToday);const GlobalFooterFonts=getFonts(GlobalFooter);const breakpoints={A5Nbow9M2:\"(min-width: 810px) and (max-width: 1199px)\",LqPD0uNsj:\"(max-width: 809px)\",OpeE0jENN:\"(min-width: 1728px)\",UArhonf3C:\"(min-width: 1200px) and (max-width: 1727px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Og7ym\";const variantClassNames={A5Nbow9M2:\"framer-v-kbh31g\",LqPD0uNsj:\"framer-v-1p53u3t\",OpeE0jENN:\"framer-v-hhgvfk\",UArhonf3C:\"framer-v-lub8q5\"};const transition1={damping:30,delay:0,mass:1,stiffness:240,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-88};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:80,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={\"Large Displays\":\"OpeE0jENN\",Desktop:\"UArhonf3C\",Phone:\"LqPD0uNsj\",Tablet:\"A5Nbow9M2\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"OpeE0jENN\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"W9YlpSwLv\",data:NaturalResourceConservation,type:\"Collection\"},select:[{collection:\"W9YlpSwLv\",name:\"le72t_AqL\",type:\"Identifier\"},{collection:\"W9YlpSwLv\",name:\"TuZbstMX9\",type:\"Identifier\"},{collection:\"W9YlpSwLv\",name:\"q524ntu8e\",type:\"Identifier\"},{collection:\"W9YlpSwLv\",name:\"sQon_PA4g\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"W9YlpSwLv\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2,_getFromCurrentRouteData3;const{style,className,layoutId,variant,le72t_AqL=(_getFromCurrentRouteData=getFromCurrentRouteData(\"le72t_AqL\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",TuZbstMX9=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"TuZbstMX9\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",q524ntu8e=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"q524ntu8e\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",OshxYdaPPG60GclQVh,sQon_PA4gG60GclQVh,idG60GclQVh,sQon_PA4g=(_getFromCurrentRouteData3=getFromCurrentRouteData(\"sQon_PA4g\"))!==null&&_getFromCurrentRouteData3!==void 0?_getFromCurrentRouteData3:\"\",pFZvBjeLHgROz6FlFD,Nm4MzudjkI2YQh5jGu,GBi6uhJ0PI2YQh5jGu,F2XJB5rJ1I2YQh5jGu,idI2YQh5jGu,vyits34Y2gROz6FlFD,idgROz6FlFD,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-Og7ym`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-Og7ym`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"OpeE0jENN\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-hhgvfk\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-osvx8n-container\",children:/*#__PURE__*/_jsx(SchemaNaturalResourceConservationPages,{height:\"100%\",id:\"QeWQTGbQx\",layoutId:\"QeWQTGbQx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:122,width:\"100vw\",y:200,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bu4o3g-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A5Nbow9M2:{variant:\"QTb6MQK71\"},LqPD0uNsj:{variant:\"GmF8BGws6\"},UArhonf3C:{variant:\"sgWH98_6l\"}},children:/*#__PURE__*/_jsx(GlobalNav,{height:\"100%\",id:\"xKftM0nKE\",layoutId:\"xKftM0nKE\",m_hw5MV9P:true,style:{width:\"100%\"},variant:\"H2dERImH9\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:254,width:\"100vw\",y:322,children:/*#__PURE__*/_jsx(Container,{className:\"framer-167khcv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A5Nbow9M2:{variant:\"nV4O3F2ej\"},LqPD0uNsj:{variant:\"nV4O3F2ej\"}},children:/*#__PURE__*/_jsx(ResourceCenterSubTopicHero,{EYIEvdZRy:true,height:\"100%\",id:\"hPPDzkup0\",kNFjPQGRY:TuZbstMX9,layoutId:\"hPPDzkup0\",style:{width:\"100%\"},variant:\"awYkzH3o_\",vPN8A1l_0:q524ntu8e,VXV7j4y5r:le72t_AqL,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o20tm6\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"G60GclQVh\",data:NaturalResourceConservation,type:\"Collection\"},select:[{collection:\"G60GclQVh\",name:\"OshxYdaPP\",type:\"Identifier\"},{collection:\"G60GclQVh\",name:\"sQon_PA4g\",type:\"Identifier\"},{collection:\"G60GclQVh\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"G60GclQVh\",name:\"sQon_PA4g\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:sQon_PA4g},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection===null||collection===void 0?void 0:collection.map(({id:idG60GclQVh,OshxYdaPP:OshxYdaPPG60GclQVh,sQon_PA4g:sQon_PA4gG60GclQVh},i)=>{OshxYdaPPG60GclQVh!==null&&OshxYdaPPG60GclQVh!==void 0?OshxYdaPPG60GclQVh:OshxYdaPPG60GclQVh=\"\";sQon_PA4gG60GclQVh!==null&&sQon_PA4gG60GclQVh!==void 0?sQon_PA4gG60GclQVh:sQon_PA4gG60GclQVh=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`G60GclQVh-${idG60GclQVh}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{sQon_PA4g:sQon_PA4gG60GclQVh},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9rxh6w\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:OshxYdaPPG60GclQVh,className:\"framer-11vh4pv\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",h1:\"framer-styles-preset-1moj79\",h2:\"framer-styles-preset-1jm1iiu\",h3:\"framer-styles-preset-13chgeo\",h4:\"framer-styles-preset-34qhho\",h5:\"framer-styles-preset-u2epol\",h6:\"framer-styles-preset-1gd9ki\",p:\"framer-styles-preset-1cykjtw\"},verticalAlignment:\"top\",withExternalLayout:true})})})},idG60GclQVh);})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-lcto0b\",\"data-framer-name\":\"FAQs\",name:\"FAQs\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-8vxdng\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-b92ynu\",\"data-framer-name\":\"Category Filter by Sub Topic\",name:\"Category Filter by Sub Topic\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"gROz6FlFD\",data:Categories,type:\"Collection\"},select:[{collection:\"gROz6FlFD\",name:\"pFZvBjeLH\",type:\"Identifier\"},{collection:\"gROz6FlFD\",name:\"vyits34Y2\",type:\"Identifier\"},{collection:\"gROz6FlFD\",name:\"id\",type:\"Identifier\"},{alias:\"I2YQh5jGu\",arguments:[{from:{alias:\"I2YQh5jGu\",data:Faq,type:\"Collection\"},select:[{collection:\"I2YQh5jGu\",name:\"Nm4Mzudjk\",type:\"Identifier\"},{collection:\"I2YQh5jGu\",name:\"GBi6uhJ0P\",type:\"Identifier\"},{collection:\"I2YQh5jGu\",name:\"F2XJB5rJ1\",type:\"Identifier\"},{collection:\"I2YQh5jGu\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"I2YQh5jGu\",name:\"GCMeDuWG2\",type:\"Identifier\"},operator:\"==\",right:{collection:\"gROz6FlFD\",name:\"pFZvBjeLH\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"ARRAY\",type:\"FunctionCall\"}],where:{left:{collection:\"gROz6FlFD\",name:\"BB0wuhxt6\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:TuZbstMX9},type:\"BinaryOperation\"}},children:(collection2,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2===null||collection2===void 0?void 0:collection2.map(({I2YQh5jGu:collection1,id:idgROz6FlFD,pFZvBjeLH:pFZvBjeLHgROz6FlFD,vyits34Y2:vyits34Y2gROz6FlFD},i2)=>{pFZvBjeLHgROz6FlFD!==null&&pFZvBjeLHgROz6FlFD!==void 0?pFZvBjeLHgROz6FlFD:pFZvBjeLHgROz6FlFD=\"\";vyits34Y2gROz6FlFD!==null&&vyits34Y2gROz6FlFD!==void 0?vyits34Y2gROz6FlFD:vyits34Y2gROz6FlFD=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`gROz6FlFD-${idgROz6FlFD}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{vyits34Y2:vyits34Y2gROz6FlFD},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ay9fmo\",\"data-framer-name\":\"categoryCard\",name:\"categoryCard\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-34qhho\",\"data-styles-preset\":\"MriP9cr9T\",children:\"Content\"})}),className:\"framer-1dfq8nu\",fonts:[\"Inter\"],text:pFZvBjeLHgROz6FlFD,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fl7a13\",\"data-border\":true,\"data-framer-name\":\"FAQ Filter by Category\",name:\"FAQ Filter by Category\",children:collection1===null||collection1===void 0?void 0:collection1.map(({F2XJB5rJ1:F2XJB5rJ1I2YQh5jGu,GBi6uhJ0P:GBi6uhJ0PI2YQh5jGu,id:idI2YQh5jGu,Nm4Mzudjk:Nm4MzudjkI2YQh5jGu},i1)=>{Nm4MzudjkI2YQh5jGu!==null&&Nm4MzudjkI2YQh5jGu!==void 0?Nm4MzudjkI2YQh5jGu:Nm4MzudjkI2YQh5jGu=\"\";GBi6uhJ0PI2YQh5jGu!==null&&GBi6uhJ0PI2YQh5jGu!==void 0?GBi6uhJ0PI2YQh5jGu:GBi6uhJ0PI2YQh5jGu=\"\";F2XJB5rJ1I2YQh5jGu!==null&&F2XJB5rJ1I2YQh5jGu!==void 0?F2XJB5rJ1I2YQh5jGu:F2XJB5rJ1I2YQh5jGu=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`I2YQh5jGu-${idI2YQh5jGu}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{F2XJB5rJ1:F2XJB5rJ1I2YQh5jGu},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A5Nbow9M2:{width:\"max(min(90vw, 1200px), 200px)\"},LqPD0uNsj:{width:\"max(min(90vw, 1200px), 200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:\"max((min(90vw, 1200px) - 24px) / 2, 200px)\",y:848,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8kgkfl-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ResourceCenterFAQAccordion,{c6IZqwv1r:GBi6uhJ0PI2YQh5jGu,height:\"100%\",id:\"vXTwfQGEj\",layoutId:\"vXTwfQGEj\",RzHUAzwvb:Nm4MzudjkI2YQh5jGu,style:{width:\"100%\"},variant:\"EumDNwUjC\",width:\"100%\"})})})})})},idI2YQh5jGu);})})]})})},idgROz6FlFD);})})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:489,width:\"100vw\",y:980,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xltalh-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A5Nbow9M2:{variant:\"U58Yi0jjP\"},LqPD0uNsj:{variant:\"U58Yi0jjP\"}},children:/*#__PURE__*/_jsx(GlobalTryToday,{height:\"100%\",id:\"cVKJUM5jZ\",layoutId:\"cVKJUM5jZ\",style:{width:\"100%\"},variant:\"EmeIlWirx\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:308,width:\"100vw\",y:1469,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3u4x1r-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A5Nbow9M2:{variant:\"XESfEmLkR\"},LqPD0uNsj:{variant:\"EcAAZPVEs\"},UArhonf3C:{variant:\"phBqlIIa6\"}},children:/*#__PURE__*/_jsx(GlobalFooter,{height:\"100%\",id:\"kf8y_Yz5w\",layoutId:\"kf8y_Yz5w\",style:{width:\"100%\"},variant:\"Sf5yTPAdh\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-Og7ym { background: var(--token-79a33ba9-eb9c-48d7-a691-d9bb638aec17, rgb(255, 255, 255)); }`,\".framer-Og7ym.framer-9irrch, .framer-Og7ym .framer-9irrch { display: block; }\",\".framer-Og7ym.framer-hhgvfk { align-content: center; align-items: center; background-color: var(--token-79a33ba9-eb9c-48d7-a691-d9bb638aec17, #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: 1728px; }\",\".framer-Og7ym .framer-osvx8n-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Og7ym .framer-bu4o3g-container, .framer-Og7ym .framer-167khcv-container, .framer-Og7ym .framer-8kgkfl-container, .framer-Og7ym .framer-1xltalh-container, .framer-Og7ym .framer-3u4x1r-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Og7ym .framer-1o20tm6 { align-content: center; align-items: center; background-color: var(--token-27b30df0-655c-4e15-afae-297a33a250b9, #fafafa); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; padding: 32px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-Og7ym .framer-9rxh6w { 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; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-Og7ym .framer-11vh4pv { flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Og7ym .framer-lcto0b { 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-Og7ym .framer-8vxdng { 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; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-Og7ym .framer-b92ynu { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 48px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Og7ym .framer-1ay9fmo { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-Og7ym .framer-1dfq8nu { --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-Og7ym .framer-1fl7a13 { --border-bottom-width: 0px; --border-color: var(--token-b165fe83-314c-445a-9954-f51037be2e8d, #d0d1d3); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Og7ym.framer-hhgvfk, .framer-Og7ym .framer-1o20tm6, .framer-Og7ym .framer-9rxh6w, .framer-Og7ym .framer-lcto0b, .framer-Og7ym .framer-8vxdng, .framer-Og7ym .framer-1ay9fmo, .framer-Og7ym .framer-1fl7a13 { gap: 0px; } .framer-Og7ym.framer-hhgvfk > *, .framer-Og7ym .framer-lcto0b > *, .framer-Og7ym .framer-8vxdng > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Og7ym.framer-hhgvfk > :first-child, .framer-Og7ym .framer-1o20tm6 > :first-child, .framer-Og7ym .framer-lcto0b > :first-child, .framer-Og7ym .framer-8vxdng > :first-child, .framer-Og7ym .framer-1ay9fmo > :first-child, .framer-Og7ym .framer-1fl7a13 > :first-child { margin-top: 0px; } .framer-Og7ym.framer-hhgvfk > :last-child, .framer-Og7ym .framer-1o20tm6 > :last-child, .framer-Og7ym .framer-lcto0b > :last-child, .framer-Og7ym .framer-8vxdng > :last-child, .framer-Og7ym .framer-1ay9fmo > :last-child, .framer-Og7ym .framer-1fl7a13 > :last-child { margin-bottom: 0px; } .framer-Og7ym .framer-1o20tm6 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Og7ym .framer-9rxh6w > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Og7ym .framer-9rxh6w > :first-child { margin-left: 0px; } .framer-Og7ym .framer-9rxh6w > :last-child { margin-right: 0px; } .framer-Og7ym .framer-1ay9fmo > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Og7ym .framer-1fl7a13 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-Og7ym[data-border=\"true\"]::after, .framer-Og7ym [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',`@media (min-width: 1200px) and (max-width: 1727px) { .${metadata.bodyClassName}-framer-Og7ym { background: var(--token-79a33ba9-eb9c-48d7-a691-d9bb638aec17, rgb(255, 255, 255)); } .framer-Og7ym.framer-hhgvfk { width: 1200px; }}`,`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-Og7ym { background: var(--token-79a33ba9-eb9c-48d7-a691-d9bb638aec17, rgb(255, 255, 255)); } .framer-Og7ym.framer-hhgvfk { width: 810px; } .framer-Og7ym .framer-b92ynu { grid-template-columns: repeat(1, minmax(200px, 1fr)); }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-Og7ym { background: var(--token-79a33ba9-eb9c-48d7-a691-d9bb638aec17, rgb(255, 255, 255)); } .framer-Og7ym.framer-hhgvfk { width: 390px; } .framer-Og7ym .framer-b92ynu { grid-template-columns: repeat(1, minmax(200px, 1fr)); }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2298\n * @framerIntrinsicWidth 1728\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UArhonf3C\":{\"layout\":[\"fixed\",\"auto\"]},\"A5Nbow9M2\":{\"layout\":[\"fixed\",\"auto\"]},\"LqPD0uNsj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerW9YlpSwLv=withCSS(Component,css,\"framer-Og7ym\");export default FramerW9YlpSwLv;FramerW9YlpSwLv.displayName=\"Resource Center / Natural Resource Conservation\";FramerW9YlpSwLv.defaultProps={height:2298,width:1728};addFonts(FramerW9YlpSwLv,[{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\"}]},...SchemaNaturalResourceConservationPagesFonts,...GlobalNavFonts,...ResourceCenterSubTopicHeroFonts,...ResourceCenterFAQAccordionFonts,...GlobalTryTodayFonts,...GlobalFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW9YlpSwLv\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"2298\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UArhonf3C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A5Nbow9M2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LqPD0uNsj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1728\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["toTitleCase", "str", "txt", "SchemaNaturalResourceConservationPages", "ue", "Slug", "window", "Title", "mainEntity", "qa", "entity", "jsonLD", "script", "p", "SchemaNaturalResourceConservationPagesFonts", "getFonts", "SchemaNaturalResourceConservationPages", "GlobalNavFonts", "d1L25ozdu_default", "ContainerWithFX", "withFX", "Container", "ResourceCenterSubTopicHeroFonts", "ebBKeV77H_default", "ResourceCenterFAQAccordionFonts", "gtzzmgrh5_default", "GlobalTryTodayFonts", "p_sz21xLn_default", "GlobalFooterFonts", "T9c4u1eES_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "animation1", "transition2", "animation2", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "DG4bxXKt3_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "_getFromCurrentRouteData3", "style", "className", "layoutId", "variant", "le72t_AqL", "TuZbstMX9", "q524ntu8e", "OshxYdaPPG60GclQVh", "sQon_PA4gG60GclQVh", "idG60GclQVh", "sQon_PA4g", "pFZvBjeLHgROz6FlFD", "Nm4MzudjkI2YQh5jGu", "GBi6uhJ0PI2YQh5jGu", "F2XJB5rJ1I2YQh5jGu", "idI2YQh5jGu", "vyits34Y2gROz6FlFD", "idgROz6FlFD", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "SchemaNaturalResourceConservationPages", "ContainerWithFX", "PropertyOverrides2", "d1L25ozdu_default", "ebBKeV77H_default", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "RichText2", "snf1FAHk7_default", "KW0dqxzua_default", "collection2", "paginationInfo1", "loadMore1", "collection1", "i2", "x", "i1", "gtzzmgrh5_default", "p_sz21xLn_default", "T9c4u1eES_default", "css", "FramerW9YlpSwLv", "withCSS", "W9YlpSwLv_default", "addFonts", "SchemaNaturalResourceConservationPagesFonts", "GlobalNavFonts", "ResourceCenterSubTopicHeroFonts", "ResourceCenterFAQAccordionFonts", "GlobalTryTodayFonts", "GlobalFooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
