{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js", "ssg:https://framerusercontent.com/modules/bPfBV7TiQ0tviPoGMDlr/dJRhZ0TpNYklbv2MDJbM/r6RZhpPuT.js", "ssg:https://framerusercontent.com/modules/uikoJ5gnAARfHG0Gcr6C/C35ky3ADU6S387Idvi07/bIjvWKnWy.js", "ssg:https://framerusercontent.com/modules/UzZ2y3IDGJSBXAoneKzT/NJWAwpNnms5dYMa4WrSX/bIjvWKnWy.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,Color}from\"framer\";import{motion}from\"framer-motion\";/**\n * PATTERN\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Pattern(props){const{patternType,front,back,radius,scale,shouldAnimate,direction,diagonal,duration}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;let pattern;let position;let size;let repeat;let blendMode;let filter;let addBackground;let backgroundPosAnimation;const frontHex=Color.toHexString(Color(front));const backHex=Color.toHexString(Color(back));const frontWithoutHex=frontHex.replace(\"#\",\"\");const backWithoutHex=backHex.replace(\"#\",\"\");const factor=direction===\"left\"||direction===\"top\"?-1:1;const xScale=direction===\"left\"||direction===\"right\"?factor*scale:0;const yScale=direction===\"top\"||direction===\"bottom\"?factor*scale:0;if(patternType===\"wave\"){pattern=`radial-gradient(circle at center center, ${front}, ${back}), repeating-radial-gradient(circle at center center, ${front}, ${front}, ${scale}px, transparent ${scale*2}px, transparent ${scale}px)`;blendMode=\"multiply\";}if(patternType===\"zigzag\"){pattern=`linear-gradient(135deg, ${front} 25%, transparent 25%), linear-gradient(225deg, ${front} 25%, transparent 25%), linear-gradient(45deg, ${front} 25%, transparent 25%), linear-gradient(315deg, ${front} 25%, ${back} 25%)`;position=`${scale}px 0, ${scale}px 0, 0 0, 0 0`;size=`${scale*2}px ${scale*2}px`;repeat=`repeat`;}if(patternType===\"diagonal\"){pattern=`repeating-linear-gradient(45deg, ${front}, ${front} ${scale/2}px, ${back} ${scale/2}px, ${back} ${scale*2}px )`;}if(patternType===\"diagonal-two\"){pattern=`repeating-linear-gradient( 135deg, ${front}, ${front} ${scale/2}px, ${back} ${scale/2}px, ${back} ${scale*2}px )`;}if(patternType===\"blocks\"){pattern=`linear-gradient(30deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(150deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(30deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(150deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(60deg, ${back} 25%, transparent 25.5%, transparent 75%, ${back} 75%, ${back}), linear-gradient(60deg, ${back} 25%, transparent 25.5%, transparent 75%, ${back} 75%, ${back})`;size=`${scale*8}px ${scale*14}px`;position=`0 0, 0 0, ${scale*4}px ${scale*7}px, ${scale*4}px ${scale*7}px, 0 0, ${scale*4}px ${scale*7}px`;}if(patternType===\"polka\"){pattern=`radial-gradient(${front} 1px, transparent 1px), radial-gradient(${front} 1px, ${back} 1px)`;size=`${scale*2}px ${scale*2}px`;position=`0 0, ${scale}px ${scale}px`;}if(patternType===\"rhombus\"){pattern=`linear-gradient(135deg, ${front} 25%, transparent 25%), linear-gradient(225deg, ${front} 25%, transparent 25%), linear-gradient(45deg, ${front} 25%, transparent 25%), linear-gradient(315deg, ${front} 25%, ${back} 25%)`;position=`${scale}px 0, ${scale}px 0, 0 0, 0 0`;size=`${scale}px ${scale}px`;repeat=\"repeat\";}if(patternType===\"stars\"){pattern=`radial-gradient(ellipse ${scale}px ${scale}px, ${front}, ${front} 25%, ${back} 25%)`;size=`${scale/2}px ${scale/2}px`;if(shouldAnimate){backgroundPosAnimation=`${xScale}px ${yScale}px`;}}if(patternType===\"circles\"){pattern=`radial-gradient(circle at 100% 50%, ${back} 20%, ${front} 21%, ${front} 34%, transparent 35%, transparent), radial-gradient(circle at 0% 50%, ${back} 20%, ${front} 21%, ${front} 34%, ${back} 35%, ${back})`;size=`${scale*2}px ${scale*2}px`;}if(patternType===\"rectangles\"){pattern=`repeating-linear-gradient(45deg, ${front} 25%, transparent 25%, transparent 75%, ${front} 75%, ${front}), repeating-linear-gradient(45deg, ${front} 25%, ${back} 25%, ${back} 75%, ${front} 75%, ${front})`;position=`0 0, ${scale}px ${scale}px`;size=`${scale*2}px ${scale*2}px`;}if(patternType===\"lines\"){pattern=`linear-gradient(0deg, ${front} 50%, ${back} 50%)`;size=`${scale}px ${scale}px`;}if(patternType===\"lines-vertical\"){pattern=`linear-gradient(to right, ${front} 50%, ${back} 50%)`;size=`${scale}px ${scale}px`;}if(patternType===\"paper\"){pattern=`linear-gradient(${front} 2px, transparent 2px), linear-gradient(90deg, ${front} 2px, transparent 2px), linear-gradient(${front} 1px, transparent 1px), linear-gradient(90deg, ${front} 1px, ${back} 1px)`;size=`${scale*5}px ${scale*5}px, ${scale*5}px ${scale*5}px, ${scale}px ${scale}px, ${scale}px ${scale}px`;position=`-2px -2px, -2px -2px, -1px -1px, -1px -1px`;}if(patternType===\"crosses\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;size=`${scale*4}px ${scale*4}px`;addBackground=back;}if(patternType===\"wave-lines\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='100' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23${frontWithoutHex}' fill-rule='evenodd'/%3E%3C/svg%3E\")`;size=`${scale*10}px ${scale*2}px`;addBackground=back;if(shouldAnimate){backgroundPosAnimation=`${xScale*10}px ${yScale*2}px`;}}if(patternType===\"clouds\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='28'%3E%3Cpath fill='%23${frontWithoutHex}' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E\")`;size=`${scale*5.6}px ${scale*2.8}px`;addBackground=back;if(shouldAnimate){backgroundPosAnimation=`${xScale*5.6}px ${yScale*2.8}px`;}}if(patternType===\"stars-two\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23${frontWithoutHex}' d='m16 8.764 2.351 4.764 5.257.764L19.804 18l.898 5.236L16 20.764l-4.702 2.472.898-5.236-3.804-3.708 5.257-.764Z'%3E%3C/path%3E%3C/svg%3E\")`;size=`${scale*3.2}px ${scale*3.2}px`;addBackground=back;}if(patternType===\"wiggle\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*5.2}px ${scale*2.6}px`;if(shouldAnimate){if(diagonal){backgroundPosAnimation=`-${scale*5.2}px -${scale*5.2}px`;}else{backgroundPosAnimation=`${scale*5.2}px ${scale*5.2}px`;}}}if(patternType===\"groovy\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40c5.523 0 10-4.477 10-10V0C4.477 0 0 4.477 0 10v30zm22 0c-5.523 0-10-4.477-10-10V0c5.523 0 10 4.477 10 10v30z' fill='%23${frontWithoutHex}' fill-rule='evenodd'/%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*2.4}px ${scale*4}px`;if(shouldAnimate){backgroundPosAnimation=`${xScale*2.4}px ${yScale*4}px`;}}if(patternType===\"plus\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*6}px ${scale*6}px`;}return /*#__PURE__*/ _jsx(motion.div,{style:{width:\"100%\",height:\"100%\",backgroundColor:addBackground?addBackground:\"transparent\",backgroundImage:pattern,backgroundPosition:position,backgroundSize:size,backgroundRepeat:repeat,backgroundBlendMode:blendMode,borderRadius:radius,filter:filter},animate:shouldAnimate&&{backgroundPosition:backgroundPosAnimation},transition:{type:\"tween\",ease:\"linear\",duration:duration,repeat:Infinity,repeatType:\"loop\"}});};Pattern.displayName=\"Pattern\";/* Property Controls */ addPropertyControls(Pattern,{patternType:{type:ControlType.Enum,defaultValue:\"wave-lines\",options:[\"wave-lines\",\"clouds\",\"wiggle\",\"groovy\",\"plus\",\"circles\",\"rectangles\",\"lines\",\"lines-vertical\",\"diagonal\",\"diagonal-two\",\"blocks\",\"wave\",\"zigzag\",\"polka\",\"rhombus\",\"stars\",\"stars-two\",\"paper\",\"crosses\",],optionTitles:[\"Wave Lines\",\"Clouds\",\"Wiggle\",\"Groovy\",\"Plus\",\"Circles\",\"Rectangles\",\"Lines\",\"Lines Vertical\",\"Diagonal\",\"Diagonal 2\",\"Blocks\",\"Wave\",\"ZigZag\",\"Polka\",\"Rhombus\",\"Stars\",\"Stars 2\",\"Paper\",\"Crosses\",],title:\"Type\"},front:{type:ControlType.Color,title:\"Front\",defaultValue:\"#FFF\"},back:{type:ControlType.Color,title:\"Back\",defaultValue:\"#2DD\"},scale:{type:ControlType.Number,min:1,max:100,step:1,defaultValue:10},radius:{type:ControlType.Number,min:0,max:100,step:1,defaultValue:0},shouldAnimate:{type:ControlType.Boolean,title:\"Animate\",defaultValue:false,hidden(props){return props.patternType!==\"wave-lines\"&&props.patternType!==\"wiggle\"&&props.patternType!==\"clouds\"&&props.patternType!==\"stars\"&&props.patternType!==\"groovy\";}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true,hidden(props){return props.patternType===\"wiggle\"||props.shouldAnimate===false;}},diagonal:{type:ControlType.Boolean,title:\"Direction\",defaultValue:true,enabledTitle:\"TL\",disabledTitle:\"BR\",hidden(props){return props.patternType!==\"wiggle\";}},duration:{type:ControlType.Number,min:0,max:50,step:.1,defaultValue:5,hidden(props){return props.shouldAnimate===false;}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Pattern\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Pattern.map", "// Generated by Framer (13d9867)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={YId6lnCZp:{hover:true}};const serializationHash=\"framer-4FlTD\";const variantClassNames={YId6lnCZp:\"framer-v-dws83v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,link,title,width,...props})=>{var _ref,_ref1;return{...props,GMvB6keo3:(_ref=title!==null&&title!==void 0?title:props.GMvB6keo3)!==null&&_ref!==void 0?_ref:\"PATAGONIA\",NkawZi1e7:link!==null&&link!==void 0?link:props.NkawZi1e7,sZEpGJnJv:(_ref1=image!==null&&image!==void 0?image:props.sZEpGJnJv)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/2JTHH1Vdgc3m49IIggraSwRqc.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/2JTHH1Vdgc3m49IIggraSwRqc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2JTHH1Vdgc3m49IIggraSwRqc.jpg 1000w\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,sZEpGJnJv,GMvB6keo3,NkawZi1e7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"YId6lnCZp\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:NkawZi1e7,nodeId:\"YId6lnCZp\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:577,pixelWidth:1e3,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(sZEpGJnJv),...{positionX:\"center\",positionY:\"center\"}},className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-dws83v\",className,classNames)} framer-1ns30xg`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"YId6lnCZp\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"YId6lnCZp-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)))\"},children:\"PATAGONIA\"})}),className:\"framer-18qa5ds\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"rDNDdlvEz\",style:{\"--extracted-r6o4lv\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:GMvB6keo3,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"YId6lnCZp-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)))\",\"--framer-text-decoration\":\"underline\"},children:\"PATAGONIA\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4FlTD.framer-1ns30xg, .framer-4FlTD .framer-1ns30xg { display: block; }\",\".framer-4FlTD.framer-dws83v { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 157px; justify-content: center; overflow: hidden; padding: 28px; position: relative; text-decoration: none; width: 294px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4FlTD .framer-18qa5ds { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4FlTD.framer-dws83v { gap: 0px; } .framer-4FlTD.framer-dws83v > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-4FlTD.framer-dws83v > :first-child { margin-top: 0px; } .framer-4FlTD.framer-dws83v > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 157\n * @framerIntrinsicWidth 294\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"dCPbqNBHa\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"sZEpGJnJv\":\"image\",\"GMvB6keo3\":\"title\",\"NkawZi1e7\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerr6RZhpPuT=withCSS(Component,css,\"framer-4FlTD\");export default Framerr6RZhpPuT;Framerr6RZhpPuT.displayName=\"Product Card Brand\";Framerr6RZhpPuT.defaultProps={height:157,width:294};addPropertyControls(Framerr6RZhpPuT,{sZEpGJnJv:{__defaultAssetReference:\"data:framer/asset-reference,2JTHH1Vdgc3m49IIggraSwRqc.jpg?originalFilename=patagonia.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},GMvB6keo3:{defaultValue:\"PATAGONIA\",displayTextArea:false,title:\"Title\",type:ControlType.String},NkawZi1e7:{title:\"Link\",type:ControlType.Link}});addFonts(Framerr6RZhpPuT,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerr6RZhpPuT\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dCPbqNBHa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"157\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"294\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"sZEpGJnJv\\\":\\\"image\\\",\\\"GMvB6keo3\\\":\\\"title\\\",\\\"NkawZi1e7\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./r6RZhpPuT.map", "// Generated by Framer (9045c1a)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={duAItvgVi:new LazyValue(()=>import(\"./bIjvWKnWy-4.js\")),L0dHqwGKv:new LazyValue(()=>import(\"./bIjvWKnWy-1.js\")),nDgX8Td__:new LazyValue(()=>import(\"./bIjvWKnWy-0.js\")),U5WiPig5d:new LazyValue(()=>import(\"./bIjvWKnWy-2.js\")),vgtRqtO5u:new LazyValue(()=>import(\"./bIjvWKnWy-3.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Pattern from\"https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js\";import SectionTheProcess from\"#framer/local/canvasComponent/AYCct0Hog/AYCct0Hog.js\";import GeneralReviewStack from\"#framer/local/canvasComponent/AZAip9HVM/AZAip9HVM.js\";import GeneralButtonMainProducts from\"#framer/local/canvasComponent/hlFvsfFZp/hlFvsfFZp.js\";import SectionLogos from\"#framer/local/canvasComponent/L3hGUfN6U/L3hGUfN6U.js\";import GeneralCardReview from\"#framer/local/canvasComponent/l5NR042bK/l5NR042bK.js\";import GeneralButtonCTA from\"#framer/local/canvasComponent/OlTWqYMo3/OlTWqYMo3.js\";import ProductCardBrand from\"#framer/local/canvasComponent/r6RZhpPuT/r6RZhpPuT.js\";import GeneralButtonPrimary from\"#framer/local/canvasComponent/Tnz4seCKc/Tnz4seCKc.js\";import SalesTeam from\"#framer/local/canvasComponent/WjElGbZe2/WjElGbZe2.js\";import GeneralButtonMainContactUs from\"#framer/local/canvasComponent/YGCWihovH/YGCWihovH.js\";import NavigationNavigationDynamic from\"#framer/local/canvasComponent/yLyAV9Zho/yLyAV9Zho.js\";import ElementsBadge from\"#framer/local/canvasComponent/YWQD3K97X/YWQD3K97X.js\";import SectionFooterNew from\"#framer/local/canvasComponent/ZOBFYsT83/ZOBFYsT83.js\";import{withScrollContainer}from\"#framer/local/codeFile/UHKGuAd/Carousel_Overflow_Visible.js\";import Reviews from\"#framer/local/collection/FRttb_OaO/FRttb_OaO.js\";import*as sharedStyle3 from\"#framer/local/css/afLPok9Ws/afLPok9Ws.js\";import*as sharedStyle6 from\"#framer/local/css/i59KN99_1/i59KN99_1.js\";import*as sharedStyle5 from\"#framer/local/css/icPLhh6Wb/icPLhh6Wb.js\";import*as sharedStyle from\"#framer/local/css/KDERLmSr4/KDERLmSr4.js\";import*as sharedStyle4 from\"#framer/local/css/pbkah0okA/pbkah0okA.js\";import*as sharedStyle1 from\"#framer/local/css/puB8kY46u/puB8kY46u.js\";import*as sharedStyle2 from\"#framer/local/css/t5dnOlo48/t5dnOlo48.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/bIjvWKnWy/bIjvWKnWy.js\";import metadataProvider from\"#framer/local/webPageMetadata/bIjvWKnWy/bIjvWKnWy.js\";const NavigationNavigationDynamicFonts=getFonts(NavigationNavigationDynamic);const NavigationNavigationDynamicWithVariantAppearEffect=withVariantAppearEffect(NavigationNavigationDynamic);const GeneralButtonMainProductsFonts=getFonts(GeneralButtonMainProducts);const GeneralButtonMainContactUsFonts=getFonts(GeneralButtonMainContactUs);const SectionLogosFonts=getFonts(SectionLogos);const GeneralButtonCTAFonts=getFonts(GeneralButtonCTA);const ProductCardBrandFonts=getFonts(ProductCardBrand);const CarouselFonts=getFonts(Carousel);const CarouselWithScrollContainerofoid8=withCodeBoundaryForOverrides(Carousel,{nodeId:\"mNrHRSUId\",override:withScrollContainer,scopeId:\"bIjvWKnWy\"});const ElementsBadgeFonts=getFonts(ElementsBadge);const MotionDivWithFX=withFX(motion.div);const GeneralReviewStackFonts=getFonts(GeneralReviewStack);const GeneralCardReviewFonts=getFonts(GeneralCardReview);const PatternFonts=getFonts(Pattern);const TickerFonts=getFonts(Ticker);const SectionTheProcessFonts=getFonts(SectionTheProcess);const GeneralButtonPrimaryFonts=getFonts(GeneralButtonPrimary);const SalesTeamFonts=getFonts(SalesTeam);const SectionFooterNewFonts=getFonts(SectionFooterNew);const breakpoints={EvnuX3Es8:\"(max-width: 809px)\",j1XYnD67E:\"(min-width: 810px) and (max-width: 1199px)\",mn7A9nGbm:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-en5zR\";const variantClassNames={EvnuX3Es8:\"framer-v-19h1ey4\",j1XYnD67E:\"framer-v-pasfib\",mn7A9nGbm:\"framer-v-1i94rsk\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const convertFromEnum=(value,activeLocale)=>{switch(value){case\"L0dHqwGKv\":return\"c0jpBKaDy\";default:return\"mnoC6k63i\";}};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transformTemplate3=(_,t)=>`translate(-50%, -50%) ${t}`;const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"default\":return\"https://products.mondaymerch.com/en/shop\";case\"nDgX8Td__\":return\"https://products.mondaymerch.com/nl/shop\";case\"L0dHqwGKv\":return\"https://products.mondaymerch.com/de/shop\";case\"U5WiPig5d\":return\"https://products.mondaymerch.com/fr/shop\";case\"vgtRqtO5u\":return\"https://products.mondaymerch.com/es/shop\";case\"duAItvgVi\":return\"https://products.mondaymerch.com/it/shop\";default:return\"https://products.mondaymerch.com/en/shop\";}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"mn7A9nGbm\",Phone:\"EvnuX3Es8\",Tablet:\"j1XYnD67E\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"mn7A9nGbm\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,mG1ZFuhB7e9UwDe2i6,LfVv2cQ0te9UwDe2i6,ceO_qBsDbe9UwDe2i6,dr7ykpbh7e9UwDe2i6,Du_tZCJ24e9UwDe2i6,w5mLtAUlZe9UwDe2i6,ide9UwDe2i6,mG1ZFuhB7l1P0zaQHV,LfVv2cQ0tl1P0zaQHV,ceO_qBsDbl1P0zaQHV,dr7ykpbh7l1P0zaQHV,Du_tZCJ24l1P0zaQHV,w5mLtAUlZl1P0zaQHV,idl1P0zaQHV,mG1ZFuhB7tZcD1BZsc,LfVv2cQ0ttZcD1BZsc,ceO_qBsDbtZcD1BZsc,dr7ykpbh7tZcD1BZsc,Du_tZCJ24tZcD1BZsc,w5mLtAUlZtZcD1BZsc,idtZcD1BZsc,mG1ZFuhB7AUdlqpuQp,LfVv2cQ0tAUdlqpuQp,ceO_qBsDbAUdlqpuQp,dr7ykpbh7AUdlqpuQp,Du_tZCJ24AUdlqpuQp,w5mLtAUlZAUdlqpuQp,idAUdlqpuQp,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"EvnuX3Es8\")return false;return true;};const elementId=useRouteElementId(\"ujrG_9N3r\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"uTarCtNuk\");const ref2=React.useRef(null);const router=useRouter();const elementId2=useRouteElementId(\"BHLn5vjzE\");const ref3=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"mn7A9nGbm\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1i94rsk\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y9mn4y-container\",layoutScroll:true,nodeId:\"KJ3AnM_fA\",rendersWithMotion:true,scopeId:\"bIjvWKnWy\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{__framer__scrollDirection:{direction:\"down\",target:\"vAGX4Do8W\"},variant:\"dHv5vO7vi\"},j1XYnD67E:{__framer__scrollDirection:{direction:\"down\",target:\"w0w7rfZ2J\"},variant:\"E6SJ4KTr6\"}},children:/*#__PURE__*/_jsx(NavigationNavigationDynamicWithVariantAppearEffect,{__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:\"eKzaztzZA\"},__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"KJ3AnM_fA\",layoutId:\"KJ3AnM_fA\",style:{width:\"100%\"},variant:\"ZSKdHKUlP\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-zsb5mj\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-8xgdfc\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v5sv5h\",\"data-framer-name\":\"Title and text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-7okns9\",\"data-styles-preset\":\"KDERLmSr4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"Sustainable Merch\"})})},j1XYnD67E:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-7okns9\",\"data-styles-preset\":\"KDERLmSr4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"Sustainable Merch\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-7okns9\",\"data-styles-preset\":\"KDERLmSr4\",style:{\"--framer-text-alignment\":\"center\"},children:\"Sustainable Merch\"})}),className:\"framer-1ck4lps\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11ru2ty\",\"data-styles-preset\":\"puB8kY46u\",style:{\"--framer-text-alignment\":\"center\"},children:\"In a world of environmental challenges, traditional promotional products and corporate gifts often contribute to the problem. Choosing the right brands and materials is the biggest impact we can make to change this.\"})}),className:\"framer-1ed1ktz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16gqiqt\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{width:`max(min(${componentViewport?.width||\"100vw\"} - 58px, 680px), 200px)`,y:(componentViewport?.y||0)+0+0+0+0+124+0+32+200.8+10+0},j1XYnD67E:{width:undefined,y:(componentViewport?.y||0)+0+0+0+0+140+0+32+200.8+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"335px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1plgd7y-container\",nodeId:\"QEGD5bD8n\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(GeneralButtonMainProducts,{esOJc5nzU:getLocalizedValue(\"v3\",activeLocale)??\"To Catalogue\",GUBMHJclj:\"https://products.mondaymerch.com/en/shop?sustainability_filter_ids=1,2,3,4\",height:\"100%\",id:\"QEGD5bD8n\",layoutId:\"QEGD5bD8n\",style:{height:\"100%\",width:\"100%\"},variant:\"bztV645rt\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{width:`max(min(${componentViewport?.width||\"100vw\"} - 58px, 680px), 200px)`,y:(componentViewport?.y||0)+0+0+0+0+124+0+32+200.8+10+60},j1XYnD67E:{width:undefined,y:(componentViewport?.y||0)+0+0+0+0+140+0+32+200.8+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"335px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aeegcl-container\",nodeId:\"bBINofCTk\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1XYnD67E:{style:{height:\"100%\"}}},children:/*#__PURE__*/_jsx(GeneralButtonMainContactUs,{height:\"100%\",id:\"bBINofCTk\",layoutId:\"bBINofCTk\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v4\",activeLocale)??\"Nature with windmill\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+124+518),sizes:\"700px\",src:\"https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png\",srcSet:\"https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png 3648w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v4\",activeLocale)??\"Nature with windmill\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+530),sizes:\"646px\",src:\"https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png\",srcSet:\"https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png 3648w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:getLocalizedValue(\"v4\",activeLocale)??\"Nature with windmill\",fit:\"fill\",sizes:\"646px\",src:\"https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png\",srcSet:\"https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7ER2PJGdJnES343AYQsDqMQGJ8Q.png 3648w\"},className:\"framer-1cyyoz\",\"data-framer-name\":\"Image\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-pcc2cm\",\"data-framer-name\":\"Pencil drawing\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:142,intrinsicWidth:165,style:{rotate:24},svg:'<svg width=\"165\" height=\"142\" viewBox=\"0 0 165 142\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M99.1145 59.0198C99.0767 56.2757 98.7172 53.5079 97.998 50.7212C95.4763 40.9418 84.2255 34.6634 72.2508 33.1873C60.2808 31.7112 47.833 35.0703 43.0355 43.577C40.2914 48.4407 39.9129 52.6326 41.0342 56.1669C42.1508 59.6821 44.8001 62.5965 48.3958 64.8675C58.4213 71.1932 75.979 72.4848 83.989 69.84C87.6935 68.6146 91.3128 67.1386 94.8375 65.4496C92.822 76.5064 85.3135 86.9813 75.2928 96.4201C53.515 116.935 19.72 132.505 1.31557 138.23C0.326746 138.537 -0.222121 139.588 0.0854081 140.576C0.392937 141.565 1.44325 142.119 2.43207 141.811C21.2008 135.973 55.6536 120.071 77.862 99.15C89.3352 88.3439 97.5107 76.1799 98.9064 63.3914C124.843 49.5337 146.143 24.3921 164.353 3.23405C165.03 2.4534 164.94 1.26582 164.155 0.589257C163.369 -0.0825763 162.186 0.00254864 161.51 0.787931C144.042 21.0801 123.769 45.2188 99.1145 59.0198ZM95.3439 61.0306C95.4858 57.9458 95.1829 54.8137 94.3644 51.6533C92.1833 43.1891 82.1579 38.1835 71.7918 36.9061C65.4377 36.1254 58.904 36.7689 53.7801 39.0588C50.5581 40.4971 47.9038 42.5835 46.3046 45.4223C44.204 49.1457 43.7497 52.3299 44.6108 55.0314C45.4719 57.7519 47.6106 59.9376 50.3973 61.6929C59.5333 67.4602 75.52 68.6857 82.8108 66.2775C87.1115 64.8582 91.2845 63.0886 95.3439 61.0306Z\" fill=\"#8AC1AF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ynmca1\",\"data-framer-name\":\"Pencil drawing\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 227 107\"><path d=\"M 85.142 20.102 C 85.043 20.087 84.944 20.069 84.85 20.051 C 83.578 19.783 81.807 19.281 79.697 18.764 C 74.512 17.489 67.382 16.16 60.464 17.624 C 55.816 18.608 51.233 20.839 47.404 25.232 C 45.634 27.271 45.61 29.523 46.618 31.724 C 48.045 34.855 51.568 37.874 54.676 39.916 C 55.924 40.734 58.83 42.048 60.695 43.052 C 9.017 41.476 -22.381 83.603 19.284 106.354 C 19.779 106.625 20.523 106.586 20.947 106.273 C 21.366 105.957 21.309 105.482 20.815 105.211 C -19.578 83.152 11.749 42.117 62.286 44.622 C 63.21 44.667 63.713 44.475 63.954 44.315 C 64.302 44.081 64.462 43.771 64.25 43.371 C 64.09 43.073 63.431 42.565 62.418 42.015 C 60.605 41.025 57.624 39.693 56.362 38.866 C 53.489 36.981 50.197 34.199 48.879 31.306 C 48.05 29.493 48.007 27.638 49.462 25.963 C 52.919 21.994 57.007 19.94 61.208 19.05 C 67.561 17.705 74.093 18.998 78.854 20.165 C 81.393 20.791 83.46 21.386 84.788 21.606 C 85.678 21.753 86.357 21.732 86.79 21.618 C 87.011 21.557 87.449 21.389 87.553 20.956 C 87.652 20.535 87.299 18.638 87.294 18.319 C 87.214 9.601 97.005 3.897 109.862 2.249 C 131.408 -0.512 144.217 6.119 145.804 14.476 C 147.193 21.783 140.045 30.242 123.053 34.759 C 122.497 34.867 121.937 34.975 121.376 35.08 C 119.483 35.438 114.585 36.43 113.931 36.617 C 113.017 36.876 113.163 37.426 113.191 37.507 C 113.267 37.702 113.455 37.985 114.105 38.069 C 114.166 38.078 114.491 38.096 115.103 38 C 118.263 37.498 121.184 36.882 123.867 36.172 C 126.787 35.607 129.693 35.026 132.656 34.548 C 144.811 32.59 157.343 31.051 169.912 31.926 C 184.253 32.921 202.596 37.745 213.753 44.91 C 219.215 48.42 222.951 52.488 223.525 56.96 C 224.105 61.428 221.504 66.273 214.459 71.337 C 214.027 71.646 214.073 72.122 214.558 72.398 C 215.044 72.675 215.788 72.645 216.22 72.335 C 223.798 66.886 226.493 61.645 225.871 56.837 C 225.254 52.028 221.298 47.626 215.421 43.852 C 203.901 36.452 184.973 31.46 170.167 30.431 C 157.748 29.568 145.372 30.988 133.343 32.888 C 144.721 27.803 149.341 20.604 148.141 14.295 C 146.421 5.235 132.755 -2.217 109.395 0.776 C 95.404 2.568 84.854 8.837 84.939 18.328 C 84.944 18.514 85.057 19.456 85.142 20.102 Z\" fill=\"#8ac1af\"></path></svg>',svgContentId:11610115775,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1y7jdag\",\"data-framer-name\":\"Pencil drawing\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 51 56\"><path d=\"M 16.819 51.795 C 12.019 50.448 6.994 49.769 2.119 49.146 C 1.069 49.016 0.094 49.744 0.019 50.77 C -0.131 51.797 0.62 52.736 1.595 52.866 C 6.32 53.465 11.194 54.107 15.769 55.404 C 16.744 55.685 17.795 55.106 18.095 54.11 C 18.395 53.114 17.794 52.077 16.819 51.795 Z\" fill=\"#8ac1af\"></path><path d=\"M 31.369 32.698 C 23.644 24.815 14.944 17.946 7.369 9.851 C 6.694 9.095 5.494 9.055 4.744 9.761 C 3.994 10.467 3.919 11.655 4.669 12.411 C 12.244 20.529 20.944 27.42 28.669 35.327 C 29.419 36.065 30.619 36.075 31.369 35.349 C 32.044 34.624 32.119 33.436 31.369 32.698 Z\" fill=\"#8ac1af\"></path><path d=\"M 45.846 2.376 C 46.071 6.888 46.295 11.4 46.52 15.913 C 46.52 16.947 47.421 17.744 48.471 17.694 C 49.521 17.643 50.27 16.764 50.27 15.729 C 50.045 11.21 49.821 6.691 49.596 2.172 C 49.521 1.139 48.62 0.346 47.57 0.402 C 46.595 0.458 45.771 1.343 45.846 2.376 Z\" fill=\"#8ac1af\"></path></svg>',svgContentId:10120191244,withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-j19lr6\",\"data-framer-name\":\"Pencil drawing\",style:{rotate:228},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1gp8yd9\",\"data-framer-name\":\"Pencil drawing\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 76 45\"><path d=\"M 9.639 0.369 C 6.646 1.66 3.674 2.912 0.722 4.287 C 0.086 4.58 -0.179 5.309 0.127 5.915 C 0.432 6.527 1.195 6.781 1.827 6.488 C 4.763 5.123 7.71 3.881 10.682 2.599 C 11.323 2.32 11.608 1.596 11.323 0.985 C 11.033 0.369 10.28 0.09 9.639 0.369 Z\" fill=\"#8ac1af\"></path><path d=\"M 31.624 15.644 C 27.277 24.688 23.409 33.938 19.267 43.065 C 18.987 43.686 19.282 44.405 19.923 44.674 C 20.57 44.943 21.318 44.664 21.603 44.043 C 25.735 34.931 29.593 25.696 33.934 16.671 C 34.229 16.055 33.949 15.331 33.313 15.047 C 32.672 14.764 31.919 15.033 31.624 15.644 Z\" fill=\"#8ac1af\"></path><path d=\"M 68.914 17.992 C 70.303 26.307 71.937 34.598 73.229 42.928 C 73.336 43.593 73.982 44.053 74.674 43.955 C 75.372 43.857 75.85 43.231 75.748 42.566 C 74.45 34.226 72.817 25.926 71.422 17.601 C 71.31 16.936 70.659 16.481 69.967 16.588 C 69.269 16.696 68.802 17.322 68.914 17.992 Z\" fill=\"#8ac1af\"></path></svg>',svgContentId:8998228069,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v5\",activeLocale)??\"Bottle\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:204.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+124+518+358-255),pixelHeight:1080,pixelWidth:409,sizes:\"126px\",src:\"https://framerusercontent.com/images/DCQihGVvn6juWOrbeQUQubSGhY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/DCQihGVvn6juWOrbeQUQubSGhY.png 409w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v5\",activeLocale)??\"Bottle\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:204.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+530+-45),pixelHeight:1080,pixelWidth:409,sizes:\"170.038px\",src:\"https://framerusercontent.com/images/DCQihGVvn6juWOrbeQUQubSGhY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/DCQihGVvn6juWOrbeQUQubSGhY.png 409w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v5\",activeLocale)??\"Bottle\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:204.5,pixelHeight:1080,pixelWidth:409,sizes:\"170.038px\",src:\"https://framerusercontent.com/images/DCQihGVvn6juWOrbeQUQubSGhY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/DCQihGVvn6juWOrbeQUQubSGhY.png 409w\"},className:\"framer-1dut2t4\",\"data-framer-name\":\"Bottle\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t4q1if\",\"data-framer-name\":\"Notebook and pen\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v6\",activeLocale)??\"Notebook\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+124+518+358-214.5+0),pixelHeight:1080,pixelWidth:1080,sizes:\"148px\",src:\"https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png 1080w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v6\",activeLocale)??\"Notebook\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+530+22+0),pixelHeight:1080,pixelWidth:1080,sizes:\"207px\",src:\"https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v6\",activeLocale)??\"Notebook\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"207px\",src:\"https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M0Uv5iRg0JOizBxNAlEJfdYYMQ.png 1080w\"},className:\"framer-xjdb8k\",\"data-framer-name\":\"Notebook\",style:{rotate:6}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v7\",activeLocale)??\"Pen\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:437.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+124+518+358-214.5+164-115.0106508609606),pixelHeight:1080,pixelWidth:875,sizes:\"88px\",src:\"https://framerusercontent.com/images/kRLMCTbb0PWdUec5WLmJrhUDrYc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/kRLMCTbb0PWdUec5WLmJrhUDrYc.png?scale-down-to=1024 829w,https://framerusercontent.com/images/kRLMCTbb0PWdUec5WLmJrhUDrYc.png 875w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v7\",activeLocale)??\"Pen\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:437.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+530+22+230-153.49871976850773),pixelHeight:1080,pixelWidth:875,sizes:\"124px\",src:\"https://framerusercontent.com/images/kRLMCTbb0PWdUec5WLmJrhUDrYc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/kRLMCTbb0PWdUec5WLmJrhUDrYc.png?scale-down-to=1024 829w,https://framerusercontent.com/images/kRLMCTbb0PWdUec5WLmJrhUDrYc.png 875w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v7\",activeLocale)??\"Pen\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:437.5,pixelHeight:1080,pixelWidth:875,sizes:\"124px\",src:\"https://framerusercontent.com/images/kRLMCTbb0PWdUec5WLmJrhUDrYc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/kRLMCTbb0PWdUec5WLmJrhUDrYc.png?scale-down-to=1024 829w,https://framerusercontent.com/images/kRLMCTbb0PWdUec5WLmJrhUDrYc.png 875w\"},className:\"framer-xnekw5\",\"data-framer-name\":\"Pen\",style:{rotate:19}})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v440w6\",\"data-border\":true,\"data-framer-name\":\"Certification\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bl475j\",\"data-framer-name\":\"image 4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1q9xndf\",\"data-framer-name\":\"csr\",fill:\"black\",intrinsicHeight:260,intrinsicWidth:260,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 260 260\"><defs><linearGradient x1=\"0\" y1=\"130\" x2=\"260\" y2=\"130\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"matrix(1 0 0 -1 0 260)\" id=\"linear-gradient\"><stop offset=\"0%\" stop-color=\"#E1B090\"/><stop offset=\"12%\" stop-color=\"#C29375\"/><stop offset=\"19%\" stop-color=\"#C69779\"/><stop offset=\"26%\" stop-color=\"#D1A486\"/><stop offset=\"34%\" stop-color=\"#E3BA9C\"/><stop offset=\"40%\" stop-color=\"#F6D0B2\"/><stop offset=\"91%\" stop-color=\"#B17F60\"/></linearGradient><linearGradient x1=\"72\" y1=\"70.5\" x2=\"188\" y2=\"70.5\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"matrix(1 0 0 -1 0 260)\" id=\"linear-gradient-2\"><stop offset=\"0%\" stop-color=\"#E1B090\"/><stop offset=\"12%\" stop-color=\"#C29375\"/><stop offset=\"19%\" stop-color=\"#C69779\"/><stop offset=\"91%\" stop-color=\"#B17F60\"/></linearGradient><linearGradient x1=\"22.53\" y1=\"129.03\" x2=\"200.21\" y2=\"233.86\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"matrix(1 0 0 -1 0 260)\" id=\"linear-gradient-3\"><stop offset=\"0%\" stop-color=\"#B17F60\"/><stop offset=\"18%\" stop-color=\"#E2B191\"/><stop offset=\"96%\" stop-color=\"#F6D0B2\"/></linearGradient><style>@font-face{font-family:&apos;Montserrat&apos;;font-style:normal;font-weight:700;src:url(data:application/font-woff;charset=utf-8;base64,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) format(&quot;woff2&quot;)}.cls-2{fill:#4b4b4a;stroke-width:0}</style></defs><g id=\"medal-bronze\"><path d=\"m50.39 28-28 15h28V28Z\" stroke-width=\"0\" class=\"cls-2\" style=\"fill:#4b4b4a\"/><path d=\"M130 260c71.8 0 130-58.2 130-130S201.8 0 130 0 0 58.2 0 130s58.2 130 130 130Z\" stroke-width=\"0\" style=\"fill:url(#linear-gradient);stroke-width:0\"/><path d=\"M130 245c63.51 0 115-51.49 115-115S193.51 15 130 15 15 66.49 15 130s51.49 115 115 115Z\" stroke-width=\"0\" style=\"fill:#f9f9fa;stroke-width:0\"/><path d=\"M188 188H72v3h116v-3Z\" stroke-width=\"0\" style=\"fill:url(#linear-gradient-2);stroke-width:0\"/><path d=\"M50.85 178.13c-.85 0-1.67-.13-2.45-.38-.78-.27-1.39-.61-1.84-1.02l.59-1.25c.43.37.97.68 1.63.93.66.25 1.35.37 2.06.37.65 0 1.18-.08 1.58-.22.41-.15.7-.35.9-.61.19-.27.29-.57.29-.9 0-.38-.13-.69-.38-.93-.25-.24-.57-.42-.98-.56-.39-.15-.83-.28-1.31-.38s-.97-.23-1.46-.37c-.48-.15-.92-.34-1.33-.56-.39-.22-.71-.52-.96-.9s-.37-.88-.37-1.47.15-1.1.45-1.58c.31-.49.78-.88 1.41-1.17.64-.3 1.45-.45 2.43-.45.65 0 1.3.09 1.94.26.64.17 1.19.42 1.66.74l-.53 1.28c-.48-.32-.99-.55-1.52-.69-.53-.15-1.05-.22-1.55-.22-.63 0-1.15.08-1.55.24s-.7.37-.9.64c-.18.27-.27.57-.27.9 0 .4.12.71.37.94.26.24.58.42.98.56.41.14.85.27 1.33.38.48.11.96.23 1.44.37.49.14.93.32 1.33.54.41.22.73.52.98.9s.37.85.37 1.44-.15 1.09-.46 1.58c-.31.48-.79.87-1.44 1.17-.64.29-1.45.43-2.43.43Zm10.02-.03c-.73 0-1.37-.13-1.92-.4-.54-.27-.97-.67-1.28-1.22-.3-.55-.45-1.25-.45-2.08v-4.88h1.54v4.7c0 .83.2 1.46.59 1.87.41.42.97.62 1.7.62.53 0 1-.11 1.39-.32.39-.22.7-.54.91-.96.21-.43.32-.94.32-1.54v-4.38h1.54v8.48h-1.46v-2.29l.24.61c-.28.56-.69 1-1.25 1.31-.55.31-1.18.46-1.87.46Zm9.69 0c-.7 0-1.38-.1-2.02-.29-.63-.19-1.13-.43-1.49-.7l.64-1.22c.36.24.81.45 1.34.62.53.17 1.08.26 1.63.26.71 0 1.23-.1 1.54-.3.32-.2.48-.49.48-.85 0-.27-.1-.47-.29-.62s-.45-.26-.77-.34c-.31-.08-.66-.14-1.04-.19-.38-.06-.77-.14-1.15-.22-.38-.1-.74-.22-1.06-.38-.32-.17-.58-.4-.77-.69-.19-.3-.29-.69-.29-1.18s.14-.96.43-1.34.69-.68 1.22-.88c.53-.21 1.16-.32 1.89-.32.55 0 1.11.07 1.68.21.58.13 1.05.32 1.41.56l-.66 1.22a3.56 3.56 0 0 0-1.2-.53c-.42-.1-.83-.14-1.25-.14-.67 0-1.17.11-1.5.34-.33.21-.5.49-.5.83 0 .29.1.51.29.67.2.15.46.27.77.35.32.09.67.16 1.06.22.38.05.77.13 1.15.22.38.09.73.21 1.04.37.32.16.58.38.77.67.2.29.3.67.3 1.15 0 .51-.15.96-.45 1.33-.3.37-.72.67-1.26.88-.54.2-1.19.3-1.95.3Zm8.5 0c-.85 0-1.51-.23-1.98-.69-.47-.46-.7-1.12-.7-1.97v-7.78h1.54v7.71c0 .46.11.81.34 1.06.23.24.57.37.99.37.48 0 .88-.13 1.2-.4l.48 1.1c-.23.2-.52.35-.85.45-.32.1-.66.14-1.01.14Zm-4.13-7.31v-1.26h5.41v1.26h-5.41Zm13.1 7.22v-1.79l-.08-.34v-3.06c0-.65-.19-1.15-.58-1.5-.37-.36-.94-.54-1.7-.54-.5 0-.99.08-1.47.26-.48.16-.89.38-1.22.66l-.64-1.15c.44-.35.96-.62 1.57-.8.62-.19 1.26-.29 1.94-.29 1.16 0 2.06.28 2.69.85.63.57.94 1.43.94 2.59v5.12h-1.46Zm-2.78.1c-.63 0-1.18-.11-1.66-.32-.47-.21-.83-.51-1.09-.88-.26-.38-.38-.82-.38-1.3s.11-.88.32-1.25c.22-.37.58-.67 1.07-.9.5-.22 1.17-.34 2.02-.34h2.69v1.1H85.6c-.77 0-1.29.13-1.55.38-.27.26-.4.57-.4.93 0 .42.17.75.5 1.01.33.24.79.37 1.38.37s1.08-.13 1.5-.38c.44-.26.75-.63.94-1.12l.3 1.06c-.2.5-.56.9-1.07 1.2-.51.29-1.16.43-1.94.43Zm7.08-.1v-8.48h1.54v8.48h-1.54Zm.77-10.11c-.3 0-.55-.1-.75-.29-.19-.19-.29-.43-.29-.7s.1-.53.29-.72c.2-.19.45-.29.75-.29s.54.1.74.29c.2.18.3.41.3.69s-.1.53-.29.74c-.19.19-.44.29-.75.29Zm8.23 1.55c.69 0 1.3.13 1.82.4.53.27.95.67 1.25 1.22s.45 1.23.45 2.06v4.88h-1.54v-4.7c0-.82-.2-1.44-.61-1.86-.4-.42-.96-.62-1.68-.62-.54 0-1.02.11-1.42.32-.41.21-.72.53-.94.94-.21.42-.32.93-.32 1.55v4.37H96.8v-8.48h1.47v2.29l-.24-.61c.28-.55.7-.99 1.28-1.3.58-.31 1.25-.46 2.02-.46Zm11.63 8.56v-1.79l-.08-.34v-3.06c0-.65-.19-1.15-.58-1.5-.37-.36-.94-.54-1.7-.54-.5 0-.99.08-1.47.26-.48.16-.89.38-1.22.66l-.64-1.15c.44-.35.96-.62 1.57-.8.62-.19 1.26-.29 1.94-.29 1.16 0 2.06.28 2.69.85.63.57.94 1.43.94 2.59v5.12h-1.46Zm-2.78.1c-.63 0-1.18-.11-1.66-.32-.47-.21-.83-.51-1.09-.88-.26-.38-.38-.82-.38-1.3s.11-.88.32-1.25c.22-.37.58-.67 1.07-.9.5-.22 1.17-.34 2.02-.34h2.69v1.1h-2.62c-.77 0-1.29.13-1.55.38-.27.26-.4.57-.4.93 0 .42.17.75.5 1.01.33.24.79.37 1.38.37s1.08-.13 1.5-.38c.44-.26.75-.63.94-1.12l.3 1.06c-.2.5-.56.9-1.07 1.2-.51.29-1.16.43-1.94.43Zm11.58 0c-.72 0-1.38-.16-1.97-.48-.58-.33-1.03-.82-1.38-1.46-.33-.64-.5-1.44-.5-2.4s.17-1.76.51-2.4c.35-.64.82-1.12 1.39-1.44.59-.32 1.23-.48 1.94-.48.83 0 1.57.18 2.21.54.64.36 1.15.87 1.52 1.52.37.64.56 1.39.56 2.26s-.19 1.62-.56 2.27c-.37.65-.88 1.16-1.52 1.52-.64.36-1.38.54-2.21.54Zm-4.5-.1v-11.87h1.54v5.65l-.16 1.97.1 1.97v2.29h-1.47Zm4.37-1.25c.54 0 1.03-.12 1.46-.37.44-.24.78-.59 1.02-1.04.26-.46.38-.99.38-1.58s-.13-1.13-.38-1.57c-.24-.45-.59-.79-1.02-1.04-.43-.24-.91-.37-1.46-.37s-1.02.12-1.46.37c-.43.25-.77.59-1.02 1.04-.24.44-.37.96-.37 1.57s.12 1.12.37 1.58c.26.45.6.8 1.02 1.04.44.24.92.37 1.46.37Zm6.54 1.25v-8.48h1.54v8.48h-1.54Zm.77-10.11c-.3 0-.55-.1-.75-.29-.19-.19-.29-.43-.29-.7s.1-.53.29-.72c.2-.19.45-.29.75-.29s.54.1.74.29c.2.18.3.41.3.69s-.1.53-.29.74c-.19.19-.44.29-.75.29Zm3.7 10.11v-11.87h1.54v11.87h-1.54Zm4.47 0v-8.48h1.54v8.48h-1.54Zm.77-10.11c-.3 0-.55-.1-.75-.29-.19-.19-.29-.43-.29-.7s.1-.53.29-.72c.2-.19.45-.29.75-.29s.54.1.74.29c.2.18.3.41.3.69s-.1.53-.29.74c-.19.19-.44.29-.75.29Zm6.61 10.21c-.85 0-1.51-.23-1.98-.69-.47-.46-.7-1.12-.7-1.97v-7.78h1.54v7.71c0 .46.11.81.34 1.06.23.24.57.37.99.37.48 0 .88-.13 1.2-.4l.48 1.1c-.24.2-.52.35-.85.45-.32.1-.66.14-1.01.14Zm-4.13-7.31v-1.26h5.41v1.26h-5.41Zm8.05 10.42c-.4 0-.8-.07-1.18-.21-.38-.13-.71-.32-.99-.58l.66-1.15c.21.2.45.36.7.46.26.11.53.16.82.16.37 0 .68-.1.93-.29.25-.19.48-.53.69-1.02l.53-1.17.16-.19 3.33-7.7h1.5l-4.11 9.33c-.24.6-.52 1.07-.83 1.41-.3.34-.63.58-.99.72-.36.15-.76.22-1.2.22Zm2.02-2.93-3.87-8.75h1.6l3.3 7.55-1.02 1.2Zm11.07-.27v-11.2h4.37c.98 0 1.82.15 2.51.46.69.31 1.23.76 1.6 1.34.37.59.56 1.29.56 2.1s-.19 1.51-.56 2.1c-.37.58-.91 1.02-1.6 1.33-.69.31-1.53.46-2.51.46h-3.49l.72-.74v4.14h-1.6Zm7.49 0-2.85-4.06h1.71l2.88 4.06h-1.74Zm-5.89-3.98-.72-.78h3.44c1.02 0 1.8-.22 2.32-.66.53-.45.8-1.07.8-1.87s-.27-1.42-.8-1.86c-.52-.44-1.3-.66-2.32-.66h-3.44l.72-.8v6.62Zm14.99 3.98v-1.79l-.08-.34v-3.06c0-.65-.19-1.15-.58-1.5-.37-.36-.94-.54-1.7-.54-.5 0-.99.08-1.47.26-.48.16-.89.38-1.22.66l-.64-1.15c.44-.35.96-.62 1.57-.8.62-.19 1.26-.29 1.94-.29 1.16 0 2.06.28 2.69.85.63.57.94 1.43.94 2.59v5.12h-1.46Zm-2.78.1c-.63 0-1.18-.11-1.66-.32-.47-.21-.83-.51-1.09-.88-.26-.38-.38-.82-.38-1.3s.11-.88.32-1.25c.22-.37.58-.67 1.07-.9.5-.22 1.17-.34 2.02-.34h2.69v1.1h-2.62c-.77 0-1.29.13-1.55.38-.27.26-.4.57-.4.93 0 .42.17.75.5 1.01.33.24.79.37 1.38.37s1.08-.13 1.5-.38c.44-.26.75-.63.94-1.12l.3 1.06c-.2.5-.56.9-1.07 1.2-.51.29-1.16.43-1.94.43Zm9.99 0c-.85 0-1.51-.23-1.98-.69-.47-.46-.7-1.12-.7-1.97v-7.78h1.54v7.71c0 .46.11.81.34 1.06.24.24.57.37.99.37.48 0 .88-.13 1.2-.4l.48 1.1c-.24.2-.52.35-.85.45-.32.1-.66.14-1.01.14Zm-4.13-7.31v-1.26h5.41v1.26h-5.41Zm7.84 7.22v-8.48h1.54v8.48h-1.54Zm.77-10.11c-.3 0-.55-.1-.75-.29-.19-.19-.29-.43-.29-.7s.1-.53.29-.72c.2-.19.45-.29.75-.29s.54.1.74.29c.2.18.3.41.3.69s-.1.53-.29.74c-.19.19-.44.29-.75.29Zm8.23 1.55c.69 0 1.3.13 1.82.4.53.27.95.67 1.25 1.22s.45 1.23.45 2.06v4.88h-1.54v-4.7c0-.82-.2-1.44-.61-1.86-.4-.42-.96-.62-1.68-.62-.54 0-1.02.11-1.42.32s-.72.53-.94.94c-.21.42-.32.93-.32 1.55v4.37h-1.54v-8.48h1.47v2.29l-.24-.61c.28-.55.7-.99 1.28-1.3.58-.31 1.25-.46 2.02-.46Zm10.07 11.76c-.78 0-1.54-.11-2.27-.34-.72-.21-1.32-.52-1.78-.93l.74-1.18c.4.34.88.61 1.46.8.58.2 1.18.3 1.81.3 1 0 1.74-.24 2.21-.7.47-.47.7-1.18.7-2.14v-1.79l.16-1.68-.08-1.7v-2.32h1.46v7.33c0 1.49-.37 2.59-1.12 3.3-.75.7-1.84 1.06-3.28 1.06Zm-.19-3.55c-.82 0-1.56-.17-2.21-.51-.64-.35-1.15-.84-1.54-1.46-.37-.62-.56-1.33-.56-2.14s.19-1.54.56-2.14c.38-.62.9-1.1 1.54-1.44.65-.34 1.39-.51 2.21-.51.73 0 1.39.15 1.98.45.6.29 1.07.74 1.42 1.34.36.61.54 1.38.54 2.3s-.18 1.68-.54 2.29c-.35.61-.83 1.07-1.42 1.38-.6.3-1.26.45-1.98.45Zm.18-1.34c.57 0 1.07-.12 1.5-.35.44-.24.78-.56 1.02-.98.26-.42.38-.9.38-1.44s-.13-1.02-.38-1.44c-.25-.42-.59-.74-1.02-.96-.44-.24-.94-.35-1.5-.35s-1.07.12-1.52.35c-.44.22-.78.54-1.04.96-.25.42-.37.9-.37 1.44s.12 1.02.37 1.44c.26.42.6.74 1.04.98.45.24.96.35 1.52.35Zm-153.19-46.7c-.08.59-.39.97-.94.97H35.38c.55 4.19 4.37 7.17 8.74 7.1 2.34 0 4.53-.75 6.4-2.16.47-.37.94-.37 1.17.22l1.4 2.39c.31.45.16 1.05-.24 1.35-1.79 1.42-4.76 2.84-9.36 2.84-7.8 0-13.49-5.68-13.49-13.36s5.3-13.37 12.87-13.37c7.17 0 12.01 5.45 12.01 13.14v.9Zm-19.42-2.99h14.28v-.07c-.39-3.81-3.12-6.42-6.71-6.42-3.91 0-6.79 2.54-7.57 6.49Zm163.33 14.27.08-23.9c0-.59.31-.97.86-.97h3.66c.55 0 .86.37.86.97v23.9c0 .6-.31.97-.86.97h-3.66c-.62 0-.93-.29-.93-.97Zm0-30.47.08-3.88c0-.6.31-.97.86-.97h3.66c.55 0 .86.37.86.97v3.88c0 .59-.31.97-.86.97h-3.66c-.62-.07-.93-.37-.93-.97Zm10.16 29.27c-.55-.3-.63-.75-.31-1.27l1.48-2.62c.16-.37.63-.6 1.01-.45.08 0 .16.07.24.15 2.26 1.49 4.92 2.31 7.64 2.31s4.45-1.05 4.45-2.99c0-1.79-1.32-2.69-5.3-3.73-4.92-1.2-8.89-3.21-8.89-7.77s3.9-7.62 9.83-7.62c3.12-.07 6.16.74 8.89 2.31.47.22.63.75.39 1.2 0 .07-.08.07-.08.15l-1.32 2.62c-.16.37-.63.59-1.01.45-.08 0-.16-.07-.24-.15-2.03-1.2-4.37-1.87-6.79-1.87s-4.06.82-4.06 2.77c0 1.64 1.56 2.31 5.77 3.43 5.3 1.42 8.43 3.29 8.43 8.06s-3.9 7.92-10.3 7.92c-3.51-.22-6.87-1.12-9.83-2.91ZM58 129.04c0-7.62 5.93-13.44 13.57-13.44 2.89-.07 5.69.67 8.11 2.24.47.3.63.97.31 1.42l-1.4 2.54c-.16.37-.63.59-1.01.45-.08 0-.16-.07-.24-.15-1.56-.89-3.27-1.42-5.14-1.35-5.14 0-8.66 3.51-8.66 8.36s3.51 8.21 8.43 8.21c1.87.07 3.74-.37 5.3-1.27.55-.37.94-.22 1.17.22l1.48 2.69c.31.45.16.97-.31 1.27-2.34 1.49-5.14 2.24-8.04 2.16-7.95 0-13.57-5.82-13.57-13.36Zm24.02 0c0-7.69 6.01-13.44 13.34-13.44s13.26 5.75 13.26 13.44-6.01 13.37-13.26 13.37-13.34-5.75-13.34-13.37Zm21.06 0c0-4.71-3.51-8.36-7.8-8.36s-7.8 3.66-7.8 8.36 3.51 8.21 7.8 8.21 7.8-3.58 7.8-8.21Zm59.45-12.02v23.9c0 .59-.31.97-.94.97h-2.96c-.47 0-.86-.37-.86-.82V141l-.16-3.21c-2.03 2.91-5.46 4.63-9.12 4.56-6.86 0-12.09-5.68-12.09-13.37s5.3-13.36 12.09-13.36c3.43-.07 6.71 1.35 8.89 3.96l.16-2.54c0-.45.39-.9.86-.9h3.2c.53 0 .93.29.93.89Zm-5.15 11.95c-.08-4.78-3.12-8.29-7.8-8.29-4.29 0-7.72 3.51-7.72 8.29s3.43 8.29 7.72 8.29c4.61 0 7.8-3.51 7.8-8.29Zm35.57-22.4V141c.08.45-.31.9-.78.97h-2.89c-.47 0-.93-.3-.93-.74v-.15l-.16-3.14a11.094 11.094 0 0 1-9.2 4.56c-6.86 0-12.17-5.68-12.17-13.36s5.15-13.37 12.01-13.37c3.43-.07 6.71 1.49 8.74 4.11v-13.22c-.08-.45.31-.9.78-.97h3.67c.47 0 .94.37.94.82v.07Zm-5.15 22.4c0-4.78-3.12-8.29-7.8-8.29-4.29 0-7.72 3.51-7.72 8.29s3.43 8.29 7.72 8.29c4.6 0 7.8-3.43 7.8-8.29Z\" stroke-width=\"0\" class=\"cls-2\" style=\"fill:#4b4b4a\"/><path d=\"M115.17 116.8c-.16-.45-.55-.74-1.01-.67h-4.06c-.63 0-.93.45-.63 1.12l2.11 4.71c.86 2.16 3.04 3.58 5.46 3.66h1.79l-3.66-8.82Z\" stroke-width=\"0\" style=\"fill:#3db54a;stroke-width:0\"/><path d=\"M134.76 116.2h-3.82c-.47 0-.93.3-1.09.75l-7.17 17.92-.93-2.24c-.86-2.16-2.97-3.58-5.38-3.66h-1.79l5.46 12.47c.16.45.55.74 1.01.67h2.81c.47.07.94-.22 1.01-.67l10.53-24.05c.31-.66 0-1.18-.63-1.18Z\" stroke-width=\"0\" class=\"cls-2\" style=\"fill:#4b4b4a\"/><path d=\"m237.81 64.43 8.49-17.85c.79-1.66-.42-3.57-2.26-3.57H22.95c-.94 0-1.8.53-2.23 1.36L.28 84.36C-.57 86.02.64 88 2.51 88h241.54c1.84 0 3.05-1.91 2.26-3.57l-8.49-17.85c-.32-.68-.32-1.47 0-2.15Z\" stroke-width=\"0\" style=\"fill:url(#linear-gradient-3);stroke-width:0\"/><path d=\"M31.74 73V58.3h7.18c1.85 0 3.23.35 4.16 1.05.94.7 1.41 1.62 1.41 2.77 0 .77-.19 1.44-.57 2.02-.38.56-.9.99-1.55 1.3s-1.41.46-2.27.46l.4-.86c.92 0 1.74.15 2.46.46.71.29 1.27.74 1.66 1.32.41.59.61 1.31.61 2.16 0 1.26-.5 2.25-1.49 2.96-.99.7-2.46 1.05-4.39 1.05h-7.6Zm3.38-2.56h3.97c.88 0 1.55-.14 2-.42.46-.29.69-.76.69-1.39s-.23-1.07-.69-1.37c-.45-.31-1.11-.46-2-.46h-4.22v-2.48h3.63c.83 0 1.46-.14 1.89-.42.45-.29.67-.74.67-1.32s-.22-1-.67-1.28c-.43-.29-1.06-.44-1.89-.44h-3.38v9.58ZM47.8 73V58.3h6.36c1.32 0 2.45.22 3.4.65.95.42 1.69 1.03 2.2 1.83.52.8.78 1.75.78 2.86s-.26 2.04-.78 2.84c-.52.78-1.25 1.39-2.2 1.81s-2.09.63-3.4.63h-4.47l1.51-1.49v5.59h-3.4Zm9.35 0-3.67-5.33h3.63L60.83 73h-3.67Zm-5.94-5.21-1.51-1.6h4.28c1.05 0 1.83-.22 2.35-.67.52-.46.78-1.09.78-1.89s-.26-1.44-.78-1.89c-.52-.45-1.3-.67-2.35-.67H49.7l1.51-1.62v8.34Zm19.18 5.46c-1.16 0-2.24-.19-3.23-.57-.98-.38-1.83-.91-2.56-1.6a7.689 7.689 0 0 1-1.68-2.41c-.39-.92-.59-1.93-.59-3.02s.2-2.1.59-3.02c.41-.92.97-1.73 1.7-2.42s1.58-1.22 2.56-1.6c.98-.38 2.04-.57 3.19-.57s2.23.19 3.19.57c.98.38 1.83.91 2.54 1.6.73.69 1.29 1.49 1.7 2.42.41.91.61 1.92.61 3.02s-.2 2.11-.61 3.04c-.41.92-.97 1.73-1.7 2.42-.71.67-1.56 1.2-2.54 1.57-.97.38-2.02.57-3.17.57Zm-.02-2.9c.66 0 1.26-.11 1.81-.34.56-.22 1.05-.55 1.47-.97s.74-.92.97-1.49c.24-.57.36-1.21.36-1.91s-.12-1.34-.36-1.91a4.27 4.27 0 0 0-.97-1.49c-.41-.42-.89-.74-1.45-.97-.56-.22-1.17-.34-1.83-.34s-1.27.11-1.83.34c-.55.22-1.03.55-1.45.97-.42.42-.75.92-.99 1.49-.22.57-.34 1.21-.34 1.91s.11 1.32.34 1.91c.24.57.56 1.07.97 1.49.42.42.91.74 1.47.97.56.22 1.17.34 1.83.34ZM80.97 73V58.3h2.81l8.67 10.58h-1.37V58.3h3.36V73h-2.79l-8.69-10.58h1.36V73h-3.36Zm16.01 0v-2.21l9.09-10.96.42 1.24h-9.35V58.3h12.37v2.21l-9.07 10.96-.42-1.24h9.81V73H96.98Zm18.16-8.78h7.08v2.65h-7.08v-2.65Zm.25 6.05h8V73h-11.38V58.3h11.11v2.73h-7.73v9.24Zm16.81 6.8V57.41h1.87v19.66h-1.87ZM147.03 73V60.13h-5.04V58.3h12.16v1.83h-5.04V73h-2.08Zm12.73.13c-1.12 0-2.11-.25-2.98-.74s-1.55-1.16-2.06-2.02c-.5-.87-.76-1.85-.76-2.94s.25-2.09.76-2.94a5.35 5.35 0 0 1 2.06-2c.87-.49 1.86-.74 2.98-.74s2.09.24 2.96.74a5.15 5.15 0 0 1 2.06 2c.5.84.76 1.82.76 2.94s-.25 2.09-.76 2.94c-.49.85-1.18 1.53-2.06 2.02-.87.49-1.86.74-2.96.74Zm0-1.76c.71 0 1.35-.16 1.91-.48.57-.32 1.02-.78 1.34-1.36.32-.6.48-1.29.48-2.08s-.16-1.48-.48-2.06c-.32-.59-.77-1.04-1.34-1.36-.56-.32-1.2-.48-1.91-.48s-1.35.16-1.91.48c-.56.32-1.01.78-1.34 1.36-.34.57-.5 1.26-.5 2.06s.17 1.48.5 2.08c.34.59.78 1.04 1.34 1.36s1.2.48 1.91.48Zm14.46 1.76c-.92 0-1.77-.21-2.54-.63-.76-.43-1.36-1.07-1.83-1.91-.45-.84-.67-1.89-.67-3.15s.22-2.31.65-3.15c.45-.84 1.05-1.47 1.81-1.89.77-.42 1.63-.63 2.58-.63 1.09 0 2.06.24 2.9.71.84.48 1.5 1.14 1.99 1.99.49.84.74 1.83.74 2.96s-.24 2.13-.74 2.98c-.49.85-1.15 1.52-1.99 2-.84.48-1.81.71-2.9.71Zm-5.9 3.95v-15.2h1.93v3l-.13 2.58.21 2.58v7.03h-2.02Zm5.73-5.71c.71 0 1.35-.16 1.91-.48.57-.32 1.02-.78 1.34-1.36.34-.6.5-1.29.5-2.08s-.17-1.48-.5-2.06c-.32-.59-.77-1.04-1.34-1.36-.56-.32-1.2-.48-1.91-.48s-1.34.16-1.91.48c-.56.32-1.01.78-1.34 1.36-.32.57-.48 1.26-.48 2.06s.16 1.48.48 2.08c.34.59.78 1.04 1.34 1.36.57.32 1.21.48 1.91.48Zm17.9 1.89c-1.02 0-2.04-.13-3.04-.4-1.01-.28-1.86-.67-2.56-1.18l1.32-2.6c.56.41 1.21.73 1.95.97s1.49.36 2.25.36c.85 0 1.53-.17 2.02-.5s.74-.8.74-1.39-.22-1-.65-1.32-1.13-.48-2.1-.48h-1.55v-2.25l4.09-4.64.38 1.22h-7.71v-2.73h10.29v2.21l-4.07 4.64-1.72-.99h.99c1.81 0 3.17.41 4.1 1.22.92.81 1.39 1.86 1.39 3.13 0 .83-.22 1.6-.65 2.33-.43.71-1.1 1.3-2 1.74-.9.45-2.04.67-3.44.67Zm12.45 0c-1.02 0-2.04-.13-3.04-.4-.99-.28-1.85-.67-2.56-1.18l1.34-2.6c.56.41 1.2.73 1.93.97.74.24 1.49.36 2.25.36.85 0 1.53-.17 2.02-.5.49-.34.74-.81.74-1.41 0-.38-.1-.71-.29-1.01-.2-.29-.55-.52-1.05-.67-.49-.15-1.18-.23-2.08-.23h-3.76l.76-8.27h8.97v2.73h-7.75l1.76-1.55-.52 5.9-1.76-1.55h3.11c1.46 0 2.62.2 3.51.61.9.39 1.55.93 1.95 1.62.41.69.61 1.46.61 2.33s-.22 1.67-.65 2.42c-.43.73-1.11 1.32-2.02 1.79-.9.45-2.04.67-3.44.67Zm9.41-.25 10.04-14.7h2.5l-10.04 14.7h-2.5Zm1.28-6.76c-.71 0-1.34-.16-1.89-.48-.55-.34-.98-.81-1.3-1.41-.31-.62-.46-1.34-.46-2.16s.15-1.54.46-2.14c.32-.6.76-1.07 1.3-1.41.55-.34 1.18-.5 1.89-.5s1.34.17 1.89.5c.55.34.97.81 1.28 1.41.31.6.46 1.32.46 2.14s-.15 1.55-.46 2.16c-.31.6-.74 1.07-1.28 1.41-.55.32-1.18.48-1.89.48Zm0-1.72c.46 0 .83-.19 1.11-.57.28-.39.42-.98.42-1.76s-.14-1.37-.42-1.74c-.28-.39-.65-.59-1.11-.59s-.82.2-1.11.59c-.28.38-.42.96-.42 1.74s.14 1.35.42 1.74c.29.39.66.59 1.11.59Zm9.97 8.65c-.7 0-1.33-.16-1.89-.48-.55-.34-.97-.81-1.28-1.41-.31-.62-.46-1.34-.46-2.16s.15-1.54.46-2.14c.31-.6.74-1.07 1.28-1.41.56-.34 1.19-.5 1.89-.5s1.37.17 1.91.5c.55.34.97.81 1.28 1.41s.46 1.32.46 2.14-.15 1.55-.46 2.16c-.31.6-.74 1.07-1.28 1.41-.55.32-1.18.48-1.91.48Zm0-1.72c.46 0 .83-.19 1.11-.57.28-.39.42-.98.42-1.76s-.14-1.35-.42-1.74-.65-.59-1.11-.59-.82.2-1.11.59c-.28.38-.42.96-.42 1.74s.14 1.37.42 1.76c.29.38.66.57 1.11.57Z\" stroke-width=\"0\" class=\"cls-2\" style=\"fill:#4b4b4a\"/></g><text transform=\"translate(68.53 215)\" text-anchor=\"middle\" font-family=\"Montserrat\" font-size=\"21\" font-weight=\"700\" style=\"fill:#4b4b4a\">\\r\\n      <tspan x=\"61\" y=\"0\" id=\"date\">SEP 2024</tspan>\\r\\n    </text></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-luv6l1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"Proudly Certified\"})}),className:\"framer-v6n1mq\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"Bronze Sustainability 2024\"})}),className:\"framer-erj2uw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-gx0bdp hidden-19h1ey4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+1e3+28+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15nwxse-container\",nodeId:\"zbpTBAIYU\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(SectionLogos,{height:\"100%\",id:\"zbpTBAIYU\",layoutId:\"zbpTBAIYU\",rRrh1zqWy:20,style:{width:\"100%\"},variant:convertFromEnum(activeLocale?.id,activeLocale),width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12eg9kg\",\"data-framer-name\":\"BRANDS\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sid0kc\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wyj4ef\",\"data-framer-name\":\"Title and text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12j2trc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cl5dz0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"Sustainable Brands\"})}),className:\"framer-fr644\",fonts:[\"GF;Inter-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gvzaqt\",\"data-border\":true,\"data-framer-name\":\"Elements/Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},children:\"NEW\"})}),className:\"framer-1ii0yjz\",\"data-framer-name\":\"Badge\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ftqgx7\",\"data-styles-preset\":\"t5dnOlo48\",style:{\"--framer-text-alignment\":\"left\"},children:\"Sustainable products from brands that we can customize to yours.\"})}),className:\"framer-1sv2rxt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{y:(componentViewport?.y||0)+0+0+0+1e3+80+0+0+0+0+161.8},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+1075+80+0+0+0+0+121.80000000000001}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p7dq0n-container\",nodeId:\"tRKOI7_jZ\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{variant:\"RIgzeyECa\"}},children:/*#__PURE__*/_jsx(GeneralButtonCTA,{EnBVDC6a2:\"var(--token-6b6c8af9-d50b-4e04-9daa-d4e3ddb1aa0f, rgb(6, 81, 63))\",FoinuTsPU:false,height:\"100%\",id:\"tRKOI7_jZ\",layoutId:\"tRKOI7_jZ\",SRBP_E1AV:getLocalizedValue(\"v13\",activeLocale)??\"To Catalogue\",variant:\"HRYBfDzGL\",width:\"100%\",zNGAVVmSy:\"https://products.mondaymerch.com/shop?brand_ids=1,2,3,4,5,6,7,8,9,10\"})})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ofoid8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mNrHRSUId\",rendersWithMotion:true,scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(CarouselWithScrollContainerofoid8,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:false},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:0},gap:20,height:\"100%\",id:\"mNrHRSUId\",layoutId:\"mNrHRSUId\",padding:24,paddingBottom:20,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:20,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:157,width:\"294px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gl5q0c-container\",\"data-framer-name\":\"Product Card Brand The North Face\",inComponentSlot:true,name:\"Product Card Brand The North Face\",nodeId:\"Sd6u0MajG\",rendersWithMotion:true,scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(ProductCardBrand,{GMvB6keo3:getLocalizedValue(\"v14\",activeLocale)??\"THE NORTH FACE\",height:\"100%\",id:\"Sd6u0MajG\",layoutId:\"Sd6u0MajG\",name:\"Product Card Brand The North Face\",NkawZi1e7:\"https://products.mondaymerch.com/shop?brand_ids=2\",style:{height:\"100%\",width:\"100%\"},sZEpGJnJv:addImageAlt({src:\"https://framerusercontent.com/images/oaHmsNbYCDSkCUwmcPGtaegYwCE.webp\",srcSet:\"https://framerusercontent.com/images/oaHmsNbYCDSkCUwmcPGtaegYwCE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/oaHmsNbYCDSkCUwmcPGtaegYwCE.webp 750w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:157,width:\"294px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1egelmy-container\",\"data-framer-name\":\"Product Card Brand Columbia\",inComponentSlot:true,name:\"Product Card Brand Columbia\",nodeId:\"T7_8D70fp\",rendersWithMotion:true,scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(ProductCardBrand,{GMvB6keo3:getLocalizedValue(\"v15\",activeLocale)??\"COLUMBIA\",height:\"100%\",id:\"T7_8D70fp\",layoutId:\"T7_8D70fp\",name:\"Product Card Brand Columbia\",NkawZi1e7:\"https://products.mondaymerch.com/shop?brand_ids=3\",style:{height:\"100%\",width:\"100%\"},sZEpGJnJv:addImageAlt({src:\"https://framerusercontent.com/images/aEyQVe1OBibdUBh1J6cLFvUrIlo.jpeg\",srcSet:\"https://framerusercontent.com/images/aEyQVe1OBibdUBh1J6cLFvUrIlo.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/aEyQVe1OBibdUBh1J6cLFvUrIlo.jpeg 900w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:157,width:\"294px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5pplo8-container\",\"data-framer-name\":\"Product Card Brand Fjallraven\",inComponentSlot:true,name:\"Product Card Brand Fjallraven\",nodeId:\"qtOSAobTW\",rendersWithMotion:true,scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(ProductCardBrand,{GMvB6keo3:getLocalizedValue(\"v16\",activeLocale)??\"FJ\\xc4LLR\\xc4VEN\",height:\"100%\",id:\"qtOSAobTW\",layoutId:\"qtOSAobTW\",name:\"Product Card Brand Fjallraven\",NkawZi1e7:\"https://products.mondaymerch.com/shop?brand_ids=5\",style:{height:\"100%\",width:\"100%\"},sZEpGJnJv:addImageAlt({src:\"https://framerusercontent.com/images/U8E5svQ50I8AMmTwzhxDiNeB1b0.jpg\",srcSet:\"https://framerusercontent.com/images/U8E5svQ50I8AMmTwzhxDiNeB1b0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U8E5svQ50I8AMmTwzhxDiNeB1b0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U8E5svQ50I8AMmTwzhxDiNeB1b0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/U8E5svQ50I8AMmTwzhxDiNeB1b0.jpg 2500w\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:157,width:\"294px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zs62-container\",\"data-framer-name\":\"Product Card Brand Herschel\",inComponentSlot:true,name:\"Product Card Brand Herschel\",nodeId:\"yvBsi2Dhg\",rendersWithMotion:true,scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(ProductCardBrand,{GMvB6keo3:getLocalizedValue(\"v17\",activeLocale)??\"HERSCHEL\",height:\"100%\",id:\"yvBsi2Dhg\",layoutId:\"yvBsi2Dhg\",name:\"Product Card Brand Herschel\",NkawZi1e7:\"https://products.mondaymerch.com/shop?brand_ids=6\",style:{height:\"100%\",width:\"100%\"},sZEpGJnJv:addImageAlt({src:\"https://framerusercontent.com/images/bgswF5pKBvjaKl0twZxpVtoP4.webp\",srcSet:\"https://framerusercontent.com/images/bgswF5pKBvjaKl0twZxpVtoP4.webp?scale-down-to=512 512w,https://framerusercontent.com/images/bgswF5pKBvjaKl0twZxpVtoP4.webp 1024w\"},\"\"),width:\"100%\"})})})],snapObject:{fluid:true,snap:false,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-168gq9v\",\"data-framer-name\":\"Product Cards\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:96}},{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,className:\"framer-1rebzou\",\"data-framer-name\":\"Title and text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{y:(componentViewport?.y||0)+0+0+0+1555.8+50+0+0+0},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+1590.8+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h28w5t-container\",nodeId:\"S9xcWRx7A\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(ElementsBadge,{Bj0BMWNOl:false,height:\"100%\",id:\"S9xcWRx7A\",jQYvNUrGu:\"var(--token-18d05f5d-7431-4a35-972e-48b0214ffc92, rgb(241, 248, 233))\",Klr4AMXu5:getLocalizedValue(\"v18\",activeLocale)??\"Materials\",layoutId:\"S9xcWRx7A\",raTUtuBkZ:\"FramerLogo\",variant:\"hfUsO0K9U\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1gm6r44\",\"data-styles-preset\":\"afLPok9Ws\",children:\"Choice of eco-friendly and sustainable material is critical\"})}),className:\"framer-1mhi5s8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ftqgx7\",\"data-styles-preset\":\"t5dnOlo48\",children:\"Whether it\u2019s reusable, recycled, or cutting edge sustainable, we\u2019re here to help you navigate the options.\"})}),className:\"framer-1rofwtj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vxwjm6\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2g5cyo\",\"data-framer-name\":\"Feature Card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnanny\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-color\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},children:[\"More \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Recycled \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Materials\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},children:[\"More \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Recycled \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Materials\"]})}),className:\"framer-1xbqmcq\",\"data-framer-name\":\"Plan of approach\",fonts:[\"GF;Inter-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18j92le\",\"data-border\":true,\"data-framer-name\":\"Component 38\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19qebru\",\"data-framer-name\":\"arrows-triangle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-f4zdha\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:11,svg:'<svg width=\"11\" height=\"12\" viewBox=\"-1 -1 11 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.726 5.44658C8.5871 6.75153 7.8477 7.9744 6.62421 8.68078C4.59147 9.85438 1.99221 9.15792 0.818603 7.12517L0.693603 6.90867M0.272576 4.55356C0.411477 3.24862 1.15087 2.02575 2.37437 1.31937C4.40711 0.145764 7.00637 0.842233 8.17997 2.87498L8.30497 3.09148M0.246094 8.03309L0.612119 6.66707L1.97814 7.03309M7.02071 2.96707L8.38673 3.33309L8.75276 1.96707\" stroke=\"#4D6A61\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(77, 106, 96)\"},children:\"Recycled\"})}),className:\"framer-rpc9xz\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16woxnk\",\"data-framer-name\":\"Feature Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v24\",activeLocale)??\"Box\",fit:\"fill\",intrinsicHeight:937.5,intrinsicWidth:750,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1555.8+50+253.8+0+494+474-398),pixelHeight:1875,pixelWidth:1500,sizes:\"358px\",src:\"https://framerusercontent.com/images/NwvhBtRcZMzvtoF16gRzo7C4.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/NwvhBtRcZMzvtoF16gRzo7C4.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/NwvhBtRcZMzvtoF16gRzo7C4.jpg 1500w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v24\",activeLocale)??\"Box\",fit:\"fill\",intrinsicHeight:937.5,intrinsicWidth:750,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1590.8+60+283.8+0+494+474-398),pixelHeight:1875,pixelWidth:1500,sizes:\"358px\",src:\"https://framerusercontent.com/images/NwvhBtRcZMzvtoF16gRzo7C4.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/NwvhBtRcZMzvtoF16gRzo7C4.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/NwvhBtRcZMzvtoF16gRzo7C4.jpg 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v24\",activeLocale)??\"Box\",fit:\"fill\",intrinsicHeight:937.5,intrinsicWidth:750,pixelHeight:1875,pixelWidth:1500,sizes:\"358px\",src:\"https://framerusercontent.com/images/NwvhBtRcZMzvtoF16gRzo7C4.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/NwvhBtRcZMzvtoF16gRzo7C4.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/NwvhBtRcZMzvtoF16gRzo7C4.jpg 1500w\"},className:\"framer-13g7v2i\",\"data-framer-name\":\"sleeve_box_kraft1_2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:\">60% Recycled\"})}),transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:\">60% Recycled\"})}),className:\"framer-dilslx\",\"data-framer-name\":\"Plan of approach\",fonts:[\"GF;Permanent Marker-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-54n0h5\",style:{rotate:11},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-i2foxw\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:117,intrinsicWidth:74,svg:'<svg width=\"74\" height=\"117\" viewBox=\"-4 -4 74 117\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M25.107 103.916C25.107 103.916 43.4008 49.6711 31.6752 1.7337M59.655 89.854L30.9329 105.646C27.7559 107.392 23.2506 106.917 20.6145 104.546C14.6649 99.1965 4.91171 89.5811 1.6881 81.2934\" stroke=\"#6D9789\" stroke-width=\"8\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t5w3p0\",\"data-framer-name\":\"Feature Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v7\",activeLocale)??\"Pen\",fit:\"fill\",intrinsicHeight:1350,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1555.8+50+253.8+0+988+474-454.0074260705526),pixelHeight:2700,pixelWidth:2160,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 50px) + 282px)`,src:\"https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg 2160w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v7\",activeLocale)??\"Pen\",fit:\"fill\",intrinsicHeight:1350,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1590.8+60+283.8+0+988+474-454.0074260705526),pixelHeight:2700,pixelWidth:2160,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 200px, 1200px), 50px) + 282px)`,src:\"https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg 2160w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v7\",activeLocale)??\"Pen\",fit:\"fill\",intrinsicHeight:1350,intrinsicWidth:1080,pixelHeight:2700,pixelWidth:2160,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 200px, 1200px) - 80px) / 5, 50px) + 282px)`,src:\"https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/aLBy5RCV3Lf4PU7zr1RH5ypWMA.jpg 2160w\"},className:\"framer-56on6p\",\"data-framer-name\":\"black2_optimized\",style:{rotate:-14}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"28px\"},children:\">95% \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"28px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"28px\"},children:\"Recycled\"})]})}),className:\"framer-tz4eat\",\"data-framer-name\":\"Plan of approach\",fonts:[\"GF;Permanent Marker-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jjacew\",\"data-framer-name\":\"Feature Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b44lgs\",\"data-framer-name\":\"Hand-drawn accents\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v28\",activeLocale)??\"Bag\",fit:\"fill\",intrinsicHeight:649.5,intrinsicWidth:520,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1555.8+50+253.8+0+1976+0),pixelHeight:1299,pixelWidth:1040,sizes:\"427px\",src:\"https://framerusercontent.com/images/WlQk0dBwTLUVCmNV1VRQRZuBtGU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/WlQk0dBwTLUVCmNV1VRQRZuBtGU.png?scale-down-to=1024 819w,https://framerusercontent.com/images/WlQk0dBwTLUVCmNV1VRQRZuBtGU.png 1040w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v28\",activeLocale)??\"Bag\",fit:\"fill\",intrinsicHeight:649.5,intrinsicWidth:520,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1590.8+60+283.8+0+1482+0),pixelHeight:1299,pixelWidth:1040,sizes:\"505px\",src:\"https://framerusercontent.com/images/WlQk0dBwTLUVCmNV1VRQRZuBtGU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/WlQk0dBwTLUVCmNV1VRQRZuBtGU.png?scale-down-to=1024 819w,https://framerusercontent.com/images/WlQk0dBwTLUVCmNV1VRQRZuBtGU.png 1040w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:getLocalizedValue(\"v28\",activeLocale)??\"Bag\",fit:\"fill\",intrinsicHeight:649.5,intrinsicWidth:520,pixelHeight:1299,pixelWidth:1040,sizes:\"505px\",src:\"https://framerusercontent.com/images/WlQk0dBwTLUVCmNV1VRQRZuBtGU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/WlQk0dBwTLUVCmNV1VRQRZuBtGU.png?scale-down-to=1024 819w,https://framerusercontent.com/images/WlQk0dBwTLUVCmNV1VRQRZuBtGU.png 1040w\"},className:\"framer-f1oec4\",\"data-framer-name\":\"RPET_FELT_Shoulder_bag_GRAY\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uiq1h5\",\"data-framer-name\":\"Hand-drawn accents\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-rvdmaf\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:39,intrinsicWidth:75,svg:'<svg width=\"75\" height=\"39\" viewBox=\"0 0 75 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M71.0089 5.60229C56.9324 31.7772 28.8131 42.4188 2.69646 27.6829C1.82703 27.1922 0.724491 27.499 0.233807 28.3577C-0.256877 29.2318 0.0498334 30.3358 0.919265 30.8265C28.9128 46.6357 59.1037 35.3654 74.1922 7.31967C74.6645 6.44564 74.3348 5.34145 73.4562 4.8661C72.5776 4.40609 71.4812 4.72825 71.0089 5.60229Z\" fill=\"#6D9789\"/>\\n<path d=\"M24.6731 16.4571C27.5808 16.4571 29.9381 14.0999 29.9381 11.1922C29.9381 8.28443 27.5808 5.92728 24.6731 5.92728C21.7654 5.92728 19.4082 8.28443 19.4082 11.1922C19.4082 14.0999 21.7654 16.4571 24.6731 16.4571Z\" fill=\"#6D9789\"/>\\n<path d=\"M46.4706 10.8565C49.3215 10.8565 51.6327 8.54538 51.6327 5.69447C51.6327 2.84355 49.3215 0.532471 46.4706 0.532471C43.6197 0.532471 41.3086 2.84355 41.3086 5.69447C41.3086 8.54538 43.6197 10.8565 46.4706 10.8565Z\" fill=\"#6D9789\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"19px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:\"Made from Plastic bottles \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"19px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:\"Made from Plastic bottles \"})}),className:\"framer-19xmwv1\",\"data-framer-name\":\"Plan of approach\",fonts:[\"GF;Permanent Marker-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14y6jeu\",\"data-framer-name\":\"Feature Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ckj33\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1tif1bq\",\"data-styles-preset\":\"pbkah0okA\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"Less \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"Plastic in \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"the Oceans\"})]})}),className:\"framer-aftg54\",\"data-framer-name\":\"Plan of approach\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-57wa6u\",\"data-border\":true,\"data-framer-name\":\"Component 38\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q7psuo\",\"data-framer-name\":\"arrows-triangle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jzggmv\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"12\" viewBox=\"-1 -1 13 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6 8.5H8.14711C9.07971 8.5 9.54601 8.49999 9.81077 8.30459C10.0416 8.13423 10.1881 7.87293 10.2131 7.58714C10.2418 7.25933 9.99866 6.86144 9.51236 6.06567L9.01389 5.25M2.56507 4.30261L1.48764 6.06568C1.00134 6.86144 0.758185 7.25933 0.786861 7.58714C0.811862 7.87294 0.958404 8.13423 1.18923 8.30459C1.45399 8.5 1.92029 8.5 2.85289 8.5H3.75M7.94444 3.5L6.86525 1.73404C6.41385 0.995395 6.18816 0.626071 5.8976 0.500165C5.64393 0.390244 5.35607 0.390244 5.1024 0.500165C4.81184 0.626071 4.58614 0.995395 4.13475 1.73404L3.62484 2.56844M8.5 1.50003L7.95096 3.54907L5.90192 3.00003M0.5 4.79903L2.54904 4.25L3.09808 6.29903M7.25 10L5.75 8.5L7.25 7\" stroke=\"#4D6A61\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(77, 106, 96)\"},children:\"RPET\"})}),className:\"framer-1u6xvwu\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v33\",activeLocale)??\"A recycling symbol made of stylized blue water bottles, representing sustainability and environmental awareness.\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1555.8+50+253.8+0+1482+41),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/rKe5l6a8qpBhJT7P8JFbyrf34s.png\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v33\",activeLocale)??\"A recycling symbol made of stylized blue water bottles, representing sustainability and environmental awareness.\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1590.8+60+283.8+0+1976+41),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/rKe5l6a8qpBhJT7P8JFbyrf34s.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v33\",activeLocale)??\"A recycling symbol made of stylized blue water bottles, representing sustainability and environmental awareness.\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/rKe5l6a8qpBhJT7P8JFbyrf34s.png\"},className:\"framer-54e5jf\",\"data-framer-name\":\"pngegg\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tn4jax\",\"data-framer-name\":\"Feature Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wkr1xp\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-color\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},children:[\"More \",/*#__PURE__*/_jsx(\"br\",{}),\"Organic \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Materials\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},children:[\"More \",/*#__PURE__*/_jsx(\"br\",{}),\"Organic \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Materials\"]})}),className:\"framer-17wtiv8\",\"data-framer-name\":\"Plan of approach\",fonts:[\"GF;Inter-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pldpvw\",\"data-border\":true,\"data-framer-name\":\"Component 38\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y43tdz\",\"data-framer-name\":\"arrows-triangle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-daqkme\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"-1 -1 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.5 0.5V1.5M2.15706 2.65706L1.44995 1.94995M8.8429 2.65706L9.55 1.94995M2.5 6.5C2.5 4.84315 3.84315 3.5 5.5 3.5C7.15685 3.5 8.5 4.84315 8.5 6.5M10.5 6.5H0.5M9 8.5H2\" stroke=\"#4D6A61\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(77, 106, 96)\"},children:\"Organic\"})}),className:\"framer-eyxu\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v37\",activeLocale)??\"Flower\",fit:\"fill\",intrinsicHeight:429.5,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1555.8+50+253.8+0+2470+-23.491970217011385),pixelHeight:859,pixelWidth:840,sizes:\"295px\",src:\"https://framerusercontent.com/images/NbGeyn7nLFr6hnFx05XitM9JDNo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/NbGeyn7nLFr6hnFx05XitM9JDNo.png 840w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v37\",activeLocale)??\"Flower\",fit:\"fill\",intrinsicHeight:429.5,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1590.8+60+283.8+0+2470+-23.491970217011385),pixelHeight:859,pixelWidth:840,sizes:\"295px\",src:\"https://framerusercontent.com/images/NbGeyn7nLFr6hnFx05XitM9JDNo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/NbGeyn7nLFr6hnFx05XitM9JDNo.png 840w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v37\",activeLocale)??\"Flower\",fit:\"fill\",intrinsicHeight:429.5,intrinsicWidth:420,pixelHeight:859,pixelWidth:840,sizes:\"295px\",src:\"https://framerusercontent.com/images/NbGeyn7nLFr6hnFx05XitM9JDNo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/NbGeyn7nLFr6hnFx05XitM9JDNo.png 840w\"},className:\"framer-1fn4ecq\",\"data-framer-name\":\"Organic_Cotton_PNG_High_Quality_Image\",style:{rotate:-18}})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ufwp6\",\"data-framer-name\":\"Feature Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:\"100% Organic Cotton\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:\"100% Organic Cotton\"})}),className:\"framer-koc8wf\",\"data-framer-name\":\"Plan of approach\",fonts:[\"GF;Permanent Marker-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v40\",activeLocale)??\"Shirt\",fit:\"fill\",intrinsicHeight:625,intrinsicWidth:500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1555.8+50+253.8+0+2964+20),pixelHeight:1250,pixelWidth:1e3,sizes:\"386px\",src:\"https://framerusercontent.com/images/OwivruJhvPx1EUWlsl7s5knlnA.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/OwivruJhvPx1EUWlsl7s5knlnA.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/OwivruJhvPx1EUWlsl7s5knlnA.jpg 1000w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v40\",activeLocale)??\"Shirt\",fit:\"fill\",intrinsicHeight:625,intrinsicWidth:500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1590.8+60+283.8+0+2964+20),pixelHeight:1250,pixelWidth:1e3,sizes:\"500px\",src:\"https://framerusercontent.com/images/OwivruJhvPx1EUWlsl7s5knlnA.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/OwivruJhvPx1EUWlsl7s5knlnA.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/OwivruJhvPx1EUWlsl7s5knlnA.jpg 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v40\",activeLocale)??\"Shirt\",fit:\"fill\",intrinsicHeight:625,intrinsicWidth:500,pixelHeight:1250,pixelWidth:1e3,sizes:\"500px\",src:\"https://framerusercontent.com/images/OwivruJhvPx1EUWlsl7s5knlnA.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/OwivruJhvPx1EUWlsl7s5knlnA.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/OwivruJhvPx1EUWlsl7s5knlnA.jpg 1000w\"},className:\"framer-1sacawk\",\"data-framer-name\":\"PFM0_STTU788_C089\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ngw51u\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:57,intrinsicWidth:59,svg:'<svg width=\"59\" height=\"57\" viewBox=\"0 0 59 57\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.7059 21.5423C21.1364 16.964 16.6234 11.5119 13.2321 5.15968C12.5538 3.89446 10.9756 3.41184 9.69734 4.0901C8.43212 4.76837 7.94942 6.34665 8.62768 7.62492C12.3581 14.5771 17.2886 20.551 23.393 25.5728C24.5017 26.4858 26.1581 26.3293 27.0712 25.2206C27.9842 24.0988 27.8146 22.4553 26.7059 21.5423Z\" fill=\"#6D9789\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.7357 3.7119C24.0227 8.98147 24.2836 14.251 24.6097 19.5206C24.701 20.9554 25.9401 22.051 27.3749 21.9597C28.8097 21.8684 29.9053 20.6293 29.814 19.1945C29.4879 13.938 29.227 8.68149 28.9401 3.41193C28.8618 1.98106 27.6227 0.878878 26.1879 0.959747C24.7531 1.04062 23.6444 2.27321 23.7357 3.7119Z\" fill=\"#6D9789\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.1001 4.78167C39.7609 9.81645 35.9785 14.4599 32.1698 19.1555C31.2567 20.2773 31.4262 21.9208 32.5479 22.8208C33.6697 23.7339 35.3132 23.5643 36.2132 22.4425C40.1263 17.6295 44.0132 12.8425 47.4567 7.66423C48.2523 6.46423 47.9131 4.84689 46.7131 4.05124C45.5262 3.25559 43.8957 3.58167 43.1001 4.78167Z\" fill=\"#6D9789\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.0348 23.4989C46.9826 23.9032 37.3696 23.9163 28.3174 23.3424C26.8826 23.2641 25.6435 24.3467 25.5522 25.7945C25.4609 27.2293 26.5565 28.4685 27.9913 28.5598C37.2261 29.1337 47.0349 29.1206 56.2696 28.7163C57.7044 28.6511 58.8261 27.425 58.7608 25.9902C58.6956 24.5554 57.4696 23.4337 56.0348 23.4989Z\" fill=\"#6D9789\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.3859 25.1554C28.9685 31.9901 34.7468 38.6946 39.9251 45.8424C40.7729 47.0033 42.4034 47.264 43.5773 46.4162C44.7382 45.5684 44.999 43.9379 44.1512 42.777C38.9077 35.5509 33.0643 28.7684 27.4165 21.8553C26.5034 20.7466 24.8599 20.5771 23.7512 21.4901C22.6294 22.4032 22.4729 24.0467 23.3859 25.1554Z\" fill=\"#6D9789\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.0766 27.1383C26.5375 34.2601 26.9418 41.0688 27.0462 48.2818C27.0592 49.7166 28.2462 50.8644 29.681 50.8514C31.1288 50.8253 32.2766 49.6513 32.2505 48.2035C32.1462 40.6513 31.7158 33.5427 30.1897 26.0818C29.8897 24.6731 28.5202 23.76 27.0984 24.06C25.6897 24.347 24.7766 25.7296 25.0766 27.1383Z\" fill=\"#6D9789\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.3121 26.5648C21.086 35.017 18.9078 44.4083 14.3817 52.6779C13.6904 53.93 14.1598 55.5213 15.4251 56.2126C16.6903 56.9039 18.2686 56.4343 18.9599 55.1821C23.5121 46.8604 25.7164 37.4169 29.9816 28.8996C30.6207 27.6083 30.099 26.043 28.8207 25.3909C27.5294 24.7517 25.9643 25.2735 25.3121 26.5648Z\" fill=\"#6D9789\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.6379 24.6466C19.2249 26.1335 10.8249 26.8118 2.35966 27.8161C0.924878 27.9857 -0.0925131 29.277 0.0770521 30.7118C0.246617 32.1466 1.53804 33.164 2.97283 32.9944C11.5293 31.9901 20.0337 31.2857 28.5511 29.7857C29.9598 29.5248 30.9119 28.1683 30.6641 26.7596C30.4032 25.3379 29.0597 24.3857 27.6379 24.6466Z\" fill=\"#6D9789\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.4923 20.6822C31.7575 20.6039 30.114 20.4865 28.4183 20.2387C26.9836 20.03 25.6661 21.0213 25.4574 22.443C25.2487 23.8648 26.24 25.1952 27.6617 25.4039C29.54 25.6778 31.3531 25.8083 33.2574 25.8865C34.6922 25.9518 35.9182 24.843 35.9704 23.3952C36.0356 21.9604 34.927 20.7474 33.4923 20.6822Z\" fill=\"#6D9789\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qolgaz\",\"data-framer-name\":\"Hand-drawn accents\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-118a4f4\",\"data-framer-name\":\"Feature Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v41\",activeLocale)??\"pad\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:819,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1555.8+50+253.8+0+3952+0),pixelHeight:1024,pixelWidth:819,sizes:\"357px\",src:\"https://framerusercontent.com/images/w5IGNIjGYaW740MXyruaBu03CH4.jpg\",srcSet:\"https://framerusercontent.com/images/w5IGNIjGYaW740MXyruaBu03CH4.jpg 819w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v41\",activeLocale)??\"pad\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:819,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1590.8+60+283.8+0+3458+0),pixelHeight:1024,pixelWidth:819,sizes:\"357px\",src:\"https://framerusercontent.com/images/w5IGNIjGYaW740MXyruaBu03CH4.jpg\",srcSet:\"https://framerusercontent.com/images/w5IGNIjGYaW740MXyruaBu03CH4.jpg 819w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v41\",activeLocale)??\"pad\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:819,pixelHeight:1024,pixelWidth:819,sizes:\"357px\",src:\"https://framerusercontent.com/images/w5IGNIjGYaW740MXyruaBu03CH4.jpg\",srcSet:\"https://framerusercontent.com/images/w5IGNIjGYaW740MXyruaBu03CH4.jpg 819w\"},className:\"framer-m7z5ko\",\"data-framer-name\":\"RPET_FELT_Shoulder_bag_GRAY\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:[\"Cork, sugarcane, vegan leather,\",/*#__PURE__*/_jsx(\"br\",{}),\"wheatstraw, wood, coffee residue\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:[\"Cork, sugarcane, vegan leather,\",/*#__PURE__*/_jsx(\"br\",{}),\"wheatstraw, wood, coffee residue\"]})}),className:\"framer-5aszhn\",\"data-framer-name\":\"Plan of approach\",fonts:[\"GF;Permanent Marker-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"66px\",\"--framer-line-height\":\"66px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:\"<3\"})}),className:\"framer-bygqts\",\"data-framer-name\":\"Plan of approach\",fonts:[\"GF;Permanent Marker-regular\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v45\",activeLocale)??\"Cutting pad\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1555.8+50+253.8+0+3952+474-277.70213421305084),pixelHeight:352,pixelWidth:724,sizes:\"303px\",src:\"https://framerusercontent.com/images/mzYLsEoVhnpuqwfQBHIp3WWXE8A.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/mzYLsEoVhnpuqwfQBHIp3WWXE8A.png?scale-down-to=512 512w,https://framerusercontent.com/images/mzYLsEoVhnpuqwfQBHIp3WWXE8A.png 724w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v45\",activeLocale)??\"Cutting pad\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1590.8+60+283.8+0+3458+474-277.70213421305084),pixelHeight:352,pixelWidth:724,sizes:\"303px\",src:\"https://framerusercontent.com/images/mzYLsEoVhnpuqwfQBHIp3WWXE8A.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/mzYLsEoVhnpuqwfQBHIp3WWXE8A.png?scale-down-to=512 512w,https://framerusercontent.com/images/mzYLsEoVhnpuqwfQBHIp3WWXE8A.png 724w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v45\",activeLocale)??\"Cutting pad\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:362,pixelHeight:352,pixelWidth:724,sizes:\"303px\",src:\"https://framerusercontent.com/images/mzYLsEoVhnpuqwfQBHIp3WWXE8A.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/mzYLsEoVhnpuqwfQBHIp3WWXE8A.png?scale-down-to=512 512w,https://framerusercontent.com/images/mzYLsEoVhnpuqwfQBHIp3WWXE8A.png 724w\"},className:\"framer-1n9a1l6\",\"data-framer-name\":\"EU_Cutting_Board_Small\",style:{rotate:233}})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dsmg99\",\"data-framer-name\":\"Feature Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sl7m08\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1tif1bq\",\"data-styles-preset\":\"pbkah0okA\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"More\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"Plant\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"Based\"})]})}),className:\"framer-u6s555\",\"data-framer-name\":\"Plan of approach\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12br0lc\",\"data-border\":true,\"data-framer-name\":\"Component 38\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16g6hwo\",\"data-framer-name\":\"arrows-triangle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-nqmhv4\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"12\" viewBox=\"-1 -1 13 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.00056 9.5H9.50574C9.99132 9.5 10.2341 9.5 10.368 9.39876C10.4845 9.31055 10.5567 9.17574 10.5654 9.0298C10.5754 8.86228 10.4407 8.66027 10.1714 8.25624L8.6662 5.99846C8.44364 5.66462 8.33235 5.4977 8.19209 5.43953C8.06947 5.38867 7.93165 5.38867 7.80902 5.43953C7.66876 5.4977 7.55748 5.66462 7.33492 5.99846L6.96282 6.5566M9.00056 9.5L5.15831 3.95009C4.93734 3.63091 4.82686 3.47132 4.68885 3.41522C4.56812 3.36614 4.433 3.36614 4.31227 3.41522C4.17426 3.47132 4.06377 3.63091 3.8428 3.95009L0.869658 8.24463C0.588145 8.65126 0.447388 8.85458 0.455402 9.02367C0.462381 9.17093 0.533992 9.3076 0.651094 9.39716C0.785559 9.5 1.03284 9.5 1.52741 9.5H9.00056ZM10.0006 2C10.0006 2.82843 9.32898 3.5 8.50056 3.5C7.67213 3.5 7.00056 2.82843 7.00056 2C7.00056 1.17157 7.67213 0.5 8.50056 0.5C9.32898 0.5 10.0006 1.17157 10.0006 2Z\" stroke=\"#4D6A61\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(77, 106, 96)\"},children:\"Natural\"})}),className:\"framer-1da3t1g\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v48\",activeLocale)??\"Wood\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1555.8+50+253.8+0+3458+31.5),pixelHeight:400,pixelWidth:1200,sizes:\"411px\",src:\"https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png?scale-down-to=512 512w,https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png 1200w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v48\",activeLocale)??\"Wood\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1590.8+60+283.8+0+3952+31.5),pixelHeight:400,pixelWidth:1200,sizes:\"411px\",src:\"https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png?scale-down-to=512 512w,https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v48\",activeLocale)??\"Wood\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:600,pixelHeight:400,pixelWidth:1200,sizes:\"411px\",src:\"https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png?scale-down-to=512 512w,https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7QOFZuqJUQwsVaZjta46BIgJvwA.png 1200w\"},className:\"framer-3osnnr\",\"data-framer-name\":\"korktamm_1200x400px\"})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k7padw\",\"data-framer-name\":\"Section/Reviews\",children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1hat4mi\",\"data-framer-name\":\"Section/Reviews\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2izbng\",\"data-framer-name\":\"Title and text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{y:(componentViewport?.y||0)+0+0+0+6335.6+40+40+0+0+0},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+6420.6+40+40+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d3gbwv-container\",nodeId:\"j90XBUWwG\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(GeneralReviewStack,{height:\"100%\",id:\"j90XBUWwG\",layoutId:\"j90XBUWwG\",variant:\"CVvm6X99b\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\" Trusted Globally\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\" Trusted Globally\"})}),className:\"framer-lp252t\",fonts:[\"GF;Inter-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ftqgx7\",\"data-styles-preset\":\"t5dnOlo48\",children:\"We have helped HR, operational, events and marketing managers with sustainable company swag and merch packs worldwide.\"})}),className:\"framer-poraao\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qunpja-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fkRFAmVFB\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:0},paddingLeft:24,paddingRight:0}},children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:5},gap:10,height:\"100%\",id:\"fkRFAmVFB\",layoutId:\"fkRFAmVFB\",padding:24,paddingBottom:0,paddingLeft:60,paddingPerSide:true,paddingRight:60,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ns6ip7\",\"data-framer-name\":\"Card UWV\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"e9UwDe2i6\",data:Reviews,type:\"Collection\"},select:[{collection:\"e9UwDe2i6\",name:\"mG1ZFuhB7\",type:\"Identifier\"},{collection:\"e9UwDe2i6\",name:\"LfVv2cQ0t\",type:\"Identifier\"},{collection:\"e9UwDe2i6\",name:\"ceO_qBsDb\",type:\"Identifier\"},{collection:\"e9UwDe2i6\",name:\"dr7ykpbh7\",type:\"Identifier\"},{collection:\"e9UwDe2i6\",name:\"Du_tZCJ24\",type:\"Identifier\"},{collection:\"e9UwDe2i6\",name:\"w5mLtAUlZ\",type:\"Identifier\"},{collection:\"e9UwDe2i6\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"e9UwDe2i6\",name:\"HeQm9CyTN\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Ljl0iO76c\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"e9UwDe2i6\",name:\"olSXATqmm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"UWV\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({ceO_qBsDb:ceO_qBsDbe9UwDe2i6,dr7ykpbh7:dr7ykpbh7e9UwDe2i6,Du_tZCJ24:Du_tZCJ24e9UwDe2i6,id:ide9UwDe2i6,LfVv2cQ0t:LfVv2cQ0te9UwDe2i6,mG1ZFuhB7:mG1ZFuhB7e9UwDe2i6,w5mLtAUlZ:w5mLtAUlZe9UwDe2i6},index)=>{LfVv2cQ0te9UwDe2i6??=\"\";ceO_qBsDbe9UwDe2i6??=\"\";Du_tZCJ24e9UwDe2i6??=\"\";w5mLtAUlZe9UwDe2i6??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`e9UwDe2i6-${ide9UwDe2i6}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{w5mLtAUlZ:w5mLtAUlZe9UwDe2i6},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:298,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qxzaaj-container\",inComponentSlot:true,nodeId:\"DNAURC0Me\",rendersWithMotion:true,scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(GeneralCardReview,{auG1Q_TQR:toResponsiveImage(mG1ZFuhB7e9UwDe2i6),Bk5RD7ymp:LfVv2cQ0te9UwDe2i6,height:\"100%\",id:\"DNAURC0Me\",KNKJTSH4q:toResponsiveImage(dr7ykpbh7e9UwDe2i6),layoutId:\"DNAURC0Me\",p7JX8RQ5P:ceO_qBsDbe9UwDe2i6,style:{width:\"100%\"},variant:\"hvJhRHmxC\",width:\"100%\",xVRFFUM4P:Du_tZCJ24e9UwDe2i6})})})})},ide9UwDe2i6);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yvin7h\",\"data-framer-name\":\"Card Cleverbridge\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"l1P0zaQHV\",data:Reviews,type:\"Collection\"},select:[{collection:\"l1P0zaQHV\",name:\"mG1ZFuhB7\",type:\"Identifier\"},{collection:\"l1P0zaQHV\",name:\"LfVv2cQ0t\",type:\"Identifier\"},{collection:\"l1P0zaQHV\",name:\"ceO_qBsDb\",type:\"Identifier\"},{collection:\"l1P0zaQHV\",name:\"dr7ykpbh7\",type:\"Identifier\"},{collection:\"l1P0zaQHV\",name:\"Du_tZCJ24\",type:\"Identifier\"},{collection:\"l1P0zaQHV\",name:\"w5mLtAUlZ\",type:\"Identifier\"},{collection:\"l1P0zaQHV\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"l1P0zaQHV\",name:\"HeQm9CyTN\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Ljl0iO76c\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1P0zaQHV\",name:\"olSXATqmm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Cleverbridge GmbH\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({ceO_qBsDb:ceO_qBsDbl1P0zaQHV,dr7ykpbh7:dr7ykpbh7l1P0zaQHV,Du_tZCJ24:Du_tZCJ24l1P0zaQHV,id:idl1P0zaQHV,LfVv2cQ0t:LfVv2cQ0tl1P0zaQHV,mG1ZFuhB7:mG1ZFuhB7l1P0zaQHV,w5mLtAUlZ:w5mLtAUlZl1P0zaQHV},index1)=>{LfVv2cQ0tl1P0zaQHV??=\"\";ceO_qBsDbl1P0zaQHV??=\"\";Du_tZCJ24l1P0zaQHV??=\"\";w5mLtAUlZl1P0zaQHV??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`l1P0zaQHV-${idl1P0zaQHV}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{w5mLtAUlZ:w5mLtAUlZl1P0zaQHV},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:298,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10zy1gu-container\",inComponentSlot:true,nodeId:\"oF9nuDgok\",rendersWithMotion:true,scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(GeneralCardReview,{auG1Q_TQR:toResponsiveImage(mG1ZFuhB7l1P0zaQHV),Bk5RD7ymp:LfVv2cQ0tl1P0zaQHV,height:\"100%\",id:\"oF9nuDgok\",KNKJTSH4q:toResponsiveImage(dr7ykpbh7l1P0zaQHV),layoutId:\"oF9nuDgok\",p7JX8RQ5P:ceO_qBsDbl1P0zaQHV,style:{width:\"100%\"},variant:\"hvJhRHmxC\",width:\"100%\",xVRFFUM4P:Du_tZCJ24l1P0zaQHV})})})})},idl1P0zaQHV);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zkw3h\",\"data-framer-name\":\"Card DAM Coliving\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"tZcD1BZsc\",data:Reviews,type:\"Collection\"},select:[{collection:\"tZcD1BZsc\",name:\"mG1ZFuhB7\",type:\"Identifier\"},{collection:\"tZcD1BZsc\",name:\"LfVv2cQ0t\",type:\"Identifier\"},{collection:\"tZcD1BZsc\",name:\"ceO_qBsDb\",type:\"Identifier\"},{collection:\"tZcD1BZsc\",name:\"dr7ykpbh7\",type:\"Identifier\"},{collection:\"tZcD1BZsc\",name:\"Du_tZCJ24\",type:\"Identifier\"},{collection:\"tZcD1BZsc\",name:\"w5mLtAUlZ\",type:\"Identifier\"},{collection:\"tZcD1BZsc\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"tZcD1BZsc\",name:\"HeQm9CyTN\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Ljl0iO76c\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"tZcD1BZsc\",name:\"olSXATqmm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"DAM Coliving\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({ceO_qBsDb:ceO_qBsDbtZcD1BZsc,dr7ykpbh7:dr7ykpbh7tZcD1BZsc,Du_tZCJ24:Du_tZCJ24tZcD1BZsc,id:idtZcD1BZsc,LfVv2cQ0t:LfVv2cQ0ttZcD1BZsc,mG1ZFuhB7:mG1ZFuhB7tZcD1BZsc,w5mLtAUlZ:w5mLtAUlZtZcD1BZsc},index2)=>{LfVv2cQ0ttZcD1BZsc??=\"\";ceO_qBsDbtZcD1BZsc??=\"\";Du_tZCJ24tZcD1BZsc??=\"\";w5mLtAUlZtZcD1BZsc??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`tZcD1BZsc-${idtZcD1BZsc}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{w5mLtAUlZ:w5mLtAUlZtZcD1BZsc},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:298,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-12eg2h8-container\",inComponentSlot:true,nodeId:\"bCr4AlgFe\",rendersWithMotion:true,scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(GeneralCardReview,{auG1Q_TQR:toResponsiveImage(mG1ZFuhB7tZcD1BZsc),Bk5RD7ymp:LfVv2cQ0ttZcD1BZsc,height:\"100%\",id:\"bCr4AlgFe\",KNKJTSH4q:toResponsiveImage(dr7ykpbh7tZcD1BZsc),layoutId:\"bCr4AlgFe\",p7JX8RQ5P:ceO_qBsDbtZcD1BZsc,style:{width:\"100%\"},variant:\"hvJhRHmxC\",width:\"100%\",xVRFFUM4P:Du_tZCJ24tZcD1BZsc})})})})},idtZcD1BZsc);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lwfzis\",\"data-framer-name\":\"Card Mackie Myers\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"AUdlqpuQp\",data:Reviews,type:\"Collection\"},select:[{collection:\"AUdlqpuQp\",name:\"mG1ZFuhB7\",type:\"Identifier\"},{collection:\"AUdlqpuQp\",name:\"LfVv2cQ0t\",type:\"Identifier\"},{collection:\"AUdlqpuQp\",name:\"ceO_qBsDb\",type:\"Identifier\"},{collection:\"AUdlqpuQp\",name:\"dr7ykpbh7\",type:\"Identifier\"},{collection:\"AUdlqpuQp\",name:\"Du_tZCJ24\",type:\"Identifier\"},{collection:\"AUdlqpuQp\",name:\"w5mLtAUlZ\",type:\"Identifier\"},{collection:\"AUdlqpuQp\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"AUdlqpuQp\",name:\"HeQm9CyTN\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Ljl0iO76c\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"AUdlqpuQp\",name:\"olSXATqmm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Mackie Meyers\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({ceO_qBsDb:ceO_qBsDbAUdlqpuQp,dr7ykpbh7:dr7ykpbh7AUdlqpuQp,Du_tZCJ24:Du_tZCJ24AUdlqpuQp,id:idAUdlqpuQp,LfVv2cQ0t:LfVv2cQ0tAUdlqpuQp,mG1ZFuhB7:mG1ZFuhB7AUdlqpuQp,w5mLtAUlZ:w5mLtAUlZAUdlqpuQp},index3)=>{LfVv2cQ0tAUdlqpuQp??=\"\";ceO_qBsDbAUdlqpuQp??=\"\";Du_tZCJ24AUdlqpuQp??=\"\";w5mLtAUlZAUdlqpuQp??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`AUdlqpuQp-${idAUdlqpuQp}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{w5mLtAUlZ:w5mLtAUlZAUdlqpuQp},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:298,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qdrjzi-container\",inComponentSlot:true,nodeId:\"cK6oTh2sm\",rendersWithMotion:true,scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(GeneralCardReview,{auG1Q_TQR:toResponsiveImage(mG1ZFuhB7AUdlqpuQp),Bk5RD7ymp:LfVv2cQ0tAUdlqpuQp,height:\"100%\",id:\"cK6oTh2sm\",KNKJTSH4q:toResponsiveImage(dr7ykpbh7AUdlqpuQp),layoutId:\"cK6oTh2sm\",p7JX8RQ5P:ceO_qBsDbAUdlqpuQp,style:{width:\"100%\"},variant:\"hvJhRHmxC\",width:\"100%\",xVRFFUM4P:Du_tZCJ24AUdlqpuQp})})})})},idAUdlqpuQp);})})})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"skk4V5DTh\"},implicitPathVariables:undefined},{href:{webPageId:\"skk4V5DTh\"},implicitPathVariables:undefined},{href:{webPageId:\"skk4V5DTh\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{y:(componentViewport?.y||0)+0+0+0+6335.6+40+40+749.4},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+6420.6+40+40+756.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-27thu1-container\",nodeId:\"l9RSSMwTP\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{zNGAVVmSy:resolvedLinks[2]},j1XYnD67E:{zNGAVVmSy:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(GeneralButtonCTA,{EnBVDC6a2:\"var(--token-6b6c8af9-d50b-4e04-9daa-d4e3ddb1aa0f, rgb(6, 81, 63))\",FoinuTsPU:false,height:\"100%\",id:\"l9RSSMwTP\",layoutId:\"l9RSSMwTP\",SRBP_E1AV:getLocalizedValue(\"v52\",activeLocale)??\"See all reviews\",variant:\"DT5wJl0k7\",width:\"100%\",zNGAVVmSy:resolvedLinks[0]})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5wungu\",\"data-framer-name\":\"Supporting Cards\",children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1j5nqnn\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e5nm32\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1gm6r44\",\"data-styles-preset\":\"afLPok9Ws\",children:\"Supporting \"})}),className:\"framer-bhrme3\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:\"Nature\"})}),className:\"framer-xmfnnk\",\"data-framer-name\":\"Plan of approach\",fonts:[\"GF;Permanent Marker-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qnidkl\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jsvrt4\",\"data-border\":true,\"data-framer-name\":\"Carbon Positive\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mufsyh\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wrwdds\",\"data-framer-name\":\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.72px\",\"--framer-line-height\":\"44px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Carbon Positive Team\"})}),className:\"framer-ks0v78\",\"data-framer-name\":\"Heading\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(186, 227, 214)\"},children:\"With a mission and roadmap to being a fully carbon neutral company.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(186, 227, 214)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Our first steps to being a carbon neutral company.\"]})}),className:\"framer-2wvdy6\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{y:(componentViewport?.y||0)+0+0+0+7275+0+50+221+0+0+0+0+64+0+0+410},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+7367.400000000001+0+60+231+0+0+0+0+64+0+0+410}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t6o1ki-container\",nodeId:\"o591WdEB2\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(GeneralButtonCTA,{EnBVDC6a2:\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\",FoinuTsPU:false,height:\"100%\",id:\"o591WdEB2\",layoutId:\"o591WdEB2\",SRBP_E1AV:getLocalizedValue(\"v58\",activeLocale)??\"See CO2 Impact Dashboard\",variant:\"DT5wJl0k7\",width:\"100%\",zNGAVVmSy:\"https://teams.earthly.org/profile/Monday-Merch\"})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13s0dgn-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"DART0iPSw\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(Pattern,{back:\"rgb(62, 86, 78)\",diagonal:true,direction:\"top\",duration:3,front:\"rgb(78, 109, 99)\",height:\"100%\",id:\"DART0iPSw\",layoutId:\"DART0iPSw\",patternType:\"groovy\",radius:0,scale:16,shouldAnimate:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f3ftd8\",\"data-border\":true,\"data-framer-name\":\"Certification\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v59\",activeLocale)??'Logo featuring \"Team Earth\" text alongside a green circle with \"Earth+\" inside. The design is modern and vibrant.',fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+7275+0+50+221+0+0+581-187+0+2.5),positionX:\"center\",positionY:\"center\",sizes:\"132px\",src:\"https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png\",srcSet:\"https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png?scale-down-to=512 512w,https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png 1908w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v59\",activeLocale)??'Logo featuring \"Team Earth\" text alongside a green circle with \"Earth+\" inside. The design is modern and vibrant.',fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+7367.400000000001+0+60+231+0+0+581-210+0+14),positionX:\"center\",positionY:\"center\",sizes:\"132px\",src:\"https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png\",srcSet:\"https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png?scale-down-to=512 512w,https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png 1908w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v59\",activeLocale)??'Logo featuring \"Team Earth\" text alongside a green circle with \"Earth+\" inside. The design is modern and vibrant.',fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"132px\",src:\"https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png\",srcSet:\"https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png?scale-down-to=512 512w,https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eQLDg9KBnVP7kni8ylooQrlkx0.png 1908w\"},className:\"framer-1h1qft3\",\"data-framer-name\":\"Image\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fl704n\",\"data-border\":true,\"data-framer-name\":\"Ocean Cleanup Supporting\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14cc5bi\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12khp2l\",\"data-framer-name\":\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.72px\",\"--framer-line-height\":\"44px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The Ocean Cleanup\"})}),className:\"framer-cu1q3t\",\"data-framer-name\":\"Heading\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Independent supporter of The Ocean Cleanup - an organisation that focuses on the removal of plastic from the oceans.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Independent supporter of The Ocean Cleanup - an organisation that focuses on the removal of plastic from the oceans.\"]})}),className:\"framer-13jrc3u\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rlufme-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Dw5CMwASC\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(Pattern,{back:\"rgb(8, 87, 132)\",diagonal:true,direction:\"left\",duration:5,front:\"rgb(77, 138, 172)\",height:\"100%\",id:\"Dw5CMwASC\",layoutId:\"Dw5CMwASC\",patternType:\"wave-lines\",radius:20,scale:12,shouldAnimate:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wjouzj\",\"data-border\":true,\"data-framer-name\":\"Certification\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v63\",activeLocale)??'Logo for The Ocean Cleanup, showing \"Independent Guarantee 2022\" and a circular graphic design.',fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+7275+0+50+221+0+601+581.0000000000001-185+0+18),sizes:\"99px\",src:\"https://framerusercontent.com/images/ImXnkbRdhTUgvI4iPkKVTN1T38.png\",srcSet:\"https://framerusercontent.com/images/ImXnkbRdhTUgvI4iPkKVTN1T38.png 911w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v63\",activeLocale)??'Logo for The Ocean Cleanup, showing \"Independent Guarantee 2022\" and a circular graphic design.',fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+7367.400000000001+0+60+231+0+601+581-210+0+30.5),sizes:\"99px\",src:\"https://framerusercontent.com/images/ImXnkbRdhTUgvI4iPkKVTN1T38.png\",srcSet:\"https://framerusercontent.com/images/ImXnkbRdhTUgvI4iPkKVTN1T38.png 911w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v63\",activeLocale)??'Logo for The Ocean Cleanup, showing \"Independent Guarantee 2022\" and a circular graphic design.',fit:\"fill\",sizes:\"99px\",src:\"https://framerusercontent.com/images/ImXnkbRdhTUgvI4iPkKVTN1T38.png\",srcSet:\"https://framerusercontent.com/images/ImXnkbRdhTUgvI4iPkKVTN1T38.png 911w\"},className:\"framer-1u96lgf\",\"data-framer-name\":\"Image\"})})})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1m4nq3e\",\"data-framer-name\":\"Certifications\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wv43wd\",\"data-framer-name\":\"Title and ticker\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7h7m64\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v64\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1gm6r44\",\"data-styles-preset\":\"afLPok9Ws\",children:\"Certifications\"})}),className:\"framer-srphy8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wh6ios\",\"data-framer-name\":\"Checkmark\",style:{rotate:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGVybWFuZW50IE1hcmtlci1yZWd1bGFy\",\"--framer-font-family\":'\"Permanent Marker\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(109, 151, 137)\"},children:\"\u2713\"})}),className:\"framer-1wcwpq2\",\"data-framer-name\":\"Plan of approach\",fonts:[\"GF;Permanent Marker-regular\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v66\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ftqgx7\",\"data-styles-preset\":\"t5dnOlo48\",style:{\"--framer-text-color\":\"var(--token-fbf0164e-dee2-4e19-9b25-5c9f4ebdcda6, rgb(91, 94, 118))\"},children:\"Using 3rd parties to validate.\"})}),className:\"framer-1wy3n8t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xleykc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"L7u1Or1t5\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:50,overflow:false},gap:20,height:\"100%\",hoverFactor:1,id:\"L7u1Or1t5\",layoutId:\"L7u1Or1t5\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wx4w73\",\"data-border\":true,\"data-framer-name\":\"Certification organic 100\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lcyfhn\",\"data-framer-name\":\"organic-100-logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:46,intrinsicWidth:47,svg:'<svg width=\"47\" height=\"46\" viewBox=\"0 0 47 46\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_12418_316970)\">\\n<path d=\"M23.386 8.30318C27.3249 8.30318 31.1025 9.8679 33.8877 12.6531C36.6729 15.4383 38.2376 19.2159 38.2376 23.1548H46.1002C46.1002 17.1306 43.7071 11.3532 39.4473 7.09349C35.1876 2.83376 29.4102 0.440674 23.386 0.440674C17.3619 0.440674 11.5844 2.83376 7.32469 7.09349C3.06497 11.3532 0.671875 17.1306 0.671875 23.1548H8.53438C8.53438 19.2159 10.0991 15.4383 12.8843 12.6531C15.6695 9.8679 19.4471 8.30318 23.386 8.30318V8.30318Z\" fill=\"#0D9C4A\"/>\\n<path d=\"M23.386 38.0064C19.4471 38.0064 15.6695 36.4417 12.8843 33.6565C10.0991 30.8713 8.53438 27.0937 8.53438 23.1548H0.671875C0.671875 29.1789 3.06497 34.9564 7.32469 39.2161C11.5844 43.4758 17.3619 45.8689 23.386 45.8689C29.4102 45.8689 35.1876 43.4758 39.4473 39.2161C43.7071 34.9564 46.1002 29.1789 46.1002 23.1548H38.2376C38.2376 27.0937 36.6729 30.8713 33.8877 33.6565C31.1025 36.4417 27.3249 38.0064 23.386 38.0064V38.0064Z\" fill=\"#4D4D4F\"/>\\n<path d=\"M6.43409 16.1397H6.42207C5.29027 15.5007 4.81952 14.1746 5.43851 13.0668C6.05749 11.959 7.42366 11.6806 8.55747 12.3176H8.56949C9.70129 12.9566 10.172 14.2827 9.55305 15.3905C8.93407 16.4983 7.56789 16.7767 6.43409 16.1397ZM8.11677 13.1509H8.10475C7.42166 12.7643 6.59835 12.8965 6.23978 13.5315C5.88121 14.1666 6.19371 14.9218 6.87479 15.3064H6.88681C7.5699 15.689 8.39321 15.5588 8.75178 14.9238C9.11035 14.2887 8.79785 13.5355 8.11677 13.1509V13.1509Z\" fill=\"white\"/>\\n<path d=\"M7.61523 9.94584L8.93333 8.60371C9.06114 8.44076 9.22346 8.30815 9.40862 8.2154C9.59378 8.12264 9.79719 8.07206 10.0042 8.06727C10.2113 8.06248 10.4168 8.10361 10.606 8.1877C10.7953 8.2718 10.9636 8.39676 11.0988 8.55363V8.55363C11.6256 9.07045 11.6997 9.65138 11.4994 10.1762L13.3704 10.6049L12.6232 11.3701L10.9606 10.9695L10.4618 11.4783L11.5074 12.5039L10.8724 13.1489L7.61523 9.94584ZM10.4778 10.2023C10.7863 9.88775 10.7783 9.52317 10.5018 9.25474H10.4918C10.1853 8.95226 9.83677 8.99032 9.52828 9.30482L8.89727 9.94584L9.83677 10.8673L10.4778 10.2023Z\" fill=\"white\"/>\\n<path d=\"M12.3053 8.56751V8.55549C11.6202 7.44172 11.8606 6.05952 12.9303 5.4165C13.1782 5.24951 13.4584 5.13663 13.7529 5.0852C14.0473 5.03377 14.3492 5.04496 14.639 5.11802L14.5449 6.06753C14.351 6.0107 14.1473 5.99543 13.9471 6.02269C13.7469 6.04996 13.5547 6.11917 13.383 6.22579C12.8221 6.56432 12.7019 7.38363 13.1026 8.0567C13.5333 8.77384 14.2925 9.03225 14.9175 8.65765C15.188 8.50866 15.3988 8.27094 15.5144 7.98458L15.1779 7.42569L14.3966 7.89644L13.9499 7.15126L15.4824 6.22779L16.506 7.9305C16.3413 8.56864 15.9337 9.11713 15.3702 9.45893C14.2724 10.128 13.0004 9.72535 12.3053 8.56751Z\" fill=\"white\"/>\\n<path d=\"M17.376 3.50156L18.1773 3.27319L21.13 7.22348L20.2206 7.48189L19.5776 6.59849L17.9049 7.07124L17.8308 8.16097L16.9434 8.41337L17.376 3.50156ZM19.0327 5.83126L18.1032 4.55323L17.981 6.12974L19.0327 5.83126Z\" fill=\"white\"/>\\n<path d=\"M21.3047 2.67626L22.14 2.66424L24.1132 5.44867L24.0691 2.63219L24.9625 2.61816L25.0426 7.18343L24.2734 7.19545L22.2262 4.32889L22.2722 7.23551L21.3768 7.24953L21.3047 2.67626Z\" fill=\"white\"/>\\n<path d=\"M26.5336 2.87646L27.4251 3.03472L26.6238 7.54189L25.7344 7.38364L26.5336 2.87646Z\" fill=\"white\"/>\\n<path d=\"M27.9716 5.42867V5.41665C28.4243 4.19671 29.6202 3.50561 30.8061 3.94431C31.0997 4.03887 31.3677 4.19944 31.5896 4.41369C31.8115 4.62794 31.9813 4.89017 32.0861 5.18027L31.2848 5.67105C31.2177 5.48156 31.1117 5.30816 30.9737 5.16192C30.8358 5.01568 30.6688 4.89981 30.4836 4.8217C29.8325 4.57932 29.1414 5.00599 28.869 5.74116V5.75318C28.5966 6.48835 28.8269 7.2716 29.488 7.51599C29.9287 7.68025 30.2732 7.5841 30.6899 7.39179L31.0044 8.19307C30.7312 8.37141 30.4188 8.48097 30.0941 8.51236C29.7693 8.54376 29.4418 8.49606 29.1394 8.37335C27.9976 7.94667 27.5148 6.66063 27.9716 5.42867Z\" fill=\"white\"/>\\n<path d=\"M34.9621 7.42975L34.271 7.15531L34.6156 6.38208L35.7974 6.78272L36.2902 7.15331L33.5198 10.8332L32.8047 10.2963L34.9621 7.42975Z\" fill=\"white\"/>\\n<path d=\"M35.6748 9.58719C36.6584 8.69577 37.9264 8.54954 38.6576 9.36083C39.3888 10.1721 39.1183 11.4021 38.1348 12.2915H38.1247C37.1432 13.1809 35.8792 13.3331 35.142 12.5178C34.4048 11.7026 34.6893 10.4826 35.6748 9.58719ZM37.5018 11.6124H37.5118C38.1267 11.0575 38.3471 10.3644 37.9845 9.96378C37.6219 9.56315 36.9349 9.70738 36.3159 10.2683L36.3059 10.2783C35.6869 10.8392 35.4665 11.5203 35.8311 11.9269C36.1957 12.3336 36.8868 12.1753 37.5018 11.6184V11.6124Z\" fill=\"white\"/>\\n<path d=\"M38.6033 12.9926H38.6133C39.7851 12.3676 41.0512 12.5338 41.566 13.4994C42.0808 14.4649 41.5199 15.5927 40.348 16.2157C39.1762 16.8407 37.9122 16.6804 37.3953 15.7089C36.8785 14.7373 37.4314 13.6055 38.6033 12.9926ZM39.8873 15.3964H39.8993C40.6325 14.9957 41.0151 14.3948 40.7587 13.91C40.5023 13.4252 39.8012 13.3932 39.064 13.7938H39.052C38.3148 14.1945 37.9342 14.7954 38.1926 15.2802C38.451 15.765 39.1561 15.783 39.8873 15.3964V15.3964Z\" fill=\"white\"/>\\n<path d=\"M5.22218 27.4156C5.30783 27.3966 5.38879 27.3605 5.46025 27.3096C5.53171 27.2587 5.59222 27.194 5.63818 27.1192C5.68415 27.0445 5.71463 26.9613 5.72781 26.8746C5.741 26.7878 5.73663 26.6993 5.71496 26.6143C5.60078 26.0133 4.91369 25.9292 4.38484 26.0294C3.856 26.1295 3.27708 26.43 3.38325 27.031C3.46738 27.4777 3.80192 27.67 4.26065 27.6439L4.43292 28.5574C3.44936 28.6115 2.80633 28.0906 2.63005 27.1792C2.42973 26.1375 3.07476 25.2942 4.16249 25.0899C5.29028 24.8775 6.24581 25.3603 6.45614 26.4801C6.60838 27.2914 6.30189 28.1287 5.38644 28.3571L5.22218 27.4156Z\" fill=\"white\"/>\\n<path d=\"M7.53829 29.9415C7.97498 30.9571 7.5483 31.9166 6.46458 32.3813C5.38085 32.8461 4.40129 32.4935 3.9646 31.4779C3.52791 30.4623 3.9646 29.5088 5.0343 29.048C6.104 28.5873 7.1056 28.9319 7.53829 29.9415ZM4.66572 31.1754C4.92613 31.7764 5.54111 31.7303 6.08598 31.4959C6.63084 31.2616 7.09758 30.8469 6.83717 30.2439C6.57676 29.641 5.95777 29.6991 5.41491 29.9334C4.87204 30.1678 4.40931 30.5785 4.66572 31.1754Z\" fill=\"white\"/>\\n<path d=\"M8.37152 31.9849L8.90837 32.726L8.49171 33.0245L8.50373 33.0405C8.7197 33.0173 8.93798 33.0521 9.13593 33.1416C9.33388 33.2311 9.50429 33.3719 9.62952 33.5494C10.2305 34.3787 9.88993 34.9516 9.15076 35.4784L7.31384 36.8085L6.74894 36.0293L8.43562 34.8074C8.9284 34.4508 9.07464 34.1443 8.80821 33.7757C8.50173 33.353 8.12312 33.351 7.51616 33.7897L5.94966 34.9235L5.38477 34.1443L8.37152 31.9849Z\" fill=\"white\"/>\\n<path d=\"M11.5567 35.8288L12.0615 36.3216L11.5887 36.8084L11.0839 36.3156L9.81789 37.6317C9.57751 37.8781 9.57751 37.9963 9.81789 38.2226C9.8884 38.2943 9.96706 38.3575 10.0523 38.4109L9.49738 38.9778C9.34548 38.8674 9.20278 38.7448 9.0707 38.6113C8.64202 38.1926 8.37359 37.7419 8.89242 37.209L10.4128 35.6505L9.99617 35.2499L10.4689 34.7651L10.8876 35.1658L11.6588 34.3745L12.3479 35.0476L11.5567 35.8288Z\" fill=\"white\"/>\\n<path d=\"M11.685 38.6855C11.3384 39.2344 11.4146 39.635 11.8593 39.9435C11.9877 40.0391 12.1419 40.094 12.3018 40.1011C12.4618 40.1083 12.6202 40.0673 12.7567 39.9836L13.4518 40.4663C12.7306 41.0332 12.0496 41.0032 11.3965 40.5505C10.4891 39.9215 10.3829 38.8738 11.0319 37.9463C11.681 37.0188 12.7367 36.7604 13.6121 37.3654C14.5916 38.0465 14.4694 39.2464 13.7623 40.1358L11.685 38.6855ZM13.3376 39.0501C13.558 38.5773 13.5379 38.2348 13.1553 37.9683C13.0712 37.9057 12.9753 37.8608 12.8733 37.8363C12.7714 37.8118 12.6655 37.8083 12.5621 37.8259C12.4588 37.8435 12.3601 37.8819 12.272 37.9387C12.1838 37.9956 12.1082 38.0697 12.0496 38.1566L13.3376 39.0501Z\" fill=\"white\"/>\\n<path d=\"M15.2657 38.5652L16.1131 38.9117L15.9127 39.3885H15.9308C16.1026 39.2556 16.3067 39.1707 16.5221 39.1425C16.7375 39.1143 16.9565 39.1439 17.1567 39.2282C18.1022 39.6289 18.1082 40.2759 17.7577 41.1213L16.8923 43.2206L16.0009 42.852L16.8022 40.9269C17.0325 40.3661 17.0025 40.0255 16.5778 39.8532C16.093 39.6529 15.7765 39.8532 15.4841 40.5463L14.7469 42.3332L13.8555 41.9666L15.2657 38.5652Z\" fill=\"white\"/>\\n<path d=\"M19.9946 40.1657L20.6817 40.318L20.5354 40.981L19.8483 40.8268L19.4477 42.6116C19.3736 42.9442 19.4357 43.0463 19.7522 43.1164C19.8493 43.1399 19.9487 43.1527 20.0487 43.1545L19.8784 43.9257C19.6907 43.9123 19.5045 43.8835 19.3215 43.8396C18.7386 43.7094 18.2718 43.467 18.4321 42.7418L18.9048 40.6185L18.3359 40.4923L18.4822 39.8312L19.0511 39.9574L19.2915 38.8777L20.231 39.078L19.9946 40.1657Z\" fill=\"white\"/>\\n<path d=\"M23.4623 42.9923C23.4784 43.427 23.851 43.5933 24.2235 43.5933C24.496 43.5833 24.8505 43.4551 24.8365 43.0985C24.8245 42.792 24.4138 42.6979 23.7227 42.5697C23.1558 42.4575 22.599 42.2852 22.5749 41.6282C22.5389 40.6867 23.3021 40.4142 24.0533 40.3862C24.8045 40.3581 25.5356 40.5985 25.6438 41.502L24.7283 41.538C24.6863 41.1474 24.3978 41.0512 24.0533 41.0633C23.8349 41.0633 23.5184 41.1213 23.5304 41.4278C23.5445 41.7904 24.0953 41.8285 24.6422 41.9346C25.1891 42.0408 25.768 42.2411 25.794 42.9262C25.8301 43.8958 25.0368 44.2403 24.2436 44.2724C23.4503 44.3044 22.619 44.014 22.5469 43.0384L23.4623 42.9923Z\" fill=\"white\"/>\\n<path d=\"M27.2449 40.0657L27.934 39.9254L28.0702 40.5885L27.3791 40.7307L27.7437 42.5196C27.8118 42.8561 27.908 42.9202 28.2285 42.8581C28.3269 42.8402 28.423 42.8113 28.515 42.772L28.6732 43.5472C28.4958 43.6109 28.3136 43.6604 28.1283 43.6954C27.5434 43.8136 27.0186 43.7816 26.8703 43.0544L26.4356 40.921L25.8647 41.0372L25.7285 40.3721L26.3014 40.256L26.0791 39.1722L27.0226 38.9819L27.2449 40.0657Z\" fill=\"white\"/>\\n<path d=\"M28.5436 40.971C28.2531 40.0736 28.9021 39.5087 29.6353 39.2243C30.2863 38.9719 31.1297 38.8236 31.4382 39.6469L32.1313 41.4358C32.212 41.7019 32.3486 41.9478 32.5319 42.1569L31.6225 42.5115C31.544 42.4168 31.4767 42.3132 31.4221 42.203C31.3346 42.4025 31.2061 42.5815 31.0449 42.7281C30.8837 42.8748 30.6935 42.9859 30.4866 43.0544C29.8597 43.2967 29.2467 43.1605 28.9742 42.4534C28.3833 40.8829 30.9073 40.8689 30.5768 40.1117C30.4225 39.711 30.1301 39.7491 29.8156 39.8713C29.467 40.0055 29.3088 40.2359 29.4149 40.6205L28.5436 40.971ZM30.8873 40.8669C30.7891 41.0672 30.4766 41.1934 30.2182 41.3556C29.9598 41.5179 29.7495 41.7202 29.8817 42.0668C30.0139 42.4133 30.3124 42.4053 30.6028 42.2931C31.306 42.0207 31.1056 41.4318 31.0235 41.2194L30.8873 40.8669Z\" fill=\"white\"/>\\n<path d=\"M31.5625 38.5311L32.3257 38.0263L32.6082 38.455L32.6262 38.443C32.6119 38.2262 32.6557 38.0096 32.7533 37.8155C32.8509 37.6214 32.9986 37.457 33.1811 37.3392C34.0344 36.7743 34.5833 37.1389 35.0881 37.9021L36.3421 39.7951L35.5408 40.326L34.391 38.5872C34.0545 38.0804 33.754 37.9221 33.3754 38.1725C32.9387 38.459 32.9227 38.8396 33.3353 39.4646L34.403 41.0792L33.6017 41.61L31.5625 38.5311Z\" fill=\"white\"/>\\n<path d=\"M38.7426 36.8405C38.8022 37.0453 38.8031 37.2627 38.7454 37.4681C38.6877 37.6734 38.5736 37.8585 38.4161 38.0023C37.683 38.7635 36.6413 38.4751 35.9021 37.7619C35.1629 37.0488 34.8865 36.0572 35.6016 35.316C35.74 35.1636 35.9156 35.0498 36.1111 34.9855C36.3067 34.9212 36.5156 34.9088 36.7174 34.9495H36.7274L35.3913 33.6594L36.0584 32.9663L39.7262 36.5059L39.0912 37.165L38.7426 36.8405ZM36.3208 35.6706C35.8841 36.1253 36.1485 36.6722 36.5792 37.0989C37.0099 37.5256 37.6068 37.7419 38.0215 37.3112C38.4361 36.8805 38.1737 36.3096 37.737 35.889C37.3003 35.4683 36.7535 35.2279 36.3208 35.6706V35.6706Z\" fill=\"white\"/>\\n<path d=\"M38.2931 34.1844C37.5179 33.6456 37.6922 32.8042 38.0928 32.1332C38.4574 31.5322 39.0363 30.9072 39.7895 31.3719L41.4261 32.3735C41.654 32.5344 41.9135 32.645 42.1873 32.698L41.6785 33.5294C41.5603 33.5004 41.446 33.4573 41.338 33.4012C41.3896 33.6128 41.3962 33.8329 41.3572 34.0472C41.3182 34.2616 41.2345 34.4653 41.1116 34.6451C40.759 35.2181 40.1901 35.4805 39.5451 35.0838C38.1228 34.1944 40.122 32.654 39.3969 32.2573C39.0323 32.033 38.822 32.2373 38.6437 32.5278C38.4654 32.8182 38.4634 33.1287 38.7859 33.3611L38.2931 34.1844ZM40.096 32.68C40.1381 32.8984 39.9658 33.1908 39.8596 33.4813C39.7534 33.7718 39.7074 34.0562 40.0239 34.2505C40.3404 34.4448 40.5707 34.2505 40.733 33.9941C41.1336 33.3531 40.6128 33.0065 40.4165 32.8863L40.096 32.68Z\" fill=\"white\"/>\\n<path d=\"M39.1797 30.3723L39.5142 29.5189L40.1532 29.7693V29.7573C39.9749 29.5921 39.8494 29.3779 39.7924 29.1416C39.7354 28.9054 39.7494 28.6575 39.8327 28.4292C39.8588 28.3624 39.8953 28.3002 39.9409 28.2449L40.8183 28.5894C40.754 28.6866 40.7009 28.7908 40.66 28.8999C40.3996 29.563 40.8043 29.9756 41.4152 30.216L42.9637 30.817L42.6111 31.7144L39.1797 30.3723Z\" fill=\"white\"/>\\n<path d=\"M43.7193 26.2778V26.2918C43.8816 26.4309 44.0014 26.6129 44.0652 26.817C44.1289 27.021 44.134 27.2388 44.0799 27.4456C43.8796 28.4853 42.8499 28.8118 41.8403 28.6175C40.8648 28.4292 40.0595 27.7441 40.2538 26.7305C40.2862 26.5272 40.3708 26.3358 40.4993 26.175C40.6278 26.0142 40.7958 25.8895 40.987 25.813V25.799L39.1641 25.4484L39.3464 24.5029L44.3543 25.4645L44.182 26.3639L43.7193 26.2778ZM41.0491 26.6143C40.9309 27.2333 41.4497 27.5558 42.0507 27.668C42.6516 27.7801 43.2526 27.6459 43.3748 27.067C43.493 26.448 42.9561 26.1435 42.3591 26.0294C41.7622 25.9152 41.1673 26.0133 41.0491 26.6143Z\" fill=\"white\"/>\\n<path d=\"M23.386 45.869C35.9307 45.869 46.1002 35.6995 46.1002 23.1548C46.1002 10.6101 35.9307 0.440674 23.386 0.440674C10.8413 0.440674 0.671875 10.6101 0.671875 23.1548C0.671875 35.6995 10.8413 45.869 23.386 45.869Z\" stroke=\"#0D9C4A\" stroke-width=\"0.56\" stroke-miterlimit=\"10\"/>\\n<path d=\"M20.8657 33.5132L20.2207 36.4679C20.2207 36.4679 21.2503 37.0208 21.8233 36.7844L22.3681 33.5913C21.8667 33.6551 21.3578 33.6287 20.8657 33.5132V33.5132Z\" fill=\"#0D9C4A\"/>\\n<path d=\"M24.0177 9.94165C24.0177 9.94165 21.8142 13.7137 21.0229 14.8094C20.2317 15.9051 15.4581 22.8021 15.5622 27.2873C15.6664 31.7724 18.9376 33.405 20.8627 33.5132L21.0069 32.8561C21.0069 32.8561 21.6299 30.5785 21.8282 30.0517C22.0265 29.5248 22.4812 28.365 22.4812 28.365C22.4812 28.365 20.6503 27.6939 18.9256 22.756C18.9256 22.756 20.7946 26.2756 22.7176 27.3634C23.0935 25.9155 23.3667 24.4428 23.5349 22.9564C23.5349 22.9564 21.9324 21.8486 21.5017 18.8378C21.5017 18.8378 22.8098 21.5221 23.5349 21.6863C23.5349 21.6863 23.7533 15.6628 23.9155 14.9536C23.9155 14.9536 24.5325 19.8534 24.4243 21.6863C24.4243 21.6863 25.5301 21.2316 26.6018 19.1283C26.6018 19.1283 26.3834 21.45 24.3983 22.9203C24.3647 23.7407 24.2858 24.5585 24.1619 25.3702C23.9796 26.3858 23.7493 27.5276 23.7493 27.5276C23.7493 27.5276 25.7524 26.7845 27.6455 24.2624C27.6455 24.2624 26.3033 27.6679 23.4728 28.5993C23.4728 28.5993 22.7517 31.2516 22.4712 32.9002L22.355 33.5893C22.3991 33.5893 27.5633 33.7896 30.1094 29.5829C32.6554 25.3762 30.7324 19.575 24.0177 9.94165Z\" fill=\"#0D9C4A\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_12418_316970\">\\n<rect width=\"45.5385\" height=\"45.5385\" fill=\"white\" transform=\"translate(0.615234 0.384521)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z8x9mz\",\"data-border\":true,\"data-framer-name\":\"Certification global organic standard gots\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1rtxaka\",\"data-framer-name\":\"global-organic-textile-standard-gots-vector-logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:46,intrinsicWidth:46,svg:'<svg width=\"46\" height=\"46\" viewBox=\"0 0 46 46\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_12418_316901)\">\\n<path d=\"M22.9949 5.58496C18.3959 5.58496 13.9853 7.41612 10.7333 10.6756C7.48125 13.9351 5.6543 18.3559 5.6543 22.9655C5.6543 27.5751 7.48125 31.9959 10.7333 35.2554C13.9853 38.5149 18.3959 40.346 22.9949 40.346C32.5695 40.346 40.3356 32.5621 40.3356 22.9655C40.3356 13.3689 32.5695 5.58496 22.9949 5.58496Z\" fill=\"#12A237\"/>\\n<path d=\"M10.5756 38.5794C11.3651 39.1958 11.567 40.0883 10.9245 40.9072C10.3094 41.6893 9.33635 41.7077 8.5836 41.1188C8.32329 40.9178 8.09433 40.6791 7.9043 40.4104L8.25313 40.0147C8.38022 40.2614 8.55866 40.4779 8.77638 40.6496C9.31799 41.0728 9.93303 41.0084 10.3553 40.4656C10.7409 39.9779 10.7959 39.3891 10.2635 38.975C10.1348 38.8705 9.98878 38.7895 9.83206 38.7358L9.41896 39.2603L9.74026 39.5179L9.45568 39.8767L8.64786 39.2418L9.57502 38.0549C9.93807 38.1662 10.2774 38.344 10.5756 38.5794Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M8.73851 37.0062L6.41602 39.0856L5.95703 38.5703L7.86643 36.859L6.97599 35.8561L7.38908 35.488L8.73851 37.0062Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M6.2151 33.6938C6.74753 34.5403 6.4905 35.3316 5.67349 35.8468C4.87485 36.3529 4.02113 36.2425 3.49788 35.4144C2.96545 34.5679 3.21331 33.7766 4.03949 33.2522C4.84731 32.7369 5.69185 32.8565 6.2151 33.6938ZM3.91097 35.1567C4.23226 35.672 4.86567 35.5064 5.29712 35.2304C5.72857 34.9543 6.14166 34.4575 5.82037 33.9422C5.49908 33.427 4.87485 33.5834 4.43422 33.8594C3.99359 34.1354 3.57132 34.6323 3.91097 35.1567\" fill=\"#1C1C1B\"/>\\n<path d=\"M4.4976 30.4275L4.91987 31.4856L2.01905 32.6449L1.55088 31.458C1.35811 30.9795 1.33057 30.4367 1.89054 30.2158C2.25773 30.0686 2.57902 30.1974 2.79934 30.5195C2.71672 30.133 2.83606 29.7558 3.23079 29.5994C3.91009 29.3234 4.27729 29.857 4.4976 30.4275M2.02823 31.504L2.17511 31.8628L3.00129 31.5316L2.88195 31.2187C2.7718 30.9335 2.56066 30.6759 2.22101 30.8139C1.91808 30.9427 1.92726 31.2463 2.02823 31.504ZM3.26751 31.1083L3.37766 31.3844L4.28646 31.0255L4.16713 30.7219C4.04779 30.4275 3.82747 30.1146 3.46946 30.2618C3.06555 30.4183 3.13899 30.7955 3.26751 31.1083\" fill=\"#1C1C1B\"/>\\n<path d=\"M3.3141 26.1123L2.59808 26.5355L2.86429 27.8421L3.68129 27.9617L3.81899 28.6333L0.52344 28.0813L0.339844 27.1888L3.16722 25.4038L3.3141 26.1123ZM0.872273 27.5568L2.37776 27.796L2.1758 26.7747L0.872273 27.5568Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M3.13949 24.4467L0.0183596 24.5203L0 23.8303L2.57035 23.7659L2.53363 22.4225L3.08441 22.4133L3.13949 24.4467Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M3.81807 17.9693C3.56104 18.9354 2.80829 19.2851 1.87195 19.0366C0.95397 18.7882 0.458261 18.089 0.706116 17.1413C0.963151 16.1752 1.71589 15.8163 2.65223 16.0647C3.58857 16.3132 4.0751 17.0216 3.81807 17.9693ZM1.17429 17.2701C1.01823 17.8589 1.56902 18.2086 2.05555 18.3374C2.54208 18.4662 3.19384 18.4294 3.3499 17.8497C3.50596 17.2517 2.97353 16.9112 2.46864 16.7732C1.96375 16.6352 1.33952 16.6628 1.17429 17.2701Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M5.32368 13.9026L4.37816 13.8106C4.05687 13.7738 3.94671 13.8014 3.79065 14.105L3.68049 14.3351L4.84633 14.8963L4.55258 15.5128L1.73438 14.1603L2.28516 13.0101C2.51466 12.5317 2.92775 12.1361 3.48772 12.4121C3.87327 12.5961 3.97425 13.0009 3.85491 13.3874C4.02933 13.1574 4.20374 13.1113 4.48832 13.139L5.62661 13.2402L5.32368 13.9026ZM2.59728 13.4426L2.4504 13.7462L3.2674 14.1419L3.4051 13.8566C3.5428 13.5714 3.59788 13.231 3.2674 13.0653C2.93693 12.8997 2.74415 13.139 2.59728 13.4426\" fill=\"#1C1C1B\"/>\\n<path d=\"M7.08611 11.2067C6.4986 12.0164 5.61734 12.2464 4.78197 11.6484C3.98333 11.0687 3.92825 10.0842 4.48822 9.31133C4.67853 9.04554 4.90751 8.80983 5.16753 8.61206L5.57144 8.94329C5.32864 9.07652 5.12096 9.26575 4.96557 9.49535C4.56166 10.0566 4.65346 10.6639 5.20425 11.0687C5.70913 11.4367 6.29664 11.4643 6.69137 10.9215C6.7917 10.7894 6.86643 10.6396 6.91169 10.4798L6.37008 10.0842L6.13141 10.4154L5.76421 10.1486L6.37008 9.31133L7.59099 10.1946C7.47892 10.5573 7.30837 10.8992 7.08611 11.2067\" fill=\"#1C1C1B\"/>\\n<path d=\"M10.0789 7.89429L9.34456 7.50785L8.3715 8.41874L8.70198 9.18242L8.20627 9.65167L6.93945 6.55096L7.6004 5.92529L10.6022 7.38824L10.0789 7.89429ZM7.56368 6.56936L8.15119 7.9771L8.91311 7.25943L7.56368 6.56936Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M12.825 5.9437L10.5025 4.38874L11.852 6.55096L11.3287 6.88219L9.68555 4.22312L10.5393 3.68947L12.8709 5.25363L11.5215 3.07301L12.0448 2.75098L13.6879 5.41004L12.825 5.9437Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M14.8902 4.87637L13.6602 1.99649L14.3027 1.72046L15.5237 4.60035L14.8902 4.87637Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M18.2212 3.7724C17.2481 4.03923 16.4219 3.67119 16.1465 2.66829C15.8895 1.7206 16.4495 0.910914 17.3675 0.662489C17.6225 0.597202 17.8845 0.563216 18.1477 0.561279L18.2579 1.06733C18.0397 1.04138 17.8186 1.05699 17.6061 1.11333C16.9636 1.28815 16.679 1.84021 16.8442 2.46587C17.0186 3.10993 17.5143 3.43197 18.1753 3.24795C18.3961 3.19016 18.6025 3.08674 18.7812 2.94432L18.9372 3.42277C18.7276 3.59143 18.4829 3.7109 18.2212 3.7724Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M23.8029 0.588859L23.7387 3.16512L23.041 3.14671L23.1053 0.570457L22.123 0.552055L22.1414 0L24.7944 0.0552055L24.776 0.616462L23.8029 0.588859Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M25.6387 3.30309L26.1986 0.22998L28.1998 0.588816L28.108 1.06726L26.777 0.818839L26.6301 1.62852L27.9061 1.85854L27.8143 2.32779L26.5475 2.08857L26.3914 2.95345L27.7592 3.20188L27.6766 3.67112L25.6387 3.30309Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M30.5866 4.64645L30.2928 3.1835L29.0994 4.09439L28.3926 3.82757L30.0266 2.69585L29.586 0.938477L30.3295 1.2145L30.6049 2.53024L31.6606 1.70215L32.3491 1.95978L30.8619 3.00868L31.3577 4.92247L30.5866 4.64645Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M34.4151 3.69886L33.1391 5.93469L32.5332 5.58505L33.8092 3.35843L32.9647 2.87078L33.2309 2.39233L35.535 3.70807L35.2596 4.18651L34.4151 3.69886Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M36.6275 4.50864L34.7383 6.99878L35.2863 7.41647L37.1755 4.92633L36.6275 4.50864Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M36.3984 8.33615L38.6016 6.12793L39.0973 6.61558L37.2797 8.43736L38.2344 9.38506L37.8397 9.7807L36.3984 8.33615Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M38.418 10.4706L40.9241 8.61206L42.1358 10.2498L41.7502 10.5351L40.9424 9.44014L40.2906 9.92779L41.0526 10.9675L40.6762 11.2527L39.9051 10.213L39.2074 10.7283L40.0336 11.86L39.6481 12.1452L38.418 10.4706Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M41.5295 16.0003C41.4138 15.6963 41.3427 15.3771 41.3184 15.0526L41.8232 14.887C41.7967 15.1875 41.8407 15.49 41.9518 15.7703C42.0527 16.0463 42.2547 16.2948 42.5668 16.1844C42.7871 16.1016 42.7963 15.7427 42.8055 15.5035L42.8238 15.1539C42.8422 14.749 42.9524 14.4178 43.3563 14.2706C43.9897 14.0313 44.4395 14.611 44.6323 15.1447C44.7257 15.3935 44.7874 15.6532 44.8159 15.9175L44.3293 16.0739C44.3322 15.8257 44.2886 15.5792 44.2008 15.3471C44.109 15.1079 43.9162 14.795 43.6225 14.9054C43.4205 14.979 43.4114 15.2735 43.4022 15.4943L43.393 15.8531C43.3838 16.2948 43.292 16.6536 42.833 16.8284C42.2088 17.0676 41.7406 16.58 41.5295 16.0003\" fill=\"#1C1C1B\"/>\\n<path d=\"M45.0553 18.8895L42.54 19.4047L42.4023 18.7238L44.9176 18.2086L44.7248 17.2425L45.2573 17.1321L45.7897 19.7359L45.2481 19.8464L45.0553 18.8895Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M42.8971 23.3334L43.6682 23.0298L43.6223 21.7048L42.8328 21.4472L42.8145 20.7664L45.9723 21.8521L45.9998 22.763L42.9246 24.0603L42.8971 23.3334ZM45.5409 22.3121L44.0996 21.8337L44.1363 22.8826L45.5409 22.3121Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M42.5578 26.6643L45.2567 25.9374L42.7414 25.5326L42.8332 24.9253L45.9176 25.4221L45.7524 26.425L43.0535 27.1611L45.5688 27.566L45.4678 28.1732L42.3926 27.6764L42.5578 26.6643Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M41.6765 29.9122L42.0437 28.9277L44.9629 30.041L44.5498 31.1268C44.1918 32.0745 43.485 32.4241 42.5303 32.0652C41.5388 31.6788 41.3185 30.8691 41.6765 29.9122M44.1459 30.8507L44.2744 30.5103L42.2457 29.7374L42.1539 29.9766C41.906 30.6391 42.1172 31.1084 42.7873 31.366C43.3748 31.596 43.9072 31.4764 44.1459 30.8507Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M39.5365 34.1723L40.3444 34.338L41.0328 33.197L40.5096 32.553L40.8584 31.9641L42.9147 34.6048L42.4465 35.3869L39.1602 34.7888L39.5365 34.1723ZM42.3088 34.7612L41.3633 33.5651L40.8217 34.4576L42.3088 34.7612Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M37.4912 36.7301L38.3725 37.0798C38.6754 37.1994 38.7856 37.2086 39.0151 36.951L39.1803 36.7577L38.2072 35.902L38.6571 35.396L40.9979 37.4662L40.1534 38.4231C39.8045 38.8279 39.2996 39.0856 38.8315 38.6715C38.5102 38.3863 38.5285 37.9723 38.7397 37.6318C38.5102 37.8066 38.3266 37.7974 38.0604 37.6962L36.9863 37.2914L37.4912 36.7301ZM39.9881 37.917L40.2084 37.6686L39.5291 37.0706L39.318 37.3098C39.1069 37.549 38.96 37.8618 39.2354 38.1103C39.52 38.3403 39.7678 38.1655 39.9881 37.917Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M35.48 38.5886L36.3062 37.9353L38.2339 40.3919L37.3251 41.1096C36.5357 41.7353 35.7462 41.6801 35.1128 40.8704C34.461 40.0331 34.6813 39.2234 35.48 38.5886M37.114 40.668L37.3986 40.4472L36.0583 38.745L35.8564 38.9014C35.2964 39.343 35.2413 39.8491 35.6819 40.4196C36.0767 40.9072 36.5999 41.082 37.114 40.668\" fill=\"#1C1C1B\"/>\\n<path d=\"M17.6247 45.4158C16.6517 45.1674 16.1009 44.4313 16.3579 43.4192C16.5966 42.4531 17.487 42.0299 18.4234 42.2691C18.7435 42.3484 19.0499 42.4756 19.3322 42.6464L19.1761 43.1524C18.9608 42.9778 18.7103 42.8522 18.4417 42.7844C17.7716 42.6188 17.23 42.9316 17.0648 43.6033C16.9087 44.2105 17.1015 44.7718 17.7532 44.9374C17.9139 44.985 18.0823 45.0006 18.2489 44.9834L18.4142 44.3301L18.0103 44.2289L18.1204 43.7873L19.121 44.0357L18.7538 45.5079C18.375 45.5421 17.9931 45.511 17.6247 45.4158Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M21.517 45.9953C20.5256 45.9309 20.039 45.2685 20.1033 44.2932C20.1675 43.3455 20.7551 42.729 21.7281 42.7934C22.7195 42.8578 23.2152 43.5203 23.151 44.4956C23.0775 45.4525 22.49 46.0598 21.517 45.9953ZM21.6822 43.2811C21.0763 43.2443 20.8469 43.8515 20.8101 44.3484C20.7734 44.8452 20.9387 45.4801 21.5353 45.5261C22.1504 45.5629 22.3799 44.974 22.4074 44.4588C22.4533 43.9343 22.3064 43.3179 21.6822 43.2811Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M25.4106 43.3731L25.6676 45.9217L24.9791 45.9953L24.7221 43.4467L23.7582 43.5387L23.7031 42.9866L26.3285 42.729L26.3836 43.2719L25.4106 43.3731Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M28.7232 45.425C28.4191 45.512 28.1029 45.5493 27.7869 45.5354L27.6767 45.0293C27.9662 45.0863 28.2651 45.0737 28.5488 44.9925C28.8242 44.9189 29.0904 44.7441 29.0078 44.4313C28.9527 44.2013 28.6039 44.1645 28.3652 44.1277L28.0347 44.0725C27.6492 44.0172 27.3371 43.87 27.2269 43.4744C27.0617 42.8303 27.6675 42.4623 28.2 42.3151C28.4487 42.2492 28.7047 42.2152 28.9619 42.2139L29.0629 42.7107C28.8235 42.6801 28.5804 42.6957 28.3469 42.7567C28.1082 42.8211 27.7869 42.9775 27.8603 43.272C27.9154 43.4744 28.2 43.5204 28.4111 43.5388L28.7599 43.5756C29.1914 43.6308 29.531 43.7596 29.6504 44.2197C29.8248 44.8637 29.3016 45.2686 28.7232 45.425Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M13.3117 42.019L13.0371 42.6013L13.6845 42.908L13.9591 42.3257L13.3117 42.019Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M32.1568 42.8948L31.8906 42.3243L32.5332 42.0115L32.8086 42.5911L32.1568 42.8948Z\" fill=\"#1C1C1B\"/>\\n<path d=\"M8.60156 21.5302L12.8059 25.7442L16.7165 21.8246V34.3011H22.665V15.9728L18.4056 11.7036L8.60156 21.5302ZM27.5946 11.7128L23.3443 15.9728V34.3011H29.2928V21.8246L33.1943 25.735L37.3986 21.521L27.5946 11.7128Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_12418_316901\">\\n<rect width=\"46\" height=\"46\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v667s7\",\"data-border\":true,\"data-framer-name\":\"Certification global recycled standard\",children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v67\",activeLocale)??\"Logo featuring a stylized wave and text, using blue and black colors, representing a water-related theme.\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"228px\",src:\"https://framerusercontent.com/images/qwxiKDOJeL8OufmPn6EnUP1nCg.png\",srcSet:\"https://framerusercontent.com/images/qwxiKDOJeL8OufmPn6EnUP1nCg.png?scale-down-to=512 512w,https://framerusercontent.com/images/qwxiKDOJeL8OufmPn6EnUP1nCg.png 560w\"},className:\"framer-1t6pz6k\",\"data-framer-name\":\"Peta Approved Vegan 1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14wjvsq\",\"data-border\":true,\"data-framer-name\":\"Certification oeko tex standard 100\",children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v68\",activeLocale)??'Logo featuring the text \"OHSAS 18001\" with a gear icon, indicating a standard for occupational health and safety.',fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"156px\",src:\"https://framerusercontent.com/images/DXpdegmsFdZKvVgtibvHvlpqaHY.png\",srcSet:\"https://framerusercontent.com/images/DXpdegmsFdZKvVgtibvHvlpqaHY.png?scale-down-to=512 512w,https://framerusercontent.com/images/DXpdegmsFdZKvVgtibvHvlpqaHY.png 560w\"},className:\"framer-1rm36ed\",\"data-framer-name\":\"oeko tex standard 100 logo\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pkocal\",\"data-border\":true,\"data-framer-name\":\"Certification organic 100\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-d3focn\",\"data-framer-name\":\"csr\",fill:\"black\",intrinsicHeight:260,intrinsicWidth:260,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 260 260\"><defs><linearGradient x1=\"0\" y1=\"130\" x2=\"260\" y2=\"130\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"matrix(1 0 0 -1 0 260)\" id=\"linear-gradient\"><stop offset=\"0%\" stop-color=\"#E1B090\"/><stop offset=\"12%\" stop-color=\"#C29375\"/><stop offset=\"19%\" stop-color=\"#C69779\"/><stop offset=\"26%\" stop-color=\"#D1A486\"/><stop offset=\"34%\" stop-color=\"#E3BA9C\"/><stop offset=\"40%\" stop-color=\"#F6D0B2\"/><stop offset=\"91%\" stop-color=\"#B17F60\"/></linearGradient><linearGradient x1=\"72\" y1=\"70.5\" x2=\"188\" y2=\"70.5\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"matrix(1 0 0 -1 0 260)\" id=\"linear-gradient-2\"><stop offset=\"0%\" stop-color=\"#E1B090\"/><stop offset=\"12%\" stop-color=\"#C29375\"/><stop offset=\"19%\" stop-color=\"#C69779\"/><stop offset=\"91%\" stop-color=\"#B17F60\"/></linearGradient><linearGradient x1=\"22.53\" y1=\"129.03\" x2=\"200.21\" y2=\"233.86\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"matrix(1 0 0 -1 0 260)\" id=\"linear-gradient-3\"><stop offset=\"0%\" stop-color=\"#B17F60\"/><stop offset=\"18%\" stop-color=\"#E2B191\"/><stop offset=\"96%\" stop-color=\"#F6D0B2\"/></linearGradient><style>@font-face{font-family:&apos;Montserrat&apos;;font-style:normal;font-weight:700;src:url(data:application/font-woff;charset=utf-8;base64,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) format(&quot;woff2&quot;)}.cls-2{fill:#4b4b4a;stroke-width:0}</style></defs><g id=\"medal-bronze\"><path d=\"m50.39 28-28 15h28V28Z\" stroke-width=\"0\" class=\"cls-2\" style=\"fill:#4b4b4a\"/><path d=\"M130 260c71.8 0 130-58.2 130-130S201.8 0 130 0 0 58.2 0 130s58.2 130 130 130Z\" stroke-width=\"0\" style=\"fill:url(#linear-gradient);stroke-width:0\"/><path d=\"M130 245c63.51 0 115-51.49 115-115S193.51 15 130 15 15 66.49 15 130s51.49 115 115 115Z\" stroke-width=\"0\" style=\"fill:#f9f9fa;stroke-width:0\"/><path d=\"M188 188H72v3h116v-3Z\" stroke-width=\"0\" style=\"fill:url(#linear-gradient-2);stroke-width:0\"/><path d=\"M50.85 178.13c-.85 0-1.67-.13-2.45-.38-.78-.27-1.39-.61-1.84-1.02l.59-1.25c.43.37.97.68 1.63.93.66.25 1.35.37 2.06.37.65 0 1.18-.08 1.58-.22.41-.15.7-.35.9-.61.19-.27.29-.57.29-.9 0-.38-.13-.69-.38-.93-.25-.24-.57-.42-.98-.56-.39-.15-.83-.28-1.31-.38s-.97-.23-1.46-.37c-.48-.15-.92-.34-1.33-.56-.39-.22-.71-.52-.96-.9s-.37-.88-.37-1.47.15-1.1.45-1.58c.31-.49.78-.88 1.41-1.17.64-.3 1.45-.45 2.43-.45.65 0 1.3.09 1.94.26.64.17 1.19.42 1.66.74l-.53 1.28c-.48-.32-.99-.55-1.52-.69-.53-.15-1.05-.22-1.55-.22-.63 0-1.15.08-1.55.24s-.7.37-.9.64c-.18.27-.27.57-.27.9 0 .4.12.71.37.94.26.24.58.42.98.56.41.14.85.27 1.33.38.48.11.96.23 1.44.37.49.14.93.32 1.33.54.41.22.73.52.98.9s.37.85.37 1.44-.15 1.09-.46 1.58c-.31.48-.79.87-1.44 1.17-.64.29-1.45.43-2.43.43Zm10.02-.03c-.73 0-1.37-.13-1.92-.4-.54-.27-.97-.67-1.28-1.22-.3-.55-.45-1.25-.45-2.08v-4.88h1.54v4.7c0 .83.2 1.46.59 1.87.41.42.97.62 1.7.62.53 0 1-.11 1.39-.32.39-.22.7-.54.91-.96.21-.43.32-.94.32-1.54v-4.38h1.54v8.48h-1.46v-2.29l.24.61c-.28.56-.69 1-1.25 1.31-.55.31-1.18.46-1.87.46Zm9.69 0c-.7 0-1.38-.1-2.02-.29-.63-.19-1.13-.43-1.49-.7l.64-1.22c.36.24.81.45 1.34.62.53.17 1.08.26 1.63.26.71 0 1.23-.1 1.54-.3.32-.2.48-.49.48-.85 0-.27-.1-.47-.29-.62s-.45-.26-.77-.34c-.31-.08-.66-.14-1.04-.19-.38-.06-.77-.14-1.15-.22-.38-.1-.74-.22-1.06-.38-.32-.17-.58-.4-.77-.69-.19-.3-.29-.69-.29-1.18s.14-.96.43-1.34.69-.68 1.22-.88c.53-.21 1.16-.32 1.89-.32.55 0 1.11.07 1.68.21.58.13 1.05.32 1.41.56l-.66 1.22a3.56 3.56 0 0 0-1.2-.53c-.42-.1-.83-.14-1.25-.14-.67 0-1.17.11-1.5.34-.33.21-.5.49-.5.83 0 .29.1.51.29.67.2.15.46.27.77.35.32.09.67.16 1.06.22.38.05.77.13 1.15.22.38.09.73.21 1.04.37.32.16.58.38.77.67.2.29.3.67.3 1.15 0 .51-.15.96-.45 1.33-.3.37-.72.67-1.26.88-.54.2-1.19.3-1.95.3Zm8.5 0c-.85 0-1.51-.23-1.98-.69-.47-.46-.7-1.12-.7-1.97v-7.78h1.54v7.71c0 .46.11.81.34 1.06.23.24.57.37.99.37.48 0 .88-.13 1.2-.4l.48 1.1c-.23.2-.52.35-.85.45-.32.1-.66.14-1.01.14Zm-4.13-7.31v-1.26h5.41v1.26h-5.41Zm13.1 7.22v-1.79l-.08-.34v-3.06c0-.65-.19-1.15-.58-1.5-.37-.36-.94-.54-1.7-.54-.5 0-.99.08-1.47.26-.48.16-.89.38-1.22.66l-.64-1.15c.44-.35.96-.62 1.57-.8.62-.19 1.26-.29 1.94-.29 1.16 0 2.06.28 2.69.85.63.57.94 1.43.94 2.59v5.12h-1.46Zm-2.78.1c-.63 0-1.18-.11-1.66-.32-.47-.21-.83-.51-1.09-.88-.26-.38-.38-.82-.38-1.3s.11-.88.32-1.25c.22-.37.58-.67 1.07-.9.5-.22 1.17-.34 2.02-.34h2.69v1.1H85.6c-.77 0-1.29.13-1.55.38-.27.26-.4.57-.4.93 0 .42.17.75.5 1.01.33.24.79.37 1.38.37s1.08-.13 1.5-.38c.44-.26.75-.63.94-1.12l.3 1.06c-.2.5-.56.9-1.07 1.2-.51.29-1.16.43-1.94.43Zm7.08-.1v-8.48h1.54v8.48h-1.54Zm.77-10.11c-.3 0-.55-.1-.75-.29-.19-.19-.29-.43-.29-.7s.1-.53.29-.72c.2-.19.45-.29.75-.29s.54.1.74.29c.2.18.3.41.3.69s-.1.53-.29.74c-.19.19-.44.29-.75.29Zm8.23 1.55c.69 0 1.3.13 1.82.4.53.27.95.67 1.25 1.22s.45 1.23.45 2.06v4.88h-1.54v-4.7c0-.82-.2-1.44-.61-1.86-.4-.42-.96-.62-1.68-.62-.54 0-1.02.11-1.42.32-.41.21-.72.53-.94.94-.21.42-.32.93-.32 1.55v4.37H96.8v-8.48h1.47v2.29l-.24-.61c.28-.55.7-.99 1.28-1.3.58-.31 1.25-.46 2.02-.46Zm11.63 8.56v-1.79l-.08-.34v-3.06c0-.65-.19-1.15-.58-1.5-.37-.36-.94-.54-1.7-.54-.5 0-.99.08-1.47.26-.48.16-.89.38-1.22.66l-.64-1.15c.44-.35.96-.62 1.57-.8.62-.19 1.26-.29 1.94-.29 1.16 0 2.06.28 2.69.85.63.57.94 1.43.94 2.59v5.12h-1.46Zm-2.78.1c-.63 0-1.18-.11-1.66-.32-.47-.21-.83-.51-1.09-.88-.26-.38-.38-.82-.38-1.3s.11-.88.32-1.25c.22-.37.58-.67 1.07-.9.5-.22 1.17-.34 2.02-.34h2.69v1.1h-2.62c-.77 0-1.29.13-1.55.38-.27.26-.4.57-.4.93 0 .42.17.75.5 1.01.33.24.79.37 1.38.37s1.08-.13 1.5-.38c.44-.26.75-.63.94-1.12l.3 1.06c-.2.5-.56.9-1.07 1.2-.51.29-1.16.43-1.94.43Zm11.58 0c-.72 0-1.38-.16-1.97-.48-.58-.33-1.03-.82-1.38-1.46-.33-.64-.5-1.44-.5-2.4s.17-1.76.51-2.4c.35-.64.82-1.12 1.39-1.44.59-.32 1.23-.48 1.94-.48.83 0 1.57.18 2.21.54.64.36 1.15.87 1.52 1.52.37.64.56 1.39.56 2.26s-.19 1.62-.56 2.27c-.37.65-.88 1.16-1.52 1.52-.64.36-1.38.54-2.21.54Zm-4.5-.1v-11.87h1.54v5.65l-.16 1.97.1 1.97v2.29h-1.47Zm4.37-1.25c.54 0 1.03-.12 1.46-.37.44-.24.78-.59 1.02-1.04.26-.46.38-.99.38-1.58s-.13-1.13-.38-1.57c-.24-.45-.59-.79-1.02-1.04-.43-.24-.91-.37-1.46-.37s-1.02.12-1.46.37c-.43.25-.77.59-1.02 1.04-.24.44-.37.96-.37 1.57s.12 1.12.37 1.58c.26.45.6.8 1.02 1.04.44.24.92.37 1.46.37Zm6.54 1.25v-8.48h1.54v8.48h-1.54Zm.77-10.11c-.3 0-.55-.1-.75-.29-.19-.19-.29-.43-.29-.7s.1-.53.29-.72c.2-.19.45-.29.75-.29s.54.1.74.29c.2.18.3.41.3.69s-.1.53-.29.74c-.19.19-.44.29-.75.29Zm3.7 10.11v-11.87h1.54v11.87h-1.54Zm4.47 0v-8.48h1.54v8.48h-1.54Zm.77-10.11c-.3 0-.55-.1-.75-.29-.19-.19-.29-.43-.29-.7s.1-.53.29-.72c.2-.19.45-.29.75-.29s.54.1.74.29c.2.18.3.41.3.69s-.1.53-.29.74c-.19.19-.44.29-.75.29Zm6.61 10.21c-.85 0-1.51-.23-1.98-.69-.47-.46-.7-1.12-.7-1.97v-7.78h1.54v7.71c0 .46.11.81.34 1.06.23.24.57.37.99.37.48 0 .88-.13 1.2-.4l.48 1.1c-.24.2-.52.35-.85.45-.32.1-.66.14-1.01.14Zm-4.13-7.31v-1.26h5.41v1.26h-5.41Zm8.05 10.42c-.4 0-.8-.07-1.18-.21-.38-.13-.71-.32-.99-.58l.66-1.15c.21.2.45.36.7.46.26.11.53.16.82.16.37 0 .68-.1.93-.29.25-.19.48-.53.69-1.02l.53-1.17.16-.19 3.33-7.7h1.5l-4.11 9.33c-.24.6-.52 1.07-.83 1.41-.3.34-.63.58-.99.72-.36.15-.76.22-1.2.22Zm2.02-2.93-3.87-8.75h1.6l3.3 7.55-1.02 1.2Zm11.07-.27v-11.2h4.37c.98 0 1.82.15 2.51.46.69.31 1.23.76 1.6 1.34.37.59.56 1.29.56 2.1s-.19 1.51-.56 2.1c-.37.58-.91 1.02-1.6 1.33-.69.31-1.53.46-2.51.46h-3.49l.72-.74v4.14h-1.6Zm7.49 0-2.85-4.06h1.71l2.88 4.06h-1.74Zm-5.89-3.98-.72-.78h3.44c1.02 0 1.8-.22 2.32-.66.53-.45.8-1.07.8-1.87s-.27-1.42-.8-1.86c-.52-.44-1.3-.66-2.32-.66h-3.44l.72-.8v6.62Zm14.99 3.98v-1.79l-.08-.34v-3.06c0-.65-.19-1.15-.58-1.5-.37-.36-.94-.54-1.7-.54-.5 0-.99.08-1.47.26-.48.16-.89.38-1.22.66l-.64-1.15c.44-.35.96-.62 1.57-.8.62-.19 1.26-.29 1.94-.29 1.16 0 2.06.28 2.69.85.63.57.94 1.43.94 2.59v5.12h-1.46Zm-2.78.1c-.63 0-1.18-.11-1.66-.32-.47-.21-.83-.51-1.09-.88-.26-.38-.38-.82-.38-1.3s.11-.88.32-1.25c.22-.37.58-.67 1.07-.9.5-.22 1.17-.34 2.02-.34h2.69v1.1h-2.62c-.77 0-1.29.13-1.55.38-.27.26-.4.57-.4.93 0 .42.17.75.5 1.01.33.24.79.37 1.38.37s1.08-.13 1.5-.38c.44-.26.75-.63.94-1.12l.3 1.06c-.2.5-.56.9-1.07 1.2-.51.29-1.16.43-1.94.43Zm9.99 0c-.85 0-1.51-.23-1.98-.69-.47-.46-.7-1.12-.7-1.97v-7.78h1.54v7.71c0 .46.11.81.34 1.06.24.24.57.37.99.37.48 0 .88-.13 1.2-.4l.48 1.1c-.24.2-.52.35-.85.45-.32.1-.66.14-1.01.14Zm-4.13-7.31v-1.26h5.41v1.26h-5.41Zm7.84 7.22v-8.48h1.54v8.48h-1.54Zm.77-10.11c-.3 0-.55-.1-.75-.29-.19-.19-.29-.43-.29-.7s.1-.53.29-.72c.2-.19.45-.29.75-.29s.54.1.74.29c.2.18.3.41.3.69s-.1.53-.29.74c-.19.19-.44.29-.75.29Zm8.23 1.55c.69 0 1.3.13 1.82.4.53.27.95.67 1.25 1.22s.45 1.23.45 2.06v4.88h-1.54v-4.7c0-.82-.2-1.44-.61-1.86-.4-.42-.96-.62-1.68-.62-.54 0-1.02.11-1.42.32s-.72.53-.94.94c-.21.42-.32.93-.32 1.55v4.37h-1.54v-8.48h1.47v2.29l-.24-.61c.28-.55.7-.99 1.28-1.3.58-.31 1.25-.46 2.02-.46Zm10.07 11.76c-.78 0-1.54-.11-2.27-.34-.72-.21-1.32-.52-1.78-.93l.74-1.18c.4.34.88.61 1.46.8.58.2 1.18.3 1.81.3 1 0 1.74-.24 2.21-.7.47-.47.7-1.18.7-2.14v-1.79l.16-1.68-.08-1.7v-2.32h1.46v7.33c0 1.49-.37 2.59-1.12 3.3-.75.7-1.84 1.06-3.28 1.06Zm-.19-3.55c-.82 0-1.56-.17-2.21-.51-.64-.35-1.15-.84-1.54-1.46-.37-.62-.56-1.33-.56-2.14s.19-1.54.56-2.14c.38-.62.9-1.1 1.54-1.44.65-.34 1.39-.51 2.21-.51.73 0 1.39.15 1.98.45.6.29 1.07.74 1.42 1.34.36.61.54 1.38.54 2.3s-.18 1.68-.54 2.29c-.35.61-.83 1.07-1.42 1.38-.6.3-1.26.45-1.98.45Zm.18-1.34c.57 0 1.07-.12 1.5-.35.44-.24.78-.56 1.02-.98.26-.42.38-.9.38-1.44s-.13-1.02-.38-1.44c-.25-.42-.59-.74-1.02-.96-.44-.24-.94-.35-1.5-.35s-1.07.12-1.52.35c-.44.22-.78.54-1.04.96-.25.42-.37.9-.37 1.44s.12 1.02.37 1.44c.26.42.6.74 1.04.98.45.24.96.35 1.52.35Zm-153.19-46.7c-.08.59-.39.97-.94.97H35.38c.55 4.19 4.37 7.17 8.74 7.1 2.34 0 4.53-.75 6.4-2.16.47-.37.94-.37 1.17.22l1.4 2.39c.31.45.16 1.05-.24 1.35-1.79 1.42-4.76 2.84-9.36 2.84-7.8 0-13.49-5.68-13.49-13.36s5.3-13.37 12.87-13.37c7.17 0 12.01 5.45 12.01 13.14v.9Zm-19.42-2.99h14.28v-.07c-.39-3.81-3.12-6.42-6.71-6.42-3.91 0-6.79 2.54-7.57 6.49Zm163.33 14.27.08-23.9c0-.59.31-.97.86-.97h3.66c.55 0 .86.37.86.97v23.9c0 .6-.31.97-.86.97h-3.66c-.62 0-.93-.29-.93-.97Zm0-30.47.08-3.88c0-.6.31-.97.86-.97h3.66c.55 0 .86.37.86.97v3.88c0 .59-.31.97-.86.97h-3.66c-.62-.07-.93-.37-.93-.97Zm10.16 29.27c-.55-.3-.63-.75-.31-1.27l1.48-2.62c.16-.37.63-.6 1.01-.45.08 0 .16.07.24.15 2.26 1.49 4.92 2.31 7.64 2.31s4.45-1.05 4.45-2.99c0-1.79-1.32-2.69-5.3-3.73-4.92-1.2-8.89-3.21-8.89-7.77s3.9-7.62 9.83-7.62c3.12-.07 6.16.74 8.89 2.31.47.22.63.75.39 1.2 0 .07-.08.07-.08.15l-1.32 2.62c-.16.37-.63.59-1.01.45-.08 0-.16-.07-.24-.15-2.03-1.2-4.37-1.87-6.79-1.87s-4.06.82-4.06 2.77c0 1.64 1.56 2.31 5.77 3.43 5.3 1.42 8.43 3.29 8.43 8.06s-3.9 7.92-10.3 7.92c-3.51-.22-6.87-1.12-9.83-2.91ZM58 129.04c0-7.62 5.93-13.44 13.57-13.44 2.89-.07 5.69.67 8.11 2.24.47.3.63.97.31 1.42l-1.4 2.54c-.16.37-.63.59-1.01.45-.08 0-.16-.07-.24-.15-1.56-.89-3.27-1.42-5.14-1.35-5.14 0-8.66 3.51-8.66 8.36s3.51 8.21 8.43 8.21c1.87.07 3.74-.37 5.3-1.27.55-.37.94-.22 1.17.22l1.48 2.69c.31.45.16.97-.31 1.27-2.34 1.49-5.14 2.24-8.04 2.16-7.95 0-13.57-5.82-13.57-13.36Zm24.02 0c0-7.69 6.01-13.44 13.34-13.44s13.26 5.75 13.26 13.44-6.01 13.37-13.26 13.37-13.34-5.75-13.34-13.37Zm21.06 0c0-4.71-3.51-8.36-7.8-8.36s-7.8 3.66-7.8 8.36 3.51 8.21 7.8 8.21 7.8-3.58 7.8-8.21Zm59.45-12.02v23.9c0 .59-.31.97-.94.97h-2.96c-.47 0-.86-.37-.86-.82V141l-.16-3.21c-2.03 2.91-5.46 4.63-9.12 4.56-6.86 0-12.09-5.68-12.09-13.37s5.3-13.36 12.09-13.36c3.43-.07 6.71 1.35 8.89 3.96l.16-2.54c0-.45.39-.9.86-.9h3.2c.53 0 .93.29.93.89Zm-5.15 11.95c-.08-4.78-3.12-8.29-7.8-8.29-4.29 0-7.72 3.51-7.72 8.29s3.43 8.29 7.72 8.29c4.61 0 7.8-3.51 7.8-8.29Zm35.57-22.4V141c.08.45-.31.9-.78.97h-2.89c-.47 0-.93-.3-.93-.74v-.15l-.16-3.14a11.094 11.094 0 0 1-9.2 4.56c-6.86 0-12.17-5.68-12.17-13.36s5.15-13.37 12.01-13.37c3.43-.07 6.71 1.49 8.74 4.11v-13.22c-.08-.45.31-.9.78-.97h3.67c.47 0 .94.37.94.82v.07Zm-5.15 22.4c0-4.78-3.12-8.29-7.8-8.29-4.29 0-7.72 3.51-7.72 8.29s3.43 8.29 7.72 8.29c4.6 0 7.8-3.43 7.8-8.29Z\" stroke-width=\"0\" class=\"cls-2\" style=\"fill:#4b4b4a\"/><path d=\"M115.17 116.8c-.16-.45-.55-.74-1.01-.67h-4.06c-.63 0-.93.45-.63 1.12l2.11 4.71c.86 2.16 3.04 3.58 5.46 3.66h1.79l-3.66-8.82Z\" stroke-width=\"0\" style=\"fill:#3db54a;stroke-width:0\"/><path d=\"M134.76 116.2h-3.82c-.47 0-.93.3-1.09.75l-7.17 17.92-.93-2.24c-.86-2.16-2.97-3.58-5.38-3.66h-1.79l5.46 12.47c.16.45.55.74 1.01.67h2.81c.47.07.94-.22 1.01-.67l10.53-24.05c.31-.66 0-1.18-.63-1.18Z\" stroke-width=\"0\" class=\"cls-2\" style=\"fill:#4b4b4a\"/><path d=\"m237.81 64.43 8.49-17.85c.79-1.66-.42-3.57-2.26-3.57H22.95c-.94 0-1.8.53-2.23 1.36L.28 84.36C-.57 86.02.64 88 2.51 88h241.54c1.84 0 3.05-1.91 2.26-3.57l-8.49-17.85c-.32-.68-.32-1.47 0-2.15Z\" stroke-width=\"0\" style=\"fill:url(#linear-gradient-3);stroke-width:0\"/><path d=\"M31.74 73V58.3h7.18c1.85 0 3.23.35 4.16 1.05.94.7 1.41 1.62 1.41 2.77 0 .77-.19 1.44-.57 2.02-.38.56-.9.99-1.55 1.3s-1.41.46-2.27.46l.4-.86c.92 0 1.74.15 2.46.46.71.29 1.27.74 1.66 1.32.41.59.61 1.31.61 2.16 0 1.26-.5 2.25-1.49 2.96-.99.7-2.46 1.05-4.39 1.05h-7.6Zm3.38-2.56h3.97c.88 0 1.55-.14 2-.42.46-.29.69-.76.69-1.39s-.23-1.07-.69-1.37c-.45-.31-1.11-.46-2-.46h-4.22v-2.48h3.63c.83 0 1.46-.14 1.89-.42.45-.29.67-.74.67-1.32s-.22-1-.67-1.28c-.43-.29-1.06-.44-1.89-.44h-3.38v9.58ZM47.8 73V58.3h6.36c1.32 0 2.45.22 3.4.65.95.42 1.69 1.03 2.2 1.83.52.8.78 1.75.78 2.86s-.26 2.04-.78 2.84c-.52.78-1.25 1.39-2.2 1.81s-2.09.63-3.4.63h-4.47l1.51-1.49v5.59h-3.4Zm9.35 0-3.67-5.33h3.63L60.83 73h-3.67Zm-5.94-5.21-1.51-1.6h4.28c1.05 0 1.83-.22 2.35-.67.52-.46.78-1.09.78-1.89s-.26-1.44-.78-1.89c-.52-.45-1.3-.67-2.35-.67H49.7l1.51-1.62v8.34Zm19.18 5.46c-1.16 0-2.24-.19-3.23-.57-.98-.38-1.83-.91-2.56-1.6a7.689 7.689 0 0 1-1.68-2.41c-.39-.92-.59-1.93-.59-3.02s.2-2.1.59-3.02c.41-.92.97-1.73 1.7-2.42s1.58-1.22 2.56-1.6c.98-.38 2.04-.57 3.19-.57s2.23.19 3.19.57c.98.38 1.83.91 2.54 1.6.73.69 1.29 1.49 1.7 2.42.41.91.61 1.92.61 3.02s-.2 2.11-.61 3.04c-.41.92-.97 1.73-1.7 2.42-.71.67-1.56 1.2-2.54 1.57-.97.38-2.02.57-3.17.57Zm-.02-2.9c.66 0 1.26-.11 1.81-.34.56-.22 1.05-.55 1.47-.97s.74-.92.97-1.49c.24-.57.36-1.21.36-1.91s-.12-1.34-.36-1.91a4.27 4.27 0 0 0-.97-1.49c-.41-.42-.89-.74-1.45-.97-.56-.22-1.17-.34-1.83-.34s-1.27.11-1.83.34c-.55.22-1.03.55-1.45.97-.42.42-.75.92-.99 1.49-.22.57-.34 1.21-.34 1.91s.11 1.32.34 1.91c.24.57.56 1.07.97 1.49.42.42.91.74 1.47.97.56.22 1.17.34 1.83.34ZM80.97 73V58.3h2.81l8.67 10.58h-1.37V58.3h3.36V73h-2.79l-8.69-10.58h1.36V73h-3.36Zm16.01 0v-2.21l9.09-10.96.42 1.24h-9.35V58.3h12.37v2.21l-9.07 10.96-.42-1.24h9.81V73H96.98Zm18.16-8.78h7.08v2.65h-7.08v-2.65Zm.25 6.05h8V73h-11.38V58.3h11.11v2.73h-7.73v9.24Zm16.81 6.8V57.41h1.87v19.66h-1.87ZM147.03 73V60.13h-5.04V58.3h12.16v1.83h-5.04V73h-2.08Zm12.73.13c-1.12 0-2.11-.25-2.98-.74s-1.55-1.16-2.06-2.02c-.5-.87-.76-1.85-.76-2.94s.25-2.09.76-2.94a5.35 5.35 0 0 1 2.06-2c.87-.49 1.86-.74 2.98-.74s2.09.24 2.96.74a5.15 5.15 0 0 1 2.06 2c.5.84.76 1.82.76 2.94s-.25 2.09-.76 2.94c-.49.85-1.18 1.53-2.06 2.02-.87.49-1.86.74-2.96.74Zm0-1.76c.71 0 1.35-.16 1.91-.48.57-.32 1.02-.78 1.34-1.36.32-.6.48-1.29.48-2.08s-.16-1.48-.48-2.06c-.32-.59-.77-1.04-1.34-1.36-.56-.32-1.2-.48-1.91-.48s-1.35.16-1.91.48c-.56.32-1.01.78-1.34 1.36-.34.57-.5 1.26-.5 2.06s.17 1.48.5 2.08c.34.59.78 1.04 1.34 1.36s1.2.48 1.91.48Zm14.46 1.76c-.92 0-1.77-.21-2.54-.63-.76-.43-1.36-1.07-1.83-1.91-.45-.84-.67-1.89-.67-3.15s.22-2.31.65-3.15c.45-.84 1.05-1.47 1.81-1.89.77-.42 1.63-.63 2.58-.63 1.09 0 2.06.24 2.9.71.84.48 1.5 1.14 1.99 1.99.49.84.74 1.83.74 2.96s-.24 2.13-.74 2.98c-.49.85-1.15 1.52-1.99 2-.84.48-1.81.71-2.9.71Zm-5.9 3.95v-15.2h1.93v3l-.13 2.58.21 2.58v7.03h-2.02Zm5.73-5.71c.71 0 1.35-.16 1.91-.48.57-.32 1.02-.78 1.34-1.36.34-.6.5-1.29.5-2.08s-.17-1.48-.5-2.06c-.32-.59-.77-1.04-1.34-1.36-.56-.32-1.2-.48-1.91-.48s-1.34.16-1.91.48c-.56.32-1.01.78-1.34 1.36-.32.57-.48 1.26-.48 2.06s.16 1.48.48 2.08c.34.59.78 1.04 1.34 1.36.57.32 1.21.48 1.91.48Zm17.9 1.89c-1.02 0-2.04-.13-3.04-.4-1.01-.28-1.86-.67-2.56-1.18l1.32-2.6c.56.41 1.21.73 1.95.97s1.49.36 2.25.36c.85 0 1.53-.17 2.02-.5s.74-.8.74-1.39-.22-1-.65-1.32-1.13-.48-2.1-.48h-1.55v-2.25l4.09-4.64.38 1.22h-7.71v-2.73h10.29v2.21l-4.07 4.64-1.72-.99h.99c1.81 0 3.17.41 4.1 1.22.92.81 1.39 1.86 1.39 3.13 0 .83-.22 1.6-.65 2.33-.43.71-1.1 1.3-2 1.74-.9.45-2.04.67-3.44.67Zm12.45 0c-1.02 0-2.04-.13-3.04-.4-.99-.28-1.85-.67-2.56-1.18l1.34-2.6c.56.41 1.2.73 1.93.97.74.24 1.49.36 2.25.36.85 0 1.53-.17 2.02-.5.49-.34.74-.81.74-1.41 0-.38-.1-.71-.29-1.01-.2-.29-.55-.52-1.05-.67-.49-.15-1.18-.23-2.08-.23h-3.76l.76-8.27h8.97v2.73h-7.75l1.76-1.55-.52 5.9-1.76-1.55h3.11c1.46 0 2.62.2 3.51.61.9.39 1.55.93 1.95 1.62.41.69.61 1.46.61 2.33s-.22 1.67-.65 2.42c-.43.73-1.11 1.32-2.02 1.79-.9.45-2.04.67-3.44.67Zm9.41-.25 10.04-14.7h2.5l-10.04 14.7h-2.5Zm1.28-6.76c-.71 0-1.34-.16-1.89-.48-.55-.34-.98-.81-1.3-1.41-.31-.62-.46-1.34-.46-2.16s.15-1.54.46-2.14c.32-.6.76-1.07 1.3-1.41.55-.34 1.18-.5 1.89-.5s1.34.17 1.89.5c.55.34.97.81 1.28 1.41.31.6.46 1.32.46 2.14s-.15 1.55-.46 2.16c-.31.6-.74 1.07-1.28 1.41-.55.32-1.18.48-1.89.48Zm0-1.72c.46 0 .83-.19 1.11-.57.28-.39.42-.98.42-1.76s-.14-1.37-.42-1.74c-.28-.39-.65-.59-1.11-.59s-.82.2-1.11.59c-.28.38-.42.96-.42 1.74s.14 1.35.42 1.74c.29.39.66.59 1.11.59Zm9.97 8.65c-.7 0-1.33-.16-1.89-.48-.55-.34-.97-.81-1.28-1.41-.31-.62-.46-1.34-.46-2.16s.15-1.54.46-2.14c.31-.6.74-1.07 1.28-1.41.56-.34 1.19-.5 1.89-.5s1.37.17 1.91.5c.55.34.97.81 1.28 1.41s.46 1.32.46 2.14-.15 1.55-.46 2.16c-.31.6-.74 1.07-1.28 1.41-.55.32-1.18.48-1.91.48Zm0-1.72c.46 0 .83-.19 1.11-.57.28-.39.42-.98.42-1.76s-.14-1.35-.42-1.74-.65-.59-1.11-.59-.82.2-1.11.59c-.28.38-.42.96-.42 1.74s.14 1.37.42 1.76c.29.38.66.57 1.11.57Z\" stroke-width=\"0\" class=\"cls-2\" style=\"fill:#4b4b4a\"/></g><text transform=\"translate(68.53 215)\" text-anchor=\"middle\" font-family=\"Montserrat\" font-size=\"21\" font-weight=\"700\" style=\"fill:#4b4b4a\">\\r\\n      <tspan x=\"61\" y=\"0\" id=\"date\">SEP 2024</tspan>\\r\\n    </text></svg>',withExternalLayout:true})})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sn5kky\",\"data-framer-name\":\"The Process\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-scloko\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-164jjln\",\"data-framer-name\":\"Title and text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{y:(componentViewport?.y||0)+0+0+0+9366.8+48+0+0+0+0+0},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+9539.2+80+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-o1zxds-container\",nodeId:\"Ge11pLpur\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(ElementsBadge,{Bj0BMWNOl:false,height:\"100%\",id:\"Ge11pLpur\",jQYvNUrGu:\"var(--token-18d05f5d-7431-4a35-972e-48b0214ffc92, rgb(241, 248, 233))\",Klr4AMXu5:getLocalizedValue(\"v69\",activeLocale)??\"The Process\",layoutId:\"Ge11pLpur\",raTUtuBkZ:\"FramerLogo\",variant:\"hfUsO0K9U\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1s7dy8o\",\"data-styles-preset\":\"icPLhh6Wb\",children:\"The Full-Service Process\"})}),className:\"framer-1liklkj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ftqgx7\",\"data-styles-preset\":\"t5dnOlo48\",children:\"Let us know your needs and we take it from there.\"})}),className:\"framer-j4uli6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 32px, 1200px)`,y:(componentViewport?.y||0)+0+0+0+9366.8+48+0+0+241.4},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+9539.2+80+0+0+257.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:568,width:`min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 40px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13ruvbt-container\",nodeId:\"p2k8JCv9H\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{variant:\"X59fecyr4\"},j1XYnD67E:{variant:\"mK5IcVU6t\"}},children:/*#__PURE__*/_jsx(SectionTheProcess,{height:\"100%\",id:\"p2k8JCv9H\",layoutId:\"p2k8JCv9H\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"qj5ZsyNFw\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-7s1zo\",\"data-framer-name\":\"Section/CTA\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-10g8qdl\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e2mm74\",\"data-border\":true,\"data-framer-name\":\"CARD\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-oiscy9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{background:{alt:getLocalizedValue(\"v73\",activeLocale)??\"Employee Onboarding Box Monday Merch\",fit:\"fill\",intrinsicHeight:980,intrinsicWidth:980,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+10272.199999999999+60+0+0+0+0+-5.714285714285637),pixelHeight:980,pixelWidth:980,sizes:`min(max(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 1px), 1440px)`,src:\"https://framerusercontent.com/images/B75YOPkTHJ17srBvFBYHCPNEhw.jpg\",srcSet:\"https://framerusercontent.com/images/B75YOPkTHJ17srBvFBYHCPNEhw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B75YOPkTHJ17srBvFBYHCPNEhw.jpg 980w\"}},j1XYnD67E:{background:{alt:getLocalizedValue(\"v72\",activeLocale)??\"Employee Onboarding Box Monday Merch\",fit:\"fill\",intrinsicHeight:980,intrinsicWidth:980,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+10504.6+60+34.5+0+60+3.000000000000057),pixelHeight:980,pixelWidth:980,sizes:\"396px\",src:\"https://framerusercontent.com/images/B75YOPkTHJ17srBvFBYHCPNEhw.jpg\",srcSet:\"https://framerusercontent.com/images/B75YOPkTHJ17srBvFBYHCPNEhw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B75YOPkTHJ17srBvFBYHCPNEhw.jpg 980w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v72\",activeLocale)??\"Employee Onboarding Box Monday Merch\",fit:\"fill\",intrinsicHeight:980,intrinsicWidth:980,pixelHeight:980,pixelWidth:980,sizes:\"396px\",src:\"https://framerusercontent.com/images/B75YOPkTHJ17srBvFBYHCPNEhw.jpg\",srcSet:\"https://framerusercontent.com/images/B75YOPkTHJ17srBvFBYHCPNEhw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B75YOPkTHJ17srBvFBYHCPNEhw.jpg 980w\"},className:\"framer-17svopz\",\"data-framer-name\":\"render_3_1_\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sqkejr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nswoc9\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{y:(componentViewport?.y||0)+0+0+0+10272.199999999999+60+0+0+0+295+40+0+0+0},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+10504.6+60+34.5+0+60+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1om4wke-container\",nodeId:\"TvZSg2IN2\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(GeneralReviewStack,{height:\"100%\",id:\"TvZSg2IN2\",layoutId:\"TvZSg2IN2\",variant:\"hjx3s1B5N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v74\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},children:\"Create your company's custom branded products today\"})}),className:\"framer-1f2q34c\",fonts:[\"GF;Inter-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v75\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qemwmo\",\"data-styles-preset\":\"i59KN99_1\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Browse our preset packs, create your own or contact our sales team.\"})}),className:\"framer-zw84ya\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1it1t4c\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromEnum1(activeLocale?.id,activeLocale),implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{width:`calc(min(max(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 1px), 1440px) - 80px)`,y:(componentViewport?.y||0)+0+0+0+10272.199999999999+60+0+0+0+295+40+221.2+0+0},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+10504.6+60+34.5+0+60+0+221.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:`max((max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px, 1px), 1440px) - 152px) / 2, 1px) - 10px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c4lq5q-container\",nodeId:\"GL8SBbcvW\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1XYnD67E:{gHeOvXgAq:resolvedLinks1[0]}},children:/*#__PURE__*/_jsx(GeneralButtonPrimary,{gHeOvXgAq:\"https://products.mondaymerch.com/en/shop?sustainability_filter_ids=1,2,3,4\",Goeh0UlpU:\"ArrowRight\",height:\"100%\",Hy7Gb5G5G:false,hyoIEBZCr:getLocalizedValue(\"v76\",activeLocale)??\"Browse Products\",id:\"GL8SBbcvW\",layoutId:\"GL8SBbcvW\",style:{width:\"100%\"},Uwhubicpx:false,variant:\"DaKMOSQtn\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZLgdDaskn\"},implicitPathVariables:undefined},{href:{webPageId:\"ZLgdDaskn\"},implicitPathVariables:undefined},{href:{webPageId:\"ZLgdDaskn\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{width:`calc(min(max(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 1px), 1440px) - 80px)`,y:(componentViewport?.y||0)+0+0+0+10272.199999999999+60+0+0+0+295+40+221.2+0+56},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+10504.6+60+34.5+0+60+0+221.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:`max((max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px, 1px), 1440px) - 152px) / 2, 1px) - 10px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b25p0k-container\",nodeId:\"Oienew_fv\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{gHeOvXgAq:resolvedLinks2[2]},j1XYnD67E:{gHeOvXgAq:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(GeneralButtonPrimary,{gHeOvXgAq:resolvedLinks2[0],Goeh0UlpU:\"Phone\",height:\"100%\",Hy7Gb5G5G:false,hyoIEBZCr:getLocalizedValue(\"v77\",activeLocale)??\"Browse Packs\",id:\"Oienew_fv\",layoutId:\"Oienew_fv\",style:{width:\"100%\"},Uwhubicpx:false,variant:\"gSXZ_qzqL\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vq6kzk\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{width:`calc(min(max(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 1px), 1440px) - 80px)`,y:(componentViewport?.y||0)+0+0+0+10272.199999999999+60+0+0+0+295+40+351.2+0+0},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+10504.6+60+34.5+0+60+0+295.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px, 1px), 1440px) - 152px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2vhrcc-container\",nodeId:\"vRUxV8UMc\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(SalesTeam,{height:\"100%\",id:\"vRUxV8UMc\",layoutId:\"vRUxV8UMc\",style:{height:\"100%\",width:\"100%\"},variant:\"QOhMocLSr\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lbzLQVSYS\"},implicitPathVariables:undefined},{href:{webPageId:\"lbzLQVSYS\"},implicitPathVariables:undefined},{href:{webPageId:\"lbzLQVSYS\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{y:(componentViewport?.y||0)+0+0+0+10272.199999999999+60+0+0+0+295+40+351.2+0+54},j1XYnD67E:{y:(componentViewport?.y||0)+0+0+0+10504.6+60+34.5+0+60+0+295.2+0+54}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y9fktr-container\",nodeId:\"xSZH3Br9G\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{zNGAVVmSy:resolvedLinks3[2]},j1XYnD67E:{zNGAVVmSy:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(GeneralButtonCTA,{EnBVDC6a2:\"var(--token-6b6c8af9-d50b-4e04-9daa-d4e3ddb1aa0f, rgb(6, 81, 63))\",FoinuTsPU:false,height:\"100%\",id:\"xSZH3Br9G\",layoutId:\"xSZH3Br9G\",SRBP_E1AV:getLocalizedValue(\"v78\",activeLocale)??\"Contact Sales\",variant:\"QKYatfjMV\",width:\"100%\",zNGAVVmSy:resolvedLinks3[0]})})})})})})]})]})]})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{y:(componentViewport?.y||0)+0+11216.199999999999},j1XYnD67E:{y:(componentViewport?.y||0)+0+11218.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:551,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fhy54s-container\",nodeId:\"Guo8_W3ne\",scopeId:\"bIjvWKnWy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EvnuX3Es8:{variant:\"D8vCMuuQN\"},j1XYnD67E:{variant:\"rANa6SsHg\"}},children:/*#__PURE__*/_jsx(SectionFooterNew,{height:\"100%\",id:\"Guo8_W3ne\",layoutId:\"Guo8_W3ne\",style:{width:\"100%\"},variant:\"mU7kM1YGs\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-en5zR.framer-1rorsty, .framer-en5zR .framer-1rorsty { display: block; }\",\".framer-en5zR.framer-1i94rsk { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-en5zR .framer-y9mn4y-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-en5zR .framer-zsb5mj { 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-en5zR .framer-8xgdfc { align-content: center; align-items: center; background-color: var(--token-b0656d76-6782-450d-b65d-cd60498314f5, #f9fafb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100vh; justify-content: space-between; max-height: 1000px; min-height: 860px; overflow: hidden; padding: 140px 50px 0px 50px; position: relative; width: 100%; z-index: 1; }\",\".framer-en5zR .framer-v5sv5h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 680px; overflow: visible; padding: 32px 0px 20px 0px; position: relative; width: 680px; }\",\".framer-en5zR .framer-1ck4lps, .framer-en5zR .framer-1ed1ktz, .framer-en5zR .framer-1mhi5s8, .framer-en5zR .framer-lp252t, .framer-en5zR .framer-1liklkj, .framer-en5zR .framer-1f2q34c, .framer-en5zR .framer-zw84ya { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-en5zR .framer-16gqiqt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1plgd7y-container, .framer-en5zR .framer-1aeegcl-container { flex: 1 0 0px; height: 50px; min-width: 200px; position: relative; width: 1px; }\",\".framer-en5zR .framer-1cyyoz { aspect-ratio: 1.9575757575757575 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 330px); overflow: visible; position: relative; width: 646px; z-index: 1; }\",\".framer-en5zR .framer-pcc2cm { flex: none; height: 94px; left: 443px; position: absolute; top: -32px; width: 144px; }\",\".framer-en5zR .framer-ynmca1 { flex: none; height: 107px; left: -6px; position: absolute; top: -18px; width: 227px; }\",\".framer-en5zR .framer-1y7jdag { flex: none; height: 56px; left: 222px; position: absolute; top: 33px; width: 51px; }\",\".framer-en5zR .framer-j19lr6 { flex: none; height: 45px; left: calc(46.241134751773075% - 76px / 2); overflow: hidden; position: absolute; top: 82px; width: 76px; }\",\".framer-en5zR .framer-1gp8yd9 { flex: none; height: 45px; left: calc(50.00000000000002% - 76px / 2); position: absolute; top: -20px; width: 76px; }\",\".framer-en5zR .framer-1dut2t4 { aspect-ratio: 0.3787037037037037 / 1; bottom: -74px; flex: none; left: -113px; overflow: visible; position: absolute; top: -45px; width: var(--framer-aspect-ratio-supported, 170px); z-index: 1; }\",\".framer-en5zR .framer-t4q1if { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -132px; top: 22px; width: 305px; z-index: 1; }\",\".framer-en5zR .framer-xjdb8k { flex: none; height: 230px; overflow: visible; position: relative; width: 207px; z-index: 1; }\",\".framer-en5zR .framer-xnekw5 { aspect-ratio: 0.8101851851851852 / 1; bottom: -1px; flex: none; height: var(--framer-aspect-ratio-supported, 154px); overflow: visible; position: absolute; right: -13px; width: 124px; z-index: 1; }\",\".framer-en5zR .framer-v440w6 { --border-bottom-width: 1px; --border-color: var(--token-6b6c8af9-d50b-4e04-9daa-d4e3ddb1aa0f, #06513f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, #ffffff); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 6px 22px 6px 16px; position: absolute; top: -52px; transform: translateX(-50%); width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-en5zR .framer-bl475j { align-content: center; align-items: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-1q9xndf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-en5zR .framer-luv6l1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-en5zR .framer-v6n1mq, .framer-en5zR .framer-erj2uw, .framer-en5zR .framer-fr644 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-en5zR .framer-gx0bdp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 28px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-15nwxse-container, .framer-en5zR .framer-ofoid8-container, .framer-en5zR .framer-1qxzaaj-container, .framer-en5zR .framer-10zy1gu-container, .framer-en5zR .framer-12eg2h8-container, .framer-en5zR .framer-1qdrjzi-container, .framer-en5zR .framer-1fhy54s-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-en5zR .framer-12eg9kg { 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: visible; padding: 80px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1sid0kc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1wyj4ef { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 0px 90px 0px 90px; position: relative; width: 100%; }\",\".framer-en5zR .framer-12j2trc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-en5zR .framer-1cl5dz0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-gvzaqt { --border-bottom-width: 1px; --border-color: var(--token-6b6c8af9-d50b-4e04-9daa-d4e3ddb1aa0f, #06513f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-6b6c8af9-d50b-4e04-9daa-d4e3ddb1aa0f, #06513f); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 20px 6px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-1ii0yjz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-en5zR .framer-1sv2rxt, .framer-en5zR .framer-1rofwtj, .framer-en5zR .framer-poraao, .framer-en5zR .framer-j4uli6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 650px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-en5zR .framer-p7dq0n-container, .framer-en5zR .framer-h28w5t-container, .framer-en5zR .framer-d3gbwv-container, .framer-en5zR .framer-27thu1-container, .framer-en5zR .framer-1t6o1ki-container, .framer-en5zR .framer-o1zxds-container, .framer-en5zR .framer-1om4wke-container, .framer-en5zR .framer-1y9fktr-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-en5zR .framer-gl5q0c-container, .framer-en5zR .framer-1egelmy-container, .framer-en5zR .framer-5pplo8-container, .framer-en5zR .framer-zs62-container { height: 157px; position: relative; width: 294px; z-index: 1; }\",\".framer-en5zR .framer-168gq9v { align-content: center; align-items: center; background-color: var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 100px 60px 100px; position: relative; width: 100%; z-index: 1; }\",\".framer-en5zR .framer-1rebzou, .framer-en5zR .framer-164jjln { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1vxwjm6 { display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(5, minmax(50px, 1fr)); grid-template-rows: repeat(3, min-content); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-2g5cyo { align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-33722da1-56ef-4815-82ed-442105eb06b1, #000000); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; grid-column: auto / span 2; height: 474px; justify-content: space-evenly; justify-self: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-wnanny, .framer-en5zR .framer-7ckj33, .framer-en5zR .framer-wkr1xp, .framer-en5zR .framer-1sl7m08 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; overflow: hidden; padding: 0px 20px 0px 0px; position: relative; width: min-content; z-index: 0; }\",\".framer-en5zR .framer-1xbqmcq, .framer-en5zR .framer-aftg54, .framer-en5zR .framer-17wtiv8, .framer-en5zR .framer-u6s555, .framer-en5zR .framer-xmfnnk { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-en5zR .framer-18j92le { --border-bottom-width: 2px; --border-color: #4d6a60; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: #f4faf8; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 12px 16px 14px 16px; position: relative; width: min-content; }\",\".framer-en5zR .framer-19qebru, .framer-en5zR .framer-1q7psuo, .framer-en5zR .framer-1y43tdz, .framer-en5zR .framer-16g6hwo { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-en5zR .framer-f4zdha { bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: 22px; }\",\".framer-en5zR .framer-rpc9xz, .framer-en5zR .framer-eyxu { --framer-paragraph-spacing: 12px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-en5zR .framer-16woxnk { align-content: flex-start; align-items: flex-start; align-self: start; background-color: #fbf7f3; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; grid-column: auto / span 2; height: 474px; justify-content: space-evenly; justify-self: center; overflow: hidden; padding: 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-13g7v2i { aspect-ratio: 0.8 / 1; bottom: -50px; flex: none; height: var(--framer-aspect-ratio-supported, 448px); left: -11px; overflow: visible; position: absolute; width: 358px; z-index: 1; }\",\".framer-en5zR .framer-dilslx { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: absolute; right: 59px; top: 40px; white-space: pre; width: auto; z-index: 1; }\",\".framer-en5zR .framer-54n0h5 { flex: none; height: 107px; left: 275px; overflow: hidden; position: absolute; top: 125px; width: 67px; z-index: 1; }\",\".framer-en5zR .framer-i2foxw { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-en5zR .framer-t5w3p0 { align-content: flex-start; align-items: flex-start; align-self: start; background-color: #fbf7f3; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 474px; justify-content: space-evenly; justify-self: center; overflow: hidden; padding: 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-56on6p { aspect-ratio: 0.8 / 1; bottom: -129px; flex: none; height: var(--framer-aspect-ratio-supported, 583px); left: -141px; overflow: visible; position: absolute; right: -141px; z-index: 1; }\",\".framer-en5zR .framer-tz4eat { --framer-paragraph-spacing: 16px; flex: none; height: auto; left: 50%; position: absolute; top: 38px; transform: translateX(-50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-en5zR .framer-1jjacew { align-content: flex-start; align-items: flex-start; align-self: start; background-color: #fbf7f3; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; grid-column: auto / span 3; height: 474px; justify-content: space-evenly; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-1b44lgs { aspect-ratio: 1.9230769230769231 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 39px); left: 259px; overflow: hidden; position: absolute; top: 180px; width: 75px; z-index: 1; }\",\".framer-en5zR .framer-f1oec4 { aspect-ratio: 0.8006158583525789 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 631px); overflow: visible; position: relative; width: 505px; }\",\".framer-en5zR .framer-1uiq1h5 { aspect-ratio: 1.9230769230769231 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 39px); left: 50%; overflow: hidden; position: absolute; top: 0px; transform: translateX(-50%); width: 75px; }\",\".framer-en5zR .framer-rvdmaf { flex: none; height: 39px; left: calc(49.50495049504953% - 75px / 2); position: absolute; top: 181px; width: 75px; }\",\".framer-en5zR .framer-19xmwv1 { --framer-paragraph-spacing: 16px; flex: none; height: auto; left: 50%; position: absolute; top: 41px; transform: translateX(-50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-en5zR .framer-14y6jeu, .framer-en5zR .framer-dsmg99 { align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-0cdf47b3-ce1f-4341-98ec-f094608541cb, #f4fbf8); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; grid-column: auto / span 2; height: 474px; justify-content: space-evenly; justify-self: start; overflow: hidden; padding: 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-57wa6u, .framer-en5zR .framer-pldpvw, .framer-en5zR .framer-12br0lc { --border-bottom-width: 2px; --border-color: #4d6a60; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: #f4faf8; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: min-content; }\",\".framer-en5zR .framer-1jzggmv { bottom: 0px; flex: none; left: 0px; position: absolute; right: -1px; top: 0px; }\",\".framer-en5zR .framer-1u6xvwu, .framer-en5zR .framer-1da3t1g { --framer-paragraph-spacing: 12px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 134px; word-break: break-word; word-wrap: break-word; }\",\".framer-en5zR .framer-54e5jf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 207px; overflow: visible; position: absolute; top: 41px; width: 128px; z-index: 1; }\",\".framer-en5zR .framer-tn4jax { align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-33722da1-56ef-4815-82ed-442105eb06b1, #000000); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; grid-column: auto / span 2; height: 474px; justify-content: space-evenly; justify-self: start; overflow: hidden; padding: 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-daqkme { flex: none; height: 22px; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-en5zR .framer-1fn4ecq { aspect-ratio: 0.9778812572759022 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 302px); overflow: visible; position: absolute; right: -109px; top: -23px; width: 295px; z-index: 1; }\",\".framer-en5zR .framer-10ufwp6 { align-content: flex-start; align-items: flex-start; align-self: start; background-color: #fbf7f3; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; grid-column: auto / span 3; height: 474px; justify-content: space-evenly; justify-self: start; overflow: hidden; padding: 20px 80px 80px 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-koc8wf, .framer-en5zR .framer-5aszhn { --framer-paragraph-spacing: 16px; flex: none; height: auto; left: 50%; position: absolute; top: 45px; transform: translateX(-50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-en5zR .framer-1sacawk { aspect-ratio: 0.8 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 625px); overflow: visible; position: relative; width: 500px; }\",\".framer-en5zR .framer-ngw51u { flex: none; height: 57px; left: 395px; position: absolute; top: 144px; width: 59px; }\",\".framer-en5zR .framer-qolgaz { aspect-ratio: 1.0526315789473684 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 57px); left: 540px; overflow: hidden; position: absolute; top: 20px; width: 60px; z-index: 1; }\",\".framer-en5zR .framer-118a4f4 { align-content: flex-start; align-items: flex-start; align-self: start; background-color: #fcf9f3; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; grid-column: auto / span 3; height: 474px; justify-content: space-evenly; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-m7z5ko { aspect-ratio: 0.8006158583525789 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 446px); overflow: visible; position: relative; width: 357px; }\",\".framer-en5zR .framer-bygqts { --framer-paragraph-spacing: 16px; flex: none; height: auto; left: 462px; position: absolute; top: 51%; transform: translateY(-50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-en5zR .framer-1n9a1l6 { aspect-ratio: 2.0568181818181817 / 1; bottom: 130px; flex: none; height: var(--framer-aspect-ratio-supported, 148px); left: 29px; overflow: visible; position: absolute; width: 303px; z-index: 1; }\",\".framer-en5zR .framer-nqmhv4 { flex: none; height: 23px; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-en5zR .framer-3osnnr { aspect-ratio: 3 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 137px); overflow: visible; position: absolute; right: -104px; top: 32px; width: 411px; z-index: 1; }\",\".framer-en5zR .framer-1k7padw { 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: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1hat4mi { align-content: center; align-items: center; background-color: #fafafa; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 0px 80px 0px; position: relative; width: 1px; }\",\".framer-en5zR .framer-2izbng { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-qunpja-container { flex: none; height: 575px; max-width: 1440px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1ns6ip7, .framer-en5zR .framer-1yvin7h, .framer-en5zR .framer-zkw3h, .framer-en5zR .framer-lwfzis { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 300px; }\",\".framer-en5zR .framer-5wungu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1j5nqnn { align-content: center; align-items: center; background-color: var(--token-0cdf47b3-ce1f-4341-98ec-f094608541cb, #f4fbf8); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 100px 80px 100px; position: relative; width: 1px; z-index: 1; }\",\".framer-en5zR .framer-e5nm32 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 171px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-en5zR .framer-bhrme3 { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-en5zR .framer-qnidkl { display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, 439px); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1jsvrt4 { --border-bottom-width: 8px; --border-color: #a4dac9; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; align-content: flex-start; align-items: flex-start; align-self: start; background-color: #3e564e; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.07999999821186066); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 581px; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 442px; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-1mufsyh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 64px; position: relative; width: 100%; z-index: 1; }\",\".framer-en5zR .framer-1wrwdds, .framer-en5zR .framer-12khp2l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-ks0v78, .framer-en5zR .framer-cu1q3t { --framer-paragraph-spacing: 36px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 314px; word-break: break-word; word-wrap: break-word; }\",\".framer-en5zR .framer-2wvdy6, .framer-en5zR .framer-13jrc3u { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 314px; word-break: break-word; word-wrap: break-word; }\",\".framer-en5zR .framer-13s0dgn-container { flex: none; height: 566px; left: calc(50.00000000000002% - 427px / 2); opacity: 0.3; position: absolute; top: 8px; width: 427px; z-index: 0; }\",\".framer-en5zR .framer-1f3ftd8 { --border-bottom-width: 2px; --border-color: #6d9789; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-0cdf47b3-ce1f-4341-98ec-f094608541cb, #f4fbf8); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 50px; box-shadow: 0px 10px 30px -20px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 160px); justify-content: center; left: 64px; overflow: hidden; padding: 0px; position: absolute; width: 160px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-en5zR .framer-1h1qft3 { flex: none; height: 132px; position: relative; width: 132px; }\",\".framer-en5zR .framer-1fl704n { --border-bottom-width: 8px; --border-color: #7bd4fd; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; align-content: flex-start; align-items: flex-start; align-self: start; background-color: #055784; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.07999999821186066); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 581px; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 442px; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-14cc5bi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 64px; position: relative; width: 100%; z-index: 3; }\",\".framer-en5zR .framer-1rlufme-container { flex: none; height: 566px; left: calc(50.00000000000002% - 427px / 2); opacity: 0.28; position: absolute; top: 8px; width: 427px; z-index: 0; }\",\".framer-en5zR .framer-wjouzj { --border-bottom-width: 2px; --border-color: #7bd4fd; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-0cdf47b3-ce1f-4341-98ec-f094608541cb, #f4fbf8); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 50px; box-shadow: 0px 10px 30px -20px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 160px); justify-content: center; left: 64px; overflow: hidden; padding: 0px; position: absolute; width: 160px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-en5zR .framer-1u96lgf { flex: none; height: 99px; position: relative; width: 99px; }\",\".framer-en5zR .framer-1m4nq3e { 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: hidden; padding: 80px 100px 60px 100px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1wv43wd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-7h7m64 { 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; max-width: 440px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-en5zR .framer-srphy8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-en5zR .framer-wh6ios { flex: none; height: 49px; left: 385px; overflow: hidden; position: absolute; top: 3px; width: 49px; z-index: 1; }\",\".framer-en5zR .framer-1wcwpq2 { --framer-paragraph-spacing: 16px; flex: none; height: auto; left: 49%; position: absolute; top: 49%; transform: translate(-50%, -50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-en5zR .framer-1wy3n8t { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 440px; word-break: break-word; word-wrap: break-word; }\",\".framer-en5zR .framer-xleykc-container { flex: none; height: 287px; position: relative; width: 120%; }\",\".framer-en5zR .framer-1wx4w73, .framer-en5zR .framer-z8x9mz, .framer-en5zR .framer-1v667s7, .framer-en5zR .framer-14wjvsq, .framer-en5zR .framer-pkocal { --border-bottom-width: 2px; --border-color: #6d9789; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-0cdf47b3-ce1f-4341-98ec-f094608541cb, #f4fbf8); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 10px 30px -20px rgba(0, 0, 0, 0.25); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 215px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 215px; will-change: var(--framer-will-change-override, transform); }\",\".framer-en5zR .framer-lcyfhn { flex: none; height: 134px; position: relative; width: 137px; }\",\".framer-en5zR .framer-1rtxaka { flex: none; height: 126px; position: relative; width: 126px; }\",\".framer-en5zR .framer-1t6pz6k { aspect-ratio: 2.7852965397621268 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 81px); position: relative; width: 228px; }\",\".framer-en5zR .framer-1rm36ed { aspect-ratio: 2.9158573150634766 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); position: relative; width: 156px; }\",\".framer-en5zR .framer-d3focn { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 140px); position: relative; width: 140px; }\",\".framer-en5zR .framer-1sn5kky { align-content: center; align-items: center; background-color: var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-scloko { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-en5zR .framer-13ruvbt-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; z-index: 2; }\",\".framer-en5zR .framer-7s1zo { align-content: center; align-items: center; background-color: var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 714px; justify-content: center; overflow: visible; padding: 60px 0px 80px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-en5zR .framer-10g8qdl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px 90px 0px 90px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1e2mm74 { --border-bottom-width: 1px; --border-color: rgba(34, 34, 34, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #fafafa; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 60px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-en5zR .framer-oiscy9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 385px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-en5zR .framer-17svopz { flex: none; height: 380px; left: calc(50.00000000000002% - 396px / 2); overflow: visible; position: absolute; top: calc(50.12987012987015% - 380px / 2); width: 396px; z-index: 1; }\",\".framer-en5zR .framer-1sqkejr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-en5zR .framer-1nswoc9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-1it1t4c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-c4lq5q-container, .framer-en5zR .framer-1b25p0k-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-en5zR .framer-vq6kzk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-en5zR .framer-2vhrcc-container { flex: none; height: 50px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-en5zR.framer-1i94rsk, .framer-en5zR .framer-zsb5mj, .framer-en5zR .framer-v5sv5h, .framer-en5zR .framer-16gqiqt, .framer-en5zR .framer-t4q1if, .framer-en5zR .framer-v440w6, .framer-en5zR .framer-bl475j, .framer-en5zR .framer-luv6l1, .framer-en5zR .framer-gx0bdp, .framer-en5zR .framer-12eg9kg, .framer-en5zR .framer-1sid0kc, .framer-en5zR .framer-1wyj4ef, .framer-en5zR .framer-12j2trc, .framer-en5zR .framer-1cl5dz0, .framer-en5zR .framer-gvzaqt, .framer-en5zR .framer-168gq9v, .framer-en5zR .framer-1rebzou, .framer-en5zR .framer-wnanny, .framer-en5zR .framer-18j92le, .framer-en5zR .framer-7ckj33, .framer-en5zR .framer-57wa6u, .framer-en5zR .framer-wkr1xp, .framer-en5zR .framer-pldpvw, .framer-en5zR .framer-1sl7m08, .framer-en5zR .framer-12br0lc, .framer-en5zR .framer-1k7padw, .framer-en5zR .framer-1hat4mi, .framer-en5zR .framer-2izbng, .framer-en5zR .framer-1ns6ip7, .framer-en5zR .framer-1yvin7h, .framer-en5zR .framer-zkw3h, .framer-en5zR .framer-lwfzis, .framer-en5zR .framer-5wungu, .framer-en5zR .framer-1j5nqnn, .framer-en5zR .framer-e5nm32, .framer-en5zR .framer-1jsvrt4, .framer-en5zR .framer-1mufsyh, .framer-en5zR .framer-1wrwdds, .framer-en5zR .framer-1f3ftd8, .framer-en5zR .framer-1fl704n, .framer-en5zR .framer-14cc5bi, .framer-en5zR .framer-12khp2l, .framer-en5zR .framer-wjouzj, .framer-en5zR .framer-1m4nq3e, .framer-en5zR .framer-1wv43wd, .framer-en5zR .framer-7h7m64, .framer-en5zR .framer-1wx4w73, .framer-en5zR .framer-z8x9mz, .framer-en5zR .framer-1v667s7, .framer-en5zR .framer-14wjvsq, .framer-en5zR .framer-pkocal, .framer-en5zR .framer-1sn5kky, .framer-en5zR .framer-scloko, .framer-en5zR .framer-164jjln, .framer-en5zR .framer-7s1zo, .framer-en5zR .framer-10g8qdl, .framer-en5zR .framer-1e2mm74, .framer-en5zR .framer-oiscy9, .framer-en5zR .framer-1sqkejr, .framer-en5zR .framer-1nswoc9, .framer-en5zR .framer-1it1t4c, .framer-en5zR .framer-vq6kzk { gap: 0px; } .framer-en5zR.framer-1i94rsk > *, .framer-en5zR .framer-zsb5mj > *, .framer-en5zR .framer-12j2trc > *, .framer-en5zR .framer-e5nm32 > *, .framer-en5zR .framer-1jsvrt4 > *, .framer-en5zR .framer-1fl704n > *, .framer-en5zR .framer-1m4nq3e > *, .framer-en5zR .framer-7h7m64 > *, .framer-en5zR .framer-1sn5kky > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-en5zR.framer-1i94rsk > :first-child, .framer-en5zR .framer-zsb5mj > :first-child, .framer-en5zR .framer-v5sv5h > :first-child, .framer-en5zR .framer-luv6l1 > :first-child, .framer-en5zR .framer-gx0bdp > :first-child, .framer-en5zR .framer-12eg9kg > :first-child, .framer-en5zR .framer-1sid0kc > :first-child, .framer-en5zR .framer-12j2trc > :first-child, .framer-en5zR .framer-168gq9v > :first-child, .framer-en5zR .framer-1rebzou > :first-child, .framer-en5zR .framer-wnanny > :first-child, .framer-en5zR .framer-7ckj33 > :first-child, .framer-en5zR .framer-wkr1xp > :first-child, .framer-en5zR .framer-1sl7m08 > :first-child, .framer-en5zR .framer-1hat4mi > :first-child, .framer-en5zR .framer-2izbng > :first-child, .framer-en5zR .framer-1ns6ip7 > :first-child, .framer-en5zR .framer-1yvin7h > :first-child, .framer-en5zR .framer-zkw3h > :first-child, .framer-en5zR .framer-lwfzis > :first-child, .framer-en5zR .framer-1j5nqnn > :first-child, .framer-en5zR .framer-e5nm32 > :first-child, .framer-en5zR .framer-1jsvrt4 > :first-child, .framer-en5zR .framer-1mufsyh > :first-child, .framer-en5zR .framer-1wrwdds > :first-child, .framer-en5zR .framer-1f3ftd8 > :first-child, .framer-en5zR .framer-1fl704n > :first-child, .framer-en5zR .framer-14cc5bi > :first-child, .framer-en5zR .framer-12khp2l > :first-child, .framer-en5zR .framer-wjouzj > :first-child, .framer-en5zR .framer-1m4nq3e > :first-child, .framer-en5zR .framer-1wv43wd > :first-child, .framer-en5zR .framer-7h7m64 > :first-child, .framer-en5zR .framer-1wx4w73 > :first-child, .framer-en5zR .framer-z8x9mz > :first-child, .framer-en5zR .framer-1v667s7 > :first-child, .framer-en5zR .framer-14wjvsq > :first-child, .framer-en5zR .framer-pkocal > :first-child, .framer-en5zR .framer-1sn5kky > :first-child, .framer-en5zR .framer-scloko > :first-child, .framer-en5zR .framer-164jjln > :first-child, .framer-en5zR .framer-7s1zo > :first-child, .framer-en5zR .framer-oiscy9 > :first-child, .framer-en5zR .framer-1sqkejr > :first-child, .framer-en5zR .framer-1nswoc9 > :first-child, .framer-en5zR .framer-vq6kzk > :first-child { margin-top: 0px; } .framer-en5zR.framer-1i94rsk > :last-child, .framer-en5zR .framer-zsb5mj > :last-child, .framer-en5zR .framer-v5sv5h > :last-child, .framer-en5zR .framer-luv6l1 > :last-child, .framer-en5zR .framer-gx0bdp > :last-child, .framer-en5zR .framer-12eg9kg > :last-child, .framer-en5zR .framer-1sid0kc > :last-child, .framer-en5zR .framer-12j2trc > :last-child, .framer-en5zR .framer-168gq9v > :last-child, .framer-en5zR .framer-1rebzou > :last-child, .framer-en5zR .framer-wnanny > :last-child, .framer-en5zR .framer-7ckj33 > :last-child, .framer-en5zR .framer-wkr1xp > :last-child, .framer-en5zR .framer-1sl7m08 > :last-child, .framer-en5zR .framer-1hat4mi > :last-child, .framer-en5zR .framer-2izbng > :last-child, .framer-en5zR .framer-1ns6ip7 > :last-child, .framer-en5zR .framer-1yvin7h > :last-child, .framer-en5zR .framer-zkw3h > :last-child, .framer-en5zR .framer-lwfzis > :last-child, .framer-en5zR .framer-1j5nqnn > :last-child, .framer-en5zR .framer-e5nm32 > :last-child, .framer-en5zR .framer-1jsvrt4 > :last-child, .framer-en5zR .framer-1mufsyh > :last-child, .framer-en5zR .framer-1wrwdds > :last-child, .framer-en5zR .framer-1f3ftd8 > :last-child, .framer-en5zR .framer-1fl704n > :last-child, .framer-en5zR .framer-14cc5bi > :last-child, .framer-en5zR .framer-12khp2l > :last-child, .framer-en5zR .framer-wjouzj > :last-child, .framer-en5zR .framer-1m4nq3e > :last-child, .framer-en5zR .framer-1wv43wd > :last-child, .framer-en5zR .framer-7h7m64 > :last-child, .framer-en5zR .framer-1wx4w73 > :last-child, .framer-en5zR .framer-z8x9mz > :last-child, .framer-en5zR .framer-1v667s7 > :last-child, .framer-en5zR .framer-14wjvsq > :last-child, .framer-en5zR .framer-pkocal > :last-child, .framer-en5zR .framer-1sn5kky > :last-child, .framer-en5zR .framer-scloko > :last-child, .framer-en5zR .framer-164jjln > :last-child, .framer-en5zR .framer-7s1zo > :last-child, .framer-en5zR .framer-oiscy9 > :last-child, .framer-en5zR .framer-1sqkejr > :last-child, .framer-en5zR .framer-1nswoc9 > :last-child, .framer-en5zR .framer-vq6kzk > :last-child { margin-bottom: 0px; } .framer-en5zR .framer-v5sv5h > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-en5zR .framer-16gqiqt > *, .framer-en5zR .framer-bl475j > *, .framer-en5zR .framer-1k7padw > *, .framer-en5zR .framer-5wungu > *, .framer-en5zR .framer-10g8qdl > *, .framer-en5zR .framer-1it1t4c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-en5zR .framer-16gqiqt > :first-child, .framer-en5zR .framer-t4q1if > :first-child, .framer-en5zR .framer-v440w6 > :first-child, .framer-en5zR .framer-bl475j > :first-child, .framer-en5zR .framer-1wyj4ef > :first-child, .framer-en5zR .framer-1cl5dz0 > :first-child, .framer-en5zR .framer-gvzaqt > :first-child, .framer-en5zR .framer-18j92le > :first-child, .framer-en5zR .framer-57wa6u > :first-child, .framer-en5zR .framer-pldpvw > :first-child, .framer-en5zR .framer-12br0lc > :first-child, .framer-en5zR .framer-1k7padw > :first-child, .framer-en5zR .framer-5wungu > :first-child, .framer-en5zR .framer-10g8qdl > :first-child, .framer-en5zR .framer-1e2mm74 > :first-child, .framer-en5zR .framer-1it1t4c > :first-child { margin-left: 0px; } .framer-en5zR .framer-16gqiqt > :last-child, .framer-en5zR .framer-t4q1if > :last-child, .framer-en5zR .framer-v440w6 > :last-child, .framer-en5zR .framer-bl475j > :last-child, .framer-en5zR .framer-1wyj4ef > :last-child, .framer-en5zR .framer-1cl5dz0 > :last-child, .framer-en5zR .framer-gvzaqt > :last-child, .framer-en5zR .framer-18j92le > :last-child, .framer-en5zR .framer-57wa6u > :last-child, .framer-en5zR .framer-pldpvw > :last-child, .framer-en5zR .framer-12br0lc > :last-child, .framer-en5zR .framer-1k7padw > :last-child, .framer-en5zR .framer-5wungu > :last-child, .framer-en5zR .framer-10g8qdl > :last-child, .framer-en5zR .framer-1e2mm74 > :last-child, .framer-en5zR .framer-1it1t4c > :last-child { margin-right: 0px; } .framer-en5zR .framer-t4q1if > *, .framer-en5zR .framer-1wyj4ef > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-en5zR .framer-v440w6 > *, .framer-en5zR .framer-gvzaqt > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-en5zR .framer-luv6l1 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-en5zR .framer-gx0bdp > *, .framer-en5zR .framer-1rebzou > *, .framer-en5zR .framer-2izbng > *, .framer-en5zR .framer-1f3ftd8 > *, .framer-en5zR .framer-wjouzj > *, .framer-en5zR .framer-1wx4w73 > *, .framer-en5zR .framer-z8x9mz > *, .framer-en5zR .framer-1v667s7 > *, .framer-en5zR .framer-14wjvsq > *, .framer-en5zR .framer-pkocal > *, .framer-en5zR .framer-164jjln > *, .framer-en5zR .framer-oiscy9 > *, .framer-en5zR .framer-1nswoc9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-en5zR .framer-12eg9kg > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-en5zR .framer-1sid0kc > *, .framer-en5zR .framer-scloko > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-en5zR .framer-1cl5dz0 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-en5zR .framer-168gq9v > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-en5zR .framer-wnanny > *, .framer-en5zR .framer-7ckj33 > *, .framer-en5zR .framer-wkr1xp > *, .framer-en5zR .framer-1sl7m08 > *, .framer-en5zR .framer-1hat4mi > *, .framer-en5zR .framer-1ns6ip7 > *, .framer-en5zR .framer-1yvin7h > *, .framer-en5zR .framer-zkw3h > *, .framer-en5zR .framer-lwfzis > *, .framer-en5zR .framer-1wrwdds > *, .framer-en5zR .framer-12khp2l > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-en5zR .framer-18j92le > *, .framer-en5zR .framer-57wa6u > *, .framer-en5zR .framer-pldpvw > *, .framer-en5zR .framer-12br0lc > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-en5zR .framer-1j5nqnn > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-en5zR .framer-1mufsyh > *, .framer-en5zR .framer-14cc5bi > *, .framer-en5zR .framer-1wv43wd > *, .framer-en5zR .framer-7s1zo > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-en5zR .framer-1e2mm74 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-en5zR .framer-1sqkejr > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-en5zR .framer-vq6kzk > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-en5zR[data-border=\"true\"]::after, .framer-en5zR [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-en5zR.framer-1i94rsk { width: 810px; } .framer-en5zR .framer-1aeegcl-container { flex: none; width: auto; } .framer-en5zR .framer-1dut2t4 { left: -63px; } .framer-en5zR .framer-t4q1if { right: -102px; } .framer-en5zR .framer-xnekw5 { right: -3px; } .framer-en5zR .framer-1wyj4ef { padding: 0px 20px 0px 20px; } .framer-en5zR .framer-1vxwjm6 { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-en5zR .framer-2g5cyo, .framer-en5zR .framer-16woxnk, .framer-en5zR .framer-1jjacew, .framer-en5zR .framer-14y6jeu, .framer-en5zR .framer-tn4jax, .framer-en5zR .framer-10ufwp6, .framer-en5zR .framer-118a4f4, .framer-en5zR .framer-dsmg99 { grid-column: auto / span 1; } .framer-en5zR .framer-qunpja-container { height: 521px; } .framer-en5zR .framer-qnidkl { grid-template-columns: repeat(1, 439px); grid-template-rows: repeat(2, min-content); }}\",\"@media (max-width: 809px) { .framer-en5zR.framer-1i94rsk { width: 390px; } .framer-en5zR .framer-8xgdfc { padding: 124px 29px 0px 29px; } .framer-en5zR .framer-v5sv5h, .framer-en5zR .framer-ks0v78, .framer-en5zR .framer-2wvdy6, .framer-en5zR .framer-cu1q3t, .framer-en5zR .framer-13jrc3u { width: 100%; } .framer-en5zR .framer-16gqiqt, .framer-en5zR .framer-1it1t4c { flex-direction: column; } .framer-en5zR .framer-1plgd7y-container, .framer-en5zR .framer-1aeegcl-container, .framer-en5zR .framer-12j2trc, .framer-en5zR .framer-c4lq5q-container, .framer-en5zR .framer-1b25p0k-container { flex: none; width: 100%; } .framer-en5zR .framer-1cyyoz { height: var(--framer-aspect-ratio-supported, 358px); width: 700px; } .framer-en5zR .framer-1dut2t4 { bottom: -78px; height: var(--framer-aspect-ratio-supported, 333px); left: 187px; top: unset; width: 126px; } .framer-en5zR .framer-t4q1if { bottom: 51px; left: 334px; right: unset; top: unset; width: 248px; } .framer-en5zR .framer-xjdb8k { height: 164px; width: 148px; } .framer-en5zR .framer-xnekw5 { bottom: 6px; height: var(--framer-aspect-ratio-supported, 109px); left: 153px; right: unset; width: 88px; } .framer-en5zR .framer-1wyj4ef { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 10px; padding: 0px 20px 0px 20px; } .framer-en5zR .framer-168gq9v, .framer-en5zR .framer-1j5nqnn { gap: 50px; padding: 50px 20px 50px 20px; } .framer-en5zR .framer-1vxwjm6 { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-en5zR .framer-2g5cyo { grid-column: auto / span 1; order: 0; } .framer-en5zR .framer-16woxnk { grid-column: auto / span 1; order: 1; } .framer-en5zR .framer-dilslx { left: 50%; right: unset; transform: translateX(-50%); } .framer-en5zR .framer-t5w3p0 { order: 2; } .framer-en5zR .framer-1jjacew { grid-column: auto / span 1; order: 4; } .framer-en5zR .framer-f1oec4 { height: var(--framer-aspect-ratio-supported, 533px); width: 427px; } .framer-en5zR .framer-rvdmaf { height: 35px; left: calc(49.648711943793934% - 67px / 2); top: 154px; width: 67px; } .framer-en5zR .framer-14y6jeu { grid-column: auto / span 1; order: 3; } .framer-en5zR .framer-tn4jax { grid-column: auto / span 1; order: 5; } .framer-en5zR .framer-10ufwp6 { grid-column: auto / span 1; order: 6; } .framer-en5zR .framer-1sacawk { height: var(--framer-aspect-ratio-supported, 483px); width: 386px; } .framer-en5zR .framer-118a4f4 { grid-column: auto / span 1; order: 8; } .framer-en5zR .framer-dsmg99 { grid-column: auto / span 1; order: 7; } .framer-en5zR .framer-1hat4mi { padding: 40px 16px 80px 16px; } .framer-en5zR .framer-qunpja-container { height: 511px; } .framer-en5zR .framer-qnidkl { grid-template-columns: repeat(1, 439px); grid-template-rows: repeat(2, min-content); justify-content: start; } .framer-en5zR .framer-1jsvrt4 { width: 350px; } .framer-en5zR .framer-1f3ftd8 { height: var(--framer-aspect-ratio-supported, 137px); width: 137px; } .framer-en5zR .framer-1fl704n { height: 581px; width: 350px; } .framer-en5zR .framer-wjouzj { height: var(--framer-aspect-ratio-supported, 135px); width: 135px; } .framer-en5zR .framer-1m4nq3e { padding: 50px 20px 50px 20px; } .framer-en5zR .framer-1wv43wd { gap: 50px; } .framer-en5zR .framer-wh6ios { left: 345px; } .framer-en5zR .framer-1sn5kky { padding: 48px 0px 48px 0px; } .framer-en5zR .framer-scloko { gap: 48px; padding: 0px 16px 0px 16px; } .framer-en5zR .framer-7s1zo { height: 944px; justify-content: flex-start; padding: 60px 24px 80px 24px; } .framer-en5zR .framer-10g8qdl { padding: 0px; } .framer-en5zR .framer-1e2mm74 { flex-direction: column; gap: 0px; padding: 0px; } .framer-en5zR .framer-oiscy9 { flex: none; height: 295px; width: 100%; } .framer-en5zR .framer-17svopz { height: 298px; left: 0px; right: 0px; top: calc(48.57142857142859% - 298px / 2); width: unset; } .framer-en5zR .framer-1sqkejr { flex: none; padding: 40px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-en5zR .framer-16gqiqt, .framer-en5zR .framer-1wyj4ef, .framer-en5zR .framer-168gq9v, .framer-en5zR .framer-1j5nqnn, .framer-en5zR .framer-1wv43wd, .framer-en5zR .framer-scloko, .framer-en5zR .framer-1e2mm74, .framer-en5zR .framer-1it1t4c { gap: 0px; } .framer-en5zR .framer-16gqiqt > *, .framer-en5zR .framer-1wyj4ef > *, .framer-en5zR .framer-1it1t4c > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-en5zR .framer-16gqiqt > :first-child, .framer-en5zR .framer-1wyj4ef > :first-child, .framer-en5zR .framer-168gq9v > :first-child, .framer-en5zR .framer-1j5nqnn > :first-child, .framer-en5zR .framer-1wv43wd > :first-child, .framer-en5zR .framer-scloko > :first-child, .framer-en5zR .framer-1e2mm74 > :first-child, .framer-en5zR .framer-1it1t4c > :first-child { margin-top: 0px; } .framer-en5zR .framer-16gqiqt > :last-child, .framer-en5zR .framer-1wyj4ef > :last-child, .framer-en5zR .framer-168gq9v > :last-child, .framer-en5zR .framer-1j5nqnn > :last-child, .framer-en5zR .framer-1wv43wd > :last-child, .framer-en5zR .framer-scloko > :last-child, .framer-en5zR .framer-1e2mm74 > :last-child, .framer-en5zR .framer-1it1t4c > :last-child { margin-bottom: 0px; } .framer-en5zR .framer-168gq9v > *, .framer-en5zR .framer-1j5nqnn > *, .framer-en5zR .framer-1wv43wd > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-en5zR .framer-scloko > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-en5zR .framer-1e2mm74 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8259\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"j1XYnD67E\":{\"layout\":[\"fixed\",\"auto\"]},\"EvnuX3Es8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"ujrG_9N3r\":{\"pattern\":\":ujrG_9N3r\",\"name\":\"use-cases\"},\"uTarCtNuk\":{\"pattern\":\":uTarCtNuk\",\"name\":\"products\"},\"BHLn5vjzE\":{\"pattern\":\":BHLn5vjzE\",\"name\":\"the-process\"}}\n * @framerResponsiveScreen\n */const FramerbIjvWKnWy=withCSS(Component,css,\"framer-en5zR\");export default FramerbIjvWKnWy;FramerbIjvWKnWy.displayName=\"Sustainability\";FramerbIjvWKnWy.defaultProps={height:8259,width:1200};addFonts(FramerbIjvWKnWy,[{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:\"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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZ1rib2Bg-4.woff2\",weight:\"800\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Permanent Marker\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004Ha-IfrT5nlk.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavigationNavigationDynamicFonts,...GeneralButtonMainProductsFonts,...GeneralButtonMainContactUsFonts,...SectionLogosFonts,...GeneralButtonCTAFonts,...ProductCardBrandFonts,...CarouselFonts,...ElementsBadgeFonts,...GeneralReviewStackFonts,...GeneralCardReviewFonts,...PatternFonts,...TickerFonts,...SectionTheProcessFonts,...GeneralButtonPrimaryFonts,...SalesTeamFonts,...SectionFooterNewFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbIjvWKnWy\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j1XYnD67E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EvnuX3Es8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"ujrG_9N3r\\\":{\\\"pattern\\\":\\\":ujrG_9N3r\\\",\\\"name\\\":\\\"use-cases\\\"},\\\"uTarCtNuk\\\":{\\\"pattern\\\":\\\":uTarCtNuk\\\",\\\"name\\\":\\\"products\\\"},\\\"BHLn5vjzE\\\":{\\\"pattern\\\":\\\":BHLn5vjzE\\\",\\\"name\\\":\\\"the-process\\\"}}\",\"framerIntrinsicHeight\":\"8259\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Pattern", "props", "patternType", "front", "back", "radius", "scale", "shouldAnimate", "direction", "diagonal", "duration", "isCanvas", "RenderTarget", "pattern", "position", "size", "repeat", "blendMode", "filter", "addBackground", "backgroundPosAnimation", "frontHex", "Color", "backHex", "frontWithoutHex", "backWithoutHex", "factor", "xScale", "yScale", "p", "motion", "addPropertyControls", "ControlType", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "link", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "sZEpGJnJv", "GMvB6keo3", "NkawZi1e7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "Image2", "getLoadingLazyAtYPosition", "cx", "RichText2", "css", "Framerr6RZhpPuT", "withCSS", "r6RZhpPuT_default", "addPropertyControls", "ControlType", "addFonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationNavigationDynamicFonts", "getFonts", "yLyAV9Zho_default", "NavigationNavigationDynamicWithVariantAppearEffect", "withVariantAppearEffect", "GeneralButtonMainProductsFonts", "hlFvsfFZp_default", "GeneralButtonMainContactUsFonts", "YGCWihovH_default", "SectionLogosFonts", "L3hGUfN6U_default", "GeneralButtonCTAFonts", "OlTWqYMo3_default", "ProductCardBrandFonts", "r6RZhpPuT_default", "CarouselFonts", "Carousel", "CarouselWithScrollContainerofoid8", "withCodeBoundaryForOverrides", "withScrollContainer", "ElementsBadgeFonts", "YWQD3K97X_default", "MotionDivWithFX", "withFX", "motion", "GeneralReviewStackFonts", "AZAip9HVM_default", "GeneralCardReviewFonts", "l5NR042bK_default", "PatternFonts", "Pattern", "TickerFonts", "Ticker", "SectionTheProcessFonts", "AYCct0Hog_default", "GeneralButtonPrimaryFonts", "Tnz4seCKc_default", "SalesTeamFonts", "WjElGbZe2_default", "SectionFooterNewFonts", "ZOBFYsT83_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "convertFromEnum", "value", "activeLocale", "addImageAlt", "image", "alt", "transformTemplate2", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transformTemplate3", "convertFromEnum1", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "mG1ZFuhB7e9UwDe2i6", "LfVv2cQ0te9UwDe2i6", "ceO_qBsDbe9UwDe2i6", "dr7ykpbh7e9UwDe2i6", "Du_tZCJ24e9UwDe2i6", "w5mLtAUlZe9UwDe2i6", "ide9UwDe2i6", "mG1ZFuhB7l1P0zaQHV", "LfVv2cQ0tl1P0zaQHV", "ceO_qBsDbl1P0zaQHV", "dr7ykpbh7l1P0zaQHV", "Du_tZCJ24l1P0zaQHV", "w5mLtAUlZl1P0zaQHV", "idl1P0zaQHV", "mG1ZFuhB7tZcD1BZsc", "LfVv2cQ0ttZcD1BZsc", "ceO_qBsDbtZcD1BZsc", "dr7ykpbh7tZcD1BZsc", "Du_tZCJ24tZcD1BZsc", "w5mLtAUlZtZcD1BZsc", "idtZcD1BZsc", "mG1ZFuhB7AUdlqpuQp", "LfVv2cQ0tAUdlqpuQp", "ceO_qBsDbAUdlqpuQp", "dr7ykpbh7AUdlqpuQp", "Du_tZCJ24AUdlqpuQp", "w5mLtAUlZAUdlqpuQp", "idAUdlqpuQp", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "isDisplayed", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "router", "useRouter", "elementId2", "ref3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLocalizedValue", "x", "RichText2", "getLoadingLazyAtYPosition", "Image2", "SVG", "ChildrenCanSuspend", "FRttb_OaO_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "collection3", "paginationInfo3", "loadMore3", "index3", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FramerbIjvWKnWy", "withCSS", "bIjvWKnWy_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
