{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js", "ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/cEnZ6AhzcFELxyAPYcOk/s6gdaui38QdPSAHkoT4b/ShareButton.js", "ssg:https://framerusercontent.com/modules/wh7ZFfGZKtGNOA7qdov1/ttvOVujRpYUHm7i2PYyz/OmLaMQlzP.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard(props){const{label,content,fill,color,style,onClick,font,hoverOptions,...rest}=props;const deprecatedFont=useFontControls({fontWeight:500,...rest});const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return /*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,color,...deprecatedFont,...font,...style},onClick:handleClick,...rest,whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:label});};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\",defaultValue:\"Copy to Clipboard\"},fill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#06F\"},color:{type:ControlType.Color,title:\"Text\",defaultValue:\"#fff\"},font:{// @ts-ignore - Internal\ntype:ControlType.Font,controls:\"extended\",defaultValue:{fontSize:16}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#0088FF\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}},padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,title:\"Padding\",defaultValue:10},borderRadius:{title:\"Radius\",type:ControlType.FusedNumber,toggleKey:\"isMixedBorderRadius\",toggleTitles:[\"Radius\",\"Radius per corner\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,defaultValue:50},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";import{FaTwitter,FaLinkedin,FaFacebook}from\"react-icons/fa\";import{IconContext}from\"react-icons\";const onHoverStyle={scale:1.05,cursor:\"pointer\"};const spring={type:\"spring\",stiffness:500,damping:30};/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function ShareButton(props){// Config Properties\nconst{socialMedia,shareText,iconProperties,backgroundType}=props;// Single Properpties\nconst{title,tint,style,font,borderWidth,borderColor,shareCurrentUrl,urlToShare,backgroundImage,linear}=props;// Multi properties\nconst{radius,topLeftRadius,topRightRadius,bottomRightRadius,bottomLeftRadius,isMixedRadius=false}=props;const{stylePadding,topPadding,rightPadding,bottomPadding,leftPadding,isMixedPadding=false}=props;const borderRadius=isMixedRadius?`${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px`:`${radius}px`;const padding=isMixedPadding?`${topPadding}px ${rightPadding}px ${bottomPadding}px ${leftPadding}px`:`${stylePadding}px`;let background;if(backgroundType==\"Solid\"){background=tint;}else if(backgroundType==\"Image\"){background=`url(${backgroundImage})`;}else if(backgroundType==\"Linear\"){const{degree,toColor,fromColor,opacityTo,opacityFrom}=linear;const gradient=`${degree}deg, ${toColor} ${opacityTo}%, ${fromColor} ${opacityFrom}%`;background=`linear-gradient(${gradient})`;}const shareOnTwitter=urlToShare=>{const shareUrl=urlToShare?urlToShare:window.location.href;const shareLink=encodeURI(shareText+shareUrl);const shareWindow=window.open(`https://twitter.com/intent/tweet?text=${shareLink}`,\"_blank\",\"height=700,width=700,left=0,top=0,resizable=yes,scrollbars=yes,status=yes\");shareWindow.blur();window.focus();};const shareOnFacebook=urlToShare=>{const shareUrl=urlToShare?urlToShare:window.location.href;window.open(`https://www.facebook.com/sharer/sharer.php?u=${shareUrl}`,\"_blank\",\"height=400,width=400,left=100,top=100,resizable=yes,scrollbars=yes,status=yes\");};const shareOnLinkedIn=urlToShare=>{const shareUrl=urlToShare?urlToShare:window.location.href;window.open(`https://www.linkedin.com/sharing/share-offsite/?url=${shareUrl}`,\"_blank\",\"height=400,width=400,left=100,top=100,resizable=yes,scrollbars=yes,status=yes\");};let Icon;if(socialMedia==\"Twitter\"){Icon=/*#__PURE__*/_jsx(FaTwitter,{sx:{color:iconProperties.color,fontSize:iconProperties.size}});}else if(socialMedia==\"LinkedIn\"){Icon=/*#__PURE__*/_jsx(FaLinkedin,{sx:{color:iconProperties.color,fontSize:iconProperties.size}});}else if(socialMedia==\"Facebook\"){Icon=/*#__PURE__*/_jsx(FaFacebook,{sx:{color:iconProperties.color,fontSize:iconProperties.size}});}return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyle},onClick:()=>{if(!shareCurrentUrl){if(socialMedia==\"Twitter\"){shareOnTwitter(urlToShare);}else if(socialMedia==\"LinkedIn\"){shareOnLinkedIn(urlToShare);}else if(socialMedia==\"Facebook\"){shareOnFacebook(urlToShare);}}else{if(socialMedia==\"Twitter\"){shareOnTwitter(null);}else if(socialMedia==\"LinkedIn\"){shareOnLinkedIn(null);}else if(socialMedia==\"Facebook\"){shareOnFacebook(null);}}},children:/*#__PURE__*/_jsxs(motion.div,{style:{borderRadius,padding,background,fontSize:font.size,fontWeight:font.weight,color:font.color,fontFamily:`'${font.fontFace}'`,overflow:\"visible\",borderWidth:borderWidth,borderStyle:\"solid\",borderColor:borderColor,display:\"flex\",alignItems:\"center\",gap:iconProperties.gap},whileHover:onHoverStyle,transition:{type:\"spring\",stiffness:500,damping:30},children:[/*#__PURE__*/_jsx(IconContext.Provider,{value:{color:iconProperties.color,size:iconProperties.size},children:Icon}),title]})});}addPropertyControls(ShareButton,{shareCurrentUrl:{type:ControlType.Boolean,defaultValue:true},urlToShare:{type:ControlType.String,defaultValue:\"https://framer.com\",hidden(props){return props.shareCurrentUrl!=false;}},socialMedia:{type:ControlType.Enum,options:[\"Twitter\",\"Facebook\",\"LinkedIn\"]},shareText:{type:ControlType.String,defaultValue:\"Share on Twitter: \",description:\"Additional text is only available for Twitter sharing.\",hidden(props){return props.socialMedia!=\"Twitter\";}},iconProperties:{type:ControlType.Object,controls:{color:{type:ControlType.Color,defaultValue:\"#fff\"},size:{type:ControlType.Number,defaultValue:20},gap:{type:ControlType.Number,defaultValue:10}}},title:{title:\"Label\",type:ControlType.String,defaultValue:\"Share on Twitter\"},backgroundType:{type:ControlType.Enum,options:[\"Solid\",\"Linear\",\"Image\"],defaultValue:\"Solid\"},backgroundImage:{type:ControlType.Image,hidden(props){return props.backgroundType!=\"Image\";}},linear:{type:ControlType.Object,controls:{toColor:{type:ControlType.Color,defaultValue:\"#242424\"},opacityTo:{type:ControlType.Number,defaultValue:0},fromColor:{type:ControlType.Color,defaultValue:\"#323232\"},opacityFrom:{type:ControlType.Number,defaultValue:100},degree:{type:ControlType.Number,defaultValue:90,max:360}},hidden(props){return props.backgroundType!=\"Linear\";}},tint:{title:\"Background Color\",type:ControlType.Color,defaultValue:\"#242424\",hidden(props){return props.backgroundType!=\"Solid\";}},font:{type:ControlType.Object,controls:{fontFace:{type:ControlType.String,defaultValue:\"Inter\"},size:{type:ControlType.Number,defaultValue:18},color:{type:ControlType.Color,defaultValue:\"#fff\"},weight:{type:ControlType.Enum,defaultValue:\"bold\",options:[\"normal\",\"bold\",\"bolder\",\"lighter\"]}}},radius:{type:ControlType.FusedNumber,title:\"Radius\",defaultValue:20,toggleKey:\"isMixedRadius\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},borderWidth:{type:ControlType.Number,defaultValue:0},borderColor:{type:ControlType.Color,defaultValue:\"#fff\"},stylePadding:{type:ControlType.FusedNumber,title:\"Padding\",defaultValue:20,toggleKey:\"isMixedPadding\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topPadding\",\"rightPadding\",\"bottomPadding\",\"leftPadding\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}});const containerStyle={display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"visible\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShareButton.map", "// Generated by Framer (9e04080)\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,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useDynamicRefs,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useMetadata,useQueryData,withCSS,withInfiniteScroll}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ShareButton1 from\"https://framerusercontent.com/modules/GEfwAAJktkoA9SucAvJX/JorHI6nKSi6qIAkTxJcE/ShareButton.js\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import Spinner from\"https://framerusercontent.com/modules/omo5LdjL4LRSZXvwvWOk/u3WxIJnBoahCGbEeALvk/O_XoZ3FcZ.js\";import MegaMenu from\"#framer/local/canvasComponent/YS7Yq8HBm/YS7Yq8HBm.js\";import FooterJP from\"#framer/local/canvasComponent/ZHIWYDLuV/ZHIWYDLuV.js\";import ShareButton from\"#framer/local/codeFile/QHs_6ng/ShareButton.js\";import NewsJP from\"#framer/local/collection/cYOgW8s8H/cYOgW8s8H.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle from\"#framer/local/css/AS4PcgcTr/AS4PcgcTr.js\";import*as sharedStyle8 from\"#framer/local/css/f_JgQVGd5/f_JgQVGd5.js\";import*as sharedStyle6 from\"#framer/local/css/I3ETJBAVa/I3ETJBAVa.js\";import*as sharedStyle5 from\"#framer/local/css/L8WlPMxu2/L8WlPMxu2.js\";import*as sharedStyle9 from\"#framer/local/css/LIQiQJaP6/LIQiQJaP6.js\";import*as sharedStyle13 from\"#framer/local/css/Mq1SEPaJJ/Mq1SEPaJJ.js\";import*as sharedStyle4 from\"#framer/local/css/NBmHIHQJ8/NBmHIHQJ8.js\";import*as sharedStyle11 from\"#framer/local/css/t_T1h5JYO/t_T1h5JYO.js\";import*as sharedStyle12 from\"#framer/local/css/UfS_WaIig/UfS_WaIig.js\";import*as sharedStyle1 from\"#framer/local/css/WeC56LYSd/WeC56LYSd.js\";import*as sharedStyle2 from\"#framer/local/css/WQQwIyMi_/WQQwIyMi_.js\";import*as sharedStyle10 from\"#framer/local/css/xanKef7Pr/xanKef7Pr.js\";import*as sharedStyle7 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle3 from\"#framer/local/css/znPXt3a8q/znPXt3a8q.js\";import metadataProvider from\"#framer/local/webPageMetadata/OmLaMQlzP/OmLaMQlzP.js\";const MegaMenuFonts=getFonts(MegaMenu);const ShareButtonFonts=getFonts(ShareButton);const ShareButton1Fonts=getFonts(ShareButton1);const ClipboardFonts=getFonts(Clipboard);const DownloadFonts=getFonts(Download);const SpinnerFonts=getFonts(Spinner);const ContainerWithInfiniteScroll=withInfiniteScroll(Container);const FooterJPFonts=getFonts(FooterJP);const breakpoints={Er2wyO5sm:\"(min-width: 1200px)\",Wh3stmUpr:\"(min-width: 810px) and (max-width: 1199px)\",yvBgwMNO_:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-GYhgY\";const variantClassNames={Er2wyO5sm:\"framer-v-vilmjj\",Wh3stmUpr:\"framer-v-1dss285\",yvBgwMNO_:\"framer-v-1msci4q\"};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 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:\"long\",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 transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={boxShadow:\"0px 0px 18px 0px rgba(0, 0, 0, 0.18)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.03,skewX:0,skewY:0,transition:transition1};const toDateString1=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,\"ja-JP\");};const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"ce8OHtx5U\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Er2wyO5sm\",Phone:\"yvBgwMNO_\",Tablet:\"Wh3stmUpr\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Er2wyO5sm\"};};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:\"OmLaMQlzP\",data:NewsJP,type:\"Collection\"},select:[{collection:\"OmLaMQlzP\",name:\"Dprdsq8Gn\",type:\"Identifier\"},{collection:\"OmLaMQlzP\",name:\"zRJAVzAsr\",type:\"Identifier\"},{collection:\"OmLaMQlzP\",name:\"EZ9i8TIt1\",type:\"Identifier\"},{collection:\"OmLaMQlzP\",name:\"uguHHVfoZ\",type:\"Identifier\"},{collection:\"OmLaMQlzP\",name:\"K0PaMwPVK\",type:\"Identifier\"},{collection:\"OmLaMQlzP\",name:\"OgwnUlXDQ\",type:\"Identifier\"},{collection:\"OmLaMQlzP\",name:\"x8nIajOFF\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"OmLaMQlzP\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,Dprdsq8Gn=getFromCurrentRouteData(\"Dprdsq8Gn\")??\"\",SxU8ACQc2o0TF_lKZ8,EZ9i8TIt1=getFromCurrentRouteData(\"EZ9i8TIt1\")??\"\",K0PaMwPVK=getFromCurrentRouteData(\"K0PaMwPVK\"),zRJAVzAsr=getFromCurrentRouteData(\"zRJAVzAsr\"),uguHHVfoZ=getFromCurrentRouteData(\"uguHHVfoZ\"),x8nIajOFF=getFromCurrentRouteData(\"x8nIajOFF\")??\"\",EZ9i8TIt1ce8OHtx5U,uguHHVfoZce8OHtx5U,zRJAVzAsrce8OHtx5U,Dprdsq8Gnce8OHtx5U,idce8OHtx5U,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(currentRouteData,activeLocale),[currentRouteData,activeLocale]);useMetadata(metadata);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 activeLocaleCode=useLocaleCode();const textContent=toDateString(zRJAVzAsr,activeLocaleCode);const dynamicRef=useDynamicRefs();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Er2wyO5sm\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-vilmjj\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rszfz6-container\",nodeId:\"qbQfmThTK\",scopeId:\"OmLaMQlzP\",children:/*#__PURE__*/_jsx(MegaMenu,{height:\"100%\",id:\"qbQfmThTK\",layoutId:\"qbQfmThTK\",style:{width:\"100%\"},variant:\"LUYgHn7TQ\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nd1n3a\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hxdb3b\",\"data-framer-name\":\"\u3071\u3093\u304F\u305A\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1im9h0q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aFR96jTcg\"},motionChild:true,nodeId:\"J7HDIXE0P\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"OmLaMQlzP\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"\u30C8\u30C3\u30D7\"})})})}),className:\"framer-1l3nljn\",fonts:[\"GF;Noto Sans JP-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\">\"})}),className:\"framer-830ito\",fonts:[\"GF;Noto Sans JP-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YxS5uTEw3\"},motionChild:true,nodeId:\"QMocvAi07\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"OmLaMQlzP\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"\u30D7\u30EC\u30B9\u30EA\u30EA\u30FC\u30B9\u4E00\u89A7\"})})})}),className:\"framer-nadx1g\",fonts:[\"GF;Noto Sans JP-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\">\"})}),className:\"framer-nxsdr4\",fonts:[\"GF;Noto Sans JP-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"left\"},children:\"\u300E\u30DE\u30CD\u30FC\u30D5\u30A9\u30EF\u30FC\u30C9 Admina\u300F\u3001\u60C5\u30B7\u30B9\u5411\u3051\u696D\u52D9OS\u306E\u30B5\u30FC\u30D3\u30B9\u5F37\u5316\u3068\u3057\u3066\u300CDevice\u5009\u5EAB\u30D7\u30E9\u30F3\u300D\u3092\u63D0\u4F9B \"})}),className:\"framer-1d8uxcc\",fonts:[\"GF;Noto Sans JP-regular\"],text:Dprdsq8Gn,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-qz0af6\",\"data-styles-preset\":\"WeC56LYSd\",children:\"\u300E\u30DE\u30CD\u30FC\u30D5\u30A9\u30EF\u30FC\u30C9 Admina\u300F\u3001\u300CMDM\u9023\u643A with Microsoft Intune\u300D\u306E\u63D0\u4F9B\u3092\u958B\u59CB\"})}),className:\"framer-1woga\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:Dprdsq8Gn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11t3tb7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ssusk2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qcaop1-container\",\"data-framer-name\":\"Twitter\",isAuthoredByUser:true,name:\"Twitter\",nodeId:\"GbcDVi5BW\",scopeId:\"OmLaMQlzP\",children:/*#__PURE__*/_jsx(ShareButton,{backgroundType:\"Solid\",borderColor:\"rgb(255, 255, 255)\",borderWidth:0,bottomLeftRadius:5,bottomPadding:0,bottomRightRadius:5,font:{color:\"rgb(255, 255, 255)\",fontFace:\"Inter\",size:18,weight:\"bold\"},height:\"100%\",iconProperties:{color:\"var(--token-c69df8e7-b484-4bd1-94ac-2ff37b1cc3e8, rgb(148, 163, 184))\",gap:10,size:30},id:\"GbcDVi5BW\",isMixedPadding:false,isMixedRadius:false,layoutId:\"GbcDVi5BW\",leftPadding:0,linear:{degree:90,fromColor:\"rgb(50, 50, 50)\",opacityFrom:100,opacityTo:0,toColor:\"rgb(36, 36, 36)\"},name:\"Twitter\",radius:5,rightPadding:0,shareCurrentUrl:true,shareText:Dprdsq8Gn,socialMedia:\"Twitter\",stylePadding:0,tint:\"rgba(255, 255, 255, 0)\",title:\"\",topLeftRadius:5,topPadding:0,topRightRadius:5,urlToShare:\"https://framer.com\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fa465-container\",\"data-framer-name\":\"Facebook\",isAuthoredByUser:true,isModuleExternal:true,name:\"Facebook\",nodeId:\"rwKZk9Two\",scopeId:\"OmLaMQlzP\",children:/*#__PURE__*/_jsx(ShareButton1,{backgroundType:\"Solid\",borderColor:\"rgb(255, 255, 255)\",borderWidth:0,bottomLeftRadius:5,bottomPadding:0,bottomRightRadius:5,font:{color:\"rgb(255, 255, 255)\",fontFace:\"Inter\",size:18,weight:\"bold\"},height:\"100%\",iconProperties:{color:\"var(--token-c69df8e7-b484-4bd1-94ac-2ff37b1cc3e8, rgb(148, 163, 184))\",gap:10,size:30},id:\"rwKZk9Two\",isMixedPadding:false,isMixedRadius:false,layoutId:\"rwKZk9Two\",leftPadding:0,linear:{degree:90,fromColor:\"rgb(50, 50, 50)\",opacityFrom:100,opacityTo:0,toColor:\"rgb(36, 36, 36)\"},name:\"Facebook\",radius:5,rightPadding:0,shareCurrentUrl:true,shareText:SxU8ACQc2o0TF_lKZ8,socialMedia:\"Facebook\",stylePadding:0,tint:\"rgba(255, 255, 255, 0)\",title:\"\",topLeftRadius:5,topPadding:0,topRightRadius:5,urlToShare:\"https://framer.com\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-p4bots-container\",\"data-framer-name\":\"Linkedin\",isAuthoredByUser:true,isModuleExternal:true,name:\"Linkedin\",nodeId:\"hsOcsQ8wm\",scopeId:\"OmLaMQlzP\",children:/*#__PURE__*/_jsx(ShareButton1,{backgroundType:\"Solid\",borderColor:\"rgb(255, 255, 255)\",borderWidth:0,bottomLeftRadius:5,bottomPadding:0,bottomRightRadius:5,font:{color:\"rgb(255, 255, 255)\",fontFace:\"Inter\",size:18,weight:\"bold\"},height:\"100%\",iconProperties:{color:\"var(--token-c69df8e7-b484-4bd1-94ac-2ff37b1cc3e8, rgb(148, 163, 184))\",gap:10,size:30},id:\"hsOcsQ8wm\",isMixedPadding:false,isMixedRadius:false,layoutId:\"hsOcsQ8wm\",leftPadding:0,linear:{degree:90,fromColor:\"rgb(50, 50, 50)\",opacityFrom:100,opacityTo:0,toColor:\"rgb(36, 36, 36)\"},name:\"Linkedin\",radius:5,rightPadding:0,shareCurrentUrl:true,shareText:SxU8ACQc2o0TF_lKZ8,socialMedia:\"LinkedIn\",stylePadding:0,tint:\"rgba(255, 255, 255, 0)\",title:\"\",topLeftRadius:5,topPadding:0,topRightRadius:5,urlToShare:\"https://framer.com\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10xqv3j-container\",isModuleExternal:true,nodeId:\"zjrqktURj\",scopeId:\"OmLaMQlzP\",children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:50,bottomLeftRadius:50,bottomRightRadius:50,color:\"rgb(255, 255, 255)\",content:prefix(EZ9i8TIt1,\"https://admina.moneyforward.com/jp/news/\"),fill:\"var(--token-c69df8e7-b484-4bd1-94ac-2ff37b1cc3e8, rgb(148, 163, 184))\",font:{fontFamily:'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{scale:1.1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"zjrqktURj\",isMixedBorderRadius:false,label:\"\u30EA\u30F3\u30AF\",layoutId:\"zjrqktURj\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,topLeftRadius:50,topRightRadius:50,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qvuf1f-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"PdtcHRWFG\",scopeId:\"OmLaMQlzP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yvBgwMNO_:{text:\"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\"}},children:/*#__PURE__*/_jsx(Download,{fontControl:{},height:\"100%\",hoverOptions:{scale:1.1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},iconOptions:{alignment:\"start\",color:\"rgb(255, 255, 255)\",size:16,type:\"Default\"},id:\"PdtcHRWFG\",layoutId:\"PdtcHRWFG\",srcFile:K0PaMwPVK,srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-c69df8e7-b484-4bd1-94ac-2ff37b1cc3e8, rgb(148, 163, 184))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"\u753B\u50CF\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Mar 21, 2024\"})}),className:\"framer-1mguvx3\",\"data-framer-name\":\"Date\",fonts:[\"GF;Noto Sans JP-700\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wh3stmUpr:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+0+0+266),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1000px) - 40px)`,...toResponsiveImage(uguHHVfoZ)}},yvBgwMNO_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+0+0+381),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1000px) - 40px)`,...toResponsiveImage(uguHHVfoZ)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+0+0+266),sizes:`min(${componentViewport?.width||\"100vw\"}, 1000px)`,...toResponsiveImage(uguHHVfoZ)},className:\"framer-1v2vytf\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"IBegJPtZG\"],\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"fyqDnAaZN\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:x8nIajOFF,className:\"framer-1upx712\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-pbndum\",code:\"framer-styles-preset-5rag6t\",h1:\"framer-styles-preset-qz0af6\",h2:\"framer-styles-preset-1xf6emq\",h3:\"framer-styles-preset-1ifj6sz\",h4:\"framer-styles-preset-iy8jw4\",h5:\"framer-styles-preset-159d1wk\",h6:\"framer-styles-preset-rpkssx\",img:\"framer-styles-preset-fz1dui\",p:\"framer-styles-preset-21ogod\",table:\"framer-styles-preset-kfw8c0\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rgy2q1\",\"data-framer-name\":\"Others\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-qz0af6\",\"data-styles-preset\":\"WeC56LYSd\",children:\"\u30D7\u30EC\u30B9\u30EA\u30EA\u30FC\u30B9\u4E00\u89A7\"})}),className:\"framer-nxoqop\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"main\",{className:\"framer-jzlt9o\",\"data-framer-name\":\"News\u30B3\u30EC\u30AF\u30B7\u30E7\u30F3\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:3,query:{from:{alias:\"ce8OHtx5U\",data:NewsJP,type:\"Collection\"},select:[{collection:\"ce8OHtx5U\",name:\"EZ9i8TIt1\",type:\"Identifier\"},{collection:\"ce8OHtx5U\",name:\"uguHHVfoZ\",type:\"Identifier\"},{collection:\"ce8OHtx5U\",name:\"zRJAVzAsr\",type:\"Identifier\"},{collection:\"ce8OHtx5U\",name:\"Dprdsq8Gn\",type:\"Identifier\"},{collection:\"ce8OHtx5U\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"ce8OHtx5U\",name:\"EZ9i8TIt1\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:EZ9i8TIt1},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection?.map(({Dprdsq8Gn:Dprdsq8Gnce8OHtx5U,EZ9i8TIt1:EZ9i8TIt1ce8OHtx5U,id:idce8OHtx5U,uguHHVfoZ:uguHHVfoZce8OHtx5U,zRJAVzAsr:zRJAVzAsrce8OHtx5U},index)=>{EZ9i8TIt1ce8OHtx5U??=\"\";Dprdsq8Gnce8OHtx5U??=\"\";const textContent1=toDateString1(zRJAVzAsrce8OHtx5U,activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`ce8OHtx5U-${idce8OHtx5U}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{EZ9i8TIt1:EZ9i8TIt1ce8OHtx5U},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{EZ9i8TIt1:EZ9i8TIt1ce8OHtx5U},webPageId:\"OmLaMQlzP\"},motionChild:true,nodeId:\"Oj8k1Mx3t\",openInNewTab:false,scopeId:\"OmLaMQlzP\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1kle8xw framer-1guw7v6\",\"data-framer-name\":\"Card\",whileHover:animation,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wh3stmUpr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+977+0+58+40+0+0+0),sizes:`max(max((min(${componentViewport?.width||\"100vw\"} - 40px, 1000px) - 80px) / 3, 200px), 100px)`,...toResponsiveImage(uguHHVfoZce8OHtx5U)}},yvBgwMNO_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+1092+0+58+40+0+0+0),sizes:\"320px\",...toResponsiveImage(uguHHVfoZce8OHtx5U)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+977+0+58+40+0+0+0),sizes:`max(max((min(${componentViewport?.width||\"100vw\"}, 1000px) - 80px) / 3, 200px), 100px)`,...toResponsiveImage(uguHHVfoZce8OHtx5U)},className:\"framer-qxm7kj\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14i3cij\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5mf52n\",\"data-styles-preset\":\"UfS_WaIig\",children:\"Content\"})}),className:\"framer-1dgi2so\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wt7xz3\",\"data-styles-preset\":\"Mq1SEPaJJ\",children:\"Title\"})}),className:\"framer-6m2osy\",fonts:[\"Inter\"],text:Dprdsq8Gnce8OHtx5U,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idce8OHtx5U);}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yvBgwMNO_:{y:(componentViewport?.y||0)+100+1092+0+58+484.5-40}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+100+977+0+58+1453.5-40,children:/*#__PURE__*/_jsx(ContainerWithInfiniteScroll,{__loadMore:loadMore,__paginationInfo:paginationInfo,className:\"framer-1h7uuxp-container\",isModuleExternal:true,nodeId:\"jzLQHYkCz\",ref:dynamicRef(`${EZ9i8TIt1ce8OHtx5U}-1h7uuxp`),scopeId:\"OmLaMQlzP\",children:/*#__PURE__*/_jsx(Spinner,{height:\"100%\",id:\"jzLQHYkCz\",layoutId:\"jzLQHYkCz\",variant:loaderVariants(paginationInfo,{disabled:\"PX1MOnVXY\",loading:\"G47S15YSn\"},\"G47S15YSn\"),width:\"100%\"})})})})]})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yvBgwMNO_:{y:(componentViewport?.y||0)+100+1744.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:806,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+100+2598.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jayc4g-container\",nodeId:\"FGB4nev8v\",scopeId:\"OmLaMQlzP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wh3stmUpr:{variant:\"TJChBOVcb\"},yvBgwMNO_:{variant:\"Hyk1PfBHV\"}},children:/*#__PURE__*/_jsx(FooterJP,{height:\"100%\",id:\"FGB4nev8v\",layoutId:\"FGB4nev8v\",style:{width:\"100%\"},variant:\"iSuYx4yRb\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GYhgY.framer-1guw7v6, .framer-GYhgY .framer-1guw7v6 { display: block; }\",\".framer-GYhgY.framer-vilmjj { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-GYhgY .framer-rszfz6-container { flex: none; height: auto; position: absolute; right: -1px; top: 0px; width: 100%; z-index: 2; }\",\".framer-GYhgY .framer-nd1n3a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1000px; padding: 0px; position: relative; width: 100%; }\",\".framer-GYhgY .framer-1hxdb3b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 39px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GYhgY .framer-1im9h0q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-GYhgY .framer-1l3nljn { flex: none; height: 22px; position: relative; white-space: pre-wrap; width: 50px; word-break: break-word; word-wrap: break-word; }\",\".framer-GYhgY .framer-830ito, .framer-GYhgY .framer-nxsdr4 { flex: none; height: 22px; position: relative; white-space: pre-wrap; width: 20px; word-break: break-word; word-wrap: break-word; }\",\".framer-GYhgY .framer-nadx1g, .framer-GYhgY .framer-1d8uxcc { flex: none; height: 22px; position: relative; white-space: pre; width: auto; }\",\".framer-GYhgY .framer-1woga { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GYhgY .framer-11t3tb7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 27px; height: 59px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GYhgY .framer-ssusk2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-GYhgY .framer-1qcaop1-container, .framer-GYhgY .framer-1fa465-container, .framer-GYhgY .framer-p4bots-container, .framer-GYhgY .framer-10xqv3j-container, .framer-GYhgY .framer-qvuf1f-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GYhgY .framer-1mguvx3 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-GYhgY .framer-1v2vytf { aspect-ratio: 2.0202020202020203 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 99px); position: relative; width: 100%; }\",\".framer-GYhgY .framer-1upx712 { --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-GYhgY .framer-rgy2q1 { 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 0px 30px 0px; position: relative; width: 100%; }\",\".framer-GYhgY .framer-nxoqop { flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GYhgY .framer-jzlt9o { display: grid; flex: none; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); height: min-content; justify-content: center; max-width: 1000px; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GYhgY .framer-1kle8xw { align-content: center; align-items: center; align-self: start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; justify-self: start; min-width: 100px; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-GYhgY .framer-qxm7kj { aspect-ratio: 1.915625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 104px); overflow: hidden; position: relative; width: 100%; }\",\".framer-GYhgY .framer-14i3cij { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; padding: 8px 12px 20px 12px; position: relative; width: 100%; }\",\".framer-GYhgY .framer-1dgi2so { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GYhgY .framer-6m2osy { flex: none; height: 104px; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GYhgY .framer-1h7uuxp-container { bottom: 0px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; }\",\".framer-GYhgY .framer-1jayc4g-container { flex: none; height: auto; position: relative; width: 100%; }\",...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: 810px) and (max-width: 1199px) { .framer-GYhgY.framer-vilmjj { width: 810px; } .framer-GYhgY .framer-nd1n3a { padding: 0px 20px 0px 20px; } .framer-GYhgY .framer-1d8uxcc { flex: 1 0 0px; height: auto; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-GYhgY .framer-ssusk2 { padding: 0px 10px 0px 0px; } .framer-GYhgY .framer-rgy2q1 { padding: 0px 20px 30px 20px; }}\",\"@media (max-width: 809px) { .framer-GYhgY.framer-vilmjj { width: 390px; } .framer-GYhgY .framer-nd1n3a { padding: 0px 20px 0px 20px; } .framer-GYhgY .framer-1hxdb3b { flex-direction: column; height: min-content; padding: 17px 0px 17px 0px; } .framer-GYhgY .framer-1im9h0q { height: min-content; width: 100%; } .framer-GYhgY .framer-1d8uxcc { height: auto; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-GYhgY .framer-11t3tb7 { flex-direction: column; gap: 10px; height: 79px; } .framer-GYhgY .framer-ssusk2, .framer-GYhgY .framer-1mguvx3 { flex: none; width: 100%; } .framer-GYhgY .framer-rgy2q1 { padding: 0px 20px 30px 20px; } .framer-GYhgY .framer-jzlt9o { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-GYhgY .framer-1kle8xw { align-self: unset; width: 320px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7784\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Wh3stmUpr\":{\"layout\":[\"fixed\",\"auto\"]},\"yvBgwMNO_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerOmLaMQlzP=withCSS(Component,css,\"framer-GYhgY\");export default FramerOmLaMQlzP;FramerOmLaMQlzP.displayName=\"News JP\";FramerOmLaMQlzP.defaultProps={height:7784,width:1200};addFonts(FramerOmLaMQlzP,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj757Y0rw-oME.woff2\",weight:\"400\"},{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:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk757Y0rw-oME.woff2\",weight:\"700\"}]},...MegaMenuFonts,...ShareButtonFonts,...ShareButton1Fonts,...ClipboardFonts,...DownloadFonts,...SpinnerFonts,...FooterJPFonts,...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?.[\"fyqDnAaZN\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"fyqDnAaZN\"]):[],...componentPresets.fonts?.[\"IBegJPtZG\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"IBegJPtZG\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOmLaMQlzP\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"7784\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Wh3stmUpr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yvBgwMNO_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Clipboard", "props", "label", "content", "fill", "color", "style", "onClick", "font", "hoverOptions", "rest", "deprecatedFont", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "handleClick", "te", "ref", "navigator", "p", "motion", "addPropertyControls", "ControlType", "defaultEvents", "IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "u", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "onHoverStyle", "ShareButton", "props", "socialMedia", "shareText", "iconProperties", "backgroundType", "title", "tint", "style", "font", "borderWidth", "borderColor", "shareCurrentUrl", "urlToShare", "backgroundImage", "linear", "radius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "isMixedRadius", "stylePadding", "topPadding", "rightPadding", "bottomPadding", "leftPadding", "isMixedPadding", "borderRadius", "padding", "background", "degree", "toColor", "fromColor", "opacityTo", "opacityFrom", "shareOnTwitter", "shareUrl", "window", "shareLink", "shareOnFacebook", "shareOnLinkedIn", "Icon", "p", "FaTwitter", "FaLinkedin", "FaFacebook", "motion", "containerStyle", "u", "onHoverStyle", "e", "addPropertyControls", "ControlType", "MegaMenuFonts", "getFonts", "YS7Yq8HBm_default", "ShareButtonFonts", "ShareButton", "ShareButton1Fonts", "ClipboardFonts", "Clipboard", "DownloadFonts", "Download", "SpinnerFonts", "O_XoZ3FcZ_default", "ContainerWithInfiniteScroll", "withInfiniteScroll", "Container", "FooterJPFonts", "ZHIWYDLuV_default", "breakpoints", "serializationHash", "variantClassNames", "prefix", "value", "sharedDateFormatter", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "toResponsiveImage", "transition1", "animation", "toDateString1", "loaderVariants", "repeaterState", "variants", "currentVariant", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "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", "cYOgW8s8H_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "Dprdsq8Gn", "SxU8ACQc2o0TF_lKZ8", "EZ9i8TIt1", "K0PaMwPVK", "zRJAVzAsr", "uguHHVfoZ", "x8nIajOFF", "EZ9i8TIt1ce8OHtx5U", "uguHHVfoZce8OHtx5U", "zRJAVzAsrce8OHtx5U", "Dprdsq8Gnce8OHtx5U", "idce8OHtx5U", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "dynamicRef", "useDynamicRefs", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "YS7Yq8HBm_default", "RichText", "x", "Link", "ShareButton", "Clipboard", "PropertyOverrides2", "Download", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "ChildrenCanSuspend", "collection", "l", "index", "textContent1", "PathVariablesContext", "ContainerWithInfiniteScroll", "O_XoZ3FcZ_default", "ZHIWYDLuV_default", "css", "FramerOmLaMQlzP", "withCSS", "OmLaMQlzP_default", "addFonts", "MegaMenuFonts", "ShareButtonFonts", "ShareButton1Fonts", "ClipboardFonts", "DownloadFonts", "SpinnerFonts", "FooterJPFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
