{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/C2IyHqejMvHGMkmqNVNW/10dEwI8t86EApFWvRHIi/SocialShareButtons.js", "ssg:https://framerusercontent.com/modules/quBuH5QHxejbUkEcc3OA/pByZYoGMahPG0ToqHUcq/w6Ejvdjqg.js", "ssg:https://framerusercontent.com/modules/5opqXOSViV8LpDm9wldv/lAnmgibUF1LzblOYeosp/CYMQLjTUd.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{FacebookLogo,TwitterLogo,LinkedinLogo,WhatsappLogo,EnvelopeSimple,ClipboardText}from\"phosphor-react\";// If you're reading this then you shouldn't be.\n// \u00A9 Luca Da Corte, clicks.supply, All Rights Reserved.\n/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n */export default function SocialShareButton(props){// Destructure props\nconst{containerStyle,paddingStyle,topLeftPadding,topRightPadding,bottomRightPadding,bottomLeftPadding,isMixedPadding=false,service,iconStyle,backgroundColor}=props;// Destructure containerStyle\nconst{borderWidth,borderColor,radius,isMixedRadius,topLeftRadius,topRightRadius,bottomRightRadius,bottomLeftRadius}=containerStyle;// Destructure IconStyle\nconst{size,iconColor,iconWeight}=iconStyle;const borderRadius=isMixedRadius?`${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px`:`${radius}px`;const padding=isMixedPadding?`${topLeftPadding}px ${topRightPadding}px ${bottomRightPadding}px ${bottomLeftPadding}px`:`${paddingStyle}px`;const style={width:\"auto\",height:\"auto\",border:`${borderWidth}px solid ${borderColor}`,padding,borderRadius,backgroundColor,cursor:\"pointer\",transition:\"opacity 0.3s\"};let Icon;switch(service){case\"Twitter\":Icon=TwitterLogo;break;case\"LinkedIn\":Icon=LinkedinLogo;break;case\"Facebook\":Icon=FacebookLogo;break;case\"WhatsApp\":Icon=WhatsappLogo;break;case\"Email\":Icon=EnvelopeSimple;break;case\"Copy To Clipboard\":Icon=ClipboardText;break;default:Icon=FacebookLogo;break;}const handleClick=()=>{const url=window.location.href;let shareUrl=\"\";switch(service){case\"Twitter\":shareUrl=`https://twitter.com/intent/tweet?url=${encodeURIComponent(url)}`;break;case\"X (Twitter)\":shareUrl=`https://twitter.com/intent/tweet?url=${encodeURIComponent(url)}`;break;case\"LinkedIn\":shareUrl=`https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(url)}`;break;case\"Facebook\":shareUrl=`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(url)}`;break;case\"WhatsApp\":shareUrl=`https://wa.me/?text=${encodeURIComponent(url)}`;break;case\"Email\":shareUrl=`mailto:?body=${encodeURIComponent(url)}`;break;case\"Copy To Clipboard\":navigator.clipboard.writeText(url).then(()=>{alert(\"URL copied to clipboard\");}).catch(err=>{console.error(\"Could not copy text: \",err);});return;default:shareUrl=`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(url)}`;break;}window.open(shareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"div\",{style:style,onClick:handleClick,onMouseEnter:e=>e.currentTarget.style.opacity=\"0.8\",onMouseLeave:e=>e.currentTarget.style.opacity=\"1\",children:/*#__PURE__*/_jsx(Icon,{size:size,color:iconColor,weight:iconWeight})});}// Default Props\nSocialShareButton.defaultProps={service:\"Facebook\",iconStyle:{size:24,iconColor:\"#fff\",iconWeight:\"regular\"},borderWidth:1,borderColor:\"#000000\",containerStyle:{backgroundColor:\"#333\",borderWidth:1,borderColor:\"#333\"}};// Property Controls\naddPropertyControls(SocialShareButton,{service:{type:ControlType.Enum,title:\"Service\",options:[\"Facebook\",\"Twitter\",\"LinkedIn\",\"WhatsApp\",\"Email\",\"Copy To Clipboard\"],optionTitles:[\"Facebook\",\"Twitter\",\"LinkedIn\",\"WhatsApp\",\"Email\",\"Copy To Clipboard\"]},iconStyle:{type:ControlType.Object,title:\"Icon\",controls:{size:{type:ControlType.Number,title:\"Icon Size\",min:10,max:100,step:1},iconColor:{type:ControlType.Color,title:\"Icon Color\"},iconWeight:{type:ControlType.Enum,title:\"Icon Weight\",options:[\"thin\",\"light\",\"regular\",\"bold\",\"fill\"],optionTitles:[\"Thin\",\"Light\",\"Regular\",\"Bold\",\"Fill\"]}}},backgroundColor:{title:\"Background Color\",type:ControlType.Color,defaultValue:\"#333\"},containerStyle:{type:ControlType.Object,title:\"Border\",controls:{borderWidth:{title:\"Border Width\",type:ControlType.Number,defaultValue:1,min:0,max:20,unit:\"px\"},borderColor:{title:\"Border Color\",type:ControlType.Color,defaultValue:\"#000000\"},radius:{type:ControlType.FusedNumber,title:\"Border Radius\",defaultValue:8,toggleKey:\"isMixedRadius\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\"],valueLabels:[\"TR\",\"BR\",\"BL\",\"TL\"],min:0}}},paddingStyle:{type:ControlType.FusedNumber,title:\"Padding\",defaultValue:16,toggleKey:\"isMixedPadding\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeftPadding\",\"topRightPadding\",\"bottomRightPadding\",\"bottomLeftPadding\"],valueLabels:[\"TR\",\"BR\",\"BL\",\"TL\"],min:0,description:\"[clicks.supply](https://clicks.supply/) is a collection of premium Framer templates, clonables, and tutorials to help you build better Framer websites.\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SocialShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SocialShareButtons.map", "// Generated by Framer (a2fb474)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Plus Jakarta Sans-medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3U7D2WJULAFN5UCDE2DSKFPDTJNUSRPY/XTZGHUDFURQVBRVTOPX7XHP5YBIQJL2U/FVNNCZHGTHUOM3RCJDOO45QMBIJISVEG.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/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{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/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-rm5Yp .framer-styles-preset-1gbt0li:not(.rich-text-wrapper), .framer-rm5Yp .framer-styles-preset-1gbt0li.rich-text-wrapper h6 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans 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: normal; --framer-font-size: 16px; --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: 600; --framer-letter-spacing: -0.01em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-d3727d57-9f77-42e5-90fe-4672974be529, #636370); --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: 992px) { .framer-rm5Yp .framer-styles-preset-1gbt0li:not(.rich-text-wrapper), .framer-rm5Yp .framer-styles-preset-1gbt0li.rich-text-wrapper h6 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans 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: normal; --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: 600; --framer-letter-spacing: -0.01em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-d3727d57-9f77-42e5-90fe-4672974be529, #636370); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 991px) and (min-width: 810px) { .framer-rm5Yp .framer-styles-preset-1gbt0li:not(.rich-text-wrapper), .framer-rm5Yp .framer-styles-preset-1gbt0li.rich-text-wrapper h6 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans 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: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.01em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-d3727d57-9f77-42e5-90fe-4672974be529, #636370); --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-rm5Yp .framer-styles-preset-1gbt0li:not(.rich-text-wrapper), .framer-rm5Yp .framer-styles-preset-1gbt0li.rich-text-wrapper h6 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans 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: normal; --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: 600; --framer-letter-spacing: -0.01em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-d3727d57-9f77-42e5-90fe-4672974be529, #636370); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-rm5Yp\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SocialShareButton from\"https://framerusercontent.com/modules/C2IyHqejMvHGMkmqNVNW/10dEwI8t86EApFWvRHIi/SocialShareButtons.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import NavigationNav from\"#framer/local/canvasComponent/FgbzfpRtw/FgbzfpRtw.js\";import CardsBlogCard from\"#framer/local/canvasComponent/VQ5Oxd5MQ/VQ5Oxd5MQ.js\";import Footer from\"#framer/local/canvasComponent/Xn77iei6J/Xn77iei6J.js\";import Blog from\"#framer/local/collection/iLLYhESq6/iLLYhESq6.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle from\"#framer/local/css/BIfVGDIAV/BIfVGDIAV.js\";import*as sharedStyle2 from\"#framer/local/css/bNWIfpA4K/bNWIfpA4K.js\";import*as sharedStyle1 from\"#framer/local/css/dgVENe2M4/dgVENe2M4.js\";import*as sharedStyle11 from\"#framer/local/css/ecgdfuRe3/ecgdfuRe3.js\";import*as sharedStyle5 from\"#framer/local/css/F1S0rm6VK/F1S0rm6VK.js\";import*as sharedStyle3 from\"#framer/local/css/laAS1TIpX/laAS1TIpX.js\";import*as sharedStyle12 from\"#framer/local/css/lCEezu7Hq/lCEezu7Hq.js\";import*as sharedStyle6 from\"#framer/local/css/SSjoyFzXg/SSjoyFzXg.js\";import*as sharedStyle8 from\"#framer/local/css/uka3hlOQ5/uka3hlOQ5.js\";import*as sharedStyle7 from\"#framer/local/css/w6Ejvdjqg/w6Ejvdjqg.js\";import*as sharedStyle9 from\"#framer/local/css/xkr6Ycrxr/xkr6Ycrxr.js\";import*as sharedStyle10 from\"#framer/local/css/yQ9v2OuSB/yQ9v2OuSB.js\";import*as sharedStyle4 from\"#framer/local/css/yqYJLPA0S/yqYJLPA0S.js\";import*as sharedStyle13 from\"#framer/local/css/zLSRjRJdP/zLSRjRJdP.js\";import metadataProvider from\"#framer/local/webPageMetadata/CYMQLjTUd/CYMQLjTUd.js\";const NavigationNavFonts=getFonts(NavigationNav);const PhosphorFonts=getFonts(Phosphor);const MotionAWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.a);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const SocialShareButtonFonts=getFonts(SocialShareButton);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const CardsBlogCardFonts=getFonts(CardsBlogCard);const FooterFonts=getFonts(Footer);const breakpoints={BoXlAyVd_:\"(max-width: 809px)\",Mx0Myem7Q:\"(min-width: 1200px)\",sZI9bo_9B:\"(min-width: 992px) and (max-width: 1199px)\",UVffiBIPM:\"(min-width: 810px) and (max-width: 991px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-9Swtd\";const variantClassNames={BoXlAyVd_:\"framer-v-ty7wbv\",Mx0Myem7Q:\"framer-v-zyr9mw\",sZI9bo_9B:\"framer-v-1u449j6\",UVffiBIPM:\"framer-v-l9ptsn\"};const transition1={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={delay:.1,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={delay:.2,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const transition4={delay:.4,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:50};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:50};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Mx0Myem7Q\",Laptop:\"sZI9bo_9B\",Phone:\"BoXlAyVd_\",Tablet:\"UVffiBIPM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Mx0Myem7Q\"};};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:{alias:\"CYMQLjTUd\",data:Blog,type:\"Collection\"},select:[{collection:\"CYMQLjTUd\",name:\"n1gxTJR4m\",type:\"Identifier\"},{collection:\"CYMQLjTUd\",name:\"SZ3Cmjcc_\",type:\"Identifier\"},{collection:\"CYMQLjTUd\",name:\"g8B3bUc2A\",type:\"Identifier\"},{collection:\"CYMQLjTUd\",name:\"bX76Ich3w\",type:\"Identifier\"},{collection:\"CYMQLjTUd\",name:\"UCH9Ai8KJ\",type:\"Identifier\"},{collection:\"CYMQLjTUd\",name:\"FmWrOfzpz\",type:\"Identifier\"},{collection:\"CYMQLjTUd\",name:\"lqjQ5vauj\",type:\"Identifier\"},{collection:\"CYMQLjTUd\",name:\"fHNx_QVZC\",type:\"Identifier\"},{collection:\"CYMQLjTUd\",name:\"yj_4J6TPA\",type:\"Identifier\"},{collection:\"CYMQLjTUd\",name:\"IzChEjUIo\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"CYMQLjTUd\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,n1gxTJR4m=getFromCurrentRouteData(\"n1gxTJR4m\")??\"\",IzChEjUIo=getFromCurrentRouteData(\"IzChEjUIo\"),yj_4J6TPA=getFromCurrentRouteData(\"yj_4J6TPA\")??\"\",g8B3bUc2A=getFromCurrentRouteData(\"g8B3bUc2A\"),bX76Ich3w=getFromCurrentRouteData(\"bX76Ich3w\")??0,SZ3Cmjcc_=getFromCurrentRouteData(\"SZ3Cmjcc_\"),UCH9Ai8KJ=getFromCurrentRouteData(\"UCH9Ai8KJ\")??\"\",FmWrOfzpz=getFromCurrentRouteData(\"FmWrOfzpz\")??\"\",lqjQ5vauj=getFromCurrentRouteData(\"lqjQ5vauj\")??\"\",fHNx_QVZC=getFromCurrentRouteData(\"fHNx_QVZC\")??\"\",SZ3Cmjcc_TYizxiL10,g8B3bUc2ATYizxiL10,bX76Ich3wTYizxiL10,n1gxTJR4mTYizxiL10,Dqgd3ikdpTYizxiL10,idTYizxiL10,...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,sharedStyle12.className,sharedStyle13.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"BoXlAyVd_\")return false;return true;};const activeLocaleCode=useLocaleCode();const textContent=toDateString(g8B3bUc2A,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const textContent1=numberToString(bX76Ich3w,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Mx0Myem7Q\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-df6e4f80-93d2-43f1-8568-872b78196727, rgb(249, 249, 252)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-zyr9mw\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sbkhew-container\",layoutScroll:true,nodeId:\"hA3n0vlHE\",scopeId:\"CYMQLjTUd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{variant:\"DaILHw_4m\"},UVffiBIPM:{variant:\"DaILHw_4m\"}},children:/*#__PURE__*/_jsx(NavigationNav,{height:\"100%\",id:\"hA3n0vlHE\",layoutId:\"hA3n0vlHE\",style:{width:\"100%\"},variant:\"eTL_lIPt6\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14vrola\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l904ip\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g0ktc5\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GzwYz1DXx\"},motionChild:true,nodeId:\"iT0Mwf16L\",scopeId:\"CYMQLjTUd\",children:/*#__PURE__*/_jsxs(MotionAWithOptimizedAppearEffect,{animate:animation,className:\"framer-qqvtvp framer-1q1v4oh\",\"data-framer-appear-id\":\"qqvtvp\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-husloq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VFAmOZigW\",scopeId:\"CYMQLjTUd\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-df6e4f80-93d2-43f1-8568-872b78196727, rgb(249, 249, 252))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowLeft\",id:\"VFAmOZigW\",layoutId:\"VFAmOZigW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dwdwj8\",\"data-styles-preset\":\"BIfVGDIAV\",style:{\"--framer-text-color\":\"var(--token-5b804fac-1357-4860-b1dd-46a37d1e6508, rgb(231, 231, 239))\"},children:\"Back\"})}),className:\"framer-uet0xn\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-2004oc\",\"data-styles-preset\":\"dgVENe2M4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(205, 173, 255) 0%, var(--token-df6e4f80-93d2-43f1-8568-872b78196727, rgb(249, 249, 252)) 100%)\"},children:\"How to choose the best investigation management software for your organisation?\"})})}),className:\"framer-7kudhj\",\"data-framer-appear-id\":\"7kudhj\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],initial:animation1,optimized:true,text:n1gxTJR4m,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-xxk67c\",\"data-framer-appear-id\":\"xxk67c\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-78utom\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1isxmej\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+129.6+0+0+0+0),sizes:\"32px\",...toResponsiveImage(IzChEjUIo)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+140+0+0+0+0+129.6+89+0+0),sizes:\"32px\",...toResponsiveImage(IzChEjUIo)},className:\"framer-88rwqt\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dwdwj8\",\"data-styles-preset\":\"BIfVGDIAV\",style:{\"--framer-text-color\":\"var(--token-5b804fac-1357-4860-b1dd-46a37d1e6508, rgb(231, 231, 239))\"},children:\"David Johnson\"})}),className:\"framer-3oq4y4\",\"data-framer-name\":\"Admin name\",fonts:[\"Inter\"],text:yj_4J6TPA,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-qybupw hidden-ty7wbv\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ehl5w\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x5bqft-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zsZorJGye\",scopeId:\"CYMQLjTUd\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-df6e4f80-93d2-43f1-8568-872b78196727, rgb(249, 249, 252))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CalendarCheck\",id:\"zsZorJGye\",layoutId:\"zsZorJGye\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dwdwj8\",\"data-styles-preset\":\"BIfVGDIAV\",children:\"Content\"})}),className:\"framer-1yu9t0y\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-3f9oky hidden-ty7wbv\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13phvfu\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yled7c-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"soR29RvHD\",scopeId:\"CYMQLjTUd\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-df6e4f80-93d2-43f1-8568-872b78196727, rgb(249, 249, 252))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Clock\",id:\"soR29RvHD\",layoutId:\"soR29RvHD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jilgh1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dwdwj8\",\"data-styles-preset\":\"BIfVGDIAV\",children:\"NaN\"})}),className:\"framer-12bcv8a\",\"data-framer-name\":\"Time\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dwdwj8\",\"data-styles-preset\":\"BIfVGDIAV\",children:\"Min Read\"})}),className:\"framer-rg7wak\",\"data-framer-name\":\"Time\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i7tpt5\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11ngnbv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BFz36rq_l\",scopeId:\"CYMQLjTUd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{iconStyle:{iconColor:\"rgb(255, 255, 255)\",iconWeight:\"regular\",size:20}}},children:/*#__PURE__*/_jsx(SocialShareButton,{backgroundColor:\"rgba(25, 13, 46, 0)\",bottomLeftPadding:4,bottomRightPadding:4,containerStyle:{borderColor:\"rgb(51, 51, 51)\",borderWidth:0,bottomLeftRadius:0,bottomRightRadius:0,isMixedRadius:false,radius:0,topLeftRadius:0,topRightRadius:0},height:\"100%\",iconStyle:{iconColor:\"rgb(255, 255, 255)\",iconWeight:\"regular\",size:24},id:\"BFz36rq_l\",isMixedPadding:true,layoutId:\"BFz36rq_l\",paddingStyle:8,service:\"Facebook\",topLeftPadding:4,topRightPadding:4,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-uvblp8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"S3CysWObH\",scopeId:\"CYMQLjTUd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{iconStyle:{iconColor:\"rgb(255, 255, 255)\",iconWeight:\"regular\",size:20}}},children:/*#__PURE__*/_jsx(SocialShareButton,{backgroundColor:\"rgba(25, 13, 46, 0)\",bottomLeftPadding:8,bottomRightPadding:4,containerStyle:{borderColor:\"rgb(51, 51, 51)\",borderWidth:0,bottomLeftRadius:0,bottomRightRadius:0,isMixedRadius:false,radius:0,topLeftRadius:0,topRightRadius:0},height:\"100%\",iconStyle:{iconColor:\"rgb(255, 255, 255)\",iconWeight:\"regular\",size:24},id:\"S3CysWObH\",isMixedPadding:true,layoutId:\"S3CysWObH\",paddingStyle:8,service:\"Twitter\",topLeftPadding:4,topRightPadding:8,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kwiazt-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"e27EIARBT\",scopeId:\"CYMQLjTUd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{iconStyle:{iconColor:\"rgb(255, 255, 255)\",iconWeight:\"regular\",size:20}}},children:/*#__PURE__*/_jsx(SocialShareButton,{backgroundColor:\"rgba(25, 13, 46, 0)\",bottomLeftPadding:8,bottomRightPadding:4,containerStyle:{borderColor:\"rgb(51, 51, 51)\",borderWidth:0,bottomLeftRadius:0,bottomRightRadius:0,isMixedRadius:false,radius:0,topLeftRadius:0,topRightRadius:0},height:\"100%\",iconStyle:{iconColor:\"rgb(255, 255, 255)\",iconWeight:\"regular\",size:24},id:\"e27EIARBT\",isMixedPadding:true,layoutId:\"e27EIARBT\",paddingStyle:8,service:\"LinkedIn\",topLeftPadding:4,topRightPadding:8,width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+395.6),sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 900px)`,...toResponsiveImage(SZ3Cmjcc_)}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation4,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+140+0+0+395.6),sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 900px)`,...toResponsiveImage(SZ3Cmjcc_)},className:\"framer-1b0dlfv\",\"data-framer-appear-id\":\"1b0dlfv\",\"data-framer-name\":\"Banner\",initial:animation1,optimized:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ufknvq\",\"data-framer-name\":\"Blur\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1.7,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-.5),pixelHeight:79,pixelWidth:79,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/5AXsK3MyGYovv57LsfY0T3kRQU.png\"},className:\"framer-2ng2g5\",\"data-framer-name\":\"Pattern\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11594gv\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fnbkr4\",\"data-framer-name\":\"section\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ylsypu\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1udj698\",\"data-styles-preset\":\"bNWIfpA4K\",style:{\"--framer-text-color\":\"var(--token-d3727d57-9f77-42e5-90fe-4672974be529, rgb(99, 99, 112))\"},children:\"Welcome to our latest blog post on the delicate art of balancing aesthetics and functionality in user interface (UI) design! In the fast-paced world of digital design, creating interfaces that are both visually appealing and highly functional is essential for engaging users and delivering a seamless user experience. Join us as we explore strategies for achieving the perfect balance between aesthetics and functionality in UI design.\"})}),className:\"framer-mvjf44\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:UCH9Ai8KJ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"SGrZeFdo5\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"VAxok0j9S\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:FmWrOfzpz,className:\"framer-uua3uk\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-13jzomx\",blockquote:\"framer-styles-preset-wf3etn\",code:\"framer-styles-preset-s6u9p\",h1:\"framer-styles-preset-2004oc\",h2:\"framer-styles-preset-gn96tu\",h3:\"framer-styles-preset-ab3owg\",h4:\"framer-styles-preset-1kq55f2\",h5:\"framer-styles-preset-bw0xj0\",h6:\"framer-styles-preset-1gbt0li\",img:\"framer-styles-preset-tq08el\",p:\"framer-styles-preset-1udj698\",table:\"framer-styles-preset-1fmog94\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1udj698\",\"data-styles-preset\":\"bNWIfpA4K\",style:{\"--framer-text-color\":\"var(--token-d3727d57-9f77-42e5-90fe-4672974be529, rgb(99, 99, 112))\"},children:\"Balancing aesthetics and functionality is a fundamental aspect of UI design, requiring careful consideration of user needs, design principles, and business objectives. By prioritizing usability, simplicity, and clarity while also creating visually engaging interfaces, designers can create UI designs that not only look great but also provide a seamless and enjoyable user experience.\"})}),className:\"framer-16f8mnx\",\"data-framer-name\":\"Conclusion\",fonts:[\"Inter\"],text:lqjQ5vauj,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1udj698\",\"data-styles-preset\":\"bNWIfpA4K\",style:{\"--framer-text-color\":\"var(--token-d3727d57-9f77-42e5-90fe-4672974be529, rgb(99, 99, 112))\"},children:\"Thank you for joining us on this exploration of balancing aesthetics and functionality in UI design! We hope you found this article informative and inspiring. If you have any questions or would like to share your experiences with UI design, we'd love to hear from you. Here's to creating UI designs that are both beautiful and functional, delighting users and driving success!\"})}),className:\"framer-16nftxi\",\"data-framer-name\":\"Wrap-up\",fonts:[\"Inter\"],text:fHNx_QVZC,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vs0qb8\",\"data-framer-name\":\"section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17paxzk\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-dzfww1\",\"data-styles-preset\":\"zLSRjRJdP\",style:{\"--framer-text-color\":\"var(--token-cfad6ab4-118e-4fe4-94d2-d1bfc458e96e, rgb(15, 15, 20))\"},children:\"Read another article\"})}),className:\"framer-17900b\",\"data-framer-name\":\"Wrap-up\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mf2g10\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{query:{from:{alias:\"TYizxiL10\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"TYizxiL10\",name:\"SZ3Cmjcc_\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"g8B3bUc2A\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"bX76Ich3w\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"n1gxTJR4m\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"Dqgd3ikdp\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{arguments:[{collection:\"TYizxiL10\",name:\"n1gxTJR4m\",type:\"Identifier\"},{type:\"LiteralValue\",value:n1gxTJR4m}],functionName:\"CONTAINS\",type:\"FunctionCall\"}}}},UVffiBIPM:{query:{from:{alias:\"TYizxiL10\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"TYizxiL10\",name:\"SZ3Cmjcc_\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"g8B3bUc2A\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"bX76Ich3w\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"n1gxTJR4m\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"Dqgd3ikdp\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{arguments:[{collection:\"TYizxiL10\",name:\"n1gxTJR4m\",type:\"Identifier\"},{type:\"LiteralValue\",value:n1gxTJR4m}],functionName:\"CONTAINS\",type:\"FunctionCall\"}}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"TYizxiL10\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"TYizxiL10\",name:\"SZ3Cmjcc_\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"g8B3bUc2A\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"bX76Ich3w\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"n1gxTJR4m\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"Dqgd3ikdp\",type:\"Identifier\"},{collection:\"TYizxiL10\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{arguments:[{collection:\"TYizxiL10\",name:\"n1gxTJR4m\",type:\"Identifier\"},{type:\"LiteralValue\",value:n1gxTJR4m}],functionName:\"CONTAINS\",type:\"FunctionCall\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({bX76Ich3w:bX76Ich3wTYizxiL10,Dqgd3ikdp:Dqgd3ikdpTYizxiL10,g8B3bUc2A:g8B3bUc2ATYizxiL10,id:idTYizxiL10,n1gxTJR4m:n1gxTJR4mTYizxiL10,SZ3Cmjcc_:SZ3Cmjcc_TYizxiL10},index)=>{bX76Ich3wTYizxiL10??=0;n1gxTJR4mTYizxiL10??=\"\";Dqgd3ikdpTYizxiL10??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`TYizxiL10-${idTYizxiL10}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Dqgd3ikdp:Dqgd3ikdpTYizxiL10},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{Dqgd3ikdp:Dqgd3ikdpTYizxiL10},webPageId:\"CYMQLjTUd\"},implicitPathVariables:undefined},{href:{pathVariables:{Dqgd3ikdp:Dqgd3ikdpTYizxiL10},webPageId:\"CYMQLjTUd\"},implicitPathVariables:undefined},{href:{pathVariables:{Dqgd3ikdp:Dqgd3ikdpTYizxiL10},webPageId:\"CYMQLjTUd\"},implicitPathVariables:undefined},{href:{pathVariables:{Dqgd3ikdp:Dqgd3ikdpTYizxiL10},webPageId:\"CYMQLjTUd\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{width:`min(${componentViewport?.width||\"100vw\"} * 0.8, 1280px)`,y:(componentViewport?.y||0)+0+737.6+0+576+64+0+0+55.2+0+0},UVffiBIPM:{width:`max((min(${componentViewport?.width||\"100vw\"} * 0.8, 1280px) - 16px) / 2, 50px)`,y:(componentViewport?.y||0)+0+945.6+0+656+64+0+0+55.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:433,width:`max(min(${componentViewport?.width||\"100vw\"} * 0.8, 1280px), 1px)`,y:(componentViewport?.y||0)+0+1015.6+0+656+64+0+0+55.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17veegw-container\",nodeId:\"zATQ9RX9C\",scopeId:\"CYMQLjTUd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{Gc2q5_X9q:resolvedLinks[3]},sZI9bo_9B:{Gc2q5_X9q:resolvedLinks[1]},UVffiBIPM:{Gc2q5_X9q:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(CardsBlogCard,{BJT7YmUbB:toResponsiveImage(SZ3Cmjcc_TYizxiL10),e0ZbhPpG9:n1gxTJR4mTYizxiL10,Gc2q5_X9q:resolvedLinks[0],height:\"100%\",id:\"zATQ9RX9C\",layoutId:\"zATQ9RX9C\",NhCJqEwab:numberToString(bX76Ich3wTYizxiL10,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode),style:{width:\"100%\"},U7h42ARCc:true,variant:\"S08BlJVP2\",width:\"100%\",yeVvo1vHK:toDateString(g8B3bUc2ATYizxiL10,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode)})})})})})})})},idTYizxiL10);})})})})})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{y:(componentViewport?.y||0)+0+1929.8},UVffiBIPM:{y:(componentViewport?.y||0)+0+2233.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:584,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2287.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cpl3zy-container\",nodeId:\"iFVVdK7WF\",scopeId:\"CYMQLjTUd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BoXlAyVd_:{variant:\"hdTcfKQqf\"},UVffiBIPM:{variant:\"Q7Eo_ABFi\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"iFVVdK7WF\",layoutId:\"iFVVdK7WF\",style:{width:\"100%\"},variant:\"on_2JCrFx\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9Swtd.framer-1q1v4oh, .framer-9Swtd .framer-1q1v4oh { display: block; }\",\".framer-9Swtd.framer-zyr9mw { align-content: center; align-items: center; background-color: var(--token-df6e4f80-93d2-43f1-8568-872b78196727, #f9f9fc); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-9Swtd .framer-sbkhew-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-9Swtd .framer-14vrola { align-content: center; align-items: center; background-color: var(--token-d3bd5690-a9fd-45b6-b690-c0925f3db4da, #0c021a); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; padding: 140px 30px 80px 30px; position: relative; width: 100%; }\",\".framer-9Swtd .framer-1l904ip { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-9Swtd .framer-g0ktc5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 100%; }\",\".framer-9Swtd .framer-qqvtvp { 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; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-9Swtd .framer-husloq-container, .framer-9Swtd .framer-1x5bqft-container, .framer-9Swtd .framer-yled7c-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-9Swtd .framer-uet0xn, .framer-9Swtd .framer-3oq4y4, .framer-9Swtd .framer-1yu9t0y, .framer-9Swtd .framer-12bcv8a, .framer-9Swtd .framer-rg7wak { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-9Swtd .framer-7kudhj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-9Swtd .framer-xxk67c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-9Swtd .framer-78utom { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-9Swtd .framer-1isxmej { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-9Swtd .framer-88rwqt { aspect-ratio: 1 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-9Swtd .framer-qybupw, .framer-9Swtd .framer-3f9oky { align-self: stretch; background-color: var(--token-6ee39359-b4dc-42f1-93d9-495015475b07, #8c45ff); flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-9Swtd .framer-17ehl5w, .framer-9Swtd .framer-13phvfu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-9Swtd .framer-jilgh1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-9Swtd .framer-i7tpt5 { -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: rgba(25, 13, 46, 0.32); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 2px 4px 0px 4px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-9Swtd .framer-11ngnbv-container, .framer-9Swtd .framer-uvblp8-container, .framer-9Swtd .framer-kwiazt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-9Swtd .framer-1b0dlfv { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 400px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",'.framer-9Swtd .framer-1ufknvq { background: radial-gradient(50% 38% at 50% 53.900000000000006%, var(--token-6ee39359-b4dc-42f1-93d9-495015475b07, #8c45ff) /* {\"name\":\"Purple\"} */ 0%, rgba(16, 3, 38, 0.12) 100%); bottom: 0px; flex: none; left: calc(50.00000000000002% - 100% / 2); opacity: 0.61; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }',\".framer-9Swtd .framer-2ng2g5 { -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; bottom: 0px; flex: none; left: calc(50.00000000000002% - 100% / 2); mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; mix-blend-mode: overlay; opacity: 0.7; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-9Swtd .framer-11594gv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-9Swtd .framer-1fnbkr4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-9Swtd .framer-1ylsypu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 70%; }\",\".framer-9Swtd .framer-mvjf44, .framer-9Swtd .framer-16f8mnx, .framer-9Swtd .framer-16nftxi, .framer-9Swtd .framer-17900b { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-9Swtd .framer-uua3uk { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-9Swtd .framer-vs0qb8 { align-content: center; align-items: center; background-color: var(--token-df6e4f80-93d2-43f1-8568-872b78196727, #f9f9fc); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-9Swtd .framer-17paxzk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 80%; }\",\".framer-9Swtd .framer-1mf2g10 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9Swtd .framer-17veegw-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-9Swtd .framer-1cpl3zy-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-9Swtd.framer-zyr9mw, .framer-9Swtd .framer-14vrola, .framer-9Swtd .framer-1l904ip, .framer-9Swtd .framer-g0ktc5, .framer-9Swtd .framer-qqvtvp, .framer-9Swtd .framer-78utom, .framer-9Swtd .framer-1isxmej, .framer-9Swtd .framer-17ehl5w, .framer-9Swtd .framer-13phvfu, .framer-9Swtd .framer-jilgh1, .framer-9Swtd .framer-i7tpt5, .framer-9Swtd .framer-11594gv, .framer-9Swtd .framer-1fnbkr4, .framer-9Swtd .framer-1ylsypu, .framer-9Swtd .framer-vs0qb8, .framer-9Swtd .framer-17paxzk, .framer-9Swtd .framer-1mf2g10 { gap: 0px; } .framer-9Swtd.framer-zyr9mw > *, .framer-9Swtd .framer-11594gv > *, .framer-9Swtd .framer-vs0qb8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9Swtd.framer-zyr9mw > :first-child, .framer-9Swtd .framer-14vrola > :first-child, .framer-9Swtd .framer-1l904ip > :first-child, .framer-9Swtd .framer-g0ktc5 > :first-child, .framer-9Swtd .framer-11594gv > :first-child, .framer-9Swtd .framer-1fnbkr4 > :first-child, .framer-9Swtd .framer-1ylsypu > :first-child, .framer-9Swtd .framer-vs0qb8 > :first-child, .framer-9Swtd .framer-17paxzk > :first-child { margin-top: 0px; } .framer-9Swtd.framer-zyr9mw > :last-child, .framer-9Swtd .framer-14vrola > :last-child, .framer-9Swtd .framer-1l904ip > :last-child, .framer-9Swtd .framer-g0ktc5 > :last-child, .framer-9Swtd .framer-11594gv > :last-child, .framer-9Swtd .framer-1fnbkr4 > :last-child, .framer-9Swtd .framer-1ylsypu > :last-child, .framer-9Swtd .framer-vs0qb8 > :last-child, .framer-9Swtd .framer-17paxzk > :last-child { margin-bottom: 0px; } .framer-9Swtd .framer-14vrola > *, .framer-9Swtd .framer-1fnbkr4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-9Swtd .framer-1l904ip > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-9Swtd .framer-g0ktc5 > *, .framer-9Swtd .framer-1ylsypu > *, .framer-9Swtd .framer-17paxzk > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-9Swtd .framer-qqvtvp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9Swtd .framer-qqvtvp > :first-child, .framer-9Swtd .framer-78utom > :first-child, .framer-9Swtd .framer-1isxmej > :first-child, .framer-9Swtd .framer-17ehl5w > :first-child, .framer-9Swtd .framer-13phvfu > :first-child, .framer-9Swtd .framer-jilgh1 > :first-child, .framer-9Swtd .framer-i7tpt5 > :first-child, .framer-9Swtd .framer-1mf2g10 > :first-child { margin-left: 0px; } .framer-9Swtd .framer-qqvtvp > :last-child, .framer-9Swtd .framer-78utom > :last-child, .framer-9Swtd .framer-1isxmej > :last-child, .framer-9Swtd .framer-17ehl5w > :last-child, .framer-9Swtd .framer-13phvfu > :last-child, .framer-9Swtd .framer-jilgh1 > :last-child, .framer-9Swtd .framer-i7tpt5 > :last-child, .framer-9Swtd .framer-1mf2g10 > :last-child { margin-right: 0px; } .framer-9Swtd .framer-78utom > *, .framer-9Swtd .framer-1mf2g10 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-9Swtd .framer-1isxmej > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-9Swtd .framer-17ehl5w > *, .framer-9Swtd .framer-13phvfu > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-9Swtd .framer-jilgh1 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-9Swtd .framer-i7tpt5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,\"@media (min-width: 992px) and (max-width: 1199px) { .framer-9Swtd.framer-zyr9mw { width: 992px; }}\",\"@media (min-width: 810px) and (max-width: 991px) { .framer-9Swtd.framer-zyr9mw { width: 810px; } .framer-9Swtd .framer-1b0dlfv { height: 330px; } .framer-9Swtd .framer-1mf2g10 { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); justify-content: center; } .framer-9Swtd .framer-17veegw-container { align-self: start; flex: none; justify-self: start; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-9Swtd .framer-1mf2g10 { gap: 0px; } .framer-9Swtd .framer-1mf2g10 > *, .framer-9Swtd .framer-1mf2g10 > :first-child, .framer-9Swtd .framer-1mf2g10 > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-9Swtd.framer-zyr9mw { width: 390px; } .framer-9Swtd .framer-14vrola { padding: 120px 20px 32px 20px; } .framer-9Swtd .framer-xxk67c { align-content: flex-start; align-items: flex-start; } .framer-9Swtd .framer-78utom { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-direction: column; justify-content: flex-start; width: 1px; } .framer-9Swtd .framer-i7tpt5 { gap: 8px; } .framer-9Swtd .framer-1b0dlfv { height: 190px; } .framer-9Swtd .framer-1fnbkr4 { padding: 24px 20px 24px 20px; } .framer-9Swtd .framer-1ylsypu { width: 100%; } .framer-9Swtd .framer-1mf2g10 { flex-direction: column; } .framer-9Swtd .framer-17veegw-container { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-9Swtd .framer-78utom, .framer-9Swtd .framer-i7tpt5, .framer-9Swtd .framer-1mf2g10 { gap: 0px; } .framer-9Swtd .framer-78utom > *, .framer-9Swtd .framer-1mf2g10 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-9Swtd .framer-78utom > :first-child, .framer-9Swtd .framer-1mf2g10 > :first-child { margin-top: 0px; } .framer-9Swtd .framer-78utom > :last-child, .framer-9Swtd .framer-1mf2g10 > :last-child { margin-bottom: 0px; } .framer-9Swtd .framer-i7tpt5 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-9Swtd .framer-i7tpt5 > :first-child { margin-left: 0px; } .framer-9Swtd .framer-i7tpt5 > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4869\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sZI9bo_9B\":{\"layout\":[\"fixed\",\"auto\"]},\"UVffiBIPM\":{\"layout\":[\"fixed\",\"auto\"]},\"BoXlAyVd_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerCYMQLjTUd=withCSS(Component,css,\"framer-9Swtd\");export default FramerCYMQLjTUd;FramerCYMQLjTUd.displayName=\"Page\";FramerCYMQLjTUd.defaultProps={height:4869,width:1200};addFonts(FramerCYMQLjTUd,[{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\"}]},...NavigationNavFonts,...PhosphorFonts,...SocialShareButtonFonts,...CardsBlogCardFonts,...FooterFonts,...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),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...componentPresets.fonts?.[\"SGrZeFdo5\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"SGrZeFdo5\"]):[],...componentPresets.fonts?.[\"VAxok0j9S\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"VAxok0j9S\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCYMQLjTUd\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sZI9bo_9B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UVffiBIPM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BoXlAyVd_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"4869\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SocialShareButton", "props", "containerStyle", "paddingStyle", "topLeftPadding", "topRightPadding", "bottomRightPadding", "bottomLeftPadding", "isMixedPadding", "service", "iconStyle", "backgroundColor", "borderWidth", "borderColor", "radius", "isMixedRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "size", "iconColor", "iconWeight", "borderRadius", "padding", "style", "Icon", "u1", "hP", "kW", "M2", "jj", "dh", "p", "url", "window", "shareUrl", "navigator", "err", "e", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "NavigationNavFonts", "getFonts", "FgbzfpRtw_default", "PhosphorFonts", "Icon", "MotionAWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "SocialShareButtonFonts", "SocialShareButton", "MotionDivWithOptimizedAppearEffect", "ImageWithOptimizedAppearEffect", "Image2", "MotionDivWithFX", "withFX", "RichTextWithFX", "CardsBlogCardFonts", "VQ5Oxd5MQ_default", "FooterFonts", "Xn77iei6J_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "numberToString", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "transition4", "animation4", "animation5", "animation6", "animation7", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "iLLYhESq6_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "className", "layoutId", "variant", "n1gxTJR4m", "IzChEjUIo", "yj_4J6TPA", "g8B3bUc2A", "bX76Ich3w", "SZ3Cmjcc_", "UCH9Ai8KJ", "FmWrOfzpz", "lqjQ5vauj", "fHNx_QVZC", "SZ3Cmjcc_TYizxiL10", "g8B3bUc2ATYizxiL10", "bX76Ich3wTYizxiL10", "n1gxTJR4mTYizxiL10", "Dqgd3ikdpTYizxiL10", "idTYizxiL10", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "activeLocaleCode", "useLocaleCode", "textContent", "textContent1", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "Link", "x", "getLoadingLazyAtYPosition", "ComponentPresetsProvider", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "css", "FramerCYMQLjTUd", "withCSS", "CYMQLjTUd_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
