{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/FzZ67ct97QwFne6Bf7ku/Ticker.js", "ssg:https://framerusercontent.com/modules/zR1QqklWb2waQ16FkeTG/OXAFKx1QoVTOCdedxbfy/AfeuckR85.js", "ssg:https://framerusercontent.com/modules/IlHvYroMPpIJijkmQTKg/Jh93hzWT8vClZsj9snFy/w79ljD74o.js", "ssg:https://framerusercontent.com/modules/o8NI6F13GiQ4u6ckIwTa/evsivIMZHH5MGEBDj7Jz/wD1PcIFIO.js", "ssg:https://framerusercontent.com/modules/sWOKzGEMIja9AOVtwS93/4jXsuJ75nxXvwztWeoya/augiA20Il.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", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap}from\"framer-motion\";import{resize}from\"@motionone/dom\";const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Ticker(props){/* Props */ let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */ const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/ createRef(),/*#__PURE__*/ createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */ let clonedChildren=[];let dupedChildren=[];/* Duplicate value */ let duplicateBy=0;let opacity=0;if(isCanvas){// duplicateBy = 10\nduplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;opacity=1;}/* Measure parent and child */ const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */ if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */ let initialResize=useRef(true);useEffect(()=>{measure();return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var ref,ref1,ref2,ref3;let ref4;if(index===0){ref4=childrenRef[0];}if(index===slots.length-1){ref4=childrenRef[1];}const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{ref:ref4,style:size,children:/*#__PURE__*/ cloneElement(child,{style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,...size,flexShrink:0,...childrenStyles}},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var ref,ref1,ref2,ref3;return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":true,children:/*#__PURE__*/ cloneElement(child,{key:i+\" \"+childIndex,style:{...(ref=child.props)===null||ref===void 0?void 0:ref.style,width:widthType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.width:\"100%\",height:heightType?(ref2=child.props)===null||ref2===void 0?void 0:ref2.height:\"100%\",flexShrink:0,...childrenStyles}},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}),];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isInView=useInView(parentRef);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */ if(!isCanvas){/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */ if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue),]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */ useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */ if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */ const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */ if(!hasChildren){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/ _jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/ _jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(1);}},children:[clonedChildren,dupedChildren]})});};/* Default Properties */ Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */ addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},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},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */ const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"x95toIreb\",\"Fp2oeRb5l\",\"UHwSyxMGL\",\"eqbElwqL6\",\"RFe0OtICJ\",\"nteWIARSz\",\"a4o_1OU1t\",\"ttq6Lpt8m\",\"TGBEfOuFD\",\"gka9njGJ4\",\"HUW1T2y3o\",\"NoSFKtSsp\",\"IcZ3xIcSY\"];const serializationHash=\"framer-u4E8V\";const variantClassNames={a4o_1OU1t:\"framer-v-1mb2325\",eqbElwqL6:\"framer-v-894242\",Fp2oeRb5l:\"framer-v-1mpz1wu\",gka9njGJ4:\"framer-v-yy7ona\",HUW1T2y3o:\"framer-v-l6y9h1\",IcZ3xIcSY:\"framer-v-17fvmvg\",NoSFKtSsp:\"framer-v-cvxl1f\",nteWIARSz:\"framer-v-4fsvdn\",RFe0OtICJ:\"framer-v-pltmkk\",TGBEfOuFD:\"framer-v-15tvpxy\",ttq6Lpt8m:\"framer-v-17xe8rm\",UHwSyxMGL:\"framer-v-1wllcgp\",x95toIreb:\"framer-v-1aq6ovd\"};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 transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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(React.Fragment);const humanReadableVariantMap={\"AI Tools\":\"gka9njGJ4\",\"Mockups & Kits\":\"eqbElwqL6\",\"Site map\":\"IcZ3xIcSY\",\"Stock Photos\":\"RFe0OtICJ\",\"Stock Video\":\"nteWIARSz\",\"UX Tools\":\"HUW1T2y3o\",Accessibility:\"TGBEfOuFD\",Color:\"ttq6Lpt8m\",Graphics:\"NoSFKtSsp\",Icon:\"x95toIreb\",Illustration:\"UHwSyxMGL\",Inspiration:\"Fp2oeRb5l\",Typography:\"a4o_1OU1t\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,i28A_Hnzn:tap!==null&&tap!==void 0?tap:props.i28A_Hnzn,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"x95toIreb\"};};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,i28A_Hnzn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"x95toIreb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1navle3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(i28A_Hnzn){const res=await i28A_Hnzn(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Fp2oeRb5l\",\"UHwSyxMGL\",\"eqbElwqL6\",\"RFe0OtICJ\",\"nteWIARSz\",\"a4o_1OU1t\",\"ttq6Lpt8m\",\"TGBEfOuFD\",\"gka9njGJ4\",\"HUW1T2y3o\",\"NoSFKtSsp\",\"IcZ3xIcSY\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"NoSFKtSsp\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"eqbElwqL6\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"Fp2oeRb5l\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"UHwSyxMGL\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"RFe0OtICJ\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"nteWIARSz\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"ttq6Lpt8m\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"TGBEfOuFD\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"gka9njGJ4\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"HUW1T2y3o\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"IcZ3xIcSY\")return true;return false;};const isDisplayed12=()=>{if(baseVariant===\"a4o_1OU1t\")return true;return false;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1aq6ovd\",className,classNames),\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"x95toIreb\",onTap:onTap1navle3,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({a4o_1OU1t:{\"data-framer-name\":\"Typography\"},eqbElwqL6:{\"data-framer-name\":\"Mockups & Kits\"},Fp2oeRb5l:{\"data-framer-name\":\"Inspiration\"},gka9njGJ4:{\"data-framer-name\":\"AI Tools\"},HUW1T2y3o:{\"data-framer-name\":\"UX Tools\"},IcZ3xIcSY:{\"data-framer-name\":\"Site map\"},NoSFKtSsp:{\"data-framer-name\":\"Graphics\"},nteWIARSz:{\"data-framer-name\":\"Stock Video\"},RFe0OtICJ:{\"data-framer-name\":\"Stock Photos\"},TGBEfOuFD:{\"data-framer-name\":\"Accessibility\"},ttq6Lpt8m:{\"data-framer-name\":\"Color\"},UHwSyxMGL:{\"data-framer-name\":\"Illustration\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1f8nvyp\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"SOTqcefhV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 26\"><path d=\"M 14 1.657 L 17.805 9.236 L 26.315 10.459 L 20.157 16.356 L 21.611 24.686 L 14 20.751 L 6.389 24.686 L 7.843 16.356 L 1.685 10.459 L 10.195 9.236 Z\" fill=\"transparent\" stroke-width=\"1.94\" stroke=\"#3F3F46\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9120177362,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1c4j8ts\",\"data-framer-name\":\"triangle\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"S_OE5mpxg\",style:{rotate:-12},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"#3F3F46\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20h18L12 4z\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1xniz4\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"xIISEYuZe\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" stroke-width=\"1.5\" width=\"24\" height=\"24\" color=\"#3F3F46\"><defs><style>.cls-637a50fc15c5759009400660-1{fill:none;stroke:currentColor;stroke-miterlimit:10}</style></defs><path class=\"cls-637a50fc15c5759009400660-1\" d=\"m8.18 22.5.96-4.77M5.32 22.5h13.36\"/><rect class=\"cls-637a50fc15c5759009400660-1\" x=\"1.5\" y=\"1.5\" width=\"21\" height=\"16.23\" rx=\"1.91\"/><path class=\"cls-637a50fc15c5759009400660-1\" d=\"m15.75 22.5-.95-4.77M1.5 13.91h21\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-s68fr6\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"QkgPzZEks\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" stroke-width=\"1.5\" width=\"24\" height=\"24\" color=\"#3F3F46\"><defs><style>.cls-637a2287b95f902aafde8fbf-1{fill:none;stroke:currentColor;stroke-miterlimit:10}</style></defs><path class=\"cls-637a2287b95f902aafde8fbf-1\" d=\"M19.64 9.14a7.64 7.64 0 1 0-13.15 5.27 6.2 6.2 0 0 1 1.69 4.27h7.64a6.07 6.07 0 0 1 1.67-4.24 7.59 7.59 0 0 0 2.15-5.3Z\"/><path class=\"cls-637a2287b95f902aafde8fbf-1\" d=\"m12 8.18-1.91 2.86H12V8.18zm0 4.78 1.91-2.87H12v2.87zm-3.82 5.72h7.64v1.91a1.91 1.91 0 0 1-1.91 1.91h-3.82a1.91 1.91 0 0 1-1.91-1.91v-1.91ZM.55 9.14h1.9m.96-7.64h1.91M3.41 16.77h1.91m18.13-7.63h-1.9m-.96 7.63h-1.91M20.59 1.5h-1.91\"/></svg>',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-lz45aa\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"i5xD7Q37K\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" stroke-width=\"1.5\" width=\"24\" height=\"24\" color=\"#3F3F46\"><defs><style>.cls-637b8d40f95e86b59c57a2f5-1{fill:none;stroke:currentColor;stroke-miterlimit:10}</style></defs><g id=\"roll_brush\" data-name=\"roll brush\"><path class=\"cls-637b8d40f95e86b59c57a2f5-1\" d=\"M5.43 13.57c-1.49 1.5-.16 3.67-3 6.55a8.86 8.86 0 0 0 4.14.49A7.57 7.57 0 0 0 10.86 19a3.84 3.84 0 0 0 1-3.7 3.7 3.7 0 0 0-1-1.73 3.79 3.79 0 0 0-1.73-1 3.84 3.84 0 0 0-3.7 1Z\"/><path class=\"cls-637b8d40f95e86b59c57a2f5-1\" d=\"M9.41 12.68 19.66 2.44l2.39 2.4-10.27 10.27\"/></g></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1as6zfm\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"bcduYazpM\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" stroke-width=\"1.5\" width=\"24\" height=\"24\" color=\"#3F3F46\"><defs><style>.cls-6374f8d9b67f094e4896c635-1{fill:none;stroke:currentColor;stroke-miterlimit:10}</style></defs><path class=\"cls-6374f8d9b67f094e4896c635-1\" d=\"M1.5 1.5h21v21h-21z\"/><path class=\"cls-6374f8d9b67f094e4896c635-1\" d=\"m1.5 19.64 6.68-6.68 5.73 5.72 3.82-3.82 4.77 4.78\"/><circle class=\"cls-6374f8d9b67f094e4896c635-1\" cx=\"13.91\" cy=\"8.18\" r=\"1.91\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-k8gvuy\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"y6DswpjZW\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" stroke-width=\"1.5\" width=\"24\" height=\"24\" color=\"#3F3F46\"><defs><style>.cls-6374f543b67f094e4896c5f7-1{fill:none;stroke:currentColor;stroke-miterlimit:10}</style></defs><path class=\"cls-6374f543b67f094e4896c5f7-1\" d=\"M1.48 1.5h21.04v15.3H1.48zM.52 21.59h9.57m0-1.92v3.83m13.39-1.91H12.96\"/><path class=\"cls-6374f543b67f094e4896c5f7-1\" d=\"m15.83 9.15-7.66 3.83V5.33l7.66 3.82z\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-153qstb\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:45,intrinsicWidth:45,layoutDependency:layoutDependency,layoutId:\"T24JbhWi6yXcv0p1gR\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" width=\"45\" height=\"45\" color=\"#3F3F46\"><defs><style>.cls-637b8d40f95e86b59c57a2cf-1{fill:none;stroke:currentColor;stroke-miterlimit:10}</style></defs><g id=\"roll_brush\" data-name=\"roll brush\"><circle class=\"cls-637b8d40f95e86b59c57a2cf-1\" cx=\"5.73\" cy=\"13.45\" r=\".48\"/><circle class=\"cls-637b8d40f95e86b59c57a2cf-1\" cx=\"7.65\" cy=\"18.24\" r=\".48\"/><circle class=\"cls-637b8d40f95e86b59c57a2cf-1\" cx=\"6.69\" cy=\"8.65\" r=\".48\"/><circle class=\"cls-637b8d40f95e86b59c57a2cf-1\" cx=\"10.52\" cy=\"5.78\" r=\".48\"/><circle class=\"cls-637b8d40f95e86b59c57a2cf-1\" cx=\"15.32\" cy=\"6.74\" r=\".48\"/><circle class=\"cls-637b8d40f95e86b59c57a2cf-1\" cx=\"18.2\" cy=\"10.57\" r=\".48\"/><path class=\"cls-637b8d40f95e86b59c57a2cf-1\" d=\"M22.51 11.86a4.87 4.87 0 0 1-4.86 4.95h-1.47a4.28 4.28 0 0 0-3.57 1.91l-1.15 1.72a4.74 4.74 0 0 1-4 2.12 4.61 4.61 0 0 1-3.87-2 13.07 13.07 0 0 1-2.18-7.26V12a10.55 10.55 0 0 1 21.1-.15Z\"/></g></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed8()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-sve644\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:45,intrinsicWidth:45,layoutDependency:layoutDependency,layoutId:\"Ihv1_sqOvjON4GM5pY\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" width=\"45\" height=\"45\" color=\"#3F3F46\"><defs><style>.cls-6374f8d9b67f094e4896c60b-1{fill:none;stroke:currentColor;stroke-miterlimit:10}</style></defs><path class=\"cls-6374f8d9b67f094e4896c60b-1\" d=\"M2.45 7.23v1.91l5.73 1.91V22.5h1.91l.91-5.81a1 1 0 0 1 2 0l.89 5.81h1.91V11.05l5.73-1.91V7.23Z\"/><circle class=\"cls-6374f8d9b67f094e4896c60b-1\" cx=\"12\" cy=\"4.36\" r=\"2.86\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed9()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1jxj9z5\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:10,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"EKzhw7llS\",svg:'<svg width=\"16\" height=\"10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.153.923a.917.917 0 0 0-1.64 0L.848 8.257a.917.917 0 1 0 1.64.82L3.15 7.75h4.367l.663 1.327a.917.917 0 1 0 1.64-.82L6.153.923ZM6.6 5.917 5.334 3.383 4.067 5.917H6.6Zm7.9-5.5c.506 0 .917.41.917.916v7.334a.917.917 0 0 1-1.834 0V1.333c0-.506.41-.916.917-.916Z\" fill=\"#3F3F46\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed9()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-k603wj\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"e5_vpWwoE\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.25 4.833A4.583 4.583 0 0 1 4.833.25h18.334a4.583 4.583 0 0 1 4.583 4.583v18.334a4.583 4.583 0 0 1-4.583 4.583H4.833A4.583 4.583 0 0 1 .25 23.167V4.833Zm4.583-2.75a2.75 2.75 0 0 0-2.75 2.75v18.334a2.75 2.75 0 0 0 2.75 2.75h18.334a2.75 2.75 0 0 0 2.75-2.75V4.833a2.75 2.75 0 0 0-2.75-2.75H4.833Z\" fill=\"#3F3F46\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed10()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1xcs36a\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"SsNiMpi42\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" stroke-width=\"1.5\" width=\"24\" height=\"24\" color=\"#3F3F46\"><defs><style>.cls-637b715ef95e86b59c579e45-1{fill:none;stroke:currentColor;stroke-miterlimit:10}</style></defs><path class=\"cls-637b715ef95e86b59c579e45-1\" d=\"M17.07 20.61H9.79a2 2 0 0 1-2-2 2 2 0 0 1 2-2h1.87L5 9.86a2 2 0 0 1-.19-2.65 1.88 1.88 0 0 1 1.47-.68 1.84 1.84 0 0 1 1.35.55l4.06 4.06 4.08-3.06a1.91 1.91 0 0 1 2.5.18A17.18 17.18 0 0 1 22.42 15l.06.19\"/><path class=\"cls-637b715ef95e86b59c579e45-1\" d=\"M10.63 10.12A4.73 4.73 0 0 0 11 8.17 4.78 4.78 0 1 0 6.26 13a4.67 4.67 0 0 0 1.55-.26\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed11()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1i0vjsy\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:38,intrinsicWidth:38,layoutDependency:layoutDependency,layoutId:\"ulPMNdo4b\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" width=\"38\" height=\"38\" color=\"#3F3F46\"><defs><style>.cls-63ce7424ea57ea6c83800580-1{fill:none;stroke:currentColor;stroke-miterlimit:10}</style></defs><path class=\"cls-63ce7424ea57ea6c83800580-1\" d=\"m18 9 4-4-4-4M6 15l-4 4 4 4\"/><path class=\"cls-63ce7424ea57ea6c83800580-1\" d=\"M22 5H5.5A3.5 3.5 0 0 0 2 8.5 3.5 3.5 0 0 0 5.5 12h13a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5H2\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),isDisplayed12()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1w5th27\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:38,intrinsicWidth:38,layoutDependency:layoutDependency,layoutId:\"CDNJTc_iA\",svg:'<svg data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" width=\"38\" height=\"38\" color=\"#3F3F46\"><path d=\"M12 22.5v-21m-1.91 21h3.82m7.64-19.09V1.5H2.46v1.91\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-u4E8V.framer-1okrt8o, .framer-u4E8V .framer-1okrt8o { display: block; }\",\".framer-u4E8V.framer-1aq6ovd { cursor: pointer; height: 28px; overflow: visible; position: relative; width: 28px; }\",\".framer-u4E8V .framer-1f8nvyp { flex: none; height: 26px; left: calc(50.00000000000002% - 28px / 2); position: absolute; top: calc(47.72727272727275% - 26px / 2); width: 28px; }\",\".framer-u4E8V .framer-1c4j8ts, .framer-u4E8V .framer-sve644 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: 50%; position: absolute; top: 48%; width: 28px; }\",\".framer-u4E8V .framer-1xniz4, .framer-u4E8V .framer-lz45aa, .framer-u4E8V .framer-1as6zfm, .framer-u4E8V .framer-k8gvuy, .framer-u4E8V .framer-153qstb, .framer-u4E8V .framer-k603wj, .framer-u4E8V .framer-1xcs36a, .framer-u4E8V .framer-1i0vjsy, .framer-u4E8V .framer-1w5th27 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: 50%; position: absolute; top: 50%; width: 28px; }\",\".framer-u4E8V .framer-s68fr6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-u4E8V .framer-1jxj9z5 { aspect-ratio: 1.6 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); left: 48%; position: absolute; top: 50%; width: 19px; }\",\".framer-u4E8V.framer-v-1mpz1wu.framer-1aq6ovd, .framer-u4E8V.framer-v-1wllcgp.framer-1aq6ovd, .framer-u4E8V.framer-v-894242.framer-1aq6ovd, .framer-u4E8V.framer-v-pltmkk.framer-1aq6ovd, .framer-u4E8V.framer-v-4fsvdn.framer-1aq6ovd, .framer-u4E8V.framer-v-1mb2325.framer-1aq6ovd, .framer-u4E8V.framer-v-17xe8rm.framer-1aq6ovd, .framer-u4E8V.framer-v-15tvpxy.framer-1aq6ovd, .framer-u4E8V.framer-v-yy7ona.framer-1aq6ovd, .framer-u4E8V.framer-v-l6y9h1.framer-1aq6ovd, .framer-u4E8V.framer-v-cvxl1f.framer-1aq6ovd, .framer-u4E8V.framer-v-17fvmvg.framer-1aq6ovd { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 28px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 28\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Fp2oeRb5l\":{\"layout\":[\"fixed\",\"fixed\"]},\"UHwSyxMGL\":{\"layout\":[\"fixed\",\"fixed\"]},\"eqbElwqL6\":{\"layout\":[\"fixed\",\"fixed\"]},\"RFe0OtICJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"nteWIARSz\":{\"layout\":[\"fixed\",\"fixed\"]},\"a4o_1OU1t\":{\"layout\":[\"fixed\",\"fixed\"]},\"ttq6Lpt8m\":{\"layout\":[\"fixed\",\"fixed\"]},\"TGBEfOuFD\":{\"layout\":[\"fixed\",\"fixed\"]},\"gka9njGJ4\":{\"layout\":[\"fixed\",\"fixed\"]},\"HUW1T2y3o\":{\"layout\":[\"fixed\",\"fixed\"]},\"NoSFKtSsp\":{\"layout\":[\"fixed\",\"fixed\"]},\"IcZ3xIcSY\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"i28A_Hnzn\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAfeuckR85=withCSS(Component,css,\"framer-u4E8V\");export default FramerAfeuckR85;FramerAfeuckR85.displayName=\"Homepage tile icon\";FramerAfeuckR85.defaultProps={height:28,width:28};addPropertyControls(FramerAfeuckR85,{variant:{options:[\"x95toIreb\",\"Fp2oeRb5l\",\"UHwSyxMGL\",\"eqbElwqL6\",\"RFe0OtICJ\",\"nteWIARSz\",\"a4o_1OU1t\",\"ttq6Lpt8m\",\"TGBEfOuFD\",\"gka9njGJ4\",\"HUW1T2y3o\",\"NoSFKtSsp\",\"IcZ3xIcSY\"],optionTitles:[\"Icon\",\"Inspiration\",\"Illustration\",\"Mockups & Kits\",\"Stock Photos\",\"Stock Video\",\"Typography\",\"Color\",\"Accessibility\",\"AI Tools\",\"UX Tools\",\"Graphics\",\"Site map\"],title:\"Variant\",type:ControlType.Enum},i28A_Hnzn:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerAfeuckR85,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAfeuckR85\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"28\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"28\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Fp2oeRb5l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UHwSyxMGL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eqbElwqL6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RFe0OtICJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nteWIARSz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a4o_1OU1t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ttq6Lpt8m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TGBEfOuFD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gka9njGJ4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HUW1T2y3o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NoSFKtSsp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IcZ3xIcSY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"i28A_Hnzn\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AfeuckR85.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/GH61hbkSOB4fXyChQw7v/fmOC6AFyjKNKjvq2eim6/q7eI1ekaF.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/48Vo2MzVWv0oSzD0U4td/VcxC2M7AHSZy2tkoqTU7/uh0t3zIFZ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/55LFMw8bLmKsCCBTLIPt/EgSx1QsbSRdbQrAJhJJb/uzB3A0CbD.js\";import HomepageTileIcon from\"https://framerusercontent.com/modules/zR1QqklWb2waQ16FkeTG/OXAFKx1QoVTOCdedxbfy/AfeuckR85.js\";import NavigationIcon from\"https://framerusercontent.com/modules/5zmG3Azxe9q7l6Wzfz00/k9QXUe2ExtQYxyStfig6/VmKpYs7HW.js\";const HomepageTileIconFonts=getFonts(HomepageTileIcon);const NavigationIconFonts=getFonts(NavigationIcon);const HomepageTileIconControls=getPropertyControls(HomepageTileIcon);const NavigationIconControls=getPropertyControls(NavigationIcon);const enabledGestures={L_endvGOT:{hover:true},x4WpTbtaF:{hover:true},xFyelgseR:{hover:true}};const cycleOrder=[\"xFyelgseR\",\"x4WpTbtaF\",\"vuIPyqdI5\",\"L_endvGOT\"];const serializationHash=\"framer-SCpFm\";const variantClassNames={L_endvGOT:\"framer-v-1bi6vzu\",vuIPyqdI5:\"framer-v-1cvq7fz\",x4WpTbtaF:\"framer-v-1vb24yq\",xFyelgseR:\"framer-v-135y6j8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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 humanReadableEnumMap={\"AI Tools\":\"gka9njGJ4\",\"Mockups & Kits\":\"eqbElwqL6\",\"Site map\":\"IcZ3xIcSY\",\"Stock Photos\":\"RFe0OtICJ\",\"Stock Video\":\"nteWIARSz\",\"UX Tools\":\"HUW1T2y3o\",Accessibility:\"TGBEfOuFD\",Color:\"ttq6Lpt8m\",Graphics:\"NoSFKtSsp\",Icon:\"x95toIreb\",Illustration:\"UHwSyxMGL\",Inspiration:\"Fp2oeRb5l\",Typography:\"a4o_1OU1t\"};const humanReadableEnumMap1={\"AI Tools\":\"vd9Pt3mhx\",\"Color tools\":\"rInXFEFwN\",\"Design Courses\":\"KioOtcMor\",\"Mockups & Kits\":\"lvvmf2Cw3\",\"Site map\":\"DE1gAkYuf\",\"Stock photos\":\"AAhEdhrRu\",\"Stock video\":\"lhnrMqjb7\",\"UX Tools\":\"upb_oX3YD\",Accessibility:\"Z7qXG65QN\",Graphics:\"YcW412GKz\",Icons:\"hnh3t0IlM\",Illustration:\"QL07whEvg\",Inspiration:\"cd0yJXesR\",Typography:\"MZZ_vN1jp\"};const humanReadableVariantMap={\"Homepage tile - no count\":\"L_endvGOT\",\"Homepage tile - phone\":\"vuIPyqdI5\",\"Homepage tile\":\"xFyelgseR\",\"Site map tile\":\"x4WpTbtaF\"};const getProps=({content,height,icon,icon1,id,link,numberOfResources,title,width,...props})=>{return{...props,BbKG_kKND:numberOfResources??props.BbKG_kKND??\"000 resources\",D2q1DEq_q:humanReadableEnumMap[icon]??icon??props.D2q1DEq_q??\"x95toIreb\",dhv60RxkF:link??props.dhv60RxkF,Iua0lJDwc:content??props.Iua0lJDwc??\"text\",KzgjVzj6V:title??props.KzgjVzj6V??\"text\",QACw_34uo:humanReadableEnumMap1[icon1]??icon1??props.QACw_34uo??\"cd0yJXesR\",variant:humanReadableVariantMap[props.variant]??props.variant??\"xFyelgseR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,KzgjVzj6V,D2q1DEq_q,dhv60RxkF,BbKG_kKND,Iua0lJDwc,QACw_34uo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xFyelgseR\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const i28A_Hnzn2qwr2l=activeVariantCallback(async(...args)=>{setVariant(\"xFyelgseR\");});const onTap2qwr2l=activeVariantCallback(async(...args)=>{setVariant(\"xFyelgseR\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"x4WpTbtaF-hover\")return false;if(baseVariant===\"x4WpTbtaF\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"L_endvGOT-hover\")return false;if(baseVariant===\"L_endvGOT\")return false;return true;};const isDisplayed2=()=>{if(gestureVariant===\"L_endvGOT-hover\")return true;if(baseVariant===\"L_endvGOT\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"x4WpTbtaF-hover\")return true;if(baseVariant===\"x4WpTbtaF\")return true;return false;};const isDisplayed4=()=>{if([\"x4WpTbtaF-hover\",\"L_endvGOT-hover\"].includes(gestureVariant))return false;if([\"x4WpTbtaF\",\"L_endvGOT\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(gestureVariant===\"x4WpTbtaF-hover\")return false;if(baseVariant===\"x4WpTbtaF\")return true;return false;};const isDisplayed6=()=>{if(gestureVariant===\"x4WpTbtaF-hover\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:dhv60RxkF,motionChild:true,nodeId:\"xFyelgseR\",openInNewTab:false,scopeId:\"w79ljD74o\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-135y6j8\",className,classNames)} framer-eg3kng`,\"data-border\":true,\"data-framer-name\":\"Homepage tile\",layoutDependency:layoutDependency,layoutId:\"xFyelgseR\",ref:refBinding,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.6021873017743928px 0px -1.3333333333333333px rgba(178, 204, 255, 0.76), 0px 2.288533303243457px 0px -2.6666666666666665px rgba(178, 204, 255, 0.66), 0px 10px 0px -4px rgba(178, 204, 255, 0.2)\",...style},variants:{\"L_endvGOT-hover\":{\"--border-color\":\"rgb(21, 112, 239)\"},\"x4WpTbtaF-hover\":{\"--border-color\":\"rgb(21, 112, 239)\"},\"xFyelgseR-hover\":{\"--border-color\":\"rgb(21, 112, 239)\",boxShadow:\"0px 0.6021873017743928px 0px -1.3333333333333333px rgba(132, 173, 255, 0.76), 0px 2.288533303243457px 0px -2.6666666666666665px rgba(132, 173, 255, 0.66), 0px 10px 0px -4px rgba(132, 173, 255, 0.2)\"},L_endvGOT:{boxShadow:\"none\"},vuIPyqdI5:{boxShadow:\"0px 0.48174984141951427px 0px -1.3333333333333333px rgba(178, 204, 255, 0.76), 0px 1.8308266425947657px 0px -2.6666666666666665px rgba(178, 204, 255, 0.66), 0px 8px 0px -4px rgba(178, 204, 255, 0.2)\"}},...addPropertyOverrides({\"L_endvGOT-hover\":{\"data-framer-name\":undefined},\"x4WpTbtaF-hover\":{\"data-framer-name\":undefined},\"xFyelgseR-hover\":{\"data-framer-name\":undefined},L_endvGOT:{\"data-framer-name\":\"Homepage tile - no count\"},vuIPyqdI5:{\"data-framer-name\":\"Homepage tile - phone\"},x4WpTbtaF:{\"data-framer-name\":\"Site map tile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7xehaz\",layoutDependency:layoutDependency,layoutId:\"GajTKHwFu\",style:{borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19c9na8\",layoutDependency:layoutDependency,layoutId:\"vAOvNEU3l\",style:{background:\"radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255) 0%, rgb(238, 244, 255) 100%)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},variants:{\"xFyelgseR-hover\":{background:\"radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255) 0%, rgb(194, 222, 250) 100%)\"},L_endvGOT:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}},children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",y:(componentViewport?.y||0)+(28+((componentViewport?.height||144)-56-88)/2)+12+16,...addPropertyOverrides({vuIPyqdI5:{y:(componentViewport?.y||0)+(8+((componentViewport?.height||104)-16-88)/2)+12+16}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9c1uc-container\",layoutDependency:layoutDependency,layoutId:\"rg0fwrkYk-container\",nodeId:\"rg0fwrkYk\",rendersWithMotion:true,scopeId:\"w79ljD74o\",children:/*#__PURE__*/_jsx(HomepageTileIcon,{height:\"100%\",i28A_Hnzn:i28A_Hnzn2qwr2l,id:\"rg0fwrkYk\",layoutId:\"rg0fwrkYk\",style:{height:\"100%\",width:\"100%\"},variant:D2q1DEq_q,width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({L_endvGOT:{height:24,width:\"24px\",y:(componentViewport?.y||0)+(8+((componentViewport?.height||72)-16-56)/2)+8+7.5556}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ed1n6d-container\",layoutDependency:layoutDependency,layoutId:\"tQLkJmbud-container\",nodeId:\"tQLkJmbud\",rendersWithMotion:true,scopeId:\"w79ljD74o\",children:/*#__PURE__*/_jsx(NavigationIcon,{height:\"100%\",id:\"tQLkJmbud\",layoutId:\"tQLkJmbud\",style:{height:\"100%\",width:\"100%\"},variant:QACw_34uo,width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ubiixh\",layoutDependency:layoutDependency,layoutId:\"dmIyhVV2d\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1kmjira\",\"data-styles-preset\":\"uzB3A0CbD\",style:{\"--framer-text-alignment\":\"left\"},children:\"text\"})}),className:\"framer-1g95reb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dNfi3K6PI\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KzgjVzj6V,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1z0jhyr\",\"data-styles-preset\":\"q7eI1ekaF\",children:\"text\"})}),className:\"framer-ns6zxi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DtCstF_Kh\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Iua0lJDwc,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ps9be5\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ARSwRVPta\",onTap:onTap2qwr2l,style:{backgroundColor:\"rgb(239, 244, 255)\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vwxwxj\",\"data-styles-preset\":\"uh0t3zIFZ\",children:\"000 resources\"})}),className:\"framer-13mxv14\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"V7cDkauDe\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:BbKG_kKND,verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n6dvdm\",layoutDependency:layoutDependency,layoutId:\"sFQxrq4Cc\",style:{borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4x9euc\",layoutDependency:layoutDependency,layoutId:\"m1V52ErgG\",style:{background:\"radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255) 0%, rgb(238, 244, 255) 100%)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"32px\",...addPropertyOverrides({x4WpTbtaF:{y:(componentViewport?.y||0)+(28+((componentViewport?.height||144)-56-88)/2)+12+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rsmvk7-container\",layoutDependency:layoutDependency,layoutId:\"F8SV9pxVu-container\",nodeId:\"F8SV9pxVu\",rendersWithMotion:true,scopeId:\"w79ljD74o\",children:/*#__PURE__*/_jsx(HomepageTileIcon,{height:\"100%\",i28A_Hnzn:i28A_Hnzn2qwr2l,id:\"F8SV9pxVu\",layoutId:\"F8SV9pxVu\",style:{height:\"100%\",width:\"100%\"},variant:D2q1DEq_q,width:\"100%\"})})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-gfzpci\",layoutDependency:layoutDependency,layoutId:\"HaeR7yF20\",style:{borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oe4im7\",layoutDependency:layoutDependency,layoutId:\"sFf1FnxdH\",style:{background:\"radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255) 0%, rgb(194, 222, 250) 100%)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"32px\",...addPropertyOverrides({\"x4WpTbtaF-hover\":{y:(componentViewport?.y||0)+(28+((componentViewport?.height||144)-56-88)/2)+12+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10kk1ds-container\",layoutDependency:layoutDependency,layoutId:\"guo74n2Sx-container\",nodeId:\"guo74n2Sx\",rendersWithMotion:true,scopeId:\"w79ljD74o\",children:/*#__PURE__*/_jsx(HomepageTileIcon,{height:\"100%\",i28A_Hnzn:i28A_Hnzn2qwr2l,id:\"guo74n2Sx\",layoutId:\"guo74n2Sx\",style:{height:\"100%\",width:\"100%\"},variant:D2q1DEq_q,width:\"100%\"})})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SCpFm.framer-eg3kng, .framer-SCpFm .framer-eg3kng { display: block; }\",\".framer-SCpFm.framer-135y6j8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 28px 20px 28px 20px; position: relative; text-decoration: none; width: 704px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SCpFm .framer-7xehaz, .framer-SCpFm .framer-1n6dvdm, .framer-SCpFm .framer-gfzpci { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 88px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 88px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SCpFm .framer-19c9na8, .framer-SCpFm .framer-4x9euc, .framer-SCpFm .framer-1oe4im7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: hidden; position: relative; width: 64px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SCpFm .framer-9c1uc-container { flex: none; height: 32px; left: calc(50.00000000000002% - 32px / 2); position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 32px; }\",\".framer-SCpFm .framer-ed1n6d-container { flex: none; height: 24px; left: calc(48.88888888888891% - 24px / 2); position: absolute; top: calc(48.88888888888891% - 24px / 2); width: 24px; }\",\".framer-SCpFm .framer-1ubiixh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SCpFm .framer-1g95reb, .framer-SCpFm .framer-ns6zxi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SCpFm .framer-1ps9be5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 14px 6px 14px; position: relative; width: min-content; }\",\".framer-SCpFm .framer-13mxv14 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SCpFm .framer-1rsmvk7-container, .framer-SCpFm .framer-10kk1ds-container { flex: none; height: 44px; left: calc(50.00000000000002% - 32px / 2); position: absolute; top: calc(50.00000000000002% - 44px / 2); width: 32px; }\",\".framer-SCpFm.framer-v-1vb24yq .framer-1ubiixh, .framer-SCpFm.framer-v-1vb24yq.hover .framer-gfzpci { order: 2; }\",\".framer-SCpFm.framer-v-1vb24yq .framer-1g95reb, .framer-SCpFm.framer-v-135y6j8.hover .framer-7xehaz { order: 0; }\",\".framer-SCpFm.framer-v-1vb24yq .framer-ns6zxi { order: 6; }\",\".framer-SCpFm.framer-v-1vb24yq .framer-1n6dvdm, .framer-SCpFm.framer-v-135y6j8.hover .framer-1ubiixh { order: 1; }\",\".framer-SCpFm.framer-v-1cvq7fz.framer-135y6j8 { cursor: unset; padding: 8px; width: min-content; }\",\".framer-SCpFm.framer-v-1cvq7fz .framer-1ubiixh { flex: none; width: min-content; }\",\".framer-SCpFm.framer-v-1cvq7fz .framer-1g95reb { white-space: pre; width: auto; }\",\".framer-SCpFm.framer-v-1cvq7fz .framer-1ps9be5 { padding: 4px 10px 4px 10px; }\",\".framer-SCpFm.framer-v-1bi6vzu.framer-135y6j8 { gap: 4px; padding: 8px 20px 8px 20px; }\",\".framer-SCpFm.framer-v-1bi6vzu .framer-7xehaz { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 56px); width: 56px; }\",\".framer-SCpFm.framer-v-1bi6vzu .framer-19c9na8 { height: var(--framer-aspect-ratio-supported, 40px); width: 40px; }\",\".framer-SCpFm.framer-v-1vb24yq.hover .framer-1ubiixh { order: 3; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-SCpFm[data-border=\"true\"]::after, .framer-SCpFm [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 144\n * @framerIntrinsicWidth 704\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"x4WpTbtaF\":{\"layout\":[\"fixed\",\"auto\"]},\"vuIPyqdI5\":{\"layout\":[\"auto\",\"auto\"]},\"L_endvGOT\":{\"layout\":[\"fixed\",\"auto\"]},\"Vb3TnXgmo\":{\"layout\":[\"fixed\",\"auto\"]},\"Cd4pvG24u\":{\"layout\":[\"fixed\",\"auto\"]},\"qDsRe0q6a\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"KzgjVzj6V\":\"title\",\"D2q1DEq_q\":\"icon\",\"dhv60RxkF\":\"link\",\"BbKG_kKND\":\"numberOfResources\",\"Iua0lJDwc\":\"content\",\"QACw_34uo\":\"icon1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerw79ljD74o=withCSS(Component,css,\"framer-SCpFm\");export default Framerw79ljD74o;Framerw79ljD74o.displayName=\"Homepage tile\";Framerw79ljD74o.defaultProps={height:144,width:704};addPropertyControls(Framerw79ljD74o,{variant:{options:[\"xFyelgseR\",\"x4WpTbtaF\",\"vuIPyqdI5\",\"L_endvGOT\"],optionTitles:[\"Homepage tile\",\"Site map tile\",\"Homepage tile - phone\",\"Homepage tile - no count\"],title:\"Variant\",type:ControlType.Enum},KzgjVzj6V:{defaultValue:\"text\",displayTextArea:false,title:\"Title\",type:ControlType.String},D2q1DEq_q:HomepageTileIconControls?.[\"variant\"]&&{...HomepageTileIconControls[\"variant\"],defaultValue:\"x95toIreb\",description:undefined,hidden:undefined,title:\"Icon\"},dhv60RxkF:{title:\"Link\",type:ControlType.Link},BbKG_kKND:{defaultValue:\"000 resources\",displayTextArea:false,title:\"Number of resources\",type:ControlType.String},Iua0lJDwc:{defaultValue:\"text\",displayTextArea:false,title:\"Content\",type:ControlType.String},QACw_34uo:NavigationIconControls?.[\"variant\"]&&{...NavigationIconControls[\"variant\"],defaultValue:\"cd0yJXesR\",description:undefined,hidden:undefined,title:\"Icon\"}});addFonts(Framerw79ljD74o,[{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\"}]},...HomepageTileIconFonts,...NavigationIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerw79ljD74o\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"x4WpTbtaF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vuIPyqdI5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"L_endvGOT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Vb3TnXgmo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Cd4pvG24u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qDsRe0q6a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"144\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"KzgjVzj6V\\\":\\\"title\\\",\\\"D2q1DEq_q\\\":\\\"icon\\\",\\\"dhv60RxkF\\\":\\\"link\\\",\\\"BbKG_kKND\\\":\\\"numberOfResources\\\",\\\"Iua0lJDwc\\\":\\\"content\\\",\\\"QACw_34uo\\\":\\\"icon1\\\"}\",\"framerIntrinsicWidth\":\"704\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./w79ljD74o.map", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/p3JUBoNCBDJANTdW9AJU/sTiOAVKHE2Q2W8VRRXJo/xZndidUCt.js\";const enabledGestures={vGlQs3xgv:{hover:true},wD0vuBmMA:{hover:true}};const cycleOrder=[\"vGlQs3xgv\",\"wD0vuBmMA\"];const serializationHash=\"framer-qt5G9\";const variantClassNames={vGlQs3xgv:\"framer-v-c0gp14\",wD0vuBmMA:\"framer-v-niplv5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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 humanReadableVariantMap={\"Small card  with discount\":\"wD0vuBmMA\",\"Small card\":\"vGlQs3xgv\"};const getProps=({description,discountText,height,id,image,link,title,width,...props})=>{return{...props,EfTwu4yty:discountText??props.EfTwu4yty??\"25% discount code: UIGOODIES\",oVdYRLTIG:link??props.oVdYRLTIG,SaxfOk0zo:title??props.SaxfOk0zo??\"Untitled UI\",variant:humanReadableVariantMap[props.variant]??props.variant??\"vGlQs3xgv\",vinfM_dHc:image??props.vinfM_dHc??{alt:\"\",pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/8QC4sBBgC8DhstfE7ewpCTj0o.jpeg\"},ZcO20dPXk:description??props.ZcO20dPXk??\"Design kit for Figma\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,SaxfOk0zo,ZcO20dPXk,vinfM_dHc,oVdYRLTIG,EfTwu4yty,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vGlQs3xgv\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"wD0vuBmMA-hover\")return true;if(baseVariant===\"wD0vuBmMA\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:oVdYRLTIG,motionChild:true,nodeId:\"vGlQs3xgv\",openInNewTab:true,scopeId:\"wD1PcIFIO\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-c0gp14\",className,classNames)} framer-sec5kr`,\"data-framer-name\":\"Small card\",layoutDependency:layoutDependency,layoutId:\"vGlQs3xgv\",ref:refBinding,style:{opacity:1,...style},variants:{\"vGlQs3xgv-hover\":{opacity:.6},\"wD0vuBmMA-hover\":{opacity:.6}},...addPropertyOverrides({\"vGlQs3xgv-hover\":{\"data-framer-name\":undefined},\"wD0vuBmMA-hover\":{\"data-framer-name\":undefined},wD0vuBmMA:{\"data-framer-name\":\"Small card  with discount\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3tyecp\",layoutDependency:layoutDependency,layoutId:\"OpjuKZZWn\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+40.5),pixelHeight:225,pixelWidth:225,sizes:\"56px\",...toResponsiveImage(vinfM_dHc)},className:\"framer-169tp28\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"Dahll4Pqw\",style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({wD0vuBmMA:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||78)-0-249)/2+0+0)+40.5),pixelHeight:225,pixelWidth:225,sizes:\"56px\",...toResponsiveImage(vinfM_dHc)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kivv3b\",layoutDependency:layoutDependency,layoutId:\"RMAvUPHGQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-line-height\":\"1.4em\"},children:\"Untitled UI\"})}),className:\"framer-1apt9kp\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"SseD8JUo5\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:SaxfOk0zo,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.6px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(105, 105, 105))\"},children:\"Design system for Figma\"})}),className:\"framer-q8x2vc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BmUDCBfft\",style:{\"--extracted-r6o4lv\":\"rgb(105, 105, 105)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ZcO20dPXk,verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11weq27\",layoutDependency:layoutDependency,layoutId:\"YbdSb3df6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--extracted-tcooor, rgb(0, 153, 255))\"},children:\"25% discount code: UIGOODIES\"})}),className:\"framer-10jrj48\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vGcnge62l\",style:{\"--extracted-tcooor\":\"rgb(0, 153, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:EfTwu4yty,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qt5G9.framer-sec5kr, .framer-qt5G9 .framer-sec5kr { display: block; }\",\".framer-qt5G9.framer-c0gp14 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 346px; }\",\".framer-qt5G9 .framer-3tyecp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qt5G9 .framer-169tp28 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); overflow: hidden; position: relative; width: 56px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qt5G9 .framer-1kivv3b { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qt5G9 .framer-1apt9kp { flex: none; height: 21px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qt5G9 .framer-q8x2vc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qt5G9 .framer-11weq27 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 66px; position: relative; width: 1px; }\",\".framer-qt5G9 .framer-10jrj48 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-qt5G9.framer-v-niplv5.framer-c0gp14 { flex-direction: column; gap: 0px; }\",\".framer-qt5G9.framer-v-niplv5 .framer-3tyecp { flex: none; order: 0; width: 100%; }\",\".framer-qt5G9.framer-v-niplv5 .framer-1apt9kp { order: 0; }\",\".framer-qt5G9.framer-v-niplv5 .framer-q8x2vc { order: 1; }\",\".framer-qt5G9.framer-v-niplv5 .framer-11weq27 { flex: none; order: 1; width: 100%; }\",...sharedStyle.css,'.framer-qt5G9[data-border=\"true\"]::after, .framer-qt5G9 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 346\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wD0vuBmMA\":{\"layout\":[\"fixed\",\"auto\"]},\"kZxNDMHVK\":{\"layout\":[\"fixed\",\"auto\"]},\"AOyPaYR60\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"SaxfOk0zo\":\"title\",\"ZcO20dPXk\":\"description\",\"vinfM_dHc\":\"image\",\"oVdYRLTIG\":\"link\",\"EfTwu4yty\":\"discountText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerwD1PcIFIO=withCSS(Component,css,\"framer-qt5G9\");export default FramerwD1PcIFIO;FramerwD1PcIFIO.displayName=\"small-card\";FramerwD1PcIFIO.defaultProps={height:56,width:346};addPropertyControls(FramerwD1PcIFIO,{variant:{options:[\"vGlQs3xgv\",\"wD0vuBmMA\"],optionTitles:[\"Small card\",\"Small card  with discount\"],title:\"Variant\",type:ControlType.Enum},SaxfOk0zo:{defaultValue:\"Untitled UI\",displayTextArea:false,title:\"Title\",type:ControlType.String},ZcO20dPXk:{defaultValue:\"Design kit for Figma\",displayTextArea:false,title:\"Description\",type:ControlType.String},vinfM_dHc:{__defaultAssetReference:\"data:framer/asset-reference,8QC4sBBgC8DhstfE7ewpCTj0o.jpeg?originalFilename=untitled-ui.jpeg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,8QC4sBBgC8DhstfE7ewpCTj0o.jpeg?originalFilename=untitled-ui.jpeg&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},oVdYRLTIG:{title:\"Link\",type:ControlType.Link},EfTwu4yty:{defaultValue:\"25% discount code: UIGOODIES\",displayTextArea:false,title:\"Discount text\",type:ControlType.String}});addFonts(FramerwD1PcIFIO,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwD1PcIFIO\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"SaxfOk0zo\\\":\\\"title\\\",\\\"ZcO20dPXk\\\":\\\"description\\\",\\\"vinfM_dHc\\\":\\\"image\\\",\\\"oVdYRLTIG\\\":\\\"link\\\",\\\"EfTwu4yty\\\":\\\"discountText\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"346\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wD0vuBmMA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kZxNDMHVK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AOyPaYR60\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"56\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wD1PcIFIO.map", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withOptimizedAppearEffect}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/FzZ67ct97QwFne6Bf7ku/Ticker.js\";import HomepageTile from\"#framer/local/canvasComponent/w79ljD74o/w79ljD74o.js\";import SmallCard from\"#framer/local/canvasComponent/wD1PcIFIO/wD1PcIFIO.js\";import Navbar from\"#framer/local/canvasComponent/wUrpYhLam/wUrpYhLam.js\";import Footer from\"#framer/local/canvasComponent/ZByNOt2_I/ZByNOt2_I.js\";import*as sharedStyle1 from\"#framer/local/css/DZ26uFt7e/DZ26uFt7e.js\";import*as sharedStyle from\"#framer/local/css/PiTunGYCC/PiTunGYCC.js\";import*as sharedStyle3 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle2 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const NavbarFonts=getFonts(Navbar);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const PatternFonts=getFonts(Pattern);const TickerFonts=getFonts(Ticker);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const HomepageTileFonts=getFonts(HomepageTile);const SmallCardFonts=getFonts(SmallCard);const FooterFonts=getFonts(Footer);const breakpoints={Rkl3US1x8:\"(min-width: 729px) and (max-width: 1599px)\",WQLkyLRf1:\"(min-width: 1600px)\",XZIPL_RO1:\"(max-width: 728px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-4VCpL\";const variantClassNames={Rkl3US1x8:\"framer-v-1vz3tix\",WQLkyLRf1:\"framer-v-72rtr7\",XZIPL_RO1:\"framer-v-odkvho\"};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition1};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"XZIPL_RO1\",Tablet:\"Rkl3US1x8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"XZIPL_RO1\")return false;return true;};const elementId=useRouteElementId(\"H_iTbVuRI\");const ref1=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"uudZLlUAd\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"ezHd7vUQc\");const ref3=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(240, 249, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+112),pixelHeight:3228,pixelWidth:4052,positionX:\"center\",positionY:\"center\",sizes:\"506px\",src:\"https://framerusercontent.com/images/JPZWfgB6M0nT7CKaE30FpJ20.png\",srcSet:\"https://framerusercontent.com/images/JPZWfgB6M0nT7CKaE30FpJ20.png?scale-down-to=512 512w,https://framerusercontent.com/images/JPZWfgB6M0nT7CKaE30FpJ20.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JPZWfgB6M0nT7CKaE30FpJ20.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JPZWfgB6M0nT7CKaE30FpJ20.png 4052w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+112),pixelHeight:3228,pixelWidth:4052,positionX:\"center\",positionY:\"center\",sizes:\"1000px\",src:\"https://framerusercontent.com/images/JPZWfgB6M0nT7CKaE30FpJ20.png\",srcSet:\"https://framerusercontent.com/images/JPZWfgB6M0nT7CKaE30FpJ20.png?scale-down-to=512 512w,https://framerusercontent.com/images/JPZWfgB6M0nT7CKaE30FpJ20.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JPZWfgB6M0nT7CKaE30FpJ20.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JPZWfgB6M0nT7CKaE30FpJ20.png 4052w\"},className:\"framer-13491hp hidden-odkvho\",\"data-framer-appear-id\":\"13491hp\",\"data-framer-name\":\"Mesh-Grad\",initial:animation1,optimized:true,style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:componentViewport?.width||\"100vw\"},XZIPL_RO1:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:112,width:\"1520px\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q5ji0x-container\",nodeId:\"dMzRWbTcK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{variant:\"bL56CvztG\"},XZIPL_RO1:{variant:\"HCwb1n03e\"}},children:/*#__PURE__*/_jsx(Navbar,{AWHkOnnGF:\"rgb(240, 249, 255)\",height:\"100%\",id:\"dMzRWbTcK\",layoutId:\"dMzRWbTcK\",style:{width:\"100%\"},variant:\"SdlQB9k1l\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19r2n9a\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-17fb5gu\",\"data-framer-appear-id\":\"17fb5gu\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3bm2jn\",\"data-styles-preset\":\"PiTunGYCC\",children:\"The best digital design resources from around the Web in one place.\"})}),className:\"framer-1iaew0m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-x0n63w-container\",\"data-framer-appear-id\":\"x0n63w\",initial:animation3,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"b_OuZRpGF\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:24,height:\"100%\",hoverFactor:1,id:\"b_OuZRpGF\",layoutId:\"b_OuZRpGF\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Link,{href:\"https://www.streamlinehq.com/emojis/abstract-avatars\",motionChild:true,nodeId:\"izUNPw0l2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-rg87sv framer-lux5qc\",\"data-framer-name\":\"1\",whileHover:animation4,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-si0osl\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:56,intrinsicWidth:56,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 830 843\" height=\"56\" width=\"56\"><path fill=\"#f4583e\" d=\"M598.998 146.376v424.876h-360V0l360 146.376Z\"/><circle cx=\"466.998\" cy=\"211\" r=\"12\" fill=\"#000\"/><circle cx=\"370.998\" cy=\"211\" r=\"12\" fill=\"#000\"/><path stroke=\"#000\" stroke-linecap=\"round\" stroke-width=\"16\" d=\"M388.998 271c16.57 15.998 43.433 16 60 .004\"/><path fill=\"#f4583e\" d=\"M626.5 813h-40l-40 30h80v-30Z\"/><path stroke=\"#f4583e\" stroke-linejoin=\"round\" stroke-width=\"40\" d=\"M606.5 843v-30L449 553\"/><path fill=\"#f4583e\" d=\"M388.75 813h-40l-40 30h80v-30Z\"/><path stroke=\"#f4583e\" stroke-linejoin=\"round\" stroke-width=\"40\" d=\"M368.75 843v-30L306 683l62.75-126.5M260.943 302.844 21 220.25m788.943 235.594L570 373.25\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.charco.design/grads-v2\",motionChild:true,nodeId:\"x0kvVHg0I\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1uesb7a framer-lux5qc\",\"data-framer-name\":\"2\",whileHover:animation4,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2160,pixelWidth:2160,positionX:\"center\",positionY:\"center\",sizes:\"350px\",src:\"https://framerusercontent.com/images/lk8Anpi6D7hVcBRH63tRWQTcgs4.png\",srcSet:\"https://framerusercontent.com/images/lk8Anpi6D7hVcBRH63tRWQTcgs4.png?scale-down-to=512 512w,https://framerusercontent.com/images/lk8Anpi6D7hVcBRH63tRWQTcgs4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lk8Anpi6D7hVcBRH63tRWQTcgs4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lk8Anpi6D7hVcBRH63tRWQTcgs4.png 2160w\"},className:\"framer-1mflclu\",\"data-framer-name\":\"2\",transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsx(Link,{href:\"https://phosphoricons.com/?ref=uigoodies.com\",motionChild:true,nodeId:\"rn44Gu2ep\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-nxyhbo framer-lux5qc\",\"data-framer-name\":\"3\",whileHover:animation4,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qrqirv\",\"data-framer-name\":\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 64 64\"><path d=\"M 34.472 49.783 L 38 58 L 26 58 L 29.522 49.783 C 19.647 48.045 12 36.207 12 26 C 12 14.954 20.954 6 32 6 C 43.046 6 52 14.954 52 26 C 52 36.207 44.353 48.045 34.472 49.783 Z\" fill=\"rgb(105,65,198)\" opacity=\"0.2\"></path><path d=\"M 32 4 C 19.855 4.014 10.014 13.855 10 26 C 10 31.857 12.35 38.355 16.283 43.375 C 19.302 47.227 22.908 49.875 26.76 51.148 L 24.163 57.212 C 23.898 57.83 23.961 58.54 24.331 59.101 C 24.701 59.662 25.328 60 26 60 L 38 60 C 38.672 60 39.299 59.662 39.669 59.101 C 40.039 58.54 40.102 57.83 39.837 57.212 L 37.25 51.148 C 41.1 49.88 44.708 47.227 47.728 43.375 C 51.65 38.355 54 31.857 54 26 C 53.986 13.855 44.145 4.014 32 4 Z M 34.967 56 L 29.032 56 L 30.767 51.953 C 31.177 51.983 31.587 52 32 52 C 32.412 52 32.822 51.983 33.232 51.953 Z M 44.567 40.908 C 40.985 45.482 36.522 48 32 48 C 27.478 48 23.015 45.482 19.433 40.908 C 16.03 36.567 14 31 14 26 C 14 16.059 22.059 8 32 8 C 41.941 8 50 16.059 50 26 C 50 31 47.97 36.567 44.567 40.908 Z M 44.318 25.972 C 44.213 25.99 44.106 25.999 44 26 C 43.024 25.999 42.191 25.293 42.03 24.33 C 41.273 20.067 37.935 16.73 33.673 15.972 C 32.962 15.86 32.367 15.376 32.113 14.703 C 31.859 14.031 31.986 13.273 32.445 12.72 C 32.904 12.167 33.625 11.902 34.333 12.027 C 40.272 13.081 44.921 17.731 45.975 23.67 C 46.062 24.194 45.938 24.73 45.63 25.162 C 45.321 25.594 44.854 25.886 44.33 25.972 Z\" fill=\"rgb(105,65,198)\"></path></svg>',svgContentId:442122458,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3975ct\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" fill=\"#6941c6\" viewBox=\"0 0 256 256\"><path d=\"M200 40v152l-32-22.85V72a8 8 0 0 0-8-8H88V40a8 8 0 0 1 8-8h96a8 8 0 0 1 8 8Z\" opacity=\".2\"/><path d=\"M192 24H96a16 16 0 0 0-16 16v16H64a16 16 0 0 0-16 16v152a8 8 0 0 0 12.65 6.51L112 193.83l51.36 36.68A8 8 0 0 0 176 224v-39.31l19.35 13.82A8 8 0 0 0 208 192V40a16 16 0 0 0-16-16Zm-32 184.46-43.36-31a8 8 0 0 0-9.3 0L64 208.45V72h96Zm32-32L176 165V72a16 16 0 0 0-16-16H96V40h96Z\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jc951u\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" fill=\"#6941c6\" viewBox=\"0 0 256 256\"><path d=\"M192.8 165.12 43.93 105.57a110.88 110.88 0 0 1 17.54-23.19 8 8 0 0 1 8.67-1.81l25.38 10.28a16 16 0 0 0 20.82-9l21-53.1c4.15-10 15.47-15.33 25.63-11.53a20 20 0 0 1 11.51 26.39l-21.35 53.1a16 16 0 0 0 8.93 20.75L187 127.3a8 8 0 0 1 5 7.43V152a104.58 104.58 0 0 0 .8 13.12Z\" opacity=\".2\"/><path d=\"M235.5 216.81c-22.56-11-35.5-34.58-35.5-64.8v-17.28a15.94 15.94 0 0 0-10.09-14.87L165 110a8 8 0 0 1-4.48-10.34l21.32-53a28 28 0 0 0-16.1-37 28.14 28.14 0 0 0-35.82 16 .61.61 0 0 0 0 .12L108.9 79a8 8 0 0 1-10.37 4.49L73.11 73.14a15.89 15.89 0 0 0-17.37 3.66C34.68 98.45 24 123.75 24 152a111.45 111.45 0 0 0 31.18 77.53A8 8 0 0 0 61 232h171a8 8 0 0 0 3.5-15.19ZM67.14 88l25.41 10.3a24 24 0 0 0 31.23-13.45l21-53c2.56-6.11 9.47-9.27 15.43-7a12 12 0 0 1 6.88 15.92l-21.4 52.99a24 24 0 0 0 13.43 31.14l24.88 9.83V153L55.77 101.71A108.84 108.84 0 0 1 67.14 88Zm48 128a87.53 87.53 0 0 1-24.34-42 8 8 0 0 0-15.49 4 105.16 105.16 0 0 0 18.36 38H64.44A95.54 95.54 0 0 1 40 152a85.9 85.9 0 0 1 7.73-36.29l137.8 55.12c3 18 10.56 33.48 21.89 45.16Z\"/></svg>',transformTemplate:transformTemplate2,withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.charco.design/charco\",motionChild:true,nodeId:\"IZYc144_U\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1663mer framer-lux5qc\",\"data-framer-name\":\"4\",whileHover:animation4,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2048,pixelWidth:2048,sizes:\"400px\",src:\"https://framerusercontent.com/images/yQoutYYzgJVSRnneTsjVSsolFGM.png\",srcSet:\"https://framerusercontent.com/images/yQoutYYzgJVSRnneTsjVSsolFGM.png?scale-down-to=512 512w,https://framerusercontent.com/images/yQoutYYzgJVSRnneTsjVSsolFGM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/yQoutYYzgJVSRnneTsjVSsolFGM.png 2048w\"},className:\"framer-pu0d9x\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://patterns.page/\",motionChild:true,nodeId:\"chPaVhhyy\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-196y0m3 framer-lux5qc\",\"data-framer-name\":\"5\",whileHover:animation4,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8zomkw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r44ed7-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MwrP8KrNL\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Pattern,{back:\"rgb(46, 211, 183)\",diagonal:true,direction:\"left\",duration:5,front:\"rgb(255, 255, 255)\",height:\"100%\",id:\"MwrP8KrNL\",layoutId:\"MwrP8KrNL\",patternType:\"wave-lines\",radius:8,scale:10,shouldAnimate:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.fontpair.co/?ref=uigoodies.com\",motionChild:true,nodeId:\"u6Ol6fdPP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jzbsoe framer-lux5qc\",\"data-framer-name\":\"6\",whileHover:animation4,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k4i5db\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:1984,pixelWidth:1980,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/AjVl58KAfzGldoiU2TyzVgcDw.png\",srcSet:\"https://framerusercontent.com/images/AjVl58KAfzGldoiU2TyzVgcDw.png?scale-down-to=1024 1021w,https://framerusercontent.com/images/AjVl58KAfzGldoiU2TyzVgcDw.png 1980w\"},className:\"framer-xaymbu\",\"data-framer-name\":\"image 3\",transformTemplate:transformTemplate1})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.hudsandguis.com/home/2021/battlefield2042\",motionChild:true,nodeId:\"ySQAbHPGz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1rpcs3e framer-lux5qc\",\"data-framer-name\":\"7\",whileHover:animation4,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:316,intrinsicWidth:750,pixelHeight:316,pixelWidth:750,positionX:\"center\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/oI8O2XJvHoXRy7SWtDEtRSHM.gif\",srcSet:\"https://framerusercontent.com/images/oI8O2XJvHoXRy7SWtDEtRSHM.gif?scale-down-to=512 512w,https://framerusercontent.com/images/oI8O2XJvHoXRy7SWtDEtRSHM.gif 750w\"},className:\"framer-uk3vy9\",\"data-framer-name\":\"$4ab824134505091_61d774589264f\",style:{rotate:-28}})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.pttrns.com/?ref=uigoodies.com\",motionChild:true,nodeId:\"uCmhBEOT1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-m6zqzc framer-lux5qc\",\"data-framer-name\":\"8\",whileHover:animation4,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:886,pixelHeight:1024,pixelWidth:886,sizes:\"241px\",src:\"https://framerusercontent.com/images/C2OBHMred39N7eK4SqVE5B1ZJYw.png\",srcSet:\"https://framerusercontent.com/images/C2OBHMred39N7eK4SqVE5B1ZJYw.png 886w\"},className:\"framer-178uekx\",\"data-framer-name\":\"image\",transformTemplate:transformTemplate1})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jbqtbr\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-b9zthf\",\"data-styles-preset\":\"DZ26uFt7e\",children:\"Browse Design Resources\"})}),className:\"framer-4h8kvv\",fonts:[\"Inter\"],id:elementId,ref:ref1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-6a3oby\",\"data-framer-appear-id\":\"6a3oby\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LK9GiN_gY\"},implicitPathVariables:undefined},{href:{webPageId:\"LK9GiN_gY\"},implicitPathVariables:undefined},{href:{webPageId:\"LK9GiN_gY\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+0},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kmn16n-container\",nodeId:\"MSh3F9ggf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"78 resources\",D2q1DEq_q:\"x95toIreb\",dhv60RxkF:resolvedLinks[0],height:\"100%\",id:\"MSh3F9ggf\",Iua0lJDwc:\"text\",KzgjVzj6V:\"Icons\",layoutId:\"MSh3F9ggf\",QACw_34uo:\"hnh3t0IlM\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Gyga56m8X\"},implicitPathVariables:undefined},{href:{webPageId:\"Gyga56m8X\"},implicitPathVariables:undefined},{href:{webPageId:\"Gyga56m8X\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+0},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+160}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14gvo1z-container\",nodeId:\"GU5n8igMM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks1[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks1[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"80 resources\",D2q1DEq_q:\"UHwSyxMGL\",dhv60RxkF:resolvedLinks1[0],height:\"100%\",id:\"GU5n8igMM\",Iua0lJDwc:\"text\",KzgjVzj6V:\"Illustrations\",layoutId:\"GU5n8igMM\",QACw_34uo:\"QL07whEvg\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"huktK8Du4\"},implicitPathVariables:undefined},{href:{webPageId:\"huktK8Du4\"},implicitPathVariables:undefined},{href:{webPageId:\"huktK8Du4\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+168},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+320}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10k7oyu-container\",nodeId:\"kOZ12MNq1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks2[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks2[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"62 resources\",D2q1DEq_q:\"Fp2oeRb5l\",dhv60RxkF:resolvedLinks2[0],height:\"100%\",id:\"kOZ12MNq1\",Iua0lJDwc:\"text\",KzgjVzj6V:\"Inspiration\",layoutId:\"kOZ12MNq1\",QACw_34uo:\"cd0yJXesR\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"I_1so0sx4\"},implicitPathVariables:undefined},{href:{webPageId:\"I_1so0sx4\"},implicitPathVariables:undefined},{href:{webPageId:\"I_1so0sx4\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+168},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+480}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dsmgim-container\",nodeId:\"lfg71346a\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks3[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks3[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"62 resources\",D2q1DEq_q:\"ttq6Lpt8m\",dhv60RxkF:resolvedLinks3[0],height:\"100%\",id:\"lfg71346a\",Iua0lJDwc:\"text\",KzgjVzj6V:\"Color Tools\",layoutId:\"lfg71346a\",QACw_34uo:\"rInXFEFwN\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kxlHl4YfD\"},implicitPathVariables:undefined},{href:{webPageId:\"kxlHl4YfD\"},implicitPathVariables:undefined},{href:{webPageId:\"kxlHl4YfD\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+336},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+640}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+168,children:/*#__PURE__*/_jsx(Container,{className:\"framer-186oivw-container\",nodeId:\"d21_2Ampd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks4[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks4[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"66 resources\",D2q1DEq_q:\"a4o_1OU1t\",dhv60RxkF:resolvedLinks4[0],height:\"100%\",id:\"d21_2Ampd\",Iua0lJDwc:\"text\",KzgjVzj6V:\"Typography\",layoutId:\"d21_2Ampd\",QACw_34uo:\"MZZ_vN1jp\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iql3Lq4lN\"},implicitPathVariables:undefined},{href:{webPageId:\"iql3Lq4lN\"},implicitPathVariables:undefined},{href:{webPageId:\"iql3Lq4lN\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+336},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+800}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+168,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yx8o2g-container\",nodeId:\"XjA0KklFj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks5[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks5[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"30 resources\",D2q1DEq_q:\"RFe0OtICJ\",dhv60RxkF:resolvedLinks5[0],height:\"100%\",id:\"XjA0KklFj\",Iua0lJDwc:\"text\",KzgjVzj6V:\"Photo & Video\",layoutId:\"XjA0KklFj\",QACw_34uo:\"lhnrMqjb7\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"m3wXoXBU6\"},implicitPathVariables:undefined},{href:{webPageId:\"m3wXoXBU6\"},implicitPathVariables:undefined},{href:{webPageId:\"m3wXoXBU6\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+504},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+960}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+168,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9sf43z-container\",nodeId:\"NVyAEQ66u\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks6[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks6[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"45 resources\",D2q1DEq_q:\"eqbElwqL6\",dhv60RxkF:resolvedLinks6[0],height:\"100%\",id:\"NVyAEQ66u\",Iua0lJDwc:\"text\",KzgjVzj6V:\"UI Kits/Mockups\",layoutId:\"NVyAEQ66u\",QACw_34uo:\"lvvmf2Cw3\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vDsVM6Caq\"},implicitPathVariables:undefined},{href:{webPageId:\"vDsVM6Caq\"},implicitPathVariables:undefined},{href:{webPageId:\"vDsVM6Caq\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+504},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+1120}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+168,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1myked6-container\",nodeId:\"RcgLkmEeE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks7[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks7[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"25 resources\",D2q1DEq_q:\"NoSFKtSsp\",dhv60RxkF:resolvedLinks7[0],height:\"100%\",id:\"RcgLkmEeE\",Iua0lJDwc:\"text\",KzgjVzj6V:\"Graphics\",layoutId:\"RcgLkmEeE\",QACw_34uo:\"YcW412GKz\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qGJ2V3Mrt\"},implicitPathVariables:undefined},{href:{webPageId:\"qGJ2V3Mrt\"},implicitPathVariables:undefined},{href:{webPageId:\"qGJ2V3Mrt\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+672},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+1280}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+336,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1chsiv8-container\",nodeId:\"KqIVhzyuL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks8[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks8[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"45 resources\",D2q1DEq_q:\"gka9njGJ4\",dhv60RxkF:resolvedLinks8[0],height:\"100%\",id:\"KqIVhzyuL\",Iua0lJDwc:\"text\",KzgjVzj6V:\"AI Tools\",layoutId:\"KqIVhzyuL\",QACw_34uo:\"vd9Pt3mhx\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OoSPLOgSF\"},implicitPathVariables:undefined},{href:{webPageId:\"OoSPLOgSF\"},implicitPathVariables:undefined},{href:{webPageId:\"OoSPLOgSF\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+672},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+1440}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+336,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6wma4p-container\",nodeId:\"O5aHboCgn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks9[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks9[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"88 resources\",D2q1DEq_q:\"HUW1T2y3o\",dhv60RxkF:resolvedLinks9[0],height:\"100%\",id:\"O5aHboCgn\",Iua0lJDwc:\"text\",KzgjVzj6V:\"UX Tools\",layoutId:\"O5aHboCgn\",QACw_34uo:\"upb_oX3YD\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Z7cUSU4eZ\"},implicitPathVariables:undefined},{href:{webPageId:\"Z7cUSU4eZ\"},implicitPathVariables:undefined},{href:{webPageId:\"Z7cUSU4eZ\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+840},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+1600}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+336,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10s9p28-container\",nodeId:\"W_9C0DpP0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks10[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks10[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"31 resources\",D2q1DEq_q:\"TGBEfOuFD\",dhv60RxkF:resolvedLinks10[0],height:\"100%\",id:\"W_9C0DpP0\",Iua0lJDwc:\"text\",KzgjVzj6V:\"Accessibility\",layoutId:\"W_9C0DpP0\",QACw_34uo:\"Z7qXG65QN\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"U2gCmNsfP\"},implicitPathVariables:undefined},{href:{webPageId:\"U2gCmNsfP\"},implicitPathVariables:undefined},{href:{webPageId:\"U2gCmNsfP\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+674.6+40+840},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+642.6+24+1760}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+862.6+0+336,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vnnrxl-container\",nodeId:\"AQ9LNmf5B\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{dhv60RxkF:resolvedLinks11[1]},XZIPL_RO1:{dhv60RxkF:resolvedLinks11[2],variant:\"vuIPyqdI5\"}},children:/*#__PURE__*/_jsx(HomepageTile,{BbKG_kKND:\"31 resources\",D2q1DEq_q:\"x95toIreb\",dhv60RxkF:resolvedLinks11[0],height:\"100%\",id:\"AQ9LNmf5B\",Iua0lJDwc:\"text\",KzgjVzj6V:\"Design courses\",layoutId:\"AQ9LNmf5B\",QACw_34uo:\"KioOtcMor\",style:{width:\"100%\"},variant:\"L_endvGOT\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7j17rz\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Product discounts\"})}),className:\"framer-1ao6q28\",fonts:[\"Inter\"],id:elementId1,ref:ref2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1adqo2o\",\"data-framer-appear-id\":\"1adqo2o\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+1818.6+40+0},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+2706.6+24+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1490.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qkuwta-container\",nodeId:\"eAXtc697o\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"20% discount code: UIGOODIES\",height:\"100%\",id:\"eAXtc697o\",layoutId:\"eAXtc697o\",oVdYRLTIG:\"https://www.untitledui.com/?aff=BN8LK&ref=uigoodies.com\",SaxfOk0zo:\"Untitled UI\",style:{width:\"100%\"},variant:\"wD0vuBmMA\",width:\"100%\",ZcO20dPXk:\"Design system for Figma\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+1818.6+40+0},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+2706.6+24+72}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1490.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jq3vfi-container\",nodeId:\"Zkv7FxAco\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"25% discount code: UIGOODIES\",height:\"100%\",id:\"Zkv7FxAco\",layoutId:\"Zkv7FxAco\",oVdYRLTIG:\"https://buninux.lemonsqueezy.com/?aff=BN8LK&ref=uigoodies.com\",SaxfOk0zo:\"FramesX\",style:{width:\"100%\"},variant:\"wD0vuBmMA\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/NwD86qvIhd9dWUtkR670Na1Hw.svg\"},\"\"),width:\"100%\",ZcO20dPXk:\"Design system for Figma\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+1818.6+40+80},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+2706.6+24+144}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1490.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fmprxn-container\",nodeId:\"RuRDgQyS1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"20% discount code: UIGOODIES\",height:\"100%\",id:\"RuRDgQyS1\",layoutId:\"RuRDgQyS1\",oVdYRLTIG:\"https://frameblox.com?aff=BN8LK\",SaxfOk0zo:\"Frameblox\",style:{width:\"100%\"},variant:\"wD0vuBmMA\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/Hd1GpycbGGO7PDENRogu1cljhAw.svg\"},\"\"),width:\"100%\",ZcO20dPXk:\"Design system for Framer\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+1818.6+40+80},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+2706.6+24+216}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1490.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-muu7w4-container\",nodeId:\"VYIHHJD5y\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"20% discount code: UIGOODIES\",height:\"100%\",id:\"VYIHHJD5y\",layoutId:\"VYIHHJD5y\",oVdYRLTIG:\"https://icoon.lemonsqueezy.com?aff=BN8LK\",SaxfOk0zo:\"Icoon\",style:{width:\"100%\"},variant:\"wD0vuBmMA\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/heHVbMWUhGm1fbNn7GGaFXjIidY.png\"},\"\"),width:\"100%\",ZcO20dPXk:\"Creative design assets\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bhqcx2\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Editor\u2019s picks and affiliates\"})}),className:\"framer-1nj678\",fonts:[\"Inter\"],id:elementId2,ref:ref3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-ihroi8\",\"data-framer-appear-id\":\"ihroi8\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+2114.6+40+0},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+3138.6+24+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1670.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jvx348-container\",nodeId:\"Ql7LbpGQA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"\",height:\"100%\",id:\"Ql7LbpGQA\",layoutId:\"Ql7LbpGQA\",oVdYRLTIG:\"https://atomize.lemonsqueezy.com?aff=BN8LK\",SaxfOk0zo:\"Atomize design\",style:{height:\"100%\",width:\"100%\"},variant:\"vGlQs3xgv\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/8sRGwqIZY4vcHVxOHvqZuNd3CE0.svg\"},\"\"),width:\"100%\",ZcO20dPXk:\"Design kit for Figma\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+2114.6+40+0},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+3138.6+24+72}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1670.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d58ege-container\",nodeId:\"woL1_dq63\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"25% discount code: UIGOODIES\",height:\"100%\",id:\"woL1_dq63\",layoutId:\"woL1_dq63\",oVdYRLTIG:\"https://mobbin.com/?via=jess\",SaxfOk0zo:\"Mobbin\",style:{height:\"100%\",width:\"100%\"},variant:\"vGlQs3xgv\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/V7kxovvTt19Lj6zks6WRXlLEOuQ.svg\"},\"\"),width:\"100%\",ZcO20dPXk:\"Real-world design inspiration\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+2114.6+40+80},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+3138.6+24+144}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1670.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jfn6c8-container\",nodeId:\"vd5bNhK44\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"25% discount code: UIGOODIES\",height:\"100%\",id:\"vd5bNhK44\",layoutId:\"vd5bNhK44\",oVdYRLTIG:\"https://screenstudio.lemonsqueezy.com?aff=BN8LK\",SaxfOk0zo:\"Screen studio\",style:{height:\"100%\",width:\"100%\"},variant:\"vGlQs3xgv\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/Kkz6iBQivYDRa9OpxfuWujd8s2k.png\"},\"\"),width:\"100%\",ZcO20dPXk:\"Beautiful screen recordings\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+2114.6+40+80},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+3138.6+24+216}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1670.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hb8273-container\",nodeId:\"tDjNROhZg\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"25% discount code: UIGOODIES\",height:\"100%\",id:\"tDjNROhZg\",layoutId:\"tDjNROhZg\",oVdYRLTIG:\"https://cleanshot.sjv.io/c/4317606/1715713/19944\",SaxfOk0zo:\"Cleanshot X\",style:{height:\"100%\",width:\"100%\"},variant:\"vGlQs3xgv\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/kgcRpxAFJncFL4dphsqEQky4SLo.svg\"},\"\"),width:\"100%\",ZcO20dPXk:\"Screencapture for MAC\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+2114.6+40+160},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+3138.6+24+288}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1670.6+0+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dhm45-container\",nodeId:\"w3GDJt0ZW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"25% discount code: UIGOODIES\",height:\"100%\",id:\"w3GDJt0ZW\",layoutId:\"w3GDJt0ZW\",oVdYRLTIG:\"https://shots.so/\",SaxfOk0zo:\"Shots.so\",style:{height:\"100%\",width:\"100%\"},variant:\"vGlQs3xgv\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/wLk9z7VTYqTVJWgO0hBa7rnuWBo.png\"},\"\"),width:\"100%\",ZcO20dPXk:\"Beautiful mockups\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+2114.6+40+160},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+3138.6+24+360}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1670.6+0+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4rh71r-container\",nodeId:\"juvb3Eudy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"\",height:\"100%\",id:\"juvb3Eudy\",layoutId:\"juvb3Eudy\",oVdYRLTIG:\"https://phosphoricons.com/\",SaxfOk0zo:\"Phosphor icons\",style:{height:\"100%\",width:\"100%\"},variant:\"vGlQs3xgv\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/oMKnisBfyLRXBdD61TS295pkTA.svg\"},\"\"),width:\"100%\",ZcO20dPXk:\"Flexible icon family\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+2114.6+40+240},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+3138.6+24+432}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1670.6+0+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13tqr8c-container\",nodeId:\"MrP1jDotz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"\",height:\"100%\",id:\"MrP1jDotz\",layoutId:\"MrP1jDotz\",oVdYRLTIG:\"https://relume.io/?via=jess\",SaxfOk0zo:\"Relume\",style:{height:\"100%\",width:\"100%\"},variant:\"vGlQs3xgv\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/hnbtGEiNjOT3f3SYHVChw7y6D7Y.png\"},\"\"),width:\"100%\",ZcO20dPXk:\"AI website builder\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 104px) / 2, 200px)`,y:(componentViewport?.y||0)+0+2114.6+40+240},XZIPL_RO1:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 48px, 200px)`,y:(componentViewport?.y||0)+0+3138.6+24+504}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+1670.6+0+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17xtg5h-container\",nodeId:\"hEf81YUhu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmallCard,{EfTwu4yty:\"\",height:\"100%\",id:\"hEf81YUhu\",layoutId:\"hEf81YUhu\",oVdYRLTIG:\"https://refero.design/?r=ref_381f\",SaxfOk0zo:\"Refero\",style:{height:\"100%\",width:\"100%\"},variant:\"vGlQs3xgv\",vinfM_dHc:addImageAlt({pixelHeight:88,pixelWidth:88,src:\"https://framerusercontent.com/images/yg2I234kfxeGwB0vGb90jrSYg.svg\"},\"\"),width:\"100%\",ZcO20dPXk:\"Design research companion\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u0t857\",\"data-framer-name\":\"Version\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(63, 63, 70)\"},children:\"Since 2018 - Version 3.0\"})}),className:\"framer-196bs5w\",fonts:[\"GF;Inter Tight-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(63, 63, 70)\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.framer.com?via=uigoodies\",motionChild:true,nodeId:\"JOe7fVgSs\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Built with Framer\"})}),\"\u2014get 3 months free on a Pro annual plan with code: partner25proyearly\"]})}),className:\"framer-s2g0di\",fonts:[\"GF;Inter Tight-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{y:(componentViewport?.y||0)+0+2631.8},XZIPL_RO1:{y:(componentViewport?.y||0)+0+3887.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:363,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2035.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10oshd9-container\",\"data-framer-name\":\"Footer\",name:\"Footer\",nodeId:\"tlQPA8YcK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Rkl3US1x8:{variant:\"TQOKay8Cw\"},XZIPL_RO1:{variant:\"bX3nCzAdF\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"tlQPA8YcK\",layoutId:\"tlQPA8YcK\",name:\"Footer\",sHx65ko32:\"rgb(255, 255, 255)\",style:{width:\"100%\"},variant:\"Nhopysojj\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4VCpL.framer-lux5qc, .framer-4VCpL .framer-lux5qc { display: block; }\",\".framer-4VCpL.framer-72rtr7 { align-content: center; align-items: center; background-color: #f0f9ff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1600px; }\",\".framer-4VCpL .framer-13491hp { flex: none; height: 797px; position: absolute; right: -123px; top: 112px; width: 1000px; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-4VCpL .framer-q5ji0x-container { flex: none; height: auto; position: relative; width: 1520px; }\",\".framer-4VCpL .framer-19r2n9a { 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: flex-start; max-width: 1440px; overflow: hidden; padding: 88px 0px 88px 0px; position: relative; width: 100%; }\",\".framer-4VCpL .framer-17fb5gu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-1iaew0m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 609px; word-break: break-word; word-wrap: break-word; }\",\".framer-4VCpL .framer-x0n63w-container { flex: none; height: 341px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-rg87sv { aspect-ratio: 1.25 / 1; background-color: #fffaeb; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 320px); overflow: hidden; position: relative; text-decoration: none; width: 400px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-si0osl { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 200px; }\",\".framer-4VCpL .framer-1uesb7a { aspect-ratio: 1.25 / 1; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 320px); overflow: hidden; position: relative; text-decoration: none; width: 400px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-1mflclu { aspect-ratio: 1.25 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 280px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 350px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4VCpL .framer-nxyhbo { aspect-ratio: 1.25 / 1; background-color: #f8fafc; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 320px); overflow: hidden; position: relative; text-decoration: none; width: 400px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-1qrqirv { flex: none; height: 64px; left: 72px; position: absolute; top: calc(50.00000000000002% - 64px / 2); width: 64px; }\",\".framer-4VCpL .framer-3975ct { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 64px; }\",\".framer-4VCpL .framer-1jc951u { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 264px; position: absolute; top: 50%; transform: translateY(-50%); width: 64px; }\",\".framer-4VCpL .framer-1663mer { aspect-ratio: 1.25 / 1; background-color: #fdead7; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 320px); overflow: hidden; position: relative; text-decoration: none; width: 400px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-pu0d9x, .framer-4VCpL .framer-8zomkw, .framer-4VCpL .framer-1k4i5db { aspect-ratio: 1.25 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 320px); left: 0px; overflow: hidden; position: absolute; top: 0px; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4VCpL .framer-196y0m3 { aspect-ratio: 1.25 / 1; background-color: #f6fef9; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 320px); overflow: hidden; position: relative; text-decoration: none; width: 400px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-1r44ed7-container { flex: none; height: 200px; left: 100px; position: absolute; top: 60px; width: 200px; }\",\".framer-4VCpL .framer-jzbsoe { aspect-ratio: 1.25 / 1; background-color: #fff4ed; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 320px); overflow: hidden; position: relative; text-decoration: none; width: 400px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-xaymbu { aspect-ratio: 0.9979838709677419 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 200px; }\",\".framer-4VCpL .framer-1rpcs3e { aspect-ratio: 1.25 / 1; background-color: #000000; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 320px); overflow: hidden; position: relative; text-decoration: none; width: 400px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-uk3vy9 { aspect-ratio: 2.3734177215189876 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 169px); overflow: visible; position: absolute; right: 0px; top: 42px; width: 400px; }\",\".framer-4VCpL .framer-m6zqzc { aspect-ratio: 1.25 / 1; background-color: #f4f4f5; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 320px); overflow: hidden; position: relative; text-decoration: none; width: 400px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-178uekx { aspect-ratio: 0.865234375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 278px); left: 49%; overflow: visible; position: absolute; top: 53%; transform: translate(-50%, -50%); width: 241px; }\",\".framer-4VCpL .framer-1jbqtbr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 88px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-4VCpL .framer-4h8kvv, .framer-4VCpL .framer-1ao6q28, .framer-4VCpL .framer-1nj678 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-4VCpL .framer-6a3oby, .framer-4VCpL .framer-ihroi8 { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 0px 88px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-kmn16n-container, .framer-4VCpL .framer-14gvo1z-container, .framer-4VCpL .framer-10k7oyu-container, .framer-4VCpL .framer-dsmgim-container, .framer-4VCpL .framer-186oivw-container, .framer-4VCpL .framer-yx8o2g-container, .framer-4VCpL .framer-9sf43z-container, .framer-4VCpL .framer-1myked6-container, .framer-4VCpL .framer-1chsiv8-container, .framer-4VCpL .framer-6wma4p-container, .framer-4VCpL .framer-10s9p28-container, .framer-4VCpL .framer-1vnnrxl-container, .framer-4VCpL .framer-1qkuwta-container, .framer-4VCpL .framer-jq3vfi-container, .framer-4VCpL .framer-1fmprxn-container, .framer-4VCpL .framer-muu7w4-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-4VCpL .framer-7j17rz, .framer-4VCpL .framer-1bhqcx2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-4VCpL .framer-1adqo2o { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-4VCpL .framer-jvx348-container, .framer-4VCpL .framer-d58ege-container, .framer-4VCpL .framer-1jfn6c8-container, .framer-4VCpL .framer-1hb8273-container, .framer-4VCpL .framer-dhm45-container, .framer-4VCpL .framer-4rh71r-container, .framer-4VCpL .framer-13tqr8c-container, .framer-4VCpL .framer-17xtg5h-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-4VCpL .framer-1u0t857 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 40px 40px 40px 0px; position: relative; width: 100%; }\",\".framer-4VCpL .framer-196bs5w, .framer-4VCpL .framer-s2g0di { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-4VCpL .framer-10oshd9-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 729px) and (max-width: 1599px) { .framer-4VCpL.framer-72rtr7 { width: 729px; } .framer-4VCpL .framer-13491hp { height: 403px; width: 506px; } .framer-4VCpL .framer-q5ji0x-container { width: 100%; } .framer-4VCpL .framer-19r2n9a, .framer-4VCpL .framer-1u0t857 { padding: 40px; } .framer-4VCpL .framer-1iaew0m { width: 366px; } .framer-4VCpL .framer-1jbqtbr, .framer-4VCpL .framer-7j17rz, .framer-4VCpL .framer-1bhqcx2 { padding: 24px 24px 12px 24px; } .framer-4VCpL .framer-6a3oby, .framer-4VCpL .framer-1adqo2o, .framer-4VCpL .framer-ihroi8 { grid-template-columns: repeat(2, minmax(200px, 1fr)); padding: 40px; }}\",\"@media (max-width: 728px) { .framer-4VCpL.framer-72rtr7 { width: 390px; } .framer-4VCpL .framer-q5ji0x-container { width: 100%; } .framer-4VCpL .framer-19r2n9a { padding: 0px; } .framer-4VCpL .framer-17fb5gu { order: 0; padding: 24px 24px 24px 40px; } .framer-4VCpL .framer-1iaew0m { flex: 1 0 0px; width: 1px; } .framer-4VCpL .framer-x0n63w-container { aspect-ratio: 1.1436950146627567 / 1; height: var(--framer-aspect-ratio-supported, 175px); } .framer-4VCpL .framer-1jbqtbr, .framer-4VCpL .framer-7j17rz, .framer-4VCpL .framer-1bhqcx2 { flex-direction: column; padding: 24px 24px 12px 24px; } .framer-4VCpL .framer-4h8kvv, .framer-4VCpL .framer-1ao6q28, .framer-4VCpL .framer-1nj678 { flex: none; width: 100%; } .framer-4VCpL .framer-6a3oby, .framer-4VCpL .framer-1adqo2o, .framer-4VCpL .framer-ihroi8 { gap: 16px; grid-template-columns: repeat(1, minmax(200px, 1fr)); max-width: 1100px; padding: 24px 24px 56px 24px; } .framer-4VCpL .framer-1u0t857 { padding: 24px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2321\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Rkl3US1x8\":{\"layout\":[\"fixed\",\"auto\"]},\"XZIPL_RO1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"H_iTbVuRI\":{\"pattern\":\":H_iTbVuRI\",\"name\":\"free-open-source-icons\"},\"uudZLlUAd\":{\"pattern\":\":uudZLlUAd\",\"name\":\"free-open-source-icons\"},\"ezHd7vUQc\":{\"pattern\":\":ezHd7vUQc\",\"name\":\"free-open-source-icons\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-4VCpL\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:2321,width:1600};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"}]},...NavbarFonts,...PatternFonts,...TickerFonts,...HomepageTileFonts,...SmallCardFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1600\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Rkl3US1x8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XZIPL_RO1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"2321\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"{\\\"H_iTbVuRI\\\":{\\\"pattern\\\":\\\":H_iTbVuRI\\\",\\\"name\\\":\\\"free-open-source-icons\\\"},\\\"uudZLlUAd\\\":{\\\"pattern\\\":\\\":uudZLlUAd\\\",\\\"name\\\":\\\"free-open-source-icons\\\"},\\\"ezHd7vUQc\\\":{\\\"pattern\\\":\\\":ezHd7vUQc\\\",\\\"name\\\":\\\"free-open-source-icons\\\"}}\"}},\"__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", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isInView", "useInView", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "i28A_Hnzn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1navle3", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "FramerAfeuckR85", "withCSS", "AfeuckR85_default", "addPropertyControls", "ControlType", "addFonts", "HomepageTileIconFonts", "getFonts", "AfeuckR85_default", "NavigationIconFonts", "VmKpYs7HW_default", "HomepageTileIconControls", "getPropertyControls", "NavigationIconControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableVariantMap", "getProps", "content", "height", "icon", "icon1", "id", "link", "numberOfResources", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "KzgjVzj6V", "D2q1DEq_q", "dhv60RxkF", "BbKG_kKND", "Iua0lJDwc", "QACw_34uo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "i28A_Hnzn2qwr2l", "args", "onTap2qwr2l", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "Framerw79ljD74o", "withCSS", "w79ljD74o_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "discountText", "height", "id", "image", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "SaxfOk0zo", "ZcO20dPXk", "vinfM_dHc", "oVdYRLTIG", "EfTwu4yty", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerwD1PcIFIO", "withCSS", "wD1PcIFIO_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "NavbarFonts", "getFonts", "wUrpYhLam_default", "MotionDivWithOptimizedAppearEffect", "motion", "PatternFonts", "Pattern", "TickerFonts", "Ticker", "ContainerWithOptimizedAppearEffect", "Container", "HomepageTileFonts", "w79ljD74o_default", "SmallCardFonts", "wD1PcIFIO_default", "FooterFonts", "ZByNOt2_I_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "transformTemplate1", "_", "t", "transformTemplate2", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "elementId1", "ref2", "elementId2", "ref3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "RichText2", "x", "Link", "SVG", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
