{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js", "ssg:https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/Foxm7T4YpJpvPgDlEus0/FormSpark.js", "ssg:https://framerusercontent.com/modules/cSnFlDsUpyb6KD9NfkfN/xOvlJ2mz64aCDokDDpYi/BVL_LgF14.js", "ssg:https://framerusercontent.com/modules/cKmNtExQz2JfcEPLnzWF/3dopjiW2MzoGHG8nkN90/EzsMyj9IK.js", "ssg:https://framerusercontent.com/modules/24gz0aVjimfCp77K8aZw/xwk1UHLqcwTD81NWn7TV/L9K6PNBPj.js", "ssg:https://framerusercontent.com/modules/kqxHHLfQCeEsgr9UGUbB/B0os5sOGYTeBFPNYJwXH/wGkSiYg5u.js", "ssg:https://framerusercontent.com/modules/F2tw692IdmlLZVlTSwVt/LMtSx5vA6eV7BI7s8UhV/JXbg0aRlt.js", "ssg:https://framerusercontent.com/modules/c7OeQIFWfHIG5dgyG33U/riKlVAdhJFSpDYkIfQ7C/BG_lxztov.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";const coordinatesRegex=/^((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?),\\s*((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?)$/;/**\n * GOOGLE MAPS\n *\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function GoogleMaps({coordinates,zoom,style,...props}){const borderRadius=useRadius(props);const[latitude1,longitude1]=useMemo(()=>{var ref;const[,latitude,longitude]=(ref=coordinates.match(coordinatesRegex))!==null&&ref!==void 0?ref:[null,\"\",\"\",];return[latitude,longitude];},[coordinates]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,overflow:\"hidden\",borderRadius},...props,children:/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\",border:0},src:`https://maps.google.com/maps?q=${latitude1},${longitude1}&z=${zoom}&output=embed`})}));};addPropertyControls(GoogleMaps,{coordinates:{type:ControlType.String,title:\"Coordinates\",placeholder:\"52.37588, 4.891295\",defaultValue:\"52.37588, 4.891295\",description:\"GPS coordinates can be found directly in [Google Maps](https://maps.google.com).\"},zoom:{type:ControlType.Number,step:1,min:0,max:25,title:\"Zoom\",defaultValue:15},...borderRadiusControl});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"GoogleMaps\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GoogleMaps.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useCallback,useMemo,useState}from\"react\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};/**\n * FORMSPARK\n *\n * @framerIntrinsicWidth 550\n * @framerIntrinsicHeight 290\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ const FormSpark=withCSS(function FormSpark({formId,withName,nameField:name,withEmail,email,withMessage,message,layout,inputs,button,style,gap,onSubmit,...props}){const[nameValue,setName]=useState(name===null||name===void 0?void 0:name.value);const[emailValue,setEmail]=useState(email===null||email===void 0?void 0:email.value);const[messageValue,setMessage]=useState(message===null||message===void 0?void 0:message.value);const[isNameError,setNameError]=useState(false);const[isEmailError,setEmailError]=useState(false);const[isMessageError,setMessageError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const gridTemplateRows=useMemo(()=>{const rows=[];if(withName||withMessage){rows.push(\"max-content\");}if(withMessage){rows.push(\"1fr\");}return[...rows,\"max-content\"].join(\" \");},[withName,withEmail,withMessage]);const gridTemplateColumns=useMemo(()=>{const cols=[];if((withName&&!withEmail||withEmail&&!withName)&&!withMessage&&layout===\"horizontal\"){return\"1fr max-content\";}return\"1fr\";},[withName,withEmail,withMessage,layout]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(()=>{let error=false;setNameError(false);setEmailError(false);setMessageError(false);if(withName&&!nameValue){setNameError(true);error=true;}if(withEmail&&(!emailValue||!validateEmail(emailValue))){setEmailError(true);error=true;}if(withMessage&&!messageValue){setMessageError(true);error=true;}return error;},[validateEmail,withName,withEmail,withMessage,nameValue,emailValue,messageValue,]);const handleSubmit=useCallback(event=>{setLoading(true);event.preventDefault();if(validateForm()){setLoading(false);}else{const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formId}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{setSuccess(true);onSubmit();}).catch(()=>setLoading(false));}},[formId,onSubmit,validateForm]);const handleNameChange=useCallback(event=>{setNameError(false);setName(event.target.value);},[]);const handleEmailChange=useCallback(event=>{setEmailError(false);setEmail(event.target.value);},[]);const handleMessageChange=useCallback(event=>{setMessageError(false);setMessage(event.target.value);},[]);return /*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,flexDirection:\"column\",\"--framer-formspark-placeholder-color\":inputs.placeholderColor},children:isSuccess?/*#__PURE__*/ _jsx(motion.div,{style:{height:\"60px\",width:\"60px\",background:button.fill,color:button.color,borderRadius:\"50%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},initial:{scale:0},animate:{scale:1},transition:{duration:.3},children:/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"28\",height:\"28\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M 2 14 L 10 22 L 26 6\",fill:\"transparent\",strokeWidth:\"4\",stroke:\"currentColor\",strokeLinecap:\"round\"})})}):/*#__PURE__*/ _jsxs(\"form\",{style:{display:\"grid\",gridTemplateRows,gridTemplateColumns,gap,width:\"100%\",height:\"100%\"},onSubmit:handleSubmit,method:\"POST\",children:[(withName||withEmail)&&/*#__PURE__*/ _jsxs(\"div\",{style:{width:\"100%\",display:\"grid\",gridAutoFlow:layout===\"horizontal\"?\"column\":\"row\",gap},children:[withName&&/*#__PURE__*/ _jsx(\"input\",{className:\"framer-formspark-input\",type:\"text\",name:\"name\",placeholder:name.placeholder,value:isCanvas?name.value:nameValue,onChange:handleNameChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isNameError?inputs.error:\"transparent\"}`}}),withEmail&&/*#__PURE__*/ _jsx(\"input\",{className:\"framer-formspark-input\",type:\"email\",name:\"email\",placeholder:email.placeholder,value:isCanvas?email.value:emailValue,onChange:handleEmailChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isEmailError?inputs.error:\"transparent\"}`}})]}),withMessage&&/*#__PURE__*/ _jsx(\"textarea\",{className:\"framer-formspark-input\",placeholder:message.placeholder,name:\"message\",value:isCanvas?message.value:messageValue,onChange:handleMessageChange,style:{...defaultStyle,minHeight:0,padding:paddingValue,resize:\"vertical\",borderRadius,background:inputs.fill,fontFamily,fontWeight,fontSize,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isMessageError?inputs.error:\"transparent\"}`}}),/*#__PURE__*/ _jsxs(\"div\",{children:[/*#__PURE__*/ _jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,cursor:\"pointer\",color:button.color,zIndex:1},transition:{type:\"ease\",duration:.3},whileHover:{opacity:.8}}),isLoading&&/*#__PURE__*/ _jsx(\"div\",{style:{borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",left:0,top:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/ _jsx(motion.div,{style:{height:16,width:16},initial:{rotate:0},animate:{rotate:360},transition:{duration:2,repeat:Infinity},children:/*#__PURE__*/ _jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})})]})]})});},[\".framer-formspark-input::placeholder { color: var(--framer-formspark-placeholder-color) !important; }\",]);FormSpark.defaultProps={fontSize:16,fontFamily:\"Inter\",fontWeight:400,padding:15,paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,borderRadius:8,topLeftRadius:8,topRightRadius:8,bottomRightRadius:8,bottomLeftRadius:8,gap:15,nameField:{value:undefined,placeholder:\"Name\"},email:{value:undefined,placeholder:\"Email\"},message:{value:undefined,placeholder:\"Message\"},inputs:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},layout:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},button:{label:\"Sign Up\",fontWeight:600,fill:\"#000\",color:\"#FFF\"}};addPropertyControls(FormSpark,{formId:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,description:\"Create a [FormSpark](https://formspark.io/) account, add a new form and copy its ID. [Learn more\u2026](https://www.framer.com/sites/integrations/formspark/)\"},withName:{title:\"Name\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},nameField:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Name\"},value:{title:\"Value\",type:ControlType.String,defaultValue:\"\"}},hidden:props=>!props.withName},withEmail:{title:\"Email\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},email:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Email\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withEmail},withMessage:{title:\"Message\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},message:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Message\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withMessage},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,defaultValue:\"horizontal\"},inputs:{title:\"Inputs\",type:ControlType.Object,controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},placeholderColor:{title:\"Placeholder\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.5)\"},error:{title:\"Error\",type:ControlType.Color,defaultValue:\"#EE4444\"}}},button:{title:\"Button\",type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Sign Up\"},fontWeight:{...fontControls.fontWeight,defaultValue:600},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"}}},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0},onSubmit:{type:ControlType.EventHandler}});const defaultStyle={WebkitAppearance:\"none\",display:\"inline-block\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default FormSpark;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FormSpark\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"290\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"550\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FormSpark.map", "// Generated by Framer (e83dae3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import ThemeImage from\"https://framerusercontent.com/modules/jQNjEWawAx0kngu1bDYg/FlZz6XIvpvF0XVTPtrka/ThemeImage.js\";const MaterialFonts=getFonts(Material);const ThemeImageFonts=getFonts(ThemeImage);const cycleOrder=[\"QPDCYRnpI\",\"gkBB3nNAk\",\"Tn9Rgod8U\",\"zdS3BguT6\",\"oNgv0jnOH\"];const serializationHash=\"framer-9w0hc\";const variantClassNames={gkBB3nNAk:\"framer-v-1wd7ot1\",oNgv0jnOH:\"framer-v-29evl9\",QPDCYRnpI:\"framer-v-1r0t0m2\",Tn9Rgod8U:\"framer-v-ln4vpk\",zdS3BguT6:\"framer-v-12h803o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={Default:\"QPDCYRnpI\",Facebook:\"gkBB3nNAk\",Instagram:\"oNgv0jnOH\",LinkedIn:\"zdS3BguT6\",Twitter:\"Tn9Rgod8U\"};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:\"QPDCYRnpI\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QPDCYRnpI\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnteruktks7=activeVariantCallback(async(...args)=>{setVariant(\"gkBB3nNAk\");});const onMouseLeave36g2yc=activeVariantCallback(async(...args)=>{setVariant(\"QPDCYRnpI\");});const onMouseEnter17k3yi=activeVariantCallback(async(...args)=>{setVariant(\"Tn9Rgod8U\");});const onMouseEnterrf4ivb=activeVariantCallback(async(...args)=>{setVariant(\"zdS3BguT6\");});const onMouseEnterq5jphm=activeVariantCallback(async(...args)=>{setVariant(\"oNgv0jnOH\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"gkBB3nNAk\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"Tn9Rgod8U\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"zdS3BguT6\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"oNgv0jnOH\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1r0t0m2\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"QPDCYRnpI\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({gkBB3nNAk:{\"data-framer-name\":\"Facebook\"},oNgv0jnOH:{\"data-framer-name\":\"Instagram\"},Tn9Rgod8U:{\"data-framer-name\":\"Twitter\"},zdS3BguT6:{\"data-framer-name\":\"LinkedIn\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rmpjdg\",layoutDependency:layoutDependency,layoutId:\"RVxWf4bUP\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/AIQuintessential.Official\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19hblet framer-zuv1ff\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"uuV0CiESq\",onMouseEnter:onMouseEnteruktks7,onMouseLeave:onMouseLeave36g2yc,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{gkBB3nNAk:{backgroundColor:\"rgb(1, 101, 225)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c73h43\",layoutDependency:layoutDependency,layoutId:\"VXoRmRDHz\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l2fmrr-container\",layoutDependency:layoutDependency,layoutId:\"LmXtMLCbt-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(1, 101, 225)\",height:\"100%\",iconSearch:\"Facebook\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"LmXtMLCbt\",layoutId:\"LmXtMLCbt\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({gkBB3nNAk:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Facebook\"})}),className:\"framer-i3z18w\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"rwFefZ1S4\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{gkBB3nNAk:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/AIQ_Official\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15rrnvc framer-zuv1ff\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iups_2deW\",onMouseEnter:onMouseEnter17k3yi,onMouseLeave:onMouseLeave36g2yc,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{Tn9Rgod8U:{backgroundColor:\"var(--token-74e9efd2-54f7-40e6-9af1-5cf5c011be09, rgb(19, 30, 42))\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u65pk6\",layoutDependency:layoutDependency,layoutId:\"pExw95nkJ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q77pz7-container\",layoutDependency:layoutDependency,layoutId:\"nUiwDBFhf-container\",children:/*#__PURE__*/_jsx(ThemeImage,{bottomLeft:0,bottomRight:0,dark:addImageAlt({src:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg\",srcSet:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg 1200w\"},\"\"),height:\"100%\",id:\"nUiwDBFhf\",layoutId:\"nUiwDBFhf\",light:addImageAlt({src:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg\",srcSet:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg 1200w\"},\"\"),radius:0,radiusIsMixed:false,sizing:\"cover\",style:{height:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\",...addPropertyOverrides({Tn9Rgod8U:{dark:addImageAlt({src:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg\",srcSet:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg 1200w\"},\"\"),light:addImageAlt({src:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg\",srcSet:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg 1200w\"},\"\")}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(249, 249, 249)) )\"},children:\"X | Twitter\"})}),className:\"framer-19ojdgq\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"UeRqd2mao\",style:{\"--extracted-gdpscs\":\"var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(249, 249, 249)) \",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{Tn9Rgod8U:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/ai-quintessential/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13ybgpd framer-zuv1ff\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"DP3UKCjXk\",onMouseEnter:onMouseEnterrf4ivb,onMouseLeave:onMouseLeave36g2yc,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{zdS3BguT6:{backgroundColor:\"rgb(10, 102, 194)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wgl3w5\",layoutDependency:layoutDependency,layoutId:\"tKrMj6Yj9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e39w87-container\",layoutDependency:layoutDependency,layoutId:\"S7U2CplLI-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(10, 102, 194)\",height:\"100%\",iconSearch:\"LinkedIn\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"S7U2CplLI\",layoutId:\"S7U2CplLI\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({zdS3BguT6:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"LinkedIn\"})}),className:\"framer-10tz3g\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"xL1wz9lDz\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{zdS3BguT6:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/aiq_official/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-3h4jzm framer-zuv1ff\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iZTi9ayn3\",onMouseEnter:onMouseEnterq5jphm,onMouseLeave:onMouseLeave36g2yc,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{oNgv0jnOH:{background:\"radial-gradient(123.4% 160.9% at 27.6% 100%, hsl(36, 92%, 50%) 0%, hsl(280, 100%, 54%) 100%)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dvh800\",layoutDependency:layoutDependency,layoutId:\"cOa3UsVKg\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s7evfl-container\",layoutDependency:layoutDependency,layoutId:\"y2T2CiYvb-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(224, 66, 161)\",height:\"100%\",iconSearch:\"Instagram\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"y2T2CiYvb\",layoutId:\"y2T2CiYvb\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({oNgv0jnOH:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Instagram\"})}),className:\"framer-fs49ls\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"XQAFnV4pT\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{oNgv0jnOH:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9w0hc.framer-zuv1ff, .framer-9w0hc .framer-zuv1ff { display: block; }\",\".framer-9w0hc.framer-1r0t0m2 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-9w0hc .framer-rmpjdg { display: grid; flex: 1 0 0px; gap: 16px; grid-auto-rows: 160px; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, 160px); height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-9w0hc .framer-19hblet, .framer-9w0hc .framer-15rrnvc, .framer-9w0hc .framer-13ybgpd, .framer-9w0hc .framer-3h4jzm { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 16px 16px 16px 16px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-9w0hc .framer-c73h43, .framer-9w0hc .framer-1wgl3w5, .framer-9w0hc .framer-dvh800 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-9w0hc .framer-1l2fmrr-container, .framer-9w0hc .framer-1e39w87-container, .framer-9w0hc .framer-1s7evfl-container { flex: none; height: 80px; position: relative; width: 80px; }\",\".framer-9w0hc .framer-i3z18w, .framer-9w0hc .framer-19ojdgq, .framer-9w0hc .framer-10tz3g, .framer-9w0hc .framer-fs49ls { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-9w0hc .framer-u65pk6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 100%; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-9w0hc .framer-q77pz7-container { flex: none; height: 50px; position: relative; width: 50px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9w0hc.framer-1r0t0m2, .framer-9w0hc .framer-19hblet, .framer-9w0hc .framer-c73h43, .framer-9w0hc .framer-15rrnvc, .framer-9w0hc .framer-u65pk6, .framer-9w0hc .framer-13ybgpd, .framer-9w0hc .framer-1wgl3w5, .framer-9w0hc .framer-3h4jzm, .framer-9w0hc .framer-dvh800 { gap: 0px; } .framer-9w0hc.framer-1r0t0m2 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-9w0hc.framer-1r0t0m2 > :first-child, .framer-9w0hc .framer-19hblet > :first-child, .framer-9w0hc .framer-15rrnvc > :first-child, .framer-9w0hc .framer-13ybgpd > :first-child, .framer-9w0hc .framer-3h4jzm > :first-child { margin-left: 0px; } .framer-9w0hc.framer-1r0t0m2 > :last-child, .framer-9w0hc .framer-19hblet > :last-child, .framer-9w0hc .framer-15rrnvc > :last-child, .framer-9w0hc .framer-13ybgpd > :last-child, .framer-9w0hc .framer-3h4jzm > :last-child { margin-right: 0px; } .framer-9w0hc .framer-19hblet > *, .framer-9w0hc .framer-15rrnvc > *, .framer-9w0hc .framer-13ybgpd > *, .framer-9w0hc .framer-3h4jzm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9w0hc .framer-c73h43 > *, .framer-9w0hc .framer-1wgl3w5 > *, .framer-9w0hc .framer-dvh800 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-9w0hc .framer-c73h43 > :first-child, .framer-9w0hc .framer-u65pk6 > :first-child, .framer-9w0hc .framer-1wgl3w5 > :first-child, .framer-9w0hc .framer-dvh800 > :first-child { margin-top: 0px; } .framer-9w0hc .framer-c73h43 > :last-child, .framer-9w0hc .framer-u65pk6 > :last-child, .framer-9w0hc .framer-1wgl3w5 > :last-child, .framer-9w0hc .framer-dvh800 > :last-child { margin-bottom: 0px; } .framer-9w0hc .framer-u65pk6 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 336\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gkBB3nNAk\":{\"layout\":[\"fixed\",\"auto\"]},\"Tn9Rgod8U\":{\"layout\":[\"fixed\",\"auto\"]},\"zdS3BguT6\":{\"layout\":[\"fixed\",\"auto\"]},\"oNgv0jnOH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBVL_LgF14=withCSS(Component,css,\"framer-9w0hc\");export default FramerBVL_LgF14;FramerBVL_LgF14.displayName=\"Social Cards / Tablet (small)\";FramerBVL_LgF14.defaultProps={height:336,width:1200};addPropertyControls(FramerBVL_LgF14,{variant:{options:[\"QPDCYRnpI\",\"gkBB3nNAk\",\"Tn9Rgod8U\",\"zdS3BguT6\",\"oNgv0jnOH\"],optionTitles:[\"Default\",\"Facebook\",\"Twitter\",\"LinkedIn\",\"Instagram\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBVL_LgF14,[{family:\"Exo 2\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcO9q-rpvLpQ.woff2\",weight:\"500\"},...MaterialFonts,...ThemeImageFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBVL_LgF14\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"336\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gkBB3nNAk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Tn9Rgod8U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zdS3BguT6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oNgv0jnOH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BVL_LgF14.map", "// Generated by Framer (e83dae3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import ThemeImage from\"https://framerusercontent.com/modules/jQNjEWawAx0kngu1bDYg/FlZz6XIvpvF0XVTPtrka/ThemeImage.js\";const MaterialFonts=getFonts(Material);const ThemeImageFonts=getFonts(ThemeImage);const cycleOrder=[\"DlZYjMZiZ\"];const serializationHash=\"framer-DSpJD\";const variantClassNames={DlZYjMZiZ:\"framer-v-qc7bkw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DlZYjMZiZ\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-qc7bkw\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"DlZYjMZiZ\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18l8vv\",layoutDependency:layoutDependency,layoutId:\"jNNtwgOBe\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/AIQuintessential.Official\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fl1onv framer-3ggw4\",\"data-framer-name\":\"Content Container\",layoutDependency:layoutDependency,layoutId:\"Ur3T0llRJ\",style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15mf3yo\",layoutDependency:layoutDependency,layoutId:\"xSZz3fxci\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nbyri5-container\",layoutDependency:layoutDependency,layoutId:\"CQv7oaKOT-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(1, 101, 225)\",height:\"100%\",iconSearch:\"Facebook\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"CQv7oaKOT\",layoutId:\"CQv7oaKOT\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(1, 101, 225))\"},children:\"Facebook\"})}),className:\"framer-12ki5z0\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"Dxk3xNaHW\",style:{\"--extracted-gdpscs\":\"rgb(1, 101, 225)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/AIQ_Official\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5bs9ry framer-3ggw4\",\"data-framer-name\":\"Content Container\",layoutDependency:layoutDependency,layoutId:\"RsfptH4_0\",style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15lgktv\",layoutDependency:layoutDependency,layoutId:\"e2JHrHgDF\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jaw86u-container\",layoutDependency:layoutDependency,layoutId:\"kDPsyxhZL-container\",children:/*#__PURE__*/_jsx(ThemeImage,{bottomLeft:0,bottomRight:0,dark:addImageAlt({src:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg\",srcSet:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg 1200w\"},\"\"),height:\"100%\",id:\"kDPsyxhZL\",layoutId:\"kDPsyxhZL\",light:addImageAlt({src:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg\",srcSet:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg 1200w\"},\"\"),radius:0,radiusIsMixed:false,sizing:\"cover\",style:{height:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-74e9efd2-54f7-40e6-9af1-5cf5c011be09, rgb(19, 30, 42)) )\"},children:\"X | Twitter\"})}),className:\"framer-b01e7c\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"ZWs5uushG\",style:{\"--extracted-gdpscs\":\"var(--token-74e9efd2-54f7-40e6-9af1-5cf5c011be09, rgb(19, 30, 42)) \",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/ai-quintessential/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-37vo50 framer-3ggw4\",\"data-framer-name\":\"Content Container\",layoutDependency:layoutDependency,layoutId:\"ArndXLQPt\",style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6h1n8s\",layoutDependency:layoutDependency,layoutId:\"f2v5XklNp\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-157hgjf-container\",layoutDependency:layoutDependency,layoutId:\"IfSFFNawY-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(10, 102, 194)\",height:\"100%\",iconSearch:\"LinkedIn\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"IfSFFNawY\",layoutId:\"IfSFFNawY\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(10, 102, 194))\"},children:\"LinkedIn\"})}),className:\"framer-118zq6w\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"Fczq2EwTe\",style:{\"--extracted-gdpscs\":\"rgb(10, 102, 194)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/aiq_official/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1egv5t1 framer-3ggw4\",\"data-framer-name\":\"Content Container\",layoutDependency:layoutDependency,layoutId:\"lpA8Po7x8\",style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-el2c02\",layoutDependency:layoutDependency,layoutId:\"q60NQizM4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14rsvht-container\",layoutDependency:layoutDependency,layoutId:\"MvjIdeIdO-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(224, 66, 161)\",height:\"100%\",iconSearch:\"Instagram\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"MvjIdeIdO\",layoutId:\"MvjIdeIdO\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(224, 66, 161))\"},children:\"Instagram\"})}),className:\"framer-5duwpq\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"QH43aK8M2\",style:{\"--extracted-gdpscs\":\"rgb(224, 66, 161)\",\"--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-DSpJD.framer-3ggw4, .framer-DSpJD .framer-3ggw4 { display: block; }\",\".framer-DSpJD.framer-qc7bkw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 300px; }\",\".framer-DSpJD .framer-18l8vv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-DSpJD .framer-1fl1onv, .framer-DSpJD .framer-5bs9ry, .framer-DSpJD .framer-37vo50, .framer-DSpJD .framer-1egv5t1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; overflow: hidden; padding: 16px 16px 16px 16px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-DSpJD .framer-15mf3yo, .framer-DSpJD .framer-15lgktv, .framer-DSpJD .framer-6h1n8s, .framer-DSpJD .framer-el2c02 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-DSpJD .framer-1nbyri5-container, .framer-DSpJD .framer-157hgjf-container, .framer-DSpJD .framer-14rsvht-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-DSpJD .framer-12ki5z0, .framer-DSpJD .framer-b01e7c, .framer-DSpJD .framer-118zq6w, .framer-DSpJD .framer-5duwpq { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-DSpJD .framer-jaw86u-container { flex: none; height: 30px; position: relative; width: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DSpJD.framer-qc7bkw, .framer-DSpJD .framer-18l8vv, .framer-DSpJD .framer-1fl1onv, .framer-DSpJD .framer-15mf3yo, .framer-DSpJD .framer-5bs9ry, .framer-DSpJD .framer-15lgktv, .framer-DSpJD .framer-37vo50, .framer-DSpJD .framer-6h1n8s, .framer-DSpJD .framer-1egv5t1, .framer-DSpJD .framer-el2c02 { gap: 0px; } .framer-DSpJD.framer-qc7bkw > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-DSpJD.framer-qc7bkw > :first-child, .framer-DSpJD .framer-1fl1onv > :first-child, .framer-DSpJD .framer-15mf3yo > :first-child, .framer-DSpJD .framer-5bs9ry > :first-child, .framer-DSpJD .framer-15lgktv > :first-child, .framer-DSpJD .framer-37vo50 > :first-child, .framer-DSpJD .framer-6h1n8s > :first-child, .framer-DSpJD .framer-1egv5t1 > :first-child, .framer-DSpJD .framer-el2c02 > :first-child { margin-left: 0px; } .framer-DSpJD.framer-qc7bkw > :last-child, .framer-DSpJD .framer-1fl1onv > :last-child, .framer-DSpJD .framer-15mf3yo > :last-child, .framer-DSpJD .framer-5bs9ry > :last-child, .framer-DSpJD .framer-15lgktv > :last-child, .framer-DSpJD .framer-37vo50 > :last-child, .framer-DSpJD .framer-6h1n8s > :last-child, .framer-DSpJD .framer-1egv5t1 > :last-child, .framer-DSpJD .framer-el2c02 > :last-child { margin-right: 0px; } .framer-DSpJD .framer-18l8vv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DSpJD .framer-18l8vv > :first-child { margin-top: 0px; } .framer-DSpJD .framer-18l8vv > :last-child { margin-bottom: 0px; } .framer-DSpJD .framer-1fl1onv > *, .framer-DSpJD .framer-5bs9ry > *, .framer-DSpJD .framer-37vo50 > *, .framer-DSpJD .framer-1egv5t1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DSpJD .framer-15mf3yo > *, .framer-DSpJD .framer-15lgktv > *, .framer-DSpJD .framer-6h1n8s > *, .framer-DSpJD .framer-el2c02 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 270\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEzsMyj9IK=withCSS(Component,css,\"framer-DSpJD\");export default FramerEzsMyj9IK;FramerEzsMyj9IK.displayName=\"Social Cards / Phone\";FramerEzsMyj9IK.defaultProps={height:270,width:300};addFonts(FramerEzsMyj9IK,[{family:\"Exo 2\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcO9q-rpvLpQ.woff2\",weight:\"500\"},...MaterialFonts,...ThemeImageFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEzsMyj9IK\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"300\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"270\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EzsMyj9IK.map", "// Generated by Framer (e83dae3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import ThemeImage from\"https://framerusercontent.com/modules/jQNjEWawAx0kngu1bDYg/FlZz6XIvpvF0XVTPtrka/ThemeImage.js\";const MaterialFonts=getFonts(Material);const ThemeImageFonts=getFonts(ThemeImage);const cycleOrder=[\"eDX1wGDHH\",\"MLAweBom9\",\"YsBJ4I655\",\"YlpebsELe\",\"K_vr93mzt\"];const serializationHash=\"framer-JD4bL\";const variantClassNames={eDX1wGDHH:\"framer-v-gnvu4v\",K_vr93mzt:\"framer-v-1u0903l\",MLAweBom9:\"framer-v-1mc9vse\",YlpebsELe:\"framer-v-e86ddn\",YsBJ4I655:\"framer-v-1pju2s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={Default:\"eDX1wGDHH\",Facebook:\"MLAweBom9\",Instagram:\"K_vr93mzt\",LinkedIn:\"YlpebsELe\",Twitter:\"YsBJ4I655\"};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:\"eDX1wGDHH\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eDX1wGDHH\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1dn2npx=activeVariantCallback(async(...args)=>{setVariant(\"MLAweBom9\");});const onMouseLeavel9v3ma=activeVariantCallback(async(...args)=>{setVariant(\"eDX1wGDHH\");});const onMouseEnterhcov6e=activeVariantCallback(async(...args)=>{setVariant(\"YsBJ4I655\");});const onMouseEnterdkqbi=activeVariantCallback(async(...args)=>{setVariant(\"YlpebsELe\");});const onMouseEnter1pmsaq5=activeVariantCallback(async(...args)=>{setVariant(\"K_vr93mzt\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"MLAweBom9\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"YsBJ4I655\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"YlpebsELe\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"K_vr93mzt\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-gnvu4v\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"eDX1wGDHH\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({K_vr93mzt:{\"data-framer-name\":\"Instagram\"},MLAweBom9:{\"data-framer-name\":\"Facebook\"},YlpebsELe:{\"data-framer-name\":\"LinkedIn\"},YsBJ4I655:{\"data-framer-name\":\"Twitter\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-udr0of\",layoutDependency:layoutDependency,layoutId:\"M0hVdi1Yj\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/AIQuintessential.Official\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-dzjnec framer-1r93hdn\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mROA3grpr\",onMouseEnter:onMouseEnter1dn2npx,onMouseLeave:onMouseLeavel9v3ma,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{MLAweBom9:{backgroundColor:\"rgb(1, 101, 225)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18kltvo\",layoutDependency:layoutDependency,layoutId:\"B2Z9oX7La\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wjhkm-container\",layoutDependency:layoutDependency,layoutId:\"czIp46Jga-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(1, 101, 225)\",height:\"100%\",iconSearch:\"Facebook\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"czIp46Jga\",layoutId:\"czIp46Jga\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({MLAweBom9:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Facebook\"})}),className:\"framer-zyaob3\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"QomPp9Q0S\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{MLAweBom9:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/AIQ_Official\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-tefb6n framer-1r93hdn\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GRvhC4n8L\",onMouseEnter:onMouseEnterhcov6e,onMouseLeave:onMouseLeavel9v3ma,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{YsBJ4I655:{backgroundColor:\"var(--token-74e9efd2-54f7-40e6-9af1-5cf5c011be09, rgb(19, 30, 42))\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1voy12b\",layoutDependency:layoutDependency,layoutId:\"tQUY308Ua\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m9zdl6-container\",layoutDependency:layoutDependency,layoutId:\"LaZC2_QHQ-container\",children:/*#__PURE__*/_jsx(ThemeImage,{bottomLeft:0,bottomRight:0,dark:addImageAlt({src:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg\",srcSet:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg 1200w\"},\"\"),height:\"100%\",id:\"LaZC2_QHQ\",layoutId:\"LaZC2_QHQ\",light:addImageAlt({src:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg\",srcSet:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg 1200w\"},\"\"),radius:0,radiusIsMixed:false,sizing:\"cover\",style:{height:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\",...addPropertyOverrides({YsBJ4I655:{dark:addImageAlt({src:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg\",srcSet:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg 1200w\"},\"\"),light:addImageAlt({src:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg\",srcSet:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg 1200w\"},\"\")}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(249, 249, 249)) )\"},children:\"X | Twitter\"})}),className:\"framer-1s83k4k\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"GVrRfDhT3\",style:{\"--extracted-gdpscs\":\"var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(249, 249, 249)) \",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{YsBJ4I655:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/ai-quintessential/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-onpjwn framer-1r93hdn\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jf7nkuqF8\",onMouseEnter:onMouseEnterdkqbi,onMouseLeave:onMouseLeavel9v3ma,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{YlpebsELe:{backgroundColor:\"rgb(10, 102, 194)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s2np0x\",layoutDependency:layoutDependency,layoutId:\"gA9PrTXHU\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zwjiva-container\",layoutDependency:layoutDependency,layoutId:\"LAICf_CYl-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(10, 102, 194)\",height:\"100%\",iconSearch:\"LinkedIn\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"LAICf_CYl\",layoutId:\"LAICf_CYl\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({YlpebsELe:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"LinkedIn\"})}),className:\"framer-1sz1wxy\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"xlFQEPIuH\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{YlpebsELe:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/aiq_official/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jco30z framer-1r93hdn\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"z8tmakKaQ\",onMouseEnter:onMouseEnter1pmsaq5,onMouseLeave:onMouseLeavel9v3ma,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{K_vr93mzt:{background:\"radial-gradient(123.4% 160.9% at 27.6% 100%, hsl(36, 92%, 50%) 0%, hsl(280, 100%, 54%) 100%)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a59z5e\",layoutDependency:layoutDependency,layoutId:\"MdgUhjF6l\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eaozsl-container\",layoutDependency:layoutDependency,layoutId:\"vUi0McEzo-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(224, 66, 161)\",height:\"100%\",iconSearch:\"Instagram\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"vUi0McEzo\",layoutId:\"vUi0McEzo\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({K_vr93mzt:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Instagram\"})}),className:\"framer-zl3kd9\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"mqUjGkHGc\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{K_vr93mzt:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JD4bL.framer-1r93hdn, .framer-JD4bL .framer-1r93hdn { display: block; }\",\".framer-JD4bL.framer-gnvu4v { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-JD4bL .framer-udr0of { display: grid; flex: 1 0 0px; gap: 24px; grid-auto-rows: 160px; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, 160px); height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-JD4bL .framer-dzjnec, .framer-JD4bL .framer-tefb6n, .framer-JD4bL .framer-onpjwn, .framer-JD4bL .framer-jco30z { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 16px 16px 16px 16px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-JD4bL .framer-18kltvo, .framer-JD4bL .framer-s2np0x, .framer-JD4bL .framer-a59z5e { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-JD4bL .framer-wjhkm-container, .framer-JD4bL .framer-zwjiva-container, .framer-JD4bL .framer-eaozsl-container { flex: none; height: 80px; position: relative; width: 80px; }\",\".framer-JD4bL .framer-zyaob3, .framer-JD4bL .framer-1s83k4k, .framer-JD4bL .framer-1sz1wxy, .framer-JD4bL .framer-zl3kd9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-JD4bL .framer-1voy12b { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 100%; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-JD4bL .framer-m9zdl6-container { flex: none; height: 50px; position: relative; width: 50px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JD4bL.framer-gnvu4v, .framer-JD4bL .framer-dzjnec, .framer-JD4bL .framer-18kltvo, .framer-JD4bL .framer-tefb6n, .framer-JD4bL .framer-1voy12b, .framer-JD4bL .framer-onpjwn, .framer-JD4bL .framer-s2np0x, .framer-JD4bL .framer-jco30z, .framer-JD4bL .framer-a59z5e { gap: 0px; } .framer-JD4bL.framer-gnvu4v > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-JD4bL.framer-gnvu4v > :first-child, .framer-JD4bL .framer-dzjnec > :first-child, .framer-JD4bL .framer-tefb6n > :first-child, .framer-JD4bL .framer-onpjwn > :first-child, .framer-JD4bL .framer-jco30z > :first-child { margin-left: 0px; } .framer-JD4bL.framer-gnvu4v > :last-child, .framer-JD4bL .framer-dzjnec > :last-child, .framer-JD4bL .framer-tefb6n > :last-child, .framer-JD4bL .framer-onpjwn > :last-child, .framer-JD4bL .framer-jco30z > :last-child { margin-right: 0px; } .framer-JD4bL .framer-dzjnec > *, .framer-JD4bL .framer-tefb6n > *, .framer-JD4bL .framer-onpjwn > *, .framer-JD4bL .framer-jco30z > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-JD4bL .framer-18kltvo > *, .framer-JD4bL .framer-s2np0x > *, .framer-JD4bL .framer-a59z5e > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-JD4bL .framer-18kltvo > :first-child, .framer-JD4bL .framer-1voy12b > :first-child, .framer-JD4bL .framer-s2np0x > :first-child, .framer-JD4bL .framer-a59z5e > :first-child { margin-top: 0px; } .framer-JD4bL .framer-18kltvo > :last-child, .framer-JD4bL .framer-1voy12b > :last-child, .framer-JD4bL .framer-s2np0x > :last-child, .framer-JD4bL .framer-a59z5e > :last-child { margin-bottom: 0px; } .framer-JD4bL .framer-1voy12b > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 344\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MLAweBom9\":{\"layout\":[\"fixed\",\"auto\"]},\"YsBJ4I655\":{\"layout\":[\"fixed\",\"auto\"]},\"YlpebsELe\":{\"layout\":[\"fixed\",\"auto\"]},\"K_vr93mzt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerL9K6PNBPj=withCSS(Component,css,\"framer-JD4bL\");export default FramerL9K6PNBPj;FramerL9K6PNBPj.displayName=\"Social Cards / Tablet\";FramerL9K6PNBPj.defaultProps={height:344,width:1200};addPropertyControls(FramerL9K6PNBPj,{variant:{options:[\"eDX1wGDHH\",\"MLAweBom9\",\"YsBJ4I655\",\"YlpebsELe\",\"K_vr93mzt\"],optionTitles:[\"Default\",\"Facebook\",\"Twitter\",\"LinkedIn\",\"Instagram\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerL9K6PNBPj,[{family:\"Exo 2\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcO9q-rpvLpQ.woff2\",weight:\"500\"},...MaterialFonts,...ThemeImageFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL9K6PNBPj\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"344\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MLAweBom9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YsBJ4I655\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YlpebsELe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K_vr93mzt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./L9K6PNBPj.map", "// Generated by Framer (e83dae3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import ThemeImage from\"https://framerusercontent.com/modules/jQNjEWawAx0kngu1bDYg/FlZz6XIvpvF0XVTPtrka/ThemeImage.js\";const MaterialFonts=getFonts(Material);const ThemeImageFonts=getFonts(ThemeImage);const cycleOrder=[\"B8oZJ7cjt\",\"CVDjtT1No\",\"FFHxwZGAR\",\"O3ss45UfP\",\"GNvek4e4y\"];const serializationHash=\"framer-OB2PD\";const variantClassNames={B8oZJ7cjt:\"framer-v-15c0ijt\",CVDjtT1No:\"framer-v-xsbjsi\",FFHxwZGAR:\"framer-v-wn7zoj\",GNvek4e4y:\"framer-v-xbrqz5\",O3ss45UfP:\"framer-v-2me5i9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={Default:\"B8oZJ7cjt\",Facebook:\"CVDjtT1No\",Instagram:\"GNvek4e4y\",LinkedIn:\"O3ss45UfP\",Twitter:\"FFHxwZGAR\"};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:\"B8oZJ7cjt\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"B8oZJ7cjt\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnteram3l07=activeVariantCallback(async(...args)=>{setVariant(\"CVDjtT1No\");});const onMouseLeavexyiees=activeVariantCallback(async(...args)=>{setVariant(\"B8oZJ7cjt\");});const onMouseEntero0e9l7=activeVariantCallback(async(...args)=>{setVariant(\"FFHxwZGAR\");});const onMouseEnterma7ak4=activeVariantCallback(async(...args)=>{setVariant(\"O3ss45UfP\");});const onMouseEnterq24x5j=activeVariantCallback(async(...args)=>{setVariant(\"GNvek4e4y\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"CVDjtT1No\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"FFHxwZGAR\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"O3ss45UfP\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"GNvek4e4y\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-15c0ijt\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"B8oZJ7cjt\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CVDjtT1No:{\"data-framer-name\":\"Facebook\"},FFHxwZGAR:{\"data-framer-name\":\"Twitter\"},GNvek4e4y:{\"data-framer-name\":\"Instagram\"},O3ss45UfP:{\"data-framer-name\":\"LinkedIn\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4nvedc\",layoutDependency:layoutDependency,layoutId:\"OGgJKbuRE\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/AIQuintessential.Official\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fcpz45 framer-1cgy12c\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"J6J_TfV8X\",onMouseEnter:onMouseEnteram3l07,onMouseLeave:onMouseLeavexyiees,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{CVDjtT1No:{backgroundColor:\"rgb(1, 101, 225)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ojbjdt\",layoutDependency:layoutDependency,layoutId:\"ZenjqhK_C\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yzoe1c-container\",layoutDependency:layoutDependency,layoutId:\"P5iACzrvI-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(1, 101, 225)\",height:\"100%\",iconSearch:\"Facebook\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"P5iACzrvI\",layoutId:\"P5iACzrvI\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({CVDjtT1No:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Facebook\"})}),className:\"framer-1utdhfk\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"rvR126r2z\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{CVDjtT1No:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/AIQ_Official\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-159c6wd framer-1cgy12c\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tEUAWs_Tl\",onMouseEnter:onMouseEntero0e9l7,onMouseLeave:onMouseLeavexyiees,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{FFHxwZGAR:{backgroundColor:\"var(--token-74e9efd2-54f7-40e6-9af1-5cf5c011be09, rgb(19, 30, 42))\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uruixk\",layoutDependency:layoutDependency,layoutId:\"GsfFlJ8Us\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p6omzv-container\",layoutDependency:layoutDependency,layoutId:\"MtBiG2til-container\",children:/*#__PURE__*/_jsx(ThemeImage,{bottomLeft:0,bottomRight:0,dark:addImageAlt({src:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg\",srcSet:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg 1200w\"},\"\"),height:\"100%\",id:\"MtBiG2til\",layoutId:\"MtBiG2til\",light:addImageAlt({src:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg\",srcSet:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg 1200w\"},\"\"),radius:0,radiusIsMixed:false,sizing:\"cover\",style:{height:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\",...addPropertyOverrides({FFHxwZGAR:{dark:addImageAlt({src:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg\",srcSet:\"https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/uxMqxq0L6O4qHHXbqtGQC3JE.svg 1200w\"},\"\"),light:addImageAlt({src:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg\",srcSet:\"https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg?scale-down-to=1024 1001w,https://framerusercontent.com/images/WecYPQxpYrWEQ0PopA52Gpo5VM.svg 1200w\"},\"\")}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(249, 249, 249)) )\"},children:\"X | Twitter\"})}),className:\"framer-15i27ug\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"dNuM83xZ_\",style:{\"--extracted-gdpscs\":\"var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(249, 249, 249)) \",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{FFHxwZGAR:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/ai-quintessential/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1yf5shy framer-1cgy12c\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"W008wCaHI\",onMouseEnter:onMouseEnterma7ak4,onMouseLeave:onMouseLeavexyiees,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{O3ss45UfP:{backgroundColor:\"rgb(10, 102, 194)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mds684\",layoutDependency:layoutDependency,layoutId:\"RVvTBwe5j\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17ncbxl-container\",layoutDependency:layoutDependency,layoutId:\"aHxCe_WgP-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(10, 102, 194)\",height:\"100%\",iconSearch:\"LinkedIn\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"aHxCe_WgP\",layoutId:\"aHxCe_WgP\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({O3ss45UfP:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"LinkedIn\"})}),className:\"framer-kd72c4\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"wTzLOVEYG\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{O3ss45UfP:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/aiq_official/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1hc3k2k framer-1cgy12c\",\"data-framer-name\":\"Content Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ax3Qe9xcM\",onMouseEnter:onMouseEnterq24x5j,onMouseLeave:onMouseLeavexyiees,style:{backgroundColor:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 80px 20px rgba(0, 0, 0, 0.03)\"},variants:{GNvek4e4y:{background:\"radial-gradient(123.4% 160.9% at 27.6% 100%, hsl(36, 92%, 50%) 0%, hsl(280, 100%, 54%) 100%)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-163b45\",layoutDependency:layoutDependency,layoutId:\"TIw44lhA7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12zp58u-container\",layoutDependency:layoutDependency,layoutId:\"PmpvFNzhJ-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(224, 66, 161)\",height:\"100%\",iconSearch:\"Instagram\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"PmpvFNzhJ\",layoutId:\"PmpvFNzhJ\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({GNvek4e4y:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RXhvIDItNTAw\",\"--framer-font-family\":'\"Exo 2\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Instagram\"})}),className:\"framer-17piz2r\",fonts:[\"GF;Exo 2-500\"],layoutDependency:layoutDependency,layoutId:\"Bu_i1IRqb\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{GNvek4e4y:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OB2PD.framer-1cgy12c, .framer-OB2PD .framer-1cgy12c { display: block; }\",\".framer-OB2PD.framer-15c0ijt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 148px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1000px; }\",\".framer-OB2PD .framer-4nvedc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-OB2PD .framer-1fcpz45, .framer-OB2PD .framer-159c6wd, .framer-OB2PD .framer-1yf5shy, .framer-OB2PD .framer-1hc3k2k { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 16px 16px 16px 16px; position: relative; text-decoration: none; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OB2PD .framer-1ojbjdt, .framer-OB2PD .framer-1uruixk, .framer-OB2PD .framer-1mds684, .framer-OB2PD .framer-163b45 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-OB2PD .framer-yzoe1c-container, .framer-OB2PD .framer-17ncbxl-container, .framer-OB2PD .framer-12zp58u-container { flex: none; height: 90px; position: relative; width: 90px; }\",\".framer-OB2PD .framer-1utdhfk, .framer-OB2PD .framer-15i27ug, .framer-OB2PD .framer-kd72c4, .framer-OB2PD .framer-17piz2r { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-OB2PD .framer-1p6omzv-container { flex: none; height: 60px; position: relative; width: 60px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OB2PD.framer-15c0ijt, .framer-OB2PD .framer-4nvedc, .framer-OB2PD .framer-1fcpz45, .framer-OB2PD .framer-1ojbjdt, .framer-OB2PD .framer-159c6wd, .framer-OB2PD .framer-1uruixk, .framer-OB2PD .framer-1yf5shy, .framer-OB2PD .framer-1mds684, .framer-OB2PD .framer-1hc3k2k, .framer-OB2PD .framer-163b45 { gap: 0px; } .framer-OB2PD.framer-15c0ijt > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-OB2PD.framer-15c0ijt > :first-child, .framer-OB2PD .framer-4nvedc > :first-child, .framer-OB2PD .framer-1fcpz45 > :first-child, .framer-OB2PD .framer-1ojbjdt > :first-child, .framer-OB2PD .framer-159c6wd > :first-child, .framer-OB2PD .framer-1uruixk > :first-child, .framer-OB2PD .framer-1yf5shy > :first-child, .framer-OB2PD .framer-1mds684 > :first-child, .framer-OB2PD .framer-1hc3k2k > :first-child, .framer-OB2PD .framer-163b45 > :first-child { margin-left: 0px; } .framer-OB2PD.framer-15c0ijt > :last-child, .framer-OB2PD .framer-4nvedc > :last-child, .framer-OB2PD .framer-1fcpz45 > :last-child, .framer-OB2PD .framer-1ojbjdt > :last-child, .framer-OB2PD .framer-159c6wd > :last-child, .framer-OB2PD .framer-1uruixk > :last-child, .framer-OB2PD .framer-1yf5shy > :last-child, .framer-OB2PD .framer-1mds684 > :last-child, .framer-OB2PD .framer-1hc3k2k > :last-child, .framer-OB2PD .framer-163b45 > :last-child { margin-right: 0px; } .framer-OB2PD .framer-4nvedc > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-OB2PD .framer-1fcpz45 > *, .framer-OB2PD .framer-159c6wd > *, .framer-OB2PD .framer-1yf5shy > *, .framer-OB2PD .framer-1hc3k2k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-OB2PD .framer-1ojbjdt > *, .framer-OB2PD .framer-1uruixk > *, .framer-OB2PD .framer-1mds684 > *, .framer-OB2PD .framer-163b45 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-OB2PD.framer-v-xsbjsi .framer-1fcpz45, .framer-OB2PD.framer-v-wn7zoj .framer-159c6wd, .framer-OB2PD.framer-v-2me5i9 .framer-1yf5shy, .framer-OB2PD.framer-v-xbrqz5 .framer-1hc3k2k { flex: 2 0 0px; }\",\".framer-OB2PD.framer-v-xsbjsi .framer-yzoe1c-container, .framer-OB2PD.framer-v-2me5i9 .framer-17ncbxl-container, .framer-OB2PD.framer-v-xbrqz5 .framer-12zp58u-container { height: 60px; width: 60px; }\",\".framer-OB2PD.framer-v-wn7zoj .framer-1p6omzv-container { height: 40px; width: 40px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 148\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"CVDjtT1No\":{\"layout\":[\"fixed\",\"fixed\"]},\"FFHxwZGAR\":{\"layout\":[\"fixed\",\"fixed\"]},\"O3ss45UfP\":{\"layout\":[\"fixed\",\"fixed\"]},\"GNvek4e4y\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwGkSiYg5u=withCSS(Component,css,\"framer-OB2PD\");export default FramerwGkSiYg5u;FramerwGkSiYg5u.displayName=\"Social Cards / Desktop\";FramerwGkSiYg5u.defaultProps={height:148,width:1e3};addPropertyControls(FramerwGkSiYg5u,{variant:{options:[\"B8oZJ7cjt\",\"CVDjtT1No\",\"FFHxwZGAR\",\"O3ss45UfP\",\"GNvek4e4y\"],optionTitles:[\"Default\",\"Facebook\",\"Twitter\",\"LinkedIn\",\"Instagram\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerwGkSiYg5u,[{family:\"Exo 2\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcO9q-rpvLpQ.woff2\",weight:\"500\"},...MaterialFonts,...ThemeImageFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwGkSiYg5u\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1000\",\"framerIntrinsicHeight\":\"148\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CVDjtT1No\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FFHxwZGAR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"O3ss45UfP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GNvek4e4y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wGkSiYg5u.map", "// Generated by Framer (e83dae3)\nimport{jsx as _jsx,jsxs as _jsxs}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 SocialCardsTabletSmall from\"https://framerusercontent.com/modules/cSnFlDsUpyb6KD9NfkfN/xOvlJ2mz64aCDokDDpYi/BVL_LgF14.js\";import SocialCardsPhone from\"https://framerusercontent.com/modules/cKmNtExQz2JfcEPLnzWF/3dopjiW2MzoGHG8nkN90/EzsMyj9IK.js\";import SocialCardsTablet from\"https://framerusercontent.com/modules/24gz0aVjimfCp77K8aZw/xwk1UHLqcwTD81NWn7TV/L9K6PNBPj.js\";import SocialCardsDesktop from\"https://framerusercontent.com/modules/kqxHHLfQCeEsgr9UGUbB/B0os5sOGYTeBFPNYJwXH/wGkSiYg5u.js\";const SocialCardsDesktopFonts=getFonts(SocialCardsDesktop);const SocialCardsTabletFonts=getFonts(SocialCardsTablet);const SocialCardsTabletSmallFonts=getFonts(SocialCardsTabletSmall);const SocialCardsPhoneFonts=getFonts(SocialCardsPhone);const cycleOrder=[\"NpVPaTl6B\",\"HEp1gDsYK\",\"kPCq0kNfI\",\"ei0ZUzPAN\"];const serializationHash=\"framer-uYuQr\";const variantClassNames={ei0ZUzPAN:\"framer-v-bwy2y1\",HEp1gDsYK:\"framer-v-1vm2mrh\",kPCq0kNfI:\"framer-v-1gy1mda\",NpVPaTl6B:\"framer-v-1sj6464\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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={\"Tablet (small)\":\"kPCq0kNfI\",Desktop:\"NpVPaTl6B\",Phone:\"ei0ZUzPAN\",Tablet:\"HEp1gDsYK\"};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:\"NpVPaTl6B\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NpVPaTl6B\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"HEp1gDsYK\",\"kPCq0kNfI\",\"ei0ZUzPAN\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"HEp1gDsYK\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"kPCq0kNfI\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"ei0ZUzPAN\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1sj6464\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"NpVPaTl6B\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ei0ZUzPAN:{\"data-framer-name\":\"Phone\"},HEp1gDsYK:{\"data-framer-name\":\"Tablet\"},kPCq0kNfI:{\"data-framer-name\":\"Tablet (small)\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-45cp0m-container\",layoutDependency:layoutDependency,layoutId:\"mrAkO_8a0-container\",children:/*#__PURE__*/_jsx(SocialCardsDesktop,{height:\"100%\",id:\"mrAkO_8a0\",layoutId:\"mrAkO_8a0\",style:{width:\"100%\"},variant:\"B8oZJ7cjt\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({HEp1gDsYK:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1txks2w-container\",layoutDependency:layoutDependency,layoutId:\"CtLdcbwq9-container\",children:/*#__PURE__*/_jsx(SocialCardsTablet,{height:\"100%\",id:\"CtLdcbwq9\",layoutId:\"CtLdcbwq9\",style:{width:\"100%\"},variant:\"eDX1wGDHH\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({kPCq0kNfI:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y5q2o4-container\",layoutDependency:layoutDependency,layoutId:\"uzkF6ja4z-container\",children:/*#__PURE__*/_jsx(SocialCardsTabletSmall,{height:\"100%\",id:\"uzkF6ja4z\",layoutId:\"uzkF6ja4z\",style:{width:\"100%\"},variant:\"QPDCYRnpI\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({ei0ZUzPAN:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kivh2d-container\",layoutDependency:layoutDependency,layoutId:\"TNZuDXSSl-container\",children:/*#__PURE__*/_jsx(SocialCardsPhone,{height:\"100%\",id:\"TNZuDXSSl\",layoutId:\"TNZuDXSSl\",style:{width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uYuQr.framer-1kc98t, .framer-uYuQr .framer-1kc98t { display: block; }\",\".framer-uYuQr.framer-1sj6464 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-uYuQr .framer-45cp0m-container, .framer-uYuQr .framer-1txks2w-container, .framer-uYuQr .framer-y5q2o4-container, .framer-uYuQr .framer-1kivh2d-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uYuQr.framer-1sj6464 { gap: 0px; } .framer-uYuQr.framer-1sj6464 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-uYuQr.framer-1sj6464 > :first-child { margin-top: 0px; } .framer-uYuQr.framer-1sj6464 > :last-child { margin-bottom: 0px; } }\",\".framer-uYuQr.framer-v-1vm2mrh.framer-1sj6464 { width: 900px; }\",\".framer-uYuQr.framer-v-1gy1mda.framer-1sj6464 { width: 600px; }\",\".framer-uYuQr.framer-v-bwy2y1.framer-1sj6464 { width: 300px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 148\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HEp1gDsYK\":{\"layout\":[\"fixed\",\"auto\"]},\"kPCq0kNfI\":{\"layout\":[\"fixed\",\"auto\"]},\"ei0ZUzPAN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJXbg0aRlt=withCSS(Component,css,\"framer-uYuQr\");export default FramerJXbg0aRlt;FramerJXbg0aRlt.displayName=\"Social Cards / [Main]\";FramerJXbg0aRlt.defaultProps={height:148,width:1200};addPropertyControls(FramerJXbg0aRlt,{variant:{options:[\"NpVPaTl6B\",\"HEp1gDsYK\",\"kPCq0kNfI\",\"ei0ZUzPAN\"],optionTitles:[\"Desktop\",\"Tablet\",\"Tablet (small)\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerJXbg0aRlt,[...SocialCardsDesktopFonts,...SocialCardsTabletFonts,...SocialCardsTabletSmallFonts,...SocialCardsPhoneFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJXbg0aRlt\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HEp1gDsYK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kPCq0kNfI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ei0ZUzPAN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"148\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JXbg0aRlt.map", "// Generated by Framer (e83dae3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,Link,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js\";import FormSpark from\"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/Foxm7T4YpJpvPgDlEus0/FormSpark.js\";import SocialCards from\"#framer/local/canvasComponent/JXbg0aRlt/JXbg0aRlt.js\";import FooterFooter from\"#framer/local/canvasComponent/kPALcRAQU/kPALcRAQU.js\";import TabbedDetailsCard1Main from\"#framer/local/canvasComponent/S5Z0xIIlN/S5Z0xIIlN.js\";import NavigationNavigation from\"#framer/local/canvasComponent/xVCee_O1J/xVCee_O1J.js\";import*as sharedStyle3 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle1 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle2 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import metadataProvider from\"#framer/local/webPageMetadata/BG_lxztov/BG_lxztov.js\";const NavigationNavigationFonts=getFonts(NavigationNavigation);const FormSparkFonts=getFonts(FormSpark);const GoogleMapsFonts=getFonts(GoogleMaps);const SocialCardsFonts=getFonts(SocialCards);const TabbedDetailsCard1MainFonts=getFonts(TabbedDetailsCard1Main);const FooterFooterFonts=getFonts(FooterFooter);const cycleOrder=[\"uSlaK1skU\",\"ZVPLjiOE3\",\"YZAxR67OO\",\"ZtpAa2xH7\"];const breakpoints={uSlaK1skU:\"(min-width: 1200px)\",YZAxR67OO:\"(min-width: 600px) and (max-width: 899px)\",ZtpAa2xH7:\"(max-width: 599px)\",ZVPLjiOE3:\"(min-width: 900px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-knVz8\";const variantClassNames={uSlaK1skU:\"framer-v-1josfc9\",YZAxR67OO:\"framer-v-1wdwaj5\",ZtpAa2xH7:\"framer-v-1t7kphc\",ZVPLjiOE3:\"framer-v-1uim3l1\"};const metadata=metadataProvider();const humanReadableVariantMap={\"Tablet (small)\":\"YZAxR67OO\",Desktop:\"uSlaK1skU\",Phone:\"ZtpAa2xH7\",Tablet:\"ZVPLjiOE3\"};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:\"uSlaK1skU\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useLayoutEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);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}-framer-knVz8`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-knVz8`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"uSlaK1skU\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1josfc9\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-6cexc-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YZAxR67OO:{variant:\"m6M4opgOk\"},ZtpAa2xH7:{variant:\"b8Qqg9pXM\"},ZVPLjiOE3:{variant:\"wE2hrSTjT\"}},children:/*#__PURE__*/_jsx(NavigationNavigation,{height:\"100%\",id:\"YPWEEAC6c\",layoutId:\"YPWEEAC6c\",style:{width:\"100%\"},variant:\"AghjMZ3Fm\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mj9efb\",\"data-framer-name\":\"Page Wrapper\",name:\"Page Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4ms62t\",\"data-border\":true,\"data-framer-name\":\"Section - Hero\",name:\"Section - Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x0uvbd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-7ef90a74-465b-43a3-aaae-e18f7606be0e, rgb(53, 211, 221)) 0%, var(--token-7cd337ee-8208-4c0c-ad0e-048daed99e2d, rgb(61, 119, 245)) 100%)\"},children:\"Let's Connect\"})})}),className:\"framer-15ncfe6\",\"data-framer-name\":\"Heading\",name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Whether you wish to enquire about a course or workshop, ask a question, or simply want to say hi, we are always happy to hear from you!\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Please use this form to get in touch and we will get back to you as soon as possible.\"})]}),className:\"framer-1y9n01z\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hjoq5s-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZtpAa2xH7:{inputs:{color:\"var(--token-74e9efd2-54f7-40e6-9af1-5cf5c011be09, rgb(8, 24, 41))\",error:\"rgb(238, 68, 68)\",fill:\"var(--token-d135e0a6-7219-45b6-8639-d743c162a589, rgb(255, 255, 255))\",placeholderColor:\"var(--token-74e9efd2-54f7-40e6-9af1-5cf5c011be09, rgb(8, 24, 41))\"},layout:\"vertical\"},ZVPLjiOE3:{layout:\"vertical\"}},children:/*#__PURE__*/_jsx(FormSpark,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-f6a3bb31-869e-4cbd-88ea-c8115867a6f5, rgb(36, 148, 240))\",fontWeight:600,label:\"Submit\"},email:{placeholder:\"Email\",value:\"\"},font:true,fontFamily:\"Exo 2\",fontSize:18,fontWeight:500,formId:\"u2KYwQJY\",gap:16,height:\"100%\",id:\"oqULSIpsL\",inputs:{color:\"var(--token-74e9efd2-54f7-40e6-9af1-5cf5c011be09, rgb(8, 24, 41))\",error:\"rgb(238, 68, 68)\",fill:\"var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(249, 249, 249))\",placeholderColor:\"var(--token-74e9efd2-54f7-40e6-9af1-5cf5c011be09, rgb(8, 24, 41))\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"oqULSIpsL\",message:{placeholder:\"Message\",value:\"\"},nameField:{placeholder:\"Name\",value:\"\"},padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,width:\"100%\",withEmail:true,withMessage:true,withName:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ba2zl9\",\"data-framer-name\":\"Background\",name:\"Background\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d85d42\",\"data-framer-name\":\"Section - Contact Cards\",name:\"Section - Contact Cards\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oc84ij\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10otqsu\",\"data-border\":true,\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xhckbs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Email\"})}),className:\"framer-1vh1gu7\",\"data-framer-name\":\"Heading\",name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:contact@aiquintessential.co.uk\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"contact@aiquintessential.co.uk\"})})})}),className:\"framer-1gv84hx\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r7n8ak\",\"data-framer-name\":\"Background\",name:\"Background\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xagnqd\",\"data-border\":true,\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ph13v2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Call\"})}),className:\"framer-113qpkp\",\"data-framer-name\":\"Heading\",name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:/*#__PURE__*/_jsx(Link,{href:\"tel:+447783106450\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"+44 7783 106450\"})})})}),className:\"framer-1krfbt1\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-m5mbyd\",\"data-framer-name\":\"Background\",name:\"Background\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s01zxg\",\"data-border\":true,\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9994r1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Visit\"})}),className:\"framer-1l3m1fc\",\"data-framer-name\":\"Heading\",name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:/*#__PURE__*/_jsx(Link,{href:\"https://goo.gl/maps/Rewf53t7Gt1bYUaA6\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:[\"Digital World Centre\",/*#__PURE__*/_jsx(\"br\",{}),\"1 Lowry Plaza\",/*#__PURE__*/_jsx(\"br\",{}),\"Salford\",/*#__PURE__*/_jsx(\"br\",{}),\"M50 3UB\"]})})})}),className:\"framer-qtum1i\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tdoy0b\",\"data-framer-name\":\"Map Container\",name:\"Map Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ju3ygw-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZtpAa2xH7:{borderRadius:6,bottomLeftRadius:6,bottomRightRadius:6,topLeftRadius:6,topRightRadius:6}},children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,coordinates:\"53.4712197203698, -2.2946170455241557\",height:\"100%\",id:\"e7xR66wQ2\",isMixedBorderRadius:false,layoutId:\"e7xR66wQ2\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:16,topRightRadius:16,width:\"100%\",zoom:16})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jozgeh\",\"data-framer-name\":\"Background\",name:\"Background\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-iqf33w-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YZAxR67OO:{variant:\"kPCq0kNfI\"},ZtpAa2xH7:{variant:\"ei0ZUzPAN\"},ZVPLjiOE3:{variant:\"HEp1gDsYK\"}},children:/*#__PURE__*/_jsx(SocialCards,{height:\"100%\",id:\"YGC9uTyzP\",layoutId:\"YGC9uTyzP\",style:{width:\"100%\"},variant:\"NpVPaTl6B\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ytivyo\",\"data-framer-name\":\"Section - FAQs\",name:\"Section - FAQs\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u9x45l\",\"data-border\":true,\"data-framer-name\":\"FAQs Card\",name:\"FAQs Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:\"Learn more\"})}),className:\"framer-b0h6hs\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YZAxR67OO:{width:\"calc(min(100vw, 1360px) - 112px)\"},ZtpAa2xH7:{width:\"calc(min(100vw, 1360px) - 64px)\"},ZVPLjiOE3:{width:\"calc(min(100vw, 1360px) - 160px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"calc(min(100vw, 1360px) - 240px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-abyff4-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YZAxR67OO:{variant:\"eXVUh52Lm\"},ZtpAa2xH7:{variant:\"onjMgCGd3\"},ZVPLjiOE3:{variant:\"gmyMNiAbR\"}},children:/*#__PURE__*/_jsx(TabbedDetailsCard1Main,{a9LQ68Tz5:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"We're proud to have developed our courses and workshops in collaboration with several key partners.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"As an AP Endorsed Provider, we have a choice of AP-approved courses designed to help learners who are following the Advanced Placement curriculum. We also offer a range of Cisco-certified courses on topics such as Networking, Cybersecurity, and Internet of Things. Finally, our professional development workshops are all CPD-certified and can be found on the CPD library.\"})]}),aWmyt0WBn:\"Do you offer any other services?\",bXKUiRM1L:\"\",FwcwiKAP2:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Our professional development workshops are designed to empower educators in bringing AI into the classroom. These interactive, instructor-led sessions provide discussions, strategies, and resources to help teachers to leverage new tools and inspire their students in brand new ways.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"All workshops are approved by the Continuing Professional Development (CPD) Service and are delivered live (whether in-person or remotely) over several hours. Sessions are built to be informative, friendly, and interactive.\"})]}),height:\"100%\",HXJcRJYB2:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"All our courses are delivered via our online learning platform, and you'll need an account in order to access the content.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Whether you're an individual looking for a course for yourself, or an organisation looking to enrol several learners, we'll help to set you up with your account details when you enrol. Simply get in touch to enquire!\"})]}),id:\"PehQMvFRt\",kLM27WUOj:\"var(--token-f6a3bb31-869e-4cbd-88ea-c8115867a6f5, rgb(8, 147, 255))\",layoutId:\"PehQMvFRt\",rbqB8CGEN:\"\",RMYVJtOEK:\"\",style:{width:\"100%\"},sVKrY9g2b:\"Do I need to sign up?\",ug71dZHtm:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"We have four main categories of courses.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Our Computing and AI courses offer a core suite of courses designed to teach all students from ages 5-18 the foundations of computing and programming. We have twelve course levels that can accommodate a wide range of ages and abilities, from beginners to advanced.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Our Vocational courses offer a look into some exciting applied fields of computing such as Augmented and Virtual Reality, App Development, and Cybersecurity. These help learners to develop their understanding even further and explore their interests and passions.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"For students following the Advanced Placement curriculum, we offer Computer Science Principles and Computer Science A courses. Both of these have been designed to match the official AP curriculum and are endorsed by CollegeBoard.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Finally, our Cisco courses are exactly that - we have a range of Cisco-certified courses on topics from networking infrastructure to IoT devices and systems. Learners will receive official Cisco certification upon successful completion of these courses.\"})]}),uKYjmEL1K:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"In addition to our online learning platform for individual and school learners alike, we also support businesses. From branding and professional development to web design and data analysis, we help growing businesses to establish their identity, reach their customers, and empower their staff.\"}),/*#__PURE__*/_jsxs(\"p\",{children:[\"You can learn more about our services on our \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JtWXCF1xE\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"Enterprise\"})}),\" page.\"]})]}),Un12IJKHI:\"\",variant:\"e4mmJj8_k\",VhWjYMHUT:\"What are your workshops?\",W08VXMZJj:\"\",width:\"100%\",ZcMy5ygvP:\"What courses do you offer?\",ZrQGrxDEz:\"Who are your partners?\"})})})})})]})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-eut49v-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YZAxR67OO:{variant:\"eoIW6Qc3R\"},ZtpAa2xH7:{variant:\"rkUywEoDY\"},ZVPLjiOE3:{variant:\"Fu2J53tSL\"}},children:/*#__PURE__*/_jsx(FooterFooter,{height:\"100%\",id:\"g8kxH7Col\",layoutId:\"g8kxH7Col\",style:{width:\"100%\"},variant:\"DTkmmG1ic\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-knVz8 { background: var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(255, 255, 255)); }`,\".framer-knVz8.framer-1xs2tbb, .framer-knVz8 .framer-1xs2tbb { display: block; }\",\".framer-knVz8.framer-1josfc9 { align-content: center; align-items: center; background-color: var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, #ffffff); 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-knVz8 .framer-6cexc-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-knVz8 .framer-mj9efb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 180px; height: auto; justify-content: center; max-width: 1360px; overflow: hidden; padding: 180px 72px 72px 72px; position: relative; width: 100%; }\",'.framer-knVz8 .framer-4ms62t { --border-bottom-width: 1px; --border-color: var(--token-bdb56b19-e04b-4493-91f0-e4612c2cab49, #f0f0f0) /* {\"name\":\"Border Colour\"} */; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(5px); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0px 80px 20px rgba(0, 0, 0, 0.03); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: auto; justify-content: center; overflow: hidden; padding: 48px 48px 48px 48px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-knVz8 .framer-x0uvbd, .framer-knVz8 .framer-9994r1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-knVz8 .framer-15ncfe6, .framer-knVz8 .framer-1vh1gu7, .framer-knVz8 .framer-113qpkp, .framer-knVz8 .framer-1l3m1fc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-knVz8 .framer-1y9n01z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-knVz8 .framer-hjoq5s-container { flex: 1 0 0px; height: 354px; position: relative; width: 1px; z-index: 1; }\",\".framer-knVz8 .framer-ba2zl9, .framer-knVz8 .framer-1r7n8ak, .framer-knVz8 .framer-m5mbyd, .framer-knVz8 .framer-1jozgeh { background-color: var(--token-d135e0a6-7219-45b6-8639-d743c162a589, #ffffff); bottom: 0px; flex: none; left: 0px; opacity: 0.75; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-knVz8 .framer-d85d42 { -webkit-backdrop-filter: blur(0px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(0px); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-knVz8 .framer-1oc84ij { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",'.framer-knVz8 .framer-10otqsu, .framer-knVz8 .framer-xagnqd { --border-bottom-width: 1px; --border-color: var(--token-bdb56b19-e04b-4493-91f0-e4612c2cab49, #f0f0f0) /* {\"name\":\"Border Colour\"} */; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(5px); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0px 80px 20px rgba(0, 0, 0, 0.03); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: auto; justify-content: center; overflow: hidden; padding: 24px 24px 24px 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }',\".framer-knVz8 .framer-xhckbs, .framer-knVz8 .framer-1ph13v2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-knVz8 .framer-1gv84hx, .framer-knVz8 .framer-1krfbt1, .framer-knVz8 .framer-qtum1i { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",'.framer-knVz8 .framer-s01zxg { --border-bottom-width: 1px; --border-color: var(--token-bdb56b19-e04b-4493-91f0-e4612c2cab49, #f0f0f0) /* {\"name\":\"Border Colour\"} */; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(5px); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0px 80px 20px rgba(0, 0, 0, 0.03); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: auto; justify-content: center; overflow: hidden; padding: 24px 24px 24px 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-knVz8 .framer-tdoy0b { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-knVz8 .framer-1ju3ygw-container { flex: 1 0 0px; height: 300px; position: relative; width: 1px; z-index: 1; }\",\".framer-knVz8 .framer-iqf33w-container, .framer-knVz8 .framer-abyff4-container, .framer-knVz8 .framer-eut49v-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-knVz8 .framer-ytivyo { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",'.framer-knVz8 .framer-1u9x45l { --border-bottom-width: 2px; --border-color: var(--token-bdb56b19-e04b-4493-91f0-e4612c2cab49, #f0f0f0) /* {\"name\":\"Border Colour\"} */; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: var(--token-d135e0a6-7219-45b6-8639-d743c162a589, #ffffff); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0px 80px 20px rgba(0, 0, 0, 0.03); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: auto; justify-content: center; overflow: hidden; padding: 48px 48px 48px 48px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-knVz8 .framer-b0h6hs { --framer-link-text-decoration: underline; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-knVz8.framer-1josfc9, .framer-knVz8 .framer-mj9efb, .framer-knVz8 .framer-4ms62t, .framer-knVz8 .framer-x0uvbd, .framer-knVz8 .framer-d85d42, .framer-knVz8 .framer-1oc84ij, .framer-knVz8 .framer-10otqsu, .framer-knVz8 .framer-xhckbs, .framer-knVz8 .framer-xagnqd, .framer-knVz8 .framer-1ph13v2, .framer-knVz8 .framer-s01zxg, .framer-knVz8 .framer-9994r1, .framer-knVz8 .framer-tdoy0b, .framer-knVz8 .framer-ytivyo, .framer-knVz8 .framer-1u9x45l { gap: 0px; } .framer-knVz8.framer-1josfc9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-knVz8.framer-1josfc9 > :first-child, .framer-knVz8 .framer-mj9efb > :first-child, .framer-knVz8 .framer-x0uvbd > :first-child, .framer-knVz8 .framer-d85d42 > :first-child, .framer-knVz8 .framer-10otqsu > :first-child, .framer-knVz8 .framer-xhckbs > :first-child, .framer-knVz8 .framer-xagnqd > :first-child, .framer-knVz8 .framer-1ph13v2 > :first-child, .framer-knVz8 .framer-9994r1 > :first-child, .framer-knVz8 .framer-ytivyo > :first-child, .framer-knVz8 .framer-1u9x45l > :first-child { margin-top: 0px; } .framer-knVz8.framer-1josfc9 > :last-child, .framer-knVz8 .framer-mj9efb > :last-child, .framer-knVz8 .framer-x0uvbd > :last-child, .framer-knVz8 .framer-d85d42 > :last-child, .framer-knVz8 .framer-10otqsu > :last-child, .framer-knVz8 .framer-xhckbs > :last-child, .framer-knVz8 .framer-xagnqd > :last-child, .framer-knVz8 .framer-1ph13v2 > :last-child, .framer-knVz8 .framer-9994r1 > :last-child, .framer-knVz8 .framer-ytivyo > :last-child, .framer-knVz8 .framer-1u9x45l > :last-child { margin-bottom: 0px; } .framer-knVz8 .framer-mj9efb > * { margin: 0px; margin-bottom: calc(180px / 2); margin-top: calc(180px / 2); } .framer-knVz8 .framer-4ms62t > *, .framer-knVz8 .framer-s01zxg > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-knVz8 .framer-4ms62t > :first-child, .framer-knVz8 .framer-1oc84ij > :first-child, .framer-knVz8 .framer-s01zxg > :first-child, .framer-knVz8 .framer-tdoy0b > :first-child { margin-left: 0px; } .framer-knVz8 .framer-4ms62t > :last-child, .framer-knVz8 .framer-1oc84ij > :last-child, .framer-knVz8 .framer-s01zxg > :last-child, .framer-knVz8 .framer-tdoy0b > :last-child { margin-right: 0px; } .framer-knVz8 .framer-x0uvbd > *, .framer-knVz8 .framer-xhckbs > *, .framer-knVz8 .framer-1ph13v2 > *, .framer-knVz8 .framer-9994r1 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-knVz8 .framer-d85d42 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-knVz8 .framer-1oc84ij > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-knVz8 .framer-10otqsu > *, .framer-knVz8 .framer-xagnqd > *, .framer-knVz8 .framer-ytivyo > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-knVz8 .framer-tdoy0b > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-knVz8 .framer-1u9x45l > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } }\",\"@media (min-width: 1200px) { .framer-knVz8 .hidden-1josfc9 { display: none !important; } }\",`@media (min-width: 900px) and (max-width: 1199px) { .framer-knVz8 .hidden-1uim3l1 { display: none !important; } .${metadata.bodyClassName}-framer-knVz8 { background: var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(255, 255, 255)); } .framer-knVz8.framer-1josfc9 { width: 900px; } .framer-knVz8 .framer-6cexc-container { order: 0; } .framer-knVz8 .framer-mj9efb { gap: 160px; order: 1; padding: 160px 48px 48px 48px; } .framer-knVz8 .framer-4ms62t, .framer-knVz8 .framer-10otqsu, .framer-knVz8 .framer-xagnqd, .framer-knVz8 .framer-s01zxg { padding: 36px 36px 36px 36px; } .framer-knVz8 .framer-1u9x45l { gap: 32px; padding: 32px 32px 32px 32px; } .framer-knVz8 .framer-eut49v-container { order: 2; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-knVz8 .framer-mj9efb, .framer-knVz8 .framer-1u9x45l { gap: 0px; } .framer-knVz8 .framer-mj9efb > * { margin: 0px; margin-bottom: calc(160px / 2); margin-top: calc(160px / 2); } .framer-knVz8 .framer-mj9efb > :first-child, .framer-knVz8 .framer-1u9x45l > :first-child { margin-top: 0px; } .framer-knVz8 .framer-mj9efb > :last-child, .framer-knVz8 .framer-1u9x45l > :last-child { margin-bottom: 0px; } .framer-knVz8 .framer-1u9x45l > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}`,`@media (min-width: 600px) and (max-width: 899px) { .framer-knVz8 .hidden-1wdwaj5 { display: none !important; } .${metadata.bodyClassName}-framer-knVz8 { background: var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(255, 255, 255)); } .framer-knVz8.framer-1josfc9 { width: 600px; } .framer-knVz8 .framer-6cexc-container { order: 0; } .framer-knVz8 .framer-mj9efb { gap: 140px; order: 1; padding: 120px 32px 32px 32px; } .framer-knVz8 .framer-4ms62t { flex-direction: column; gap: 36px; padding: 24px 24px 24px 24px; } .framer-knVz8 .framer-x0uvbd, .framer-knVz8 .framer-hjoq5s-container, .framer-knVz8 .framer-9994r1, .framer-knVz8 .framer-tdoy0b { flex: none; width: 100%; } .framer-knVz8 .framer-d85d42 { gap: 16px; } .framer-knVz8 .framer-1oc84ij { flex-direction: column; gap: 16px; } .framer-knVz8 .framer-10otqsu, .framer-knVz8 .framer-xagnqd { flex: none; gap: 36px; width: 100%; } .framer-knVz8 .framer-s01zxg { flex-direction: column; gap: 36px; } .framer-knVz8 .framer-1u9x45l { gap: 24px; padding: 24px 24px 24px 24px; } .framer-knVz8 .framer-eut49v-container { order: 2; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-knVz8 .framer-mj9efb, .framer-knVz8 .framer-4ms62t, .framer-knVz8 .framer-d85d42, .framer-knVz8 .framer-1oc84ij, .framer-knVz8 .framer-10otqsu, .framer-knVz8 .framer-xagnqd, .framer-knVz8 .framer-s01zxg, .framer-knVz8 .framer-1u9x45l { gap: 0px; } .framer-knVz8 .framer-mj9efb > * { margin: 0px; margin-bottom: calc(140px / 2); margin-top: calc(140px / 2); } .framer-knVz8 .framer-mj9efb > :first-child, .framer-knVz8 .framer-4ms62t > :first-child, .framer-knVz8 .framer-d85d42 > :first-child, .framer-knVz8 .framer-1oc84ij > :first-child, .framer-knVz8 .framer-10otqsu > :first-child, .framer-knVz8 .framer-xagnqd > :first-child, .framer-knVz8 .framer-s01zxg > :first-child, .framer-knVz8 .framer-1u9x45l > :first-child { margin-top: 0px; } .framer-knVz8 .framer-mj9efb > :last-child, .framer-knVz8 .framer-4ms62t > :last-child, .framer-knVz8 .framer-d85d42 > :last-child, .framer-knVz8 .framer-1oc84ij > :last-child, .framer-knVz8 .framer-10otqsu > :last-child, .framer-knVz8 .framer-xagnqd > :last-child, .framer-knVz8 .framer-s01zxg > :last-child, .framer-knVz8 .framer-1u9x45l > :last-child { margin-bottom: 0px; } .framer-knVz8 .framer-4ms62t > *, .framer-knVz8 .framer-10otqsu > *, .framer-knVz8 .framer-xagnqd > *, .framer-knVz8 .framer-s01zxg > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-knVz8 .framer-d85d42 > *, .framer-knVz8 .framer-1oc84ij > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-knVz8 .framer-1u9x45l > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,`@media (max-width: 599px) { .framer-knVz8 .hidden-1t7kphc { display: none !important; } .${metadata.bodyClassName}-framer-knVz8 { background: var(--token-682a5322-ad97-4905-ae08-b7d953a7f8e7, rgb(255, 255, 255)); } .framer-knVz8.framer-1josfc9 { width: 300px; } .framer-knVz8 .framer-6cexc-container { top: -1px; } .framer-knVz8 .framer-mj9efb { gap: 120px; padding: 110px 16px 16px 16px; } .framer-knVz8 .framer-4ms62t { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; box-shadow: unset; flex-direction: column; gap: 36px; overflow: visible; padding: 0px 0px 0px 0px; } .framer-knVz8 .framer-x0uvbd, .framer-knVz8 .framer-9994r1, .framer-knVz8 .framer-tdoy0b { flex: none; width: 100%; } .framer-knVz8 .framer-hjoq5s-container { flex: none; height: 480px; width: 100%; } .framer-knVz8 .framer-ba2zl9 { background-color: unset; } .framer-knVz8 .framer-d85d42 { gap: 16px; } .framer-knVz8 .framer-1oc84ij { flex-direction: column; gap: 16px; } .framer-knVz8 .framer-10otqsu, .framer-knVz8 .framer-xagnqd { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; gap: 36px; padding: 16px 16px 16px 16px; width: 100%; } .framer-knVz8 .framer-s01zxg { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex-direction: column; gap: 36px; padding: 16px 16px 16px 16px; } .framer-knVz8 .framer-1u9x45l { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; gap: 24px; padding: 16px 16px 16px 16px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-knVz8 .framer-mj9efb, .framer-knVz8 .framer-4ms62t, .framer-knVz8 .framer-d85d42, .framer-knVz8 .framer-1oc84ij, .framer-knVz8 .framer-10otqsu, .framer-knVz8 .framer-xagnqd, .framer-knVz8 .framer-s01zxg, .framer-knVz8 .framer-1u9x45l { gap: 0px; } .framer-knVz8 .framer-mj9efb > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-knVz8 .framer-mj9efb > :first-child, .framer-knVz8 .framer-4ms62t > :first-child, .framer-knVz8 .framer-d85d42 > :first-child, .framer-knVz8 .framer-1oc84ij > :first-child, .framer-knVz8 .framer-10otqsu > :first-child, .framer-knVz8 .framer-xagnqd > :first-child, .framer-knVz8 .framer-s01zxg > :first-child, .framer-knVz8 .framer-1u9x45l > :first-child { margin-top: 0px; } .framer-knVz8 .framer-mj9efb > :last-child, .framer-knVz8 .framer-4ms62t > :last-child, .framer-knVz8 .framer-d85d42 > :last-child, .framer-knVz8 .framer-1oc84ij > :last-child, .framer-knVz8 .framer-10otqsu > :last-child, .framer-knVz8 .framer-xagnqd > :last-child, .framer-knVz8 .framer-s01zxg > :last-child, .framer-knVz8 .framer-1u9x45l > :last-child { margin-bottom: 0px; } .framer-knVz8 .framer-4ms62t > *, .framer-knVz8 .framer-10otqsu > *, .framer-knVz8 .framer-xagnqd > *, .framer-knVz8 .framer-s01zxg > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-knVz8 .framer-d85d42 > *, .framer-knVz8 .framer-1oc84ij > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-knVz8 .framer-1u9x45l > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-knVz8[data-border=\"true\"]::after, .framer-knVz8 [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 2803\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZVPLjiOE3\":{\"layout\":[\"fixed\",\"auto\"]},\"YZAxR67OO\":{\"layout\":[\"fixed\",\"auto\"]},\"ZtpAa2xH7\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerBG_lxztov=withCSS(Component,css,\"framer-knVz8\");export default FramerBG_lxztov;FramerBG_lxztov.displayName=\"Contact\";FramerBG_lxztov.defaultProps={height:2803,width:1200};addFonts(FramerBG_lxztov,[...NavigationNavigationFonts,...FormSparkFonts,...GoogleMapsFonts,...SocialCardsFonts,...TabbedDetailsCard1MainFonts,...FooterFooterFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts,...sharedStyle3.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBG_lxztov\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZVPLjiOE3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YZAxR67OO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZtpAa2xH7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"2803\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "coordinatesRegex", "GoogleMaps", "coordinates", "zoom", "style", "props", "borderRadius", "useRadius", "latitude1", "longitude1", "se", "ref", "latitude", "longitude", "p", "motion", "containerStyles", "addPropertyControls", "ControlType", "borderRadiusControl", "emailRegex", "validateEmail", "email", "FormSpark", "withCSS", "formId", "withName", "name", "withEmail", "withMessage", "message", "layout", "inputs", "button", "style", "gap", "onSubmit", "props", "nameValue", "setName", "ye", "emailValue", "setEmail", "messageValue", "setMessage", "isNameError", "setNameError", "isEmailError", "setEmailError", "isMessageError", "setMessageError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "gridTemplateRows", "rows", "gridTemplateColumns", "cols", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "error", "handleSubmit", "event", "data", "entries", "handleNameChange", "handleEmailChange", "handleMessageChange", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "FormSpark_default", "MaterialFonts", "getFonts", "Icon", "ThemeImageFonts", "ThemeImage", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnteruktks7", "args", "onMouseLeave36g2yc", "onMouseEnter17k3yi", "onMouseEnterrf4ivb", "onMouseEnterq5jphm", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "ComponentViewportProvider", "RichText", "css", "FramerBVL_LgF14", "withCSS", "BVL_LgF14_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts", "getFonts", "Icon", "ThemeImageFonts", "ThemeImage", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "u", "Link", "ComponentViewportProvider", "Icon", "RichText", "ThemeImage", "css", "FramerEzsMyj9IK", "withCSS", "EzsMyj9IK_default", "addFonts", "MaterialFonts", "ThemeImageFonts", "MaterialFonts", "getFonts", "Icon", "ThemeImageFonts", "ThemeImage", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1dn2npx", "args", "onMouseLeavel9v3ma", "onMouseEnterhcov6e", "onMouseEnterdkqbi", "onMouseEnter1pmsaq5", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "ComponentViewportProvider", "RichText", "css", "FramerL9K6PNBPj", "withCSS", "L9K6PNBPj_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts", "getFonts", "Icon", "ThemeImageFonts", "ThemeImage", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnteram3l07", "args", "onMouseLeavexyiees", "onMouseEntero0e9l7", "onMouseEnterma7ak4", "onMouseEnterq24x5j", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "ComponentViewportProvider", "RichText", "css", "FramerwGkSiYg5u", "withCSS", "wGkSiYg5u_default", "addPropertyControls", "ControlType", "addFonts", "SocialCardsDesktopFonts", "getFonts", "wGkSiYg5u_default", "SocialCardsTabletFonts", "L9K6PNBPj_default", "SocialCardsTabletSmallFonts", "BVL_LgF14_default", "SocialCardsPhoneFonts", "EzsMyj9IK_default", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerJXbg0aRlt", "withCSS", "JXbg0aRlt_default", "addPropertyControls", "ControlType", "addFonts", "NavigationNavigationFonts", "getFonts", "xVCee_O1J_default", "FormSparkFonts", "FormSpark_default", "GoogleMapsFonts", "GoogleMaps", "SocialCardsFonts", "JXbg0aRlt_default", "TabbedDetailsCard1MainFonts", "S5Z0xIIlN_default", "FooterFooterFonts", "kPALcRAQU_default", "breakpoints", "serializationHash", "variantClassNames", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides", "xVCee_O1J_default", "RichText", "x", "FormSpark_default", "Link", "GoogleMaps", "JXbg0aRlt_default", "S5Z0xIIlN_default", "kPALcRAQU_default", "css", "FramerBG_lxztov", "withCSS", "BG_lxztov_default", "addFonts", "NavigationNavigationFonts", "FormSparkFonts", "GoogleMapsFonts", "SocialCardsFonts", "TabbedDetailsCard1MainFonts", "FooterFooterFonts", "fonts", "__FramerMetadata__"]
}
