{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/d7Pj03bGcGFBVujmUBz4/nulDS2xuivco6AheiRFL/WissenFormHorizontal.js", "ssg:https://framerusercontent.com/modules/CtZm31C7KvhvcxB5Bj5d/6E5ekuG7GSEI8q2agypw/wiGuK5saj-0.js", "ssg:https://framerusercontent.com/modules/CtZm31C7KvhvcxB5Bj5d/6E5ekuG7GSEI8q2agypw/wiGuK5saj.js", "ssg:https://framerusercontent.com/modules/d7T6BF5qZevZ7IHj3rjD/pKe8soIrvt678M91JE1h/wiGuK5saj.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useState}from\"react\";/**\n * @framerSupportedLayoutWidth fill\n * @framerSupportedLayoutHeight auto\n */const SubmitButton=()=>{let[bg,setBG]=useState(\"#ecfe72\");const darkenBG=e=>{setBG(\"#e8ff4f\");};const lightenBG=e=>{setBG(\"#ecfe72\");};return /*#__PURE__*/_jsx(\"button\",{type:\"submit\",style:{borderRadius:\"20px\",padding:\"12px 20px\",width:\"auto\",border:\"none\",fontSize:\"16px\",fontFamily:\"DIN Pro Bold\",color:\"black\",background:bg},onMouseOver:darkenBG,onMouseLeave:lightenBG,children:\"Absenden\"});};const TextInput=props=>{return /*#__PURE__*/_jsx(\"input\",{type:\"text\",name:props.name,placeholder:props.placeholder,required:true,value:props.val,onChange:props.change,style:{width:\"100%\",borderRadius:\"20px\",padding:\"12px 20px\",border:\"1px solid black\",borderBottomWidth:\"4px\",color:\"#505A64\",fontSize:\"14px\",fontFamily:\"DIN Pro Regular\",fill:\"#F2F2F2\"}});};export default function SandboxElement(props){let[fname,setFName]=useState(\"\");let[lname,setLName]=useState(\"\");let[mail,setMail]=useState(\"\");return /*#__PURE__*/_jsxs(\"form\",{onSubmit:()=>{fetch(\"https://hook.eu2.make.com/u9iw0yq37gvzl9m2aml5eftxqey3u9il\",{method:\"POST\",body:JSON.stringify({Vorname:fname,Nachname:lname,Mail:mail,Seite:window.location.pathname,origin:props.form_id==\"9\"?\"newsletter\":\"wissen form\"})});},onClick:()=>{sendAnalyticsEvent(\"form_start\",{form_id:props.form_id});},id:\"optin_form_\"+props.form_code,method:\"post\",action:\"https://login.mailingwork.de/optin/optin/execute\",acceptCharset:\"utf-8\",style:{width:\"100%\",height:\"auto\",display:\"flex\",flex:1,flexDirection:\"row\",gap:\"15px\",flexWrap:\"wrap\",justifyContent:\"center\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{width:\"40%\",minWidth:\"300px\",display:\"flex\",gap:\"15px\",flex:1,padding:\"5px\",flexDirection:\"column\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"account_id\",defaultValue:\"6060\"}),/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"account_code\",defaultValue:\"c79vZ\"}),/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"optinsetup_id\",defaultValue:props.form_id}),/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"optinsetup_code\",defaultValue:props.form_code}),/*#__PURE__*/_jsx(\"input\",{name:\"ic\",defaultValue:Date.now(),type:\"hidden\"}),/*#__PURE__*/_jsx(TextInput,{placeholder:\"Vorname\",name:\"fields[4]\",val:fname,change:e=>setFName(e.target.value)}),/*#__PURE__*/_jsx(TextInput,{placeholder:\"Nachname\",name:\"fields[3]\",val:lname,change:e=>setLName(e.target.value)}),/*#__PURE__*/_jsx(TextInput,{placeholder:\"E-Mail\",name:\"fields[12]\",val:mail,change:e=>setMail(e.target.value)})]}),/*#__PURE__*/_jsxs(\"div\",{style:{width:\"40%\",minWidth:\"300px\",display:\"flex\",gap:\"15px\",flex:1,padding:\"5px\",flexDirection:\"column\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"start\",gap:\"20px\",flex:1},children:[/*#__PURE__*/_jsx(\"input\",{name:\"fields[15]\",id:\"privacy\",type:\"checkbox\",defaultValue:\"1\",required:true}),/*#__PURE__*/_jsxs(\"label\",{htmlFor:\"privacy\",style:{color:\"white\",fontSize:\"16px\",fontFamily:\"DIN Pro Regular\"},children:[\"Ich habe die\",\" \",/*#__PURE__*/_jsx(\"a\",{href:\"https://internetwarriors.de/datenschutz/\",target:\"_blank\",children:\"Datenschutzerkl\\xe4rung\"}),\" \",\"zur Kenntnis genommen und akzeptiere sie.\"]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"start\",gap:\"20px\",flex:1},children:[/*#__PURE__*/_jsx(\"input\",{name:\"fields[27]\",id:\"newsletter\",type:\"checkbox\",defaultValue:\"1\"}),/*#__PURE__*/_jsx(\"label\",{htmlFor:\"newsletter\",style:{color:\"white\",fontSize:\"16px\",fontFamily:\"DIN Pro Regular\"},children:\"Ich m\\xf6chte einen individuellen Newsletter erhalten. Daf\\xfcr erlaube ich internetwarriors mein Nutzerverhalten zu analysieren.\"})]}),/*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",justifyContent:\"center\",width:\"100%\"},children:/*#__PURE__*/_jsx(SubmitButton,{})})]})]});}SandboxElement.defaultProps={form_id:\"9\",form_code:\"Sfj3v\"};addPropertyControls(SandboxElement,{form_id:{type:ControlType.String,title:\"Form ID\",description:\"Die ID des Formulares aus Mailingwork\"},form_code:{type:ControlType.String,title:\"Form Code\",description:\"Nur \\xe4ndern wenn absolut sicher\"}});function sendAnalyticsEvent(name,extra=undefined){window.dataLayer=window.dataLayer||[];window.dataLayer.push({event:name,...extra});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SandboxElement\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WissenFormHorizontal.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RJTiBQcm8gUmVndWxhcg==\",\"--framer-font-family\":'\"DIN Pro Regular\", \"DIN Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Newsletter\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RJTiBQcm8gQmxhY2sgSXRhbGlj\",\"--framer-font-family\":'\"DIN Pro Black Italic\", \"DIN Pro Black Italic Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"The news of the WARRIORS\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RJTiBQcm8gQmxhY2sgSXRhbGlj\",\"--framer-font-family\":'\"DIN Pro Black Italic\", \"DIN Pro Black Italic Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"The news of the WARRIORS\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5bbf1f3)\nimport*as localizedValues from\"./wiGuK5saj-0.js\";const valuesByLocaleId={UjGaMkbgC:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SandboxElement from\"https://framerusercontent.com/modules/d7Pj03bGcGFBVujmUBz4/nulDS2xuivco6AheiRFL/WissenFormHorizontal.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/CtZm31C7KvhvcxB5Bj5d/6E5ekuG7GSEI8q2agypw/wiGuK5saj.js\";const SandboxElementFonts=getFonts(SandboxElement);const cycleOrder=[\"KxccIao0e\",\"ZOYFRxFQF\"];const serializationHash=\"framer-POmsn\";const variantClassNames={KxccIao0e:\"framer-v-njp74\",ZOYFRxFQF:\"framer-v-tlma86\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"KxccIao0e\",Mobile:\"ZOYFRxFQF\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"KxccIao0e\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);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:\"KxccIao0e\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-njp74\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KxccIao0e\",ref:ref??ref1,style:{backgroundColor:\"rgb(48, 97, 97)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({ZOYFRxFQF:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-fr24t4\",\"data-framer-name\":\"boxbanner\",fill:\"black\",intrinsicHeight:188,intrinsicWidth:684,layoutDependency:layoutDependency,layoutId:\"TEv2aw1R1\",svg:'<svg width=\"684\" height=\"188\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M800.403 168.291c-2.672 10.718-13.526 17.24-24.244 14.568L46.406.911c-10.718-2.672-17.24-13.527-14.568-24.245l6.797-27.26c2.672-10.718 13.527-17.24 24.245-14.568l729.753 181.948c10.717 2.672 17.239 13.527 14.567 24.244l-6.797 27.261Z\" fill=\"#000\" fill-opacity=\".3\"/><rect x=\"857.045\" y=\"133.348\" width=\"883.283\" height=\"146\" rx=\"20\" transform=\"rotate(-166 857.045 133.348)\" fill=\"#000\" fill-opacity=\".5\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bhhnfj\",\"data-framer-name\":\"Inhalt Oben\",layoutDependency:layoutDependency,layoutId:\"ojIg09CCG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3acrdk\",\"data-border\":true,\"data-framer-name\":\"Marker Abschnitt\",layoutDependency:layoutDependency,layoutId:\"CThnmYHrn\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(196, 196, 196)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RJTiBQcm8gUmVndWxhcg==\",\"--framer-font-family\":'\"DIN Pro Regular\", \"DIN Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Newsletter\"})}),className:\"framer-r3lewm\",\"data-framer-name\":\"Kunden\",fonts:[\"CUSTOM;DIN Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"I1569:1870;1569:2678\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RJTiBQcm8gQmxhY2sgSXRhbGlj\",\"--framer-font-family\":'\"DIN Pro Black Italic\", \"DIN Pro Black Italic Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Die News der \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(236, 254, 114))\"},children:\"WARRIORS\"})]})}),className:\"framer-1a8n9hj\",\"data-framer-name\":\"Die News der WARRIORS\",fonts:[\"CUSTOM;DIN Pro Black Italic\"],layoutDependency:layoutDependency,layoutId:\"MLAgK_Cku\",style:{\"--extracted-1w3ko1f\":\"rgb(236, 254, 114)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({ZOYFRxFQF:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RJTiBQcm8gQmxhY2sgSXRhbGlj\",\"--framer-font-family\":'\"DIN Pro Black Italic\", \"DIN Pro Black Italic Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Die News der \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(236, 254, 114))\"},children:\"WARRIORS\"})]})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n0866e-container\",layoutDependency:layoutDependency,layoutId:\"UxtOG2kIL-container\",children:/*#__PURE__*/_jsx(SandboxElement,{form_code:\"qkwPT\",form_id:\"9\",height:\"100%\",id:\"UxtOG2kIL\",layoutId:\"UxtOG2kIL\",style:{width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-POmsn.framer-7b70dc, .framer-POmsn .framer-7b70dc { display: block; }\",\".framer-POmsn.framer-njp74 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 50px 0px; position: relative; width: 1150px; will-change: var(--framer-will-change-override, transform); }\",\".framer-POmsn .framer-fr24t4 { aspect-ratio: 3.6382978723404253 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 188px); position: absolute; right: 0px; top: 0px; width: 684px; z-index: 1; }\",\".framer-POmsn .framer-bhhnfj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 85%; }\",\".framer-POmsn .framer-3acrdk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 154px; }\",\".framer-POmsn .framer-r3lewm, .framer-POmsn .framer-1a8n9hj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-POmsn .framer-1n0866e-container { flex: none; height: auto; position: relative; width: 85%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-POmsn.framer-njp74, .framer-POmsn .framer-bhhnfj, .framer-POmsn .framer-3acrdk { gap: 0px; } .framer-POmsn.framer-njp74 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-POmsn.framer-njp74 > :first-child, .framer-POmsn .framer-bhhnfj > :first-child { margin-top: 0px; } .framer-POmsn.framer-njp74 > :last-child, .framer-POmsn .framer-bhhnfj > :last-child { margin-bottom: 0px; } .framer-POmsn .framer-bhhnfj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-POmsn .framer-3acrdk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-POmsn .framer-3acrdk > :first-child { margin-left: 0px; } .framer-POmsn .framer-3acrdk > :last-child { margin-right: 0px; } }\",\".framer-POmsn.framer-v-tlma86.framer-njp74 { gap: 40px; padding: 40px 0px 40px 0px; width: 360px; }\",\".framer-POmsn.framer-v-tlma86 .framer-fr24t4 { height: var(--framer-aspect-ratio-supported, 69px); width: 250px; }\",\".framer-POmsn.framer-v-tlma86 .framer-1a8n9hj { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-POmsn.framer-v-tlma86.framer-njp74 { gap: 0px; } .framer-POmsn.framer-v-tlma86.framer-njp74 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-POmsn.framer-v-tlma86.framer-njp74 > :first-child { margin-top: 0px; } .framer-POmsn.framer-v-tlma86.framer-njp74 > :last-child { margin-bottom: 0px; } }\",'.framer-POmsn[data-border=\"true\"]::after, .framer-POmsn [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 464\n * @framerIntrinsicWidth 1150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZOYFRxFQF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwiGuK5saj=withCSS(Component,css,\"framer-POmsn\");export default FramerwiGuK5saj;FramerwiGuK5saj.displayName=\"Newsletter Form\";FramerwiGuK5saj.defaultProps={height:464,width:1150};addPropertyControls(FramerwiGuK5saj,{variant:{options:[\"KxccIao0e\",\"ZOYFRxFQF\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerwiGuK5saj,[{explicitInter:true,fonts:[{family:\"DIN Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/1K7QOcXmuLPnVtRcKf0o4IsTQ.woff2\"},{family:\"DIN Pro Black Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/1GTPkfkhVfB3EQyrXOsAgnEmcaE.woff2\"}]},...SandboxElementFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwiGuK5saj\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1150\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"464\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZOYFRxFQF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SubmitButton", "bg", "setBG", "ye", "p", "e", "TextInput", "props", "SandboxElement", "fname", "setFName", "lname", "setLName", "mail", "setMail", "u", "window", "sendAnalyticsEvent", "addPropertyControls", "ControlType", "name", "extra", "wiGuK5saj_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "p", "x", "motion", "v1", "v2", "__FramerMetadata__", "valuesByLocaleId", "wiGuK5saj_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "SandboxElementFonts", "getFonts", "SandboxElement", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "RichText2", "getLocalizedValue", "ComponentViewportProvider", "css", "FramerwiGuK5saj", "withCSS", "wiGuK5saj_default", "addPropertyControls", "ControlType", "addFonts"]
}
