{"version":3,"file":"wDZJBSoQB.BJzLMjFt.mjs","names":["useRef","css","React.useContext","React.useMemo","React.Fragment","React.useRef","React.useId","sharedStyle.className","sharedStyle1.className","className","sharedStyle.css","sharedStyle1.css","sharedStyle.fonts","sharedStyle1.fonts"],"sources":["https:/framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js","https:/framerusercontent.com/modules/k3IngzZMJggMaZoyBM9M/qF4LSBOfep5YQ19VUFb4/yhDJgrWiU.js","https:/framerusercontent.com/modules/TNw8WvESIYXxgIfO9SIN/8IsoEDP9jjhDTpofL8gl/wDZJBSoQB.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion,useMotionTemplate,useSpring,useTransform,useMotionValue,useMotionValueEvent,transform}from\"framer-motion\";import{useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */ export default function MagText(props){const mouseX=useMotionValue(0);return /*#__PURE__*/ _jsx(\"div\",{style:{position:\"relative\",cursor:\"default\",whiteSpace:\"pre\",fontFamily:props.font.fontFamily,color:props.color,fontSize:props.font.fontSize,fontWeight:props.font.fontWeight,letterSpacing:props.font.letterSpacing,lineHeight:props.font.lineHeight},onMouseLeave:()=>{mouseX.set(Infinity);},onMouseMove:e=>{mouseX.set(e.clientX);},children:props.text.split(\"\").map((c,idx)=>/*#__PURE__*/ _jsx(Character,{c:c,mouseX:mouseX},idx))});};function Character({c,mouseX}){const ref=useRef(null);const scaleRange=[1,1.2];const scaleX=useSpring(1,{stiffness:350,damping:40});const w=useTransform(scaleX,scaleRange,[0,.07]);const padding=useTransform(scaleX,scaleRange,[0,.05]);const scaleY=useTransform(scaleX,scaleRange,[1,.95]);useMotionValueEvent(mouseX,\"change\",mx=>{if(ref.current){const{left,width}=ref.current.getBoundingClientRect();const characterCenter=left+width/2;const distance=Math.abs(characterCenter-mx);scaleX.set(transform(distance,[70,0],scaleRange));}});return /*#__PURE__*/ _jsx(motion.span,{ref:ref,style:{display:\"inline-block\",scaleX:scaleX,scaleY:scaleY,WebkitTextStrokeColor:\"currentColor\",WebkitTextStrokeWidth:useMotionTemplate`${w}em`,paddingInline:useMotionTemplate`${padding}em`},children:c});}MagText.displayName=\"MagText\";MagText.defaultProps={text:\"Colorless green ideas sleep furiously\",color:\"black\"};addPropertyControls(MagText,{text:{type:ControlType.String,title:\"Text\",defaultValue:\"Colorless green ideas sleep furiously\",displayTextArea:true},font:{title:\"Font\",type:\"font\",controls:\"extended\"},color:{type:ControlType.Color,defaultValue:\"#000\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"MagText\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./magtext.map","// Generated by Framer (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Azeret Mono-regular\",\"GF;Azeret Mono-700\",\"GF;Azeret Mono-700italic\",\"GF;Azeret Mono-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\",weight:\"400\"},{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfe_Jh17aa-5s3AA.woff2\",weight:\"700\"},{family:\"Azeret Mono\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZulryb2Z4nAN7J.woff2\",weight:\"700\"},{family:\"Azeret Mono\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkbyb2Z4nAN7J.woff2\",weight:\"400\"}]}];export const css=['.framer-mh0Fe .framer-styles-preset-1dn0hbu:not(.rich-text-wrapper), .framer-mh0Fe .framer-styles-preset-1dn0hbu.rich-text-wrapper p { --framer-font-family: \"Azeret Mono\", monospace; --framer-font-family-bold: \"Azeret Mono\", monospace; --framer-font-family-bold-italic: \"Azeret Mono\", monospace; --framer-font-family-italic: \"Azeret Mono\", monospace; --framer-font-open-type-features: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-mh0Fe\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6f76210)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MagText from\"https://framerusercontent.com/modules/FCYp8FRx320SWq9QcLcn/qpET2t2Z0ryTCtBpcD2G/magtext.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/k3IngzZMJggMaZoyBM9M/qF4LSBOfep5YQ19VUFb4/yhDJgrWiU.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zGgBP0cdCDSYPrAnN0Co/knxsH44K8q5G2Md6ae3V/Zc4rlgUye.js\";const MagTextFonts=getFonts(MagText);const cycleOrder=[\"PzjiRIRtf\",\"UIKTjozEL\"];const serializationHash=\"framer-w2cPO\";const variantClassNames={PzjiRIRtf:\"framer-v-1h502mh\",UIKTjozEL:\"framer-v-v5dn4e\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={DT:\"PzjiRIRtf\",MO:\"UIKTjozEL\"};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:\"PzjiRIRtf\"};};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:\"PzjiRIRtf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.section,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1h502mh\",className,classNames),\"data-framer-name\":\"DT\",layoutDependency:layoutDependency,layoutId:\"PzjiRIRtf\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",...style},...addPropertyOverrides({UIKTjozEL:{\"data-framer-name\":\"MO\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-iuwz6n\",\"data-framer-name\":\"Tag Wrapper\",layoutDependency:layoutDependency,layoutId:\"oWro1lB9I\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o4ej1c\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"LLU2bBPHG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\"},children:\"Get in touch\"})}),className:\"framer-y12zzk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jsCVhbB9m\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vz0zax\",layoutDependency:layoutDependency,layoutId:\"K6kO5lGws\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-173j96r\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"DTJ2CnBm8\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@plusmach.com\",nodeId:\"EA7_NjuwQ\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-g4ko1g framer-g6boeh\",\"data-framer-name\":\"CTA Row\",layoutDependency:layoutDependency,layoutId:\"EA7_NjuwQ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ijfgh0-container\",layoutDependency:layoutDependency,layoutId:\"kD_tjwIri-container\",children:/*#__PURE__*/_jsx(MagText,{color:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"72px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.05em\",lineHeight:\"1em\"},height:\"100%\",id:\"kD_tjwIri\",layoutId:\"kD_tjwIri\",text:\"hello@plusmach.com\",width:\"100%\",...addPropertyOverrides({UIKTjozEL:{font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"32px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.05em\",lineHeight:\"1em\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dn0hbu\",\"data-styles-preset\":\"yhDJgrWiU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f13a278c-724e-4e37-94e1-811137299e7a, rgba(255, 255, 255, 0.5)))\"},children:\"MAIL\"})}),className:\"framer-1wwhu3t\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UDjtv0imE\",style:{\"--extracted-r6o4lv\":\"var(--token-f13a278c-724e-4e37-94e1-811137299e7a, rgba(255, 255, 255, 0.5))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9xyxlt\",layoutDependency:layoutDependency,layoutId:\"xn7alOJGI\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"Q1VTVE9NO1NVSVQgUmVndWxhcg==\",\"--framer-font-family\":'\"SUIT Regular\", \"SUIT Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgba(255, 255, 255, 0.6))\"},children:\"PLUSMACH, 3F, 18, Dongmak-ro 9-gil, Mapo-gu, Seoul, Republic of Korea 플러스마하, 3층, 서울특별시 마포구 독막로9길 18 (서교동, 서홍빌딩)\"})}),className:\"framer-t85nbw\",fonts:[\"CUSTOM;SUIT Regular\"],layoutDependency:layoutDependency,layoutId:\"P0uHoaLHs\",style:{\"--extracted-1eung3n\":\"rgba(255, 255, 255, 0.6)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-w2cPO.framer-g6boeh, .framer-w2cPO .framer-g6boeh { display: block; }\",\".framer-w2cPO.framer-1h502mh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: 480px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-w2cPO .framer-iuwz6n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-w2cPO .framer-o4ej1c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-w2cPO .framer-y12zzk, .framer-w2cPO .framer-1wwhu3t { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-w2cPO .framer-vz0zax { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-w2cPO .framer-173j96r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-w2cPO .framer-g4ko1g { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-w2cPO .framer-1ijfgh0-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-w2cPO .framer-9xyxlt { align-content: center; align-items: center; bottom: 60px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px 20px 0px 20px; position: absolute; right: 0px; z-index: 1; }\",\".framer-w2cPO .framer-t85nbw { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-w2cPO.framer-1h502mh, .framer-w2cPO .framer-iuwz6n, .framer-w2cPO .framer-o4ej1c, .framer-w2cPO .framer-vz0zax, .framer-w2cPO .framer-173j96r, .framer-w2cPO .framer-g4ko1g, .framer-w2cPO .framer-9xyxlt { gap: 0px; } .framer-w2cPO.framer-1h502mh > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-w2cPO.framer-1h502mh > :first-child, .framer-w2cPO .framer-iuwz6n > :first-child, .framer-w2cPO .framer-o4ej1c > :first-child, .framer-w2cPO .framer-vz0zax > :first-child, .framer-w2cPO .framer-173j96r > :first-child { margin-top: 0px; } .framer-w2cPO.framer-1h502mh > :last-child, .framer-w2cPO .framer-iuwz6n > :last-child, .framer-w2cPO .framer-o4ej1c > :last-child, .framer-w2cPO .framer-vz0zax > :last-child, .framer-w2cPO .framer-173j96r > :last-child { margin-bottom: 0px; } .framer-w2cPO .framer-iuwz6n > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-w2cPO .framer-o4ej1c > *, .framer-w2cPO .framer-173j96r > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-w2cPO .framer-vz0zax > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-w2cPO .framer-g4ko1g > *, .framer-w2cPO .framer-9xyxlt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-w2cPO .framer-g4ko1g > :first-child, .framer-w2cPO .framer-9xyxlt > :first-child { margin-left: 0px; } .framer-w2cPO .framer-g4ko1g > :last-child, .framer-w2cPO .framer-9xyxlt > :last-child { margin-right: 0px; } }\",\".framer-w2cPO.framer-v-v5dn4e.framer-1h502mh { gap: 48px; width: 390px; }\",\".framer-w2cPO.framer-v-v5dn4e .framer-vz0zax { gap: 12px; }\",\".framer-w2cPO.framer-v-v5dn4e .framer-173j96r, .framer-w2cPO.framer-v-v5dn4e .framer-9xyxlt { padding: 0px 16px 0px 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-w2cPO.framer-v-v5dn4e.framer-1h502mh, .framer-w2cPO.framer-v-v5dn4e .framer-vz0zax { gap: 0px; } .framer-w2cPO.framer-v-v5dn4e.framer-1h502mh > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-w2cPO.framer-v-v5dn4e.framer-1h502mh > :first-child, .framer-w2cPO.framer-v-v5dn4e .framer-vz0zax > :first-child { margin-top: 0px; } .framer-w2cPO.framer-v-v5dn4e.framer-1h502mh > :last-child, .framer-w2cPO.framer-v-v5dn4e .framer-vz0zax > :last-child { margin-bottom: 0px; } .framer-w2cPO.framer-v-v5dn4e .framer-vz0zax > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 480\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"UIKTjozEL\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwDZJBSoQB=withCSS(Component,css,\"framer-w2cPO\");export default FramerwDZJBSoQB;FramerwDZJBSoQB.displayName=\"Footer\";FramerwDZJBSoQB.defaultProps={height:480,width:1200};addPropertyControls(FramerwDZJBSoQB,{variant:{options:[\"PzjiRIRtf\",\"UIKTjozEL\"],optionTitles:[\"DT\",\"MO\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerwDZJBSoQB,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"},{family:\"SUIT Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/7YpR2JBGAZJotlaUyH393LZnBc.woff2\"}]},...MagTextFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwDZJBSoQB\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"480\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UIKTjozEL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wDZJBSoQB.map"],"mappings":"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"}