{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/D4lwfe1nrutUYvBRcUTz/8fMYUQ54xvoES1B7C6a7/Frameshare_TH.js", "ssg:https://framerusercontent.com/modules/KOEO8oFnA8ski6w5cY2O/QxrKrn4W1k79gi4D4aEB/Frameshare_FB.js", "ssg:https://framerusercontent.com/modules/uNdI0CgoLMtivXicNYiV/zGg9t3u0fKdSl2xYbMq1/Frameshare_EM.js", "ssg:https://framerusercontent.com/modules/vgrfjoMWDGsNFivoz1le/5x7jdO2ugTIt07cg6wzF/Frameshare_LI.js", "ssg:https://framerusercontent.com/modules/t8kAtQ0Iqrp7OZGdTiyU/lD09bolFMjuqkdHtSQau/hnfqTXx7V.js", "ssg:https://framerusercontent.com/modules/l6PRGnavtxJ52Giw1lPG/3w8QN6LYo3Wn2cFtRhmn/DGEqNXyRg.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */// Thread Share Button Component\nexport default function ThreadShareButton(props){const{customIcon,iconSize=24,backgroundColor=\"#000000\",buttonSize=40,borderRadius=6,buttonStyle=\"filled\",borderWidth=2}=props;const handleShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const threadShareUrl=`https://www.threads.net/intent/post?url=${url}&text=${title}`;window.open(threadShareUrl,\"_blank\");};// Default Thread icon as fallback\nconst defaultIcon=/*#__PURE__*/_jsxs(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 24 24\",fill:\"currentColor\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Thread\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M12.186 24h-.007c-3.581-.024-6.334-1.205-8.184-3.509C2.35 18.44 1.5 15.586 1.472 12.01v-.017c.03-3.579.879-6.43 2.525-8.482C5.845 1.205 8.6.024 12.18 0h.014c2.746.02 5.043.725 6.826 2.098 1.677 1.29 2.858 3.13 3.509 5.467l-2.04.569c-1.104-3.96-3.898-5.984-8.304-6.015-2.91.022-5.11.936-6.54 2.717C4.307 6.504 3.616 8.914 3.589 12c.027 3.086.718 5.496 2.057 7.164 1.43 1.783 3.631 2.698 6.54 2.717 2.623-.02 4.358-.631 5.8-2.045 1.647-1.613 1.618-3.593 1.09-4.798-.31-.71-.873-1.3-1.634-1.75-.192 1.352-.622 2.446-1.284 3.272-.886 1.102-2.14 1.704-3.73 1.79-1.202.065-2.361-.218-3.259-.801-1.063-.689-1.685-1.74-1.752-2.964-.065-1.19.408-2.285 1.33-3.082.88-.76 2.119-1.207 3.583-1.291a13.853 13.853 0 0 1 3.02.142c-.126-.742-.375-1.332-.75-1.757-.513-.586-1.308-.883-2.359-.89h-.029c-.844 0-1.992.232-2.721 1.32L7.734 7.847c.98-1.454 2.568-2.256 4.478-2.256h.044c3.194.02 5.097 1.975 5.287 5.388.108.046.216.094.321.142 1.49.7 2.58 1.761 3.154 3.07.797 1.82.871 4.79-1.548 7.158-1.85 1.81-4.094 2.628-7.277 2.65Zm1.003-11.69c-.242 0-.487.007-.739.021-1.836.103-2.98.946-2.916 2.143.067 1.256 1.452 1.839 2.784 1.767 1.224-.065 2.818-.543 3.086-3.71a10.5 10.5 0 0 0-2.215-.221z\"})]});const styles={button:{width:buttonSize,height:buttonSize,backgroundColor:buttonStyle===\"filled\"?backgroundColor:\"transparent\",border:buttonStyle===\"outline\"?`${borderWidth}px solid ${backgroundColor}`:\"none\",color:buttonStyle===\"filled\"?\"#ffffff\":backgroundColor,borderRadius:borderRadius,cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",transition:\"opacity 0.2s ease\",padding:0},customIcon:{width:iconSize,height:iconSize,objectFit:\"contain\"}};return /*#__PURE__*/_jsx(\"button\",{style:styles.button,onClick:handleShare,onMouseEnter:e=>e.currentTarget.style.opacity=\"0.8\",onMouseLeave:e=>e.currentTarget.style.opacity=\"1\",children:customIcon?/*#__PURE__*/_jsx(\"img\",{src:customIcon,style:styles.customIcon,alt:\"Thread share icon\"}):defaultIcon});}addPropertyControls(ThreadShareButton,{customIcon:{type:ControlType.Image,title:\"Icon\"},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:24,min:12,max:48,step:1},buttonSize:{type:ControlType.Number,title:\"Button Size\",defaultValue:40,min:24,max:100,step:1},buttonStyle:{type:ControlType.Enum,title:\"Style\",options:[\"filled\",\"outline\"],defaultValue:\"filled\"},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#000000\"},borderWidth:{type:ControlType.Number,title:\"Border Width\",defaultValue:2,min:0,max:10,step:1,hidden:props=>props.buttonStyle!==\"outline\"},borderRadius:{type:ControlType.Number,title:\"Radius\",defaultValue:6,min:0,max:50,step:1,description:\"Made with the [FrameShare plugin](https://dub.sh/fs-panel).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ThreadShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Frameshare_TH.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */// Facebook Share Button Component\nexport default function FacebookShareButton(props){const{customIcon,iconSize=24,backgroundColor=\"#1877f2\",buttonSize=40,borderRadius=6,buttonStyle=\"filled\",borderWidth=2}=props;const handleShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const facebookShareUrl=`https://www.facebook.com/sharer/sharer.php?u=${url}`;window.open(facebookShareUrl,\"_blank\");};// Default Facebook icon as fallback\nconst defaultIcon=/*#__PURE__*/_jsxs(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 24 24\",fill:\"currentColor\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Facebook\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M14 13.5H16.5L17.5 9.5H14V7.5C14 6.47062 14 5.5 16 5.5H17.5V2.1401C17.1743 2.09685 15.943 2 14.6429 2C11.9284 2 10 3.65686 10 6.69971V9.5H7V13.5H10V22H14V13.5Z\"})]});const styles={button:{width:buttonSize,height:buttonSize,backgroundColor:buttonStyle===\"filled\"?backgroundColor:\"transparent\",border:buttonStyle===\"outline\"?`${borderWidth}px solid ${backgroundColor}`:\"none\",color:buttonStyle===\"filled\"?\"#ffffff\":backgroundColor,borderRadius:borderRadius,cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",transition:\"opacity 0.2s ease\",padding:0},customIcon:{width:iconSize,height:iconSize,objectFit:\"contain\"}};return /*#__PURE__*/_jsx(\"button\",{style:styles.button,onClick:handleShare,onMouseEnter:e=>e.currentTarget.style.opacity=\"0.8\",onMouseLeave:e=>e.currentTarget.style.opacity=\"1\",children:customIcon?/*#__PURE__*/_jsx(\"img\",{src:customIcon,style:styles.customIcon,alt:\"Facebook share icon\"}):defaultIcon});}addPropertyControls(FacebookShareButton,{customIcon:{type:ControlType.Image,title:\"Icon\"},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:24,min:12,max:48,step:1},buttonSize:{type:ControlType.Number,title:\"Button Size\",defaultValue:40,min:24,max:100,step:1},buttonStyle:{type:ControlType.Enum,title:\"Style\",options:[\"filled\",\"outline\"],defaultValue:\"filled\"},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#1877f2\"},borderWidth:{type:ControlType.Number,title:\"Border Width\",defaultValue:2,min:0,max:10,step:1,hidden:props=>props.buttonStyle!==\"outline\"},borderRadius:{type:ControlType.Number,title:\"Radius\",defaultValue:6,min:0,max:50,step:1,description:\"Made with the [FrameShare plugin](https://dub.sh/fs-panel).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FacebookShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Frameshare_FB.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */// Email Share Button Component\nexport default function EmailShareButton(props){const{customIcon,iconSize=24,backgroundColor=\"#09090b\",buttonSize=40,borderRadius=6,buttonStyle=\"filled\",borderWidth=2}=props;const handleShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const emailShareUrl=`mailto:?subject=${title}&body=${url}`;window.open(emailShareUrl,\"_blank\");};// Default Email icon as fallback\nconst defaultIcon=/*#__PURE__*/_jsxs(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 24 24\",fill:\"currentColor\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Email\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z\"})]});const styles={button:{width:buttonSize,height:buttonSize,backgroundColor:buttonStyle===\"filled\"?backgroundColor:\"transparent\",border:buttonStyle===\"outline\"?`${borderWidth}px solid ${backgroundColor}`:\"none\",color:buttonStyle===\"filled\"?\"#ffffff\":backgroundColor,borderRadius:borderRadius,cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",transition:\"opacity 0.2s ease\",padding:0},customIcon:{width:iconSize,height:iconSize,objectFit:\"contain\"}};return /*#__PURE__*/_jsx(\"button\",{style:styles.button,onClick:handleShare,onMouseEnter:e=>e.currentTarget.style.opacity=\"0.8\",onMouseLeave:e=>e.currentTarget.style.opacity=\"1\",children:customIcon?/*#__PURE__*/_jsx(\"img\",{src:customIcon,style:styles.customIcon,alt:\"Email share icon\"}):defaultIcon});}addPropertyControls(EmailShareButton,{customIcon:{type:ControlType.Image,title:\"Icon\"},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:24,min:12,max:48,step:1},buttonSize:{type:ControlType.Number,title:\"Button Size\",defaultValue:40,min:24,max:100,step:1},buttonStyle:{type:ControlType.Enum,title:\"Style\",options:[\"filled\",\"outline\"],defaultValue:\"filled\"},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#09090b\"},borderWidth:{type:ControlType.Number,title:\"Border Width\",defaultValue:2,min:0,max:10,step:1,hidden:props=>props.buttonStyle!==\"outline\"},borderRadius:{type:ControlType.Number,title:\"Radius\",defaultValue:6,min:0,max:50,step:1,description:\"Made with the [FrameShare plugin](https://dub.sh/fs-panel).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"EmailShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Frameshare_EM.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */// LinkedIn Share Button Component\nexport default function LinkedInShareButton(props){const{customIcon,iconSize=24,backgroundColor=\"#0077B5\",buttonSize=40,borderRadius=6,buttonStyle=\"filled\",borderWidth=2}=props;const handleShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const linkedinShareUrl=`https://www.linkedin.com/shareArticle?mini=true&url=${url}%2F&title=${title}`;window.open(linkedinShareUrl,\"_blank\");};// Default LinkedIn icon as fallback\nconst defaultIcon=/*#__PURE__*/_jsxs(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 16 16\",fill:\"currentColor\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Linkedin\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"})]});const styles={button:{width:buttonSize,height:buttonSize,backgroundColor:buttonStyle===\"filled\"?backgroundColor:\"transparent\",border:buttonStyle===\"outline\"?`${borderWidth}px solid ${backgroundColor}`:\"none\",color:buttonStyle===\"filled\"?\"#ffffff\":backgroundColor,borderRadius:borderRadius,cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",transition:\"opacity 0.2s ease\",padding:0},customIcon:{width:iconSize,height:iconSize,objectFit:\"contain\"}};return /*#__PURE__*/_jsx(\"button\",{style:styles.button,onClick:handleShare,onMouseEnter:e=>e.currentTarget.style.opacity=\"0.8\",onMouseLeave:e=>e.currentTarget.style.opacity=\"1\",children:customIcon?/*#__PURE__*/_jsx(\"img\",{src:customIcon,style:styles.customIcon,alt:\"LinkedIn share icon\"}):defaultIcon});}addPropertyControls(LinkedInShareButton,{customIcon:{type:ControlType.Image,title:\"Icon\"},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:24,min:12,max:48,step:1},buttonSize:{type:ControlType.Number,title:\"Button Size\",defaultValue:40,min:24,max:100,step:1},buttonStyle:{type:ControlType.Enum,title:\"Style\",options:[\"filled\",\"outline\"],defaultValue:\"filled\"},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#0077B5\"},borderWidth:{type:ControlType.Number,title:\"Border Width\",defaultValue:2,min:0,max:10,step:1,hidden:props=>props.buttonStyle!==\"outline\"},borderRadius:{type:ControlType.Number,title:\"Radius\",defaultValue:6,min:0,max:50,step:1,description:\"Made with the [FrameShare plugin](https://dub.sh/fs-panel).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LinkedInShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Frameshare_LI.map", "// Generated by Framer (47ebf4a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Roboto-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Roboto\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmWggvWl0Qn.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-kbWLr .framer-styles-preset-8b0ug0:not(.rich-text-wrapper), .framer-kbWLr .framer-styles-preset-8b0ug0.rich-text-wrapper p { --framer-font-family: \"Roboto\", \"Roboto Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-65610a53-a4ed-4218-919e-608cdcdb0e8f, #222222); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-kbWLr .framer-styles-preset-8b0ug0:not(.rich-text-wrapper), .framer-kbWLr .framer-styles-preset-8b0ug0.rich-text-wrapper p { --framer-font-family: \"Roboto\", \"Roboto Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-65610a53-a4ed-4218-919e-608cdcdb0e8f, #222222); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-kbWLr .framer-styles-preset-8b0ug0:not(.rich-text-wrapper), .framer-kbWLr .framer-styles-preset-8b0ug0.rich-text-wrapper p { --framer-font-family: \"Roboto\", \"Roboto Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-65610a53-a4ed-4218-919e-608cdcdb0e8f, #222222); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-kbWLr\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (189896a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ThreadShareButton from\"https://framerusercontent.com/modules/D4lwfe1nrutUYvBRcUTz/8fMYUQ54xvoES1B7C6a7/Frameshare_TH.js\";import FacebookShareButton from\"https://framerusercontent.com/modules/KOEO8oFnA8ski6w5cY2O/QxrKrn4W1k79gi4D4aEB/Frameshare_FB.js\";import EmailShareButton from\"https://framerusercontent.com/modules/uNdI0CgoLMtivXicNYiV/zGg9t3u0fKdSl2xYbMq1/Frameshare_EM.js\";import LinkedInShareButton from\"https://framerusercontent.com/modules/vgrfjoMWDGsNFivoz1le/5x7jdO2ugTIt07cg6wzF/Frameshare_LI.js\";import MainFooter from\"#framer/local/canvasComponent/byWtaKd7s/byWtaKd7s.js\";import MainNav from\"#framer/local/canvasComponent/zF5kU_5Gd/zF5kU_5Gd.js\";import Blog from\"#framer/local/collection/pRkZD_P47/pRkZD_P47.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle7 from\"#framer/local/css/E_vknE74F/E_vknE74F.js\";import*as sharedStyle9 from\"#framer/local/css/fUraD8d4e/fUraD8d4e.js\";import*as sharedStyle from\"#framer/local/css/hnfqTXx7V/hnfqTXx7V.js\";import*as sharedStyle10 from\"#framer/local/css/idPvYXUGD/idPvYXUGD.js\";import*as sharedStyle4 from\"#framer/local/css/j7HFJv2ze/j7HFJv2ze.js\";import*as sharedStyle3 from\"#framer/local/css/jlmmfNNvw/jlmmfNNvw.js\";import*as sharedStyle2 from\"#framer/local/css/LDGReu8w6/LDGReu8w6.js\";import*as sharedStyle8 from\"#framer/local/css/MvdWEaHk_/MvdWEaHk_.js\";import*as sharedStyle5 from\"#framer/local/css/TlMil8ia6/TlMil8ia6.js\";import*as sharedStyle11 from\"#framer/local/css/vixguk82R/vixguk82R.js\";import*as sharedStyle1 from\"#framer/local/css/w0qa4yENp/w0qa4yENp.js\";import*as sharedStyle6 from\"#framer/local/css/Xr2UV47RC/Xr2UV47RC.js\";import metadataProvider from\"#framer/local/webPageMetadata/DGEqNXyRg/DGEqNXyRg.js\";const MainNavFonts=getFonts(MainNav);const FacebookShareButtonFonts=getFonts(FacebookShareButton);const LinkedInShareButtonFonts=getFonts(LinkedInShareButton);const ThreadShareButtonFonts=getFonts(ThreadShareButton);const EmailShareButtonFonts=getFonts(EmailShareButton);const MainFooterFonts=getFonts(MainFooter);const breakpoints={GMWehXpTV:\"(min-width: 810px) and (max-width: 1199px)\",TNlXaLquP:\"(min-width: 1200px)\",Z29nWtjPW:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-S8XY8\";const variantClassNames={GMWehXpTV:\"framer-v-1qfj65z\",TNlXaLquP:\"framer-v-zuh2e5\",Z29nWtjPW:\"framer-v-twmydu\"};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"TNlXaLquP\",Phone:\"Z29nWtjPW\",Tablet:\"GMWehXpTV\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"TNlXaLquP\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{constraint:{left:{collection:\"DGEqNXyRg\",name:\"nextItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"nextItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"DGEqNXyRg\",name:\"previousItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"DGEqNXyRg\",data:Blog,type:\"Collection\"},right:{alias:\"previousItemId\",data:Blog,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"nextItemId\",data:Blog,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"DGEqNXyRg\",name:\"FO4OLDV1J\",type:\"Identifier\"},{collection:\"DGEqNXyRg\",name:\"Hl6eSLsCa\",type:\"Identifier\"},{collection:\"DGEqNXyRg\",name:\"jck3KwWdW\",type:\"Identifier\"},{collection:\"DGEqNXyRg\",name:\"fKUeAkClm\",type:\"Identifier\"},{collection:\"DGEqNXyRg\",name:\"qdyvldb6t\",type:\"Identifier\"},{collection:\"DGEqNXyRg\",name:\"oy4qcjMZ5\",type:\"Identifier\"},{alias:\"previousItemId.FO4OLDV1J\",collection:\"previousItemId\",name:\"FO4OLDV1J\",type:\"Identifier\"},{alias:\"previousItemId.fKUeAkClm\",collection:\"previousItemId\",name:\"fKUeAkClm\",type:\"Identifier\"},{alias:\"previousItemId\",collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},{alias:\"nextItemId.FO4OLDV1J\",collection:\"nextItemId\",name:\"FO4OLDV1J\",type:\"Identifier\"},{alias:\"nextItemId.fKUeAkClm\",collection:\"nextItemId\",name:\"fKUeAkClm\",type:\"Identifier\"},{alias:\"nextItemId\",collection:\"nextItemId\",name:\"id\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"DGEqNXyRg\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,fKUeAkClm=getFromCurrentRouteData(\"fKUeAkClm\")??\"\",jck3KwWdW=getFromCurrentRouteData(\"jck3KwWdW\"),FO4OLDV1J=getFromCurrentRouteData(\"FO4OLDV1J\")??\"\",oy4qcjMZ5=getFromCurrentRouteData(\"oy4qcjMZ5\"),qdyvldb6t=getFromCurrentRouteData(\"qdyvldb6t\")??\"\",previousItemId=getFromCurrentRouteData(\"previousItemId\"),previousItemId_fKUeAkClm=getFromCurrentRouteData(\"previousItemId.fKUeAkClm\")??\"\",previousItemId_FO4OLDV1J=getFromCurrentRouteData(\"previousItemId.FO4OLDV1J\")??\"\",nextItemId=getFromCurrentRouteData(\"nextItemId\"),nextItemId_fKUeAkClm=getFromCurrentRouteData(\"nextItemId.fKUeAkClm\")??\"\",nextItemId_FO4OLDV1J=getFromCurrentRouteData(\"nextItemId.FO4OLDV1J\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"z9ac8PMHd\");const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(jck3KwWdW,activeLocaleCode);const visible=isSet(previousItemId);const textContent1=prefix(previousItemId_FO4OLDV1J,\"\u2039 \");const visible1=isSet(nextItemId);const textContent2=suffix(nextItemId_FO4OLDV1J,\" \u203A\");useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"TNlXaLquP\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-ba5439f1-73fc-490a-bc14-15948e734704, rgb(255, 249, 247)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-zuh2e5\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vtlbor-container\",id:elementId,nodeId:\"z9ac8PMHd\",ref:ref1,scopeId:\"DGEqNXyRg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GMWehXpTV:{variant:\"zrcZrNpAK\"},Z29nWtjPW:{variant:\"XB86B9rz0\"}},children:/*#__PURE__*/_jsx(MainNav,{height:\"100%\",id:\"z9ac8PMHd\",layoutId:\"z9ac8PMHd\",style:{width:\"100%\"},variant:\"wIDaQEH44\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":z9ac8PMHd\",pathVariables:{fKUeAkClm},webPageId:\"DGEqNXyRg\"},motionChild:true,nodeId:\"BRp919qMo\",openInNewTab:false,scopeId:\"DGEqNXyRg\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1sx7dt8 framer-1qbw83r\",\"data-framer-name\":\"Back to Top Button\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ofz5q5\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 8.591\" overflow=\"visible\"><path d=\"M 0 8.182 L 8.5 0 L 17 8.591\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-ba5439f1-73fc-490a-bc14-15948e734704, rgb(255, 249, 247)) /* {&quot;name&quot;:&quot;Background&quot;} */\" stroke-linecap=\"round\"></path></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11piqx0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ldkgy9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8b0ug0\",\"data-styles-preset\":\"hnfqTXx7V\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-1hbmmjj\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1mxro5p\",\"data-styles-preset\":\"w0qa4yENp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Content\"})}),className:\"framer-1pjsisk\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:FO4OLDV1J,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GMWehXpTV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"2.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LDy9bIT11\"},motionChild:true,nodeId:\"Eie13yyrw\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"DGEqNXyRg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xl8o5a\",\"data-styles-preset\":\"LDGReu8w6\",children:\"Back to All Blogs\"})})})})},Z29nWtjPW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"2.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LDy9bIT11\"},motionChild:true,nodeId:\"Eie13yyrw\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"DGEqNXyRg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xl8o5a\",\"data-styles-preset\":\"LDGReu8w6\",children:\"Back to All Blogs\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"2.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LDy9bIT11\"},motionChild:true,nodeId:\"Eie13yyrw\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"DGEqNXyRg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xl8o5a\",\"data-styles-preset\":\"LDGReu8w6\",children:\"Back to All Blogs\"})})})}),className:\"framer-11r7svf\",\"data-framer-name\":\"All Blogs\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GMWehXpTV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+180+0+433),sizes:`calc(min(900px, ${componentViewport?.width||\"100vw\"}) - 200px)`,...toResponsiveImage(oy4qcjMZ5)}},Z29nWtjPW:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+150+0+408),sizes:`calc(min(900px, ${componentViewport?.width||\"100vw\"}) - 90px)`,...toResponsiveImage(oy4qcjMZ5)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+465.5),sizes:`min(900px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(oy4qcjMZ5)},className:\"framer-14qiruo\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"Kt8zLtlEr\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:qdyvldb6t,className:\"framer-wgvhm\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-7w5mfh\",code:\"framer-styles-preset-1w0txy1\",h1:\"framer-styles-preset-1mxro5p\",h2:\"framer-styles-preset-15numph\",h3:\"framer-styles-preset-qjra0x\",h4:\"framer-styles-preset-1az750g\",h5:\"framer-styles-preset-1okiur0\",h6:\"framer-styles-preset-rztrxh\",img:\"framer-styles-preset-1o9bdw6\",p:\"framer-styles-preset-zxasc\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bzvdh4\",\"data-framer-name\":\"Share Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8b0ug0\",\"data-styles-preset\":\"hnfqTXx7V\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-65610a53-a4ed-4218-919e-608cdcdb0e8f, rgb(34, 34, 34))\"},children:\"Share This Post\"})}),className:\"framer-84um1h\",\"data-framer-name\":\"Share Post\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{\"aria-label\":\"Opens in New Tab\",className:\"framer-hib8nq\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rvpken-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QydzvDxU_\",scopeId:\"DGEqNXyRg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GMWehXpTV:{buttonSize:33,iconSize:19},Z29nWtjPW:{buttonSize:33,iconSize:19}},children:/*#__PURE__*/_jsx(FacebookShareButton,{backgroundColor:\"var(--token-65610a53-a4ed-4218-919e-608cdcdb0e8f, rgb(34, 34, 34))\",borderRadius:50,borderWidth:2,buttonSize:40,buttonStyle:\"filled\",height:\"100%\",iconSize:24,id:\"QydzvDxU_\",layoutId:\"QydzvDxU_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tpce92-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"eAa2yNSks\",scopeId:\"DGEqNXyRg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GMWehXpTV:{buttonSize:33,iconSize:16},Z29nWtjPW:{buttonSize:33,iconSize:16}},children:/*#__PURE__*/_jsx(LinkedInShareButton,{backgroundColor:\"var(--token-65610a53-a4ed-4218-919e-608cdcdb0e8f, rgb(34, 34, 34))\",borderRadius:50,borderWidth:2,buttonSize:40,buttonStyle:\"filled\",height:\"100%\",iconSize:20,id:\"eAa2yNSks\",layoutId:\"eAa2yNSks\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dbxtmm-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KtLw1vCQu\",scopeId:\"DGEqNXyRg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GMWehXpTV:{buttonSize:33,iconSize:19},Z29nWtjPW:{buttonSize:33,iconSize:19}},children:/*#__PURE__*/_jsx(ThreadShareButton,{backgroundColor:\"var(--token-65610a53-a4ed-4218-919e-608cdcdb0e8f, rgb(34, 34, 34))\",borderRadius:50,borderWidth:2,buttonSize:40,buttonStyle:\"filled\",height:\"100%\",iconSize:24,id:\"KtLw1vCQu\",layoutId:\"KtLw1vCQu\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kmzcxn-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Tcu0rtMDe\",scopeId:\"DGEqNXyRg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GMWehXpTV:{buttonSize:33,iconSize:19},Z29nWtjPW:{buttonSize:33,iconSize:19}},children:/*#__PURE__*/_jsx(EmailShareButton,{backgroundColor:\"var(--token-65610a53-a4ed-4218-919e-608cdcdb0e8f, rgb(34, 34, 34))\",borderRadius:50,borderWidth:2,buttonSize:40,buttonStyle:\"filled\",height:\"100%\",iconSize:24,id:\"Tcu0rtMDe\",layoutId:\"Tcu0rtMDe\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mtd5bu\",\"data-framer-name\":\"Previous / Next\",children:[visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GMWehXpTV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zxasc\",\"data-styles-preset\":\"MvdWEaHk_\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{fKUeAkClm:previousItemId_fKUeAkClm},webPageId:\"DGEqNXyRg\"},motionChild:true,nodeId:\"HWA0Q2mqE\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"DGEqNXyRg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7w5mfh\",\"data-styles-preset\":\"fUraD8d4e\",children:\"\u2039 \"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zxasc\",\"data-styles-preset\":\"MvdWEaHk_\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{fKUeAkClm:previousItemId_fKUeAkClm},webPageId:\"DGEqNXyRg\"},motionChild:true,nodeId:\"HWA0Q2mqE\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"DGEqNXyRg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7w5mfh\",\"data-styles-preset\":\"fUraD8d4e\",children:\"\u2039 \"})})})}),className:\"framer-1io8s8b\",\"data-framer-name\":\"Previous\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1trkirk\",\"data-framer-name\":\"Spacer\"}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zxasc\",\"data-styles-preset\":\"MvdWEaHk_\",style:{\"--framer-text-alignment\":\"right\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{fKUeAkClm:nextItemId_fKUeAkClm},webPageId:\"DGEqNXyRg\"},motionChild:true,nodeId:\"v3U7YYhEP\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"DGEqNXyRg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7w5mfh\",\"data-styles-preset\":\"fUraD8d4e\",children:\" \u203A\"})})})}),className:\"framer-kv9myj\",\"data-framer-name\":\"Next\",fonts:[\"Inter\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GMWehXpTV:{y:(componentViewport?.y||0)+0+1575.8},Z29nWtjPW:{y:(componentViewport?.y||0)+0+1420.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:360,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1824.3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-elqyfs-container\",nodeId:\"hDKAY3VqK\",scopeId:\"DGEqNXyRg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GMWehXpTV:{variant:\"W3UyK1KyT\"},Z29nWtjPW:{variant:\"V16Mp04xg\"}},children:/*#__PURE__*/_jsx(MainFooter,{height:\"100%\",id:\"hDKAY3VqK\",layoutId:\"hDKAY3VqK\",style:{width:\"100%\"},variant:\"z6Bap4yjY\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-S8XY8.framer-1qbw83r, .framer-S8XY8 .framer-1qbw83r { display: block; }\",\".framer-S8XY8.framer-zuh2e5 { align-content: center; align-items: center; background-color: var(--token-ba5439f1-73fc-490a-bc14-15948e734704, #fff9f7); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-S8XY8 .framer-1vtlbor-container, .framer-S8XY8 .framer-elqyfs-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-S8XY8 .framer-1sx7dt8 { align-content: center; align-items: center; background-color: var(--token-01eb17c7-5354-4363-bfd2-e92c6b50ec5d, #00c08b); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: 35px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 33px; justify-content: center; overflow: hidden; padding: 0px; position: fixed; right: 30px; text-decoration: none; width: 35px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-S8XY8 .framer-1ofz5q5 { height: 9px; position: relative; width: 17px; }\",\".framer-S8XY8 .framer-11piqx0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 900px; }\",\".framer-S8XY8 .framer-1ldkgy9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 90%; }\",\".framer-S8XY8 .framer-1hbmmjj, .framer-S8XY8 .framer-11r7svf { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-S8XY8 .framer-1pjsisk { flex: none; height: auto; max-width: 900px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-S8XY8 .framer-14qiruo { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 350px; position: relative; width: 100%; }\",\".framer-S8XY8 .framer-wgvhm { --framer-paragraph-spacing: 32px; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-S8XY8 .framer-bzvdh4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-S8XY8 .framer-84um1h { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-S8XY8 .framer-hib8nq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-S8XY8 .framer-rvpken-container, .framer-S8XY8 .framer-1tpce92-container, .framer-S8XY8 .framer-1dbxtmm-container, .framer-S8XY8 .framer-1kmzcxn-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-S8XY8 .framer-mtd5bu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 50px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-S8XY8 .framer-1io8s8b, .framer-S8XY8 .framer-kv9myj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 318px; word-break: break-word; word-wrap: break-word; }\",\".framer-S8XY8 .framer-1trkirk { align-self: stretch; flex: none; height: auto; position: relative; width: 259px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-S8XY8.framer-zuh2e5 { gap: 80px; width: 810px; } .framer-S8XY8 .framer-1vtlbor-container { order: 0; } .framer-S8XY8 .framer-1sx7dt8 { order: 3; right: 25px; } .framer-S8XY8 .framer-11piqx0 { gap: 40px; order: 1; padding: 0px 100px 0px 100px; } .framer-S8XY8 .framer-14qiruo { height: 249px; } .framer-S8XY8 .framer-wgvhm { width: 90%; } .framer-S8XY8 .framer-mtd5bu { padding: 35px 0px 0px 0px; } .framer-S8XY8 .framer-1io8s8b { order: 0; width: 255px; } .framer-S8XY8 .framer-1trkirk { order: 1; width: 17%; } .framer-S8XY8 .framer-kv9myj { order: 2; width: 255px; } .framer-S8XY8 .framer-elqyfs-container { order: 2; }}\",\"@media (max-width: 809px) { .framer-S8XY8.framer-zuh2e5 { gap: 50px; width: 390px; } .framer-S8XY8 .framer-1vtlbor-container { order: 0; } .framer-S8XY8 .framer-1sx7dt8 { order: 3; right: 15px; } .framer-S8XY8 .framer-11piqx0 { gap: 40px; order: 1; padding: 0px 45px 0px 45px; } .framer-S8XY8 .framer-14qiruo { height: 175px; } .framer-S8XY8 .framer-wgvhm { width: 90%; } .framer-S8XY8 .framer-mtd5bu { flex-direction: column; gap: 5px; padding: 15px 0px 0px 0px; } .framer-S8XY8 .framer-1io8s8b { width: 298px; } .framer-S8XY8 .framer-1trkirk { align-self: unset; height: 19px; width: 40%; } .framer-S8XY8 .framer-kv9myj { width: 299px; } .framer-S8XY8 .framer-elqyfs-container { order: 2; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3832\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GMWehXpTV\":{\"layout\":[\"fixed\",\"auto\"]},\"Z29nWtjPW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"z9ac8PMHd\":{\"pattern\":\":z9ac8PMHd\",\"name\":\"nav\"}}\n * @framerResponsiveScreen\n */const FramerDGEqNXyRg=withCSS(Component,css,\"framer-S8XY8\");export default FramerDGEqNXyRg;FramerDGEqNXyRg.displayName=\"Articles\";FramerDGEqNXyRg.defaultProps={height:3832,width:1200};addFonts(FramerDGEqNXyRg,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmWggvWl0Qn.woff2\",weight:\"500\"}]},...MainNavFonts,...FacebookShareButtonFonts,...LinkedInShareButtonFonts,...ThreadShareButtonFonts,...EmailShareButtonFonts,...MainFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"Kt8zLtlEr\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"Kt8zLtlEr\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDGEqNXyRg\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerScrollSections\":\"{\\\"z9ac8PMHd\\\":{\\\"pattern\\\":\\\":z9ac8PMHd\\\",\\\"name\\\":\\\"nav\\\"}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GMWehXpTV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z29nWtjPW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"3832\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ThreadShareButton", "props", "customIcon", "iconSize", "backgroundColor", "buttonSize", "borderRadius", "buttonStyle", "borderWidth", "handleShare", "url", "window", "title", "threadShareUrl", "defaultIcon", "u", "p", "styles", "e", "addPropertyControls", "ControlType", "FacebookShareButton", "props", "customIcon", "iconSize", "backgroundColor", "buttonSize", "borderRadius", "buttonStyle", "borderWidth", "handleShare", "url", "window", "title", "facebookShareUrl", "defaultIcon", "u", "p", "styles", "e", "addPropertyControls", "ControlType", "EmailShareButton", "props", "customIcon", "iconSize", "backgroundColor", "buttonSize", "borderRadius", "buttonStyle", "borderWidth", "handleShare", "url", "window", "emailShareUrl", "defaultIcon", "u", "p", "styles", "e", "addPropertyControls", "ControlType", "LinkedInShareButton", "props", "customIcon", "iconSize", "backgroundColor", "buttonSize", "borderRadius", "buttonStyle", "borderWidth", "handleShare", "url", "window", "title", "linkedinShareUrl", "defaultIcon", "u", "p", "styles", "e", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "MainNavFonts", "getFonts", "zF5kU_5Gd_default", "FacebookShareButtonFonts", "FacebookShareButton", "LinkedInShareButtonFonts", "LinkedInShareButton", "ThreadShareButtonFonts", "ThreadShareButton", "EmailShareButtonFonts", "EmailShareButton", "MainFooterFonts", "byWtaKd7s_default", "breakpoints", "serializationHash", "variantClassNames", "sharedDateFormatter", "value", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "toResponsiveImage", "isSet", "prefix", "suffix", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "pRkZD_P47_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "fKUeAkClm", "jck3KwWdW", "FO4OLDV1J", "oy4qcjMZ5", "qdyvldb6t", "previousItemId", "previousItemId_fKUeAkClm", "previousItemId_FO4OLDV1J", "nextItemId", "nextItemId_fKUeAkClm", "nextItemId_FO4OLDV1J", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "activeLocaleCode", "useLocaleCode", "textContent", "visible", "textContent1", "visible1", "textContent2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "zF5kU_5Gd_default", "Link", "SVG", "RichText", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "FacebookShareButton", "LinkedInShareButton", "ThreadShareButton", "EmailShareButton", "byWtaKd7s_default", "css", "FramerDGEqNXyRg", "withCSS", "DGEqNXyRg_default", "addFonts", "MainNavFonts", "FacebookShareButtonFonts", "LinkedInShareButtonFonts", "ThreadShareButtonFonts", "EmailShareButtonFonts", "MainFooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
