{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/LPf0TarsUxM9nv4TURgg/SxQICsGXZOwEiQJpaWax/PopupEN.js", "ssg:https://framerusercontent.com/modules/pCk73qPWPAGUjnilFF5f/jtzghzBQn0jXiET62638/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import LoaderComp from\"https://framer.com/m/Loader-Comp-i3SZ.js\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export function AgeVerificationPopupEN(){const[isPopupVisible,setIsPopupVisible]=useState(false);const[age,setAge]=useState(\"\");const[showLoader,setShowLoader]=useState(false)// \u00C9tat pour afficher le loader\n;const[hideLoader,setHideLoader]=useState(false)// \u00C9tat pour masquer compl\u00E8tement le loader\n;const[isMobile,setIsMobile]=useState(false)// \u00C9tat pour d\u00E9tecter les appareils mobiles\n;// V\u00E9rifier si l'\u00E2ge est d\u00E9j\u00E0 stock\u00E9 dans les cookies et afficher le loader si +18\nuseEffect(()=>{const storedAge=getCookie(\"userAge\");if(storedAge&&parseInt(storedAge,10)>=18){setShowLoader(true)// Afficher le loader si l'\u00E2ge est d\u00E9j\u00E0 accept\u00E9 et >= 18\n;}else{setIsPopupVisible(true);}const checkIfMobile=()=>{setIsMobile(window.innerWidth<=768)// Ajuste la largeur selon la d\u00E9finition de mobile souhait\u00E9e\n;};checkIfMobile();window.addEventListener(\"resize\",checkIfMobile);return()=>window.removeEventListener(\"resize\",checkIfMobile);},[]);// Masquer le loader et supprimer le conteneur apr\u00E8s 2 secondes\nuseEffect(()=>{if(showLoader){const timer=setTimeout(()=>{const elements=document.querySelectorAll(\".framer-iutbqf-container\");elements.forEach(element=>{element.style.display=\"none\"// Appliquer display: none\n;});},2500)// Dur\u00E9e de 2 secondes (ajuste si n\u00E9cessaire)\n;return()=>clearTimeout(timer);}},[showLoader]);const handleInputChange=e=>{setAge(e.target.value);};const handleSubmit=()=>{const ageNumber=parseInt(age,10);if(ageNumber<18){window.location.href=\"https://www.google.fr\";}else{setCookie(\"userAge\",age,30)// Enregistrer l'\u00E2ge dans un cookie pour 30 jours\n;setIsPopupVisible(false);setShowLoader(true)// Afficher le loader\n;}};const setCookie=(name,value,days)=>{const date=new Date;date.setTime(date.getTime()+days*24*60*60*1e3);document.cookie=`${name}=${value};expires=${date.toUTCString()};path=/`;};const getCookie=name=>{const value=`; ${document.cookie}`;const parts=value.split(`; ${name}=`);if(parts.length===2)return parts.pop().split(\";\").shift();return null;};return /*#__PURE__*/_jsxs(_Fragment,{children:[isPopupVisible&&/*#__PURE__*/_jsx(\"div\",{style:back,children:/*#__PURE__*/_jsxs(\"div\",{style:popupStyles,children:[/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h1\",{style:title,children:\"Welcome\"}),/*#__PURE__*/_jsx(\"h4\",{style:subTitle,children:\"You must be of legal age to access the site\"}),/*#__PURE__*/_jsx(\"p\",{style:p,children:\"Enter your age\"})]}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",placeholder:\"Enter your age\",value:age,onChange:handleInputChange,style:inputStyles}),/*#__PURE__*/_jsx(\"button\",{onClick:handleSubmit,style:buttonStyles,children:\"Enter\"})]})}),!hideLoader&&showLoader&&(isMobile?/*#__PURE__*/_jsx(LoaderComp,{variant:\"Variant 4\",style:{width:\"100%\",height:\"100%\"}})// Affichage du loader en version mobile (Variant 4)\n:/*#__PURE__*/_jsx(LoaderComp,{style:{width:\"100%\",height:\"100%\"}})// Affichage du loader par d\u00E9faut sur les autres appareils\n)]});}// Styles pour la popup\nconst back={height:\"100%\",backgroundColor:\"#264D38\"};const title={fontFamily:\"ITC Souvenir STD Demi\",fontSize:\"2.5em\",color:\"#F3EBC8\",paddingBottom:20};const subTitle={fontFamily:\"ITC Souvenir STD Demi\",color:\"#F3EBC8\",fontSize:18,paddingBottom:15};const p={fontFamily:\"ITC Souvenir STD Medium\",color:\"#F3EBC8\",fontSize:16};const popupStyles={maxWidth:\"300px\",position:\"fixed\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",padding:\"20px\",border:\"1px solid #F3EBC8\",borderRadius:\"8px\",zIndex:1e3,textAlign:\"center\",height:\"auto\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",gap:20,alignItems:\"center\"};const inputStyles={fontFamily:\"ITC Souvenir STD Medium\",marginBottom:\"10px\",padding:\"8px\",border:\"1px solid #ccc\",borderRadius:\"4px\",width:\"100%\",fontSize:14};const buttonStyles={fontFamily:\"ITC Souvenir STD Demi\",padding:\"10px 20px\",backgroundColor:\"#F3EBC8\",color:\"dark\",border:\"none\",borderRadius:\"4px\",cursor:\"pointer\",width:\"100%\",fontSize:16};\nexport const __FramerMetadata__ = {\"exports\":{\"AgeVerificationPopupEN\":{\"type\":\"reactComponent\",\"name\":\"AgeVerificationPopupEN\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PopupEN.map", "// Generated by Framer (92d6359)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,FormSelect,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import FeedspringInstagramImageGrid from\"https://framerusercontent.com/modules/qa12o0BbADEutV6mXakx/TnbHWrx0Q61f1rt30KwZ/feedspring_instagram_image_grid.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";import Button from\"#framer/local/canvasComponent/CtlBIT4JQ/CtlBIT4JQ.js\";import AnimBottlesMobile from\"#framer/local/canvasComponent/MJ7dgSHuX/MJ7dgSHuX.js\";import Navigation from\"#framer/local/canvasComponent/SlLiLjd78/SlLiLjd78.js\";import AnimBottles from\"#framer/local/canvasComponent/WjNalvkA_/WjNalvkA_.js\";import{AgeVerificationPopupEN}from\"#framer/local/codeFile/Q0qPoay/PopupEN.js\";import*as sharedStyle from\"#framer/local/css/d6FRnHDwW/d6FRnHDwW.js\";import*as sharedStyle2 from\"#framer/local/css/dAUdB7EhM/dAUdB7EhM.js\";import*as sharedStyle3 from\"#framer/local/css/igY0X_mqX/igY0X_mqX.js\";import*as sharedStyle5 from\"#framer/local/css/j05RXlesR/j05RXlesR.js\";import*as sharedStyle1 from\"#framer/local/css/UeGZG8DrF/UeGZG8DrF.js\";import*as sharedStyle4 from\"#framer/local/css/ugVivCeZA/ugVivCeZA.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const AgeVerificationPopupENFonts=getFonts(AgeVerificationPopupEN);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const AnimBottlesMobileFonts=getFonts(AnimBottlesMobile);const SlideshowFonts=getFonts(Slideshow);const AnimBottlesFonts=getFonts(AnimBottles);const VideoFonts=getFonts(Video);const FeatherFonts=getFonts(Feather);const FeedspringInstagramImageGridFonts=getFonts(FeedspringInstagramImageGrid);const ButtonFonts=getFonts(Button);const breakpoints={dhxZDdtlV:\"(max-width: 809px)\",T6MnDCXxn:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-a7AFQ\";const variantClassNames={dhxZDdtlV:\"framer-v-1fepu99\",T6MnDCXxn:\"framer-v-16nj6ba\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:.2,delay:2.4,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-70};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation2={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={damping:40,delay:.075,mass:1,stiffness:400,type:\"spring\"};const textEffect={effect:animation2,repeat:true,startDelay:2,tokenization:\"word\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const animation3={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect1={effect:animation3,repeat:false,startDelay:2.3,threshold:0,tokenization:\"element\",transition:transition3,trigger:\"onInView\",type:\"appear\"};const textEffect2={effect:animation2,repeat:true,startDelay:.3,threshold:.5,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const textEffect3={effect:animation2,repeat:true,startDelay:.5,threshold:.5,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const textEffect4={effect:animation3,repeat:false,startDelay:.3,threshold:0,tokenization:\"element\",transition:transition3,trigger:\"onInView\",type:\"appear\"};const transition4={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition4};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"dhxZDdtlV\",Tablet:\"T6MnDCXxn\"};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:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,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-a7AFQ`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-a7AFQ`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const router=useRouter();const elementId=useRouteElementId(\"RtkydFqAu\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"TNPghnbX8\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"T6MnDCXxn\",\"dhxZDdtlV\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"T6MnDCXxn\",\"dhxZDdtlV\"].includes(baseVariant))return false;return true;};const elementId2=useRouteElementId(\"CQVLpBALr\");const ref4=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"dhxZDdtlV\")return false;return true;};const elementId3=useRouteElementId(\"Abg0pf81c\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"edNuujvQB\");const ref6=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":TNPghnbX8\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":CQVLpBALr\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Abg0pf81c\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":edNuujvQB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":TNPghnbX8\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":CQVLpBALr\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Abg0pf81c\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":edNuujvQB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":TNPghnbX8\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":CQVLpBALr\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Abg0pf81c\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":edNuujvQB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{transformTemplate:transformTemplate1},T6MnDCXxn:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-i2ew9k-container\",\"data-framer-appear-id\":\"i2ew9k\",initial:animation1,layoutScroll:true,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{gZ7ThkkUn:resolvedLinks[9],M22EInI8r:resolvedLinks[11],mh0YQw2gS:resolvedLinks[8],style:{width:\"100%\"},variant:\"MnuBDez46\",Vq0myetZh:resolvedLinks[10]},T6MnDCXxn:{gZ7ThkkUn:resolvedLinks[5],M22EInI8r:resolvedLinks[7],mh0YQw2gS:resolvedLinks[4],style:{width:\"100%\"},variant:\"MnuBDez46\",Vq0myetZh:resolvedLinks[6]}},children:/*#__PURE__*/_jsx(Navigation,{gZ7ThkkUn:resolvedLinks[1],height:\"100%\",id:\"M0JmukisP\",KNpbZCdIq:\"Process\",layoutId:\"M0JmukisP\",M22EInI8r:resolvedLinks[3],mh0YQw2gS:resolvedLinks[0],mHWa5HiUV:\"Tequila\",NPPPpJOIK:\"KfYKoHAFD\",style:{height:\"100%\",width:\"100%\"},txX1GrWzU:\"Commitments\",ufTl3L9aU:\"Contact\",variant:\"OHtXv1Mmp\",Vq0myetZh:resolvedLinks[2],width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-iutbqf-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(AgeVerificationPopupEN,{height:\"100%\",id:\"A8dZUGwG9\",layoutId:\"A8dZUGwG9\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19cgp0g\",\"data-framer-name\":\"Body\",name:\"Body\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5uad2n\",\"data-framer-name\":\"Section 2\",id:elementId,name:\"Section 2\",ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1ad1of7\",\"data-framer-name\":\"Frame 7\",name:\"Frame 7\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:-90,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:90,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-tkx5r7\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xfifrr\",\"data-framer-name\":\"Mode_Isolation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:396,intrinsicWidth:354,name:\"Mode_Isolation\",svg:'<svg width=\"354\" height=\"396\" viewBox=\"0 0 354 396\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_86_1211)\">\\n<path d=\"M224.37 217.26L280.25 225.5L227.73 204.7L353.55 197.77L227.73 190.85L280.25 170.05L224.37 178.29L329.87 109.39L217.44 166.3L252.52 122.02L208.25 157.11L265.16 44.68L196.26 150.18L204.5 94.3L183.7 146.82L176.78 21L169.85 146.82L149.05 94.3L157.29 150.18L88.39 44.68L145.3 157.11L101.02 122.02L136.11 166.3L23.68 109.39L129.18 178.29L73.3 170.05L125.82 190.85L0 197.77L125.82 204.7L73.3 225.5L129.18 217.26L23.68 286.16L136.11 229.25L101.02 273.53L145.3 238.44L88.39 350.87L157.29 245.37L149.05 301.25L169.85 248.73L176.78 416.34L183.7 248.73L204.5 301.25L196.26 245.37L265.16 350.87L208.25 238.44L252.52 273.53L217.44 229.25L329.87 286.16L224.37 217.26Z\" fill=\"#EF9D6B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_86_1211\">\\n<rect width=\"353.55\" height=\"395.34\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rcs7so\",\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1s914zi\",\"data-styles-preset\":\"d6FRnHDwW\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Iluminando \",/*#__PURE__*/_jsx(\"br\",{}),\"Momentos\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1s914zi\",\"data-styles-preset\":\"d6FRnHDwW\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Iluminando \",/*#__PURE__*/_jsx(\"br\",{}),\"Momentos\"]})}),className:\"framer-105xf2a\",\"data-framer-name\":\"Illuminando Momentos\",effect:textEffect,fonts:[\"Inter\"],name:\"Illuminando Momentos\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dnjb31\",\"data-styles-preset\":\"UeGZG8DrF\",style:{\"--framer-text-alignment\":\"left\"},children:\"Aluzar is a tequila with unique characteristics, crafted through meticulous processes that reflect the hard work of a deeply rooted Agave culture.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dnjb31\",\"data-styles-preset\":\"UeGZG8DrF\",style:{\"--framer-text-alignment\":\"left\"},children:\"We respect history and support the work of the communities in Mexico that produce this spirit. Aluzar, with its profil and character, is an invitation to explore the authentic flavor of tequila, as well as its various forms and combinations.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dnjb31\",\"data-styles-preset\":\"UeGZG8DrF\",style:{\"--framer-text-alignment\":\"left\"},children:\"It\u2019s the story of a festival of light. Each sip pays tribute to the tequila artisans, their lands, and the tradition that fuels them.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dnjb31\",\"data-styles-preset\":\"UeGZG8DrF\",style:{\"--framer-text-alignment\":\"left\"},children:\"Aluzar is the reminiscence of memories and the brillance of celebrations in a vibrant Mexico. We are a clarity from the past, a renewed connection, and a flame that reignites the festivity.\"})]}),className:\"framer-1ym8eou\",\"data-framer-name\":\"Aluzar is a tequila with unique characteristics, crafted through meticulous processes that reflect the hard work of a deeply rooted Agave culture. We respect history and support the work of the communities in Mexico that produce this spirit. Aluzar, with its profil and character, is an invitation to explore the authentic flavor of tequila, as well as its various forms and combinations. It\u2019s the story of a festival of light. Each sip pays tribute to the tequila artisans, their lands, and the tradition that fuels them. Aluzar is the reminiscence of memories and the brillance of celebrations in a vibrant Mexico. We are a clarity from the past, a renewed connection, and a flame that reignites the festivity.\",effect:textEffect1,fonts:[\"Inter\"],name:\"Aluzar is a tequila with unique characteristics, crafted through meticulous processes that reflect the hard work of a deeply rooted Agave culture. We respect history and support the work of the communities in Mexico that produce this spirit. Aluzar, with its profil and character, is an invitation to explore the authentic flavor of tequila, as well as its various forms and combinations. It\u2019s the story of a festival of light. Each sip pays tribute to the tequila artisans, their lands, and the tradition that fuels them. Aluzar is the reminiscence of memories and the brillance of celebrations in a vibrant Mexico. We are a clarity from the past, a renewed connection, and a flame that reignites the festivity.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-120}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",pixelHeight:2480,pixelWidth:1653,positionX:\"right\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg\",srcSet:\"https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg 1653w\"}},T6MnDCXxn:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(60),pixelHeight:2480,pixelWidth:1653,positionX:\"center\",positionY:\"bottom\",sizes:\"max(100vw, 1px)\",src:\"https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg\",srcSet:\"https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg 1653w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-181}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:2480,pixelWidth:1653,positionX:\"center\",positionY:\"bottom\",sizes:\"max(100vw, 1px)\",src:\"https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg\",srcSet:\"https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/PEu7uaxZhLsMR9hbzeLVlWKqLE.jpg 1653w\"},className:\"framer-imbvu\"})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ul89jk\",\"data-framer-name\":\"Section 3\",id:elementId1,name:\"Section 3\",ref:ref3,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{T6MnDCXxn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1010),pixelHeight:934,pixelWidth:1478,sizes:\"max(100vw, 1px)\",src:\"https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png\",srcSet:\"https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png?scale-down-to=512 512w,https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png 1478w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:934,pixelWidth:1478,sizes:\"max(100vw, 1px)\",src:\"https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png\",srcSet:\"https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png?scale-down-to=512 512w,https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png 1478w\"},className:\"framer-15pdz81\",\"data-framer-name\":\"Frame 7\",name:\"Frame 7\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rgdmdc\",\"data-framer-name\":\"Frame 21\",name:\"Frame 21\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yqtus6\",\"data-styles-preset\":\"dAUdB7EhM\",style:{\"--framer-text-color\":\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\"},children:\"Our Tequila Expressions\"})}),className:\"framer-14aog5f\",\"data-framer-name\":\"Our Tequila Expressions\",effect:textEffect2,fonts:[\"Inter\"],name:\"Our Tequila Expressions\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-m2lnhw-container hidden-72rtr7\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"O6ClSxuVu\",intervalControl:2.5,itemAmount:1,layoutId:\"O6ClSxuVu\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:566,width:\"280px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xv8u32-container\",children:/*#__PURE__*/_jsx(AnimBottlesMobile,{bsqqr2udP:\"Bold, sharp, cooked agave, citrus (lime), white pepper, herbal, slight sweetness Body\",cP6EwL7eY:\"Texture\",DPRPLSK4H:\"Intense, fresh agave, herbal, citrus, peppery, earthy, mineral\",ejkMIA2WN:\"Fresh, pure, herbal, vegetal, citrus, mineral, floral\",gJFSULdyb:\"Smooth, balanced, sweet, lime, white pepper Body\",height:\"100%\",I69sVeJED:\"Texture\",id:\"BqRN6oGAX\",JxTFWI7QE:\"Smooth, balanced, toasted oak, vanilla, caramel, warm spices, soft agave sweetness Body\",KkehOhJ7o:\"Flavor, Palate\",klRQpFqWg:\"Flavor, Palate\",layoutId:\"BqRN6oGAX\",n9zoeruyr:\"Flavor, Palate\",PqMwJqbBY:\"Rich, vanilla, oak, caramel, cooked agave, spicy, hint of dried fruit\",Qj5ZgueTl:\"Medium-bodied, silky, round, slightly warming, lingering\",RKiunR_m9:\"Texture\",rpOlN5Ibs:\"Full-bodied, strong, warming, crisp, clean finish, lingering\",Sde7TB5YH:\"Aroma, Nose\",style:{width:\"100%\"},UFonj7dB5:\"Aroma, Nose\",variant:\"jbdo17HMO\",width:\"100%\",WKHbBeNEj:\"Light, clean, refreshing, silky, lingering \",YFhV8P6y0:\"Aroma, Nose\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:566,width:\"280px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1quh4we-container\",children:/*#__PURE__*/_jsx(AnimBottlesMobile,{bsqqr2udP:\"Bold, sharp, cooked agave, citrus (lime), white pepper, herbal, slight sweetness Body\",cP6EwL7eY:\"Texture\",DPRPLSK4H:\"Intense, fresh agave, herbal, citrus, peppery, earthy, mineral\",ejkMIA2WN:\"Fresh, pure, herbal, vegetal, citrus, mineral, floral\",gJFSULdyb:\"Smooth, balanced, sweet, lime, white pepper Body\",height:\"100%\",I69sVeJED:\"Texture\",id:\"OFKFGL9MY\",JxTFWI7QE:\"Smooth, balanced, toasted oak, vanilla, caramel, warm spices, soft agave sweetness Body\",KkehOhJ7o:\"Flavor, Palate\",klRQpFqWg:\"Flavor, Palate\",layoutId:\"OFKFGL9MY\",n9zoeruyr:\"Flavor, Palate\",PqMwJqbBY:\"Rich, vanilla, oak, caramel, cooked agave, spicy, hint of dried fruit\",Qj5ZgueTl:\"Medium-bodied, silky, round, slightly warming, lingering\",RKiunR_m9:\"Texture\",rpOlN5Ibs:\"Full-bodied, strong, warming, crisp, clean finish, lingering\",Sde7TB5YH:\"Aroma, Nose\",style:{height:\"100%\",width:\"100%\"},UFonj7dB5:\"Aroma, Nose\",variant:\"ONP_X_3Md\",width:\"100%\",WKHbBeNEj:\"Light, clean, refreshing, silky, lingering \",YFhV8P6y0:\"Aroma, Nose\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:566,width:\"280px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-f19fy5-container\",children:/*#__PURE__*/_jsx(AnimBottlesMobile,{bsqqr2udP:\"Bold, sharp, cooked agave, citrus (lime), white pepper, herbal, slight sweetness Body\",cP6EwL7eY:\"Texture\",DPRPLSK4H:\"Intense, fresh agave, herbal, citrus, peppery, earthy, mineral\",ejkMIA2WN:\"Fresh, pure, herbal, vegetal, citrus, mineral, floral\",gJFSULdyb:\"Smooth, balanced, sweet, lime, white pepper Body\",height:\"100%\",I69sVeJED:\"Texture\",id:\"GakzXNi77\",JxTFWI7QE:\"Smooth, balanced, toasted oak, vanilla, caramel, warm spices, soft agave sweetness Body\",KkehOhJ7o:\"Flavor, Palate\",klRQpFqWg:\"Flavor, Palate\",layoutId:\"GakzXNi77\",n9zoeruyr:\"Flavor, Palate\",PqMwJqbBY:\"Rich, vanilla, oak, caramel, cooked agave, spicy, hint of dried fruit\",Qj5ZgueTl:\"Medium-bodied, silky, round, slightly warming, lingering\",RKiunR_m9:\"Texture\",rpOlN5Ibs:\"Full-bodied, strong, warming, crisp, clean finish, lingering\",Sde7TB5YH:\"Aroma, Nose\",style:{width:\"100%\"},UFonj7dB5:\"Aroma, Nose\",variant:\"XhpWCS93m\",width:\"100%\",WKHbBeNEj:\"Light, clean, refreshing, silky, lingering \",YFhV8P6y0:\"Aroma, Nose\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:566,width:\"calc(max(100vw, 1px) - 110px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fla8xn-container hidden-16nj6ba hidden-1fepu99\",children:/*#__PURE__*/_jsx(AnimBottles,{a8FhQ5P6c:\"Medium-bodied, silky, slightly warming, lingering\",aw_i2cUyX:\"Texture\",Cy02M42Hu:\"Smooth, balanced, toasted oak, vanilla, caramel, warm spiced, soft agave sweetness body\",cZJOTbRvI:\"Rich, vanilla, oak, caramel, cooked agave, spicy, hint of dried fruit\",dJdjdTDEh:\"Aroma, Nose\",FsAQU9ZkM:\"Flavor, Palate\",g_k2QCXAu:\"Aroma\",height:\"100%\",id:\"lOkFizIja\",izblQEvJP:\"Flavor, Palate\",K120RA7lY:\"Aroma\",layoutId:\"lOkFizIja\",lzl_To2Yi:\"Texture\",rTnNgA0Fy:\"Light, clean, refreshing, silky, lingering \",SsoFmywms:\"Smooth, balanced, toasted oak, vanilla, caramel, warm spiced, soft agave sweetness body\",style:{width:\"100%\"},uRczgsEy6:\"Fresh, pure, herbal, vegetal, citrus, mineral, floral\",UtxwfHq7C:\"Texture\",variant:\"KIAdO1B0q\",VGKtBideL:\"Smooth, balanced, sweet, lime, white pepper Body\",vtzG2Z8nz:\"Flavor, Palate\",width:\"100%\",wwAUIHk2q:\"Intense, fresh agave, herbal, citrus, earthy, mineral\",Ycvqlp4wl:\"Medium-bodied, silky, slightly warming, lingering\"})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{T6MnDCXxn:{style:{rotate:4}}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-oh44tm\",\"data-framer-name\":\"Mode_Isolation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:549,intrinsicWidth:726,name:\"Mode_Isolation\",style:{rotate:10},svg:'<svg width=\"726\" height=\"549\" viewBox=\"0 0 726 549\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_91_1227)\">\\n<path d=\"M410.576 448.853C437.382 452.326 460.423 450.275 482.708 448.294L561.763 441.264C570.532 440.483 591.056 438.65 611.319 423.781C625.977 413.021 633.627 400.217 636.894 394.752L721.259 253.592L643.18 219.977C607.612 204.663 571.344 189.662 535.382 175.393C525.821 171.595 512.724 166.4 495.952 164.143C494.028 163.884 492.085 163.671 490.175 163.508C468.415 161.652 450.699 166.017 437.762 169.204L436.886 169.419C407.093 176.75 376.6 182.761 346.246 187.278C335.103 188.935 323.531 190.492 315.152 189.744C313.934 189.635 312.691 189.497 311.461 189.328C299.62 187.733 287.073 183.553 274.174 176.899C271.781 175.664 265.197 170.849 260.843 167.659C242.162 153.993 220.988 138.506 190.992 132.547L82.647 111.033L103.379 219.477C106.477 235.686 111.992 252.697 117.321 269.154C120.075 277.653 122.668 285.655 124.231 291.487L124.403 292.133C126.52 300.057 130.461 314.811 141.205 329.829C151.256 343.87 162.848 352.293 172.857 358.683C220.986 389.399 266.623 405.76 314.937 423.083L315.232 423.188C321.287 425.359 328.131 427.811 334.809 430.242C357.107 438.36 386.414 445.608 409.478 448.715L410.579 448.861L410.576 448.853Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M411.969 438.315C437.592 441.638 460.043 439.637 481.764 437.705L560.814 430.672C568.698 429.969 587.146 428.327 605.015 415.208C617.939 405.719 624.819 394.207 627.759 389.294L705.9 258.554L638.972 229.739C603.496 214.464 567.321 199.502 531.457 185.273C522.408 181.683 510.008 176.761 494.534 174.683C492.782 174.447 491.012 174.252 489.271 174.105C469.257 172.398 452.525 176.521 440.309 179.532L439.433 179.747C409.316 187.16 378.489 193.231 347.811 197.8C336.035 199.556 323.739 201.192 314.195 200.338C312.819 200.216 311.422 200.056 310.036 199.871C296.985 198.115 283.273 193.569 269.285 186.352C266.154 184.737 259.989 180.223 254.548 176.248C236.758 163.231 216.592 148.486 188.908 142.985L96.0432 124.536L113.814 217.487C116.79 233.047 122.195 249.741 127.425 265.884C130.215 274.501 132.852 282.642 134.491 288.741L134.666 289.394C136.608 296.666 140.221 310.206 149.846 323.646C158.843 336.213 169.415 343.878 178.568 349.723C225.691 379.795 270.779 395.964 318.515 413.076L318.805 413.178C324.86 415.35 331.73 417.813 338.44 420.257C360.075 428.134 388.514 435.172 410.882 438.181L411.959 438.323L411.969 438.315Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M413.362 427.777C437.799 430.943 459.669 429.001 480.815 427.113L559.865 420.081C566.861 419.46 583.238 417.999 598.716 406.638C609.912 398.421 616.017 388.2 618.625 383.838L690.541 263.516L634.769 239.503C599.381 224.265 563.304 209.343 527.537 195.156C518.997 191.766 507.302 187.126 493.118 185.218C491.537 185.005 489.942 184.828 488.369 184.698C470.102 183.14 454.359 187.023 442.858 189.855L441.988 190.072C411.548 197.562 380.39 203.701 349.383 208.319C336.97 210.166 323.961 211.89 313.251 210.931C311.723 210.795 310.165 210.616 308.623 210.413C294.363 208.497 279.487 203.58 264.412 195.807C260.546 193.812 254.304 189.249 248.268 184.831C231.37 172.471 212.218 158.457 186.84 153.416L109.45 138.044L124.259 215.502C127.108 230.41 132.411 246.784 137.542 262.614C140.382 271.372 143.054 279.631 144.764 285.995L144.939 286.648C146.833 293.73 149.998 305.591 158.49 317.458C166.432 328.551 175.989 335.46 184.285 340.754C230.4 370.182 274.941 386.153 322.101 403.066L322.381 403.164C328.461 405.346 335.347 407.816 342.074 410.261C363.053 417.901 390.617 424.718 412.297 427.634L413.357 427.774L413.362 427.777Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M414.756 417.238C438.011 420.25 459.291 418.358 479.868 416.529L558.918 409.497C565.544 408.909 579.333 407.679 592.415 398.073C601.877 391.127 607.023 382.524 609.493 378.388L675.18 268.483L630.564 249.272C595.273 234.075 559.289 219.192 523.615 205.044C515.589 201.856 504.594 197.496 491.705 195.76C490.296 195.57 488.869 195.41 487.465 195.295C470.949 193.888 456.187 197.522 445.405 200.183L444.535 200.399C413.77 207.972 382.284 214.173 350.948 218.841C337.901 220.786 324.174 222.592 312.299 221.526C310.615 221.373 308.904 221.185 307.21 220.955C291.737 218.872 275.699 213.596 259.54 205.262C254.937 202.887 248.65 198.286 241.993 193.416C225.98 181.703 207.842 168.433 184.776 163.85L122.864 151.548L134.711 213.514C137.438 227.772 142.639 243.825 147.667 259.353C150.545 268.235 153.262 276.622 155.04 283.256L155.218 283.917C157.032 290.712 159.779 300.996 167.144 311.286C174.033 320.906 182.567 327.062 190.009 331.806C235.117 360.59 279.115 376.371 325.693 393.071L325.888 393.14C331.997 395.327 338.934 397.819 345.712 400.285C366.034 407.687 392.725 414.291 413.709 417.109L414.746 417.246L414.756 417.238Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M416.144 406.698C438.216 409.56 458.907 407.718 478.914 405.935L557.964 398.903C564.063 398.361 575.42 397.349 586.113 389.496C593.849 383.817 598.083 376.731 600.363 372.92L659.827 273.43L626.367 259.021C591.178 243.872 555.291 229.03 519.704 214.906C512.185 211.924 501.891 207.838 490.302 206.276C489.065 206.11 487.81 205.973 486.572 205.867C471.809 204.606 458.029 208.003 447.968 210.487L447.1 210.699C416.018 218.35 384.202 224.619 352.538 229.332C338.86 231.369 324.408 233.259 311.368 232.088C309.525 231.924 307.66 231.713 305.809 231.466C289.128 229.223 271.926 223.576 254.676 214.683C249.331 211.926 242.72 207.088 235.715 201.964C219.86 190.365 203.473 178.376 182.719 174.256L136.286 165.032L145.173 211.505C147.772 225.112 152.874 240.852 157.803 256.066C160.725 265.088 163.486 273.601 165.329 280.487L165.505 281.152C167.216 287.572 169.57 296.362 175.806 305.082C181.625 313.21 188.828 318.41 195.742 322.826C239.843 350.965 283.294 366.548 329.293 383.043L329.477 383.107C335.953 385.43 342.649 387.832 349.358 390.277C369.018 397.438 394.837 403.829 415.131 406.559L416.146 406.693L416.144 406.698Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M417.537 396.16C438.428 398.867 458.529 397.075 477.97 395.346L557.02 388.314C562.448 387.83 571.518 387.023 579.82 380.928C585.821 376.519 589.209 370.851 591.234 367.465L644.474 278.395L622.162 268.79C587.07 253.682 551.276 238.879 515.782 224.793C508.389 221.858 499.183 218.208 488.887 216.823C487.817 216.679 486.735 216.56 485.671 216.472C472.66 215.361 460.382 218.389 450.521 220.817L449.65 221.034C418.246 228.762 386.104 235.1 354.114 239.858C339.796 241.992 324.633 243.965 310.427 242.688C308.433 242.509 306.406 242.279 304.401 242.01C286.506 239.604 268.14 233.587 249.811 224.135C243.73 220.998 236.79 215.919 229.442 210.543C214.522 199.632 199.1 188.346 180.657 184.685L149.7 178.536L155.623 209.522C158.098 222.485 163.098 237.904 167.928 252.817C170.898 261.974 173.689 270.602 175.608 277.755L175.786 278.428C177.375 284.373 179.348 291.772 184.461 298.91C189.466 305.901 195.861 310.299 201.467 313.878C244.56 341.374 287.464 356.764 332.885 373.047C339.434 375.395 346.2 377.82 353.004 380.298C372.009 387.216 396.955 393.394 416.55 396.032L417.542 396.162L417.537 396.16Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M418.908 385.618C438.635 388.172 458.15 386.438 477.024 384.762L556.074 377.729C560.666 377.32 567.613 376.702 573.519 372.363C577.791 369.227 580.282 365.057 582.102 362.016L629.115 283.357L617.959 278.555C582.97 263.489 547.274 248.727 511.862 234.676C504.649 231.816 496.479 228.568 487.476 227.36C486.572 227.237 485.657 227.139 484.769 227.064C473.509 226.105 462.649 228.781 453.075 231.142L452.199 231.357C420.471 239.167 388.002 245.562 355.686 250.377C340.732 252.602 324.848 254.662 309.477 253.279C307.332 253.085 305.142 252.841 302.983 252.551C283.878 249.984 264.347 243.601 244.933 233.588C238.121 230.073 230.85 224.759 223.159 219.131C209.177 208.901 194.716 198.326 178.582 195.12L163.106 192.044L166.068 207.537C168.423 219.845 173.314 234.947 178.043 249.552C181.048 258.826 183.886 267.589 185.873 275.012L186.052 275.685C187.489 281.065 189.118 287.16 193.102 292.727C197.003 298.175 202.193 301.738 207.176 304.912C249.26 331.768 291.619 346.955 336.465 363.035C343.036 365.391 349.832 367.83 356.626 370.303C374.975 376.984 399.043 382.946 417.951 385.49C418.272 385.534 418.587 385.575 418.903 385.616L418.908 385.618Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M613.751 288.317C578.695 273.224 543.416 258.636 507.937 244.556C500.148 241.468 492.214 238.367 483.862 237.655C474.052 236.817 464.3 239.327 454.738 241.675C422.564 249.596 390.022 256.009 357.244 260.885C341.11 263.287 324.767 265.318 308.519 263.86C284.427 261.696 261.32 253.996 240.05 243.026C220.015 232.692 198.69 209.944 176.507 205.537C180.19 224.806 190.926 252.796 196.143 272.259C197.474 277.226 198.757 282.354 201.751 286.541C204.595 290.521 208.767 293.32 212.895 295.95C260.09 326.064 307.658 341.159 360.263 360.315C377.85 366.72 401.702 372.664 420.263 375.07C438.751 377.463 457.496 375.819 476.064 374.166C502.414 371.822 528.764 369.478 555.114 367.134C559.336 366.757 563.792 366.296 567.21 363.789C569.71 361.956 571.369 359.215 572.957 356.555C586.553 333.808 600.149 311.061 613.745 288.315L613.751 288.317Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M421.631 364.533C439.051 366.789 457.391 365.162 475.123 363.584L554.173 356.552C556.277 356.366 559.795 356.052 560.919 355.228C561.729 354.635 562.942 352.597 563.836 351.109L598.388 293.302C567.179 279.977 535.49 266.93 504.028 254.443C497.656 251.916 491.073 249.301 484.652 248.439C484.086 248.36 483.525 248.301 482.976 248.253C475.208 247.591 466.936 249.631 458.179 251.79L457.295 252.007C424.927 259.973 391.798 266.504 358.827 271.408C342.608 273.824 325.288 276.052 307.585 274.457C305.126 274.234 302.63 273.954 300.161 273.624C278.635 270.73 256.777 263.618 235.188 252.484C226.903 248.21 218.612 242.15 210.603 236.287C204.493 231.814 198.275 227.266 192.135 223.561C194.037 229.885 196.176 236.495 198.289 243.01C201.38 252.555 204.3 261.57 206.431 269.519L206.614 270.211C207.675 274.19 208.678 277.944 210.407 280.365C212.1 282.727 215.26 284.85 218.622 286.997C258.691 312.565 299.96 327.364 343.643 343.03C350.239 345.397 357.063 347.841 363.903 350.334C380.677 356.442 403.534 362.103 420.781 364.426L421.629 364.538L421.631 364.533Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M423.02 353.993C439.263 356.096 457.008 354.517 474.174 352.992L553.224 345.96C553.532 345.932 554.047 345.887 554.596 345.832C554.634 345.769 583 298.306 583 298.306C555.521 286.678 527.687 275.264 500.105 264.318C494.33 262.028 488.364 259.658 483.238 258.969C482.837 258.916 482.451 258.87 482.081 258.843C476.06 258.33 468.617 260.166 460.735 262.109L459.845 262.33C427.154 270.373 393.694 276.971 360.399 281.928C343.541 284.439 325.506 286.743 306.636 285.048C304.023 284.816 301.366 284.516 298.743 284.164C276.008 281.11 252.981 273.625 230.306 261.935C223.945 258.657 217.788 254.558 211.786 250.288C213.628 256.091 215.31 261.622 216.693 266.786L216.88 267.481C217.49 269.76 218.405 273.188 219.047 274.187C219.848 275.18 223.217 277.336 224.337 278.045C263.399 302.969 304.114 317.573 347.225 333.031C353.831 335.402 360.666 337.85 367.539 340.351C383.661 346.223 405.624 351.663 422.19 353.894L423.015 354.003L423.02 353.993Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M424.403 343.45C439.468 345.406 456.624 343.877 473.22 342.399L548.237 335.725C552.689 328.277 561.548 313.458 567.591 303.344C543.859 293.389 519.894 283.602 496.182 274.193C491.003 272.14 485.655 270.016 481.824 269.499C481.6 269.472 481.38 269.446 481.189 269.427C476.904 269.058 469.979 270.767 463.283 272.42L462.388 272.638C429.378 280.765 395.592 287.421 361.967 292.427C344.478 295.031 325.723 297.422 305.688 295.621C302.924 295.374 300.111 295.058 297.333 294.684C284.694 292.985 271.989 289.996 259.313 285.75C288.564 300.681 319.034 311.605 350.819 323.001L351.019 323.072C357.574 325.422 364.355 327.853 371.185 330.342C386.655 335.978 407.726 341.196 423.609 343.336L424.412 343.442L424.403 343.45Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_91_1227\">\\n<rect width=\"652\" height=\"322\" fill=\"white\" transform=\"translate(124.044) rotate(22.6581)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1p9aifu\",\"data-framer-name\":\"Mode_Isolation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:371,intrinsicWidth:675,name:\"Mode_Isolation\",svg:'<svg width=\"675\" height=\"371\" viewBox=\"0 0 675 371\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_91_1240)\">\\n<path d=\"M437.437 34.5445C463.981 39.65 485.217 48.821 505.758 57.6874L578.625 89.1456C586.707 92.6364 605.622 100.811 620.202 121.282C630.748 136.095 633.998 150.652 635.388 156.866L671.249 317.357L586.568 324.802C547.992 328.193 508.85 331.069 470.228 333.345C459.958 333.954 445.893 334.782 429.258 331.668C427.35 331.311 425.438 330.904 423.574 330.46C402.328 325.401 386.873 315.702 375.588 308.62L374.824 308.142C348.831 291.841 321.759 276.573 294.351 262.769C284.289 257.702 273.788 252.596 265.597 250.679C264.406 250.401 263.183 250.143 261.962 249.918C250.217 247.72 236.993 247.757 222.658 250.031C219.998 250.454 212.237 252.962 207.103 254.626C185.079 261.748 160.117 269.816 129.765 266.071L20.1374 252.537L73.8197 156.058C81.8427 141.638 92.4122 127.212 102.632 113.255C107.911 106.049 112.882 99.2627 116.194 94.2149L116.56 93.6554C121.054 86.7942 129.422 74.0198 144.332 63.1261C158.278 52.9441 171.926 48.5797 183.434 45.6493C238.766 31.5693 287.231 30.3386 338.54 29.0351L338.853 29.0279C345.283 28.8644 352.552 28.6812 359.656 28.466C383.374 27.7476 413.476 30.0518 436.351 34.3313L437.442 34.5385L437.437 34.5445Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M435.456 44.9882C460.83 49.8647 481.522 58.8034 501.542 67.4469L574.403 98.9056C581.669 102.045 598.673 109.387 611.528 127.446C620.827 140.509 623.751 153.597 625.003 159.184L658.22 307.83L585.632 314.212C547.156 317.596 508.115 320.464 469.598 322.732C459.879 323.305 446.561 324.092 431.216 321.214C429.478 320.889 427.737 320.519 426.037 320.113C406.497 315.46 391.901 306.299 381.244 299.611L380.48 299.133C354.205 282.652 326.835 267.223 299.136 253.268C288.503 247.909 277.34 242.501 268.01 240.319C266.664 240.003 265.288 239.717 263.913 239.459C250.97 237.035 236.524 237.053 220.979 239.522C217.5 240.074 210.23 242.427 203.817 244.497C182.843 251.28 159.072 258.961 131.059 255.507L37.0914 243.914L83.1048 161.218C90.8084 147.376 101.175 133.218 111.202 119.528C116.552 112.22 121.608 105.316 125.077 100.038L125.448 99.4727C129.571 93.1769 137.247 81.4512 150.6 71.7063C163.083 62.593 175.524 58.6288 186.049 55.9472C240.223 42.1631 288.107 40.9435 338.801 39.6592L339.109 39.6523C345.539 39.4888 352.835 39.3036 359.973 39.0858C382.987 38.3878 412.199 40.6205 434.382 44.7742L435.45 44.9775L435.456 44.9882Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M433.476 55.4321C457.674 60.0856 477.832 68.7856 497.32 77.207L570.181 108.666C576.631 111.448 591.724 117.97 602.86 133.61C610.916 144.922 613.51 156.542 614.618 161.502L645.191 298.303L584.702 303.623C546.321 306.999 507.385 309.859 468.973 312.119C459.801 312.661 447.241 313.401 433.174 310.767C431.606 310.473 430.036 310.141 428.501 309.772C410.666 305.525 396.934 296.902 386.901 290.608L386.142 290.129C359.585 273.474 331.922 257.877 303.926 243.771C292.717 238.127 280.904 232.411 270.434 229.965C268.94 229.615 267.404 229.297 265.876 229.005C251.735 226.354 236.067 226.36 219.316 229.016C215.019 229.698 207.661 232.075 200.544 234.378C180.624 240.818 158.044 248.122 132.365 244.952L54.0565 235.29L92.4011 166.378C99.7796 153.115 109.948 139.229 119.783 125.805C125.225 118.379 130.352 111.374 133.971 105.866L134.342 105.301C138.361 99.1696 145.084 88.8986 156.867 80.2921C167.887 72.2476 179.128 68.6833 188.665 66.2565C241.681 52.7682 288.984 51.5652 339.069 50.2885L339.365 50.2825C345.823 50.1169 353.136 49.9304 360.29 49.7169C382.606 49.0389 410.918 51.2065 432.42 55.2335L433.47 55.4325L433.476 55.4321Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M431.496 65.8761C454.523 70.3062 474.138 78.7738 493.104 86.9612L565.965 118.42C572.073 121.055 584.781 126.546 594.192 139.768C601 149.331 603.189 159.113 604.238 163.815L632.161 288.771L583.771 293.028C545.496 296.396 506.66 299.248 468.349 301.5C459.728 302.011 447.92 302.705 435.136 300.313C433.739 300.051 432.334 299.756 430.965 299.425C414.84 295.584 401.961 287.505 392.557 281.599L391.798 281.12C364.959 264.286 337.004 248.527 308.711 234.27C296.931 228.334 284.462 222.316 272.852 219.605C271.204 219.222 269.52 218.865 267.839 218.552C252.494 215.68 235.61 215.661 217.653 218.511C212.538 219.323 205.126 221.721 197.277 224.258C178.399 230.361 157.015 237.277 133.676 234.398L71.0276 226.671L101.703 171.543C108.762 158.858 118.734 145.244 128.375 132.076C133.893 124.543 139.102 117.431 142.87 111.688L143.246 111.117C147.099 105.233 152.932 96.3286 163.151 88.8657C172.708 81.8899 182.742 78.7202 191.297 76.5479C243.154 63.3554 289.881 62.163 339.346 60.906L339.553 60.9013C346.039 60.7391 353.408 60.5483 360.618 60.3305C382.236 59.6725 409.652 61.769 430.461 65.6702L431.489 65.8654L431.496 65.8761Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M429.51 76.3204C451.366 80.5216 470.437 88.7569 488.877 96.7218L561.738 128.18C567.359 130.607 577.827 135.129 585.519 145.938C591.084 153.755 592.884 161.812 593.854 166.145L619.133 279.261L582.842 282.455C544.678 285.809 505.947 288.653 467.726 290.91C459.652 291.384 448.596 292.037 437.101 289.887C435.875 289.657 434.64 289.394 433.431 289.106C419.017 285.676 406.996 278.13 398.221 272.618L397.463 272.144C370.347 255.135 342.099 239.209 313.509 224.807C301.159 218.584 288.028 212.259 275.278 209.283C273.477 208.862 271.639 208.477 269.805 208.132C253.261 205.033 235.156 205.002 215.987 208.039C210.048 208.982 202.254 211.504 193.995 214.174C175.303 220.217 155.984 226.466 134.984 223.871L88.0004 218.075L111.007 176.73C117.741 164.623 127.52 151.277 136.97 138.374C142.574 130.723 147.863 123.504 151.772 117.544L152.148 116.967C155.785 111.408 160.776 103.798 169.432 97.473C177.504 91.5788 185.975 88.8983 193.925 86.873C244.624 73.9764 290.77 72.8006 339.621 71.5572L339.816 71.5534C346.694 71.3779 353.805 71.1956 360.942 70.9779C381.857 70.3404 408.377 72.3657 428.505 76.1347L429.51 76.326L429.51 76.3204Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M427.529 86.7641C448.215 90.7419 466.742 98.7449 484.661 106.481L557.522 137.94C562.524 140.101 570.884 143.71 576.857 152.101C581.174 158.168 582.614 164.613 583.475 168.463L606.109 269.734L581.912 271.859C543.853 275.205 505.223 278.042 467.102 280.291C459.161 280.76 449.275 281.34 439.064 279.428C438.002 279.23 436.938 279.004 435.9 278.753C423.196 275.729 412.487 269.005 403.883 263.608L403.124 263.129C375.726 245.946 347.191 229.851 318.305 215.305C305.378 208.791 291.597 202.163 277.707 198.922C275.758 198.468 273.761 198.05 271.773 197.677C254.025 194.352 234.699 194.308 214.331 197.539C207.573 198.611 199.39 201.258 190.728 204.06C173.139 209.745 154.956 215.626 136.296 213.322L104.971 209.456L120.309 181.889C126.723 170.355 136.305 157.281 145.567 144.634C151.257 136.869 156.612 129.551 160.677 123.36L161.057 122.777C164.429 117.629 168.623 111.222 175.715 106.046C182.659 100.977 190.111 98.8054 196.557 97.1641C246.097 84.5634 291.662 83.3987 339.898 82.1744C346.854 81.9985 354.038 81.8163 361.276 81.5964C381.493 80.9845 407.118 82.9387 426.552 86.5763L427.535 86.7637L427.529 86.7641Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M425.526 97.2042C445.059 100.963 463.047 108.727 480.444 116.235L553.305 147.694C557.537 149.523 563.94 152.287 568.188 158.259C571.263 162.576 572.321 167.316 573.095 170.775L593.08 260.207L580.981 261.27C543.034 264.607 504.509 267.435 466.477 269.678C458.732 270.132 449.955 270.655 441.027 268.98C440.13 268.814 439.231 268.62 438.364 268.412C427.371 265.794 417.897 259.848 409.545 254.604L408.781 254.126C381.1 236.763 352.273 220.512 323.095 205.809C309.592 199.009 295.155 192.073 280.125 188.568C278.028 188.08 275.871 187.625 273.73 187.224C254.784 183.672 234.236 183.61 212.662 187.034C205.091 188.235 196.521 191.002 187.454 193.935C170.969 199.267 153.922 204.776 137.596 202.762L121.937 200.832L129.605 187.048C135.701 176.099 145.079 163.291 154.148 150.905C159.909 143.041 165.35 135.609 169.565 129.183L169.945 128.6C172.997 123.941 176.454 118.664 181.983 114.627C187.395 110.676 193.44 108.92 199.167 107.468C247.548 95.1578 292.533 94.0153 340.16 92.8042C347.138 92.6266 354.356 92.4418 361.582 92.2227C381.101 91.6308 405.825 93.5144 424.577 97.0253C424.895 97.0848 425.208 97.1447 425.52 97.2046L425.526 97.2042Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M580.045 250.681C542.025 254.024 503.952 256.817 465.848 259.065C457.483 259.556 448.976 260.013 440.823 258.071C431.244 255.792 422.771 250.351 414.427 245.124C386.358 227.517 357.466 211.225 327.869 196.32C313.301 188.981 298.418 181.928 282.533 178.22C258.976 172.723 234.62 172.791 210.984 176.541C188.719 180.073 161.338 194.989 138.891 192.22C148.43 175.077 167.398 151.863 178.454 135.017C181.275 130.717 184.101 126.249 188.256 123.212C192.205 120.325 197.044 118.975 201.788 117.772C256.045 103.97 305.947 104.547 361.905 102.848C380.614 102.279 405.126 104.112 423.506 107.646C441.812 111.168 459.098 118.607 476.211 125.996C500.498 136.483 524.785 146.969 549.072 157.455C552.963 159.137 557.05 160.971 559.509 164.423C561.31 166.948 562.025 170.07 562.699 173.094C568.48 198.957 574.26 224.819 580.04 250.681L580.045 250.681Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M421.503 118.08C438.752 121.399 455.657 128.693 472 135.75L544.861 167.209C546.801 168.044 550.043 169.446 550.852 170.58C551.435 171.397 551.949 173.712 552.331 175.406L567.02 241.131C533.207 244 499.025 246.456 465.234 248.451C458.391 248.853 451.32 249.273 444.954 248.078C444.391 247.975 443.839 247.856 443.303 247.729C435.72 245.923 428.504 241.392 420.865 236.597L420.094 236.114C391.855 218.402 362.442 201.816 332.671 186.823C318.027 179.445 302.278 171.9 284.968 167.864C282.563 167.305 280.105 166.789 277.657 166.328C256.309 162.328 233.323 162.23 209.332 166.034C200.124 167.496 190.352 170.651 180.908 173.708C173.704 176.04 166.374 178.409 159.382 180.003C163.17 174.594 167.274 168.988 171.323 163.464C177.251 155.369 182.849 147.723 187.365 140.844L187.755 140.243C190.01 136.798 192.139 133.547 194.54 131.791C196.888 130.078 200.555 129.053 204.42 128.068C250.485 116.35 294.313 115.234 340.705 114.051C347.71 113.871 354.957 113.69 362.233 113.467C380.076 112.925 403.556 114.714 420.661 117.915L421.502 118.074L421.503 118.08Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M419.517 128.524C435.601 131.619 451.956 138.681 467.779 145.51L540.64 176.969C540.924 177.092 541.398 177.297 541.902 177.521C541.919 177.592 553.976 231.555 553.976 231.555C524.237 233.983 494.228 236.096 464.605 237.844C458.403 238.208 451.995 238.588 446.912 237.636C446.514 237.56 446.133 237.483 445.774 237.393C439.895 235.993 433.402 231.916 426.527 227.599L425.751 227.111C397.229 209.225 367.524 192.471 337.461 177.326C322.24 169.657 305.836 161.816 287.386 157.51C284.833 156.911 282.216 156.363 279.614 155.874C257.067 151.648 232.855 151.537 207.658 155.53C200.59 156.648 193.458 158.611 186.421 160.784C189.989 155.851 193.32 151.126 196.252 146.656L196.648 146.055C197.941 144.082 199.885 141.113 200.807 140.366C201.879 139.674 205.755 138.683 207.04 138.36C251.947 126.938 295.188 125.834 340.971 124.669C347.988 124.489 355.245 124.306 362.556 124.086C379.706 123.564 402.268 125.284 418.698 128.358L419.516 128.513L419.517 128.524Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n<path d=\"M417.525 138.969C432.444 141.834 448.256 148.664 463.552 155.271L532.696 185.124C534.588 193.593 538.356 210.442 540.923 221.94C515.267 223.954 489.442 225.735 463.976 227.237C458.414 227.563 452.669 227.903 448.87 227.193C448.648 227.149 448.432 227.104 448.244 227.062C444.059 226.069 438.019 222.276 432.179 218.608L431.397 218.119C402.599 200.054 372.602 183.143 342.242 167.848C326.45 159.892 309.39 151.743 289.8 147.172C287.099 146.541 284.328 145.959 281.573 145.443C269.039 143.094 256.038 141.95 242.669 142.008C275.126 137 307.485 136.177 341.24 135.321L341.452 135.316C348.413 135.139 355.615 134.956 362.88 134.734C379.338 134.231 400.982 135.881 416.736 138.828L417.531 138.98L417.525 138.969Z\" fill=\"#264D38\" stroke=\"#1D7F73\" stroke-width=\"4.91\" stroke-miterlimit=\"10\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_91_1240\">\\n<rect width=\"652\" height=\"322\" fill=\"white\" transform=\"matrix(0.997068 -0.0765257 -0.0765257 -0.997068 24.6412 370.95)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{T6MnDCXxn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1810),pixelHeight:934,pixelWidth:1478,positionX:\"center\",positionY:\"bottom\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png\",srcSet:\"https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png?scale-down-to=512 512w,https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png 1478w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:934,pixelWidth:1478,positionX:\"center\",positionY:\"bottom\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png\",srcSet:\"https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png?scale-down-to=512 512w,https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0k9PCuG3mvobEatXCr9wh5rVkM.png 1478w\"},className:\"framer-10qip03\",\"data-framer-name\":\"Section 4\",name:\"Section 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{background:{alt:\"\",fit:\"fill\",positionX:\"16.1%\",positionY:\"77.7%\"}},T6MnDCXxn:{background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"center\"}}},children:/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\",positionX:\"left\",positionY:\"center\"},className:\"framer-7x6647\",\"data-framer-name\":\"Section 4\",id:elementId2,name:\"Section 4\",ref:ref4,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hokx5r\",\"data-border\":true,\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ey1fei\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qmpfb7\",\"data-framer-name\":\"Frame 32\",name:\"Frame 32\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ol\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\"},children:\"Produced in Lowland of Jalisco, Mexico\"})})})})},T6MnDCXxn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"Produced in Lowland of Jalisco, Mexico\"})}),fonts:[\"CUSTOM;ITC Souvenir Std Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",children:\"Produced in Lowland of Jalisco, Mexico\"})}),className:\"framer-1r001m\",\"data-framer-name\":\"Produced and bottled in Jalisco, Mexico\",fonts:[\"Inter\"],name:\"Produced and bottled in Jalisco, Mexico\",verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ueuftf\",\"data-border\":true,\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ii78jj\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q2szbv\",\"data-framer-name\":\"Frame 32\",name:\"Frame 32\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\"},children:\"2. 100% Agave Azul Weber\"})})},T6MnDCXxn:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"Agaves harvested at their peak \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"maturity, between 6 and 8 years\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"Agaves harvested at their peak \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"maturity, between 6 and 8 years\"})]}),className:\"framer-r6mrpm\",\"data-framer-name\":\"Produced and bottled in Jalisco, Mexico\",fonts:[\"CUSTOM;ITC Souvenir Std Medium\"],name:\"Produced and bottled in Jalisco, Mexico\",verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ssfpjp\",\"data-border\":true,\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-k6nyv5\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rjlbah\",\"data-framer-name\":\"Frame 32\",name:\"Frame 32\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\"},children:\"3. Francisco Villegas Sandoval Master Distiler\"})}),fonts:[\"Inter\"]},T6MnDCXxn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"Francisco Villegas Sandoval Master Distiler\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"Francisco Villegas Sandoval Master Distiler\"})}),className:\"framer-zuznf1\",\"data-framer-name\":\"Produced and bottled in Jalisco, Mexico\",fonts:[\"CUSTOM;ITC Souvenir Std Medium\"],name:\"Produced and bottled in Jalisco, Mexico\",verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-82qhjx\",\"data-border\":true,\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-srmoa\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4to8ml\",\"data-framer-name\":\"Frame 32\",name:\"Frame 32\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\"},children:\"4. Cooked in autoclave\"})})},T6MnDCXxn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"Cooked in autoclave\"})}),fonts:[\"CUSTOM;ITC Souvenir Std Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",children:\"Cooked in autoclave\"})}),className:\"framer-foiue6\",\"data-framer-name\":\"Produced and bottled in Jalisco, Mexico\",fonts:[\"Inter\"],name:\"Produced and bottled in Jalisco, Mexico\",verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-aonxgi\",\"data-border\":true,\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t0bpmt\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17tmbpd\",\"data-framer-name\":\"Frame 32\",name:\"Frame 32\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\"},children:\"5. Agaves harvested at their peak maturity, between 6 and 8 years\"})}),fonts:[\"CUSTOM;ITC Souvenir Std Medium\"]},T6MnDCXxn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"Continuous column distilation\"})}),fonts:[\"CUSTOM;ITC Souvenir Std Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",children:\"Continuous column distilation\"})}),className:\"framer-3pdacn\",\"data-framer-name\":\"Produced and bottled in Jalisco, Mexico\",fonts:[\"Inter\"],name:\"Produced and bottled in Jalisco, Mexico\",verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hi9ryu\",\"data-border\":true,\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tg2pfr\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2svl1m\",\"data-framer-name\":\"Frame 32\",name:\"Frame 32\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\"},children:\"6. Fermentation in stainless steel tanks, natural fermentation with wild yeasts\"})}),fonts:[\"Inter\"]},T6MnDCXxn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:[\"Fermentation in stainless steel tanks,\",/*#__PURE__*/_jsx(\"br\",{}),\"natural fermentation with wild yeasts\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:[\"Fermentation in stainless steel tanks,\",/*#__PURE__*/_jsx(\"br\",{}),\"natural fermentation with wild yeasts\"]})}),className:\"framer-18f74lu\",\"data-framer-name\":\"Produced and bottled in Jalisco, Mexico\",fonts:[\"CUSTOM;ITC Souvenir Std Medium\"],name:\"Produced and bottled in Jalisco, Mexico\",verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cu2m1g\",\"data-border\":true,\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-w4v7pz\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yt31z1\",\"data-framer-name\":\"Frame 32\",name:\"Frame 32\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\"},children:\"7. Continous column distilation\"})})},T6MnDCXxn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"100% Agave Azul Weber\"})}),fonts:[\"CUSTOM;ITC Souvenir Std Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",children:\"100% Agave Azul Weber\"})}),className:\"framer-7iw9hy\",\"data-framer-name\":\"Produced and bottled in Jalisco, Mexico\",fonts:[\"Inter\"],name:\"Produced and bottled in Jalisco, Mexico\",verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f0xz2c-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"YzMpWgv60\",isMixedBorderRadius:false,layoutId:\"YzMpWgv60\",loop:true,muted:true,objectFit:\"fill\",playing:true,poster:\"https://framerusercontent.com/images/GX1UIrpOQrLFEYIGwTyIYmcS3U.png\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://figuefs.ams3.cdn.digitaloceanspaces.com/y18urnc9dhqi2hstehydy0hbhk6b\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{T6MnDCXxn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1590),pixelHeight:2104,pixelWidth:3141,sizes:\"100vw\",src:\"https://framerusercontent.com/images/eSNvCrplINseHNHRmv0CrGkOjs.png\",srcSet:\"https://framerusercontent.com/images/eSNvCrplINseHNHRmv0CrGkOjs.png?scale-down-to=512 512w,https://framerusercontent.com/images/eSNvCrplINseHNHRmv0CrGkOjs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eSNvCrplINseHNHRmv0CrGkOjs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eSNvCrplINseHNHRmv0CrGkOjs.png 3141w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2104,pixelWidth:3141,sizes:\"100vw\",src:\"https://framerusercontent.com/images/eSNvCrplINseHNHRmv0CrGkOjs.png\",srcSet:\"https://framerusercontent.com/images/eSNvCrplINseHNHRmv0CrGkOjs.png?scale-down-to=512 512w,https://framerusercontent.com/images/eSNvCrplINseHNHRmv0CrGkOjs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eSNvCrplINseHNHRmv0CrGkOjs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eSNvCrplINseHNHRmv0CrGkOjs.png 3141w\"},className:\"framer-13wohsp hidden-1fepu99\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{__framer__parallaxTransformEnabled:undefined,background:{alt:\"\",fit:\"fit\",pixelHeight:295,pixelWidth:523,positionX:\"center\",positionY:\"center\",sizes:\"167.6623px\",src:\"https://framerusercontent.com/images/a0ghfIbp1UhJ1nWGLaQEXRRSB2w.png\",srcSet:\"https://framerusercontent.com/images/a0ghfIbp1UhJ1nWGLaQEXRRSB2w.png?scale-down-to=512 512w,https://framerusercontent.com/images/a0ghfIbp1UhJ1nWGLaQEXRRSB2w.png 523w\"}},T6MnDCXxn:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(1846.8490566037735),pixelHeight:295,pixelWidth:523,positionX:\"center\",positionY:\"center\",sizes:\"23.9166px\",src:\"https://framerusercontent.com/images/a0ghfIbp1UhJ1nWGLaQEXRRSB2w.png\",srcSet:\"https://framerusercontent.com/images/a0ghfIbp1UhJ1nWGLaQEXRRSB2w.png?scale-down-to=512 512w,https://framerusercontent.com/images/a0ghfIbp1UhJ1nWGLaQEXRRSB2w.png 523w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",pixelHeight:295,pixelWidth:523,positionX:\"center\",positionY:\"center\",sizes:\"223px\",src:\"https://framerusercontent.com/images/a0ghfIbp1UhJ1nWGLaQEXRRSB2w.png\",srcSet:\"https://framerusercontent.com/images/a0ghfIbp1UhJ1nWGLaQEXRRSB2w.png?scale-down-to=512 512w,https://framerusercontent.com/images/a0ghfIbp1UhJ1nWGLaQEXRRSB2w.png 523w\"},className:\"framer-alhr9p\",transformTemplate:transformTemplate2})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u08fut\",\"data-framer-name\":\"Section Photo\",name:\"Section Photo\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-wztx46\",\"data-framer-name\":\"Frame 7\",name:\"Frame 7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-120}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",pixelHeight:3842,pixelWidth:2566,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg\",srcSet:\"https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg?scale-down-to=2048 1367w,https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg 2566w\"}},T6MnDCXxn:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1900),pixelHeight:3842,pixelWidth:2566,positionX:\"center\",positionY:\"center\",sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg\",srcSet:\"https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg?scale-down-to=2048 1367w,https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg 2566w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-90}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:3842,pixelWidth:2566,positionX:\"center\",positionY:\"center\",sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg\",srcSet:\"https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg?scale-down-to=2048 1367w,https://framerusercontent.com/images/TDxEC156cMosiw2H6cAsRTTuU.jpg 2566w\"},className:\"framer-14j11sx\"})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1pxo8z2\",\"data-framer-name\":\"Frame 7\",name:\"Frame 7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-120}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",pixelHeight:2542,pixelWidth:2542,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg\",srcSet:\"https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg 2542w\"}},T6MnDCXxn:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1900),pixelHeight:2542,pixelWidth:2542,positionX:\"center\",positionY:\"center\",sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg\",srcSet:\"https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg 2542w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-90}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:2542,pixelWidth:2542,positionX:\"center\",positionY:\"center\",sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg\",srcSet:\"https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/OrHWGkNfNMIpI7cJssuyuW0WN2s.jpg 2542w\"},className:\"framer-15ie9hu\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-msis3h\",\"data-framer-name\":\"Section 5\",id:elementId3,name:\"Section 5\",ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xh1jml\",\"data-framer-name\":\"Frame 21\",name:\"Frame 21\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yqtus6\",\"data-styles-preset\":\"dAUdB7EhM\",children:\"Our Commitments\"})}),className:\"framer-10elma7\",\"data-framer-name\":\"Our commitments\",effect:textEffect2,fonts:[\"Inter\"],name:\"Our commitments\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rqjihl\",\"data-framer-name\":\"Frame 20\",name:\"Frame 20\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w8q31i\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16ufxhl\",\"data-framer-name\":\"Frame 17\",name:\"Frame 17\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-a67ama\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ladjce\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:165,intrinsicWidth:188,name:\"Group\",svg:'<svg width=\"188\" height=\"165\" viewBox=\"0 0 188 165\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M156.771 94.2816C156.707 94.3088 149.865 97.2814 137.503 100.372C134.494 101.124 131.721 102.239 129.229 103.508C141.427 86.9406 147.11 69.0685 147.391 68.1894C147.626 67.4462 147.318 66.6306 146.648 66.2318C145.977 65.824 145.116 65.9327 144.563 66.4855C144.481 66.5671 136.488 74.5244 129.818 80.2975C126.727 82.971 123.347 86.6234 120.537 89.877C125.087 74.2072 127.588 53.0633 127.715 51.9848C127.806 51.2326 127.38 50.5166 126.682 50.2176C125.984 49.9275 125.177 50.1269 124.697 50.716C124.289 51.2145 114.664 63.2501 106.218 82.1735C105.339 84.1402 104.496 86.2428 103.68 88.4269C103.236 82.4454 102.357 74.1347 100.608 65.6155C97.472 50.2991 95.6594 39.6411 95.6594 30.4875C95.6594 29.545 94.8981 28.7837 93.9555 28.7837C93.883 28.7837 93.8196 28.7928 93.7471 28.8018C93.6836 28.8018 93.6111 28.7837 93.5386 28.7837C92.5961 28.7837 91.8348 29.545 91.8348 30.4875C91.8348 39.632 90.0222 50.2901 86.8864 65.6155C85.1464 74.1256 84.2672 82.4454 83.8141 88.4269C82.9984 86.2337 82.1556 84.1311 81.2765 82.1735C72.8298 63.2501 63.205 51.2145 62.7971 50.716C62.3258 50.1269 61.5102 49.9275 60.8123 50.2176C60.1145 50.5076 59.6976 51.2326 59.7792 51.9848C59.906 53.0633 62.4074 74.2072 66.957 89.877C64.1475 86.6234 60.767 82.971 57.6766 80.2975C51.0062 74.5244 43.0127 66.5581 42.9311 66.4855C42.3783 65.9327 41.5173 65.833 40.8467 66.2318C40.176 66.6396 39.8679 67.4462 40.1035 68.1894C40.3754 69.0685 46.0669 86.9497 58.2656 103.508C55.7733 102.239 53.0001 101.124 49.9912 100.372C37.6293 97.2814 30.7868 94.3088 30.7234 94.2816C29.9168 93.9281 28.9742 94.2453 28.5482 95.0157C28.1223 95.786 28.3579 96.7558 29.083 97.2452C29.2914 97.3811 49.5652 111.075 54.9667 116.685C57.7309 119.558 63.9209 124.371 71.5338 128.657C77.4882 132.011 86.0345 135.989 93.3483 136.18C93.4027 136.18 93.4571 136.198 93.5205 136.198C93.5205 136.198 93.5205 136.198 93.5296 136.198C93.593 136.198 93.6565 136.198 93.7108 136.198C93.7743 136.198 93.8377 136.198 93.8921 136.198C93.8921 136.198 93.8921 136.198 93.9012 136.198C93.9646 136.198 94.019 136.189 94.0734 136.18C101.378 135.989 109.934 132.011 115.888 128.657C123.501 124.371 129.691 119.549 132.455 116.685C137.847 111.084 158.13 97.3902 158.339 97.2452C159.064 96.7558 159.299 95.786 158.873 95.0157C158.447 94.2453 157.505 93.9281 156.698 94.2816H156.771ZM132.038 82.8623C135.237 80.0981 138.726 76.8354 141.527 74.1619C137.983 82.826 130.769 97.8977 119.586 109.815C119.087 110.35 118.58 110.876 118.063 111.411C117.166 112.253 116.495 112.951 116.06 113.423C111.338 118.063 106.2 122.449 101.931 125.911C106.499 119.214 112.453 109.68 117.139 99.375C118.163 98.0609 125.875 88.2004 132.038 82.8714V82.8623ZM109.326 83.5601C114.329 72.3583 119.848 63.5038 123.446 58.2383C121.978 68.3797 118.743 87.6113 114.13 97.789C108.628 109.942 101.297 121.035 96.6744 127.515C98.8677 116.812 103.463 96.7014 109.335 83.5601H109.326ZM90.2488 66.3043C91.7351 59.0539 92.9224 52.8277 93.7652 47.2902C94.6171 52.8277 95.8044 59.0539 97.2816 66.3043C100.318 81.1494 100.689 95.3782 100.726 97.1999C97.6804 107.078 95.2787 117.456 93.7562 124.706C92.2336 117.456 89.841 107.078 86.7867 97.1999C86.823 95.3873 87.1946 81.1494 90.2307 66.3043H90.2488ZM78.2132 83.5601C84.0769 96.7014 88.6718 116.821 90.8741 127.515C86.252 121.035 78.9201 109.942 73.4189 97.789C68.8059 87.6113 65.5704 68.3797 64.1022 58.2383C67.7002 63.5038 73.2195 72.3583 78.2223 83.5601H78.2132ZM67.9449 109.815C56.7793 97.9068 49.5652 82.8351 46.0125 74.1709C48.813 76.8445 52.3022 80.0981 55.5015 82.8623C61.6733 88.2004 69.3768 98.0518 70.4009 99.3659C75.0865 109.67 81.0408 119.205 85.6086 125.902C81.3399 122.449 76.2012 118.054 71.4794 113.413C71.0444 112.942 70.3647 112.244 69.4765 111.402C68.9599 110.876 68.4524 110.341 67.9539 109.806L67.9449 109.815ZM57.4681 114.329C54.4411 111.184 47.2814 105.837 41.182 101.487C43.5293 102.184 46.2119 102.928 49.2208 103.68C57.6403 105.782 64.1838 111.102 67.3558 114.12C67.8905 114.664 68.4252 115.199 68.969 115.734C69.2862 116.069 69.4584 116.268 69.4675 116.286C69.5853 116.431 69.7303 116.54 69.8843 116.631C76.1831 122.721 83.0619 128.313 87.6568 131.884C76.02 128.802 61.8093 118.842 57.4681 114.338V114.329ZM130.071 114.329C125.739 118.833 111.52 128.793 99.8827 131.875C104.478 128.304 111.356 122.712 117.655 116.613C117.809 116.522 117.945 116.413 118.072 116.268C118.081 116.259 118.253 116.051 118.571 115.715C119.114 115.181 119.649 114.646 120.184 114.102C123.365 111.093 129.908 105.773 138.319 103.662C141.328 102.91 144.01 102.166 146.357 101.469C140.249 105.828 133.098 111.166 130.071 114.311V114.329Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M178.042 72.4583C177.434 71.8601 176.809 71.2801 176.166 70.7272C177.099 58.6282 171.099 46.8645 160.704 40.5567C158.321 39.1066 155.783 37.9828 153.146 37.1943C149.611 30.8412 144.037 25.8294 137.376 23.038C133.153 21.2707 128.667 20.4279 124.081 20.5276C119.214 8.20197 107.269 0 93.9646 0H93.5659C80.2615 0 68.3165 8.20197 63.4497 20.5276C58.8457 20.4188 54.3867 21.2617 50.1362 23.038C43.484 25.8294 37.9194 30.8412 34.3848 37.1943C31.7566 37.9737 29.228 39.0976 26.8535 40.5386C16.4311 46.8645 10.4224 58.6373 11.3649 70.7363C4.1327 76.8991 0 85.8261 0 95.3603C0 106.1 5.31089 116.105 14.1926 122.141L14.2651 122.187C25.8294 130.026 33.1523 135.718 34.3214 136.823C39.5688 142.261 48.0517 148.533 57.0241 153.617C69.5853 160.74 81.3581 164.556 91.9889 164.955C92.5236 164.982 93.0583 165 93.584 165H93.9374C94.445 165 94.9616 164.991 95.4419 164.964C106.109 164.574 117.909 160.759 130.497 153.626C139.47 148.542 147.953 142.27 153.2 136.832C154.369 135.727 161.71 130.017 173.347 122.132C174.054 121.652 174.743 121.135 175.386 120.619C176.311 119.885 177.208 119.087 178.033 118.262C184.15 112.154 187.53 104.015 187.53 95.3603C187.53 86.7143 184.159 78.5757 178.042 72.4583ZM175.64 115.852C174.906 116.586 174.117 117.293 173.274 117.954C172.685 118.426 172.069 118.888 171.444 119.314C159.807 127.198 152.167 133.117 150.835 134.394C150.816 134.413 150.807 134.422 150.789 134.44C145.759 139.651 137.557 145.714 128.839 150.662C116.722 157.523 105.456 161.194 95.315 161.565C94.8709 161.583 94.4087 161.601 93.9556 161.601H93.6021C93.1308 161.601 92.6596 161.592 92.1611 161.565C82.0559 161.185 70.7997 157.514 58.7188 150.671C50.0093 145.732 41.7983 139.669 36.7684 134.449C36.7502 134.431 36.7412 134.413 36.7231 134.403C35.3908 133.126 27.7779 127.235 16.2045 119.386L16.132 119.341C8.17478 113.948 3.42579 104.985 3.42579 95.3784C3.42579 86.5693 7.36818 78.3492 14.2288 72.8208C14.682 72.4583 14.9176 71.8873 14.8542 71.3163C13.6669 60.2052 19.0775 49.2752 28.6389 43.475C30.95 42.0702 33.4332 41.0098 36.0071 40.3029C36.4602 40.176 36.8409 39.8679 37.0674 39.451C40.2032 33.4876 45.3238 28.7839 51.4685 26.201C55.0574 24.7056 58.8276 23.9443 62.6884 23.9443C63.2956 23.9443 63.921 23.9624 64.5282 23.9987C65.2895 24.044 65.9873 23.5818 66.2411 22.8658C70.3194 11.2381 81.3128 3.41673 93.5931 3.41673H93.9918C106.272 3.41673 117.265 11.229 121.344 22.8568C121.598 23.5727 122.286 24.044 123.057 23.9896C123.664 23.9534 124.28 23.9352 124.896 23.9352C128.757 23.9352 132.527 24.6965 136.089 26.1829C142.252 28.7658 147.373 33.4785 150.508 39.4419C150.726 39.8588 151.106 40.167 151.569 40.2939C154.152 41.0008 156.644 42.0702 158.964 43.484C168.507 49.2752 173.909 60.187 172.722 71.3073C172.658 71.8782 172.894 72.4492 173.347 72.8117C174.145 73.4552 174.924 74.1621 175.658 74.8962C181.132 80.3702 184.15 87.6478 184.15 95.3875C184.15 103.136 181.132 110.414 175.649 115.879L175.64 115.852Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M172.957 77.5515C171.571 76.1649 170.039 74.9505 168.408 73.9354C170.873 63.4043 166.296 52.3565 156.97 46.7012C154.251 45.0427 151.288 43.937 148.161 43.4023C145.633 37.2123 140.739 32.2458 134.594 29.6629C131.494 28.3669 128.223 27.7053 124.869 27.7053C122.821 27.7053 120.8 27.95 118.824 28.4303C116.93 16.3585 106.381 7.17773 93.9647 7.17773H93.5659C81.1497 7.17773 70.6004 16.3585 68.7062 28.4303C66.7396 27.95 64.7185 27.7053 62.6612 27.7053C59.308 27.7053 56.0362 28.3669 52.9186 29.672C46.783 32.2458 41.898 37.2214 39.3695 43.4023C36.2518 43.937 33.3064 45.0427 30.5875 46.6831C21.2436 52.3565 16.6577 63.4133 19.1319 73.9445C11.7366 78.5212 7.20508 86.6054 7.20508 95.3421C7.20508 104.079 11.3378 111.474 18.2437 116.169L18.3163 116.214C30.1525 124.244 38.2547 130.506 39.451 131.757C44.2453 136.733 52.1392 142.56 60.5768 147.345C72.1502 153.907 82.8354 157.405 92.3152 157.75C92.7412 157.777 93.1671 157.786 93.5931 157.786H93.9465C94.3544 157.786 94.7531 157.777 95.1338 157.759C104.65 157.423 115.353 153.916 126.954 147.345C135.391 142.56 143.285 136.742 148.07 131.766C149.285 130.506 157.414 124.217 169.296 116.169C169.849 115.788 170.393 115.389 170.891 114.981C171.616 114.411 172.305 113.794 172.948 113.151C177.706 108.402 180.335 102.076 180.335 95.3511C180.335 88.6264 177.715 82.3005 172.957 77.5424V77.5515ZM170.547 110.758C169.994 111.311 169.405 111.837 168.77 112.335C168.326 112.698 167.864 113.042 167.393 113.359C155.566 121.371 147.155 127.833 145.633 129.41C141.065 134.159 133.452 139.76 125.286 144.391C114.166 150.689 103.988 154.043 94.9978 154.36C94.6534 154.378 94.3091 154.387 93.9556 154.387H93.6021C93.2396 154.387 92.8771 154.378 92.4783 154.351C83.5242 154.025 73.3555 150.671 62.2625 144.382C54.0968 139.751 46.493 134.15 41.9162 129.392C40.4027 127.824 32.0285 121.389 20.2376 113.395L20.1651 113.35C14.1835 109.29 10.6127 102.556 10.6127 95.3421C10.6127 87.4029 14.9539 80.0801 21.9324 76.2464C22.6302 75.8658 22.9655 75.0411 22.748 74.2798C19.9929 64.8453 23.9443 54.6948 32.3638 49.5923C34.9649 48.0154 37.8197 47.0184 40.8377 46.6197C41.4721 46.5381 41.9977 46.1122 42.2152 45.514C44.2907 39.7772 48.6862 35.146 54.2508 32.8077C56.9425 31.6839 59.7792 31.113 62.6794 31.113C65.0629 31.113 67.4012 31.4936 69.6397 32.2458C70.1382 32.409 70.682 32.3365 71.126 32.0465C71.5701 31.7564 71.842 31.2761 71.8783 30.7505C72.703 19.4399 82.2372 10.5854 93.584 10.5854H93.9828C105.33 10.5854 114.864 19.4399 115.689 30.7505C115.725 31.2761 116.006 31.7474 116.441 32.0465C116.876 32.3365 117.429 32.409 117.927 32.2458C120.166 31.4936 122.504 31.113 124.887 31.113C127.788 31.113 130.624 31.6839 133.298 32.8077C138.881 35.146 143.267 39.7862 145.352 45.5231C145.569 46.1212 146.104 46.5472 146.729 46.6287C149.756 47.0184 152.611 48.0244 155.221 49.6104C163.613 54.7038 167.565 64.8453 164.819 74.2798C164.592 75.0411 164.937 75.8658 165.634 76.2464C167.429 77.2252 169.087 78.4759 170.574 79.9532C174.688 84.0678 176.954 89.5327 176.954 95.3511C176.954 101.17 174.688 106.644 170.565 110.749L170.547 110.758Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M167.873 82.6449C165.535 80.3066 162.68 78.6934 159.535 77.9231C160.523 75.2676 161.021 73.6725 161.049 73.591C163.532 65.679 160.314 57.1508 153.236 52.855C150.064 50.9336 146.358 50.0364 142.651 50.2901C141.735 44.1183 137.63 38.753 131.821 36.3151C129.609 35.3907 127.271 34.9194 124.878 34.9194C120.175 34.9194 115.734 36.732 112.408 39.9493C112.1 37.1036 111.946 34.6022 111.946 32.3636C111.946 22.4578 103.889 14.4009 93.9828 14.4009H93.584C83.6782 14.4009 75.6212 22.4578 75.6212 32.3636C75.6212 34.6022 75.4672 37.1036 75.159 39.9493C71.8329 36.732 67.3921 34.9194 62.6884 34.9194C60.2958 34.9194 57.9576 35.3907 55.7371 36.3241C49.9368 38.7621 45.8313 44.1273 44.925 50.2992C41.2364 50.0454 37.5206 50.9336 34.3486 52.855C27.2614 57.1508 24.0349 65.679 26.5182 73.5819C26.6723 74.0713 27.1707 75.603 28.0317 77.9321C20.1469 79.8988 14.4282 87.0495 14.4282 95.3602C14.4282 101.324 17.3737 106.879 22.313 110.223L22.3855 110.269C32.536 117.148 42.5324 124.552 44.6713 126.772C48.9399 131.213 56.4078 136.696 64.1566 141.083C74.7421 147.082 84.3489 150.273 92.6686 150.563C92.9858 150.581 93.303 150.59 93.6203 150.59H93.9737C94.2728 150.59 94.5809 150.59 94.8347 150.563C103.2 150.282 112.816 147.091 123.428 141.083C131.177 136.687 138.645 131.204 142.914 126.772C145.062 124.543 155.094 117.111 165.272 110.214C165.671 109.942 166.06 109.652 166.414 109.362C166.93 108.955 167.429 108.52 167.891 108.057C171.29 104.668 173.166 100.154 173.166 95.3511C173.166 90.5478 171.299 86.0344 167.9 82.6358L167.873 82.6449ZM165.462 105.665C165.091 106.027 164.701 106.381 164.266 106.716C163.967 106.961 163.65 107.196 163.341 107.405C152.647 114.646 142.805 121.96 140.439 124.416C136.379 128.63 129.21 133.887 121.724 138.128C111.601 143.865 102.502 146.91 94.6534 147.173C94.4178 147.182 94.1821 147.191 93.9374 147.191H93.584C93.3393 147.191 93.0855 147.191 92.7865 147.164C84.9833 146.892 75.9022 143.856 65.797 138.128C58.311 133.887 51.1422 128.63 47.082 124.416C44.7257 121.969 34.9105 114.682 24.2525 107.45L24.189 107.405C20.1923 104.686 17.7996 100.182 17.7996 95.3511C17.7996 88.0283 23.2737 81.8201 30.524 80.9048C31.0406 80.8413 31.5028 80.5332 31.7747 80.0891C32.0466 79.636 32.0919 79.0922 31.9016 78.6028C30.6146 75.3129 29.9168 73.1469 29.7355 72.5578C27.7236 66.1503 30.3337 59.2443 36.0887 55.7551C38.3725 54.3775 40.9827 53.6434 43.6381 53.6434C44.481 53.6434 45.3147 53.7159 46.1304 53.8519C46.6107 53.9335 47.1001 53.8066 47.4808 53.4984C47.8614 53.1903 48.088 52.7371 48.1152 52.2477C48.369 46.6378 51.8673 41.6078 57.0241 39.4418C58.8276 38.6896 60.7308 38.3089 62.6612 38.3089C67.093 38.3089 71.2257 40.2847 73.999 43.7286C74.1168 43.8736 74.4612 44.2995 74.9868 44.9974C75.4037 45.5412 76.1016 45.7859 76.7722 45.6137C77.4338 45.4415 77.9323 44.8886 78.0229 44.2089C78.6754 39.5777 78.9927 35.6988 78.9927 32.3546C78.9927 24.3248 85.527 17.7904 93.5568 17.7904H93.9556C101.985 17.7904 108.52 24.3248 108.52 32.3546C108.52 35.6897 108.837 39.5687 109.489 44.2089C109.589 44.8886 110.079 45.4415 110.74 45.6137C111.402 45.7859 112.109 45.5412 112.526 44.9974C113.051 44.3086 113.396 43.8826 113.513 43.7286C116.296 40.2847 120.428 38.3089 124.851 38.3089C126.791 38.3089 128.685 38.6896 130.479 39.4418C135.645 41.6078 139.143 46.6378 139.397 52.2568C139.415 52.7462 139.651 53.1994 140.032 53.5075C140.412 53.8156 140.902 53.9425 141.382 53.8609C142.207 53.7159 143.04 53.6525 143.883 53.6525C146.548 53.6525 149.167 54.3866 151.442 55.7732C157.188 59.2534 159.789 66.1684 157.777 72.585C157.777 72.6122 157.052 74.9323 155.611 78.6119C155.42 79.1013 155.466 79.6541 155.738 80.0982C156.01 80.5513 156.472 80.8504 156.988 80.9138C160.206 81.3126 163.133 82.7446 165.453 85.0556C168.208 87.8107 169.722 91.4722 169.722 95.3602C169.722 99.2572 168.199 102.919 165.444 105.665H165.462Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M162.78 87.7386C160.749 85.7085 158.049 84.5938 155.176 84.5938C153.862 84.5938 152.584 84.8294 151.387 85.2826C151.224 85.3369 151.061 85.4094 150.907 85.4729C150.844 85.5001 149.865 85.917 148.052 86.5695C152.094 78.0322 154.079 71.7334 154.17 71.4344C155.656 66.6945 153.735 61.5829 149.484 59.0091C147.798 57.985 145.868 57.4412 143.892 57.4412C141.028 57.4412 138.328 58.5559 136.279 60.5951C136.071 60.8035 135.409 61.4561 134.431 62.4077C135.092 57.9759 135.464 54.8673 135.554 54.1241C136.107 49.3842 133.425 44.7893 129.02 42.9405C127.697 42.3876 126.292 42.1067 124.86 42.1067C121.588 42.1067 118.534 43.5658 116.477 46.1125C116.305 46.33 112.725 50.789 108.085 58.3022C105.991 47.5535 104.722 39.279 104.722 32.3459C104.722 26.4097 99.8917 21.5791 93.9555 21.5791C93.8921 21.5791 93.8196 21.5791 93.7561 21.5791C93.6927 21.5791 93.6293 21.5791 93.5567 21.5791C87.6205 21.5791 82.79 26.4097 82.79 32.3459C82.79 39.279 81.5212 47.5626 79.4276 58.2931C74.7874 50.7799 71.2166 46.3209 71.0444 46.1034C68.9871 43.5567 65.9329 42.0976 62.6612 42.0976C61.2292 42.0976 59.8245 42.3786 58.4922 42.9405C54.0967 44.7893 51.414 49.3842 51.9669 54.1151C52.0485 54.8492 52.4291 57.9668 53.0816 62.3895C52.1028 61.4379 51.4412 60.7763 51.2237 60.5679C49.1936 58.5469 46.4929 57.4321 43.629 57.4321C41.6623 57.4321 39.7319 57.9759 38.0462 58.9909C33.7957 61.5648 31.8653 66.6763 33.3516 71.4072C33.4422 71.7063 35.4361 78.0231 39.4691 86.5514C37.6293 85.8807 36.6414 85.4638 36.6324 85.4548C36.2517 85.2916 35.862 85.1557 35.4542 85.0379C34.4301 84.7297 33.3878 84.5666 32.3547 84.5666C26.4184 84.5666 21.5879 89.3971 21.5879 95.3334C21.5879 98.9042 23.3552 102.23 26.3006 104.233L26.3822 104.288C35.8348 110.695 46.9188 118.761 49.819 121.761C53.5801 125.667 60.5858 130.788 67.6639 134.802C77.2706 140.249 85.7898 143.122 92.9858 143.349C93.1852 143.358 93.3845 143.367 93.5749 143.367H93.9283C94.1186 143.367 94.2999 143.367 94.4902 143.349C101.695 143.122 110.224 140.249 119.839 134.793C126.917 130.779 133.923 125.667 137.684 121.752C140.584 118.743 151.686 110.668 161.184 104.233C161.429 104.07 161.665 103.889 161.891 103.708C162.199 103.472 162.49 103.209 162.761 102.937C164.801 100.907 165.915 98.1973 165.924 95.3243C165.924 92.4423 164.801 89.7415 162.77 87.7024L162.78 87.7386ZM160.378 100.572C160.197 100.753 160.006 100.916 159.807 101.07C159.789 101.079 159.771 101.097 159.752 101.116C159.607 101.242 159.444 101.36 159.254 101.487C149.629 108.012 138.473 116.088 135.255 119.432C131.703 123.129 124.996 128.005 118.181 131.875C109.036 137.059 101.025 139.787 94.3815 139.987C94.3633 139.987 94.3452 139.987 94.3271 139.987C94.2002 139.987 94.0824 139.996 93.9555 139.996H93.6021C93.4752 139.996 93.3483 139.996 93.2124 139.987C93.1942 139.987 93.167 139.987 93.1489 139.987C86.4967 139.778 78.4941 137.05 69.3677 131.875C62.5524 128.014 55.8458 123.129 52.2931 119.432C49.0758 116.097 37.9374 108.021 28.3126 101.496L28.2492 101.451C26.2281 100.073 25.0137 97.7985 25.0137 95.3606C25.0137 91.3004 28.3217 87.9924 32.3819 87.9924C33.0797 87.9924 33.7866 88.1011 34.5207 88.3186C34.702 88.373 34.9829 88.4546 35.3183 88.5996C35.4179 88.6449 37.8559 89.6781 42.3058 91.1282C42.9583 91.3366 43.6743 91.1282 44.1184 90.6116C44.5625 90.0859 44.6531 89.3518 44.3449 88.7355C39.2153 78.6394 36.723 70.7456 36.6233 70.4103C35.6083 67.1748 36.9315 63.6765 39.8316 61.9183C40.9826 61.2204 42.3058 60.8489 43.6562 60.8489C45.6228 60.8489 47.4626 61.6101 48.8674 63.0058C49.2843 63.4137 51.4956 65.6069 54.3958 68.362C54.9214 68.8605 55.7189 68.9783 56.3624 68.6339C57.0059 68.2895 57.3593 67.5736 57.2506 66.8576C56.1177 59.9426 55.4924 54.7132 55.3836 53.7344C55.003 50.499 56.8427 47.3541 59.8426 46.0853C60.7579 45.7047 61.7186 45.5143 62.6974 45.5143C64.936 45.5143 67.0295 46.5113 68.4343 48.2604C68.6246 48.4961 73.2376 54.251 78.8023 63.8215C79.1557 64.4287 79.8536 64.755 80.5514 64.6462C81.2493 64.5284 81.8021 64.0028 81.9381 63.3049C84.5844 50.2271 86.2339 40.4844 86.2339 32.364C86.2339 28.3038 89.5419 24.9958 93.6021 24.9958H93.7471C93.7471 24.9958 93.8105 24.9958 93.8468 24.9958H93.9918C98.052 24.9958 101.36 28.2947 101.36 32.364C101.36 40.4753 103 50.218 105.647 63.3049C105.783 63.9937 106.335 64.5284 107.033 64.6462C107.731 64.755 108.429 64.4378 108.782 63.8215C114.347 54.242 118.96 48.4961 119.16 48.2514C120.564 46.5113 122.658 45.5053 124.896 45.5053C125.875 45.5053 126.836 45.6956 127.742 46.0762C130.751 47.336 132.591 50.4899 132.21 53.7254C132.092 54.7042 131.458 59.9335 130.325 66.8576C130.207 67.5736 130.561 68.2895 131.204 68.6339C131.848 68.9783 132.645 68.8696 133.171 68.362C136.062 65.6069 138.282 63.4137 138.717 62.9877C140.113 61.6011 141.962 60.8307 143.92 60.8307C145.27 60.8307 146.593 61.2023 147.744 61.9002C150.644 63.6584 151.967 67.1567 150.943 70.4012C150.844 70.7275 148.36 78.6032 143.222 88.7174C142.914 89.3337 142.995 90.0678 143.448 90.5934C143.892 91.1191 144.608 91.3185 145.261 91.11C149.602 89.7053 152.004 88.6902 152.267 88.5815C152.357 88.5452 152.457 88.4999 152.584 88.4546C153.418 88.1374 154.297 87.9742 155.194 87.9742C157.16 87.9742 159.009 88.7355 160.396 90.1222C161.792 91.5179 162.553 93.3667 162.553 95.3334C162.553 97.3 161.783 99.1489 160.396 100.545L160.378 100.572Z\" fill=\"#F3EBC8\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",style:{\"--framer-text-alignment\":\"center\"},children:\"100% blue Weber agave\"})}),className:\"framer-15ljrdq\",\"data-framer-name\":\"100% blue Weber agave\",effect:textEffect3,fonts:[\"Inter\"],name:\"100% blue Weber agave\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1df7yz5\",\"data-framer-name\":\"Frame 27\",name:\"Frame 27\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-iyr91f\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-b8gakw\",\"data-framer-name\":\"ALUZAR_ICONO_COPAAGAVE\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:214,intrinsicWidth:128,name:\"ALUZAR_ICONO_COPAAGAVE\",svg:'<svg width=\"128\" height=\"214\" viewBox=\"0 0 128 214\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_130_899)\">\\n<path d=\"M65.4227 209.5H62.6569C62.5111 209.476 62.367 209.436 62.2194 209.429C59.6079 209.312 57.105 208.719 54.6817 207.757C49.9709 205.884 45.5415 203.486 41.3208 200.701C35.4704 196.842 30.1491 192.356 25.2686 187.35C19.7421 181.679 14.8973 175.487 10.8648 168.68C6.20651 160.815 2.79123 152.472 1.11412 143.471C0.695265 141.221 0.395114 138.956 0.247582 136.672C0.186534 135.72 0.139053 134.766 0.0797011 133.813C0.072918 133.711 0.0271323 133.611 0 133.511C0 132.864 0 132.218 0 131.572C0.0271323 131.488 0.0746138 131.404 0.0797011 131.318C0.111921 130.754 0.14414 130.189 0.157706 129.625C0.223841 127.04 0.434117 124.466 0.763096 121.903C1.15482 118.845 1.73307 115.821 2.52669 112.841C4.69219 104.712 8.34148 97.3365 13.8324 90.8932C13.9002 90.8142 13.9545 90.7233 14.0172 90.6341C13.9138 90.454 13.8205 90.2908 13.7255 90.1293C11.9094 87.0532 10.0813 83.9839 8.27704 80.9011C5.68421 76.4704 4.70745 71.6982 5.32471 66.6163C5.70795 63.4645 6.73729 60.5197 8.37709 57.7902C9.53869 55.8568 10.9665 54.1421 12.6369 52.6208C12.8319 52.4442 13.0235 52.3735 13.2914 52.3903C13.8731 52.4273 14.4564 52.4391 15.0398 52.4341C15.2907 52.4324 15.4688 52.5132 15.6469 52.6848C19.4267 56.2977 23.21 59.9071 26.9932 63.515C28.2939 64.7551 29.5488 66.0475 30.9071 67.2204C35.2126 70.9409 39.5572 74.616 43.8882 78.308C43.9628 78.3719 44.051 78.4207 44.1985 78.5217C44.1358 78.3181 44.1001 78.1902 44.0577 78.0657C41.3988 70.2729 38.7381 62.4784 36.0792 54.6856C35.567 53.1846 35.0549 51.6903 34.3156 50.2701C31.3022 44.473 28.338 38.6507 25.3568 32.8368C25.2992 32.7241 25.2534 32.6029 25.194 32.4666C26.2946 31.913 27.3493 31.3812 28.4177 30.8427C28.5042 30.9976 28.5669 31.1002 28.6229 31.2062C31.3666 36.5523 34.1053 41.8984 36.8524 47.2411C37.4748 48.451 38.0683 49.6794 38.7754 50.8388C40.79 54.1421 42.8588 57.4133 44.9039 60.6964C46.537 63.3164 48.1683 65.9381 49.8047 68.5565C49.8844 68.6827 49.9268 68.8493 50.1082 68.9166C50.115 68.856 50.1269 68.8156 50.1218 68.7769C49.9794 67.7235 49.8352 66.6718 49.6928 65.6184C49.435 63.7253 49.1756 61.8339 48.9195 59.9408C48.6906 58.248 48.465 56.5551 48.2344 54.8623C48.0021 53.156 47.7664 51.4513 47.5358 49.745C47.3068 48.0522 47.0813 46.3594 46.8524 44.6665C46.5912 42.7347 46.3301 40.8012 46.0621 38.8694C45.957 38.1105 45.8943 37.3398 45.7145 36.5977C44.09 29.8937 42.4451 23.193 40.807 16.4923C40.6933 16.0262 40.5865 15.56 40.4695 15.0603C41.6633 14.7742 42.8148 14.4965 43.9916 14.2138C44.0374 14.3686 44.0747 14.4814 44.1018 14.5958C45.5365 20.4619 46.9677 26.3279 48.404 32.194C48.7533 33.6176 49.0789 35.0479 49.4791 36.4581C49.9234 38.023 50.4406 39.5678 50.9256 41.1226C53.3896 49.0215 55.8518 56.9203 58.3158 64.8191C58.3548 64.9419 58.4022 65.0631 58.4463 65.1842C58.526 65.0463 58.5617 64.9167 58.5752 64.7871C58.7228 63.3686 58.8652 61.95 59.011 60.5314C59.1552 59.1264 59.2993 57.7213 59.4451 56.3162C59.5961 54.8572 59.7504 53.4 59.9013 51.941C60.0488 50.5225 60.1913 49.1039 60.3388 47.6854C60.488 46.2399 60.6441 44.7961 60.7933 43.3506C60.9408 41.9186 61.085 40.4866 61.2325 39.0545C61.3851 37.5687 61.5411 36.0845 61.6971 34.6003C61.8209 33.4224 61.9498 32.2462 62.0668 31.0682C62.1567 30.1579 62.255 29.2509 62.2516 28.3321C62.2398 23.474 62.2449 18.6142 62.2449 13.7561C62.2449 11.1714 62.2449 8.58841 62.2449 6.00371C62.2449 5.8489 62.2584 5.69409 62.2652 5.54769C63.0775 5.46355 65.5906 5.4972 65.8908 5.59817C65.8908 5.76476 65.8908 5.93808 65.8908 6.11309C65.8908 13.5559 65.8908 20.9987 65.8941 28.4415C65.8941 28.9648 65.9196 29.4898 65.9705 30.0115C66.1604 31.9803 66.3639 33.9457 66.5674 35.9129C66.8251 38.3882 67.088 40.8618 67.3474 43.3371C67.5916 45.6778 67.8341 48.0202 68.0766 50.3609C68.3479 52.9826 68.6209 55.606 68.8906 58.2278C69.1178 60.4355 69.3416 62.6433 69.5689 64.8511C69.5791 64.9503 69.6147 65.0463 69.6367 65.1455C69.7452 65.0244 69.7927 64.9032 69.8317 64.7787C72.4313 56.4441 75.0309 48.1077 77.6289 39.7714C78.0375 38.4605 78.5022 37.1648 78.8312 35.8355C80.493 29.1263 82.1176 22.4071 83.7557 15.693C83.8727 15.2117 83.9965 14.7338 84.1287 14.2088C85.3124 14.4932 86.4638 14.7691 87.6424 15.0518C87.6169 15.205 87.6068 15.3228 87.5779 15.4372C86.0314 21.7744 84.4815 28.11 82.9349 34.4455C82.7213 35.3205 82.4703 36.1905 82.3278 37.0773C82.0548 38.7769 81.8445 40.4866 81.6139 42.1912C81.2476 44.897 80.8898 47.6029 80.5218 50.3088C80.1013 53.4 79.6757 56.4912 79.2534 59.5824C78.8464 62.5676 78.4428 65.5528 78.0392 68.538C78.024 68.6507 78.0375 68.7685 78.0375 68.9822C78.1732 68.7803 78.2648 68.6541 78.3479 68.5228C81.892 62.8368 85.4362 57.1491 88.9786 51.4614C89.2991 50.9465 89.6264 50.4333 89.9113 49.8998C90.4319 48.9255 90.9237 47.9361 91.429 46.9534C94.1032 41.7385 96.7775 36.5254 99.4517 31.3122C99.5297 31.1591 99.6162 31.0093 99.7129 30.8326C100.808 31.3863 101.883 31.9096 102.947 32.4767C102.865 32.645 102.809 32.7678 102.748 32.8873C99.8214 38.5918 96.8911 44.2963 93.9676 50.0025C93.5996 50.721 93.1825 51.4261 92.9196 52.1833C90.9881 57.765 89.0906 63.3601 87.1828 68.9502C86.1484 71.9809 85.1123 75.0115 84.0779 78.0421C84.0338 78.1717 83.9999 78.3046 83.9609 78.4376C84.144 78.3803 84.2593 78.2895 84.3712 78.1952C87.5915 75.4507 90.8118 72.7061 94.0286 69.9582C95.2106 68.9485 96.4298 67.9776 97.5558 66.9107C102.55 62.1822 107.517 57.4268 112.487 52.6747C112.667 52.5014 112.847 52.4273 113.096 52.429C113.679 52.4307 114.263 52.4223 114.844 52.3836C115.112 52.3668 115.302 52.4425 115.497 52.6175C121.224 57.7785 123.825 65.3407 122.746 72.7297C122.314 75.693 121.307 78.4594 119.772 81.0408C117.954 84.1 116.152 87.1676 114.342 90.2319C114.263 90.3682 114.188 90.5079 114.108 90.6509C114.302 90.8832 114.475 91.0901 114.646 91.2971C119.826 97.4997 123.325 104.554 125.458 112.299C126.313 115.404 126.93 118.556 127.342 121.748C127.612 123.831 127.817 125.92 127.9 128.016C127.951 129.32 127.961 130.626 127.988 131.93C128.053 135.045 127.856 138.143 127.393 141.224C126.91 144.448 126.192 147.62 125.249 150.742C123.162 157.653 120.115 164.13 116.304 170.262C112.055 177.099 107.005 183.303 101.256 188.952C96.7334 193.396 91.8479 197.401 86.5299 200.879C82.3414 203.619 77.9528 205.98 73.2826 207.816C70.9187 208.744 68.4768 209.305 65.9349 209.424C65.7602 209.433 65.5872 209.471 65.4142 209.495L65.4227 209.5ZM104.259 91.849C104.368 91.9416 104.442 92.0005 104.512 92.0644C108.531 95.7884 111.726 100.12 114.179 104.993C117.22 111.031 118.911 117.454 119.677 124.134C119.921 126.261 120.049 128.395 120.116 130.534C120.211 133.472 120.081 136.396 119.697 139.313C119.285 142.453 118.599 145.535 117.683 148.566C115.855 154.617 113.193 160.296 109.889 165.685C105.899 172.19 101.124 178.078 95.6769 183.436C92.0582 186.997 88.1782 190.251 83.9982 193.147C79.9622 195.944 75.7126 198.36 71.1595 200.233C69.8538 200.77 68.5277 201.226 67.1253 201.448C65.9688 201.631 64.8055 201.64 63.6388 201.645C61.5513 201.653 59.5486 201.263 57.612 200.491C53.1386 198.709 48.9517 196.403 44.9701 193.718C39.8709 190.278 35.2177 186.312 30.9376 181.913C25.8299 176.665 21.348 170.938 17.6173 164.643C14.3581 159.145 11.7686 153.36 10.0542 147.201C8.87904 142.984 8.16173 138.693 8.0125 134.318C7.90906 131.316 8.04811 128.318 8.33809 125.327C8.58737 122.756 8.98079 120.203 9.53361 117.678C10.5494 113.043 12.0722 108.586 14.2665 104.364C16.4964 100.073 19.325 96.2158 22.803 92.8318C23.1489 92.4952 23.4626 92.125 23.8171 91.7413C23.756 91.6337 23.6627 91.4704 23.5678 91.3106C20.7426 86.5299 17.9141 81.7492 15.094 76.9668C13.3711 74.0456 12.7081 70.8938 13.1337 67.5384C13.5204 64.4909 14.7735 61.8154 16.8339 59.5184C16.9322 59.409 17.0289 59.2997 17.1527 59.16C16.1318 58.1857 15.1313 57.2316 14.0647 56.2135C13.985 56.3364 13.9426 56.4239 13.8799 56.4945C9.75236 61.1036 8.13799 66.4631 9.0554 72.5547C9.4183 74.9627 10.3069 77.194 11.555 79.2907C13.5882 82.7084 15.6028 86.1361 17.6292 89.5571C17.7632 89.7826 17.8581 89.9997 17.8174 90.2757C17.7496 90.7418 17.6919 91.2096 17.6733 91.6791C17.6614 91.9887 17.5275 92.2024 17.3307 92.4212C15.8758 94.0417 14.5429 95.7547 13.3253 97.5569C9.58618 103.086 7.11036 109.146 5.59434 115.613C4.57518 119.963 4.03084 124.377 3.82735 128.832C3.6849 131.954 3.70356 135.072 4.03593 138.185C4.26825 140.354 4.60401 142.505 5.06526 144.637C6.33539 150.508 8.39744 156.101 11.0801 161.474C14.2207 167.761 18.104 173.567 22.6114 178.965C28.7077 186.265 35.6501 192.641 43.6355 197.872C47.6053 200.474 51.7718 202.708 56.2011 204.447C57.6561 205.019 59.1535 205.426 60.7034 205.647C62.0244 205.833 63.3505 205.855 64.68 205.845C67.1728 205.827 69.5791 205.374 71.9006 204.46C76.6979 202.57 81.1849 200.109 85.4497 197.238C90.688 193.712 95.4802 189.66 99.896 185.167C105.334 179.633 110.105 173.585 114.068 166.923C118.3 159.807 121.468 152.266 123.167 144.151C123.696 141.62 124.081 139.064 124.237 136.484C124.337 134.82 124.352 133.15 124.356 131.483C124.361 128.56 124.144 125.65 123.789 122.748C123.43 119.806 122.891 116.9 122.143 114.033C121.142 110.193 119.775 106.486 117.975 102.942C116.013 99.0748 113.591 95.5158 110.683 92.2882C110.559 92.1503 110.493 92.0055 110.476 91.8238C110.432 91.3274 110.398 90.8293 110.318 90.3396C110.272 90.0519 110.339 89.8247 110.483 89.5824C112.531 86.1277 114.569 82.6663 116.615 79.2083C118.892 75.3581 119.753 71.2203 119.14 66.7963C118.6 62.8991 116.972 59.4966 114.322 56.5736C114.232 56.4743 114.161 56.3582 114.054 56.2169C112.989 57.2333 111.987 58.1891 110.969 59.1583C111.122 59.3283 111.249 59.4663 111.373 59.6076C114.397 63.1128 115.587 67.1564 114.931 71.72C114.647 73.6872 113.908 75.4995 112.892 77.2125C110.091 81.9293 107.31 86.6578 104.52 91.3812C104.439 91.5192 104.359 91.6572 104.252 91.8423L104.259 91.849ZM19.8184 61.7043C19.7167 61.8019 19.6421 61.8608 19.581 61.9298C17.0543 64.8325 16.1607 68.161 16.956 71.9203C17.2324 73.2244 17.8073 74.4074 18.4856 75.5516C21.5244 80.6756 24.5496 85.8097 27.5868 90.9336C27.7275 91.1709 27.775 91.3947 27.7258 91.6589C27.6325 92.162 27.5427 92.6652 27.4731 93.17C27.4324 93.4678 27.2934 93.6765 27.0662 93.8734C23.8713 96.6331 21.1666 99.8068 18.957 103.393C15.1432 109.585 13.0998 116.368 12.2027 123.523C12.0009 125.137 11.8772 126.763 11.7686 128.385C11.577 131.261 11.5702 134.138 11.8483 137.012C12.1044 139.669 12.5639 142.288 13.2151 144.876C14.5022 149.991 16.4574 154.849 18.9231 159.512C21.9619 165.259 25.679 170.544 29.9456 175.453C35.1821 181.476 41.0579 186.791 47.746 191.2C51.3479 193.573 55.1226 195.624 59.1569 197.181C59.8352 197.443 60.5474 197.633 61.2562 197.798C62.3466 198.052 63.4641 198.02 64.5748 198.019C66.0959 198.019 67.5628 197.749 68.9804 197.192C73.2351 195.521 77.2134 193.339 80.9967 190.796C85.8093 187.564 90.2064 183.836 94.2576 179.707C99.1583 174.713 103.476 169.267 107.084 163.278C110.583 157.473 113.303 151.339 114.951 144.76C115.65 141.975 116.124 139.153 116.353 136.29C116.489 134.586 116.506 132.878 116.476 131.168C116.43 128.514 116.241 125.874 115.901 123.242C115.502 120.168 114.881 117.141 113.983 114.174C111.556 106.166 107.352 99.2716 100.947 93.7657C100.79 93.6311 100.718 93.4763 100.686 93.2861C100.6 92.7695 100.532 92.2479 100.42 91.7363C100.349 91.4099 100.417 91.149 100.586 90.8663C103.678 85.6481 106.762 80.4249 109.847 75.2016C111.068 73.1352 111.624 70.914 111.42 68.5161C111.205 65.9886 110.227 63.7892 108.527 61.9012C108.468 61.8356 108.395 61.7834 108.309 61.7094C107.295 62.6769 106.301 63.6243 105.294 64.5869C105.414 64.7316 105.509 64.8443 105.602 64.9571C106.857 66.5136 107.396 68.2771 107.171 70.2661C107.047 71.3582 106.637 72.3393 106.082 73.2783C102.116 79.984 98.1544 86.6931 94.1931 93.4022C94.1202 93.5251 94.0541 93.653 93.9761 93.796C94.1999 93.9458 94.3915 94.072 94.5815 94.1982C100.142 97.9086 104.397 102.75 107.339 108.724C110.159 114.45 111.517 120.55 112.028 126.862C112.131 128.149 112.17 129.442 112.228 130.731C112.355 133.549 112.185 136.353 111.768 139.141C111.319 142.14 110.586 145.074 109.62 147.95C107.871 153.16 105.443 158.047 102.492 162.681C98.9125 168.305 94.6934 173.415 89.9079 178.068C86.4519 181.428 82.7501 184.496 78.7515 187.202C75.1903 189.612 71.458 191.708 67.4373 193.272C67.0235 193.433 66.5894 193.553 66.157 193.657C65.2905 193.866 64.4053 193.807 63.5252 193.812C62.5518 193.817 61.6157 193.635 60.7085 193.28C56.7675 191.735 53.0962 189.696 49.5961 187.343C44.9311 184.208 40.6696 180.592 36.7422 176.589C32.106 171.864 28.0378 166.703 24.631 161.037C21.3769 155.623 18.8349 149.909 17.2968 143.777C16.4761 140.504 15.9707 137.182 15.8927 133.808C15.8147 130.441 15.9979 127.084 16.4337 123.742C16.7864 121.043 17.3172 118.383 18.0769 115.768C19.2995 111.562 21.0733 107.611 23.5661 103.99C26.2929 100.029 29.6929 96.7458 33.7153 94.0905C33.8577 93.9962 33.9985 93.8953 34.1545 93.7876C34.0663 93.6243 34.0018 93.4948 33.9272 93.3686C31.582 89.399 29.2367 85.4311 26.8915 81.4615C25.2381 78.6647 23.5898 75.8663 21.9331 73.0713C21.3667 72.1172 21.0089 71.094 20.9326 69.9885C20.7969 68.0449 21.3633 66.3235 22.6334 64.8342C22.6995 64.7568 22.7538 64.6676 22.825 64.5684C21.8194 63.6092 20.8342 62.6685 19.8184 61.701V61.7043ZM84.083 96.6196C84.2712 96.7021 84.4069 96.7593 84.5408 96.8199C85.4633 97.2422 86.4045 97.6293 87.3066 98.092C92.0785 100.537 95.9873 103.948 98.9396 108.416C101.302 111.99 102.843 115.904 103.815 120.052C104.412 122.598 104.783 125.178 104.973 127.786C105.158 130.325 105.238 132.864 105.048 135.407C104.922 137.086 104.68 138.749 104.339 140.396C103.403 144.933 101.773 149.226 99.6755 153.35C97.3693 157.885 94.5594 162.097 91.3442 166.043C86.7046 171.737 81.4257 176.762 75.3769 180.972C72.1719 183.204 68.7939 185.134 65.1565 186.598C64.4256 186.892 63.6761 186.882 62.9452 186.586C59.6554 185.257 56.5623 183.559 53.6371 181.566C44.424 175.293 36.9237 167.396 31.058 157.969C28.4414 153.764 26.3353 149.317 24.8718 144.581C23.7408 140.923 23.0523 137.187 22.9827 133.356C22.9217 130.014 23.1472 126.687 23.6712 123.382C24.1426 120.41 24.8752 117.508 25.9673 114.699C27.6834 110.294 30.1728 106.393 33.6389 103.13C36.5268 100.413 39.8421 98.3562 43.5134 96.8519C43.6847 96.7812 43.8543 96.7071 44.051 96.6247C43.978 96.4833 43.9289 96.3756 43.8695 96.2747C38.6737 87.4773 33.4778 78.6799 28.2786 69.8842C28.1837 69.7243 28.0633 69.5728 27.9293 69.4433C27.2103 68.7483 26.4845 68.0601 25.7604 67.3718C25.6841 67.2978 25.601 67.2305 25.4891 67.1329C25.3856 67.2574 25.2805 67.36 25.2008 67.4795C24.3801 68.7096 24.3411 69.9683 25.0923 71.2404C27.1747 74.7708 29.2588 78.2979 31.3446 81.8249C33.5728 85.596 35.7994 89.3704 38.0361 93.1364C38.1785 93.3753 38.2243 93.5856 38.1446 93.8515C37.9869 94.3799 37.8326 94.9117 37.7224 95.4501C37.6427 95.8405 37.4324 96.066 37.0949 96.2679C31.3666 99.6923 27.0288 104.389 24.0901 110.351C21.504 115.596 20.2526 121.188 19.7659 126.971C19.6692 128.111 19.6234 129.253 19.5675 130.396C19.4403 133.078 19.5607 135.75 19.949 138.407C20.4086 141.544 21.1954 144.601 22.2502 147.592C24.0104 152.583 26.4285 157.249 29.3368 161.671C32.7385 166.844 36.6998 171.557 41.1715 175.852C45.0718 179.598 49.2807 182.956 53.9017 185.795C56.4657 187.37 59.1297 188.75 61.9311 189.864C62.4941 190.088 63.0707 190.206 63.6744 190.194C63.9186 190.189 64.1628 190.187 64.407 190.194C65.0547 190.211 65.6669 190.081 66.2689 189.84C69.7809 188.44 73.0689 186.625 76.2078 184.538C80.8576 181.447 85.0852 177.856 88.9685 173.864C93.7488 168.953 97.9035 163.573 101.285 157.618C103.979 152.872 106.089 147.89 107.378 142.582C107.983 140.092 108.383 137.571 108.543 135.015C108.672 132.957 108.612 130.901 108.504 128.843C108.36 126.111 108.039 123.402 107.503 120.72C106.752 116.969 105.585 113.355 103.844 109.935C102.153 106.617 99.9893 103.64 97.3049 101.042C95.3632 99.1623 93.2198 97.5451 90.8915 96.172C90.6659 96.0391 90.532 95.8843 90.4726 95.6234C90.3403 95.0463 90.1894 94.4741 90.0148 93.9087C89.9232 93.6126 89.9656 93.3804 90.1216 93.1162C92.7619 88.6636 95.392 84.206 98.0239 79.7484C99.6891 76.9281 101.353 74.1062 103.023 71.2892C103.472 70.5303 103.683 69.731 103.52 68.856C103.399 68.2081 103.128 67.636 102.657 67.1446C102.584 67.1985 102.526 67.2338 102.479 67.2793C101.695 68.0247 100.912 68.7685 100.133 69.519C100.02 69.6301 99.9265 69.768 99.8451 69.906C94.6612 78.6799 89.4789 87.4537 84.2966 96.2292C84.2305 96.342 84.1711 96.4598 84.0847 96.6196H84.083ZM70.4829 74.9795C69.2772 74.86 68.1088 74.7456 66.9167 74.6278C65.9806 65.6049 65.0497 56.6224 64.117 47.6399C64.0848 47.6399 64.0508 47.6399 64.0186 47.6416C63.0877 56.6275 62.155 65.6133 61.2206 74.6261C60.0115 74.7422 58.8347 74.8886 57.6493 74.961C55.9366 69.4685 54.2391 64.0231 52.5417 58.5778C52.5298 58.5391 52.5061 58.5054 52.484 58.4718C52.4772 58.4617 52.4654 58.4516 52.4535 58.4465C52.4467 58.4448 52.4365 58.4533 52.4077 58.465C53.2488 64.6626 54.0899 70.8669 54.9327 77.0846C53.783 77.4919 52.679 77.8839 51.6056 78.2642C51.548 78.2205 51.5344 78.2154 51.5276 78.2037C49.0297 74.2004 46.5302 70.1971 44.0323 66.1956C44.0103 66.1619 43.9848 66.1299 43.9611 66.098C43.9526 66.0879 43.9441 66.0761 43.934 66.0694C43.9221 66.0626 43.9085 66.0559 43.8966 66.0559C43.8882 66.0559 43.8797 66.0694 43.8407 66.1064C45.8315 71.9674 47.8495 77.8368 49.8437 83.7214C48.8432 84.3911 47.8919 85.0289 46.9592 85.6549C46.9083 85.6347 46.8931 85.633 46.8829 85.6263C43.6202 82.8497 40.3576 80.0732 37.0932 77.2983C37.0525 77.263 37.0067 77.2361 36.961 77.2058C36.9508 77.1991 36.9338 77.1923 36.922 77.1957C36.9118 77.1991 36.905 77.2142 36.8728 77.2512C40.4475 83.3041 44.0255 89.367 47.607 95.4232C47.7545 95.3862 47.8461 95.3626 47.9377 95.3407C48.9636 95.0934 49.9861 94.8208 51.0189 94.602C54.5698 93.8515 58.1699 93.5099 61.7921 93.4106C65.3736 93.313 68.9482 93.4275 72.5093 93.8566C75.0683 94.1645 77.5966 94.6273 80.0826 95.3121C80.2234 95.3508 80.3675 95.3778 80.5371 95.4182C84.0473 89.4764 87.5491 83.5481 91.0509 77.6181C91.1119 77.5137 91.1611 77.4044 91.2137 77.2967C91.2171 77.2882 91.2103 77.2714 91.2035 77.2613C91.1967 77.2512 91.1865 77.2428 91.1526 77.2075C87.8459 80.0261 84.5391 82.8464 81.2154 85.6801C80.22 85.0137 79.2585 84.3692 78.2902 83.7214C80.3082 77.8082 82.3126 71.9304 84.3187 66.0542C84.2865 66.0391 84.2559 66.0239 84.2237 66.0088C81.675 70.0962 79.1279 74.1836 76.5724 78.2811C75.4379 77.8772 74.3459 77.4885 73.2063 77.0829C73.6269 73.9884 74.0491 70.914 74.4612 67.8379C74.8749 64.7551 75.3091 61.6757 75.7059 58.5912C75.6703 58.5845 75.6346 58.5761 75.599 58.5694C73.8999 64.0198 72.2007 69.4702 70.4812 74.9812L70.4829 74.9795ZM26.6761 134.529C26.8576 134.54 26.9627 134.554 27.0695 134.554C29.2656 134.554 31.4616 134.561 33.6559 134.55C34.3613 134.547 35.06 134.455 35.7468 134.286C37.0881 133.96 38.2599 133.3 39.3469 132.479C40.1015 131.909 40.8409 131.318 41.5904 130.741C42.6418 129.93 43.7525 129.211 44.9853 128.694C45.0515 128.668 45.104 128.61 45.1888 128.55C45.082 128.496 45.0125 128.454 44.9395 128.424C44.0849 128.07 43.2828 127.621 42.5349 127.084C41.8549 126.596 41.2004 126.071 40.5272 125.573C39.7776 125.019 39.0434 124.442 38.2616 123.936C36.8897 123.045 35.3618 122.615 33.7254 122.601C31.7736 122.584 29.8218 122.596 27.8699 122.598C27.7529 122.598 27.6359 122.616 27.5037 122.628C26.7864 126.576 26.5184 130.519 26.6761 134.53V134.529ZM101.461 134.555C101.602 130.502 101.365 126.547 100.625 122.618C100.471 122.608 100.364 122.596 100.257 122.596C98.3189 122.596 96.379 122.579 94.4407 122.605C93.8353 122.613 93.2248 122.699 92.6279 122.812C91.2696 123.069 90.0809 123.709 88.9854 124.521C88.1935 125.109 87.4219 125.724 86.6419 126.329C85.5481 127.175 84.3984 127.931 83.1113 128.464C83.0587 128.486 83.0146 128.528 82.9298 128.585C83.0723 128.656 83.1689 128.698 83.2622 128.748C83.9405 129.113 84.6426 129.442 85.287 129.859C86.0009 130.32 86.6622 130.86 87.3473 131.367C88.163 131.969 88.9549 132.605 89.7994 133.164C91.2594 134.131 92.8976 134.554 94.6476 134.555C96.7487 134.559 98.8497 134.555 100.952 134.555H101.461ZM27.1035 138.175C27.156 138.49 27.195 138.74 27.2425 138.99C27.9496 142.764 29.2028 146.363 30.8087 149.847C30.9105 150.067 31.0444 150.136 31.275 150.134C32.0738 150.124 32.8742 150.144 33.6746 150.126C34.38 150.111 35.077 150.028 35.7654 149.86C37.0237 149.55 38.1361 148.948 39.1655 148.189C39.8404 147.693 40.4949 147.171 41.1546 146.653C42.3484 145.715 43.588 144.852 45.0023 144.267C45.0599 144.243 45.1091 144.199 45.1973 144.14C45.0667 144.075 44.9769 144.023 44.8836 143.982C44.0883 143.634 43.3235 143.227 42.6197 142.72C41.8753 142.183 41.1512 141.616 40.4169 141.064C39.8438 140.635 39.2808 140.193 38.6923 139.784C37.1 138.68 35.3279 138.153 33.3812 138.17C31.4565 138.187 29.5318 138.173 27.6071 138.173H27.1001L27.1035 138.175ZM101.041 138.205C100.859 138.192 100.754 138.177 100.647 138.177C98.5869 138.177 96.5265 138.173 94.4661 138.177C93.5657 138.178 92.6856 138.321 91.8275 138.594C90.6625 138.963 89.64 139.592 88.6768 140.322C87.9764 140.854 87.2914 141.403 86.5961 141.939C85.5227 142.767 84.3967 143.509 83.1333 144.028C83.074 144.053 83.0197 144.09 82.9129 144.149C83.057 144.223 83.1588 144.282 83.2639 144.327C84.0372 144.66 84.7782 145.054 85.4599 145.546C86.2485 146.114 87.0098 146.722 87.795 147.297C88.5343 147.841 89.2652 148.401 90.0436 148.889C91.2204 149.626 92.5228 150.035 93.9184 150.089C94.8799 150.128 95.8414 150.109 96.8029 150.138C97.0895 150.146 97.2336 150.05 97.354 149.789C98.8209 146.601 99.9842 143.309 100.718 139.876C100.834 139.34 100.925 138.798 101.037 138.207L101.041 138.205ZM74.5409 112.996C74.4408 112.939 74.3899 112.904 74.334 112.88C73.0215 112.34 71.8412 111.583 70.739 110.703C70.0098 110.12 69.3111 109.503 68.5684 108.941C67.9664 108.485 67.3542 108.025 66.6878 107.677C64.9496 106.767 63.1691 106.775 61.4309 107.684C60.8119 108.007 60.2405 108.429 59.6809 108.852C59.0026 109.365 58.3632 109.928 57.7019 110.465C56.5013 111.441 55.2278 112.298 53.7864 112.89C53.7321 112.912 53.688 112.956 53.6066 113.013C53.7084 113.065 53.7643 113.097 53.8237 113.122C55.0073 113.612 56.0909 114.272 57.0948 115.057C57.8291 115.631 58.5311 116.247 59.2705 116.814C59.9013 117.299 60.5304 117.8 61.2206 118.192C63.0995 119.261 65.0242 119.266 66.9048 118.201C67.6171 117.797 68.2648 117.274 68.9194 116.774C69.6062 116.249 70.254 115.675 70.934 115.142C71.9684 114.329 73.0774 113.634 74.3001 113.131C74.3696 113.102 74.4323 113.06 74.5426 112.998L74.5409 112.996ZM74.5578 128.563C74.4374 128.506 74.39 128.481 74.3408 128.461C73.1063 127.951 71.982 127.256 70.9374 126.433C70.2268 125.873 69.5434 125.278 68.8278 124.723C68.253 124.277 67.6781 123.818 67.0507 123.449C65.0717 122.287 63.0639 122.292 61.0799 123.449C60.5796 123.74 60.1099 124.09 59.6537 124.447C58.9619 124.987 58.2954 125.561 57.612 126.113C56.4402 127.061 55.1955 127.888 53.7915 128.464C53.7372 128.486 53.6897 128.525 53.5998 128.58C53.7033 128.636 53.7575 128.673 53.8152 128.696C55.0107 129.194 56.1045 129.861 57.1185 130.657C57.8104 131.198 58.4752 131.772 59.167 132.312C59.7419 132.762 60.31 133.224 60.9289 133.606C63.0147 134.894 65.1277 134.892 67.2101 133.601C67.8511 133.204 68.4395 132.72 69.0347 132.255C69.7062 131.732 70.3489 131.173 71.0205 130.65C72.026 129.866 73.1046 129.199 74.2882 128.71C74.3594 128.681 74.4239 128.637 74.5544 128.567L74.5578 128.563ZM74.5341 144.14C74.4459 144.092 74.3916 144.055 74.3323 144.031C73.1063 143.533 71.9955 142.841 70.9594 142.029C70.1302 141.377 69.3366 140.684 68.5005 140.041C67.9443 139.616 67.3729 139.193 66.7556 138.865C65.0107 137.936 63.2216 137.914 61.4614 138.825C60.8408 139.146 60.2642 139.562 59.7063 139.984C58.9635 140.546 58.2632 141.165 57.5357 141.748C56.3928 142.665 55.1786 143.469 53.8118 144.026C53.7508 144.051 53.6965 144.088 53.6032 144.14C53.7084 144.203 53.7813 144.258 53.8644 144.292C55.0209 144.776 56.0824 145.421 57.0643 146.19C57.8833 146.831 58.6668 147.518 59.4943 148.149C60.1048 148.615 60.7271 149.083 61.4021 149.444C63.1182 150.363 64.8852 150.38 66.6216 149.5C67.2559 149.179 67.8443 148.753 68.4141 148.325C69.1059 147.807 69.7554 147.233 70.4269 146.688C71.6275 145.712 72.9011 144.852 74.3442 144.262C74.4018 144.238 74.451 144.193 74.5324 144.14H74.5341ZM53.5795 159.716C53.6965 159.783 53.7508 159.822 53.8101 159.847C55.0209 160.345 56.1248 161.025 57.1491 161.829C57.9461 162.455 58.7109 163.122 59.513 163.741C60.0675 164.17 60.6322 164.599 61.2444 164.939C63.1182 165.982 65.0259 165.982 66.898 164.936C67.5441 164.576 68.1343 164.113 68.7244 163.662C69.3891 163.152 70.02 162.598 70.6728 162.075C71.7954 161.175 72.9926 160.396 74.3323 159.845C74.3967 159.819 74.4476 159.765 74.5239 159.711C74.4442 159.667 74.4001 159.635 74.3509 159.617C73.1232 159.122 72.0125 158.429 70.9764 157.618C70.2641 157.059 69.5824 156.46 68.8651 155.91C68.2343 155.425 67.6052 154.92 66.915 154.531C65.0344 153.468 63.1148 153.475 61.2257 154.526C60.6847 154.828 60.1794 155.199 59.6893 155.578C58.9517 156.148 58.2445 156.758 57.5188 157.343C56.5589 158.117 55.5398 158.804 54.4223 159.337C54.1662 159.458 53.9068 159.571 53.5795 159.718V159.716ZM53.6066 175.303C53.6897 175.355 53.7508 175.408 53.8203 175.436C55.2261 176.012 56.4674 176.845 57.6392 177.792C58.27 178.302 58.8788 178.84 59.5248 179.328C60.1167 179.776 60.7136 180.232 61.3648 180.58C63.1063 181.516 64.8886 181.521 66.6657 180.649C67.4356 180.271 68.1088 179.747 68.7719 179.211C69.5485 178.581 70.3133 177.937 71.1019 177.321C72.0651 176.57 73.0978 175.929 74.2305 175.458C74.3255 175.419 74.4137 175.364 74.5375 175.3C74.4442 175.246 74.3899 175.207 74.3289 175.182C72.9994 174.642 71.8141 173.868 70.7 172.979C70.0556 172.466 69.4264 171.933 68.7854 171.413C68.1343 170.883 67.4729 170.369 66.7183 169.987C64.9801 169.109 63.225 169.079 61.4885 169.962C60.8781 170.273 60.3134 170.682 59.7623 171.093C59.1348 171.561 58.5447 172.081 57.9393 172.577C56.6607 173.629 55.3159 174.575 53.7643 175.201C53.7151 175.221 53.6744 175.256 53.6049 175.3L53.6066 175.303ZM87.9849 105.205C87.9069 105.143 87.8459 105.091 87.7814 105.045C87.0268 104.498 86.2671 103.958 85.5193 103.403C84.8461 102.903 84.1949 102.376 83.5183 101.883C82.8942 101.429 82.2244 101.04 81.4901 100.791C79.0075 99.9498 76.6284 100.179 74.4035 101.572C73.6506 102.043 72.9621 102.62 72.2584 103.164C71.4563 103.783 70.6711 104.421 69.8741 105.049C69.8131 105.096 69.7317 105.118 69.6588 105.149C69.7605 105.261 69.7842 105.294 69.8148 105.319C70.7644 106.077 71.7089 106.844 72.6704 107.588C73.2674 108.051 73.8744 108.507 74.5103 108.912C75.6974 109.669 77.015 110.043 78.4259 110.095C80.1759 110.159 81.7818 109.718 83.2198 108.73C83.8981 108.264 84.5425 107.749 85.2056 107.26C86.0636 106.627 86.9268 105.999 87.7865 105.367C87.8493 105.319 87.9086 105.267 87.9849 105.205ZM69.7079 120.774C69.7554 120.829 69.7775 120.865 69.808 120.89C70.8322 121.708 71.8463 122.539 72.8875 123.337C73.498 123.804 74.1135 124.284 74.7885 124.644C77.4966 126.088 80.2149 126.073 82.8756 124.516C83.5844 124.102 84.2254 123.571 84.8901 123.084C85.8822 122.359 86.8708 121.625 87.8594 120.895C87.8984 120.866 87.929 120.824 87.9764 120.774C87.9086 120.72 87.8577 120.678 87.8052 120.639C86.9437 120.008 86.0823 119.379 85.2225 118.746C84.5374 118.241 83.8862 117.683 83.1655 117.232C80.2624 115.414 77.3118 115.414 74.3832 117.164C73.6336 117.612 72.9621 118.196 72.2685 118.733C71.4563 119.36 70.6576 120.006 69.8521 120.644C69.8114 120.676 69.7741 120.715 69.7079 120.774ZM58.4345 120.789C58.3785 120.73 58.3548 120.696 58.3242 120.673C57.4153 119.949 56.5132 119.219 55.5958 118.507C54.9988 118.044 54.4002 117.578 53.7677 117.164C51.2054 115.485 47.6222 115.409 44.9514 117.238C44.3613 117.642 43.7966 118.083 43.22 118.507C42.2534 119.221 41.2852 119.934 40.3186 120.648C40.266 120.686 40.2185 120.732 40.1524 120.787C40.244 120.856 40.3169 120.913 40.3932 120.967C41.1359 121.507 41.8838 122.041 42.6197 122.589C43.2489 123.057 43.8559 123.552 44.4868 124.016C45.1532 124.506 45.862 124.934 46.6489 125.201C49.0399 126.014 51.3512 125.832 53.5269 124.54C54.3019 124.08 55.0056 123.5 55.7246 122.951C56.5929 122.287 57.4407 121.595 58.2971 120.915C58.3378 120.881 58.3751 120.843 58.4328 120.789H58.4345ZM58.4362 105.218C58.3853 105.161 58.3632 105.126 58.3327 105.102C57.2983 104.276 56.2724 103.438 55.2227 102.634C54.6241 102.174 54.017 101.707 53.3539 101.352C50.6628 99.9128 47.9597 99.9212 45.3058 101.451C44.6411 101.833 44.0391 102.324 43.4167 102.778C42.3688 103.542 41.3293 104.318 40.2881 105.089C40.2457 105.121 40.2084 105.16 40.1134 105.247C40.1778 105.277 40.2321 105.294 40.2745 105.326C41.3717 106.136 42.4654 106.952 43.566 107.758C44.1103 108.157 44.6479 108.572 45.2227 108.924C47.3492 110.228 49.6182 110.423 51.9787 109.691C53.1471 109.329 54.1442 108.651 55.0887 107.897C55.7755 107.349 56.4436 106.78 57.1287 106.23C57.5493 105.892 57.9834 105.572 58.4379 105.222L58.4362 105.218ZM58.4243 136.375C58.3887 136.327 58.3717 136.289 58.3412 136.265C57.2525 135.397 56.1774 134.513 55.0701 133.669C54.4698 133.211 53.8542 132.752 53.1844 132.412C50.6136 131.106 48.0225 131.101 45.4856 132.501C44.7445 132.91 44.0764 133.453 43.3879 133.955C42.3603 134.702 41.3445 135.464 40.3237 136.221C40.2711 136.26 40.2253 136.307 40.1592 136.366C40.2372 136.43 40.2965 136.481 40.3593 136.526C41.2614 137.192 42.1653 137.857 43.0674 138.523C43.7203 139.005 44.3562 139.509 45.0294 139.96C47.6528 141.722 51.1901 141.663 53.7474 139.992C54.4257 139.55 55.0616 139.043 55.7026 138.549C56.5674 137.879 57.4187 137.189 58.2751 136.507C58.3259 136.467 58.37 136.422 58.4209 136.375H58.4243ZM87.9747 136.368C87.9052 136.307 87.8493 136.252 87.7865 136.206C86.8623 135.523 85.9381 134.842 85.0139 134.16C84.3712 133.687 83.7574 133.171 83.0791 132.755C80.2471 131.017 77.3677 131.013 74.5036 132.666C73.793 133.075 73.1554 133.613 72.5043 134.116C71.6055 134.81 70.7254 135.526 69.8368 136.235C69.7893 136.272 69.7571 136.327 69.7181 136.373C71.0696 137.448 72.4008 138.51 73.7354 139.565C73.9474 139.732 74.1763 139.88 74.4103 140.014C77.3151 141.699 80.2183 141.724 83.096 139.96C83.7167 139.58 84.2814 139.109 84.8698 138.677C85.8601 137.948 86.8488 137.216 87.8374 136.486C87.8798 136.454 87.9171 136.417 87.9731 136.368H87.9747ZM58.4209 151.94C58.3836 151.898 58.3548 151.854 58.3141 151.822C57.3526 151.055 56.4012 150.277 55.4262 149.527C54.8055 149.049 54.19 148.549 53.5083 148.171C50.7255 146.619 47.9309 146.624 45.1753 148.255C44.619 148.585 44.1069 148.99 43.5846 149.374C42.4858 150.183 41.392 150.999 40.2982 151.815C40.2507 151.851 40.2185 151.906 40.2016 151.926C41.6413 153.019 43.0606 154.099 44.4834 155.172C44.6987 155.336 44.926 155.484 45.1583 155.622C47.9173 157.244 50.7069 157.257 53.4947 155.718C54.1187 155.373 54.6885 154.925 55.2532 154.488C56.291 153.687 57.3068 152.859 58.331 152.041C58.3616 152.017 58.3819 151.982 58.4175 151.94H58.4209ZM69.6774 151.958C69.7537 152.011 69.7995 152.039 69.8419 152.073C70.6576 152.719 71.4681 153.372 72.2906 154.008C72.974 154.536 73.6489 155.082 74.3696 155.558C76.9421 157.252 80.5286 157.298 83.1554 155.506C83.7913 155.072 84.3984 154.595 85.0173 154.138C85.9534 153.449 86.8894 152.761 87.8255 152.071C87.8747 152.034 87.9171 151.989 87.9798 151.932C87.9018 151.869 87.8527 151.827 87.8001 151.788C86.9064 151.132 86.0127 150.478 85.1208 149.821C84.4781 149.349 83.854 148.852 83.1978 148.399C80.5218 146.555 76.8895 146.631 74.3086 148.356C73.6574 148.79 73.0418 149.278 72.4229 149.759C71.558 150.431 70.7067 151.119 69.8504 151.799C69.8097 151.831 69.7724 151.869 69.6774 151.957V151.958ZM82.9078 113.005C83.0604 113.079 83.1452 113.116 83.2266 113.159C83.8489 113.486 84.4984 113.77 85.0835 114.152C85.8957 114.684 86.6605 115.29 87.444 115.867C88.1613 116.397 88.8582 116.954 89.5942 117.457C91.1238 118.504 92.8365 118.98 94.6883 118.978C96.2196 118.977 97.7508 118.978 99.2821 118.978H99.7332C99.6925 118.807 99.6705 118.679 99.6315 118.556C99.4873 118.095 99.3466 117.63 99.1872 117.174C97.9492 113.632 96.1873 110.385 93.698 107.546C93.2978 107.09 93.2995 107.096 92.7008 107.216C91.2883 107.499 90.0538 108.152 88.9142 108.998C88.2427 109.498 87.5864 110.019 86.9268 110.536C85.7414 111.463 84.5086 112.311 83.1062 112.892C83.0587 112.91 83.018 112.942 82.9044 113.006L82.9078 113.005ZM45.2177 112.991C45.0582 112.914 44.9633 112.87 44.87 112.819C44.1815 112.446 43.4659 112.113 42.8131 111.685C42.0347 111.175 41.3123 110.581 40.5628 110.026C39.8794 109.52 39.2095 108.993 38.5058 108.513C37.6054 107.899 36.615 107.468 35.5416 107.239C34.8294 107.088 34.8294 107.085 34.3495 107.64C31.5464 110.876 29.6793 114.605 28.4635 118.675C28.438 118.76 28.4363 118.85 28.4211 118.955C28.5415 118.963 28.6347 118.977 28.728 118.977C30.3678 118.977 32.0076 118.985 33.6474 118.973C34.38 118.968 35.1041 118.871 35.818 118.691C37.0339 118.384 38.1141 117.807 39.1112 117.073C39.8505 116.528 40.5696 115.956 41.2953 115.391C42.4502 114.49 43.6525 113.671 45.0159 113.107C45.0633 113.087 45.1057 113.057 45.2177 112.991ZM58.4294 167.546C58.3853 167.477 58.3751 167.448 58.3565 167.433C57.2898 166.582 56.2368 165.717 55.1515 164.889C54.5308 164.414 53.8898 163.953 53.2064 163.576C51.3835 162.572 49.4316 162.405 47.4171 162.863C46.3572 163.103 45.4144 163.606 44.5478 164.243C43.6762 164.882 42.8317 165.555 41.9753 166.215C41.9329 166.247 41.9024 166.292 41.86 166.338C41.8923 166.388 41.9143 166.438 41.9499 166.477C43.6881 168.438 45.528 170.299 47.4662 172.064C47.5782 172.167 47.7426 172.242 47.8936 172.268C49.781 172.577 51.5887 172.362 53.2827 171.428C54.1289 170.962 54.8852 170.376 55.6297 169.77C56.3419 169.19 57.0541 168.609 57.7697 168.034C57.9783 167.865 58.2021 167.714 58.4311 167.544L58.4294 167.546ZM69.6503 167.467C71.0323 168.571 72.3194 169.602 73.6082 170.627C73.788 170.77 73.983 170.893 74.1746 171.021C75.9687 172.219 77.9375 172.612 80.0674 172.301C80.3641 172.257 80.5982 172.15 80.8169 171.948C82.6314 170.265 84.3695 168.51 86.0212 166.669C86.1094 166.57 86.1925 166.465 86.301 166.334C86.0077 166.102 85.7414 165.878 85.4616 165.671C84.5917 165.028 83.7642 164.315 82.8366 163.771C80.1776 162.211 77.4491 162.225 74.7511 163.682C74.0304 164.071 73.3793 164.596 72.7264 165.096C71.7496 165.843 70.7983 166.624 69.8351 167.388C69.7927 167.421 69.7351 167.433 69.6537 167.468L69.6503 167.467ZM54.407 97.6629L54.3968 97.774C54.4409 97.8009 54.4833 97.8329 54.5291 97.8548C55.6246 98.4 56.6285 99.0849 57.5764 99.8505C58.2174 100.369 58.8347 100.917 59.4926 101.414C60.1167 101.883 60.7492 102.359 61.4343 102.73C62.8892 103.519 64.4273 103.61 65.9908 103.056C66.7895 102.773 67.4967 102.319 68.158 101.799C68.7956 101.298 69.4197 100.781 70.0454 100.264C71.1527 99.3524 72.3025 98.501 73.5963 97.8598C73.6557 97.8295 73.7015 97.7706 73.8151 97.6713C67.2881 96.7728 60.8475 96.7711 54.4087 97.6613L54.407 97.6629ZM88.6751 163.549C91.1577 160.466 93.3724 157.252 95.3005 153.798C95.1818 153.774 95.1326 153.757 95.0817 153.757C94.2389 153.737 93.4046 153.786 92.5788 153.968C91.1747 154.276 89.9486 154.945 88.8158 155.8C88.007 156.409 87.2167 157.045 86.4112 157.66C85.3887 158.44 84.3085 159.13 83.1079 159.618C83.0536 159.64 83.0095 159.682 82.9298 159.736C83.0248 159.788 83.0791 159.827 83.1401 159.852C84.2339 160.307 85.2361 160.917 86.1789 161.626C86.8589 162.137 87.5237 162.667 88.1969 163.189C88.3444 163.304 88.4936 163.413 88.6751 163.551V163.549ZM32.8301 153.789C34.7632 157.252 36.9779 160.466 39.4639 163.551C39.8624 163.241 40.2236 162.962 40.5831 162.683C40.946 162.402 41.3038 162.112 41.6718 161.838C42.0398 161.564 42.4095 161.291 42.7944 161.04C43.1793 160.79 43.5745 160.556 43.978 160.337C44.3715 160.125 44.7801 159.941 45.2312 159.721C44.8344 159.536 44.5003 159.389 44.1765 159.228C42.9352 158.607 41.8448 157.764 40.7578 156.916C40.0761 156.384 39.3944 155.852 38.6856 155.358C37.4103 154.466 35.991 153.926 34.4326 153.796C33.9272 153.754 33.4134 153.789 32.8301 153.789Z\" fill=\"#F3EBC8\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_130_899\">\\n<rect width=\"128\" height=\"214\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",style:{\"--framer-text-alignment\":\"center\"},children:\"Agaves harvested at peak maturity, between 6 and 8 years old\"})}),className:\"framer-l51wbd\",\"data-framer-name\":\"Agaves harvested at maturity (between 6 and 8 years)\",effect:textEffect3,fonts:[\"Inter\"],name:\"Agaves harvested at maturity (between 6 and 8 years)\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-364nkd\",\"data-framer-name\":\"Frame 28\",name:\"Frame 28\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nooj0k\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-178e6vw\",\"data-framer-name\":\"ARTES\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:211,intrinsicWidth:164,name:\"ARTES\",svg:'<svg width=\"164\" height=\"211\" viewBox=\"0 0 164 211\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M162.089 120.645C165.613 102.62 161.225 86.2069 149.048 71.8406C144.455 66.4287 138.946 62.0672 132.653 58.8361C134.344 57.6701 135.448 56.9224 135.492 56.8957C136.177 56.4328 136.4 55.5249 135.999 54.795C135.599 54.074 134.709 53.7714 133.952 54.1007C133.899 54.1274 128.256 56.5752 118.064 59.1209C115.847 59.6728 113.791 60.465 111.904 61.3729C121.669 47.8522 126.235 33.5125 126.458 32.7916C126.68 32.0884 126.386 31.3229 125.763 30.949C125.131 30.5663 124.321 30.6642 123.805 31.1805C123.743 31.2428 117.138 37.8207 111.637 42.5827C109.287 44.6122 106.733 47.3359 104.534 49.846C108.139 36.984 110.124 20.241 110.231 19.3687C110.311 18.6567 109.919 17.9802 109.261 17.7042C108.602 17.4283 107.845 17.6241 107.391 18.176C107.053 18.5943 99.0867 28.5546 92.0994 44.2027C91.4852 45.5735 90.8888 47.0422 90.3192 48.5643C89.9275 43.6954 89.2065 37.2065 87.8447 30.5752C85.2633 17.9357 83.7591 9.1414 83.7591 1.60219C83.7591 0.720987 83.0381 0 82.1569 0C82.1035 0 82.0412 0.00890107 81.9877 0.0178021C81.9343 0.0178021 81.8809 0 81.8186 0C80.9374 0 80.2164 0.720987 80.2164 1.60219C80.2164 9.1414 78.721 17.9357 76.1308 30.5752C74.7779 37.2065 74.048 43.6954 73.6563 48.5643C73.0778 47.0511 72.4814 45.5824 71.8672 44.2116C64.8799 28.5635 56.9134 18.6032 56.5752 18.1849C56.1301 17.633 55.3646 17.4372 54.706 17.7131C54.0473 17.9891 53.6556 18.6656 53.7357 19.3776C53.8336 20.2499 55.8186 36.9929 59.4324 49.8549C57.225 47.3359 54.6793 44.6211 52.3294 42.5916C46.8196 37.8296 40.2239 31.2517 40.1616 31.1894C39.6364 30.6642 38.8353 30.5752 38.2034 30.9579C37.5714 31.3407 37.2866 32.1062 37.5091 32.8005C37.7316 33.5214 42.2979 47.8611 52.0623 61.3818C50.1842 60.4739 48.1192 59.6817 45.9028 59.1298C35.7111 56.5841 30.0678 54.1363 30.0144 54.1096C29.2578 53.7714 28.3677 54.074 27.9671 54.8039C27.5666 55.5338 27.7891 56.4417 28.4745 56.9046C28.5101 56.9313 29.4892 57.5899 31.0113 58.6403C24.5402 61.8803 18.8969 66.313 14.2061 71.8495C2.0383 86.198 -2.34993 102.62 1.1838 120.645C3.64049 133.222 9.5152 143.058 13.7076 149.36C15.8172 152.529 18.443 156.472 19.0037 157.967C18.977 158.252 18.8346 158.991 18.7367 159.552C18.0513 163.201 15.2386 174.425 13.9835 179.285C12.0431 186.834 13.7254 195.014 18.4964 201.164C23.2674 207.324 30.771 211 38.5594 211H124.704C132.492 211 139.996 207.324 144.767 201.164C149.538 195.005 151.229 186.825 149.28 179.268C148.078 174.621 145.221 163.219 144.536 159.552C144.429 158.991 144.286 158.234 144.26 157.95C144.82 156.454 147.446 152.52 149.547 149.36C153.748 143.058 159.623 133.222 162.089 120.627V120.645ZM118.838 62.2363C120.868 61.7289 122.71 61.2305 124.375 60.7498C119.55 64.2212 114.192 68.2623 111.833 70.7101C111.637 70.9149 111.424 71.1285 111.183 71.351C109.706 72.7485 107.48 74.502 104.997 76.211C102.558 76.211 100.066 76.4246 97.5824 76.843C99.0956 75.4989 100.52 74.1726 101.846 72.8909C101.98 72.8019 102.113 72.704 102.22 72.5794C102.229 72.5705 102.371 72.4013 102.638 72.1254C103.083 71.6892 103.511 71.262 103.929 70.8347C106.528 68.3692 111.913 63.972 118.847 62.2363H118.838ZM135.554 161.252C136.364 165.569 139.604 178.378 140.432 181.564C141.678 186.397 140.601 191.631 137.539 195.566C134.486 199.5 129.689 201.859 124.704 201.859H38.5683C33.5837 201.859 28.786 199.509 25.733 195.566C22.6799 191.631 21.6029 186.397 22.8401 181.573C23.8548 177.63 26.9346 165.426 27.7268 161.243C28.7415 155.84 28.3766 154.888 21.3269 144.295C17.5618 138.643 12.3101 129.858 10.165 118.892C7.20092 103.733 10.9127 89.9008 21.2023 77.7687C26.1691 71.9118 32.4088 67.5591 39.7432 64.8087C40.6423 65.4674 41.5413 66.1261 42.4136 66.7848C34.8566 69.286 28.2876 73.6564 23.2941 79.54C13.5652 91.0046 10.0582 104.062 12.8531 118.366C14.9003 128.852 19.974 137.317 23.6056 142.773C30.7799 153.552 31.6255 155.306 30.4238 161.75C29.4981 166.69 25.6706 181.609 25.5015 182.258C24.469 186.273 25.368 190.616 27.9048 193.892C30.4416 197.168 34.4293 199.117 38.5683 199.117H124.713C128.852 199.117 132.84 197.159 135.376 193.892C137.913 190.616 138.812 186.273 137.78 182.258C137.744 182.107 133.81 166.842 132.866 161.759C131.771 155.902 131.807 154.594 139.676 142.782C143.316 137.326 148.381 128.861 150.437 118.366C153.232 104.071 149.725 91.0046 139.996 79.54C135.118 73.7899 128.718 69.4729 121.366 66.945C122.229 66.2952 123.12 65.6365 124.01 64.9867C131.148 67.7461 137.228 72.0364 142.088 77.7687C152.377 89.9008 156.098 103.742 153.134 118.892C150.989 129.867 145.728 138.652 141.963 144.304C134.914 154.888 134.557 155.84 135.572 161.252H135.554ZM58.4889 79.4154C58.4889 79.4154 58.5601 79.4065 58.5957 79.4065C60.8833 79.4332 63.2332 79.6557 65.6454 80.083C70.6211 80.9642 75.2407 83.0292 79.1661 85.9933C75.2941 89.6605 72.25 94.2179 70.3629 99.3805C69.3838 102.051 69.4728 104.445 69.544 106.368C69.5707 107.044 69.5886 107.676 69.5707 108.255C69.5351 109.136 68.5649 111.673 65.1558 115.616C62.5389 118.634 59.744 121.268 57.6789 122.657C57.0914 123.048 56.8333 123.778 57.038 124.455C57.2428 125.131 57.8658 125.594 58.569 125.594H65.1202C65.4139 126.689 65.3961 127.116 64.6039 128.772C64.239 129.537 63.6604 130.312 63.162 130.997C62.3431 132.11 61.0969 133.792 62.6368 134.949C63.0819 135.287 63.5536 135.581 64.0432 135.848C63.1531 136.302 62.5745 136.881 62.263 137.593C61.5865 139.133 62.4766 140.495 63.0641 141.278C61.631 145.257 61.6043 148.532 63.0018 150.766C64.0432 152.431 65.77 153.401 68.0042 153.57C68.0309 153.57 68.0665 153.57 68.0932 153.57L77.4037 153.766C77.0476 154.22 76.7183 154.71 76.4335 155.253C72.3301 163.023 76.9586 178.333 78.9258 184.039H40.6423C41.7727 179.588 44.4341 169.005 45.2708 164.554C47.683 151.692 43.5974 145.559 36.1828 134.424C33.2633 130.045 29.2133 123.315 27.6734 115.483C25.8042 105.914 28.1986 97.1107 34.8121 89.3223C40.3396 82.8067 48.671 79.362 58.3198 79.4154C58.3821 79.4154 58.4444 79.4243 58.4978 79.4243L58.4889 79.4154ZM105.869 79.4154C115.198 79.6023 123.226 83.1093 128.478 89.2956C144.536 108.228 131.415 127.926 127.107 134.397C119.693 145.533 115.616 151.656 118.019 164.527C118.856 168.978 121.517 179.57 122.648 184.012H84.3643C86.3404 178.306 90.9689 162.996 86.8566 155.226C86.5718 154.683 86.2425 154.193 85.8864 153.739L95.1969 153.544C95.1969 153.544 95.2592 153.544 95.286 153.544C97.5201 153.374 99.2469 152.404 100.288 150.74C101.686 148.506 101.659 145.239 100.226 141.251C100.822 140.468 101.704 139.106 101.027 137.566C100.716 136.854 100.137 136.284 99.2469 135.821C99.7276 135.554 100.208 135.261 100.653 134.922C102.184 133.765 100.947 132.083 100.128 130.97C99.6208 130.285 99.0511 129.511 98.6862 128.745C97.894 127.09 97.8673 126.662 98.1699 125.585H104.721C105.424 125.567 106.047 125.113 106.252 124.437C106.457 123.761 106.199 123.04 105.611 122.639C103.546 121.25 100.751 118.625 98.1343 115.598C94.7252 111.664 93.755 109.118 93.7194 108.237C93.6927 107.658 93.7194 107.027 93.7461 106.35C93.8173 104.427 93.9063 102.042 92.9272 99.3627C91.0401 94.2001 87.9871 89.6427 84.124 85.9755C86.4383 84.2309 88.9929 82.7889 91.7166 81.7297H91.7255C93.6215 80.9909 95.5975 80.4301 97.6358 80.0652C100.413 79.5756 103.181 79.3531 105.869 79.4065V79.4154ZM81.6406 182.08C80.9463 180.006 80.0384 177.025 79.2996 173.758C77.5194 165.916 77.5016 160.032 79.2462 156.73C79.8337 155.617 80.6259 154.816 81.6317 154.3C82.6375 154.816 83.4297 155.626 84.0172 156.73C87.0881 162.551 83.9638 175.102 81.6317 182.08H81.6406ZM65.7611 139.515C65.6365 139.355 65.3783 139.026 65.2626 138.803C65.5564 138.581 66.6334 138.02 70.0603 137.735C70.8703 137.664 71.5023 137.005 71.529 136.195C71.5557 135.385 70.9682 134.682 70.1671 134.558C70.1404 134.558 67.7015 134.175 65.6098 133.035C65.6543 132.973 65.6899 132.92 65.7344 132.866C66.2951 132.11 66.9894 131.157 67.4879 130.125C68.8498 127.285 68.6272 126.146 68.0665 124.232C68.0042 124.028 67.9418 123.805 67.8706 123.556C67.6837 122.862 67.0517 122.381 66.3308 122.381H63.073C65.0312 120.556 66.7313 118.669 67.5769 117.699C70.7813 113.996 72.6772 110.596 72.7751 108.379C72.8018 107.676 72.7751 106.982 72.7484 106.234C72.6772 104.427 72.6149 102.549 73.3715 100.466C75.125 95.6598 78.0001 91.4229 81.6406 88.0494C85.2811 91.4229 88.1562 95.6598 89.9097 100.466C90.6663 102.549 90.604 104.418 90.5328 106.234C90.5061 106.973 90.4794 107.676 90.5061 108.379C90.5951 110.596 92.491 113.996 95.7043 117.699C96.5499 118.678 98.2411 120.565 100.208 122.381H96.9504C96.2295 122.381 95.5975 122.87 95.4106 123.565C95.3483 123.805 95.277 124.028 95.2147 124.241C94.654 126.164 94.4314 127.294 95.7933 130.134C96.2918 131.166 96.9861 132.119 97.5468 132.875C97.5824 132.929 97.6269 132.982 97.6714 133.044C95.5797 134.184 93.1408 134.558 93.1141 134.566C92.313 134.682 91.7255 135.385 91.7522 136.204C91.7789 137.014 92.4109 137.682 93.2209 137.753C96.6478 138.038 97.7159 138.599 98.0186 138.821C97.9118 139.044 97.6447 139.373 97.5201 139.533C97.1463 140.014 96.5766 140.735 96.9504 141.678C98.2411 144.927 98.4636 147.624 97.5735 149.057C97.0929 149.823 96.2562 150.259 95.0812 150.357L82.6553 150.624C82.5485 150.624 82.4328 150.642 82.326 150.668C82.0857 150.722 81.8631 150.793 81.6317 150.864C81.4003 150.793 81.1777 150.722 80.9374 150.668C80.8306 150.642 80.7238 150.633 80.6081 150.624L68.1822 150.357C67.0072 150.259 66.1705 149.823 65.6988 149.057C64.7998 147.615 65.0223 144.927 66.3219 141.678C66.6957 140.726 66.1349 140.005 65.7522 139.533L65.7611 139.515ZM32.3554 87.2305C25.0832 95.8023 22.4485 105.504 24.5224 116.079C26.1691 124.473 30.4327 131.576 33.5036 136.186C40.6779 146.957 44.2739 152.369 42.1109 163.949C41.0873 169.432 37.0551 185.071 37.0195 185.222C36.8949 185.703 37.0017 186.21 37.3044 186.602C37.607 186.994 38.0787 187.225 38.5683 187.225H81.2045C81.3558 187.225 81.4982 187.198 81.6406 187.154C81.783 187.198 81.9254 187.225 82.0768 187.225H124.713C125.211 187.225 125.674 186.994 125.977 186.602C126.279 186.21 126.386 185.703 126.262 185.222C126.217 185.062 122.194 169.432 121.17 163.949C118.998 152.369 122.603 146.957 129.778 136.186C132.848 131.576 137.121 124.482 138.759 116.079C140.824 105.504 138.189 95.8023 130.926 87.2305C125.87 81.2668 118.553 77.5462 110.035 76.5047C111.094 75.6858 112.056 74.8936 112.866 74.1548C121.055 75.6591 128.015 79.5489 133.018 85.4414C140.851 94.6807 143.69 105.157 141.456 116.595C139.72 125.478 135.261 132.893 132.056 137.691C124.873 148.479 121.909 152.938 123.867 163.424C124.873 168.791 128.879 184.368 128.914 184.519C129.244 185.81 128.959 187.207 128.14 188.267C127.321 189.317 126.039 189.949 124.704 189.949H38.5683C37.2331 189.949 35.9514 189.317 35.1325 188.267C34.3136 187.216 34.0288 185.81 34.3581 184.519C34.4026 184.359 38.4081 168.782 39.4139 163.415C41.3721 152.929 38.3992 148.47 31.2249 137.682C28.0294 132.875 23.57 125.461 21.8343 116.586C19.6001 105.157 22.4396 94.6718 30.2725 85.4325C35.4084 79.3798 42.5738 75.4544 51.0209 74.0391C51.822 74.769 52.7744 75.5612 53.8336 76.389C45.1373 77.288 37.6337 80.9998 32.3643 87.2127L32.3554 87.2305ZM27.8247 83.3853C19.3242 93.399 16.2533 104.783 18.6833 117.218C20.5347 126.662 25.1989 134.442 28.5546 139.471C35.6132 150.072 37.9897 153.641 36.2629 162.845C35.2749 168.106 31.2961 183.585 31.2516 183.736C30.6731 185.979 31.1804 188.409 32.5957 190.243C34.011 192.076 36.2451 193.162 38.5594 193.162H124.704C127.018 193.162 129.252 192.067 130.668 190.243C132.083 188.409 132.59 185.979 132.012 183.736C131.976 183.585 127.997 168.115 127.009 162.845C125.283 153.633 127.659 150.072 134.709 139.471C138.065 134.442 142.738 126.662 144.58 117.209C147.01 104.775 143.939 93.3901 135.439 83.3764C130.418 77.4571 123.618 73.3805 115.669 71.4756C116.417 70.8169 117.298 70.0871 118.269 69.3216C125.932 71.5379 132.59 75.7659 137.539 81.5961C146.601 92.2774 149.885 104.436 147.277 117.735C145.337 127.668 140.477 135.759 136.996 140.993C129.724 151.915 128.238 154.496 129.706 162.338C130.677 167.518 134.629 182.899 134.673 183.051C135.465 186.113 134.78 189.424 132.84 191.925C130.908 194.417 127.864 195.913 124.704 195.913H38.5683C35.4084 195.913 32.3732 194.426 30.4327 191.925C28.5012 189.433 27.8158 186.113 28.608 183.042C29.0175 181.448 32.6402 167.296 33.5748 162.338C35.0435 154.505 33.5481 151.924 26.2759 140.993C22.7956 135.768 17.9356 127.668 15.9952 117.743C13.3961 104.445 16.6717 92.2863 25.733 81.605C30.8066 75.6324 37.6337 71.351 45.5378 69.1791C46.5081 69.9535 47.3982 70.6834 48.1637 71.351C39.9658 73.1935 32.9784 77.3058 27.8247 83.3764V83.3853ZM113.729 45.0038C116.123 42.9299 118.714 40.5355 120.903 38.4526C117.868 45.6981 112.029 57.5454 103.181 66.9806C102.781 67.4078 102.371 67.8351 101.953 68.2623C101.214 68.9566 100.653 69.5352 100.279 69.9357C97.6803 72.4903 94.6985 75.1785 91.3606 77.9912C91.0223 78.276 90.6841 78.5609 90.3548 78.8368C90.2123 78.8902 90.0699 78.9525 89.9275 79.0148C93.4701 73.7009 97.9029 66.4287 101.472 58.5958C102.362 57.4475 108.673 49.3832 113.738 45.0127L113.729 45.0038ZM95.0189 45.5112C98.9265 36.7614 103.217 29.7385 106.181 25.3325C104.917 33.8864 102.3 48.9915 98.6239 57.1004C94.2356 66.7937 88.441 75.6502 84.756 80.8752C86.6074 71.9919 90.3102 56.0412 95.01 45.5112H95.0189ZM79.2818 31.2161C80.3945 25.7597 81.3113 21.0065 81.9966 16.7429C82.682 21.0065 83.5988 25.7597 84.7115 31.2161C87.2216 43.4906 87.5242 55.2579 87.5509 56.7087C85.1654 64.4794 83.2517 72.6417 81.9966 78.5075C80.7149 72.4903 78.8101 64.3904 76.4424 56.682C76.4691 55.1244 76.7895 43.4194 79.2818 31.2161ZM68.9655 45.5112C73.6563 56.0145 77.3147 71.6536 79.2284 80.8841C75.4989 75.5879 69.7399 66.767 65.3605 57.1004C61.6844 48.9915 59.0675 33.8864 57.8035 25.3325C60.7676 29.7385 65.0579 36.7525 68.9655 45.5112ZM60.8032 66.9806C51.9555 57.5543 46.1164 45.707 43.0812 38.4526C45.2708 40.5266 47.861 42.9299 50.2554 45.0038C55.3112 49.3743 61.631 57.4475 62.5211 58.5869C66.1794 66.6245 70.7368 74.0569 74.3506 79.4332C74.2794 79.3976 74.2082 79.3709 74.137 79.3353C74.0569 79.2107 73.959 79.086 73.8344 78.9881C70.0158 75.8371 66.6423 72.8108 63.7405 69.9624C63.3756 69.5708 62.8059 68.9833 62.0582 68.2712C61.631 67.8351 61.2126 67.3989 60.8121 66.9717L60.8032 66.9806ZM45.1462 62.2363C52.0534 63.9631 57.4297 68.3335 60.0377 70.808C60.4738 71.2531 60.9278 71.7071 61.3907 72.161C61.6221 72.4102 61.7556 72.5616 61.7645 72.5705C61.8713 72.704 62.0048 72.8019 62.1473 72.8909C63.5269 74.2261 65.0045 75.5968 66.58 76.9943C66.4554 76.9676 66.3308 76.9409 66.2061 76.9231C63.7405 76.4869 61.3284 76.2466 58.9785 76.2021C56.1123 74.2172 53.5755 72.1877 52.1513 70.7101C49.7926 68.2623 44.4341 64.2212 39.6097 60.7498C41.2742 61.2305 43.1168 61.7289 45.1462 62.2363ZM141.269 156.837C140.94 157.718 141.02 158.136 141.394 160.157C142.097 163.895 144.981 175.405 146.182 180.078C147.882 186.682 146.405 193.83 142.239 199.215C138.073 204.591 131.513 207.804 124.704 207.804H38.5683C31.759 207.804 25.2078 204.591 21.0332 199.206C16.8586 193.83 15.3899 186.682 17.09 180.087C18.354 175.191 21.1845 163.869 21.8877 160.139C22.2615 158.136 22.3416 157.718 22.0034 156.837C21.3625 155.128 19.2619 151.924 16.369 147.58C12.319 141.5 6.66686 132.039 4.31697 120.022C0.987971 103.003 5.13587 87.4887 16.6628 73.9056C21.4515 68.2534 27.3084 63.8296 34.0466 60.7231C34.8744 61.3017 35.7467 61.9248 36.6546 62.5656C29.6405 65.5208 23.6323 69.9268 18.7456 75.6769C7.78839 88.5924 3.84522 103.333 7.0051 119.488C9.25707 131.015 14.7312 140.165 18.6477 146.049C25.4036 156.196 25.368 156.356 24.5669 160.638C23.8014 164.732 20.7395 176.838 19.7336 180.763C18.2472 186.54 19.5378 192.806 23.1962 197.524C26.8456 202.241 32.5957 205.054 38.5594 205.054H124.704C130.668 205.054 136.418 202.241 140.067 197.524C143.726 192.806 145.016 186.54 143.53 180.763C142.711 177.594 139.489 164.892 138.696 160.655C137.895 156.365 137.86 156.205 144.607 146.076C148.523 140.192 153.997 131.042 156.258 119.506C159.418 103.341 155.466 88.6013 144.518 75.6947C139.747 70.0693 133.881 65.7344 127.054 62.7793C127.953 62.1384 128.825 61.5153 129.653 60.9457C136.222 64.0432 141.928 68.4048 146.61 73.9234C158.128 87.5065 162.284 103.021 158.955 120.04C156.605 132.065 150.944 141.536 146.894 147.607C144.01 151.941 141.919 155.137 141.278 156.846L141.269 156.837Z\" fill=\"#F3EBC8\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",style:{\"--framer-text-alignment\":\"center\"},children:\"Full transparency in every step of the production process\"})}),className:\"framer-1c1iimf\",\"data-framer-name\":\"Transparent production process\",effect:textEffect3,fonts:[\"Inter\"],name:\"Transparent production process\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qmgszp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rtk5ue\",\"data-framer-name\":\"Frame 29\",name:\"Frame 29\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-262fc5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-78uwu7\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:122,intrinsicWidth:248,name:\"Vector\",svg:'<svg width=\"248\" height=\"122\" viewBox=\"0 0 248 122\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M217.555 57.7043C213.328 57.7043 211.672 56.7007 202.748 48.7259C200.947 47.1164 198.929 45.3171 196.73 43.4817L199.852 40.0729L197.345 37.7854L173.461 63.8617C171.742 62.5687 169.959 61.3572 168.077 60.2541L180.086 40.4617L177.181 38.7076L165.081 58.6537C163.081 57.6862 160.972 56.8544 158.718 56.2124L173.76 17.776L170.602 16.5373L155.379 55.4258C153.279 55.0279 151.053 54.7838 148.682 54.7296L155.904 26.429L152.609 25.5881L145.143 54.8381C142.989 55.0551 140.862 55.5343 138.79 56.2034L146.917 6.89884L143.568 6.34729L135.124 57.5868C132.997 58.509 130.97 59.585 129.061 60.7333L132.319 21.9804L128.934 21.7001L125.458 63.0841C123.359 64.5489 121.494 66.0227 119.947 67.3428V0H116.553V68.7714C114.797 67.0715 112.996 65.4078 111.105 63.8346L107.566 21.6911L104.181 21.9714L107.466 61.0769C105.575 59.7749 103.557 58.6085 101.385 57.641L92.9316 6.34729L89.583 6.89884L97.7192 56.2576C95.7462 55.6428 93.6466 55.1907 91.384 54.9375L83.8903 25.5881L80.596 26.429L87.8181 54.7205C87.6009 54.7205 87.3928 54.7115 87.1756 54.7115C85.0216 54.7115 83.0034 54.9375 81.0847 55.3444L65.8982 16.5373L62.7397 17.776L77.7904 56.2395C75.6364 56.9629 73.6001 57.9213 71.6542 59.0606L59.3096 38.7167L56.4044 40.4708L68.7853 60.887C67.0838 62.0624 65.4276 63.3554 63.7986 64.7207L39.1364 37.7944L36.6295 40.082L40.6478 44.4762C39.3808 45.6065 38.159 46.7186 37.0729 47.7132C30.8553 53.3824 26.3664 57.4783 20.6375 59.4222C6.4828 64.2324 -2.03357 78.437 0.419073 93.1931L0.980194 96.5656C3.43283 111.304 16.058 122 31.0092 122H217.555C234.343 122 248 108.356 248 91.5836V88.1207C248 71.3483 234.343 57.7043 217.555 57.7043ZM22.4204 89.5493L22.9816 92.9218C23.6332 96.864 27.018 99.7212 31.0092 99.7212H217.555C222.044 99.7212 225.691 96.0683 225.691 91.5927V88.1297C225.691 83.645 222.035 79.9922 217.555 79.9922C204.278 79.9922 197.409 73.8528 187.888 65.3536C185.897 63.5724 183.833 61.7459 181.661 59.9557L184.394 56.9719C186.566 58.7712 188.603 60.5886 190.585 62.3517C199.436 70.2542 205.825 75.9686 217.564 75.9686C224.279 75.9686 229.745 81.4298 229.745 88.1387V91.6017C229.745 98.3107 224.279 103.772 217.564 103.772H31.0183C25.036 103.772 19.9859 99.4951 18.9994 93.5999L18.4383 90.2274C17.4609 84.3231 20.8638 78.6449 26.5293 76.719C35.8692 73.5454 42.1411 67.831 49.3995 61.2034C50.5579 60.1456 51.7616 59.0515 52.9925 57.9665L55.7166 60.9412C54.4948 62.0262 53.2911 63.1203 52.1146 64.1872C44.8381 70.8238 37.9599 77.0988 27.8235 80.5437C24.0314 81.8276 21.7598 85.6342 22.4114 89.5764L22.4204 89.5493ZM47.1097 58.6808C40.1319 65.0462 34.1044 70.5435 25.4342 73.4821C18.1849 75.9415 13.8317 83.211 15.0806 90.7608L15.6417 94.1334C16.8907 101.674 23.3526 107.144 31.0092 107.144H217.555C226.143 107.144 233.13 100.164 233.13 91.5836V88.1207C233.13 79.5401 226.143 72.5599 217.555 72.5599C207.12 72.5599 201.744 67.7587 192.838 59.811C190.874 58.0569 188.856 56.2576 186.684 54.4583L189.417 51.4745C191.58 53.2738 193.58 55.0551 195.535 56.8001C204.64 64.9286 209.029 68.5272 217.564 68.5272C228.379 68.5272 237.176 77.3158 237.176 88.1207V91.5836C237.176 102.389 228.379 111.177 217.564 111.177H31.0183C21.3796 111.177 13.2434 104.287 11.6686 94.7935L11.1075 91.4209C9.52371 81.918 15.0082 72.7588 24.14 69.6575C32.0138 66.9811 37.4711 61.9991 44.3946 55.697L44.4671 55.6337C45.6074 54.5939 46.7839 53.527 47.9876 52.4601L50.7118 55.4348C49.4809 56.5289 48.2863 57.6139 47.1188 58.6808H47.1097ZM119.82 71.9721C129.205 63.283 139.577 58.1021 147.641 58.1021C162.411 58.1021 171.045 65.8147 180.186 73.9704C186.168 79.314 192.277 84.7662 200.25 88.1478H152.863C136.826 88.1478 128.074 80.0554 119.82 71.9631V71.9721ZM116.607 73.5816C122.209 79.088 127.92 84.7029 135.776 88.1568H39.3265C47.7252 83.8349 54.1238 77.9939 59.9341 72.7045C68.5228 64.8744 75.9351 58.1112 87.1846 58.1112C100.878 58.1112 108.525 65.6248 116.616 73.5816H116.607ZM57.6443 70.2C50.0692 77.1078 42.2316 84.2598 30.4662 88.2563L31.0092 91.5565H151.089V91.5294C151.089 91.5294 151.134 91.5294 151.152 91.5294V91.5565H217.555V88.1659C201.155 88.1659 192.069 80.0464 182.448 71.4568C180.385 69.6122 178.303 67.7587 176.14 65.9865L179.371 62.4602C181.543 64.2505 183.616 66.086 185.634 67.8853C195.336 76.5473 202.993 83.3918 217.564 83.3918C220.179 83.3918 222.306 85.5166 222.306 88.1297V91.5927C222.306 94.2057 220.179 96.3305 217.564 96.3305H31.0183C28.6833 96.3305 26.7193 94.6669 26.3392 92.3703L25.7781 88.9977C25.398 86.7011 26.7193 84.4859 28.9276 83.7354C39.7428 80.0645 46.8744 73.5635 54.4224 66.6737C55.599 65.6068 56.8027 64.5127 58.0244 63.4277L61.2464 66.9449C60.0427 68.0119 58.848 69.0969 57.6443 70.2ZM244.606 91.5836C244.606 106.484 232.47 118.609 217.555 118.609H31.0183C17.7324 118.609 6.50995 109.107 4.33787 96.0141L3.77675 92.6415C1.59562 79.531 9.1617 66.9088 21.7507 62.632C28.1493 60.462 32.8645 56.1672 39.3808 50.2177C40.4759 49.2232 41.6976 48.111 42.9647 46.9808L45.6888 49.9555C44.4852 51.0315 43.3177 52.0894 42.1773 53.1292L42.1049 53.1925C35.4801 59.2323 30.249 64.0064 23.054 66.4476C12.3384 70.0824 5.91263 80.824 7.75889 91.9724L8.32001 95.345C10.1663 106.484 19.7144 114.568 31.0183 114.568H217.564C230.252 114.568 240.57 104.26 240.57 91.5836V88.1207C240.57 75.4442 230.252 65.1366 217.564 65.1366C210.333 65.1366 206.839 62.3427 197.78 54.2504C195.942 52.6138 193.906 50.7964 191.725 48.97L194.449 45.9953C196.648 47.8307 198.676 49.6391 200.495 51.2575C209.047 58.8978 211.772 61.0949 217.564 61.0949C232.479 61.0949 244.615 73.2199 244.615 88.1207V91.5836H244.606Z\" fill=\"#F3EBC8\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",style:{\"--framer-text-alignment\":\"center\"},children:\"Made without artificial flavors, colors, or sweeteners\"})}),className:\"framer-5q5dmr\",\"data-framer-name\":\"No additives\",effect:textEffect3,fonts:[\"Inter\"],name:\"No additives\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yvyc8k\",\"data-framer-name\":\"Frame 30\",name:\"Frame 30\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15gfja0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-engw6g\",\"data-framer-name\":\"ALUZAR_ICONO_COPAAGAVE\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:209,intrinsicWidth:124,name:\"ALUZAR_ICONO_COPAAGAVE\",svg:'<svg width=\"124\" height=\"209\" viewBox=\"0 0 124 209\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_130_908)\">\\n<path d=\"M118.024 72.6431C123.89 68.5063 125.714 60.6205 122.258 54.2953L121.177 52.31L118.775 51.6636L108.243 58.1089C107.519 58.4136 102.597 60.4543 94.1825 62.5781C94.1275 62.5873 94.0816 62.6058 94.0266 62.6243L111.589 47.8593L109.389 45.1999L92.9175 59.0415C98.5089 49.7061 101.396 41.2016 101.946 39.5211L109.123 29.807L106.364 27.7386L99.0955 37.5727C98.3439 38.3207 92.9084 43.741 88.3161 47.7392C87.9953 48.0255 87.6653 48.321 87.3262 48.6349L97.8214 27.6648L94.7508 26.1042L84.2372 47.1021C86.2171 37.8405 87.3353 28.6805 87.5095 27.2492L92.0926 12.632L88.8111 11.5885L84.2738 26.0581C83.0456 27.6463 76.6292 36.1692 70.9096 48.9858L76.9134 14.0725L73.5219 13.4815L68.4989 42.6698C68.2147 40.8508 67.8939 38.9763 67.5089 37.0741C65.199 25.7072 63.8699 17.803 63.8699 11.0437H63.7416V0H60.3043V11.0437H60.1393C60.1393 17.8122 58.801 25.7164 56.4912 37.0741C56.1153 38.9393 55.7945 40.7769 55.5104 42.559L50.5056 13.4815L47.1142 14.0725L53.1363 49.1151C47.49 36.4277 41.1561 27.9233 39.7721 26.1319L35.2073 11.5793L31.9258 12.6227L36.4631 27.0738C36.5364 27.7017 37.6638 37.2588 39.7262 46.9728L29.2676 26.095L26.197 27.6555L36.7289 48.6903C36.3714 48.3579 36.0231 48.0347 35.6748 47.73C31.2658 43.8887 26.0595 38.727 25.0054 37.6743L17.6632 27.7294L14.9042 29.7978L22.0172 39.4195C22.4847 40.8785 25.3628 49.4752 31.0367 58.9677L14.6384 45.1907L12.4385 47.85L30.0192 62.6243C29.9459 62.6058 29.8818 62.5873 29.8084 62.5689C22.3105 60.6759 17.5808 58.8569 16.1233 58.2659L16.16 58.2105L5.54556 51.1743L3.0982 51.7837L1.73244 54.2953C-1.77821 60.7221 0.128355 68.6633 6.16886 72.7816C6.51718 73.0217 6.86549 73.2525 7.21381 73.4926C5.71972 75.7826 4.9131 78.4697 4.9131 81.2398V82.9758C4.9131 99.0243 9.23953 115.544 16.7833 128.305C23.5938 139.81 32.3475 147.742 42.8244 151.916C42.8244 154.779 42.8244 157.687 42.8244 160.624C42.8244 167.909 41.0828 172.812 37.6547 175.204C34.7948 177.198 31.3025 177.328 30.9175 177.337C23.2913 177.503 17.1499 183.893 17.2233 191.576L17.2599 195.038C17.3333 202.739 23.6121 209 31.2567 209H32.3016C32.4483 209 32.6316 209 32.8333 209C32.9983 209 33.1907 209 33.3741 209H90.461C90.8918 209 91.2126 209 91.5701 209H92.6334C100.278 209 106.557 202.739 106.63 195.038L106.667 191.576C106.74 183.893 100.599 177.503 92.9725 177.337C92.5876 177.337 89.0861 177.198 86.2262 175.204C82.7981 172.812 81.0565 167.909 81.0565 160.624C81.0565 157.863 81.0565 154.954 81.0657 151.916C91.5426 147.742 100.305 139.81 107.107 128.305C114.66 115.553 118.986 99.0335 118.986 82.9758V81.2398C118.986 78.4789 118.189 75.8011 116.704 73.5203C117.034 73.2894 117.373 73.0586 117.712 72.8277L117.969 72.6523L118.024 72.6431ZM95.0166 65.9393C96.2174 65.6345 97.354 65.3391 98.4172 65.0436C94.4666 67.9338 90.3877 71.0918 88.4811 73.0863C86.6204 75.0346 82.2756 78.3588 77.2892 81.2398H73.6319C75.8043 79.3653 78.0867 77.2969 80.2865 75.1362L80.3049 75.1547C80.3049 75.1547 80.424 75.0162 80.6349 74.7946C81.0473 74.3883 81.4507 73.982 81.8448 73.5664C84.1547 71.3595 88.9119 67.4721 95.0166 65.93V65.9393ZM76.4826 189.757C77.4084 190.394 78.3433 190.948 79.2783 191.428H44.676C45.6109 190.939 46.5459 190.384 47.4716 189.757C55.9779 183.939 60.2951 174.142 60.2951 160.624C60.2951 153.67 60.2768 146.496 60.231 139.284V137.64L58.5902 137.567C36.4172 136.523 22.9705 110.179 22.3838 84.7025H54.9971L54.7038 84.8595L54.4563 84.9888L50.4965 87.1033L34.7398 95.5247L36.3531 98.5811L54.7221 88.7562L55.2171 88.4884L54.9421 88.8301L35.299 113.161L37.9663 115.35L57.2428 91.471L50.2032 112.58L53.4663 113.688L60.3135 93.1515V128.887H63.7508V93.5486L70.4696 113.688L73.7327 112.58L66.6931 91.471L85.9696 115.35L88.6369 113.161L69.003 88.8393L68.7188 88.4884L69.2413 88.7654L87.592 98.5718L89.2052 95.5154L73.4669 87.1033L69.5071 84.9888L69.2688 84.8595L68.948 84.6933H101.561C101.268 97.1129 97.8856 109.634 92.1659 119.293C87.4453 127.271 78.9575 136.92 65.3549 137.557L63.7233 137.631V139.275C63.6774 146.579 63.6499 153.763 63.6499 160.614C63.6499 174.133 67.9672 183.939 76.4734 189.747L76.4826 189.757ZM90.571 50.3617C92.3584 48.8011 94.265 47.0375 95.9882 45.4123C93.1559 51.9684 88.1328 61.8025 80.7357 69.7436C80.3599 70.1407 79.9841 70.547 79.5991 70.944C78.9574 71.5535 78.4716 72.0613 78.1508 72.4122C75.5476 74.9885 72.7703 77.4632 70.2129 79.6239C73.2469 74.9515 76.7484 68.9864 79.6633 62.5412C80.5157 61.4331 86.0979 54.2676 90.571 50.3709V50.3617ZM73.9161 50.7126C77.0967 43.5286 80.5615 37.6558 83.1556 33.676C81.964 41.5156 79.7091 54.0275 76.6201 60.916C73.0544 68.8479 68.4438 76.1796 65.0707 81.1013C66.8214 72.8277 69.9838 59.614 73.9252 50.7218L73.9161 50.7126ZM62.0092 26.4643C62.5867 29.8624 63.3016 33.5837 64.1541 37.7759C66.354 48.6165 66.6564 59.0138 66.6839 60.6021C64.7224 67.0196 63.1275 73.7142 62.0092 78.8944C60.8909 73.7142 59.296 67.0196 57.3344 60.6021C57.3711 59.0138 57.6644 48.6165 59.8643 37.7759C60.7168 33.5837 61.4317 29.8532 62.0092 26.4643ZM50.0932 50.7126C54.0346 59.6048 57.197 72.8185 58.9477 81.0921C55.5745 76.1796 50.964 68.8479 47.3983 60.916C44.3093 54.0368 42.0544 41.5156 40.8628 33.676C43.4477 37.6558 46.9217 43.5378 50.1023 50.7126H50.0932ZM28.0302 45.4123C29.7534 47.0375 31.66 48.8011 33.4474 50.3617C37.9205 54.2584 43.5027 61.4239 44.3551 62.5319C47.27 68.9772 50.7806 74.9423 53.8055 79.6147C51.2573 77.4539 48.4799 74.9792 45.8676 72.403C45.5467 72.0521 45.0518 71.5442 44.4101 70.9348C44.0252 70.5377 43.6402 70.1407 43.2735 69.7344C35.8948 61.8117 30.8625 51.9684 28.0302 45.4123ZM28.9926 65.9393C35.0973 67.4721 39.8546 71.3688 42.1644 73.5757C42.5677 73.9912 42.9711 74.3975 43.3835 74.8038C43.5852 75.0254 43.7043 75.1547 43.7043 75.1639L43.7227 75.1454C45.9226 77.3062 48.2049 79.3746 50.3773 81.2491H46.72C41.7336 78.3681 37.3888 75.0346 35.5281 73.0955C33.6216 71.101 29.5426 67.943 25.592 65.0528C26.6553 65.3483 27.7827 65.6438 28.9926 65.9485V65.9393ZM33.0533 75.4871C34.3732 76.863 36.9672 79.0145 40.2212 81.2398H18.9282V82.9758C18.9282 96.5589 22.5397 110.447 28.8276 121.084C35.8764 133.005 45.5284 139.829 56.8028 140.918C56.8395 147.585 56.8578 154.206 56.8578 160.633C56.8578 189.443 35.5281 191.354 31.2475 191.437L31.2842 194.9H32.5674C32.6591 194.9 32.8974 194.9 33.2641 194.9H90.6902C90.8368 194.9 90.9651 194.9 91.066 194.9C91.231 194.9 91.341 194.9 91.3868 194.9H92.67L92.7067 191.437C88.4261 191.345 67.0964 189.433 67.0964 160.633C67.0964 154.289 67.1148 147.668 67.1514 140.918C78.435 139.829 88.0778 133.005 95.1266 121.084C101.415 110.456 105.026 96.5681 105.026 82.9758V81.2398H83.7789C87.0329 79.0145 89.6269 76.863 90.9468 75.4871C94.8333 71.4242 109.343 61.5255 109.957 61.1099L112.716 59.4201L112.781 59.5402C113.569 60.9807 113.156 62.7813 111.827 63.7139L111.672 63.8247C105.558 68.0076 99.8563 72.1629 96.4007 74.9423L97.4731 78.0264H105.017C106.777 78.0264 108.207 79.4669 108.207 81.2398V82.9758C108.207 97.1221 104.43 111.61 97.8489 122.728C91.1943 133.984 82.1381 141.149 71.652 143.449L70.2954 145.129C70.2679 150.66 70.2588 155.85 70.2588 160.614C70.2588 171.686 73.5677 179.599 80.0849 184.142C85.2913 187.771 91.0935 188.168 92.7434 188.205C94.485 188.242 95.8874 189.701 95.869 191.456L95.8324 194.918C95.814 196.673 94.3841 198.104 92.6426 198.104H91.4143C91.3043 198.104 91.2035 198.104 91.0843 198.104C90.956 198.104 90.8093 198.104 90.5802 198.104H33.2549C32.8974 198.104 32.6958 198.104 32.4391 198.104H31.2475C29.5059 198.104 28.076 196.673 28.0577 194.918L28.021 191.456C28.0027 189.701 29.4051 188.242 31.1467 188.205C33.979 188.141 39.4604 187.476 44.3735 183.727C50.5148 179.036 53.6221 171.261 53.6221 160.614C53.6221 155.305 53.613 150.115 53.5946 145.129L52.2381 143.449C41.7611 141.14 32.7049 133.975 26.0411 122.728C19.4598 111.61 15.6925 97.1221 15.6925 82.9758V81.2398C15.6925 79.4669 17.1224 78.0264 18.8823 78.0264H26.4903L27.5627 74.9423C23.108 71.3503 15.8025 66.2255 12.2002 63.7693C10.8436 62.8459 10.3945 60.9899 11.1736 59.5494L11.3661 59.1985L14.0426 60.9714L13.9693 61.1007C14.1159 61.2023 29.0568 71.3596 33.0074 75.4963L33.0533 75.4871ZM116.062 69.799L115.824 69.9652C114.962 70.5562 114.128 71.1287 113.321 71.692L113.001 74.259C114.678 76.1889 115.595 78.6728 115.595 81.2491V82.985C115.595 98.4333 111.442 114.306 104.201 126.541C97.5648 137.751 89.0219 145.342 78.8108 149.1L77.6834 150.725C77.6742 154.197 77.665 157.512 77.665 160.633C77.665 169.119 79.9016 174.982 84.3105 178.057C87.922 180.569 92.1292 180.79 92.9359 180.809C98.6922 180.938 103.321 185.758 103.266 191.557L103.229 195.02C103.174 200.828 98.4356 205.556 92.67 205.556H91.5609C91.3776 205.556 91.2218 205.556 91.0751 205.556C90.9193 205.556 90.7543 205.556 90.5252 205.556H33.3649C32.9433 205.556 32.6774 205.556 32.3658 205.556H31.275C25.5095 205.556 20.7706 200.828 20.7156 195.02L20.6789 191.557C20.6239 185.758 25.2528 180.938 31.0092 180.818C31.8158 180.8 36.0231 180.587 39.6346 178.066C44.0435 174.992 46.28 169.128 46.28 160.642C46.28 157.29 46.28 153.975 46.2709 150.734L45.1434 149.109C34.9232 145.351 26.3803 137.76 19.744 126.551C12.5027 114.316 8.35041 98.4426 8.35041 82.9943V81.2583C8.35041 78.682 9.2762 76.1889 10.9628 74.2498L10.642 71.6827C9.79867 71.0918 8.94621 70.51 8.09376 69.9283C3.53817 66.8257 2.09908 60.8237 4.74811 55.9759L5.22475 55.1079L8.5154 57.2871L8.19459 57.8781C6.53551 60.9252 7.44296 64.6834 10.3028 66.641C12.9152 68.4232 17.4708 71.6089 21.4489 74.5729H18.919C15.2617 74.5729 12.2919 77.574 12.2919 81.2491V82.985C12.2919 97.7316 16.2425 112.875 23.1263 124.51C30.0009 136.126 39.3412 143.716 50.194 146.523C50.2123 151.085 50.2215 155.813 50.2215 160.633C50.2215 170.135 47.5633 176.986 42.3294 180.984C38.1863 184.152 33.5207 184.715 31.1009 184.761C27.4894 184.844 24.5745 187.864 24.6112 191.511L24.6479 194.974C24.6845 198.621 27.6544 201.585 31.275 201.585H32.4116C32.5216 201.585 32.6774 201.585 32.8516 201.585C32.9891 201.585 33.1541 201.585 33.3099 201.585H90.5527C90.9651 201.594 91.231 201.585 91.5059 201.585H92.6517C96.2724 201.585 99.2514 198.621 99.2789 194.974L99.3155 191.511C99.3522 187.873 96.4465 184.844 92.8259 184.761C91.4143 184.733 86.4646 184.392 82.0465 181.308C76.5101 177.448 73.7052 170.495 73.7052 160.624C73.7052 156.256 73.7144 151.528 73.7327 146.514C84.5855 143.707 93.9258 136.117 100.8 124.501C107.693 112.866 111.644 97.7316 111.644 82.9758V81.2398C111.644 77.5555 108.665 74.5637 105.017 74.5637H102.542C105.668 72.2275 109.545 69.4666 113.606 66.6872L113.78 66.5672C116.557 64.6096 117.419 60.8698 115.787 57.8781L115.65 57.6287L119.014 55.5696L119.234 55.9666C121.837 60.7406 120.462 66.6872 116.053 69.799H116.062Z\" fill=\"#F3EBC8\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_130_908\">\\n<rect width=\"124\" height=\"209\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ralsju\",\"data-styles-preset\":\"igY0X_mqX\",style:{\"--framer-text-alignment\":\"center\"},children:\"Tequila profile crafted in collaboration with the bartending community \"})}),className:\"framer-1ttl97u\",\"data-framer-name\":\"Tequila profile developed with the bartender community\",effect:textEffect3,fonts:[\"Inter\"],name:\"Tequila profile developed with the bartender community\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8bbyvp\",\"data-framer-name\":\"Section Photo\",name:\"Section Photo\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-dt9h90\",\"data-framer-name\":\"Frame 7\",name:\"Frame 7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-120}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",pixelHeight:1369,pixelWidth:2048,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg\",srcSet:\"https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg 2048w\"}},T6MnDCXxn:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3500),pixelHeight:1369,pixelWidth:2048,positionX:\"center\",positionY:\"center\",sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg\",srcSet:\"https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg 2048w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-90}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:1369,pixelWidth:2048,positionX:\"center\",positionY:\"center\",sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg\",srcSet:\"https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/19jkFefx2YtPmvd9ZuKG2A57tnw.jpg 2048w\"},className:\"framer-97gjhv\"})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-llamwk\",\"data-framer-name\":\"Frame 7\",name:\"Frame 7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-120}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",pixelHeight:4009,pixelWidth:2678,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg\",srcSet:\"https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg?scale-down-to=1024 684w,https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg?scale-down-to=2048 1368w,https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg 2678w\"}},T6MnDCXxn:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3500),pixelHeight:4009,pixelWidth:2678,positionX:\"center\",positionY:\"center\",sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg\",srcSet:\"https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg?scale-down-to=1024 684w,https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg?scale-down-to=2048 1368w,https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg 2678w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-90}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:4009,pixelWidth:2678,positionX:\"center\",positionY:\"center\",sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg\",srcSet:\"https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg?scale-down-to=1024 684w,https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg?scale-down-to=2048 1368w,https://framerusercontent.com/images/orhIjq0bTTAawBxjoncs483hvY.jpg 2678w\"},className:\"framer-128xwr9\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hiy5ln\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:-90,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:90,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-y0dfpd\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-98lb1q\",\"data-framer-name\":\"Mode_Isolation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:396,intrinsicWidth:354,name:\"Mode_Isolation\",svg:'<svg width=\"354\" height=\"396\" viewBox=\"0 0 354 396\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_86_1211)\">\\n<path d=\"M224.37 217.26L280.25 225.5L227.73 204.7L353.55 197.77L227.73 190.85L280.25 170.05L224.37 178.29L329.87 109.39L217.44 166.3L252.52 122.02L208.25 157.11L265.16 44.68L196.26 150.18L204.5 94.3L183.7 146.82L176.78 21L169.85 146.82L149.05 94.3L157.29 150.18L88.39 44.68L145.3 157.11L101.02 122.02L136.11 166.3L23.68 109.39L129.18 178.29L73.3 170.05L125.82 190.85L0 197.77L125.82 204.7L73.3 225.5L129.18 217.26L23.68 286.16L136.11 229.25L101.02 273.53L145.3 238.44L88.39 350.87L157.29 245.37L149.05 301.25L169.85 248.73L176.78 416.34L183.7 248.73L204.5 301.25L196.26 245.37L265.16 350.87L208.25 238.44L252.52 273.53L217.44 229.25L329.87 286.16L224.37 217.26Z\" fill=\"#EF9D6B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_86_1211\">\\n<rect width=\"353.55\" height=\"395.34\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1wrm7s1\",\"data-framer-name\":\"Section 6\",name:\"Section 6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-151gjzy\",\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yqtus6\",\"data-styles-preset\":\"dAUdB7EhM\",children:\"Milagro Mexicano \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10yo9q4\",\"data-styles-preset\":\"ugVivCeZA\",children:\"Milagro Mexicano \"})}),className:\"framer-1tczb4j\",\"data-framer-name\":\"Milagro Mexicano\",effect:textEffect2,fonts:[\"Inter\"],name:\"Milagro Mexicano\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dnjb31\",\"data-styles-preset\":\"UeGZG8DrF\",children:\"Hablamos de una historia con muchos colores, de tradiciones vibrantes y de un pa\\xeds con paisajes diversos. Hablamos de campos, haciendas y festejos. Calles aluzadas por el sol durante el d\\xeda y por farolas durante las noches.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dnjb31\",\"data-styles-preset\":\"UeGZG8DrF\",children:\" Hablamos de momento de claridad. De los destellos del pasado y las memorias de las comunidades de M\\xe9xico que dan origen a sus tradiciones. Abrimos la historia de un pa\\xeds que desborda \\xe9pocas llenas de intensidad y una cultura vibrante. Hablamos de los corazones de agave azul con pencas brillantes y un valle des\\xe9rtico Lleno de colores, la luz intensa desfragmentada hace que se entrecierren los ojos.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dnjb31\",\"data-styles-preset\":\"UeGZG8DrF\",children:\" Hablamos del fuego incandescente de los hornos de las haciendras, del resplandor c\\xe1lido de las bombillas en los hogares de los pueblos. De la iluminaci\\xf3n y la energ\\xeda de las fiestas y del sabor inconfundible del agave en las bebidas. De eso hablamos.\"})]}),className:\"framer-1bcky00\",\"data-framer-name\":\"Hablamos de una historia con muchos colores, de tradiciones vibrantes y de un pa\\xeds con paisajes diversos. Hablamos de campos, haciendas y festejos. Calles aluzadas por el sol durante el d\\xeda y por farolas durante las noches. Hablamos de momento de claridad. De los destellos del pasado y las memorias de las comunidades de M\\xe9xico que dan origen a sus tradiciones. Abrimos la historia de un pa\\xeds que desborda \\xe9pocas llenas de intensidad y una cultura vibrante. Hablamos de los corazones de agave azul con pencas brillantes y un valle des\\xe9rtico Lleno de colores, la luz intensa desfragmentada hace que se entrecierren los ojos. Hablamos del fuego incandescente de los hornos de las haciendras, del resplandor c\\xe1lido de las bombillas en los hogares de los pueblos. De la iluminaci\\xf3n y la energ\\xeda de las fiestas y del sabor inconfundible del agave en las bebidas. De eso hablamos.\",effect:textEffect4,fonts:[\"Inter\"],name:\"Hablamos de una historia con muchos colores, de tradiciones vibrantes y de un pa\\xeds con paisajes diversos. Hablamos de campos, haciendas y festejos. Calles aluzadas por el sol durante el d\\xeda y por farolas durante las noches. Hablamos de momento de claridad. De los destellos del pasado y las memorias de las comunidades de M\\xe9xico que dan origen a sus tradiciones. Abrimos la historia de un pa\\xeds que desborda \\xe9pocas llenas de intensidad y una cultura vibrante. Hablamos de los corazones de agave azul con pencas brillantes y un valle des\\xe9rtico Lleno de colores, la luz intensa desfragmentada hace que se entrecierren los ojos. Hablamos del fuego incandescente de los hornos de las haciendras, del resplandor c\\xe1lido de las bombillas en los hogares de los pueblos. De la iluminaci\\xf3n y la energ\\xeda de las fiestas y del sabor inconfundible del agave en las bebidas. De eso hablamos.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-110}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]},T6MnDCXxn:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4100),pixelHeight:1007,pixelWidth:1521,sizes:\"100vw\",src:\"https://framerusercontent.com/images/Je9wiPmRftk5VK8uH9SaOpDex8M.png\",srcSet:\"https://framerusercontent.com/images/Je9wiPmRftk5VK8uH9SaOpDex8M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Je9wiPmRftk5VK8uH9SaOpDex8M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Je9wiPmRftk5VK8uH9SaOpDex8M.png 1521w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-170}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:1007,pixelWidth:1521,sizes:\"100vw\",src:\"https://framerusercontent.com/images/Je9wiPmRftk5VK8uH9SaOpDex8M.png\",srcSet:\"https://framerusercontent.com/images/Je9wiPmRftk5VK8uH9SaOpDex8M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Je9wiPmRftk5VK8uH9SaOpDex8M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Je9wiPmRftk5VK8uH9SaOpDex8M.png 1521w\"},className:\"framer-163u1g8\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1au5t0h\",\"data-framer-name\":\"RS\",name:\"RS\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kokq5u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yqtus6\",\"data-styles-preset\":\"dAUdB7EhM\",style:{\"--framer-text-color\":\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\"},children:\"Join the community\"})}),className:\"framer-d6qu62\",\"data-framer-name\":\"Our Tequila Expressions\",effect:textEffect2,fonts:[\"Inter\"],name:\"Our Tequila Expressions\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/aluzar.tequila/\",nodeId:\"hCAi8aAPX\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1h4v223 framer-lux5qc\",whileHover:animation4,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rkpqb3-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56))\",height:\"100%\",iconSearch:\"Instagram\",iconSelection:\"home\",id:\"P4CQLhhNV\",layoutId:\"P4CQLhhNV\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-iij7zg-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{containerSettings:{columns:1,gap:24}},T6MnDCXxn:{containerSettings:{columns:4,gap:14}}},children:/*#__PURE__*/_jsx(FeedspringInstagramImageGrid,{cardSettings:{aspectRatio:\"1\",height:320,imageSize:\"fixed-height\",overlay:\"rgba(8, 8, 11, 0.4)\",radius:8},containerSettings:{columns:4,gap:24},feedId:\"inst_tyH0LJdF6d6VSB4qOFgHQ\",fontSettings:{family:\"Inter\"},height:\"100%\",id:\"fVzePsJO1\",items:4,layoutId:\"fVzePsJO1\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{T6MnDCXxn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5566.4),pixelHeight:1007,pixelWidth:1521,sizes:\"100vw\",src:\"https://framerusercontent.com/images/ZHIfWZxGaVZBTbuZAJ1kJiKsOQ.png\",srcSet:\"https://framerusercontent.com/images/ZHIfWZxGaVZBTbuZAJ1kJiKsOQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZHIfWZxGaVZBTbuZAJ1kJiKsOQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZHIfWZxGaVZBTbuZAJ1kJiKsOQ.png 1521w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1007,pixelWidth:1521,sizes:\"100vw\",src:\"https://framerusercontent.com/images/ZHIfWZxGaVZBTbuZAJ1kJiKsOQ.png\",srcSet:\"https://framerusercontent.com/images/ZHIfWZxGaVZBTbuZAJ1kJiKsOQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZHIfWZxGaVZBTbuZAJ1kJiKsOQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZHIfWZxGaVZBTbuZAJ1kJiKsOQ.png 1521w\"},className:\"framer-1t0wfzx\",\"data-framer-name\":\"Section 7 + Footer\",id:elementId4,name:\"Section 7 + Footer\",ref:ref6,children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1ohzt78\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w4hrzp\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:90}},{offset:-100,ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-l2xk95\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9ph2f2\",\"data-framer-name\":\"Mode_Isolation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:152,intrinsicWidth:191,name:\"Mode_Isolation\",svg:'<svg width=\"191\" height=\"152\" viewBox=\"0 0 191 152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_91_1145)\">\\n<path d=\"M136.347 147.287C141.779 143.448 145.459 140.764 147.039 139.299C150.468 136.129 168.477 125.566 176.269 119.257C185.718 111.605 191.005 101.374 191.005 101.374C191.005 101.374 173.04 115.59 159.215 121.258C156.123 122.527 148.51 126.844 145.572 128.245C139.853 130.975 128.646 140.314 128.646 140.314C132.836 134.605 145.545 120.821 152.662 109.895C170.472 82.5552 176.328 58.6457 176.328 58.6457C165.445 76.4187 159.161 84.6387 155.404 88.8601C152.339 92.3037 143.997 103.644 137.066 111.405C131.342 117.814 123.3 127.84 123.3 127.84C126.338 120.185 127.043 119.238 130.286 111.696C136.169 98.4722 140.859 84.625 144.93 70.7506C146.57 65.1645 148.122 59.5374 149.475 53.8693C150.185 50.8943 150.827 47.901 151.378 44.8942C151.847 42.324 151.647 38.5665 152.672 36.2101C148.104 46.7319 144.234 57.5403 139.53 67.9985C134.657 78.8433 129.252 89.4424 123.601 99.9006C119.257 107.939 114.024 121.804 114.024 121.804C114.043 121.699 114.753 116.595 114.43 117.783C115.504 112.256 117.248 103.103 118.268 97.1166C122.972 69.5497 123.774 41.5825 129.134 14.0884C126.634 21.7898 124.138 29.4958 121.634 37.1973C121.634 38.935 120.131 41.4915 119.589 43.1746C118.983 45.0579 118.401 46.9457 117.863 48.8472C116.634 53.2006 115.495 57.5767 114.366 61.9574C112.112 70.7188 110.004 79.5165 108.032 88.3416C105.641 99.0453 102.686 104.818 101.456 113.871C101.456 113.757 101.456 113.661 101.456 113.543C101.511 104.4 101.693 95.2378 101.543 86.0944C101.21 66.379 100.773 53.7874 99.0655 34.1767C98.6466 29.3593 96.0601 4.93126 95.5546 0.509641L95.541 -0.00439453C95.5364 0.0456444 95.5273 0.122977 95.5182 0.191212C95.5091 0.122977 95.5 0.0456444 95.4955 -0.00439453L95.4818 0.509641C94.9763 4.93126 92.3898 29.3593 91.9709 34.1767C90.2587 53.7829 89.8261 66.3745 89.4937 86.0944C89.3389 95.2333 89.5256 104.4 89.5757 113.543C89.5757 113.666 89.5757 113.757 89.5757 113.871C88.3462 104.818 85.3954 99.0453 83.0047 88.3416C81.0329 79.512 78.9246 70.7142 76.6705 61.9574C75.5412 57.5767 74.4028 53.2006 73.1733 48.8472C72.6359 46.9457 72.053 45.0579 71.4474 43.1746C70.9055 41.4915 69.4028 38.935 69.4028 37.1973C66.9028 29.4958 64.4028 21.7898 61.9029 14.0884C67.2626 41.5825 68.064 69.5497 72.768 97.1166C73.788 103.103 75.5321 112.256 76.6067 117.787C76.2789 116.595 76.9893 121.704 77.012 121.808C77.012 121.808 71.7798 107.948 67.4356 99.9051C61.7845 89.447 56.3792 78.8478 51.5068 68.003C46.8028 57.5449 42.9322 46.7365 38.3648 36.2147C39.3894 38.5711 39.1891 42.3285 39.6581 44.8987C40.2091 47.9101 40.8512 50.8988 41.5615 53.8739C42.914 59.5374 44.4668 65.1645 46.1061 70.7552C50.1726 84.6296 54.8674 98.4767 60.7508 111.701C63.993 119.238 64.6988 120.189 67.7362 127.845C67.7362 127.845 59.6943 117.819 53.9703 111.41C47.0396 103.649 38.6973 92.3083 35.6326 88.8647C31.8758 84.6387 25.5872 76.4232 14.7084 58.6503C14.7084 58.6503 20.5645 82.5643 38.374 109.899C45.4914 120.826 58.1962 134.609 62.3901 140.318C62.3901 140.318 51.1789 130.979 45.464 128.25C42.5224 126.849 34.9131 122.532 31.8212 121.263C17.9643 115.59 0 101.379 0 101.379C0 101.379 5.28228 111.61 14.7357 119.261C22.5271 125.571 40.537 136.133 43.9659 139.304C45.546 140.764 49.2208 143.453 54.658 147.292C33.3877 136.661 6.20213 136.825 6.20213 136.825C6.20213 136.825 26.1837 144.958 41.7983 152.005C47.8502 151.227 54.0523 150.585 60.3683 150.053C60.1634 149.971 59.9676 149.88 59.7626 149.794C71.329 148.907 83.2642 148.416 95.5 148.416C107.736 148.416 119.671 148.907 131.242 149.794C131.042 149.88 130.841 149.971 130.636 150.053C136.948 150.585 143.15 151.231 149.206 152.005C164.825 144.958 184.802 136.825 184.802 136.825C184.802 136.825 157.617 136.661 136.347 147.292V147.287Z\" fill=\"#E1F3FC\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_91_1145\">\\n<rect width=\"191\" height=\"152\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-99j6v5\",\"data-border\":true,\"data-framer-name\":\"Frame 51\",name:\"Frame 51\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16n7n3q\",\"data-framer-name\":\"Frame 55\",name:\"Frame 55\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1yqtus6\",\"data-styles-preset\":\"dAUdB7EhM\",children:\"Contact us\"})}),className:\"framer-1gkcvc\",\"data-framer-name\":\"Contact us\",effect:textEffect2,fonts:[\"Inter\"],name:\"Contact us\",verticalAlignment:\"bottom\",withExternalLayout:true})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/06513c34-55f9-4a21-bf41-acf84a6a497d/submit\",className:\"framer-fleiwr\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1imsg0z\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6lo7yj\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1xqh8su\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01ldHJvTGl0ZSBMVCBUd28gUmVndWxhcg==\",\"--framer-font-family\":'\"MetroLite LT Two Regular\", \"MetroLite LT Two Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-f229c194-d205-408d-9882-c042e29c8b63, rgb(243, 235, 200))\"},children:\"You are\"})}),className:\"framer-9qsi3u\",fonts:[\"CUSTOM;MetroLite LT Two Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-vy3nmz\",defaultValue:\"\",inputName:\"You are\",required:true,selectOptions:[{disabled:true,title:\"Choose an option\",type:\"option\",value:\"\"},{title:\"Importer\",type:\"option\",value:\"importer\"},{title:\"Wholesaler\",type:\"option\",value:\"wholesaler\"},{title:\"Bar\",type:\"option\",value:\"bar\"},{title:\"Restaurant\",type:\"option\",value:\"restaurant\"},{title:\"Journalist\",type:\"option\",value:\"journalist\"},{title:\"Influencer\",type:\"option\",value:\"influencer\"},{title:\"Others\",type:\"option\",value:\"others\"}]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-odygvb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01ldHJvTGl0ZSBMVCBUd28gUmVndWxhcg==\",\"--framer-font-family\":'\"MetroLite LT Two Regular\", \"MetroLite LT Two Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-f229c194-d205-408d-9882-c042e29c8b63, rgb(243, 235, 200))\"},children:\"Name\"})}),className:\"framer-p2djyy\",fonts:[\"CUSTOM;MetroLite LT Two Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-ns0hvh\",inputName:\"Name\",placeholder:\"Jane Smith\",required:true,type:\"text\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-138wez0\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1uafswi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01ldHJvTGl0ZSBMVCBUd28gUmVndWxhcg==\",\"--framer-font-family\":'\"MetroLite LT Two Regular\", \"MetroLite LT Two Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-f229c194-d205-408d-9882-c042e29c8b63, rgb(243, 235, 200))\"},children:\"Email\"})}),className:\"framer-el29te\",fonts:[\"CUSTOM;MetroLite LT Two Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-101pmf8\",inputName:\"Email\",placeholder:\"jane@framer.com\",required:true,type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1rut003\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01ldHJvTGl0ZSBMVCBUd28gUmVndWxhcg==\",\"--framer-font-family\":'\"MetroLite LT Two Regular\", \"MetroLite LT Two Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-f229c194-d205-408d-9882-c042e29c8b63, rgb(243, 235, 200))\"},children:\"Telephone\"})}),className:\"framer-1yg1xmm\",fonts:[\"CUSTOM;MetroLite LT Two Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-15vpuux\",inputName:\"Phone\",placeholder:\"01.02.03.04.05\",required:true,type:\"tel\"})]})]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-dknych\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01ldHJvTGl0ZSBMVCBUd28gUmVndWxhcg==\",\"--framer-font-family\":'\"MetroLite LT Two Regular\", \"MetroLite LT Two Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-f229c194-d205-408d-9882-c042e29c8b63, rgb(243, 235, 200))\"},children:\"Message\"})}),className:\"framer-14qiezc\",fonts:[\"CUSTOM;MetroLite LT Two Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-lzkzfr\",inputName:\"Message\",placeholder:\"Your message\",required:true,type:\"textarea\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{width:\"calc(min(100vw - 30px, 900px) - 68px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bzb8lm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"W3x5fbChB\",layoutId:\"W3x5fbChB\",style:{height:\"100%\"},type:\"submit\",UV5H1OIHX:\"Send\",variant:formVariants(formState,{pending:\"J6JTppmrZ\",success:\"TMBpmeBXJ\"},\"CqIapGubl\"),width:\"100%\"})})})})})]})})]})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9f4bvq\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ri6pi6\",\"data-framer-name\":\"LOCKUPS\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:386,intrinsicWidth:940,name:\"LOCKUPS\",svg:'<svg width=\"940\" height=\"386\" viewBox=\"0 0 940 386\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M362.765 356.462C360.823 356.462 359.783 358.913 358.904 359.907C355.922 363.213 349.494 363.629 340.038 363.629C331.53 363.629 331.53 362.103 331.53 361.202V340.347H345.009C347.622 340.347 347.876 340.763 348.708 341.711C349.309 342.405 350.026 343.491 351.02 343.491C353.517 343.491 353.471 338.266 353.471 335.769C353.471 333.457 353.61 327.099 351.159 327.099C349.564 327.099 349.379 328.648 348.708 329.411C348.223 329.966 347.182 330.451 344.801 330.451H331.553V315.123C331.553 314.221 331.553 312.695 340.061 312.695C349.494 312.695 353.032 313.019 355.552 316.672C356.245 317.712 356.823 319.862 358.719 319.862C360.731 319.862 361.355 317.412 361.355 313.55C361.355 309.689 361.632 306.822 360.245 305.088C359.39 304.025 358.442 303.701 355.76 303.701H313.403C311.114 303.701 310.12 305.042 310.12 307.054C310.12 308.556 310.953 309.458 311.669 310.29C312.432 311.192 312.479 312.695 312.479 316.51V359.884C312.479 363.699 312.455 365.201 311.669 366.103C310.953 366.935 310.12 367.814 310.12 369.34C310.12 371.351 311.091 372.692 313.403 372.692H356.615C359.297 372.692 361.101 372.461 361.979 371.814C363.551 370.658 363.459 369.687 364.037 365.733C364.592 361.964 365.702 356.508 362.788 356.508L362.765 356.462Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M446.161 338.15C446.161 318.359 432.843 302.313 409.052 302.313C385.262 302.313 371.944 318.359 371.944 338.15C371.944 357.941 385.169 373.847 408.752 373.986C409.7 375.35 410.856 376.691 412.312 378.194C418.208 384.159 428.89 385.061 436.959 385.061C439.872 385.061 443.872 385.199 443.872 379.535C443.872 375.119 442.716 372.53 438.6 372.969C432.889 373.57 427.618 374.009 422.925 372.067C422.832 372.021 422.763 371.975 422.67 371.928C437.837 367.004 446.161 353.779 446.161 338.15ZM414.971 363.281C414.879 363.004 414.786 362.726 414.74 362.495C414.347 361.085 414.208 357.964 414.208 355.883C414.208 353.039 414.254 349.848 409.353 349.848C404.451 349.848 404.243 352.6 404.197 356.253C404.197 358.426 404.428 361.27 404.891 363.929C396.336 361.386 392.198 350.796 392.198 338.15C392.198 323.584 397.654 311.769 409.052 311.769C420.451 311.769 425.907 323.584 425.907 338.15C425.907 349.918 422.323 359.883 414.948 363.281H414.971Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M517.718 307.029C517.718 305.018 516.747 303.677 514.435 303.677H504.863C502.574 303.677 501.58 305.018 501.58 307.029C501.58 308.532 502.343 309.596 503.129 310.266C504.054 311.029 505.233 311.792 505.233 316.485C505.349 320.971 505.534 323.283 505.811 327.491C506.158 333.017 506.505 338.75 506.505 344.692C506.505 362.217 498.505 364.46 491.546 364.46C484.587 364.46 476.402 362.264 476.402 345.062C476.402 332.554 477.396 315.26 477.396 315.26C477.72 311.653 478.437 310.96 479.454 310.266C480.356 309.642 481.003 308.555 481.003 307.029C481.003 305.018 480.032 303.677 477.72 303.677H459.455C457.166 303.677 456.172 305.018 456.172 307.029C456.172 308.532 457.004 309.434 457.721 310.266C458.484 311.168 458.53 312.671 458.53 316.485C458.53 318.266 458.322 321.618 458.091 325.364C457.744 331.051 457.328 338.149 457.328 344.137C457.328 364.229 467.061 373.986 487.107 373.986C507.152 373.986 516.793 364.668 516.793 344.669C516.793 337.918 516.285 330.681 515.868 324.855C515.591 320.716 515.337 318.797 515.337 316.462C515.337 312.647 515.36 311.145 516.146 310.243C516.863 309.411 517.695 308.532 517.695 307.006L517.718 307.029Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M554.41 310.244C555.127 309.411 555.959 308.533 555.959 307.007C555.959 304.995 554.988 303.654 552.676 303.654H534.665C532.376 303.654 531.382 304.995 531.382 307.007C531.382 308.51 532.215 309.411 532.931 310.244C533.717 311.145 534.157 312.648 534.157 316.463V359.837C534.157 363.652 533.717 365.154 532.931 366.056C532.215 366.889 531.382 367.767 531.382 369.293C531.382 371.305 532.353 372.645 534.665 372.645H552.676C554.965 372.645 555.959 371.305 555.959 369.293C555.959 367.79 555.127 366.889 554.41 366.056C553.647 365.154 553.185 363.652 553.185 359.837V316.463C553.185 312.648 553.624 311.145 554.41 310.244Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M622.916 356.461C620.974 356.461 619.933 358.912 619.055 359.906C616.072 363.212 609.645 363.629 600.188 363.629C591.68 363.629 591.611 361.825 591.611 360.9L591.565 316.463C591.565 312.648 592.004 311.145 592.79 310.244C593.507 309.411 594.339 308.533 594.339 307.007C594.339 304.995 593.368 303.654 591.056 303.654H573.045C570.756 303.654 569.762 304.995 569.762 307.007C569.762 308.51 570.594 309.411 571.311 310.244C572.097 311.145 572.536 312.648 572.536 316.463V359.837C572.536 363.652 572.097 365.154 571.311 366.056C570.594 366.889 569.762 367.767 569.762 369.293C569.762 371.305 570.733 372.645 573.045 372.645H616.743C619.425 372.645 621.228 372.391 622.107 371.744C623.679 370.588 623.586 369.617 624.164 365.663C624.719 361.895 625.644 356.438 622.916 356.438V356.461Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M300.017 310.359C298.884 303.977 297.381 303.677 292.757 303.677H246.285C241.684 303.677 240.158 303.977 239.025 310.359C238.84 311.376 238.239 315.237 238.193 316.069C238.054 319.075 238.979 319.907 240.69 319.907C242.054 319.907 243.21 317.873 244.759 316.485C248.065 313.526 251.857 312.948 257.637 312.948C259.209 312.948 259.995 314.15 259.995 316.555L260.042 359.859C260.042 363.674 259.602 365.177 258.816 366.079C258.1 366.911 257.267 367.79 257.267 369.315C257.267 371.327 258.238 372.668 260.55 372.668H278.561C280.85 372.668 281.844 371.327 281.844 369.315C281.844 367.813 281.012 366.911 280.295 366.079C279.532 365.177 279.07 363.674 279.07 359.859V316.555C279.085 314.15 279.879 312.948 281.451 312.948C287.231 312.948 291.023 313.526 294.329 316.485C295.878 317.873 297.011 319.907 298.398 319.907C300.109 319.907 301.034 319.075 300.895 316.069C300.849 315.237 300.225 311.376 300.063 310.359H300.017Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M700.276 366.079C699.305 365.223 698.38 363.952 697.109 360.229C691.837 344.854 684.693 326.381 675.399 307.261L675.283 307.052C673.41 303.515 672.763 302.937 667.815 302.937C663.284 302.937 661.342 303.099 659.238 306.96C649.62 324.878 642.406 343.398 637.551 360.021C636.58 363.836 634.915 365.154 634.152 366.079C633.435 366.911 632.603 367.79 632.603 369.316C632.603 371.327 633.574 372.668 635.886 372.668H647.701C649.99 372.668 650.984 371.327 650.984 369.316C650.984 367.813 650.151 366.911 649.435 366.079C648.649 365.177 647.816 362.934 648.348 359.859C648.672 358.033 649.527 355.282 651.169 351.143H674.798C676.324 355.397 677.272 358.033 677.665 359.79C678.335 362.819 677.364 365.177 676.578 366.079C675.861 366.911 675.029 367.79 675.029 369.316C675.029 371.327 676 372.668 678.312 372.668H698.542C700.831 372.668 701.825 371.327 701.825 369.316C701.825 367.813 701.086 366.819 700.276 366.079ZM654.66 341.132C657.226 334.08 659.839 327.907 663.122 321.202C665.85 326.566 668.463 332.855 671.353 341.132H654.66Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M351.529 243.749C406.185 243.749 418.67 203.126 418.67 178.989C418.67 150.666 418.67 84.3569 418.67 84.3569C418.67 79.5016 419.826 64.982 420.797 58.1615C422.069 49.0521 423.41 47.0406 421.722 44.1968C420.127 41.5148 417.445 41.5611 415.387 41.5611H382.071C379.99 41.5611 377.331 41.5148 375.736 44.1968C374.048 47.0406 375.389 49.0521 376.661 58.1615C377.609 64.982 378.788 79.5016 378.788 84.3569C378.788 84.3569 378.788 152.516 378.788 174.827C378.788 189.208 373.539 203.126 351.575 203.126C329.611 203.126 324.362 189.208 324.362 174.827V84.3569C324.362 79.5016 325.518 64.982 326.489 58.1615C327.761 49.0521 329.102 47.0406 327.414 44.1968C325.819 41.5148 323.137 41.5611 321.079 41.5611H287.763C285.682 41.5611 283.023 41.5148 281.428 44.1968C279.74 47.0406 281.081 49.0521 282.353 58.1615C283.301 64.982 284.48 79.5016 284.48 84.3569V178.989C284.48 203.126 296.942 243.749 351.621 243.749H351.529Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M264.596 255.17C266.677 255.17 269.336 255.217 270.931 252.535C272.619 249.691 271.278 246.639 269.729 237.576C269.082 233.738 268.619 228.351 267.371 225.437C266.238 222.802 263.093 222.802 261.036 222.802H222.101C217.986 222.802 214.633 219.449 214.633 215.334V74.9008C214.633 70.0455 215.789 55.526 216.76 48.7055C218.032 39.596 219.373 37.5846 217.685 34.7408C216.09 32.0588 213.408 32.105 211.35 32.105H178.034C175.953 32.105 173.294 32.0588 171.699 34.7408C170.011 37.5846 171.352 39.596 172.623 48.7055C173.571 55.526 174.75 70.0455 174.75 74.9008V212.398C174.75 217.253 173.594 231.772 172.623 238.593C171.352 247.702 170.011 249.714 171.699 252.558C173.294 255.24 175.976 255.193 178.034 255.193H264.619L264.596 255.17Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M127.146 254.546C126.175 247.726 125.019 233.183 125.019 228.351V61.5143C125.019 28.0591 97.8754 0.938965 64.4202 0.938965C30.9651 0.938965 3.82177 28.0591 3.82177 61.5143V242.454C3.82177 247.31 2.66575 261.829 1.71782 268.65C0.446199 277.759 -0.894781 279.747 0.793005 282.614C2.38831 285.296 5.04715 285.25 7.12798 285.25H40.4444C42.5253 285.25 45.2072 285.296 46.8025 282.614C48.4903 279.771 47.1493 277.759 45.8777 268.65C44.9067 261.829 43.7506 247.286 43.7506 242.454V140.817H85.113V228.328C85.113 233.183 83.9569 247.703 82.9859 254.523C81.7143 263.633 80.3733 265.621 82.0842 268.488C83.6795 271.17 86.3383 271.124 88.4192 271.124H121.736C123.816 271.124 126.498 271.17 128.071 268.488C129.781 265.644 128.417 263.633 127.169 254.523L127.146 254.546ZM85.0898 108.472H43.6813V62.2542C43.6813 50.8327 52.9525 41.5614 64.374 41.5614C75.7955 41.5614 85.0667 50.8327 85.0667 62.2542V108.472H85.0898Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M745.962 238.593C745.014 231.773 743.835 217.253 743.835 212.398V92.7038C743.835 59.2486 716.692 32.1284 683.214 32.1284C649.735 32.1284 622.615 59.2486 622.615 92.7038V206.363C622.592 211.219 621.413 225.738 620.465 232.559C619.193 241.668 617.852 243.68 619.54 246.524C621.135 249.205 623.817 249.159 625.875 249.159H659.191C661.272 249.159 663.931 249.205 665.526 246.524C667.214 243.68 665.873 241.668 664.602 232.559C663.654 225.738 662.475 211.219 662.475 206.363V158.828H703.86V212.398C703.86 217.253 702.704 231.773 701.756 238.593C700.484 247.703 699.143 249.714 700.831 252.558C702.427 255.24 705.108 255.194 707.166 255.194H740.483C742.563 255.194 745.222 255.24 746.818 252.558C748.505 249.714 747.164 247.703 745.893 238.593H745.962ZM703.906 126.459H662.498V93.4205C662.498 81.999 671.769 72.7278 683.19 72.7278C694.612 72.7278 703.883 81.999 703.883 93.4205V126.459H703.906Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M939.225 276.58C936.081 270.546 922.024 244.974 916.012 227.958C910.071 211.172 895.713 170.481 895.713 170.481C895.713 170.481 906.371 164.377 915.619 149.141C927.295 129.881 925.792 104.68 925.792 89.9755C925.792 69.2134 926.81 39.7812 908.961 22.5797C889.378 3.69034 872.916 0.939016 858.235 0.939016H793.96C791.879 0.939016 789.22 0.892775 787.625 3.57474C785.937 6.41854 787.278 8.43001 788.55 17.5394C789.498 24.3599 790.7 38.8795 790.7 43.7348V227.796C790.7 232.651 789.544 247.171 788.573 253.991C787.301 263.101 785.96 265.112 787.648 267.956C789.243 270.638 791.925 270.592 793.983 270.592H827.3C829.38 270.592 832.039 270.638 833.635 267.956C835.322 265.112 833.981 263.101 832.71 253.991C831.762 247.171 830.583 232.651 830.583 227.796V176.006H855.506C855.506 176.006 871.714 222.316 878.835 242.524C885.632 261.806 883.806 280.164 885.517 283.031C887.112 285.712 889.794 285.666 891.852 285.666H932.937C935.017 285.666 937.676 285.712 939.272 283.031C940.196 281.481 940.312 278.684 939.202 276.58H939.225ZM885.887 116.217C885.887 131.13 873.795 143.199 858.905 143.199H830.583V41.5615H858.905C873.818 41.5615 885.887 53.6303 885.887 68.543V116.217Z\" fill=\"#F3EBC8\"/>\\n<path d=\"M563.173 243.749H576.213C578.548 243.749 580.42 241.853 580.42 239.541V225.507L580.397 196.953C580.397 195.681 579.357 191.982 574.502 191.982C569.184 191.982 555.057 203.126 547.959 203.126H521.024C513.186 203.126 510.805 195.427 516.516 185.717C527.406 167.22 580.582 76.9121 580.582 76.9121C580.582 76.9121 587.195 63.0861 580.236 52.8438C572.606 41.6073 562.71 41.5611 555.081 41.5611H463.339C461.258 41.5611 458.599 41.5148 457.004 44.1968C455.316 47.0406 456.565 60.3579 456.426 83.4552C456.403 88.0793 459.015 92.7727 466.969 90.3451C475.362 87.7556 480.887 82.2067 490.621 82.2067H513.025C517.533 82.2067 521.209 82.2067 523.521 86.1834C526.365 91.0618 522.573 96.8188 521.163 99.2002C505.557 125.696 474.691 178.133 459.963 203.149C456.172 209.6 449.236 219.519 457.536 233.761C464.911 246.384 480.633 243.772 498.806 243.772H563.173V243.749Z\" fill=\"#F3EBC8\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vlsvsm\",\"data-framer-name\":\"Frame 57\",name:\"Frame 57\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6umdgq\",\"data-framer-name\":\"Frame 62\",name:\"Frame 62\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"Jalisco, MEXICO\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"Jalisco,\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:\"MEXICO\"})]}),className:\"framer-1ypy3e0\",\"data-framer-name\":\"Jalisco, MEXICO\",fonts:[\"CUSTOM;ITC Souvenir Std Medium\"],name:\"Jalisco, MEXICO\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/aluzar.tequila/\",nodeId:\"zvMQySQgC\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13hfbjf framer-lux5qc\",whileHover:animation4,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r7ao8k-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f229c194-d205-408d-9882-c042e29c8b63, rgb(243, 235, 200))\",height:\"100%\",iconSearch:\"Instagram\",iconSelection:\"home\",id:\"fCEVX32PM\",layoutId:\"fCEVX32PM\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dhxZDdtlV:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.palomaspirits.com/\",nodeId:\"hjX6RUhvo\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-xwe94z\",\"data-styles-preset\":\"j05RXlesR\",children:\"ALUZAR TEQUILA, 2024\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.palomaspirits.com/\",nodeId:\"hjX6RUhvo\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-xwe94z\",\"data-styles-preset\":\"j05RXlesR\",children:\"Uma marca de Paloma Spirits\"})})})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.palomaspirits.com/\",nodeId:\"hjX6RUhvo\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-xwe94z\",\"data-styles-preset\":\"j05RXlesR\",children:\"ALUZAR TEQUILA, 2024\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0lUQyBTb3V2ZW5pciBTdGQgTWVkaXVt\",\"--framer-font-family\":'\"ITC Souvenir Std Medium\", \"ITC Souvenir Std Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(243, 235, 200)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.palomaspirits.com/\",nodeId:\"hjX6RUhvo\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-xwe94z\",\"data-styles-preset\":\"j05RXlesR\",children:\"Uma marca de Paloma Spirits\"})})})]}),className:\"framer-1kvy3gw\",\"data-framer-name\":\"ALUZAR TEQUILA, 2024 A brand of Paloma Spirits\",fonts:[\"CUSTOM;ITC Souvenir Std Medium\"],name:\"ALUZAR TEQUILA, 2024 A brand of Paloma Spirits\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-a7AFQ { background: var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56)) /* {\"name\":\"ESENCIA VERDE\"} */; }`,\".framer-a7AFQ.framer-lux5qc, .framer-a7AFQ .framer-lux5qc { display: block; }\",\".framer-a7AFQ.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, #264d38); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-a7AFQ .framer-i2ew9k-container { flex: none; height: 64px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 5; }\",\".framer-a7AFQ .framer-iutbqf-container { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-a7AFQ .framer-19cgp0g { align-content: center; align-items: center; background-color: var(--token-f229c194-d205-408d-9882-c042e29c8b63, #f3ebc8); 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-a7AFQ .framer-5uad2n { align-content: flex-start; align-items: flex-start; background-color: var(--token-3a8a764f-c033-4e57-a256-db68b1c4dad9, #073328); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 95vh; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-a7AFQ .framer-1ad1of7, .framer-a7AFQ .framer-wztx46, .framer-a7AFQ .framer-1pxo8z2, .framer-a7AFQ .framer-dt9h90, .framer-a7AFQ .framer-llamwk { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px 65px 0px 65px; position: relative; width: 1px; }\",\".framer-a7AFQ .framer-tkx5r7 { align-content: center; align-items: center; bottom: 360px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: -100px; overflow: hidden; padding: 0px; position: absolute; width: min-content; z-index: 3; }\",\".framer-a7AFQ .framer-1xfifrr { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg); flex: none; height: 376px; position: relative; width: 337px; z-index: 1; }\",\".framer-a7AFQ .framer-rcs7so { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-end; overflow: hidden; padding: 165px 0px 65px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-a7AFQ .framer-105xf2a { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.16); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a7AFQ .framer-1ym8eou { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 50%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a7AFQ .framer-imbvu { -webkit-mask: linear-gradient(43deg, rgba(0, 0, 0, 0) 38.08537443693694%, rgba(0,0,0,1) 57.06996058558558%) add; flex: none; height: 130%; left: calc(50.00000000000002% - 100% / 2); mask: linear-gradient(43deg, rgba(0, 0, 0, 0) 38.08537443693694%, rgba(0,0,0,1) 57.06996058558558%) add; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-a7AFQ .framer-1ul89jk { align-content: flex-start; align-items: flex-start; background-color: var(--token-f229c194-d205-408d-9882-c042e29c8b63, #f3ebc8); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-15pdz81 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: 800px; justify-content: flex-start; overflow: hidden; padding: 85px 55px 85px 55px; position: relative; width: 1px; z-index: 2; }\",\".framer-a7AFQ .framer-1rgdmdc, .framer-a7AFQ .framer-1xh1jml { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-14aog5f, .framer-a7AFQ .framer-10elma7, .framer-a7AFQ .framer-15ljrdq, .framer-a7AFQ .framer-l51wbd, .framer-a7AFQ .framer-1c1iimf, .framer-a7AFQ .framer-1tczb4j { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a7AFQ .framer-m2lnhw-container { flex: none; height: 560px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-1xv8u32-container, .framer-a7AFQ .framer-f19fy5-container { height: auto; position: relative; width: 280px; }\",\".framer-a7AFQ .framer-1quh4we-container { height: 566px; position: relative; width: 280px; }\",\".framer-a7AFQ .framer-1fla8xn-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-oh44tm { bottom: -275px; flex: none; height: 455px; left: -153px; position: absolute; width: 602px; z-index: 1; }\",\".framer-a7AFQ .framer-1p9aifu { flex: none; height: 309px; position: absolute; right: -265px; top: -132px; width: 562px; z-index: 1; }\",\".framer-a7AFQ .framer-10qip03 { 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: 100%; }\",\".framer-a7AFQ .framer-7x6647 { 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: flex-end; min-height: 800px; overflow: hidden; padding: 25px 25px 65px 65px; position: relative; width: 100%; z-index: 1; }\",\".framer-a7AFQ .framer-hokx5r { --border-bottom-width: 1px; --border-color: #f3ebc8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(62px); align-content: center; align-items: center; backdrop-filter: blur(62px); background-color: rgba(243, 235, 200, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 40%; overflow: hidden; padding: 14px; position: absolute; top: 14%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-a7AFQ .framer-1ey1fei, .framer-a7AFQ .framer-1ii78jj, .framer-a7AFQ .framer-k6nyv5, .framer-a7AFQ .framer-srmoa, .framer-a7AFQ .framer-1t0bpmt, .framer-a7AFQ .framer-tg2pfr, .framer-a7AFQ .framer-w4v7pz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-a7AFQ .framer-qmpfb7, .framer-a7AFQ .framer-1q2szbv, .framer-a7AFQ .framer-1rjlbah, .framer-a7AFQ .framer-4to8ml, .framer-a7AFQ .framer-17tmbpd, .framer-a7AFQ .framer-2svl1m, .framer-a7AFQ .framer-1yt31z1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-a7AFQ .framer-1r001m, .framer-a7AFQ .framer-r6mrpm, .framer-a7AFQ .framer-zuznf1, .framer-a7AFQ .framer-foiue6, .framer-a7AFQ .framer-3pdacn, .framer-a7AFQ .framer-18f74lu, .framer-a7AFQ .framer-7iw9hy, .framer-a7AFQ .framer-d6qu62, .framer-a7AFQ .framer-1ypy3e0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-a7AFQ .framer-ueuftf { --border-bottom-width: 1px; --border-color: #f3ebc8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(62px); align-content: center; align-items: center; backdrop-filter: blur(62px); background-color: rgba(243, 235, 200, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 16%; overflow: hidden; padding: 14px; position: absolute; top: 90%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-a7AFQ .framer-ssfpjp { --border-bottom-width: 1px; --border-color: #f3ebc8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(62px); align-content: center; align-items: center; backdrop-filter: blur(62px); background-color: rgba(243, 235, 200, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 49%; overflow: hidden; padding: 14px; position: absolute; top: 35%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-a7AFQ .framer-82qhjx { --border-bottom-width: 1px; --border-color: #f3ebc8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(62px); align-content: center; align-items: center; backdrop-filter: blur(62px); background-color: rgba(243, 235, 200, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 31%; overflow: hidden; padding: 14px; position: absolute; top: 67%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-a7AFQ .framer-aonxgi { --border-bottom-width: 1px; --border-color: #f3ebc8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(62px); align-content: center; align-items: center; backdrop-filter: blur(62px); background-color: rgba(243, 235, 200, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 53%; overflow: hidden; padding: 14px; position: absolute; top: 55%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-a7AFQ .framer-1hi9ryu { --border-bottom-width: 1px; --border-color: #f3ebc8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(62px); align-content: center; align-items: center; backdrop-filter: blur(62px); background-color: rgba(243, 235, 200, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 66%; overflow: hidden; padding: 14px; position: absolute; top: 82%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-a7AFQ .framer-cu2m1g { --border-bottom-width: 1px; --border-color: #f3ebc8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(62px); align-content: center; align-items: center; backdrop-filter: blur(62px); background-color: rgba(243, 235, 200, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 26px; overflow: hidden; padding: 14px; position: absolute; top: 248px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-a7AFQ .framer-1f0xz2c-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 102%; z-index: 1; }\",\".framer-a7AFQ .framer-13wohsp { flex: none; height: 800px; left: calc(50.00000000000002% - 100% / 2); opacity: 0.2; position: absolute; top: calc(50.00000000000002% - 800px / 2); width: 100%; z-index: 1; }\",\".framer-a7AFQ .framer-alhr9p { -webkit-filter: drop-shadow(0px 7px 6px rgba(0, 0, 0, 0.19)); align-content: center; align-items: center; aspect-ratio: 1.4671052631578947 / 1; display: flex; filter: drop-shadow(0px 7px 6px rgba(0, 0, 0, 0.19)); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 152px); justify-content: center; left: 87%; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 223px; z-index: 1; }\",\".framer-a7AFQ .framer-1u08fut, .framer-a7AFQ .framer-8bbyvp { align-content: flex-start; align-items: flex-start; background-color: #f3ebc8; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60vh; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-a7AFQ .framer-14j11sx, .framer-a7AFQ .framer-15ie9hu, .framer-a7AFQ .framer-97gjhv, .framer-a7AFQ .framer-128xwr9, .framer-a7AFQ .framer-163u1g8 { flex: none; height: 130%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-a7AFQ .framer-msis3h { align-content: flex-start; align-items: flex-start; background-color: var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, #264d38); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: 100vh; justify-content: center; overflow: hidden; padding: 85px 65px 85px 65px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-1rqjihl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-w8q31i, .framer-a7AFQ .framer-qmgszp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-a7AFQ .framer-16ufxhl, .framer-a7AFQ .framer-1df7yz5, .framer-a7AFQ .framer-364nkd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px; position: relative; width: 170px; }\",\".framer-a7AFQ .framer-a67ama, .framer-a7AFQ .framer-iyr91f, .framer-a7AFQ .framer-nooj0k, .framer-a7AFQ .framer-262fc5, .framer-a7AFQ .framer-15gfja0 { flex: none; height: 200px; overflow: visible; position: relative; width: 162px; }\",\".framer-a7AFQ .framer-1ladjce { flex: none; height: 123px; left: calc(50.00000000000002% - 140px / 2); position: absolute; top: calc(50.00000000000002% - 123px / 2); width: 140px; }\",\".framer-a7AFQ .framer-b8gakw { flex: none; height: 174px; left: calc(50.00000000000002% - 104px / 2); position: absolute; top: calc(50.00000000000002% - 174px / 2); width: 104px; }\",\".framer-a7AFQ .framer-178e6vw { flex: none; height: 171px; left: calc(50.00000000000002% - 133px / 2); position: absolute; top: calc(50.00000000000002% - 171px / 2); width: 133px; }\",\".framer-a7AFQ .framer-1rtk5ue, .framer-a7AFQ .framer-1yvyc8k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px; position: relative; width: min-content; }\",\".framer-a7AFQ .framer-78uwu7 { flex: none; height: 90px; left: calc(50.00000000000002% - 183px / 2); position: absolute; top: calc(50.00000000000002% - 90px / 2); width: 183px; }\",\".framer-a7AFQ .framer-5q5dmr, .framer-a7AFQ .framer-1ttl97u { --framer-paragraph-spacing: 0px; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-a7AFQ .framer-engw6g { bottom: -5px; flex: none; height: 191px; left: calc(50.00000000000002% - 113px / 2); position: absolute; width: 113px; }\",\".framer-a7AFQ .framer-hiy5ln { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-y0dfpd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: -140px; transform: translateX(-50%); width: min-content; z-index: 3; }\",\".framer-a7AFQ .framer-98lb1q { flex: none; height: 276px; position: relative; width: 247px; z-index: 1; }\",\".framer-a7AFQ .framer-1wrm7s1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: 1px; justify-content: center; overflow: hidden; padding: 85px 65px 85px 65px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-151gjzy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 900px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-a7AFQ .framer-1bcky00 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 750px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a7AFQ .framer-1au5t0h { align-content: center; align-items: center; background-color: var(--token-f229c194-d205-408d-9882-c042e29c8b63, #f3ebc8); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: center; overflow: visible; padding: 85px 55px 85px 55px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-kokq5u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-1h4v223 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 7px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-a7AFQ .framer-rkpqb3-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-a7AFQ .framer-iij7zg-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-a7AFQ .framer-1t0wfzx { 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-a7AFQ .framer-1ohzt78 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 65px 85px 175px 85px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-1w4hrzp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-a7AFQ .framer-l2xk95 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 155px; justify-content: center; left: calc(50.00000000000002% - 196px / 2); overflow: hidden; padding: 0px; position: absolute; top: -130px; width: 196px; z-index: 2; }\",\".framer-a7AFQ .framer-9ph2f2 { flex: none; height: 155px; mix-blend-mode: difference; position: relative; width: 195px; z-index: 1; }\",\".framer-a7AFQ .framer-99j6v5 { --border-bottom-width: 1px; --border-color: #f3ebc8; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(62px); align-content: center; align-items: center; align-self: stretch; backdrop-filter: blur(62px); background-color: rgba(243, 235, 200, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 24px; position: relative; width: auto; z-index: 2; }\",\".framer-a7AFQ .framer-16n7n3q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-1gkcvc, .framer-a7AFQ .framer-1kvy3gw { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-a7AFQ .framer-fleiwr { 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; overflow: hidden; padding: 20px; position: relative; width: min-content; }\",\".framer-a7AFQ .framer-1imsg0z, .framer-a7AFQ .framer-6lo7yj, .framer-a7AFQ .framer-138wez0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-a7AFQ .framer-1xqh8su, .framer-a7AFQ .framer-odygvb, .framer-a7AFQ .framer-1uafswi, .framer-a7AFQ .framer-1rut003 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 160px; padding: 0px; position: relative; width: 196px; }\",\".framer-a7AFQ .framer-9qsi3u, .framer-a7AFQ .framer-p2djyy, .framer-a7AFQ .framer-el29te, .framer-a7AFQ .framer-1yg1xmm, .framer-a7AFQ .framer-14qiezc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-a7AFQ .framer-vy3nmz { --framer-input-background: #ffffff; --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-f229c194-d205-408d-9882-c042e29c8b63, #f3ebc8); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"MetroLite LT Two Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-icon-color: #999999; --framer-input-invalid-text-color: #999999; --framer-input-padding: 12px; flex: none; height: 40px; position: relative; width: 100%; }','.framer-a7AFQ .framer-ns0hvh, .framer-a7AFQ .framer-101pmf8, .framer-a7AFQ .framer-15vpuux { --framer-input-background: #ffffff; --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-f229c194-d205-408d-9882-c042e29c8b63, #f3ebc8); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"MetroLite LT Two Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-a7AFQ .framer-dknych { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: auto; }\",'.framer-a7AFQ .framer-lzkzfr { --framer-input-background: #ffffff; --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-f229c194-d205-408d-9882-c042e29c8b63, #f3ebc8); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"MetroLite LT Two Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-a7AFQ .framer-1bzb8lm-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-a7AFQ .framer-9f4bvq { align-content: center; align-items: center; background-color: var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, #264d38); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 104px 85px 24px 85px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-ri6pi6 { bottom: 93px; flex: none; height: 227px; left: calc(50.00000000000002% - 553px / 2); position: absolute; width: 553px; z-index: 1; }\",\".framer-a7AFQ .framer-1vlsvsm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a7AFQ .framer-6umdgq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-a7AFQ .framer-13hfbjf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-a7AFQ .framer-1r7ao8k-container { flex: none; height: 26px; position: relative; width: 26px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-a7AFQ.framer-72rtr7, .framer-a7AFQ .framer-19cgp0g, .framer-a7AFQ .framer-5uad2n, .framer-a7AFQ .framer-1ad1of7, .framer-a7AFQ .framer-tkx5r7, .framer-a7AFQ .framer-rcs7so, .framer-a7AFQ .framer-1ul89jk, .framer-a7AFQ .framer-15pdz81, .framer-a7AFQ .framer-1rgdmdc, .framer-a7AFQ .framer-10qip03, .framer-a7AFQ .framer-7x6647, .framer-a7AFQ .framer-hokx5r, .framer-a7AFQ .framer-1ey1fei, .framer-a7AFQ .framer-qmpfb7, .framer-a7AFQ .framer-ueuftf, .framer-a7AFQ .framer-1ii78jj, .framer-a7AFQ .framer-1q2szbv, .framer-a7AFQ .framer-ssfpjp, .framer-a7AFQ .framer-k6nyv5, .framer-a7AFQ .framer-1rjlbah, .framer-a7AFQ .framer-82qhjx, .framer-a7AFQ .framer-srmoa, .framer-a7AFQ .framer-4to8ml, .framer-a7AFQ .framer-aonxgi, .framer-a7AFQ .framer-1t0bpmt, .framer-a7AFQ .framer-17tmbpd, .framer-a7AFQ .framer-1hi9ryu, .framer-a7AFQ .framer-tg2pfr, .framer-a7AFQ .framer-2svl1m, .framer-a7AFQ .framer-cu2m1g, .framer-a7AFQ .framer-w4v7pz, .framer-a7AFQ .framer-1yt31z1, .framer-a7AFQ .framer-alhr9p, .framer-a7AFQ .framer-1u08fut, .framer-a7AFQ .framer-wztx46, .framer-a7AFQ .framer-1pxo8z2, .framer-a7AFQ .framer-msis3h, .framer-a7AFQ .framer-1xh1jml, .framer-a7AFQ .framer-1rqjihl, .framer-a7AFQ .framer-w8q31i, .framer-a7AFQ .framer-16ufxhl, .framer-a7AFQ .framer-1df7yz5, .framer-a7AFQ .framer-364nkd, .framer-a7AFQ .framer-qmgszp, .framer-a7AFQ .framer-1rtk5ue, .framer-a7AFQ .framer-1yvyc8k, .framer-a7AFQ .framer-8bbyvp, .framer-a7AFQ .framer-dt9h90, .framer-a7AFQ .framer-llamwk, .framer-a7AFQ .framer-hiy5ln, .framer-a7AFQ .framer-y0dfpd, .framer-a7AFQ .framer-1wrm7s1, .framer-a7AFQ .framer-151gjzy, .framer-a7AFQ .framer-1au5t0h, .framer-a7AFQ .framer-kokq5u, .framer-a7AFQ .framer-1h4v223, .framer-a7AFQ .framer-1t0wfzx, .framer-a7AFQ .framer-1ohzt78, .framer-a7AFQ .framer-1w4hrzp, .framer-a7AFQ .framer-l2xk95, .framer-a7AFQ .framer-99j6v5, .framer-a7AFQ .framer-16n7n3q, .framer-a7AFQ .framer-fleiwr, .framer-a7AFQ .framer-1imsg0z, .framer-a7AFQ .framer-6lo7yj, .framer-a7AFQ .framer-1xqh8su, .framer-a7AFQ .framer-odygvb, .framer-a7AFQ .framer-138wez0, .framer-a7AFQ .framer-1uafswi, .framer-a7AFQ .framer-1rut003, .framer-a7AFQ .framer-dknych, .framer-a7AFQ .framer-9f4bvq, .framer-a7AFQ .framer-6umdgq, .framer-a7AFQ .framer-13hfbjf { gap: 0px; } .framer-a7AFQ.framer-72rtr7 > *, .framer-a7AFQ .framer-19cgp0g > *, .framer-a7AFQ .framer-10qip03 > *, .framer-a7AFQ .framer-1t0wfzx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-a7AFQ.framer-72rtr7 > :first-child, .framer-a7AFQ .framer-19cgp0g > :first-child, .framer-a7AFQ .framer-1ad1of7 > :first-child, .framer-a7AFQ .framer-rcs7so > :first-child, .framer-a7AFQ .framer-15pdz81 > :first-child, .framer-a7AFQ .framer-1rgdmdc > :first-child, .framer-a7AFQ .framer-10qip03 > :first-child, .framer-a7AFQ .framer-hokx5r > :first-child, .framer-a7AFQ .framer-1ey1fei > :first-child, .framer-a7AFQ .framer-ueuftf > :first-child, .framer-a7AFQ .framer-1ii78jj > :first-child, .framer-a7AFQ .framer-ssfpjp > :first-child, .framer-a7AFQ .framer-k6nyv5 > :first-child, .framer-a7AFQ .framer-82qhjx > :first-child, .framer-a7AFQ .framer-srmoa > :first-child, .framer-a7AFQ .framer-aonxgi > :first-child, .framer-a7AFQ .framer-1t0bpmt > :first-child, .framer-a7AFQ .framer-1hi9ryu > :first-child, .framer-a7AFQ .framer-tg2pfr > :first-child, .framer-a7AFQ .framer-cu2m1g > :first-child, .framer-a7AFQ .framer-w4v7pz > :first-child, .framer-a7AFQ .framer-wztx46 > :first-child, .framer-a7AFQ .framer-1pxo8z2 > :first-child, .framer-a7AFQ .framer-msis3h > :first-child, .framer-a7AFQ .framer-1xh1jml > :first-child, .framer-a7AFQ .framer-16ufxhl > :first-child, .framer-a7AFQ .framer-1df7yz5 > :first-child, .framer-a7AFQ .framer-364nkd > :first-child, .framer-a7AFQ .framer-1rtk5ue > :first-child, .framer-a7AFQ .framer-1yvyc8k > :first-child, .framer-a7AFQ .framer-dt9h90 > :first-child, .framer-a7AFQ .framer-llamwk > :first-child, .framer-a7AFQ .framer-hiy5ln > :first-child, .framer-a7AFQ .framer-1wrm7s1 > :first-child, .framer-a7AFQ .framer-151gjzy > :first-child, .framer-a7AFQ .framer-1au5t0h > :first-child, .framer-a7AFQ .framer-1t0wfzx > :first-child, .framer-a7AFQ .framer-1ohzt78 > :first-child, .framer-a7AFQ .framer-1w4hrzp > :first-child, .framer-a7AFQ .framer-99j6v5 > :first-child, .framer-a7AFQ .framer-fleiwr > :first-child, .framer-a7AFQ .framer-1xqh8su > :first-child, .framer-a7AFQ .framer-odygvb > :first-child, .framer-a7AFQ .framer-1uafswi > :first-child, .framer-a7AFQ .framer-1rut003 > :first-child, .framer-a7AFQ .framer-dknych > :first-child, .framer-a7AFQ .framer-9f4bvq > :first-child { margin-top: 0px; } .framer-a7AFQ.framer-72rtr7 > :last-child, .framer-a7AFQ .framer-19cgp0g > :last-child, .framer-a7AFQ .framer-1ad1of7 > :last-child, .framer-a7AFQ .framer-rcs7so > :last-child, .framer-a7AFQ .framer-15pdz81 > :last-child, .framer-a7AFQ .framer-1rgdmdc > :last-child, .framer-a7AFQ .framer-10qip03 > :last-child, .framer-a7AFQ .framer-hokx5r > :last-child, .framer-a7AFQ .framer-1ey1fei > :last-child, .framer-a7AFQ .framer-ueuftf > :last-child, .framer-a7AFQ .framer-1ii78jj > :last-child, .framer-a7AFQ .framer-ssfpjp > :last-child, .framer-a7AFQ .framer-k6nyv5 > :last-child, .framer-a7AFQ .framer-82qhjx > :last-child, .framer-a7AFQ .framer-srmoa > :last-child, .framer-a7AFQ .framer-aonxgi > :last-child, .framer-a7AFQ .framer-1t0bpmt > :last-child, .framer-a7AFQ .framer-1hi9ryu > :last-child, .framer-a7AFQ .framer-tg2pfr > :last-child, .framer-a7AFQ .framer-cu2m1g > :last-child, .framer-a7AFQ .framer-w4v7pz > :last-child, .framer-a7AFQ .framer-wztx46 > :last-child, .framer-a7AFQ .framer-1pxo8z2 > :last-child, .framer-a7AFQ .framer-msis3h > :last-child, .framer-a7AFQ .framer-1xh1jml > :last-child, .framer-a7AFQ .framer-16ufxhl > :last-child, .framer-a7AFQ .framer-1df7yz5 > :last-child, .framer-a7AFQ .framer-364nkd > :last-child, .framer-a7AFQ .framer-1rtk5ue > :last-child, .framer-a7AFQ .framer-1yvyc8k > :last-child, .framer-a7AFQ .framer-dt9h90 > :last-child, .framer-a7AFQ .framer-llamwk > :last-child, .framer-a7AFQ .framer-hiy5ln > :last-child, .framer-a7AFQ .framer-1wrm7s1 > :last-child, .framer-a7AFQ .framer-151gjzy > :last-child, .framer-a7AFQ .framer-1au5t0h > :last-child, .framer-a7AFQ .framer-1t0wfzx > :last-child, .framer-a7AFQ .framer-1ohzt78 > :last-child, .framer-a7AFQ .framer-1w4hrzp > :last-child, .framer-a7AFQ .framer-99j6v5 > :last-child, .framer-a7AFQ .framer-fleiwr > :last-child, .framer-a7AFQ .framer-1xqh8su > :last-child, .framer-a7AFQ .framer-odygvb > :last-child, .framer-a7AFQ .framer-1uafswi > :last-child, .framer-a7AFQ .framer-1rut003 > :last-child, .framer-a7AFQ .framer-dknych > :last-child, .framer-a7AFQ .framer-9f4bvq > :last-child { margin-bottom: 0px; } .framer-a7AFQ .framer-5uad2n > *, .framer-a7AFQ .framer-1ul89jk > *, .framer-a7AFQ .framer-7x6647 > *, .framer-a7AFQ .framer-1u08fut > *, .framer-a7AFQ .framer-8bbyvp > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-a7AFQ .framer-5uad2n > :first-child, .framer-a7AFQ .framer-tkx5r7 > :first-child, .framer-a7AFQ .framer-1ul89jk > :first-child, .framer-a7AFQ .framer-7x6647 > :first-child, .framer-a7AFQ .framer-qmpfb7 > :first-child, .framer-a7AFQ .framer-1q2szbv > :first-child, .framer-a7AFQ .framer-1rjlbah > :first-child, .framer-a7AFQ .framer-4to8ml > :first-child, .framer-a7AFQ .framer-17tmbpd > :first-child, .framer-a7AFQ .framer-2svl1m > :first-child, .framer-a7AFQ .framer-1yt31z1 > :first-child, .framer-a7AFQ .framer-alhr9p > :first-child, .framer-a7AFQ .framer-1u08fut > :first-child, .framer-a7AFQ .framer-1rqjihl > :first-child, .framer-a7AFQ .framer-w8q31i > :first-child, .framer-a7AFQ .framer-qmgszp > :first-child, .framer-a7AFQ .framer-8bbyvp > :first-child, .framer-a7AFQ .framer-y0dfpd > :first-child, .framer-a7AFQ .framer-kokq5u > :first-child, .framer-a7AFQ .framer-1h4v223 > :first-child, .framer-a7AFQ .framer-l2xk95 > :first-child, .framer-a7AFQ .framer-16n7n3q > :first-child, .framer-a7AFQ .framer-1imsg0z > :first-child, .framer-a7AFQ .framer-6lo7yj > :first-child, .framer-a7AFQ .framer-138wez0 > :first-child, .framer-a7AFQ .framer-6umdgq > :first-child, .framer-a7AFQ .framer-13hfbjf > :first-child { margin-left: 0px; } .framer-a7AFQ .framer-5uad2n > :last-child, .framer-a7AFQ .framer-tkx5r7 > :last-child, .framer-a7AFQ .framer-1ul89jk > :last-child, .framer-a7AFQ .framer-7x6647 > :last-child, .framer-a7AFQ .framer-qmpfb7 > :last-child, .framer-a7AFQ .framer-1q2szbv > :last-child, .framer-a7AFQ .framer-1rjlbah > :last-child, .framer-a7AFQ .framer-4to8ml > :last-child, .framer-a7AFQ .framer-17tmbpd > :last-child, .framer-a7AFQ .framer-2svl1m > :last-child, .framer-a7AFQ .framer-1yt31z1 > :last-child, .framer-a7AFQ .framer-alhr9p > :last-child, .framer-a7AFQ .framer-1u08fut > :last-child, .framer-a7AFQ .framer-1rqjihl > :last-child, .framer-a7AFQ .framer-w8q31i > :last-child, .framer-a7AFQ .framer-qmgszp > :last-child, .framer-a7AFQ .framer-8bbyvp > :last-child, .framer-a7AFQ .framer-y0dfpd > :last-child, .framer-a7AFQ .framer-kokq5u > :last-child, .framer-a7AFQ .framer-1h4v223 > :last-child, .framer-a7AFQ .framer-l2xk95 > :last-child, .framer-a7AFQ .framer-16n7n3q > :last-child, .framer-a7AFQ .framer-1imsg0z > :last-child, .framer-a7AFQ .framer-6lo7yj > :last-child, .framer-a7AFQ .framer-138wez0 > :last-child, .framer-a7AFQ .framer-6umdgq > :last-child, .framer-a7AFQ .framer-13hfbjf > :last-child { margin-right: 0px; } .framer-a7AFQ .framer-1ad1of7 > *, .framer-a7AFQ .framer-wztx46 > *, .framer-a7AFQ .framer-1pxo8z2 > *, .framer-a7AFQ .framer-dt9h90 > *, .framer-a7AFQ .framer-llamwk > *, .framer-a7AFQ .framer-hiy5ln > *, .framer-a7AFQ .framer-1ohzt78 > *, .framer-a7AFQ .framer-1w4hrzp > *, .framer-a7AFQ .framer-1xqh8su > *, .framer-a7AFQ .framer-odygvb > *, .framer-a7AFQ .framer-1uafswi > *, .framer-a7AFQ .framer-1rut003 > *, .framer-a7AFQ .framer-dknych > *, .framer-a7AFQ .framer-9f4bvq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-a7AFQ .framer-tkx5r7 > *, .framer-a7AFQ .framer-alhr9p > *, .framer-a7AFQ .framer-y0dfpd > *, .framer-a7AFQ .framer-1h4v223 > *, .framer-a7AFQ .framer-l2xk95 > *, .framer-a7AFQ .framer-1imsg0z > *, .framer-a7AFQ .framer-6lo7yj > *, .framer-a7AFQ .framer-138wez0 > *, .framer-a7AFQ .framer-13hfbjf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-a7AFQ .framer-rcs7so > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-a7AFQ .framer-15pdz81 > *, .framer-a7AFQ .framer-msis3h > *, .framer-a7AFQ .framer-16ufxhl > *, .framer-a7AFQ .framer-1df7yz5 > *, .framer-a7AFQ .framer-364nkd > *, .framer-a7AFQ .framer-1rtk5ue > *, .framer-a7AFQ .framer-1yvyc8k > *, .framer-a7AFQ .framer-1wrm7s1 > *, .framer-a7AFQ .framer-1au5t0h > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-a7AFQ .framer-1rgdmdc > *, .framer-a7AFQ .framer-1xh1jml > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-a7AFQ .framer-hokx5r > *, .framer-a7AFQ .framer-ueuftf > *, .framer-a7AFQ .framer-ssfpjp > *, .framer-a7AFQ .framer-82qhjx > *, .framer-a7AFQ .framer-aonxgi > *, .framer-a7AFQ .framer-1hi9ryu > *, .framer-a7AFQ .framer-cu2m1g > *, .framer-a7AFQ .framer-99j6v5 > *, .framer-a7AFQ .framer-fleiwr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-a7AFQ .framer-1ey1fei > *, .framer-a7AFQ .framer-1ii78jj > *, .framer-a7AFQ .framer-k6nyv5 > *, .framer-a7AFQ .framer-srmoa > *, .framer-a7AFQ .framer-1t0bpmt > *, .framer-a7AFQ .framer-tg2pfr > *, .framer-a7AFQ .framer-w4v7pz > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-a7AFQ .framer-qmpfb7 > *, .framer-a7AFQ .framer-1q2szbv > *, .framer-a7AFQ .framer-1rjlbah > *, .framer-a7AFQ .framer-4to8ml > *, .framer-a7AFQ .framer-17tmbpd > *, .framer-a7AFQ .framer-2svl1m > *, .framer-a7AFQ .framer-1yt31z1 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-a7AFQ .framer-1rqjihl > *, .framer-a7AFQ .framer-w8q31i > *, .framer-a7AFQ .framer-qmgszp > * { margin: 0px; margin-left: calc(36px / 2); margin-right: calc(36px / 2); } .framer-a7AFQ .framer-151gjzy > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-a7AFQ .framer-kokq5u > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-a7AFQ .framer-16n7n3q > *, .framer-a7AFQ .framer-6umdgq > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-a7AFQ { background: var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56)) /* {\"name\":\"ESENCIA VERDE\"} */; } .framer-a7AFQ.framer-72rtr7 { width: 810px; } .framer-a7AFQ .framer-i2ew9k-container { height: auto; left: 50%; transform: translateX(-50%); } .framer-a7AFQ .framer-tkx5r7 { bottom: unset; height: 332px; left: -80px; top: 274px; } .framer-a7AFQ .framer-1xfifrr { height: 332px; width: 298px; } .framer-a7AFQ .framer-1ym8eou { max-width: 60%; } .framer-a7AFQ .framer-imbvu, .framer-a7AFQ .framer-14j11sx, .framer-a7AFQ .framer-15ie9hu, .framer-a7AFQ .framer-97gjhv, .framer-a7AFQ .framer-128xwr9, .framer-a7AFQ .framer-163u1g8 { height: 120%; } .framer-a7AFQ .framer-oh44tm { bottom: -285px; } .framer-a7AFQ .framer-1p9aifu { right: -295px; top: -152px; } .framer-a7AFQ .framer-7x6647 { min-height: 530px; } .framer-a7AFQ .framer-hokx5r { left: 239px; padding: 10px; top: 34px; transform: unset; } .framer-a7AFQ .framer-ueuftf { bottom: 26px; left: 21px; padding: 10px; top: unset; transform: unset; } .framer-a7AFQ .framer-ssfpjp { left: 50%; padding: 10px; top: 160px; transform: translateX(-50%); } .framer-a7AFQ .framer-82qhjx { bottom: 149px; left: 172px; padding: 10px; top: unset; transform: unset; } .framer-a7AFQ .framer-aonxgi { bottom: 232px; left: unset; padding: 10px; right: 258px; top: unset; transform: unset; } .framer-a7AFQ .framer-1hi9ryu { bottom: 57px; left: unset; padding: 10px; right: 155px; top: unset; transform: unset; } .framer-a7AFQ .framer-cu2m1g { left: 20px; padding: 10px; top: 155px; } .framer-a7AFQ .framer-1f0xz2c-container { width: 100%; } .framer-a7AFQ .framer-13wohsp { height: 530px; top: calc(50.00000000000002% - 530px / 2); } .framer-a7AFQ .framer-alhr9p { height: 18%; left: 87%; width: var(--framer-aspect-ratio-supported, 141px); } .framer-a7AFQ .framer-1rqjihl, .framer-a7AFQ .framer-1imsg0z { flex-direction: column; } .framer-a7AFQ .framer-w8q31i { align-content: center; align-items: center; gap: unset; justify-content: space-around; width: 100%; } .framer-a7AFQ .framer-qmgszp { align-content: center; align-items: center; gap: unset; justify-content: space-evenly; width: 100%; } .framer-a7AFQ .framer-engw6g { height: 186px; left: calc(50.00000000000002% - 110px / 2); width: 110px; } .framer-a7AFQ .framer-1au5t0h { padding: 85px 30px 85px 30px; } .framer-a7AFQ .framer-1ohzt78 { height: 773px; } .framer-a7AFQ .framer-ri6pi6 { bottom: 94px; height: 201px; left: calc(50.00000000000002% - 491px / 2); width: 491px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-a7AFQ .framer-1rqjihl, .framer-a7AFQ .framer-w8q31i, .framer-a7AFQ .framer-qmgszp, .framer-a7AFQ .framer-1imsg0z { gap: 0px; } .framer-a7AFQ .framer-1rqjihl > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-a7AFQ .framer-1rqjihl > :first-child, .framer-a7AFQ .framer-1imsg0z > :first-child { margin-top: 0px; } .framer-a7AFQ .framer-1rqjihl > :last-child, .framer-a7AFQ .framer-1imsg0z > :last-child { margin-bottom: 0px; } .framer-a7AFQ .framer-w8q31i > *, .framer-a7AFQ .framer-w8q31i > :first-child, .framer-a7AFQ .framer-w8q31i > :last-child, .framer-a7AFQ .framer-qmgszp > *, .framer-a7AFQ .framer-qmgszp > :first-child, .framer-a7AFQ .framer-qmgszp > :last-child { margin: 0px; } .framer-a7AFQ .framer-1imsg0z > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-a7AFQ { background: var(--token-ad4ae01b-65cc-4783-a103-bc7f3eff58c6, rgb(38, 77, 56)) /* {\"name\":\"ESENCIA VERDE\"} */; } .framer-a7AFQ.framer-72rtr7 { width: 390px; } .framer-a7AFQ .framer-i2ew9k-container { height: auto; left: 50%; transform: translateX(-50%); } .framer-a7AFQ .framer-5uad2n, .framer-a7AFQ .framer-1rqjihl { flex-direction: column; } .framer-a7AFQ .framer-1ad1of7 { height: 1px; padding: 0px; width: 100%; } .framer-a7AFQ .framer-tkx5r7 { bottom: 254px; height: 315px; left: 251px; } .framer-a7AFQ .framer-1xfifrr { height: 356px; width: 319px; } .framer-a7AFQ .framer-rcs7so { flex: 1 0 0px; gap: 24px; height: 1px; justify-content: flex-start; padding: 56px 15px 56px 15px; } .framer-a7AFQ .framer-105xf2a, .framer-a7AFQ .framer-13hfbjf { order: 0; } .framer-a7AFQ .framer-1ym8eou { max-width: 100%; order: 1; } .framer-a7AFQ .framer-imbvu { -webkit-mask: linear-gradient(0deg, #000000 28.999999999999996%, rgba(0, 0, 0, 0.1) 43%) add; height: 130%; mask: linear-gradient(0deg, #000000 28.999999999999996%, rgba(0, 0, 0, 0.1) 43%) add; top: -50px; } .framer-a7AFQ .framer-15pdz81 { height: min-content; padding: 85px 0px 85px 0px; } .framer-a7AFQ .framer-1rgdmdc { padding: 0px 35px 0px 35px; } .framer-a7AFQ .framer-1p9aifu { right: -325px; top: -162px; } .framer-a7AFQ .framer-10qip03 { justify-content: center; padding: 0px 0px 70px 0px; } .framer-a7AFQ .framer-7x6647 { align-content: center; align-items: center; flex-direction: column; gap: 15px; justify-content: center; min-height: unset; padding: 0px; } .framer-a7AFQ .framer-hokx5r { --border-color: #ffffff; background-color: unset; gap: 19px; left: unset; order: 1; position: relative; top: unset; transform: unset; width: 95%; z-index: 1; } .framer-a7AFQ .framer-1ey1fei, .framer-a7AFQ .framer-1ii78jj, .framer-a7AFQ .framer-k6nyv5, .framer-a7AFQ .framer-srmoa, .framer-a7AFQ .framer-1t0bpmt, .framer-a7AFQ .framer-tg2pfr, .framer-a7AFQ .framer-w4v7pz, .framer-a7AFQ .framer-fleiwr { gap: 10px; width: 100%; } .framer-a7AFQ .framer-qmpfb7, .framer-a7AFQ .framer-1q2szbv, .framer-a7AFQ .framer-1rjlbah, .framer-a7AFQ .framer-4to8ml, .framer-a7AFQ .framer-17tmbpd, .framer-a7AFQ .framer-2svl1m, .framer-a7AFQ .framer-1yt31z1, .framer-a7AFQ .framer-w8q31i, .framer-a7AFQ .framer-qmgszp, .framer-a7AFQ .framer-1w4hrzp, .framer-a7AFQ .framer-1xqh8su, .framer-a7AFQ .framer-odygvb, .framer-a7AFQ .framer-1uafswi, .framer-a7AFQ .framer-1rut003, .framer-a7AFQ .framer-1bzb8lm-container { width: 100%; } .framer-a7AFQ .framer-1r001m, .framer-a7AFQ .framer-r6mrpm, .framer-a7AFQ .framer-zuznf1, .framer-a7AFQ .framer-foiue6, .framer-a7AFQ .framer-3pdacn, .framer-a7AFQ .framer-18f74lu, .framer-a7AFQ .framer-7iw9hy { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-a7AFQ .framer-ueuftf { --border-color: #ffffff; background-color: unset; gap: 19px; left: unset; order: 2; position: relative; top: unset; transform: unset; width: 95%; z-index: 1; } .framer-a7AFQ .framer-ssfpjp { --border-color: #ffffff; background-color: unset; gap: 19px; left: unset; order: 3; position: relative; top: unset; transform: unset; width: 95%; z-index: 1; } .framer-a7AFQ .framer-82qhjx { --border-color: #ffffff; background-color: unset; gap: 19px; left: unset; order: 4; position: relative; top: unset; transform: unset; width: 95%; z-index: 1; } .framer-a7AFQ .framer-aonxgi { --border-color: #ffffff; background-color: unset; gap: 19px; left: unset; order: 5; position: relative; top: unset; transform: unset; width: 95%; z-index: 1; } .framer-a7AFQ .framer-1hi9ryu { --border-color: #ffffff; background-color: unset; gap: 19px; left: unset; order: 6; position: relative; top: unset; transform: unset; width: 95%; z-index: 1; } .framer-a7AFQ .framer-cu2m1g { --border-color: #ffffff; background-color: unset; gap: 19px; left: unset; order: 7; position: relative; top: unset; width: 95%; z-index: 1; } .framer-a7AFQ .framer-1f0xz2c-container { left: unset; order: 0; position: relative; top: unset; transform: unset; width: 100%; } .framer-a7AFQ .framer-alhr9p { height: 10%; left: 81%; order: 9; top: 18%; width: var(--framer-aspect-ratio-supported, 106px); } .framer-a7AFQ .framer-1u08fut, .framer-a7AFQ .framer-8bbyvp { flex-direction: column; height: min-content; } .framer-a7AFQ .framer-wztx46, .framer-a7AFQ .framer-1pxo8z2, .framer-a7AFQ .framer-dt9h90, .framer-a7AFQ .framer-llamwk { flex: none; height: 312px; width: 100%; } .framer-a7AFQ .framer-14j11sx, .framer-a7AFQ .framer-15ie9hu, .framer-a7AFQ .framer-97gjhv, .framer-a7AFQ .framer-128xwr9 { height: 150%; } .framer-a7AFQ .framer-msis3h { height: min-content; padding: 85px 15px 85px 15px; } .framer-a7AFQ .framer-16ufxhl, .framer-a7AFQ .framer-1df7yz5, .framer-a7AFQ .framer-364nkd { flex: 1 0 0px; gap: 36px; padding: 0px; width: 1px; } .framer-a7AFQ .framer-a67ama { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; padding: 0px; width: min-content; } .framer-a7AFQ .framer-1ladjce { height: 89px; left: unset; position: relative; top: unset; width: 101px; } .framer-a7AFQ .framer-iyr91f, .framer-a7AFQ .framer-nooj0k { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; padding: 0px; width: min-content; } .framer-a7AFQ .framer-b8gakw { height: 126px; left: unset; position: relative; top: unset; width: 76px; } .framer-a7AFQ .framer-178e6vw { height: 124px; left: unset; position: relative; top: unset; width: 97px; } .framer-a7AFQ .framer-1rtk5ue, .framer-a7AFQ .framer-1yvyc8k { padding: 0px; } .framer-a7AFQ .framer-262fc5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; padding: 0px; width: 131px; } .framer-a7AFQ .framer-78uwu7 { height: 65px; left: unset; position: relative; top: unset; width: 131px; } .framer-a7AFQ .framer-15gfja0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; padding: 0px; width: 131px; } .framer-a7AFQ .framer-engw6g { bottom: unset; height: 136px; left: unset; position: relative; width: 81px; } .framer-a7AFQ .framer-y0dfpd { top: -103px; } .framer-a7AFQ .framer-98lb1q { height: 202px; width: 181px; } .framer-a7AFQ .framer-1wrm7s1 { padding: 36px 15px 36px 15px; } .framer-a7AFQ .framer-151gjzy { gap: 24px; } .framer-a7AFQ .framer-1au5t0h { overflow: auto; padding: 85px 15px 85px 15px; } .framer-a7AFQ .framer-kokq5u { flex-direction: column; gap: 12px; } .framer-a7AFQ .framer-1h4v223 { padding: 0px 0px 4px 0px; } .framer-a7AFQ .framer-rkpqb3-container { height: 20px; width: 20px; } .framer-a7AFQ .framer-1ohzt78 { order: 0; padding: 56px 15px 66px 15px; } .framer-a7AFQ .framer-99j6v5 { align-self: unset; gap: 4px; padding: 34px 14px 14px 14px; width: 100%; } .framer-a7AFQ .framer-1imsg0z, .framer-a7AFQ .framer-6lo7yj, .framer-a7AFQ .framer-138wez0 { flex-direction: column; width: 100%; } .framer-a7AFQ .framer-dknych { align-self: unset; width: 100%; } .framer-a7AFQ .framer-9f4bvq { padding: 94px 15px 24px 15px; } .framer-a7AFQ .framer-ri6pi6 { bottom: 179px; height: 116px; left: calc(50.00000000000002% - 283px / 2); width: 283px; } .framer-a7AFQ .framer-1vlsvsm { flex-direction: column; gap: 20px; justify-content: center; } .framer-a7AFQ .framer-6umdgq { flex: none; justify-content: center; order: 1; width: 100%; } .framer-a7AFQ .framer-1kvy3gw { flex: none; order: 2; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-a7AFQ .framer-5uad2n, .framer-a7AFQ .framer-rcs7so, .framer-a7AFQ .framer-7x6647, .framer-a7AFQ .framer-hokx5r, .framer-a7AFQ .framer-1ey1fei, .framer-a7AFQ .framer-ueuftf, .framer-a7AFQ .framer-1ii78jj, .framer-a7AFQ .framer-ssfpjp, .framer-a7AFQ .framer-k6nyv5, .framer-a7AFQ .framer-82qhjx, .framer-a7AFQ .framer-srmoa, .framer-a7AFQ .framer-aonxgi, .framer-a7AFQ .framer-1t0bpmt, .framer-a7AFQ .framer-1hi9ryu, .framer-a7AFQ .framer-tg2pfr, .framer-a7AFQ .framer-cu2m1g, .framer-a7AFQ .framer-w4v7pz, .framer-a7AFQ .framer-1u08fut, .framer-a7AFQ .framer-1rqjihl, .framer-a7AFQ .framer-16ufxhl, .framer-a7AFQ .framer-a67ama, .framer-a7AFQ .framer-1df7yz5, .framer-a7AFQ .framer-iyr91f, .framer-a7AFQ .framer-364nkd, .framer-a7AFQ .framer-nooj0k, .framer-a7AFQ .framer-262fc5, .framer-a7AFQ .framer-15gfja0, .framer-a7AFQ .framer-8bbyvp, .framer-a7AFQ .framer-151gjzy, .framer-a7AFQ .framer-kokq5u, .framer-a7AFQ .framer-99j6v5, .framer-a7AFQ .framer-fleiwr, .framer-a7AFQ .framer-1imsg0z, .framer-a7AFQ .framer-6lo7yj, .framer-a7AFQ .framer-138wez0, .framer-a7AFQ .framer-1vlsvsm { gap: 0px; } .framer-a7AFQ .framer-5uad2n > *, .framer-a7AFQ .framer-1u08fut > *, .framer-a7AFQ .framer-8bbyvp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-a7AFQ .framer-5uad2n > :first-child, .framer-a7AFQ .framer-rcs7so > :first-child, .framer-a7AFQ .framer-7x6647 > :first-child, .framer-a7AFQ .framer-hokx5r > :first-child, .framer-a7AFQ .framer-1ey1fei > :first-child, .framer-a7AFQ .framer-ueuftf > :first-child, .framer-a7AFQ .framer-1ii78jj > :first-child, .framer-a7AFQ .framer-ssfpjp > :first-child, .framer-a7AFQ .framer-k6nyv5 > :first-child, .framer-a7AFQ .framer-82qhjx > :first-child, .framer-a7AFQ .framer-srmoa > :first-child, .framer-a7AFQ .framer-aonxgi > :first-child, .framer-a7AFQ .framer-1t0bpmt > :first-child, .framer-a7AFQ .framer-1hi9ryu > :first-child, .framer-a7AFQ .framer-tg2pfr > :first-child, .framer-a7AFQ .framer-cu2m1g > :first-child, .framer-a7AFQ .framer-w4v7pz > :first-child, .framer-a7AFQ .framer-1u08fut > :first-child, .framer-a7AFQ .framer-1rqjihl > :first-child, .framer-a7AFQ .framer-16ufxhl > :first-child, .framer-a7AFQ .framer-a67ama > :first-child, .framer-a7AFQ .framer-1df7yz5 > :first-child, .framer-a7AFQ .framer-364nkd > :first-child, .framer-a7AFQ .framer-262fc5 > :first-child, .framer-a7AFQ .framer-8bbyvp > :first-child, .framer-a7AFQ .framer-151gjzy > :first-child, .framer-a7AFQ .framer-kokq5u > :first-child, .framer-a7AFQ .framer-99j6v5 > :first-child, .framer-a7AFQ .framer-fleiwr > :first-child, .framer-a7AFQ .framer-1imsg0z > :first-child, .framer-a7AFQ .framer-6lo7yj > :first-child, .framer-a7AFQ .framer-138wez0 > :first-child, .framer-a7AFQ .framer-1vlsvsm > :first-child { margin-top: 0px; } .framer-a7AFQ .framer-5uad2n > :last-child, .framer-a7AFQ .framer-rcs7so > :last-child, .framer-a7AFQ .framer-7x6647 > :last-child, .framer-a7AFQ .framer-hokx5r > :last-child, .framer-a7AFQ .framer-1ey1fei > :last-child, .framer-a7AFQ .framer-ueuftf > :last-child, .framer-a7AFQ .framer-1ii78jj > :last-child, .framer-a7AFQ .framer-ssfpjp > :last-child, .framer-a7AFQ .framer-k6nyv5 > :last-child, .framer-a7AFQ .framer-82qhjx > :last-child, .framer-a7AFQ .framer-srmoa > :last-child, .framer-a7AFQ .framer-aonxgi > :last-child, .framer-a7AFQ .framer-1t0bpmt > :last-child, .framer-a7AFQ .framer-1hi9ryu > :last-child, .framer-a7AFQ .framer-tg2pfr > :last-child, .framer-a7AFQ .framer-cu2m1g > :last-child, .framer-a7AFQ .framer-w4v7pz > :last-child, .framer-a7AFQ .framer-1u08fut > :last-child, .framer-a7AFQ .framer-1rqjihl > :last-child, .framer-a7AFQ .framer-16ufxhl > :last-child, .framer-a7AFQ .framer-a67ama > :last-child, .framer-a7AFQ .framer-1df7yz5 > :last-child, .framer-a7AFQ .framer-364nkd > :last-child, .framer-a7AFQ .framer-262fc5 > :last-child, .framer-a7AFQ .framer-8bbyvp > :last-child, .framer-a7AFQ .framer-151gjzy > :last-child, .framer-a7AFQ .framer-kokq5u > :last-child, .framer-a7AFQ .framer-99j6v5 > :last-child, .framer-a7AFQ .framer-fleiwr > :last-child, .framer-a7AFQ .framer-1imsg0z > :last-child, .framer-a7AFQ .framer-6lo7yj > :last-child, .framer-a7AFQ .framer-138wez0 > :last-child, .framer-a7AFQ .framer-1vlsvsm > :last-child { margin-bottom: 0px; } .framer-a7AFQ .framer-rcs7so > *, .framer-a7AFQ .framer-151gjzy > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-a7AFQ .framer-7x6647 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-a7AFQ .framer-hokx5r > *, .framer-a7AFQ .framer-ueuftf > *, .framer-a7AFQ .framer-ssfpjp > *, .framer-a7AFQ .framer-82qhjx > *, .framer-a7AFQ .framer-aonxgi > *, .framer-a7AFQ .framer-1hi9ryu > *, .framer-a7AFQ .framer-cu2m1g > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-a7AFQ .framer-1ey1fei > *, .framer-a7AFQ .framer-1ii78jj > *, .framer-a7AFQ .framer-k6nyv5 > *, .framer-a7AFQ .framer-srmoa > *, .framer-a7AFQ .framer-1t0bpmt > *, .framer-a7AFQ .framer-tg2pfr > *, .framer-a7AFQ .framer-w4v7pz > *, .framer-a7AFQ .framer-a67ama > *, .framer-a7AFQ .framer-262fc5 > *, .framer-a7AFQ .framer-fleiwr > *, .framer-a7AFQ .framer-1imsg0z > *, .framer-a7AFQ .framer-6lo7yj > *, .framer-a7AFQ .framer-138wez0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-a7AFQ .framer-1rqjihl > *, .framer-a7AFQ .framer-16ufxhl > *, .framer-a7AFQ .framer-1df7yz5 > *, .framer-a7AFQ .framer-364nkd > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-a7AFQ .framer-iyr91f > *, .framer-a7AFQ .framer-nooj0k > *, .framer-a7AFQ .framer-15gfja0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-a7AFQ .framer-iyr91f > :first-child, .framer-a7AFQ .framer-nooj0k > :first-child, .framer-a7AFQ .framer-15gfja0 > :first-child { margin-left: 0px; } .framer-a7AFQ .framer-iyr91f > :last-child, .framer-a7AFQ .framer-nooj0k > :last-child, .framer-a7AFQ .framer-15gfja0 > :last-child { margin-right: 0px; } .framer-a7AFQ .framer-kokq5u > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-a7AFQ .framer-99j6v5 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-a7AFQ .framer-1vlsvsm > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-a7AFQ[data-border=\"true\"]::after, .framer-a7AFQ [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6413.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"T6MnDCXxn\":{\"layout\":[\"fixed\",\"auto\"]},\"dhxZDdtlV\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-a7AFQ\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6413.5,width:1200};addFonts(FrameraugiA20Il,[{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\"},{family:\"ITC Souvenir Std Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/34XMxqsj82jKpIIXCsdy2uCZak.woff2\"},{family:\"MetroLite LT Two Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/6fhiTL9hCaicW7cZIZNMCTG3FKI.woff2\"}]},...NavigationFonts,...AgeVerificationPopupENFonts,...AnimBottlesMobileFonts,...SlideshowFonts,...AnimBottlesFonts,...VideoFonts,...FeatherFonts,...FeedspringInstagramImageGridFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T6MnDCXxn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dhxZDdtlV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"6413.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["AgeVerificationPopupEN", "isPopupVisible", "setIsPopupVisible", "ye", "age", "setAge", "showLoader", "setShowLoader", "hideLoader", "setHideLoader", "isMobile", "setIsMobile", "ue", "storedAge", "getCookie", "checkIfMobile", "window", "timer", "element", "handleInputChange", "e", "handleSubmit", "setCookie", "name", "value", "days", "date", "parts", "u", "l", "p", "back", "popupStyles", "title", "subTitle", "inputStyles", "buttonStyles", "Loader_Comp_i3SZ_default", "NavigationFonts", "getFonts", "SlLiLjd78_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "AgeVerificationPopupENFonts", "AgeVerificationPopupEN", "MotionDivWithFX", "withFX", "motion", "ImageWithFX", "Image2", "AnimBottlesMobileFonts", "MJ7dgSHuX_default", "SlideshowFonts", "Slideshow", "AnimBottlesFonts", "WjNalvkA_default", "VideoFonts", "Video", "FeatherFonts", "Icon", "FeedspringInstagramImageGridFonts", "FeedspringInstagramImageGrid", "ButtonFonts", "CtlBIT4JQ_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transformTemplate1", "_", "t", "animation2", "transition2", "textEffect", "animation3", "transition3", "textEffect1", "textEffect2", "transformTemplate2", "textEffect3", "textEffect4", "transition4", "animation4", "formVariants", "form", "variants", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "isDisplayed", "isDisplayed1", "elementId2", "ref4", "isDisplayed2", "elementId3", "ref5", "elementId4", "ref6", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "PropertyOverrides2", "SVG", "x", "RichText2", "getLoadingLazyAtYPosition", "Link", "FormContainer", "formState", "l", "FormSelect", "FormPlainTextInput2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
