{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/bamMgJhjMszHbcnxCtZj/20nHFbpxFqdlchR1dDZF/Noise.js", "ssg:https://framerusercontent.com/modules/cFjPtjbJ051ozDpEHU2p/DcTNk63d3WvgOq1OUG6s/NoiseGradient.js", "ssg:https://framerusercontent.com/modules/EduBYPSvxSLEqR1HiNdy/84wKTTAUIAnfMcjxmqQd/DirectionAware.js", "ssg:https://framerusercontent.com/modules/eYkYvjQgyBbmPQlx9Ucy/R28kmE0VB9IOqepzQ2EU/BK3d8Si_y.js", "ssg:https://framerusercontent.com/modules/GM2LQT5kDJGXVndAIqhk/sW9vy7N04g2yBjUvW2gU/DzIbIVfVU.js", "ssg:https://framerusercontent.com/modules/xAXnzBgGnyYVTfWupnwY/Fx2OuEQT0R4G1pwmv0Pd/R1gBsvhMR.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://framerusercontent.com/modules/9nI9yYbj9gWBtReXGumv/yiX4kGP24JdGhja2qT5K/tatM2SPyc.js", "ssg:https://framerusercontent.com/modules/x1RajRQtDFdWdeFZI6E8/nr4GdRqGomCO4rh3DV0P/Share.js", "ssg:https://framerusercontent.com/modules/fd78KQDF3PGpxq95ERxk/Acw8xOJWnK0PLpKzfKlO/gMpfa5fzF.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Noise\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Noise(props){const{opacity,backgroundSize,borderRadius}=props;return /*#__PURE__*/ _jsx(\"div\",{style:{...containerStyle,opacity,backgroundSize,borderRadius}});};Noise.defaultProps={opacity:.5,backgroundSize:128,radius:0};addPropertyControls(Noise,{backgroundSize:{title:\"Size\",type:ControlType.Number,min:64,max:256},opacity:{title:\"Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,min:0,max:1e3,step:1,displayStepper:true}});const containerStyle={width:\"100%\",height:\"100%\",backgroundSize:\"256px 256px\",backgroundRepeat:\"repeat\",backgroundImage:\"url('https://framerusercontent.com/images/rR6HYXBrMmX4cRpXfXUOvpvpB0.png')\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Noise\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Noise.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * NOISE GRADIENT\n * By Benjamin den Boer\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function NoiseGradient(props){const{angle,backgroundColor,backgroundSize,blending,brightness,contrast,gradientColor,overlayColor}=props;let src=\"https://framerusercontent.com/images/BIDFYoNsJ2LPGX7kjhBw8Qrqcc.svg\";const size={width:\"100%\",height:\"100%\"};const inset={position:\"absolute\",inset:0};return /*#__PURE__*/ _jsxs(\"div\",{style:{...size,position:\"relative\",backgroundColor,isolation:\"isolate\"},children:[/*#__PURE__*/ _jsx(\"div\",{style:{...size,...inset,background:`linear-gradient(${angle}deg, ${gradientColor}, transparent), url(${src})`,filter:`contrast(${contrast}%) brightness(${brightness}%)`}}),/*#__PURE__*/ _jsx(\"div\",{style:{...size,...inset,backgroundColor:overlayColor,mixBlendMode:blending}})]});};NoiseGradient.defaultProps={density:1,backgroundColor:\"#FB0\",gradientColor:\"#F30\",overlayColor:\"#FED\",angle:45,contrast:500,brightness:500};NoiseGradient.displayName=\"Noise Gradient\";addPropertyControls(NoiseGradient,{backgroundColor:{type:ControlType.Color,title:\"Fill\"},gradientColor:{type:ControlType.Color,title:\"Gradient\"},angle:{title:\"Angle\",type:ControlType.Number,min:-180,max:180,unit:\"deg\",defaultValue:NoiseGradient.defaultProps.angle},contrast:{title:\"Contrast\",type:ControlType.Number,min:200,max:5e3,unit:\"%\"},brightness:{title:\"Brightness\",type:ControlType.Number,min:100,max:5e3,unit:\"%\"},overlayColor:{type:ControlType.Color,title:\"Overlay\"},blending:{type:ControlType.Enum,defaultValue:\"overlay\",options:[\"normal\",\"multiply\",\"screen\",\"overlay\",\"darken\",\"lighten\",\"color-dodge\",\"color-burn\",\"hard-light\",\"soft-light\",\"difference\",\"exclusion\",\"hue\",\"saturation\",\"color\",\"luminosity\",],optionTitles:[\"Normal\",\"Multiply\",\"Screen\",\"Overlay\",\"Darken\",\"Lighten\",\"Color Dodge\",\"Color Burn\",\"Hard Light\",\"Soft Light\",\"Difference\",\"Exclusion\",\"Hue\",\"Saturation\",\"Color\",\"Luminosity\",]}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"NoiseGradient\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NoiseGradient.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Direction-aware hover effect\n * By Ee Venn Soh\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export default function DirectionAware(props){const borderRadius=props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`;const borderWidth=props.border.borderIsMixed?`${props.border.borderTopWidth}px ${props.border.borderRightWidth}px ${props.border.borderBottomWidth}px ${props.border.borderLeftWidth}px`:`${props.border.borderWidth}px`;const padding=props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`;const containerStyle={width:\"100%\",height:\"100%\",display:\"flex\",// flex-flow\nflexDirection:\"row\",flexWrap:\"wrap\",// place-content\nalignContent:\"flex-start\",justifyContent:\"flex-start\",overflow:\"hidden\",gap:0,position:\"relative\",borderRadius:borderRadius,borderWidth:borderWidth,borderStyle:props.border.borderStyle,borderColor:props.border.borderColor,background:props.backgroundColor,backgroundImage:`url(${props.image.backgroundImage})`,backgroundSize:props.image.backgroundScaleBooelan?`${props.image.backgroundScale}%`:props.image.backgroundSize,backgroundPosition:`${props.image.backgroundPositionX}% ${props.image.backgroundPositionY}%`,userSelect:props.font.userSelect};const segmentStyle=color=>({width:\"inherit\",height:\"inherit\",display:\"block\",overflow:\"visible\",position:\"absolute\",background:props.customColor?props.hoverColor:color});const centerStyle={width:\"inherit\",height:\"100%\",display:\"block\",overflow:\"visible\",position:\"absolute\",pointerEvents:\"none\"};const textStyle={width:\"100%\",height:\"100%\",zIndex:2,display:\"flex\",alignItems:props.verticalAlignment,justifyContent:props.horizontalAlignment,position:\"relative\",...props.fontControlType,color:props.font.fontColor,whiteSpace:props.font.whiteSpace,left:`${props.font.offsetX}%`,top:`${props.font.offsetY}%`,pointerEvents:\"none\",transform:`rotate(${props.textRotation}deg)`,padding:padding};const hoverTransforms={leftRight:{transform:\"translateX(0%)\",zIndex:1,transition:props.transitionOptions},topBottom:{transform:\"translateY(0%)\",zIndex:1,transition:props.transitionOptions}};const clipPaths={top:`polygon(0 0, 100% 0, 50% 50%)`,bottom:`polygon(0 100%, 100% 100%, 50% 50%)`,left:`polygon(0 0, 50% 50%, 0 100%)`,right:`polygon(100% 0, 50% 50%, 100% 100%)`};const translate={top:`translateY(-100%)`,bottom:`translateY(100%)`,left:`translateX(-100%)`,right:`translateX(100%)`};return /*#__PURE__*/ _jsxs(\"div\",{style:containerStyle,children:[/*#__PURE__*/ _jsx(motion.div,{style:{...textStyle,color:\"transparent\"},children:props.text}),/*#__PURE__*/ _jsx(motion.div,{style:{...segmentStyle(props.rightColor)},initial:{transform:translate.right},whileHover:{...hoverTransforms.leftRight},children:/*#__PURE__*/ _jsx(motion.div,{style:{position:\"absolute\",content:\"\",width:\"inherit\",height:\"inherit\",right:\"100%\",background:\"transparent\",clipPath:clipPaths.right}})}),/*#__PURE__*/ _jsx(motion.div,{style:{...segmentStyle(props.leftColor)},initial:{transform:translate.left},whileHover:{...hoverTransforms.leftRight},children:/*#__PURE__*/ _jsx(motion.div,{style:{position:\"absolute\",content:\"\",width:\"inherit\",height:\"inherit\",left:\"100%\",background:\"transparent\",clipPath:clipPaths.left}})}),/*#__PURE__*/ _jsx(motion.div,{style:{...segmentStyle(props.topColor)},initial:{transform:translate.top},whileHover:{...hoverTransforms.topBottom},children:/*#__PURE__*/ _jsx(motion.div,{style:{position:\"absolute\",content:\"\",width:\"inherit\",height:\"inherit\",top:\"100%\",background:\"transparent\",clipPath:clipPaths.top}})}),/*#__PURE__*/ _jsx(motion.div,{style:{...segmentStyle(props.bottomColor)},initial:{transform:translate.bottom},whileHover:{...hoverTransforms.topBottom},children:/*#__PURE__*/ _jsx(motion.div,{style:{position:\"absolute\",content:\"\",width:\"inherit\",height:\"inherit\",bottom:\"100%\",background:\"transparent\",clipPath:clipPaths.bottom}})}),/*#__PURE__*/ _jsx(motion.div,{style:centerStyle,children:/*#__PURE__*/ _jsx(motion.div,{style:textStyle,children:props.text})})]});};DirectionAware.displayName=\"Direction aware\";DirectionAware.defaultProps={// Text\ntext:\"Hello World\",// Font\nfont:{fontColor:\"#CCCCCC\",offsetX:0,offsetY:0,whiteSpace:\"pre-wrap\",userSelect:\"none\"},// Background color\nbackgroundColor:\"#000000\",// Background image\nbackgroundImage:\"\",backgroundSize:\"auto\",backgroundScaleBooelan:false,backgroundScale:100,backgroundPositionX:50,backgroundPositionY:50,// Hover color\nhoverColor:\"#FFFFFF\",topColor:\"#FFFFFF\",bottomColor:\"#FFFFFF\",leftColor:\"#FFFFFF\",rightColor:\"#FFFFFF\",// Radius\nradius:0,radiusIsMixed:false,topLeft:0,topRight:0,bottomRight:0,bottomLeft:0,// Padding\npadding:0,paddingIsMixed:false,paddingTop:0,paddingBottom:0,paddingRight:0,paddingLeft:0,// Border\nborder:{borderColor:\"#FFFFFF\",borderWidth:1,borderStyle:\"none\"},// Transition options\ntransitionOptions:{type:\"spring\",stiffness:400,damping:40,mass:1,delay:0}};addPropertyControls(DirectionAware,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Hello World\",displayTextArea:true},fontControlType:{title:\"Font family\",type:ControlType.Font,controls:\"extended\"},font:{title:\"Font config\",type:ControlType.Object,controls:{fontColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#CCCCCC\"},offsetX:{title:\"Offset X\",type:ControlType.Number,min:-100,max:100,displayStepper:true,step:.25,defaultValue:0,unit:\"%\"},offsetY:{title:\"Offset Y\",type:ControlType.Number,min:-100,max:100,displayStepper:true,step:.25,defaultValue:0,unit:\"%\"},whiteSpace:{title:\"Space\",type:ControlType.Enum,options:[\"normal\",\"nowrap\",\"pre\",\"pre-wrap\",\"pre-line\",\"break-spaces\",],optionTitles:[\"Normal\",\"No-wrap\",\"Pre\",\"Pre-wrap\",\"Pre-line\",\"Break-spaces\",],defaultValue:\"pre-wrap\"},userSelect:{title:\"User select\",type:ControlType.Enum,options:[\"none\",\"auto\"],optionTitles:[\"None\",\"Auto\"],defaultValue:\"none\"}}},verticalAlignment:{title:\"Y alignment\",type:ControlType.Enum,options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"center\",displaySegmentedControl:true},horizontalAlignment:{title:\"X alignment\",type:ControlType.Enum,options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:[\"align-left\",\"align-center\",\"align-right\"],defaultValue:\"center\",displaySegmentedControl:true},textRotation:{title:\"Text rotation\",type:ControlType.Number,min:-360,max:360,step:1,defaultValue:0},backgroundColor:{title:\"Background color\",type:ControlType.Color,defaultValue:\"#000000\"},image:{title:\"Background image\",type:ControlType.Object,controls:{backgroundImage:{title:\"Image\",type:ControlType.Image,defaultValue:\"\",description:\"Repeating SVG pattern works best\"},backgroundSize:{title:\" \",type:ControlType.Enum,displaySegmentedControl:true,options:[\"auto\",\"contain\",\"cover\"],optionTitles:[\"Auto\",\"Contain\",\"Cover\"],defaultValue:\"auto\"},backgroundScaleBooelan:{type:ControlType.Boolean,title:\"Scaling\",enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:false,description:\"Scale the image\"},backgroundScale:{title:\"\u21B3 %\",type:ControlType.Number,min:0,unit:\"%\",step:1,defaultValue:100,hidden:props=>!props.backgroundScaleBooelan},backgroundPositionX:{title:\"X\",type:ControlType.Number,min:0,max:100,unit:\"%\",step:1,defaultValue:50},backgroundPositionY:{title:\"Y\",type:ControlType.Number,min:0,max:100,unit:\"%\",step:1,defaultValue:50}}},hoverColor:{title:\"Hover color\",type:ControlType.Color,defaultValue:\"#FFFFFF\"},customColor:{type:ControlType.Boolean,title:\" \",enabledTitle:\"All\",disabledTitle:\"Individual\"},topColor:{title:\"\u21B3 Top color\",type:ControlType.Color,defaultValue:\"#FFFFFF\",hidden:props=>props.customColor},bottomColor:{title:\"\u21B3 Bottom color\",type:ControlType.Color,defaultValue:\"#FFFFFF\",hidden:props=>props.customColor},leftColor:{title:\"\u21B3 Left color\",type:ControlType.Color,defaultValue:\"#FFFFFF\",hidden:props=>props.customColor},rightColor:{title:\"\u21B3 Right color\",type:ControlType.Color,defaultValue:\"#FFFFFF\",hidden:props=>props.customColor},radius:{type:ControlType.FusedNumber,title:\"Radius\",defaultValue:0,toggleKey:\"radiusIsMixed\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},padding:{type:ControlType.FusedNumber,title:\"Padding\",defaultValue:0,toggleKey:\"paddingIsMixed\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},border:{title:\"Border\",type:ControlType.Object,controls:{borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFFFFF\"},borderWidth:{title:\"Width\",type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"borderIsMixed\",toggleTitles:[\"Border\",\"Border per side\"],valueKeys:[\"borderTopWidth\",\"borderRightWidth\",\"borderBottomWidth\",\"borderLeftWidth\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderStyle:{title:\"Style\",type:ControlType.Enum,options:[\"none\",\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"None\",\"Solid\",\"Dashed\",\"Dotted\",\"Double\"],defaultValue:\"none\"}}},transitionOptions:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:40,mass:1,delay:0},description:\"\\n \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 \\n \uD83D\uDCAC Feedback? [labs.eevennsoh.com](https://labs.eevennsoh.com)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"DirectionAware\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DirectionAware.map", "// Generated by Framer (b2eeca0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";const enabledGestures={tCz_aKJH3:{hover:true}};const cycleOrder=[\"tCz_aKJH3\"];const variantClassNames={tCz_aKJH3:\"framer-v-1u6o34f\"};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 humanReadableVariantMap={};const transitions={default:{damping:40,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:600,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"tCz_aKJH3\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"tCz_aKJH3\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-bkFJP\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-1u6o34f\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tCz_aKJH3\",ref:ref,style:{...style},transition:transition,...addPropertyOverrides({\"tCz_aKJH3-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsxs(React.Fragment,{children:[/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\",\"--framer-text-transform\":\"uppercase\"},children:\"labs.\"}),/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-2gxw0f)\",\"--framer-text-transform\":\"uppercase\"},children:\"eevennsoh.\"}),/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-1iakedh)\",\"--framer-text-transform\":\"uppercase\"},children:\"com\"})]}),className:\"framer-1f12o2k\",fonts:[\"GF;Poppins-600\"],layoutDependency:layoutDependency,layoutId:\"OuHHg5irJ\",style:{\"--extracted-1iakedh\":\"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\",\"--extracted-2gxw0f\":\"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\",\"--extracted-r6o4lv\":\"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\",\"--framer-paragraph-spacing\":\"0px\"},transition:transition,variants:{\"tCz_aKJH3-hover\":{\"--extracted-1iakedh\":\"rgb(10, 6, 29)\",\"--extracted-2gxw0f\":\"rgb(10, 6, 29)\",\"--extracted-r6o4lv\":\"rgb(10, 6, 29)\"}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1sm0tap\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"mGwbF__gy\",style:{backgroundColor:\"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\"},transition:transition})]})})});});const css=['.framer-bkFJP [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bkFJP .framer-1svnnit { display: block; }\",\".framer-bkFJP .framer-1u6o34f { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-bkFJP .framer-1f12o2k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bkFJP .framer-1sm0tap { bottom: -3px; flex: none; height: 2px; left: 36px; overflow: visible; position: absolute; width: 0px; z-index: 1; }\",\".framer-bkFJP .framer-v-1u6o34f .framer-1u6o34f { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bkFJP .framer-1u6o34f { gap: 0px; } .framer-bkFJP .framer-1u6o34f > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bkFJP .framer-1u6o34f > :first-child { margin-top: 0px; } .framer-bkFJP .framer-1u6o34f > :last-child { margin-bottom: 0px; } }\",\".framer-bkFJP.framer-v-1u6o34f.hover .framer-1sm0tap { right: 0px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50.5\n * @framerIntrinsicWidth 86\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"t0SsWu2cZ\":{\"layout\":[\"auto\",\"auto\"]}}}\n */ const FramerBK3d8Si_y=withCSS(Component,css,\"framer-bkFJP\");export default FramerBK3d8Si_y;FramerBK3d8Si_y.displayName=\"Link\";FramerBK3d8Si_y.defaultProps={height:50.5,width:86};addFonts(FramerBK3d8Si_y,[{family:\"Poppins\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/BK3d8Si_y:default\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\",weight:\"600\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBK3d8Si_y\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"86\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"t0SsWu2cZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"50.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BK3d8Si_y.map", "// Generated by Framer (b2eeca0)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import DirectionAware from\"https://framerusercontent.com/modules/EduBYPSvxSLEqR1HiNdy/84wKTTAUIAnfMcjxmqQd/DirectionAware.js\";const DirectionAwareFonts=getFonts(DirectionAware);const enabledGestures={lO0hXeF_9:{hover:true}};const cycleOrder=[\"lO0hXeF_9\"];const variantClassNames={lO0hXeF_9:\"framer-v-1sutejh\"};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 humanReadableVariantMap={};const transitions={default:{damping:40,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:400,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"lO0hXeF_9\",text:Y9YQ6i675=\"Remix\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"lO0hXeF_9\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-cxRCK\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(motion.div,{...restProps,className:cx(\"framer-1sutejh\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"lO0hXeF_9\",ref:ref,style:{...style},transition:transition,...addPropertyOverrides({\"lO0hXeF_9-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-23hfyj-container\",layoutDependency:layoutDependency,layoutId:\"wlbUADSEE-container\",transition:transition,children:/*#__PURE__*/ _jsx(DirectionAware,{backgroundColor:'var(--token-72b86f6d-ecf2-430c-832e-7fc24865b564, rgb(72, 52, 123)) /* {\"name\":\"Color / Lavender\"} */',border:{borderBottomWidth:0,borderColor:'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Midnight\"} */',borderIsMixed:false,borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0,borderWidth:0},bottomColor:\"rgb(255, 255, 255)\",customColor:true,font:{fontColor:'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */',offsetX:0,offsetY:0,userSelect:\"none\",whiteSpace:\"nowrap\"},fontControlType:{fontFamily:'\"Poppins\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0px\",lineHeight:\"1em\"},height:\"100%\",horizontalAlignment:\"center\",hoverColor:'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */',id:\"wlbUADSEE\",image:{backgroundPositionX:50,backgroundPositionY:50,backgroundScale:100,backgroundScaleBooelan:false,backgroundSize:\"auto\"},layoutId:\"wlbUADSEE\",leftColor:\"rgb(255, 255, 255)\",padding:0,paddingBottom:0,paddingIsMixed:true,paddingLeft:16,paddingRight:16,paddingTop:0,radius:6,radiusBottomLeft:6,radiusBottomRight:6,radiusIsMixed:false,radiusTopLeft:6,radiusTopRight:6,rightColor:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},text:Y9YQ6i675,textRotation:0,topColor:\"rgb(255, 255, 255)\",transitionOptions:{damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"},verticalAlignment:\"center\",width:\"100%\",...addPropertyOverrides({\"lO0hXeF_9-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",border:{borderBottomWidth:2,borderColor:'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Midnight\"} */',borderIsMixed:false,borderLeftWidth:2,borderRightWidth:2,borderStyle:\"solid\",borderTopWidth:2,borderWidth:2},font:{fontColor:'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Midnight\"} */',offsetX:0,offsetY:0,userSelect:\"none\",whiteSpace:\"nowrap\"},fontControlType:{fontFamily:'\"Poppins\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0px\",lineHeight:\"1em\"}}},baseVariant,gestureVariant)})})})})});});const css=['.framer-cxRCK [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cxRCK .framer-1wntsm4 { display: block; }\",\".framer-cxRCK .framer-1sutejh { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 48px; justify-content: center; min-width: 80px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-cxRCK .framer-23hfyj-container { bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: 80px; z-index: 1; }\",\".framer-cxRCK .framer-v-1sutejh .framer-1sutejh { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cxRCK .framer-1sutejh { gap: 0px; } .framer-cxRCK .framer-1sutejh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-cxRCK .framer-1sutejh > :first-child { margin-left: 0px; } .framer-cxRCK .framer-1sutejh > :last-child { margin-right: 0px; } }\",\".framer-cxRCK.framer-v-1sutejh.hover .framer-23hfyj-container { bottom: 4px; left: 4px; right: 4px; top: 4px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 79.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"sUf7mYsbk\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Y9YQ6i675\":\"text\"}\n */ const FramerDzIbIVfVU=withCSS(Component,css,\"framer-cxRCK\");export default FramerDzIbIVfVU;FramerDzIbIVfVU.displayName=\"Button\";FramerDzIbIVfVU.defaultProps={height:48,width:79.5};addPropertyControls(FramerDzIbIVfVU,{Y9YQ6i675:{defaultValue:\"Remix\",displayTextArea:true,title:\"Text\",type:ControlType.String}});addFonts(FramerDzIbIVfVU,[...DirectionAwareFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDzIbIVfVU\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"48\",\"framerVariables\":\"{\\\"Y9YQ6i675\\\":\\\"text\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"sUf7mYsbk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"79.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DzIbIVfVU.map", "// Generated by Framer (04e0834)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import DirectionAware from\"https://framerusercontent.com/modules/EduBYPSvxSLEqR1HiNdy/84wKTTAUIAnfMcjxmqQd/DirectionAware.js\";const DirectionAwareFonts=getFonts(DirectionAware);const enabledGestures={a41jS_PX7:{hover:true},Q0ORqwehe:{hover:true}};const cycleOrder=[\"a41jS_PX7\",\"Q0ORqwehe\"];const serializationHash=\"framer-NUSvx\";const variantClassNames={a41jS_PX7:\"framer-v-1cpg02m\",Q0ORqwehe:\"framer-v-v1yq51\"};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:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Large:\"a41jS_PX7\",Small:\"Q0ORqwehe\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"a41jS_PX7\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"a41jS_PX7\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1cpg02m\",className,classNames),\"data-framer-name\":\"Large\",layoutDependency:layoutDependency,layoutId:\"a41jS_PX7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(5px)\",background:'radial-gradient(100% 150% at 0% 50%, hsla(9, 100%, 47%, 0.6) 0%, var(--token-72b86f6d-ecf2-430c-832e-7fc24865b564, rgb(72, 52, 123)) /* {\"name\":\"Color / Lavender\"} */ 100%)',borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,WebkitBackdropFilter:\"blur(5px)\",...style},variants:{\"a41jS_PX7-hover\":{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},\"Q0ORqwehe-hover\":{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}},...addPropertyOverrides({\"a41jS_PX7-hover\":{\"data-framer-name\":undefined},\"Q0ORqwehe-hover\":{\"data-framer-name\":undefined},Q0ORqwehe:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vgx23i-container\",layoutDependency:layoutDependency,layoutId:\"HnMx85Qbr-container\",children:/*#__PURE__*/_jsx(DirectionAware,{backgroundColor:\"rgba(0, 0, 0, 0)\",border:{borderBottomWidth:1,borderColor:\"rgb(255, 255, 255)\",borderIsMixed:false,borderLeftWidth:1,borderRightWidth:1,borderStyle:\"none\",borderTopWidth:1,borderWidth:1},bottomColor:\"var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166))\",customColor:true,font:{fontColor:\"var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166))\",offsetX:0,offsetY:0,userSelect:\"none\",whiteSpace:\"pre-wrap\"},fontControlType:{fontFamily:'\"ZCOOL XiaoWei\", \"ZCOOL XiaoWei Placeholder\", sans-serif',fontSize:\"24px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"1px\",lineHeight:\"1.2em\"},height:\"100%\",horizontalAlignment:\"center\",hoverColor:\"rgba(252, 189, 166, 0.5)\",id:\"HnMx85Qbr\",image:{backgroundPositionX:50,backgroundPositionY:50,backgroundScale:100,backgroundScaleBooelan:false,backgroundSize:\"auto\"},layoutId:\"HnMx85Qbr\",leftColor:\"var(--token-72b86f6d-ecf2-430c-832e-7fc24865b564, rgb(72, 52, 123))\",padding:0,paddingBottom:0,paddingIsMixed:false,paddingLeft:0,paddingRight:0,paddingTop:0,radius:16,radiusBottomLeft:16,radiusBottomRight:16,radiusIsMixed:false,radiusTopLeft:16,radiusTopRight:16,rightColor:\"var(--token-767e85bc-40c4-4d51-aea6-217321305f4d, rgb(37, 87, 169))\",style:{height:\"100%\",width:\"100%\"},text:\"\u60AC\u505C\\n\u6548\u679C\",textRotation:0,topColor:\"var(--token-0062de28-9190-4817-a432-240cc69dee86, rgb(236, 0, 0))\",transitionOptions:{damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"},verticalAlignment:\"center\",width:\"100%\",...addPropertyOverrides({\"a41jS_PX7-hover\":{font:{fontColor:\"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\",offsetX:0,offsetY:0,userSelect:\"none\",whiteSpace:\"pre-wrap\"},fontControlType:{fontFamily:'\"ZCOOL XiaoWei\", \"ZCOOL XiaoWei Placeholder\", sans-serif',fontSize:\"24px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0px\",lineHeight:\"1em\"},radius:100,radiusBottomLeft:100,radiusBottomRight:100,radiusTopLeft:100,radiusTopRight:100},\"Q0ORqwehe-hover\":{font:{fontColor:\"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\",offsetX:0,offsetY:0,userSelect:\"none\",whiteSpace:\"pre-wrap\"},fontControlType:{fontFamily:'\"ZCOOL XiaoWei\", \"ZCOOL XiaoWei Placeholder\", sans-serif',fontSize:\"18px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0px\",lineHeight:\"1em\"},radius:100,radiusBottomLeft:100,radiusBottomRight:100,radiusTopLeft:100,radiusTopRight:100},Q0ORqwehe:{fontControlType:{fontFamily:'\"ZCOOL XiaoWei\", \"ZCOOL XiaoWei Placeholder\", sans-serif',fontSize:\"18px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"1px\",lineHeight:\"1.2em\"}}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NUSvx.framer-ldmtq4, .framer-NUSvx .framer-ldmtq4 { display: block; }\",\".framer-NUSvx.framer-1cpg02m { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 168px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 317px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NUSvx .framer-1vgx23i-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NUSvx.framer-1cpg02m { gap: 0px; } .framer-NUSvx.framer-1cpg02m > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NUSvx.framer-1cpg02m > :first-child { margin-left: 0px; } .framer-NUSvx.framer-1cpg02m > :last-child { margin-right: 0px; } }\",\".framer-NUSvx.framer-v-1cpg02m.hover .framer-1vgx23i-container, .framer-NUSvx.framer-v-v1yq51.hover .framer-1vgx23i-container { bottom: 8px; left: 8px; right: 8px; top: 8px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 168\n * @framerIntrinsicWidth 317\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Q0ORqwehe\":{\"layout\":[\"fixed\",\"fixed\"]},\"QeD3F2Yqj\":{\"layout\":[\"fixed\",\"fixed\"]},\"vv2bilgD4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerR1gBsvhMR=withCSS(Component,css,\"framer-NUSvx\");export default FramerR1gBsvhMR;FramerR1gBsvhMR.displayName=\"Shape\";FramerR1gBsvhMR.defaultProps={height:168,width:317};addPropertyControls(FramerR1gBsvhMR,{variant:{options:[\"a41jS_PX7\",\"Q0ORqwehe\"],optionTitles:[\"Large\",\"Small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerR1gBsvhMR,[{explicitInter:true,fonts:[{family:\"ZCOOL XiaoWei\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/zcoolxiaowei/v14/i7dMIFFrTRywPpUVX9_RJyM1YFeQHwyVd3U.woff2\",weight:\"400\"}]},...DirectionAwareFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerR1gBsvhMR\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"168\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Q0ORqwehe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QeD3F2Yqj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vv2bilgD4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"317\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./R1gBsvhMR.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey,...styleOptionProps]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Material site](https://fonts.google.com/icons)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "// Generated by Framer (b2eeca0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import DirectionAware from\"https://framerusercontent.com/modules/EduBYPSvxSLEqR1HiNdy/84wKTTAUIAnfMcjxmqQd/DirectionAware.js\";const DirectionAwareFonts=getFonts(DirectionAware);const MaterialFonts=getFonts(Material);const cycleOrder=[\"IJOESTgTf\",\"kzXatndcO\"];const variantClassNames={IJOESTgTf:\"framer-v-1fx5bl8\",kzXatndcO:\"framer-v-c7lw29\"};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 humanReadableVariantMap={\"Variant 1\":\"IJOESTgTf\",\"Variant 2\":\"kzXatndcO\"};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"IJOESTgTf\",P7cUZIzKZJLNpO7owx,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"IJOESTgTf\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-j4zKS\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-1fx5bl8\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"IJOESTgTf\",ref:ref,style:{...style},transition:transition,...addPropertyOverrides({kzXatndcO:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-3zd2ph-container\",layoutDependency:layoutDependency,layoutId:\"Pp8Wimnyk-container\",transition:transition,children:/*#__PURE__*/ _jsx(DirectionAware,{backgroundColor:'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Neutral / Darkest\"} */',border:{borderBottomWidth:1,borderColor:\"rgb(255, 255, 255)\",borderIsMixed:false,borderLeftWidth:1,borderRightWidth:1,borderStyle:\"none\",borderTopWidth:1,borderWidth:1},bottomColor:\"rgb(255, 255, 255)\",customColor:true,font:{fontColor:\"rgb(255, 255, 255)\",offsetX:0,offsetY:0,userSelect:\"none\",whiteSpace:\"nowrap\"},fontControlType:{},height:\"100%\",horizontalAlignment:\"center\",hoverColor:'var(--token-72b86f6d-ecf2-430c-832e-7fc24865b564, rgb(72, 52, 123)) /* {\"name\":\"Color / Lavender\"} */',id:\"Pp8Wimnyk\",image:{backgroundPositionX:50,backgroundPositionY:50,backgroundScale:100,backgroundScaleBooelan:false,backgroundSize:\"auto\"},layoutId:\"Pp8Wimnyk\",leftColor:\"rgb(255, 255, 255)\",padding:0,paddingBottom:0,paddingIsMixed:false,paddingLeft:0,paddingRight:0,paddingTop:0,radius:1e3,radiusBottomLeft:1e3,radiusBottomRight:1e3,radiusIsMixed:false,radiusTopLeft:1e3,radiusTopRight:1e3,rightColor:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},text:\"\",textRotation:0,topColor:\"rgb(255, 255, 255)\",transitionOptions:{damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"},verticalAlignment:\"center\",width:\"100%\"})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-i6qs4k-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"iQq_l5pNO-container\",name:\"Icon\",transition:transition,children:/*#__PURE__*/ _jsx(Material,{color:'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */',height:\"100%\",iconSearch:\"Email\",iconSelection:\"Twitter\",iconStyle15:P7cUZIzKZJLNpO7owx,iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"iQq_l5pNO\",layoutId:\"iQq_l5pNO\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})});});const css=['.framer-j4zKS [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j4zKS .framer-sk8ary { display: block; }\",\".framer-j4zKS .framer-1fx5bl8 { height: 100px; overflow: hidden; position: relative; width: 100px; }\",\".framer-j4zKS .framer-3zd2ph-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-j4zKS .framer-i6qs4k-container { flex: none; height: 32px; left: calc(50.00000000000002% - 32px / 2); pointer-events: none; position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 32px; z-index: 2; }\",\".framer-j4zKS.framer-v-c7lw29 .framer-1fx5bl8 { height: 50px; width: 50px; }\",\".framer-j4zKS.framer-v-c7lw29 .framer-i6qs4k-container { height: 20px; left: calc(50.00000000000002% - 20px / 2); top: calc(50.00000000000002% - 20px / 2); width: 20px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kzXatndcO\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n */ const FramertatM2SPyc=withCSS(Component,css,\"framer-j4zKS\");export default FramertatM2SPyc;FramertatM2SPyc.displayName=\"Twitter\";FramertatM2SPyc.defaultProps={height:100,width:100};addPropertyControls(FramertatM2SPyc,{variant:{options:[\"IJOESTgTf\",\"kzXatndcO\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramertatM2SPyc,[...DirectionAwareFonts,...MaterialFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertatM2SPyc\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"100\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kzXatndcO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"100\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tatM2SPyc.map", "import{jsx as _jsx}from\"react/jsx-runtime\";const shareOnTwitter=()=>{const shareLink=encodeURI(\"Check out this experiment by @vennsoh \u2014 direction-aware.framer.website\");const shareWindow=window.open(`https://twitter.com/intent/tweet?text=${shareLink}`,\"_blank\",\"height=700,width=700,left=0,top=0,resizable=yes,scrollbars=yes,status=yes\");shareWindow.blur();window.focus();};export function shareTwitter(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,onClick:()=>{shareOnTwitter();}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"shareTwitter\":{\"type\":\"reactHoc\",\"name\":\"shareTwitter\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Share.map", "// Generated by Framer (b964d09)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";import { addFonts, Container, cx, GeneratedComponentContext, getFonts, Link, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useHydratedBreakpointVariants, withCSS, withFX } from \"framer\";import { LayoutGroup, motion } from \"framer-motion\";import * as React from \"react\";import Noise from \"https://framerusercontent.com/modules/bamMgJhjMszHbcnxCtZj/20nHFbpxFqdlchR1dDZF/Noise.js\";import NoiseGradient from \"https://framerusercontent.com/modules/cFjPtjbJ051ozDpEHU2p/DcTNk63d3WvgOq1OUG6s/NoiseGradient.js\";import DirectionAware from \"https://framerusercontent.com/modules/EduBYPSvxSLEqR1HiNdy/84wKTTAUIAnfMcjxmqQd/DirectionAware.js\";import Link1 from \"#framer/local/canvasComponent/BK3d8Si_y/BK3d8Si_y.js\";import Button from \"#framer/local/canvasComponent/DzIbIVfVU/DzIbIVfVU.js\";import Shape from \"#framer/local/canvasComponent/R1gBsvhMR/R1gBsvhMR.js\";import Twitter from \"#framer/local/canvasComponent/tatM2SPyc/tatM2SPyc.js\";import { shareTwitter } from \"#framer/local/codeFile/WZhLz6b/Share.js\";import metadataProvider from \"#framer/local/webPageMetadata/gMpfa5fzF/gMpfa5fzF.js\";const NoiseFonts = getFonts(Noise);const DirectionAwareFonts = getFonts(DirectionAware);const ShapeFonts = getFonts(Shape);const MotionDivWithFX = withFX(motion.div);const TwitterFonts = getFonts(Twitter);const TwitterShareTwitter = shareTwitter(Twitter);const Link1Fonts = getFonts(Link1);const ButtonFonts = getFonts(Button);const NoiseGradientFonts = getFonts(NoiseGradient);const cycleOrder = [\"ZeTi_lLrC\", \"JE8t6fICn\", \"K_01rhZ38\"];const breakpoints = { JE8t6fICn: \"(min-width: 810px) and (max-width: 1199px)\", K_01rhZ38: \"(max-width: 809px)\", ZeTi_lLrC: \"(min-width: 1200px)\" };const isBrowser = () => typeof document !== \"undefined\";const variantClassNames = { JE8t6fICn: \"framer-v-1mrr0cd\", K_01rhZ38: \"framer-v-bki7bs\", ZeTi_lLrC: \"framer-v-lbho1g\" };if (isBrowser()) {removeHiddenBreakpointLayers(\"ZeTi_lLrC\", breakpoints, variantClassNames);}const humanReadableVariantMap = { Desktop: \"ZeTi_lLrC\", Phone: \"K_01rhZ38\", Tablet: \"JE8t6fICn\" };const transitions = { default: { duration: 0 } };const transition1 = { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" };const animation = { boxShadow: \"0px 0.7961918735236395px 0.7961918735236395px 0px rgba(10, 6, 29, 0.00796), 0px 2.414506143104518px 2.414506143104518px 0px rgba(10, 6, 29, 0.02415), 0px 6.382653521484461px 6.382653521484461px 0px rgba(10, 6, 29, 0.06383), 0px 20px 20px 0px rgba(10, 6, 29, 0.2)\", opacity: 1, rotate: 0, scale: .9, transition: transition1, y: -20 };const transformTemplate = (_, t) => `perspective(1200px) ${t}`;const transition2 = { damping: 30, delay: 0, mass: 1, stiffness: 400, type: \"spring\" };const animation1 = { opacity: 1, rotate: 0, scale: .9, transition: transition2 };const animation2 = { boxShadow: \"0px 0.7961918735236395px 0.7961918735236395px 0px rgba(10, 6, 29, 0.00796), 0px 2.414506143104518px 2.414506143104518px 0px rgba(10, 6, 29, 0.02415), 0px 6.382653521484461px 6.382653521484461px 0px rgba(10, 6, 29, 0.06383), 0px 20px 20px 0px rgba(10, 6, 29, 0.2)\", opacity: 1, rotate: 0, rotateX: 20, rotateY: 0, scale: .8, transition: transition1, y: -60 };const animation3 = { opacity: 1, rotate: 180, scale: .8, transition: transition1 };const transition3 = { delay: 0, duration: 5, ease: [0, 0, 1, 1], type: \"tween\" };const animation4 = { opacity: 1, rotate: 360, scale: 1, x: 0, y: 0 };const animation5 = { opacity: 1, rotate: 0, scale: .8, transition: transition1 };const transformTemplate1 = (_, t) => `translateX(-50%) ${t} rotate(-90deg)`;const metadata = metadataProvider();const Component = /*#__PURE__*/React.forwardRef(function ({ id, style, className, width, height, layoutId, variant: outerVariant = \"ZeTi_lLrC\", ...restProps }, ref) {const outerVariantId = humanReadableVariantMap[outerVariant];const variant = outerVariantId || outerVariant;React.useLayoutEffect(() => {const metadata1 = metadataProvider();document.title = metadata1.title || \"\";if (metadata1.viewport) {var _document_querySelector;(_document_querySelector = document.querySelector('meta[name=\"viewport\"]')) === null || _document_querySelector === void 0 ? void 0 : _document_querySelector.setAttribute(\"content\", metadata1.viewport);}if (metadata1.bodyClassName) {Array.from(document.body.classList).filter((c) => c.startsWith(\"framer-body-\")).map((c) => document.body.classList.remove(c));document.body.classList.add(metadata1.bodyClassName);}}, []);const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);const gestureVariant = undefined;const transition = transitions.default;const defaultLayoutId = React.useId();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, { value: { primaryVariantId: \"ZeTi_lLrC\", variantClassNames }, children: /*#__PURE__*/_jsx(LayoutGroup, { id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId, children: /*#__PURE__*/_jsxs(motion.div, { className: cx(\"framer-opM1q\"), style: { display: \"contents\" }, children: [/*#__PURE__*/_jsxs(motion.div, { ...restProps, className: cx(\"framer-lbho1g\", className), ref: ref, style: { ...style }, children: [/*#__PURE__*/_jsx(Container, { className: \"framer-1x39g60-container\", children: /*#__PURE__*/_jsx(Noise, { backgroundSize: 128, borderRadius: 0, height: \"100%\", id: \"TIxUvXSp9\", layoutId: \"TIxUvXSp9\", opacity: .5, style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1b40dvy\", \"data-framer-name\": \"Content\", name: \"Content\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-356snb\", \"data-framer-name\": \"Grid\", name: \"Grid\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-uj62tn\", \"data-framer-name\": \"Col \", name: \"Col \", children: [/*#__PURE__*/_jsx(motion.div, { className: \"framer-oh3jur\", \"data-framer-name\": \"Intro\", name: \"Intro\", children: /*#__PURE__*/_jsx(Container, { className: \"framer-3lapk-container\", children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { JE8t6fICn: { fontControlType: { fontFamily: '\"Poppins\", \"Poppins Placeholder\", sans-serif', fontSize: \"24px\", fontStyle: \"normal\", fontWeight: 400, letterSpacing: \"0px\", lineHeight: \"1.2em\", textAlign: \"left\" } }, K_01rhZ38: { font: { fontColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Neutral / Darkest\"} */', offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"pre\" }, fontControlType: { fontFamily: '\"Poppins\", \"Poppins Placeholder\", sans-serif', fontSize: \"14px\", fontStyle: \"normal\", fontWeight: 400, letterSpacing: \"0px\", lineHeight: \"1.2em\", textAlign: \"left\" }, horizontalAlignment: \"center\", text: \"Craft the direction aware effect\\nto your imagination with this\\nFramer component\", textRotation: -90, verticalAlignment: \"center\" } }, children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: \"rgba(0, 0, 0, 0)\", border: { borderBottomWidth: 0, borderColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Neutral / Darkest\"} */', borderIsMixed: true, borderLeftWidth: 2, borderRightWidth: 0, borderStyle: \"solid\", borderTopWidth: 2, borderWidth: 2 }, bottomColor: 'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */', customColor: false, font: { fontColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Neutral / Darkest\"} */', offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"pre-wrap\" }, fontControlType: { fontFamily: '\"Poppins\", \"Poppins Placeholder\", sans-serif', fontSize: \"32px\", fontStyle: \"normal\", fontWeight: 400, letterSpacing: \"0px\", lineHeight: \"1.2em\", textAlign: \"left\" }, height: \"100%\", horizontalAlignment: \"flex-start\", hoverColor: 'var(--token-0062de28-9190-4817-a432-240cc69dee86, rgb(236, 0, 0)) /* {\"name\":\"Color / Crimson\"} */', id: \"nQ7jdXow1\", image: { backgroundPositionX: 50, backgroundPositionY: 50, backgroundScale: 100, backgroundScaleBooelan: false, backgroundSize: \"auto\" }, layoutId: \"nQ7jdXow1\", leftColor: 'var(--token-767e85bc-40c4-4d51-aea6-217321305f4d, rgb(37, 87, 169)) /* {\"name\":\"Color / Azure\"} */', padding: 24, paddingBottom: 24, paddingIsMixed: false, paddingLeft: 24, paddingRight: 24, paddingTop: 24, radius: 16, radiusBottomLeft: 0, radiusBottomRight: 0, radiusIsMixed: true, radiusTopLeft: 16, radiusTopRight: 0, rightColor: 'var(--token-72b86f6d-ecf2-430c-832e-7fc24865b564, rgb(72, 52, 123)) /* {\"name\":\"Color / Lavender\"} */', style: { height: \"100%\", width: \"100%\" }, text: \"Craft the direction aware effect to your imagination with this Framer component\", textRotation: 0, topColor: 'var(--token-0062de28-9190-4817-a432-240cc69dee86, rgb(236, 0, 0)) /* {\"name\":\"Color / Crimson\"} */', transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"flex-start\", width: \"100%\" }) }) }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-ajif8s\", \"data-framer-name\": \"Shape\", name: \"Shape\", transformTemplate: transformTemplate, whileHover: animation, children: /*#__PURE__*/_jsx(Container, { className: \"framer-1c4f984-container\", children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { JE8t6fICn: { text: \"Seamlessly \\nblends with \\nFramer\" }, K_01rhZ38: { fontControlType: { fontFamily: '\"Poppins\", \"Poppins Placeholder\", sans-serif', fontSize: \"14px\", fontStyle: \"normal\", fontWeight: 400, letterSpacing: \"0px\", lineHeight: \"1.2em\", textAlign: \"center\" }, text: \"Seamlessly\\nblends with \\nFramer\\n\" } }, children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: \"rgba(0, 0, 0, 0)\", border: { borderBottomWidth: 1, borderColor: \"rgb(255, 255, 255)\", borderIsMixed: false, borderLeftWidth: 1, borderRightWidth: 1, borderStyle: \"none\", borderTopWidth: 1, borderWidth: 1 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: 'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */', offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"pre-wrap\" }, fontControlType: { fontFamily: '\"Poppins\", \"Poppins Placeholder\", sans-serif', fontSize: \"24px\", fontStyle: \"normal\", fontWeight: 400, letterSpacing: \"0px\", lineHeight: \"1.2em\", textAlign: \"center\" }, height: \"100%\", horizontalAlignment: \"center\", hoverColor: 'var(--token-0062de28-9190-4817-a432-240cc69dee86, rgb(236, 0, 0)) /* {\"name\":\"Color / Crimson\"} */', id: \"udLw1N_Aw\", image: { backgroundPositionX: 50, backgroundPositionY: 50, backgroundScale: 100, backgroundScaleBooelan: false, backgroundSize: \"auto\" }, layoutId: \"udLw1N_Aw\", leftColor: \"rgb(255, 255, 255)\", padding: 0, paddingBottom: 0, paddingIsMixed: false, paddingLeft: 0, paddingRight: 0, paddingTop: 0, radius: 1e3, radiusBottomLeft: 1e3, radiusBottomRight: 1e3, radiusIsMixed: false, radiusTopLeft: 1e3, radiusTopRight: 1e3, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", width: \"100%\" }, text: \"Seamlessly blends with Framer\", textRotation: 0, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }) }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1cbvbp7\", \"data-framer-name\": \"Shape\", name: \"Shape\", children: /*#__PURE__*/_jsx(Container, { className: \"framer-insmgz-container\", children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { JE8t6fICn: { image: { backgroundImage: new URL(\"https://framerusercontent.com/images/fb5ki513gKVpllOewsvj7yElFQ.svg\").href, backgroundPositionX: 50, backgroundPositionY: 3, backgroundScale: 310, backgroundScaleBooelan: true, backgroundSize: \"auto\" } }, K_01rhZ38: { image: { backgroundImage: new URL(\"https://framerusercontent.com/images/fb5ki513gKVpllOewsvj7yElFQ.svg\").href, backgroundPositionX: 50, backgroundPositionY: 3, backgroundScale: 380, backgroundScaleBooelan: true, backgroundSize: \"auto\" } } }, children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: \"rgba(255, 255, 255, 0)\", border: { borderBottomWidth: 2, borderColor: \"rgb(184, 184, 184)\", borderIsMixed: false, borderLeftWidth: 2, borderRightWidth: 2, borderStyle: \"none\", borderTopWidth: 2, borderWidth: 2 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: \"rgb(0, 0, 0)\", offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"pre-wrap\" }, fontControlType: {}, height: \"100%\", horizontalAlignment: \"flex-start\", hoverColor: \"rgba(255, 255, 255, 0)\", id: \"rovsfvPGg\", image: { backgroundImage: new URL(\"https://framerusercontent.com/images/fb5ki513gKVpllOewsvj7yElFQ.svg\").href, backgroundPositionX: 50, backgroundPositionY: 3, backgroundScale: 270, backgroundScaleBooelan: true, backgroundSize: \"auto\" }, layoutId: \"rovsfvPGg\", leftColor: \"rgb(255, 255, 255)\", padding: 0, paddingBottom: 0, paddingIsMixed: true, paddingLeft: 24, paddingRight: 0, paddingTop: 0, radius: 16, radiusBottomLeft: 0, radiusBottomRight: 16, radiusIsMixed: true, radiusTopLeft: 16, radiusTopRight: 16, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", width: \"100%\" }, text: \"\\n\", textRotation: 0, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }) }) }), /*#__PURE__*/_jsx(Link, { href: \"https://labs.eevennsoh.com/experiment/direction-aware-hover\", openInNewTab: true, children: /*#__PURE__*/_jsx(motion.a, { className: \"framer-if5tbo framer-13z9eji\", \"data-framer-name\": \"Button\", name: \"Button\", children: /*#__PURE__*/_jsx(Container, { className: \"framer-1sh6w7f-container\", children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { K_01rhZ38: { fontControlType: { fontFamily: '\"Poppins\", \"Poppins Placeholder\", sans-serif', fontSize: \"14px\", fontStyle: \"normal\", fontWeight: 400, letterSpacing: \"0px\", lineHeight: \"1.2em\", textAlign: \"center\" } } }, children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: \"rgba(0, 0, 0, 0)\", border: { borderBottomWidth: 2, borderColor: \"rgb(184, 184, 184)\", borderIsMixed: false, borderLeftWidth: 2, borderRightWidth: 2, borderStyle: \"none\", borderTopWidth: 2, borderWidth: 2 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: 'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */', offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"pre-wrap\" }, fontControlType: { fontFamily: '\"Poppins\", \"Poppins Placeholder\", sans-serif', fontSize: \"24px\", fontStyle: \"normal\", fontWeight: 400, letterSpacing: \"0px\", lineHeight: \"1.2em\", textAlign: \"center\" }, height: \"100%\", horizontalAlignment: \"center\", hoverColor: 'var(--token-0062de28-9190-4817-a432-240cc69dee86, rgb(236, 0, 0)) /* {\"name\":\"Color / Crimson\"} */', id: \"oNUYIeLT5\", image: { backgroundPositionX: 50, backgroundPositionY: 50, backgroundScale: 100, backgroundScaleBooelan: false, backgroundSize: \"auto\" }, layoutId: \"oNUYIeLT5\", leftColor: \"rgb(255, 255, 255)\", padding: 24, paddingBottom: 24, paddingIsMixed: false, paddingLeft: 24, paddingRight: 24, paddingTop: 24, radius: 1e3, radiusBottomLeft: 100, radiusBottomRight: 100, radiusIsMixed: true, radiusTopLeft: 0, radiusTopRight: 100, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", width: \"100%\" }, text: \"Behind the scenes \u2197\", textRotation: 0, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }) }) }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-c0ntms\", \"data-framer-name\": \"Shape\", name: \"Shape\", children: /*#__PURE__*/_jsx(Container, { className: \"framer-bd10of-container\", children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: \"rgba(255, 255, 255, 0)\", border: { borderBottomWidth: 0, borderColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Neutral / Darkest\"} */', borderIsMixed: true, borderLeftWidth: 0, borderRightWidth: 2, borderStyle: \"solid\", borderTopWidth: 2, borderWidth: 2 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: \"rgb(255, 255, 255)\", offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"nowrap\" }, fontControlType: {}, height: \"100%\", horizontalAlignment: \"center\", hoverColor: \"rgba(255, 255, 255, 0)\", id: \"Ul1lGmSSx\", image: { backgroundPositionX: 50, backgroundPositionY: 50, backgroundScale: 100, backgroundScaleBooelan: false, backgroundSize: \"auto\" }, layoutId: \"Ul1lGmSSx\", leftColor: \"rgb(255, 255, 255)\", padding: 0, paddingBottom: 0, paddingIsMixed: false, paddingLeft: 0, paddingRight: 0, paddingTop: 0, radius: 16, radiusBottomLeft: 0, radiusBottomRight: 0, radiusIsMixed: true, radiusTopLeft: 0, radiusTopRight: 16, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", width: \"100%\" }, text: \"\", textRotation: 0, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-143gzmx\", \"data-framer-name\": \"Shape\", name: \"Shape\", children: /*#__PURE__*/_jsx(Container, { className: \"framer-1iae4yn-container\", children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { JE8t6fICn: { image: { backgroundImage: new URL(\"https://framerusercontent.com/images/R7NnC6Lv6u5ssZZtkRrE8tNWs.svg\").href, backgroundPositionX: 50, backgroundPositionY: 5, backgroundScale: 220, backgroundScaleBooelan: true, backgroundSize: \"cover\" } }, K_01rhZ38: { image: { backgroundImage: new URL(\"https://framerusercontent.com/images/R7NnC6Lv6u5ssZZtkRrE8tNWs.svg\").href, backgroundPositionX: 50, backgroundPositionY: 5, backgroundScale: 290, backgroundScaleBooelan: true, backgroundSize: \"cover\" } } }, children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: \"rgba(0, 0, 0, 0)\", border: { borderBottomWidth: 2, borderColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Neutral / Darkest\"} */', borderIsMixed: false, borderLeftWidth: 2, borderRightWidth: 2, borderStyle: \"solid\", borderTopWidth: 2, borderWidth: 2 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Midnight\"} */', offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"pre-wrap\" }, fontControlType: {}, height: \"100%\", horizontalAlignment: \"center\", hoverColor: \"rgba(10, 6, 29, 0.5)\", id: \"jBuRRXr4l\", image: { backgroundImage: new URL(\"https://framerusercontent.com/images/R7NnC6Lv6u5ssZZtkRrE8tNWs.svg\").href, backgroundPositionX: 50, backgroundPositionY: 0, backgroundScale: 200, backgroundScaleBooelan: false, backgroundSize: \"cover\" }, layoutId: \"jBuRRXr4l\", leftColor: \"rgb(255, 255, 255)\", padding: 0, paddingBottom: 0, paddingIsMixed: false, paddingLeft: 0, paddingRight: 0, paddingTop: 0, radius: 1e3, radiusBottomLeft: 24, radiusBottomRight: 24, radiusIsMixed: true, radiusTopLeft: 200, radiusTopRight: 200, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", width: \"100%\" }, text: \"\", textRotation: 0, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }) }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1l5lg4f\", \"data-framer-name\": \"Shape\", name: \"Shape\", whileHover: animation1, children: /*#__PURE__*/_jsx(Container, { className: \"framer-1mityno-container\", children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { K_01rhZ38: { variant: \"Q0ORqwehe\" } }, children: /*#__PURE__*/_jsx(Shape, { height: \"100%\", id: \"aylv8vDjL\", layoutId: \"aylv8vDjL\", style: { height: \"100%\", width: \"100%\" }, variant: \"a41jS_PX7\", width: \"100%\" }) }) }) }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1zwr9g\", \"data-framer-name\": \"Shape\", name: \"Shape\", transformTemplate: transformTemplate, whileHover: animation2, children: [/*#__PURE__*/_jsx(Container, { className: \"framer-1j92emb-container\", children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Midnight\"} */', border: { borderBottomWidth: 1, borderColor: \"rgb(255, 255, 255)\", borderIsMixed: false, borderLeftWidth: 1, borderRightWidth: 1, borderStyle: \"none\", borderTopWidth: 1, borderWidth: 1 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: 'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */', offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"pre-wrap\" }, fontControlType: {}, height: \"100%\", horizontalAlignment: \"center\", hoverColor: 'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */', id: \"m5h1B9COY\", image: { backgroundPositionX: 50, backgroundPositionY: 50, backgroundScale: 100, backgroundScaleBooelan: false, backgroundSize: \"auto\" }, layoutId: \"m5h1B9COY\", leftColor: \"rgb(255, 255, 255)\", padding: 0, paddingBottom: 0, paddingIsMixed: false, paddingLeft: 0, paddingRight: 0, paddingTop: 0, radius: 16, radiusBottomLeft: 16, radiusBottomRight: 16, radiusIsMixed: false, radiusTopLeft: 16, radiusTopRight: 16, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", width: \"100%\" }, text: \"\", textRotation: 0, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1azaur8\", \"data-framer-name\": \"Line\", name: \"Line\" })] }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-g1zr4j\", \"data-framer-name\": \"Shape\", name: \"Shape\", transformTemplate: transformTemplate, whileHover: animation2, children: [/*#__PURE__*/_jsx(Container, { className: \"framer-1eua0ah-container\", children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Midnight\"} */', border: { borderBottomWidth: 1, borderColor: \"rgb(255, 255, 255)\", borderIsMixed: false, borderLeftWidth: 1, borderRightWidth: 1, borderStyle: \"none\", borderTopWidth: 1, borderWidth: 1 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: 'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */', offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"pre-wrap\" }, fontControlType: {}, height: \"100%\", horizontalAlignment: \"center\", hoverColor: 'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */', id: \"FHr6KYXDp\", image: { backgroundPositionX: 50, backgroundPositionY: 50, backgroundScale: 100, backgroundScaleBooelan: false, backgroundSize: \"auto\" }, layoutId: \"FHr6KYXDp\", leftColor: \"rgb(255, 255, 255)\", padding: 0, paddingBottom: 0, paddingIsMixed: false, paddingLeft: 0, paddingRight: 0, paddingTop: 0, radius: 16, radiusBottomLeft: 16, radiusBottomRight: 16, radiusIsMixed: false, radiusTopLeft: 16, radiusTopRight: 16, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", width: \"100%\" }, text: \"\", textRotation: 0, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-yl3vnh\", \"data-framer-name\": \"Line\", name: \"Line\" })] })] }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1mp6gxo\", \"data-framer-name\": \"Col 2\", name: \"Col 2\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-16iqc49\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-2ag1ct\", \"data-framer-name\": \"Circle\", name: \"Circle\", whileHover: animation3, children: [/*#__PURE__*/_jsx(Container, { className: \"framer-1jhal38-container\", children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { K_01rhZ38: { style: { height: \"100%\", maxWidth: \"100%\", width: \"100%\" } } }, children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Neutral / Darkest\"} */', border: { borderBottomWidth: 1, borderColor: \"rgb(255, 255, 255)\", borderIsMixed: false, borderLeftWidth: 1, borderRightWidth: 1, borderStyle: \"none\", borderTopWidth: 1, borderWidth: 1 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: \"rgb(255, 255, 255)\", offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"nowrap\" }, fontControlType: {}, height: \"100%\", horizontalAlignment: \"center\", hoverColor: 'var(--token-72b86f6d-ecf2-430c-832e-7fc24865b564, rgb(72, 52, 123)) /* {\"name\":\"Color / Lavender\"} */', id: \"MvCTGl_8T\", image: { backgroundPositionX: 50, backgroundPositionY: 50, backgroundScale: 100, backgroundScaleBooelan: false, backgroundSize: \"auto\" }, layoutId: \"MvCTGl_8T\", leftColor: \"rgb(255, 255, 255)\", padding: 0, paddingBottom: 0, paddingIsMixed: false, paddingLeft: 0, paddingRight: 0, paddingTop: 0, radius: 1e3, radiusBottomLeft: 1e3, radiusBottomRight: 1e3, radiusIsMixed: false, radiusTopLeft: 1e3, radiusTopRight: 1e3, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", maxHeight: \"100%\", maxWidth: \"100%\", width: \"100%\" }, text: \"\", textRotation: 0, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-vre8w4\", \"data-framer-name\": \"Line\", name: \"Line\" })] }), /*#__PURE__*/_jsx(MotionDivWithFX, { __framer__loop: animation4, __framer__loopEffectEnabled: true, __framer__loopRepeatDelay: 0, __framer__loopRepeatType: \"loop\", __framer__loopTransition: transition3, __perspectiveFX: false, __targetOpacity: 1, className: \"framer-1bbg7tq\", \"data-framer-name\": \"Circle\", name: \"Circle\", whileHover: animation3, children: /*#__PURE__*/_jsx(Container, { className: \"framer-1qqnm9v-container\", children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { K_01rhZ38: { fontControlType: { fontFamily: '\"Poppins\", \"Poppins Placeholder\", sans-serif', fontSize: \"32px\", fontStyle: \"normal\", fontWeight: 400, letterSpacing: \"0px\", lineHeight: \"1em\", textAlign: \"center\" } } }, children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Neutral / Darkest\"} */', border: { borderBottomWidth: 1, borderColor: \"rgb(255, 255, 255)\", borderIsMixed: false, borderLeftWidth: 1, borderRightWidth: 1, borderStyle: \"none\", borderTopWidth: 1, borderWidth: 1 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: 'var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166)) /* {\"name\":\"Color / Peach\"} */', offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"nowrap\" }, fontControlType: { fontFamily: '\"Poppins\", \"Poppins Placeholder\", sans-serif', fontSize: \"64px\", fontStyle: \"normal\", fontWeight: 400, letterSpacing: \"0px\", lineHeight: \"1em\", textAlign: \"center\" }, height: \"100%\", horizontalAlignment: \"center\", hoverColor: 'var(--token-0062de28-9190-4817-a432-240cc69dee86, rgb(236, 0, 0)) /* {\"name\":\"Color / Crimson\"} */', id: \"VIQzmV5G_\", image: { backgroundPositionX: 50, backgroundPositionY: 50, backgroundScale: 100, backgroundScaleBooelan: false, backgroundSize: \"auto\" }, layoutId: \"VIQzmV5G_\", leftColor: \"rgb(255, 255, 255)\", padding: 0, paddingBottom: 0, paddingIsMixed: false, paddingLeft: 0, paddingRight: 0, paddingTop: 0, radius: 1e3, radiusBottomLeft: 1e3, radiusBottomRight: 1e3, radiusIsMixed: false, radiusTopLeft: 1e3, radiusTopRight: 1e3, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", maxWidth: \"100%\", width: \"100%\" }, text: \"\u273A\", textRotation: 0, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }) }) }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1vwjlul\", \"data-framer-name\": \"Circle\", name: \"Circle\", whileHover: animation3, children: [/*#__PURE__*/_jsx(Container, { className: \"framer-z9nqag-container\", children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Neutral / Darkest\"} */', border: { borderBottomWidth: 1, borderColor: \"rgb(255, 255, 255)\", borderIsMixed: false, borderLeftWidth: 1, borderRightWidth: 1, borderStyle: \"none\", borderTopWidth: 1, borderWidth: 1 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: \"rgb(255, 255, 255)\", offsetX: 0, offsetY: 0, userSelect: \"none\", whiteSpace: \"nowrap\" }, fontControlType: {}, height: \"100%\", horizontalAlignment: \"center\", hoverColor: 'var(--token-72b86f6d-ecf2-430c-832e-7fc24865b564, rgb(72, 52, 123)) /* {\"name\":\"Color / Lavender\"} */', id: \"p8o1KBZdJ\", image: { backgroundPositionX: 50, backgroundPositionY: 50, backgroundScale: 100, backgroundScaleBooelan: false, backgroundSize: \"auto\" }, layoutId: \"p8o1KBZdJ\", leftColor: \"rgb(255, 255, 255)\", padding: 0, paddingBottom: 0, paddingIsMixed: false, paddingLeft: 0, paddingRight: 0, paddingTop: 0, radius: 1e3, radiusBottomLeft: 1e3, radiusBottomRight: 1e3, radiusIsMixed: false, radiusTopLeft: 1e3, radiusTopRight: 1e3, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", maxWidth: \"100%\", width: \"100%\" }, text: \"\", textRotation: 0, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-34u30w\", \"data-framer-name\": \"Line\", name: \"Line\" })] }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-13oghxn\", \"data-framer-name\": \"Button\", name: \"Button\", whileHover: animation5, children: /*#__PURE__*/_jsx(Container, { className: \"framer-6v1oet-container\", children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { K_01rhZ38: { variant: \"kzXatndcO\" } }, children: /*#__PURE__*/_jsx(TwitterShareTwitter, { height: \"100%\", id: \"z4CRle3r6\", layoutId: \"z4CRle3r6\", style: { height: \"100%\", width: \"100%\" }, variant: \"IJOESTgTf\", width: \"100%\" }) }) }) })] }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-5rdvcu\", \"data-framer-name\": \"Shape\", name: \"Shape\", children: [/*#__PURE__*/_jsx(Container, { className: \"framer-1m1pben-container\", children: /*#__PURE__*/_jsx(DirectionAware, { backgroundColor: \"rgba(255, 255, 255, 0)\", border: { borderBottomWidth: 2, borderColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Neutral / Darkest\"} */', borderIsMixed: true, borderLeftWidth: 0, borderRightWidth: 2, borderStyle: \"solid\", borderTopWidth: 0, borderWidth: 2 }, bottomColor: \"rgb(255, 255, 255)\", customColor: true, font: { fontColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Midnight\"} */', offsetX: 0, offsetY: 10, userSelect: \"none\", whiteSpace: \"pre\" }, fontControlType: { fontFamily: '\"Poppins\", sans-serif', fontSize: \"56px\", fontStyle: \"normal\", fontWeight: 900, letterSpacing: \"0px\", lineHeight: \"0.9em\", textAlign: \"left\" }, height: \"100%\", horizontalAlignment: \"center\", hoverColor: 'var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29)) /* {\"name\":\"Color / Midnight\"} */', id: \"CZrt5KDux\", image: { backgroundPositionX: 50, backgroundPositionY: 50, backgroundScale: 100, backgroundScaleBooelan: false, backgroundSize: \"auto\" }, layoutId: \"CZrt5KDux\", leftColor: \"rgb(255, 255, 255)\", padding: 0, paddingBottom: 0, paddingIsMixed: false, paddingLeft: 0, paddingRight: 0, paddingTop: 0, radius: 16, radiusBottomLeft: 0, radiusBottomRight: 16, radiusIsMixed: true, radiusTopLeft: 16, radiusTopRight: 0, rightColor: \"rgb(255, 255, 255)\", style: { height: \"100%\", maxWidth: \"100%\", width: \"100%\" }, text: \"\\n\", textRotation: 270, topColor: \"rgb(255, 255, 255)\", transitionOptions: { damping: 40, delay: 0, mass: 1, stiffness: 400, type: \"spring\" }, verticalAlignment: \"center\", width: \"100%\" }) }), /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { K_01rhZ38: { children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy05MDA=\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"32px\", \"--framer-font-weight\": \"900\", \"--framer-line-height\": \"0.9em\", \"--framer-text-color\": \"var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166))\" }, children: \"HOVER EFFECT \u2726 \" }) }) } }, children: /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsxs(React.Fragment, { children: [/*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy05MDA=\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"56px\", \"--framer-font-weight\": \"900\", \"--framer-line-height\": \"0.9em\", \"--framer-text-color\": \"var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166))\" }, children: \"HOVER\" }), /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy05MDA=\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"56px\", \"--framer-font-weight\": \"900\", \"--framer-line-height\": \"0.9em\", \"--framer-text-color\": \"var(--token-f77fa956-8d7a-4662-8e13-11783ed7eb1d, rgb(252, 189, 166))\" }, children: \"EFFECT \u2726 \" })] }), className: \"framer-13vun8p\", fonts: [\"GF;Poppins-900\"], transformTemplate: transformTemplate1, verticalAlignment: \"top\", withExternalLayout: true }) })] })] })] }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-d2cdyz\", \"data-framer-name\": \"Footer\", name: \"Footer\", children: /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1adi7cy\", \"data-framer-name\": \"Content\", name: \"Content\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-1sj4vz9\", children: [/*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { K_01rhZ38: { children: /*#__PURE__*/_jsxs(React.Fragment, { children: [/*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy02MDA=\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"24px\", \"--framer-font-weight\": \"600\", \"--framer-line-height\": \"0.9em\", \"--framer-text-color\": \"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\", \"--framer-text-transform\": \"uppercase\" }, children: \"Direction-Aware\" }), /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy02MDA=\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"24px\", \"--framer-font-weight\": \"600\", \"--framer-line-height\": \"0.9em\", \"--framer-text-color\": \"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\", \"--framer-text-transform\": \"uppercase\" }, children: \"hover component\" })] }) } }, children: /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsxs(React.Fragment, { children: [/*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy02MDA=\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"24px\", \"--framer-font-weight\": \"600\", \"--framer-text-color\": \"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\", \"--framer-text-transform\": \"uppercase\" }, children: \"Direction-Aware\" }), /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy02MDA=\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"24px\", \"--framer-font-weight\": \"600\", \"--framer-text-color\": \"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\", \"--framer-text-transform\": \"uppercase\" }, children: \"hover component\" })] }), className: \"framer-1j4oece\", fonts: [\"GF;Poppins-600\"], verticalAlignment: \"top\", withExternalLayout: true }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1qxta7\", \"data-framer-name\": \"Line container\", name: \"Line container\", children: /*#__PURE__*/_jsx(motion.div, { className: \"framer-1jb0zby\", \"data-framer-name\": \"Line\", name: \"Line\" }) })] }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1du6dce\", children: [/*#__PURE__*/_jsx(Link, { href: \"https://labs.eevennsoh.com\", children: /*#__PURE__*/_jsx(motion.a, { className: \"framer-1s04994 framer-13z9eji\", \"data-framer-name\": \"Link container\", name: \"Link container\", children: /*#__PURE__*/_jsx(Container, { className: \"framer-19olitn-container\", children: /*#__PURE__*/_jsx(Link1, { height: \"100%\", id: \"sRe1rY1xy\", layoutId: \"sRe1rY1xy\", width: \"100%\" }) }) }) }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-egbqyg\", \"data-border\": true, \"data-framer-name\": \"CTA\", name: \"CTA\", children: [/*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { K_01rhZ38: { children: /*#__PURE__*/_jsxs(React.Fragment, { children: [/*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy1yZWd1bGFy\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"12px\", \"--framer-text-color\": \"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\" }, children: \"Framer \" }), /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy1yZWd1bGFy\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"12px\", \"--framer-text-color\": \"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\" }, children: \"component\" })] }) } }, children: /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsxs(React.Fragment, { children: [/*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy1yZWd1bGFy\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"14px\", \"--framer-text-color\": \"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\" }, children: \"Framer \" }), /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7UG9wcGlucy1yZWd1bGFy\", \"--framer-font-family\": '\"Poppins\", sans-serif', \"--framer-font-size\": \"14px\", \"--framer-text-color\": \"var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, rgb(10, 6, 29))\" }, children: \"component\" })] }), className: \"framer-1vgd1ty\", fonts: [\"GF;Poppins-regular\"], verticalAlignment: \"top\", withExternalLayout: true }) }), /*#__PURE__*/_jsx(Link, { href: \"https://vennsoh.lemonsqueezy.com/checkout/buy/f418302e-e0c8-4cab-b3bc-b382384f7ede\", openInNewTab: false, children: /*#__PURE__*/_jsx(motion.a, { className: \"framer-771zky framer-13z9eji\", \"data-framer-name\": \"Button\", name: \"Button\", children: /*#__PURE__*/_jsx(Container, { className: \"framer-18osk0u-container\", children: /*#__PURE__*/_jsx(Button, { height: \"100%\", id: \"zv_dxYWOK\", layoutId: \"zv_dxYWOK\", style: { height: \"100%\", width: \"100%\" }, text: \"Get file\", width: \"100%\" }) }) }) })] })] })] }) })] }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-vha39s\", \"data-framer-name\": \"Noise suppress\", name: \"Noise suppress\" }), /*#__PURE__*/_jsx(Container, { className: \"framer-163rg8r-container\", \"data-framer-name\": \"Noise gradient\", name: \"Noise gradient\", children: /*#__PURE__*/_jsx(NoiseGradient, { angle: -120, backgroundColor: \"rgb(211, 217, 222)\", blending: \"color-burn\", brightness: 2e3, contrast: 2e3, gradientColor: \"rgba(123, 42, 35, 0.6)\", height: \"100%\", id: \"azHnjRAvM\", layoutId: \"azHnjRAvM\", name: \"Noise gradient\", overlayColor: \"rgb(84, 109, 125)\", style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-130bvr8\", \"data-framer-name\": \"Background\", name: \"Background\" })] }), /*#__PURE__*/_jsx(\"div\", { id: \"overlay\" })] }) }) });});const css = ['.framer-opM1q [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-opM1q .framer-13z9eji { display: block; }\", \".framer-opM1q .framer-lbho1g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-opM1q .framer-1x39g60-container { bottom: 0px; flex: none; left: 0px; opacity: 0.1; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 4; }\", \".framer-opM1q .framer-1b40dvy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 24px 24px 24px 24px; position: relative; width: 100%; z-index: 3; }\", \".framer-opM1q .framer-356snb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 3; }\", \".framer-opM1q .framer-uj62tn { display: grid; flex: 1 0 0px; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(6, minmax(10px, 1fr)); grid-template-rows: repeat(4, minmax(0, 1fr)); height: 100%; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-opM1q .framer-oh3jur { -webkit-backdrop-filter: blur(0px); align-self: start; backdrop-filter: blur(0px); flex: none; grid-column: auto / span 2; grid-row: auto / span 2; height: 100%; justify-self: start; overflow: hidden; position: relative; width: 100%; }\", \".framer-opM1q .framer-3lapk-container, .framer-opM1q .framer-1c4f984-container, .framer-opM1q .framer-1sh6w7f-container, .framer-opM1q .framer-1iae4yn-container, .framer-opM1q .framer-1mityno-container, .framer-opM1q .framer-1j92emb-container, .framer-opM1q .framer-1eua0ah-container { bottom: 0px; cursor: pointer; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\", '.framer-opM1q .framer-ajif8s { -webkit-backdrop-filter: blur(5px); align-self: start; backdrop-filter: blur(5px); background: radial-gradient(80% 200% at 0% 50%, var(--token-767e85bc-40c4-4d51-aea6-217321305f4d, #2557a9) /* {\"name\":\"Color / Azure\"} */ 0%, rgb(230, 0, 0) 100%); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; flex: none; grid-column: auto / span 4; height: 100%; justify-self: start; overflow: hidden; position: relative; transform: perspective(1200px); width: 100%; will-change: transform; }', \".framer-opM1q .framer-1cbvbp7 { align-self: start; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; grid-column: auto / span 4; height: 100%; justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: transform; }\", \".framer-opM1q .framer-insmgz-container, .framer-opM1q .framer-bd10of-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\", \".framer-opM1q .framer-if5tbo { -webkit-backdrop-filter: blur(5px); align-self: start; backdrop-filter: blur(5px); background-color: var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, #0a061d); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-right-radius: 100px; flex: none; grid-column: auto / span 2; height: 100%; justify-self: start; overflow: hidden; position: relative; text-decoration: none; width: 100%; will-change: transform; }\", \".framer-opM1q .framer-c0ntms { -webkit-backdrop-filter: blur(0px); align-self: start; backdrop-filter: blur(0px); border-top-right-radius: 16px; flex: none; grid-column: auto / span 4; height: 100%; justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: transform; }\", \".framer-opM1q .framer-143gzmx { -webkit-backdrop-filter: blur(0px); align-self: start; backdrop-filter: blur(0px); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 200px; border-top-right-radius: 200px; flex: none; grid-column: auto / span 2; height: 100%; justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: transform; }\", \".framer-opM1q .framer-1l5lg4f { align-self: start; flex: none; grid-column: auto / span 2; height: 100%; justify-self: start; overflow: hidden; position: relative; width: 100%; }\", \".framer-opM1q .framer-1zwr9g { align-self: start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 100%; justify-self: start; overflow: hidden; position: relative; transform: perspective(1200px); width: 100%; will-change: transform; }\", \".framer-opM1q .framer-1azaur8 { background-color: var(--token-0062de28-9190-4817-a432-240cc69dee86, #ec0000); flex: none; height: 2px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 2px / 2); width: 80px; z-index: 1; }\", \".framer-opM1q .framer-g1zr4j { align-self: start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 100%; justify-self: start; overflow: visible; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-opM1q .framer-yl3vnh { background-color: var(--token-0062de28-9190-4817-a432-240cc69dee86, #ec0000); flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 80px; z-index: 1; }\", \".framer-opM1q .framer-1mp6gxo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; z-index: 3; }\", \".framer-opM1q .framer-16iqc49 { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 200px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 200px; }\", \".framer-opM1q .framer-2ag1ct { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; justify-self: end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-opM1q .framer-1jhal38-container { cursor: pointer; flex: none; height: 100px; max-height: 100px; max-width: 100px; min-height: 50px; min-width: 50px; position: relative; width: 100px; }\", \".framer-opM1q .framer-vre8w4 { background-color: var(--token-0062de28-9190-4817-a432-240cc69dee86, #ec0000); bottom: 0px; flex: none; height: 50px; left: calc(50.00000000000002% - 2px / 2); overflow: hidden; position: absolute; width: 2px; z-index: 1; }\", \".framer-opM1q .framer-1bbg7tq, .framer-opM1q .framer-13oghxn { align-content: center; align-items: center; align-self: start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; justify-self: start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-opM1q .framer-1qqnm9v-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 100px); max-width: 100px; min-width: 50px; position: relative; width: 100px; }\", \".framer-opM1q .framer-1vwjlul { align-content: center; align-items: center; align-self: start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; justify-self: end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-opM1q .framer-z9nqag-container { flex: none; height: 100px; max-width: 100px; min-width: 50px; position: relative; width: 100px; }\", \".framer-opM1q .framer-34u30w { background-color: var(--token-0062de28-9190-4817-a432-240cc69dee86, #ec0000); flex: none; height: 50px; left: calc(50.00000000000002% - 2px / 2); overflow: hidden; position: absolute; top: 0px; width: 2px; z-index: 1; }\", \".framer-opM1q .framer-6v1oet-container { flex: none; height: 100px; position: relative; width: 100px; }\", \".framer-opM1q .framer-5rdvcu { -webkit-backdrop-filter: blur(0px); align-self: stretch; backdrop-filter: blur(0px); flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: auto; }\", \".framer-opM1q .framer-1m1pben-container { bottom: 0px; cursor: pointer; flex: none; left: 0px; max-width: 200px; min-width: 50px; position: absolute; right: 0px; top: 0px; }\", \".framer-opM1q .framer-13vun8p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; bottom: 131px; flex: none; height: auto; left: 50%; pointer-events: none; position: absolute; transform: translateX(-50%) rotate(-90deg); white-space: pre; width: auto; z-index: 2; }\", \".framer-opM1q .framer-d2cdyz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 2; }\", \".framer-opM1q .framer-1adi7cy { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 1px; z-index: 2; }\", \".framer-opM1q .framer-1sj4vz9 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 16px 0px 0px; position: relative; width: 1px; }\", \".framer-opM1q .framer-1j4oece, .framer-opM1q .framer-1vgd1ty { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-opM1q .framer-1qxta7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-opM1q .framer-1jb0zby { background-color: var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, #0a061d); flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\", \".framer-opM1q .framer-1du6dce { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-opM1q .framer-1s04994 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\", \".framer-opM1q .framer-19olitn-container { flex: none; height: auto; position: relative; width: auto; }\", '.framer-opM1q .framer-egbqyg { --border-bottom-width: 2px; --border-color: var(--token-b54cf2a9-7143-4042-bed6-3c89abf4ea69, #0a061d) /* {\"name\":\"Color / Neutral / Darkest\"} */; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 4px 4px 16px; position: relative; width: min-content; will-change: transform; }', \".framer-opM1q .framer-771zky { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 48px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\", \".framer-opM1q .framer-18osk0u-container { cursor: pointer; flex: none; height: 48px; position: relative; width: 80px; }\", \".framer-opM1q .framer-vha39s { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); bottom: 0px; flex: none; left: 0px; opacity: 0.8; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 2; }\", \".framer-opM1q .framer-163rg8r-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\", \".framer-opM1q .framer-130bvr8 { background-color: #ffffff; bottom: 0px; flex: none; left: 0px; mix-blend-mode: color-burn; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-opM1q .framer-lbho1g, .framer-opM1q .framer-1b40dvy, .framer-opM1q .framer-356snb, .framer-opM1q .framer-1mp6gxo, .framer-opM1q .framer-2ag1ct, .framer-opM1q .framer-1bbg7tq, .framer-opM1q .framer-1vwjlul, .framer-opM1q .framer-13oghxn, .framer-opM1q .framer-d2cdyz, .framer-opM1q .framer-1sj4vz9, .framer-opM1q .framer-1qxta7, .framer-opM1q .framer-1du6dce, .framer-opM1q .framer-1s04994, .framer-opM1q .framer-egbqyg, .framer-opM1q .framer-771zky { gap: 0px; } .framer-opM1q .framer-lbho1g > *, .framer-opM1q .framer-1b40dvy > *, .framer-opM1q .framer-1mp6gxo > *, .framer-opM1q .framer-1qxta7 > *, .framer-opM1q .framer-1s04994 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-opM1q .framer-lbho1g > :first-child, .framer-opM1q .framer-1b40dvy > :first-child, .framer-opM1q .framer-1mp6gxo > :first-child, .framer-opM1q .framer-1qxta7 > :first-child, .framer-opM1q .framer-1s04994 > :first-child { margin-top: 0px; } .framer-opM1q .framer-lbho1g > :last-child, .framer-opM1q .framer-1b40dvy > :last-child, .framer-opM1q .framer-1mp6gxo > :last-child, .framer-opM1q .framer-1qxta7 > :last-child, .framer-opM1q .framer-1s04994 > :last-child { margin-bottom: 0px; } .framer-opM1q .framer-356snb > *, .framer-opM1q .framer-d2cdyz > *, .framer-opM1q .framer-771zky > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-opM1q .framer-356snb > :first-child, .framer-opM1q .framer-2ag1ct > :first-child, .framer-opM1q .framer-1bbg7tq > :first-child, .framer-opM1q .framer-1vwjlul > :first-child, .framer-opM1q .framer-13oghxn > :first-child, .framer-opM1q .framer-d2cdyz > :first-child, .framer-opM1q .framer-1sj4vz9 > :first-child, .framer-opM1q .framer-1du6dce > :first-child, .framer-opM1q .framer-egbqyg > :first-child, .framer-opM1q .framer-771zky > :first-child { margin-left: 0px; } .framer-opM1q .framer-356snb > :last-child, .framer-opM1q .framer-2ag1ct > :last-child, .framer-opM1q .framer-1bbg7tq > :last-child, .framer-opM1q .framer-1vwjlul > :last-child, .framer-opM1q .framer-13oghxn > :last-child, .framer-opM1q .framer-d2cdyz > :last-child, .framer-opM1q .framer-1sj4vz9 > :last-child, .framer-opM1q .framer-1du6dce > :last-child, .framer-opM1q .framer-egbqyg > :last-child, .framer-opM1q .framer-771zky > :last-child { margin-right: 0px; } .framer-opM1q .framer-2ag1ct > *, .framer-opM1q .framer-1bbg7tq > *, .framer-opM1q .framer-1vwjlul > *, .framer-opM1q .framer-13oghxn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-opM1q .framer-1sj4vz9 > *, .framer-opM1q .framer-1du6dce > *, .framer-opM1q .framer-egbqyg > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\", \"@media (min-width: 1200px) { .framer-opM1q .hidden-lbho1g { display: none !important; } }\", \"@media (min-width: 810px) and (max-width: 1199px) { .framer-opM1q .hidden-1mrr0cd { display: none !important; } .framer-opM1q .framer-lbho1g { width: 810px; } .framer-opM1q .framer-1azaur8, .framer-opM1q .framer-yl3vnh { width: 40px; }}\", \"@media (max-width: 809px) { .framer-opM1q .hidden-bki7bs { display: none !important; } .framer-opM1q .framer-lbho1g { width: 390px; } .framer-opM1q .framer-1b40dvy { padding: 16px 16px 16px 16px; } .framer-opM1q .framer-1azaur8, .framer-opM1q .framer-yl3vnh { top: calc(49.720670391061475% - 2px / 2); width: 20px; } .framer-opM1q .framer-16iqc49 { height: 100px; width: 100px; } .framer-opM1q .framer-1jhal38-container { height: 50px; max-height: unset; max-width: 50px; width: 50px; } .framer-opM1q .framer-vre8w4, .framer-opM1q .framer-34u30w { height: 25px; } .framer-opM1q .framer-1qqnm9v-container { height: var(--framer-aspect-ratio-supported, 50px); max-width: 50px; width: 50px; } .framer-opM1q .framer-z9nqag-container { height: 50px; max-width: 50px; width: 50px; } .framer-opM1q .framer-6v1oet-container { height: 50px; width: 50px; } .framer-opM1q .framer-13vun8p { bottom: 153px; } .framer-opM1q .framer-1adi7cy { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; justify-content: flex-start; padding: 16px 0px 0px 0px; } .framer-opM1q .framer-1sj4vz9 { flex: none; gap: 8px; padding: 0px 0px 0px 0px; width: 100%; } .framer-opM1q .framer-1du6dce { gap: unset; justify-content: space-between; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-opM1q .framer-1adi7cy, .framer-opM1q .framer-1sj4vz9, .framer-opM1q .framer-1du6dce { gap: 0px; } .framer-opM1q .framer-1adi7cy > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-opM1q .framer-1adi7cy > :first-child { margin-top: 0px; } .framer-opM1q .framer-1adi7cy > :last-child { margin-bottom: 0px; } .framer-opM1q .framer-1sj4vz9 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-opM1q .framer-1sj4vz9 > :first-child { margin-left: 0px; } .framer-opM1q .framer-1sj4vz9 > :last-child { margin-right: 0px; } .framer-opM1q .framer-1du6dce > *, .framer-opM1q .framer-1du6dce > :first-child, .framer-opM1q .framer-1du6dce > :last-child { margin: 0px; } }}\"]; /**\n* This is a generated Framer component.\n* @framerIntrinsicHeight 800\n* @framerIntrinsicWidth 1200\n* @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JE8t6fICn\":{\"layout\":[\"fixed\",\"auto\"]},\"K_01rhZ38\":{\"layout\":[\"fixed\",\"auto\"]}}}\n* @framerResponsiveScreen\n*/const FramergMpfa5fzF = withCSS(Component, css, \"framer-opM1q\");export default FramergMpfa5fzF;FramergMpfa5fzF.displayName = \"Home\";FramergMpfa5fzF.defaultProps = { height: 800, width: 1200 };addFonts(FramergMpfa5fzF, [{ family: \"Poppins\", moduleAsset: { localModuleIdentifier: \"local-module:screen/gMpfa5fzF:default\", url: \"https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\" }, style: \"normal\", url: \"https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\", weight: \"400\" }, { family: \"Poppins\", moduleAsset: { localModuleIdentifier: \"local-module:screen/gMpfa5fzF:default\", url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf\" }, style: \"normal\", url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf\", weight: \"900\" }, { family: \"Poppins\", moduleAsset: { localModuleIdentifier: \"local-module:screen/gMpfa5fzF:default\", url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\" }, style: \"normal\", url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\", weight: \"600\" }, ...NoiseFonts, ...DirectionAwareFonts, ...ShapeFonts, ...TwitterFonts, ...Link1Fonts, ...ButtonFonts, ...NoiseGradientFonts]);\nexport const __FramerMetadata__ = { \"exports\": { \"Props\": { \"type\": \"tsType\", \"annotations\": { \"framerContractVersion\": \"1\" } }, \"default\": { \"type\": \"reactComponent\", \"name\": \"FramergMpfa5fzF\", \"slots\": [], \"annotations\": { \"framerIntrinsicHeight\": \"800\", \"framerResponsiveScreen\": \"\", \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JE8t6fICn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K_01rhZ38\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\", \"framerIntrinsicWidth\": \"1200\", \"framerContractVersion\": \"1\" } }, \"__FramerMetadata__\": { \"type\": \"variable\" } } };"],
  "mappings": "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",
  "names": ["Noise", "props", "opacity", "backgroundSize", "borderRadius", "p", "containerStyle", "addPropertyControls", "ControlType", "NoiseGradient", "props", "angle", "backgroundColor", "backgroundSize", "blending", "brightness", "contrast", "gradientColor", "overlayColor", "src", "size", "inset", "u", "p", "addPropertyControls", "ControlType", "DirectionAware", "props", "borderRadius", "borderWidth", "padding", "containerStyle", "segmentStyle", "color", "centerStyle", "textStyle", "hoverTransforms", "clipPaths", "translate", "u", "p", "motion", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "css", "FramerBK3d8Si_y", "withCSS", "BK3d8Si_y_default", "addFonts", "DirectionAwareFonts", "getFonts", "DirectionAware", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "Y9YQ6i675", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "css", "FramerDzIbIVfVU", "withCSS", "DzIbIVfVU_default", "addPropertyControls", "ControlType", "addFonts", "DirectionAwareFonts", "getFonts", "DirectionAware", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "css", "FramerR1gBsvhMR", "withCSS", "R1gBsvhMR_default", "addPropertyControls", "ControlType", "addFonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "o", "e", "t", "h", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "se", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "h", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "DirectionAwareFonts", "getFonts", "DirectionAware", "MaterialFonts", "Icon", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "P7cUZIzKZJLNpO7owx", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "css", "FramertatM2SPyc", "withCSS", "tatM2SPyc_default", "addPropertyControls", "ControlType", "addFonts", "shareOnTwitter", "shareLink", "window", "shareTwitter", "Component", "props", "p", "NoiseFonts", "getFonts", "Noise", "DirectionAwareFonts", "DirectionAware", "ShapeFonts", "R1gBsvhMR_default", "MotionDivWithFX", "withFX", "motion", "TwitterFonts", "tatM2SPyc_default", "TwitterShareTwitter", "shareTwitter", "Link1Fonts", "BK3d8Si_y_default", "ButtonFonts", "DzIbIVfVU_default", "NoiseGradientFonts", "NoiseGradient", "breakpoints", "isBrowser", "variantClassNames", "humanReadableVariantMap", "transitions", "transition1", "animation", "transformTemplate", "_", "t", "transition2", "animation1", "animation2", "animation3", "transition3", "animation4", "animation5", "transformTemplate1", "metadata", "gMpfa5fzF_default", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "variant", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "Noise", "PropertyOverrides", "DirectionAware", "Link", "R1gBsvhMR_default", "MotionDivWithFX", "TwitterShareTwitter", "x", "RichText", "BK3d8Si_y_default", "DzIbIVfVU_default", "NoiseGradient", "css", "FramergMpfa5fzF", "withCSS", "addFonts", "NoiseFonts", "DirectionAwareFonts", "ShapeFonts", "TwitterFonts", "Link1Fonts", "ButtonFonts", "NoiseGradientFonts", "__FramerMetadata__"]
}
