{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/A56TT0MWUszaV0ZDhg0K/dbZpPPrEk9ESBVUv6yHC/UniversalMailTo.js", "ssg:https://framerusercontent.com/modules/oEWX2nHZrUU21JlkTHW5/2NnMzXv1vCOPVBzbYjts/Universalmailto.js", "ssg:https://framerusercontent.com/modules/3av3xjnCdb0e66HKyM8M/Fj9tLwajCndwViMv2mr5/VBfXAVopF.js", "ssg:https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/OobIpExjjda7YDjHO9YN/SVG.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js", "ssg:https://framerusercontent.com/modules/JJhtSIg5ohtsdPmvX3ju/RTsYuU3ZpzxU1LAFdIDM/bXZdqFqle.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";// Helper para detectar el sistema operativo\nfunction getOS(){if(typeof window!==\"undefined\"){const platform=window.navigator.platform;if(/Mac/.test(platform))return\"macOS\";if(/Win/.test(platform))return\"Windows\";}return\"Unknown\";}// Override para seleccionar la variante seg\u00FAn el sistema operativo\nexport function OSdetector(){const os=getOS();// Definir las variantes posibles\nconst variants={default:\"Windows\",macOS:\"MacOS\",Windows:\"Windows\"};let selectedVariant=variants.default;if(os in variants){selectedVariant=variants[os];}return{variant:selectedVariant};}// Funci\u00F3n para extraer el texto de los elementos\nconst extractText=selector=>{var _element_textContent;const element=document.querySelector(selector);return element?((_element_textContent=element.textContent)===null||_element_textContent===void 0?void 0:_element_textContent.trim())||\"\":\"\";};// Funci\u00F3n para generar el enlace de Gmail con el correo y el asunto extra\u00EDdos\nexport function GmailLink(){const[mailto,setMailto]=React.useState(\"\");const[subject,setSubject]=React.useState(\"\");React.useEffect(()=>{if(typeof window!==\"undefined\"&&typeof document!==\"undefined\"){// Buscar el texto del elemento con aria-label=\"Mail Link\" para el correo\nconst extractMailto=()=>{const mailElement=document.querySelector(\"[aria-label='Mail Link']\");if(mailElement){var _mailElement_textContent;const mailText=(_mailElement_textContent=mailElement.textContent)===null||_mailElement_textContent===void 0?void 0:_mailElement_textContent.trim();if(mailText){setMailto(mailText);}}};// Buscar el texto del elemento con aria-label=\"Mail Subject\" para el asunto\nconst extractSubject=()=>{const subjectElement=document.querySelector(\"[aria-label='Mail Subject']\");if(subjectElement){var _subjectElement_textContent;const subjectText=(_subjectElement_textContent=subjectElement.textContent)===null||_subjectElement_textContent===void 0?void 0:_subjectElement_textContent.trim();if(subjectText){setSubject(subjectText);}}};extractMailto();extractSubject();}},[]);// Generar el enlace de Gmail si hay un correo\nconst mailtoLink=mailto?`https://mail.google.com/mail/?view=cm&fs=1&to=${encodeURIComponent(mailto)}&su=${encodeURIComponent(subject)}`:\"\";return{onTap:()=>{if(mailtoLink){window.open(mailtoLink,\"_blank\");}}};}// Funci\u00F3n para generar el enlace de Outlook con el correo y el asunto extra\u00EDdos\nexport function OutlookLink(){const[mailto,setMailto]=React.useState(\"\");const[subject,setSubject]=React.useState(\"\");React.useEffect(()=>{if(typeof window!==\"undefined\"&&typeof document!==\"undefined\"){// Buscar el texto del elemento con aria-label=\"Mail Link\" para el correo\nconst extractMailto=()=>{const mailElement=document.querySelector(\"[aria-label='Mail Link']\");if(mailElement){var _mailElement_textContent;const mailText=(_mailElement_textContent=mailElement.textContent)===null||_mailElement_textContent===void 0?void 0:_mailElement_textContent.trim();if(mailText){setMailto(mailText);}}};// Buscar el texto del elemento con aria-label=\"Mail Subject\" para el asunto\nconst extractSubject=()=>{const subjectElement=document.querySelector(\"[aria-label='Mail Subject']\");if(subjectElement){var _subjectElement_textContent;const subjectText=(_subjectElement_textContent=subjectElement.textContent)===null||_subjectElement_textContent===void 0?void 0:_subjectElement_textContent.trim();if(subjectText){setSubject(subjectText);}}};extractMailto();extractSubject();}},[]);// Generar el enlace de Outlook si hay un correo\nconst mailtoLink=mailto?`https://outlook.live.com/owa/?path=/mail/action/compose&to=${encodeURIComponent(mailto)}&subject=${encodeURIComponent(subject)}`:\"\";return{onTap:()=>{if(mailtoLink){window.open(mailtoLink,\"_blank\");}}};}// Funci\u00F3n para generar el enlace de Apple Mail con el correo y el asunto extra\u00EDdos\nexport function AppleMailLink(){const[mailto,setMailto]=React.useState(\"\");const[subject,setSubject]=React.useState(\"\");React.useEffect(()=>{if(typeof window!==\"undefined\"&&typeof document!==\"undefined\"){// Buscar el texto del elemento con aria-label=\"Mail Link\" para el correo\nconst extractMailto=()=>{const mailElement=document.querySelector(\"[aria-label='Mail Link']\");if(mailElement){var _mailElement_textContent;const mailText=(_mailElement_textContent=mailElement.textContent)===null||_mailElement_textContent===void 0?void 0:_mailElement_textContent.trim();if(mailText){setMailto(mailText);}}};// Buscar el texto del elemento con aria-label=\"Mail Subject\" para el asunto\nconst extractSubject=()=>{const subjectElement=document.querySelector(\"[aria-label='Mail Subject']\");if(subjectElement){var _subjectElement_textContent;const subjectText=(_subjectElement_textContent=subjectElement.textContent)===null||_subjectElement_textContent===void 0?void 0:_subjectElement_textContent.trim();if(subjectText){setSubject(subjectText);}}};extractMailto();extractSubject();}},[]);// Generar el enlace de Apple Mail si hay un correo\nconst mailtoLink=mailto?`mailto:${encodeURIComponent(mailto)}?subject=${encodeURIComponent(subject)}`:\"\";return{onTap:()=>{if(mailtoLink){window.open(mailtoLink,\"_blank\");}}};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withOSdetector(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...OSdetector(props)});};}withOSdetector.displayName=\"OSdetector\";export function withGmailLink(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...GmailLink(props)});};}withGmailLink.displayName=\"GmailLink\";export function withOutlookLink(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...OutlookLink(props)});};}withOutlookLink.displayName=\"OutlookLink\";export function withAppleMailLink(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...AppleMailLink(props)});};}withAppleMailLink.displayName=\"AppleMailLink\";\nexport const __FramerMetadata__ = {\"exports\":{\"GmailLink\":{\"type\":\"override\",\"name\":\"GmailLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withGmailLink\":{\"type\":\"reactHoc\",\"name\":\"withGmailLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"OutlookLink\":{\"type\":\"override\",\"name\":\"OutlookLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withOSdetector\":{\"type\":\"reactHoc\",\"name\":\"withOSdetector\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withOutlookLink\":{\"type\":\"reactHoc\",\"name\":\"withOutlookLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"OSdetector\":{\"type\":\"override\",\"name\":\"OSdetector\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withAppleMailLink\":{\"type\":\"reactHoc\",\"name\":\"withAppleMailLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"AppleMailLink\":{\"type\":\"override\",\"name\":\"AppleMailLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UniversalMailTo.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";// Helper para detectar el sistema operativo\nfunction getOS(){if(typeof window!==\"undefined\"){const platform=window.navigator.platform;if(/Mac/.test(platform))return\"macOS\";if(/Win/.test(platform))return\"Windows\";}return\"Unknown\";}// Override para seleccionar la variante seg\u00FAn el sistema operativo\nexport function OSdetector(){const os=getOS();// Definir las variantes posibles\nconst variants={default:\"Windows\",macOS:\"MacOS\",Windows:\"Windows\"};let selectedVariant=variants.default;if(os in variants){selectedVariant=variants[os];}return{variant:selectedVariant};}// Funci\u00F3n para extraer el texto de los elementos\nconst extractText=selector=>{var _element_textContent;const element=document.querySelector(selector);return element?((_element_textContent=element.textContent)===null||_element_textContent===void 0?void 0:_element_textContent.trim())||\"\":\"\";};// Funci\u00F3n para generar el enlace de Gmail con el correo y el asunto extra\u00EDdos\nexport function GmailLink(){const[mailto,setMailto]=React.useState(\"\");const[subject,setSubject]=React.useState(\"\");React.useEffect(()=>{if(typeof window!==\"undefined\"&&typeof document!==\"undefined\"){// Buscar el texto del elemento con aria-label=\"Mail Link\" para el correo\nconst extractMailto=()=>{const mailElement=document.querySelector(\"[aria-label='Mail Link']\");if(mailElement){var _mailElement_textContent;const mailText=(_mailElement_textContent=mailElement.textContent)===null||_mailElement_textContent===void 0?void 0:_mailElement_textContent.trim();if(mailText){setMailto(mailText);}}};// Buscar el texto del elemento con aria-label=\"Mail Subject\" para el asunto\nconst extractSubject=()=>{const subjectElement=document.querySelector(\"[aria-label='Mail Subject']\");if(subjectElement){var _subjectElement_textContent;const subjectText=(_subjectElement_textContent=subjectElement.textContent)===null||_subjectElement_textContent===void 0?void 0:_subjectElement_textContent.trim();if(subjectText){setSubject(subjectText);}}};extractMailto();extractSubject();}},[]);// Generar el enlace de Gmail si hay un correo\nconst mailtoLink=mailto?`https://mail.google.com/mail/?view=cm&fs=1&to=${encodeURIComponent(mailto)}&su=${encodeURIComponent(subject)}`:\"\";return{onTap:()=>{if(mailtoLink){window.open(mailtoLink,\"_blank\");}}};}// Funci\u00F3n para generar el enlace de Outlook con el correo y el asunto extra\u00EDdos\nexport function OutlookLink(){const[mailto,setMailto]=React.useState(\"\");const[subject,setSubject]=React.useState(\"\");React.useEffect(()=>{if(typeof window!==\"undefined\"&&typeof document!==\"undefined\"){// Buscar el texto del elemento con aria-label=\"Mail Link\" para el correo\nconst extractMailto=()=>{const mailElement=document.querySelector(\"[aria-label='Mail Link']\");if(mailElement){var _mailElement_textContent;const mailText=(_mailElement_textContent=mailElement.textContent)===null||_mailElement_textContent===void 0?void 0:_mailElement_textContent.trim();if(mailText){setMailto(mailText);}}};// Buscar el texto del elemento con aria-label=\"Mail Subject\" para el asunto\nconst extractSubject=()=>{const subjectElement=document.querySelector(\"[aria-label='Mail Subject']\");if(subjectElement){var _subjectElement_textContent;const subjectText=(_subjectElement_textContent=subjectElement.textContent)===null||_subjectElement_textContent===void 0?void 0:_subjectElement_textContent.trim();if(subjectText){setSubject(subjectText);}}};extractMailto();extractSubject();}},[]);// Generar el enlace de Outlook si hay un correo\nconst mailtoLink=mailto?`https://outlook.live.com/owa/?path=/mail/action/compose&to=${encodeURIComponent(mailto)}&subject=${encodeURIComponent(subject)}`:\"\";return{onTap:()=>{if(mailtoLink){window.open(mailtoLink,\"_blank\");}}};}// Funci\u00F3n para generar el enlace de Apple Mail con el correo y el asunto extra\u00EDdos\nexport function AppleMailLink(){const[mailto,setMailto]=React.useState(\"\");const[subject,setSubject]=React.useState(\"\");React.useEffect(()=>{if(typeof window!==\"undefined\"&&typeof document!==\"undefined\"){// Buscar el texto del elemento con aria-label=\"Mail Link\" para el correo\nconst extractMailto=()=>{const mailElement=document.querySelector(\"[aria-label='Mail Link']\");if(mailElement){var _mailElement_textContent;const mailText=(_mailElement_textContent=mailElement.textContent)===null||_mailElement_textContent===void 0?void 0:_mailElement_textContent.trim();if(mailText){setMailto(mailText);}}};// Buscar el texto del elemento con aria-label=\"Mail Subject\" para el asunto\nconst extractSubject=()=>{const subjectElement=document.querySelector(\"[aria-label='Mail Subject']\");if(subjectElement){var _subjectElement_textContent;const subjectText=(_subjectElement_textContent=subjectElement.textContent)===null||_subjectElement_textContent===void 0?void 0:_subjectElement_textContent.trim();if(subjectText){setSubject(subjectText);}}};extractMailto();extractSubject();}},[]);// Generar el enlace de Apple Mail si hay un correo\nconst mailtoLink=mailto?`mailto:${encodeURIComponent(mailto)}?subject=${encodeURIComponent(subject)}`:\"\";return{onTap:()=>{if(mailtoLink){window.open(mailtoLink,\"_blank\");}}};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withOSdetector(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...OSdetector(props)});};}withOSdetector.displayName=\"OSdetector\";export function withGmailLink(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...GmailLink(props)});};}withGmailLink.displayName=\"GmailLink\";export function withOutlookLink(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...OutlookLink(props)});};}withOutlookLink.displayName=\"OutlookLink\";export function withAppleMailLink(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...AppleMailLink(props)});};}withAppleMailLink.displayName=\"AppleMailLink\";\nexport const __FramerMetadata__ = {\"exports\":{\"OutlookLink\":{\"type\":\"override\",\"name\":\"OutlookLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withOSdetector\":{\"type\":\"reactHoc\",\"name\":\"withOSdetector\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withOutlookLink\":{\"type\":\"reactHoc\",\"name\":\"withOutlookLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withGmailLink\":{\"type\":\"reactHoc\",\"name\":\"withGmailLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"OSdetector\":{\"type\":\"override\",\"name\":\"OSdetector\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"GmailLink\":{\"type\":\"override\",\"name\":\"GmailLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withAppleMailLink\":{\"type\":\"reactHoc\",\"name\":\"withAppleMailLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"AppleMailLink\":{\"type\":\"override\",\"name\":\"AppleMailLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Universalmailto.map", "// Generated by Framer (51f36d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SVG from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/OobIpExjjda7YDjHO9YN/SVG.js\";import{withAppleMailLink,withGmailLink,withOutlookLink}from\"https://framerusercontent.com/modules/oEWX2nHZrUU21JlkTHW5/2NnMzXv1vCOPVBzbYjts/Universalmailto.js\";import UMClipboardWithAnimation from\"https://framerusercontent.com/modules/JJhtSIg5ohtsdPmvX3ju/RTsYuU3ZpzxU1LAFdIDM/bXZdqFqle.js\";const SVGFonts=getFonts(SVG);const MotionDivWithGmailLink=withGmailLink(motion.div);const MotionDivWithOutlookLink=withOutlookLink(motion.div);const MotionDivWithAppleMailLink=withAppleMailLink(motion.div);const UMClipboardWithAnimationFonts=getFonts(UMClipboardWithAnimation);const cycleOrder=[\"tQheb_jWD\",\"z9zD4C_3X\"];const serializationHash=\"framer-rZwmv\";const variantClassNames={tQheb_jWD:\"framer-v-ihlngu\",z9zD4C_3X:\"framer-v-1tn9372\"};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 radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={MacOS:\"tQheb_jWD\",Windows:\"z9zD4C_3X\"};const getProps=({backgroundColor,color,cornerRadius,height,id,mail,subject,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,bDFKhbIUv:(_ref=cornerRadius!==null&&cornerRadius!==void 0?cornerRadius:props.bDFKhbIUv)!==null&&_ref!==void 0?_ref:\"20px\",qZiZplF15:(_ref1=color!==null&&color!==void 0?color:props.qZiZplF15)!==null&&_ref1!==void 0?_ref1:\"var(--token-8b219483-97ff-46fc-8a05-227bdea90f3d, rgb(17, 24, 39))\",tNkFVTfTQ:(_ref2=backgroundColor!==null&&backgroundColor!==void 0?backgroundColor:props.tNkFVTfTQ)!==null&&_ref2!==void 0?_ref2:\"rgba(209, 209, 209, 0.25)\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"tQheb_jWD\",xJZZpxN4Z:(_ref4=subject!==null&&subject!==void 0?subject:props.xJZZpxN4Z)!==null&&_ref4!==void 0?_ref4:\"text\",YbT8QwutJ:mail!==null&&mail!==void 0?mail:props.YbT8QwutJ};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,YbT8QwutJ,xJZZpxN4Z,bDFKhbIUv,tNkFVTfTQ,qZiZplF15,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tQheb_jWD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"z9zD4C_3X\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ihlngu\",className,classNames),\"data-framer-name\":\"MacOS\",layoutDependency:layoutDependency,layoutId:\"tQheb_jWD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:tNkFVTfTQ,borderBottomLeftRadius:radiusForCorner(bDFKhbIUv,3),borderBottomRightRadius:radiusForCorner(bDFKhbIUv,2),borderTopLeftRadius:radiusForCorner(bDFKhbIUv,0),borderTopRightRadius:radiusForCorner(bDFKhbIUv,1),boxShadow:\"0.18065619053231785px 0.6021873017743928px 1.1316636011337258px -1.25px rgba(0, 0, 0, 0.21597), 0.6865599909730371px 2.288533303243457px 4.300738045508021px -2.5px rgba(0, 0, 0, 0.19067), 3px 10px 18.792551716038993px -3.75px rgba(0, 0, 0, 0.075), 0.12072530715522589px 0.12072530715522589px 0.5804866467819655px -1.125px rgba(0, 0, 0, 0.11552), 1px 1px 4.808326112068523px -2.25px rgba(0, 0, 0, 0.1375)\",...style},...addPropertyOverrides({z9zD4C_3X:{\"data-framer-name\":\"Windows\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ogqsbe\",layoutDependency:layoutDependency,layoutId:\"g2b9GfqG_\",children:[/*#__PURE__*/_jsxs(MotionDivWithGmailLink,{className:\"framer-mfcnyu\",\"data-framer-name\":\"Gmail\",layoutDependency:layoutDependency,layoutId:\"KhcoLwSOI\",whileHover:animation,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5x6e7u-container\",layoutDependency:layoutDependency,layoutId:\"JkgaY8J4j-container\",children:/*#__PURE__*/_jsx(SVG,{customColor:qZiZplF15,customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M30 7.25V24.75C30 25.7431 29.2431 26.5 28.25 26.5H26.5V10.6179L16 18.1604L5.5 10.6179V26.5H3.75C2.75688 26.5 2 25.7431 2 24.75V7.25C2 6.753 2.18725 6.3155 2.50138 6.00575C2.8155 5.68638 3.253 5.5 3.75 5.5H4.33363L16 13.9586L27.6664 5.5H28.25C28.747 5.5 29.1845 5.68725 29.4986 6.00575C29.8128 6.3155 30 6.753 30 7.25Z\" fill=\"white\"/> </svg>',height:\"100%\",id:\"JkgaY8J4j\",layoutId:\"JkgaY8J4j\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qZiZplF15-VBfXAVopF))\"},children:\"Gmail\"})}),className:\"framer-1o2ippj\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"KNkX3NewY\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-qZiZplF15-VBfXAVopF)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-qZiZplF15-VBfXAVopF\":qZiZplF15},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{\"aria-label\":\"Mail Link\",className:\"framer-bnupnf\",\"data-framer-name\":\"Mail\",layoutDependency:layoutDependency,layoutId:\"tOWnq6lFf\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"0.1px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.85))\"},children:\"Content\"})}),className:\"framer-19w3244\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"NkRnOJ_1z\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.85)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:YbT8QwutJ,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{\"aria-label\":\"Mail Subject\",className:\"framer-1jav4py\",\"data-framer-name\":\"Subject\",layoutDependency:layoutDependency,layoutId:\"C6C4t6Klu\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"0.1px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.85))\"},children:\"text\"})}),className:\"framer-1310514\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"RBCptsRJV\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.85)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:xJZZpxN4Z,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r7d95b\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"jErPy4ryq\",style:{backgroundColor:\"rgb(179, 179, 179)\",mask:\"linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 51.35135135135135%, rgba(0, 0, 0, 0) 100%) add\",opacity:.1,WebkitMask:\"linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 51.35135135135135%, rgba(0, 0, 0, 0) 100%) add\"}}),/*#__PURE__*/_jsxs(MotionDivWithOutlookLink,{className:\"framer-63ahx0\",\"data-framer-name\":\"Outlook\",layoutDependency:layoutDependency,layoutId:\"KTQZZxAu1\",whileHover:animation,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18fsvz4-container\",layoutDependency:layoutDependency,layoutId:\"Yaz6Vgsb7-container\",children:/*#__PURE__*/_jsx(SVG,{customColor:qZiZplF15,customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.703 15.5514C10.703 15.9371 10.6558 16.31 10.5615 16.67C10.4758 17.0214 10.3344 17.3386 10.1372 17.6214C9.94868 17.9043 9.7001 18.1271 9.39153 18.29C9.07439 18.4614 8.70153 18.5471 8.27296 18.5471C7.84439 18.5471 7.4801 18.4614 7.1801 18.29C6.8801 18.11 6.63582 17.8743 6.44725 17.5829C6.25868 17.3 6.11725 16.9786 6.02296 16.6186C5.93725 16.2586 5.89439 15.89 5.89439 15.5129C5.89439 15.1357 5.93725 14.7629 6.02296 14.3943C6.10868 14.0257 6.25439 13.7 6.4601 13.4171C6.64868 13.1257 6.90153 12.8943 7.21868 12.7229C7.52725 12.5514 7.9001 12.4657 8.33725 12.4657C8.77439 12.4657 9.14296 12.5514 9.44296 12.7229C9.74296 12.9029 9.98725 13.1386 10.1758 13.43C10.3644 13.7214 10.4972 14.0514 10.5744 14.42C10.6601 14.7886 10.703 15.1657 10.703 15.5514ZM31.4287 15.5V27.56C31.4287 27.9543 31.2872 28.2971 31.0044 28.5886C30.7215 28.8629 30.3787 29 29.9758 29H9.73868C9.34439 29 9.00153 28.8586 8.7101 28.5757C8.43582 28.2929 8.29868 27.95 8.29868 27.5471V23.2143H1.85725C1.50582 23.2143 1.20582 23.0857 0.957247 22.8286C0.700105 22.58 0.571533 22.28 0.571533 21.9286V9.07143C0.571533 8.72 0.700105 8.42 0.957247 8.17143C1.19725 7.91429 1.49725 7.78571 1.85725 7.78571H10.2144V3.35C10.2144 2.97286 10.343 2.65143 10.6001 2.38571C10.8572 2.12857 11.1787 2 11.5644 2H28.1501C28.5272 2 28.8487 2.12857 29.1144 2.38571C29.3715 2.64286 29.5001 2.96429 29.5001 3.35V14.0214L31.0944 14.9471H31.1072C31.193 15.0071 31.2701 15.0843 31.3387 15.1786C31.3987 15.2814 31.4287 15.3886 31.4287 15.5ZM23.7144 4.89286V8.75H27.5715V4.89286H23.7144ZM23.7144 10.6786V14.5357H27.5715V10.6786H23.7144ZM23.7144 16.4643V18.8171L27.6358 16.4643H23.7144ZM16.9644 4.89286V8.75H21.7858V4.89286H16.9644ZM16.9644 10.6786V14.5357H21.7858V10.6786H16.9644ZM16.9644 16.4643V19.0743L20.063 21.0029L21.7858 19.9743V16.4643H16.9644ZM12.143 4.89286V7.78571H14.7144L14.8815 7.79857L15.0358 7.85V4.89286H12.143ZM8.2601 20.6171C9.03153 20.6171 9.71725 20.4886 10.3172 20.2314C10.9172 19.9571 11.4272 19.5886 11.8472 19.1257C12.2587 18.6543 12.5715 18.1057 12.7858 17.48C13.0001 16.8457 13.1072 16.1557 13.1072 15.41C13.1072 14.6986 13.0001 14.0343 12.7858 13.4171C12.5801 12.8086 12.2758 12.2771 11.873 11.8229C11.4701 11.3686 10.9772 11.0129 10.3944 10.7557C9.81153 10.4986 9.14725 10.37 8.40153 10.37C7.61296 10.37 6.9101 10.4986 6.29296 10.7557C5.68439 11.0129 5.1701 11.3771 4.7501 11.8486C4.32153 12.3114 4.0001 12.8686 3.78582 13.52C3.57153 14.1543 3.46439 14.8529 3.46439 15.6157C3.46439 16.3443 3.57582 17.0129 3.79868 17.6214C4.02153 18.2386 4.33868 18.7657 4.7501 19.2029C5.16153 19.6486 5.66296 19.9957 6.25439 20.2443C6.84582 20.5014 7.51439 20.63 8.2601 20.63V20.6171ZM10.2144 27.0714H26.1444L16.0001 20.7457V21.9286C16.0001 22.28 15.8715 22.58 15.6144 22.8286C15.3658 23.0857 15.0658 23.2143 14.7144 23.2143H10.2144V27.0714ZM29.5001 26.9043V17.5957L21.9144 22.1471L29.5001 26.9043Z\" fill=\"white\"/> </svg>',height:\"100%\",id:\"Yaz6Vgsb7\",layoutId:\"Yaz6Vgsb7\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qZiZplF15-VBfXAVopF))\"},children:\"Outlook\"})}),className:\"framer-1b1u2a9\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"sip4eTDoc\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-qZiZplF15-VBfXAVopF)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-qZiZplF15-VBfXAVopF\":qZiZplF15},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{\"aria-label\":\"Mail Link\",className:\"framer-1ga93lu\",\"data-framer-name\":\"Mail\",layoutDependency:layoutDependency,layoutId:\"NYTN0VBP6\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"0.1px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.85))\"},children:\"Content\"})}),className:\"framer-19rpnrn\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"MRuydF3UQ\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.85)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:YbT8QwutJ,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{\"aria-label\":\"Mail Subject\",className:\"framer-15mytew\",\"data-framer-name\":\"Subject\",layoutDependency:layoutDependency,layoutId:\"Ac5EBP9eT\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"0.1px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.85))\"},children:\"text\"})}),className:\"framer-o5wuzv\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"zCazpazUp\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.85)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:xJZZpxN4Z,verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-9mjd3h\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"ob3733eZ5\",style:{backgroundColor:\"rgb(179, 179, 179)\",mask:\"linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 51.35135135135135%, rgba(0, 0, 0, 0) 100%) add\",opacity:.1,WebkitMask:\"linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 51.35135135135135%, rgba(0, 0, 0, 0) 100%) add\"}}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithAppleMailLink,{className:\"framer-qujpw6\",\"data-framer-name\":\"Apple Mail\",layoutDependency:layoutDependency,layoutId:\"nwSUzv_Al\",whileHover:animation,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bqkksl-container\",layoutDependency:layoutDependency,layoutId:\"hXEBZ0atN-container\",children:/*#__PURE__*/_jsx(SVG,{customColor:qZiZplF15,customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.4476 5.8013C20.738 5.00203 20.9192 4.31312 20.9192 3.65906C20.9192 3.54986 20.8832 3.47783 20.8832 3.36863C20.8832 3.25943 20.8472 3.11421 20.81 2.96899C18.9942 3.36863 17.7245 4.16674 16.9252 5.32848C16.1259 6.4542 15.7274 7.79717 15.6903 9.35854C16.3443 9.28535 16.888 9.17731 17.2876 9.0681C17.8325 8.88687 18.4134 8.52325 18.9942 7.9784C19.6483 7.32434 20.156 6.52623 20.4464 5.80014L20.4476 5.8013ZM18.3774 9.43173C17.2876 9.79535 16.5255 9.94057 16.1259 9.94057C15.7995 9.94057 15.1094 9.79535 13.9837 9.50491C12.894 9.17847 11.9866 8.99608 11.1885 8.99608C9.40992 8.99608 7.92058 9.75817 6.72283 11.2835C5.56109 12.8089 4.98022 14.7327 4.98022 17.1282C4.98022 19.7061 5.74232 22.32 7.26768 25.0059C8.82905 27.693 10.4264 29 11.9878 29C12.4967 29 13.1495 28.8188 14.0569 28.4912C14.8921 28.1647 15.6182 27.9823 16.2711 27.9823C16.924 27.9823 17.7233 28.1275 18.6306 28.454C19.5751 28.7804 20.3012 28.9256 20.8449 28.9256C22.1878 28.9256 23.532 27.9091 24.8749 25.9121C25.3106 25.258 25.7102 24.5691 26.0367 23.9151C26.3271 23.2982 26.5815 22.6441 26.7988 22.0273C25.8183 21.7368 24.983 21.0468 24.2941 20.0302C23.604 18.9777 23.2415 17.816 23.2415 16.545C23.2415 15.3473 23.568 14.2936 24.222 13.3142C24.6217 12.8054 25.2386 12.1525 26.0378 11.4624C25.7834 11.136 25.493 10.8084 25.2386 10.5551C24.9481 10.3007 24.6937 10.0835 24.4393 9.90107C23.4228 9.24701 22.2971 8.88455 21.0633 8.88455C20.3372 8.88455 19.4299 9.10296 18.3762 9.4294L18.3774 9.43173Z\" fill=\"white\"/> </svg>',height:\"100%\",id:\"hXEBZ0atN\",layoutId:\"hXEBZ0atN\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qZiZplF15-VBfXAVopF))\"},children:\"Mail\"})}),className:\"framer-1s78gtk\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"AeQeip5mz\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-qZiZplF15-VBfXAVopF)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-qZiZplF15-VBfXAVopF\":qZiZplF15},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{\"aria-label\":\"Mail Link\",className:\"framer-11oqz8i\",\"data-framer-name\":\"Mail\",layoutDependency:layoutDependency,layoutId:\"nlOd1A0Ye\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"0.1px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.85))\"},children:\"Content\"})}),className:\"framer-1uxinh2\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"bAp0i56Qu\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.85)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:YbT8QwutJ,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{\"aria-label\":\"Mail Subject\",className:\"framer-1i35ptf\",\"data-framer-name\":\"Subject\",layoutDependency:layoutDependency,layoutId:\"Ge4JLgdMp\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"0.1px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.85))\"},children:\"text\"})}),className:\"framer-a8h80p\",fonts:[\"GF;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"HebycsrQ0\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.85)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:xJZZpxN4Z,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c5b6cd\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"ESOzbDCgh\",style:{backgroundColor:\"rgb(179, 179, 179)\",mask:\"linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 51.35135135135135%, rgba(0, 0, 0, 0) 100%) add\",opacity:.1,WebkitMask:\"linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 51.35135135135135%, rgba(0, 0, 0, 0) 100%) add\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:\"115px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||163)-32-131)/2+0+0)+0+114,...addPropertyOverrides({z9zD4C_3X:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||125)-32-93)/2+0+0)+0+76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sum1oz-container\",layoutDependency:layoutDependency,layoutId:\"quE2QiU0k-container\",children:/*#__PURE__*/_jsx(UMClipboardWithAnimation,{c4xDCGUlb:\"var(--token-8b219483-97ff-46fc-8a05-227bdea90f3d, rgb(17, 24, 39))\",height:\"100%\",id:\"quE2QiU0k\",layoutId:\"quE2QiU0k\",q7u6fRLTt:YbT8QwutJ,style:{height:\"100%\",width:\"100%\"},variant:\"yyDUqNRKo\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rZwmv.framer-1dt72jv, .framer-rZwmv .framer-1dt72jv { display: block; }\",\".framer-rZwmv.framer-ihlngu { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 16px 10px 16px 16px; position: relative; user-select: none; width: min-content; }\",\".framer-rZwmv .framer-1ogqsbe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rZwmv .framer-mfcnyu { -webkit-user-select: none; align-content: center; align-items: center; align-self: stretch; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; user-select: none; width: auto; }\",\".framer-rZwmv .framer-5x6e7u-container, .framer-rZwmv .framer-18fsvz4-container, .framer-rZwmv .framer-bqkksl-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 17px); position: relative; width: 17px; }\",\".framer-rZwmv .framer-1o2ippj, .framer-rZwmv .framer-1b1u2a9, .framer-rZwmv .framer-1s78gtk { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rZwmv .framer-bnupnf, .framer-rZwmv .framer-1jav4py, .framer-rZwmv .framer-1ga93lu, .framer-rZwmv .framer-15mytew, .framer-rZwmv .framer-11oqz8i, .framer-rZwmv .framer-1i35ptf { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 1px); left: 0px; overflow: visible; position: absolute; width: 1px; z-index: -1; }\",\".framer-rZwmv .framer-19w3244, .framer-rZwmv .framer-1310514, .framer-rZwmv .framer-19rpnrn, .framer-rZwmv .framer-o5wuzv, .framer-rZwmv .framer-1uxinh2, .framer-rZwmv .framer-a8h80p { bottom: 1px; flex: none; left: 1px; position: absolute; right: 0px; top: 1px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-rZwmv .framer-1r7d95b, .framer-rZwmv .framer-9mjd3h, .framer-rZwmv .framer-1c5b6cd { align-self: stretch; flex: none; height: 1px; overflow: hidden; position: relative; width: auto; }\",\".framer-rZwmv .framer-63ahx0, .framer-rZwmv .framer-qujpw6 { align-content: center; align-items: center; align-self: stretch; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-rZwmv .framer-sum1oz-container { flex: none; height: 17px; position: relative; width: 115px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rZwmv.framer-ihlngu, .framer-rZwmv .framer-1ogqsbe, .framer-rZwmv .framer-mfcnyu, .framer-rZwmv .framer-63ahx0, .framer-rZwmv .framer-qujpw6 { gap: 0px; } .framer-rZwmv.framer-ihlngu > *, .framer-rZwmv .framer-1ogqsbe > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-rZwmv.framer-ihlngu > :first-child, .framer-rZwmv .framer-1ogqsbe > :first-child { margin-top: 0px; } .framer-rZwmv.framer-ihlngu > :last-child, .framer-rZwmv .framer-1ogqsbe > :last-child { margin-bottom: 0px; } .framer-rZwmv .framer-mfcnyu > *, .framer-rZwmv .framer-63ahx0 > *, .framer-rZwmv .framer-qujpw6 > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-rZwmv .framer-mfcnyu > :first-child, .framer-rZwmv .framer-63ahx0 > :first-child, .framer-rZwmv .framer-qujpw6 > :first-child { margin-left: 0px; } .framer-rZwmv .framer-mfcnyu > :last-child, .framer-rZwmv .framer-63ahx0 > :last-child, .framer-rZwmv .framer-qujpw6 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 163\n * @framerIntrinsicWidth 141\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"z9zD4C_3X\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"YbT8QwutJ\":\"mail\",\"xJZZpxN4Z\":\"subject\",\"bDFKhbIUv\":\"cornerRadius\",\"tNkFVTfTQ\":\"backgroundColor\",\"qZiZplF15\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVBfXAVopF=withCSS(Component,css,\"framer-rZwmv\");export default FramerVBfXAVopF;FramerVBfXAVopF.displayName=\"Universal Mailto:\";FramerVBfXAVopF.defaultProps={height:163,width:141};addPropertyControls(FramerVBfXAVopF,{variant:{options:[\"tQheb_jWD\",\"z9zD4C_3X\"],optionTitles:[\"MacOS\",\"Windows\"],title:\"Variant\",type:ControlType.Enum},YbT8QwutJ:{defaultValue:\"\",description:\"\",title:\"Mail\",type:ControlType.String},xJZZpxN4Z:{defaultValue:\"text\",description:\"\",displayTextArea:false,title:\"Subject\",type:ControlType.String},bDFKhbIUv:{defaultValue:\"20px\",description:\"\",title:\"Corner Radius\",type:ControlType.BorderRadius},tNkFVTfTQ:{defaultValue:\"rgba(209, 209, 209, 0.25)\",description:\"\",title:\"Background Color\",type:ControlType.Color},qZiZplF15:{defaultValue:\"var(--token-8b219483-97ff-46fc-8a05-227bdea90f3d, rgb(17, 24, 39))\",title:\"Color\",type:ControlType.Color}});addFonts(FramerVBfXAVopF,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"}]},...SVGFonts,...UMClipboardWithAnimationFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVBfXAVopF\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"163\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"z9zD4C_3X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"141\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"YbT8QwutJ\\\":\\\"mail\\\",\\\"xJZZpxN4Z\\\":\\\"subject\\\",\\\"bDFKhbIUv\\\":\\\"cornerRadius\\\",\\\"tNkFVTfTQ\\\":\\\"backgroundColor\\\",\\\"qZiZplF15\\\":\\\"color\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VBfXAVopF.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */function SVG(props){const[customSvgElement,setCustomSvgElement]=useState(null);useEffect(()=>{const svgContent=props.customSvgCode;processCustomSVGContent(svgContent);});const processCustomSVGContent=svgContent=>{const replacements=[[/width=\"[^\"]*\"/,'width=\"100%\"'],[/height=\"[^\"]*\"/,'height=\"100%\"']];const hasCustomStroke=svgContent.includes('stroke=\"');const hasCustomStrokeWidth=svgContent.includes('stroke-width=\"');const hasLineCap=svgContent.includes('stroke-linecap=\"');const hasLineJoin=svgContent.includes('stroke-linejoin=\"');if(svgContent.includes(\"<circle\")){// Find the circle element and update its fill attribute\nconst circleFillRegex=/<circle[^>]*fill=\"([^\"]*)\"/;const match=svgContent.match(circleFillRegex);if(match){// Update the fill attribute with the custom color\nconst updatedCircle=match[0].replace(match[1],props.customColor);svgContent=svgContent.replace(circleFillRegex,updatedCircle);}else{// If there is no fill attribute, add it with the custom color\nreplacements.push([/<circle/g,`<circle fill=\"${props.customColor}\"`]);}}if(hasCustomStroke){if(!hasLineCap){replacements.push([/<path/g,`<path stroke=\"${props.customColor}\"`]);}else{replacements.push([/<path/g,`<path stroke=\"${props.customColor}\" stroke-linecap=\"${props.lineCap}\"`]);}if(hasCustomStrokeWidth){replacements.push([/stroke-width=\"(?!0\\b)\\d+(\\.\\d+)?\"/g,`stroke-width=\"${props.customStrokeWidth}\"`]);}}else{replacements.push([/<path/g,`<path fill=\"${props.customColor}\"`]);}if(svgContent.includes('overflow=\"')){replacements.push([/overflow=\"[^\"]*\"/,`overflow=\"visible\"`]);}else{replacements.push([/<svg/,`<svg overflow=\"visible\"`]);}if(!hasLineJoin){replacements.push([/<path/g,`<path stroke-linejoin=\"${props.lineJoin}\"`]);}else{replacements.push([/stroke-linejoin=\"[^\"]*\"/,`stroke-linejoin=\"${props.lineJoin}\"`]);}replacements.forEach(([regex,replacement])=>{svgContent=svgContent.replace(regex,replacement);});setCustomSvgElement(svgContent);};const customContainerStyle={padding:`${props.customPadding}px`,display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",overflow:\"visible\"};return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:customSvgElement},style:customContainerStyle});}SVG.defaultProps={customSvgCode:`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_967_124)\"> <path d=\"M18 6.09674C18 6.0348 18.0246 5.97539 18.0684 5.93159L23.6013 0.398708C23.7484 0.251575 24 0.35578 24 0.563858V11.9033C24 11.9652 23.9754 12.0246 23.9316 12.0684L18 18V6.09674Z\" fill=\"white\"/> <path d=\"M6 18V6.56386C6 6.35578 5.74843 6.25158 5.60129 6.39871L0.0684074 11.9316C0.0246069 11.9754 0 12.0348 0 12.0967V23.7664C0 23.8954 0.104567 24 0.233557 24H11.9033C11.9652 24 12.0246 23.9754 12.0684 23.9316L18 18H6Z\" fill=\"white\"/> </g> <defs> <clipPath id=\"clip0_967_124\"> <rect width=\"24\" height=\"24\" fill=\"white\"/> </clipPath> </defs> </svg>`,customColor:\"#ffffff\",customPadding:0,customStrokeWidth:2,lineCap:\"butt\",lineJoin:\"miter\"};addPropertyControls(SVG,{customSvgCode:{type:ControlType.String,title:\"SVG Code\",displayTextArea:false},customColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"#ffffff\"},customPadding:{type:ControlType.Number,title:\"Padding\",defaultValue:0,min:0,step:1,displayStepper:true,description:\"More components at [Framer University](https://frameruni.link/cc).\"},customStrokeWidth:{type:ControlType.Number,title:\"Stroke\",defaultValue:2,min:0,step:.1,displayStepper:true,hidden:props=>!props.customSvgCode.includes('stroke=\"')},lineCap:{type:ControlType.Enum,title:\"Line Cap\",options:[\"butt\",\"round\",\"square\"],optionTitles:[\"Butt\",\"Round\",\"Square\"],defaultValue:\"butt\",hidden:props=>!props.customSvgCode.includes('stroke=\"')},lineJoin:{type:ControlType.Enum,title:\"Line Join\",options:[\"round\",\"miter\",\"bevel\"],optionTitles:[\"Round\",\"Miter\",\"Bevel\"],defaultValue:\"miter\",hidden:props=>!props.customSvgCode.includes('stroke=\"')}});export default SVG;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SVG\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"24\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SVG.map", "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 { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.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{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard(props){const{label,content,fill,color,style,onClick,font,hoverOptions,...rest}=props;const deprecatedFont=useFontControls({fontWeight:500,...rest});const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return /*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,color,...deprecatedFont,...font,...style},onClick:handleClick,...rest,whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:label});};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\",defaultValue:\"Copy to Clipboard\"},fill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#06F\"},color:{type:ControlType.Color,title:\"Text\",defaultValue:\"#fff\"},font:{// @ts-ignore - Internal\ntype:ControlType.Font,controls:\"extended\",defaultValue:{fontSize:16}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#0088FF\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}},padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,title:\"Padding\",defaultValue:10},borderRadius:{title:\"Radius\",type:ControlType.FusedNumber,toggleKey:\"isMixedBorderRadius\",toggleTitles:[\"Radius\",\"Radius per corner\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,defaultValue:50},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map", "// Generated by Framer (acd6bc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";import SVG from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/OobIpExjjda7YDjHO9YN/SVG.js\";const SVGFonts=getFonts(SVG);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ClipboardFonts=getFonts(Clipboard);const cycleOrder=[\"yyDUqNRKo\",\"ljCpcl7tD\"];const serializationHash=\"framer-Zvj00\";const variantClassNames={ljCpcl7tD:\"framer-v-10kkpyg\",yyDUqNRKo:\"framer-v-1yl3ahy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition2={delay:.2,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};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={\"Task Completed\":\"ljCpcl7tD\",Normal:\"yyDUqNRKo\"};const getProps=({color,height,id,mail,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,c4xDCGUlb:(_ref=color!==null&&color!==void 0?color:props.c4xDCGUlb)!==null&&_ref!==void 0?_ref:\"var(--token-8b219483-97ff-46fc-8a05-227bdea90f3d, rgb(17, 24, 39))\",q7u6fRLTt:(_ref1=mail!==null&&mail!==void 0?mail:props.q7u6fRLTt)!==null&&_ref1!==void 0?_ref1:\"test@mail.com\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"yyDUqNRKo\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,q7u6fRLTt,c4xDCGUlb,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yyDUqNRKo\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1xel717=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"ljCpcl7tD\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ljCpcl7tD\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"ljCpcl7tD\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1yl3ahy\",className,classNames),\"data-framer-name\":\"Normal\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"yyDUqNRKo\",onTap:onTap1xel717,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ljCpcl7tD:{\"data-framer-name\":\"Task Completed\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-18q82i9\",\"data-framer-appear-id\":\"18q82i9\",\"data-framer-name\":\"Icon + Copied\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"HrvCKDErh\",optimized:true,transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-thn41m-container\",layoutDependency:layoutDependency,layoutId:\"nyyXVHUti-container\",children:/*#__PURE__*/_jsx(SVG,{customColor:c4xDCGUlb,customPadding:0,customStrokeWidth:2,customSvgCode:'<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"> <path d=\"M4 12.6111L8.92308 17.5L20 6.5\" stroke=\"#000000\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path> </g></svg>',height:\"100%\",id:\"nyyXVHUti\",layoutId:\"nyyXVHUti\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-c4xDCGUlb-bXZdqFqle))\"},children:\"Copied\"})}),className:\"framer-drhzx6\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"HyMOfyiOv\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-c4xDCGUlb-bXZdqFqle)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-c4xDCGUlb-bXZdqFqle\":c4xDCGUlb},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ia9ul-container\",layoutDependency:layoutDependency,layoutId:\"Ftfe0EuT1-container\",whileHover:animation2,children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,color:\"var(--token-8b219483-97ff-46fc-8a05-227bdea90f3d, rgb(17, 24, 39))\",content:q7u6fRLTt,fill:\"rgba(255, 255, 255, 0)\",font:{fontFamily:'\"General Sans\", \"General Sans Placeholder\", sans-serif',fontSize:\"13px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"Ftfe0EuT1\",isMixedBorderRadius:false,label:\"Copy to Clipboard\",layoutId:\"Ftfe0EuT1\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,style:{height:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Zvj00.framer-wzul35, .framer-Zvj00 .framer-wzul35 { display: block; }\",\".framer-Zvj00.framer-1yl3ahy { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 160px; }\",\".framer-Zvj00 .framer-18q82i9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 52%; width: min-content; z-index: 1; }\",\".framer-Zvj00 .framer-thn41m-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-Zvj00 .framer-drhzx6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Zvj00 .framer-7ia9ul-container { flex: none; height: 100%; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zvj00.framer-1yl3ahy, .framer-Zvj00 .framer-18q82i9 { gap: 0px; } .framer-Zvj00.framer-1yl3ahy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Zvj00.framer-1yl3ahy > :first-child, .framer-Zvj00 .framer-18q82i9 > :first-child { margin-left: 0px; } .framer-Zvj00.framer-1yl3ahy > :last-child, .framer-Zvj00 .framer-18q82i9 > :last-child { margin-right: 0px; } .framer-Zvj00 .framer-18q82i9 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-Zvj00.framer-v-10kkpyg.framer-1yl3ahy { cursor: default; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ljCpcl7tD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"q7u6fRLTt\":\"mail\",\"c4xDCGUlb\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbXZdqFqle=withCSS(Component,css,\"framer-Zvj00\");export default FramerbXZdqFqle;FramerbXZdqFqle.displayName=\"UM/Clipboard with Animation\";FramerbXZdqFqle.defaultProps={height:25,width:160};addPropertyControls(FramerbXZdqFqle,{variant:{options:[\"yyDUqNRKo\",\"ljCpcl7tD\"],optionTitles:[\"Normal\",\"Task Completed\"],title:\"Variant\",type:ControlType.Enum},q7u6fRLTt:{defaultValue:\"test@mail.com\",description:\"\",displayTextArea:true,title:\"Mail\",type:ControlType.String},c4xDCGUlb:{defaultValue:\"var(--token-8b219483-97ff-46fc-8a05-227bdea90f3d, rgb(17, 24, 39))\",title:\"Color\",type:ControlType.Color}});addFonts(FramerbXZdqFqle,[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"}]},...SVGFonts,...ClipboardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbXZdqFqle\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"q7u6fRLTt\\\":\\\"mail\\\",\\\"c4xDCGUlb\\\":\\\"color\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ljCpcl7tD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"25\",\"framerIntrinsicWidth\":\"160\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bXZdqFqle.map"],
  "mappings": "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",
  "names": ["getOS", "window", "platform", "OSdetector", "os", "variants", "selectedVariant", "GmailLink", "mailto", "setMailto", "ye", "subject", "setSubject", "ue", "window", "extractMailto", "mailElement", "_mailElement_textContent", "mailText", "extractSubject", "subjectElement", "_subjectElement_textContent", "subjectText", "mailtoLink", "OutlookLink", "AppleMailLink", "withOSdetector", "C", "props", "re", "DataObserverContext", "p", "OSdetector", "withGmailLink", "withOutlookLink", "withAppleMailLink", "getOS", "window", "platform", "OSdetector", "os", "variants", "selectedVariant", "GmailLink", "mailto", "setMailto", "ye", "subject", "setSubject", "ue", "window", "extractMailto", "mailElement", "_mailElement_textContent", "mailText", "extractSubject", "subjectElement", "_subjectElement_textContent", "subjectText", "mailtoLink", "OutlookLink", "AppleMailLink", "withOSdetector", "C", "props", "re", "DataObserverContext", "p", "OSdetector", "withGmailLink", "withOutlookLink", "withAppleMailLink", "VBfXAVopF_exports", "__export", "__FramerMetadata__", "VBfXAVopF_default", "SVG", "props", "customSvgElement", "setCustomSvgElement", "ye", "ue", "svgContent", "processCustomSVGContent", "replacements", "hasCustomStroke", "hasCustomStrokeWidth", "hasLineCap", "hasLineJoin", "circleFillRegex", "match", "updatedCircle", "regex", "replacement", "customContainerStyle", "p", "addPropertyControls", "ControlType", "SVG_default", "fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "Clipboard", "props", "label", "content", "fill", "color", "style", "onClick", "font", "hoverOptions", "rest", "deprecatedFont", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "handleClick", "te", "ref", "navigator", "p", "motion", "addPropertyControls", "ControlType", "defaultEvents", "SVGFonts", "getFonts", "SVG_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "ClipboardFonts", "Clipboard", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transition2", "animation", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "mail", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "q7u6fRLTt", "c4xDCGUlb", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1xel717", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerbXZdqFqle", "withCSS", "bXZdqFqle_default", "addPropertyControls", "ControlType", "addFonts", "SVGFonts", "getFonts", "SVG_default", "MotionDivWithGmailLink", "withGmailLink", "motion", "MotionDivWithOutlookLink", "withOutlookLink", "MotionDivWithAppleMailLink", "withAppleMailLink", "UMClipboardWithAnimationFonts", "bXZdqFqle_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "transition2", "animation", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "backgroundColor", "color", "cornerRadius", "height", "id", "mail", "subject", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "YbT8QwutJ", "xJZZpxN4Z", "bDFKhbIUv", "tNkFVTfTQ", "qZiZplF15", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "RichText2", "css", "FramerVBfXAVopF", "withCSS", "VBfXAVopF_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__"]
}
