{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/3m0Yi2yPAxrOoOQqgfjY/Sa5ntzdDwzpLhqqZXPBj/ib81jNke9.js", "ssg:https://framerusercontent.com/modules/UilOQ6b548WGWyTH1u6P/evQthFu37s3mf2PrFTA8/Ed64INuj4.js", "ssg:https://framerusercontent.com/modules/VKgg8rpQwnyaR8eFbJ9s/ByggAeIXuQpSYqhroKNb/Edw0xhIAK.js", "ssg:https://framerusercontent.com/modules/rJm7kuq305yKZjpOToI6/KYnhdrNWkapwF844N46s/FdFUSlUbW.js", "ssg:https://ga.jspm.io/npm:@cyriacbr/react-split-text@1.0.0/dist/index.js", "ssg:https://framerusercontent.com/modules/2AusMW9Upi6mhJ0JzKTi/b0GOvxzDuuEZvz71ut2V/MotionText.js", "ssg:https://framerusercontent.com/modules/VvxxogPj3gMzOVt5ISiJ/VQ3NgnlSyxlzGCXMp8A7/MvKicPAgu.js", "ssg:https://framerusercontent.com/modules/epQcSkR4G7IWu6FTsFH5/iFwhxhB2qIeRG4tePu8q/YLVWakffP.js", "ssg:https://framerusercontent.com/modules/BWTgDigsRlp3MY1eILVC/pZqumPNMDoMKu6HFBo7m/xEV1Fu1vU.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (575ceb6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";const FeatherFonts=getFonts(Feather);const cycleOrder=[\"PMPx8PY9Q\",\"oL7NlwFou\"];const variantClassNames={oL7NlwFou:\"framer-v-7p0agh\",PMPx8PY9Q:\"framer-v-7jvuib\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={\"Variant 1\":\"PMPx8PY9Q\",\"Variant 2\":\"oL7NlwFou\"};const transitions={default:{damping:60,delay:0,duration:.5,ease:[.12,.23,.5,1],mass:1,stiffness:500,type:\"tween\"},oL7NlwFou:{damping:60,delay:0,duration:.5,ease:[.12,.23,.5,1],mass:1,stiffness:500,type:\"tween\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"PMPx8PY9Q\",title:BWNCIl6uq=\"Read More\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"PMPx8PY9Q\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntercja985=activeVariantCallback(async(...args)=>{setVariant(\"oL7NlwFou\");});const onMouseLeave3wfmn4=activeVariantCallback(async(...args)=>{setVariant(\"PMPx8PY9Q\");});const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-IjgoF\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-7jvuib\",className),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PMPx8PY9Q\",onMouseEnter:onMouseEntercja985,ref:ref,style:{backgroundColor:\"rgb(170, 117, 82)\",borderBottomRightRadius:10,borderTopLeftRadius:10,boxShadow:\"none\",...style},transition:transition,variants:{oL7NlwFou:{boxShadow:\"2px 2px 4px 0px rgba(0,0,0,0.25)\"}},...addPropertyOverrides({oL7NlwFou:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeave3wfmn4}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/ _jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f)\"},children:\"Read More\"})})}),className:\"framer-fovwij\",\"data-framer-name\":\"Read More\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"R2V29iq9b\",style:{\"--extracted-1w3ko1f\":\"rgba(255, 255, 255, 1)\",\"--framer-paragraph-spacing\":\"0px\"},text:BWNCIl6uq,transition:transition,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-ozlcdp-container\",layoutDependency:layoutDependency,layoutId:\"b2nJ0G62k-container\",style:{opacity:0,rotate:-90},transition:transition,variants:{oL7NlwFou:{opacity:1}},children:/*#__PURE__*/ _jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"home\",id:\"b2nJ0G62k\",layoutId:\"b2nJ0G62k\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})});});const css=['.framer-IjgoF [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IjgoF .framer-xx01tc { display: block; }\",\".framer-IjgoF .framer-7jvuib { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 40px; justify-content: flex-start; overflow: visible; padding: 10px 10px 10px 10px; position: relative; width: min-content; }\",\".framer-IjgoF .framer-fovwij { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-IjgoF .framer-ozlcdp-container { aspect-ratio: 1.2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); position: absolute; right: 0px; top: calc(50.00000000000002% - 14px / 2); width: 10px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IjgoF .framer-7jvuib { gap: 0px; } .framer-IjgoF .framer-7jvuib > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-IjgoF .framer-7jvuib > :first-child { margin-left: 0px; } .framer-IjgoF .framer-7jvuib > :last-child { margin-right: 0px; } }\",\".framer-IjgoF.framer-v-7p0agh .framer-7jvuib { gap: 7px; }\",\".framer-IjgoF.framer-v-7p0agh .framer-ozlcdp-container { height: var(--framer-aspect-ratio-supported, 23px); position: relative; right: unset; top: unset; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IjgoF.framer-v-7p0agh .framer-7jvuib { gap: 0px; } .framer-IjgoF.framer-v-7p0agh .framer-7jvuib > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-IjgoF.framer-v-7p0agh .framer-7jvuib > :first-child { margin-left: 0px; } .framer-IjgoF.framer-v-7p0agh .framer-7jvuib > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 105\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"oL7NlwFou\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"BWNCIl6uq\":\"title\"}\n */ const Framerib81jNke9=withCSS(Component,css,\"framer-IjgoF\");export default Framerib81jNke9;Framerib81jNke9.displayName=\"Read More Button\";Framerib81jNke9.defaultProps={height:40,width:105};addPropertyControls(Framerib81jNke9,{variant:{options:[\"PMPx8PY9Q\",\"oL7NlwFou\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},BWNCIl6uq:{defaultValue:\"Read More\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framerib81jNke9,[{family:\"Poppins\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/ib81jNke9:default\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\",weight:\"400\"},...FeatherFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerib81jNke9\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"105\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"oL7NlwFou\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"BWNCIl6uq\\\":\\\"title\\\"}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ib81jNke9.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"utTilGvbz\",\"gUm1PlklC\"];const serializationHash=\"framer-iZ0Ol\";const variantClassNames={gUm1PlklC:\"framer-v-1isc68w\",utTilGvbz:\"framer-v-10w9tjr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"utTilGvbz\",\"Variant 2\":\"gUm1PlklC\"};const getProps=({height,id,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,D65KoSVSw:(_ref=title!==null&&title!==void 0?title:props.D65KoSVSw)!==null&&_ref!==void 0?_ref:\"Previous\",R2R13Mlik:tap!==null&&tap!==void 0?tap:props.R2R13Mlik,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"utTilGvbz\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,D65KoSVSw,R2R13Mlik,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"utTilGvbz\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaph8gc8b=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(R2R13Mlik){const res=await R2R13Mlik(...args);if(res===false)return false;}});const onMouseEnteroll054=activeVariantCallback(async(...args)=>{setVariant(\"gUm1PlklC\");});const onMouseLeave2d5d32=activeVariantCallback(async(...args)=>{setVariant(\"utTilGvbz\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10w9tjr\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"utTilGvbz\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnteroll054,onTap:onTaph8gc8b,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"none\",...style},variants:{gUm1PlklC:{boxShadow:\"2px 2px 2px 0px rgba(0,0,0,0.25)\"}},...addPropertyOverrides({gUm1PlklC:{\"data-framer-name\":\"Variant 2\",onMouseEnter:undefined,onMouseLeave:onMouseLeave2d5d32}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-v0q6c4\",\"data-framer-name\":\"material-symbols:arrow-back-rounded\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:21,layoutDependency:layoutDependency,layoutId:\"uevpI0WHt\",svg:'<svg width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.56249 16.0832L4.06249 10.5832C3.97916 10.4999 3.91999 10.4096 3.88499 10.3124C3.84999 10.2152 3.83277 10.111 3.83333 9.99989C3.83333 9.88878 3.85083 9.78461 3.88583 9.68739C3.92083 9.59017 3.97971 9.49989 4.06249 9.41655L9.56249 3.91655C9.71527 3.76378 9.90638 3.68405 10.1358 3.67739C10.3653 3.67072 10.563 3.75044 10.7292 3.91655C10.8958 4.06933 10.9828 4.26044 10.99 4.48989C10.9972 4.71933 10.9172 4.91711 10.75 5.08322L6.66666 9.16655H15.9792C16.2153 9.16655 16.4133 9.24655 16.5733 9.40655C16.7333 9.56655 16.813 9.76433 16.8125 9.99989C16.8125 10.236 16.7328 10.4341 16.5733 10.5941C16.4139 10.7541 16.2158 10.8338 15.9792 10.8332H6.66666L10.75 14.9166C10.9028 15.0693 10.9828 15.2638 10.99 15.4999C10.9972 15.736 10.9172 15.9304 10.75 16.0832C10.5972 16.2499 10.4028 16.3332 10.1667 16.3332C9.93055 16.3332 9.72916 16.2499 9.56249 16.0832Z\" fill=\"#474542\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 69, 66))\"},children:\"Previous\"})}),className:\"framer-1ulpbtz\",\"data-framer-name\":\"Previous\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"m1TQSwAFM\",style:{\"--extracted-r6o4lv\":\"rgb(71, 69, 66)\"},text:D65KoSVSw,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iZ0Ol.framer-c4g3dt, .framer-iZ0Ol .framer-c4g3dt { display: block; }\",\".framer-iZ0Ol.framer-10w9tjr { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 10px 12px 10px 10px; position: relative; width: 120px; }\",\".framer-iZ0Ol .framer-v0q6c4 { flex: none; height: 20px; position: relative; width: 21px; }\",\".framer-iZ0Ol .framer-1ulpbtz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iZ0Ol.framer-10w9tjr { gap: 0px; } .framer-iZ0Ol.framer-10w9tjr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iZ0Ol.framer-10w9tjr > :first-child { margin-left: 0px; } .framer-iZ0Ol.framer-10w9tjr > :last-child { margin-right: 0px; } }\",\".framer-iZ0Ol.framer-v-1isc68w.framer-10w9tjr { gap: 13px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iZ0Ol.framer-v-1isc68w.framer-10w9tjr { gap: 0px; } .framer-iZ0Ol.framer-v-1isc68w.framer-10w9tjr > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-iZ0Ol.framer-v-1isc68w.framer-10w9tjr > :first-child { margin-left: 0px; } .framer-iZ0Ol.framer-v-1isc68w.framer-10w9tjr > :last-child { margin-right: 0px; } }\",'.framer-iZ0Ol[data-border=\"true\"]::after, .framer-iZ0Ol [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gUm1PlklC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"D65KoSVSw\":\"title\",\"R2R13Mlik\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEd64INuj4=withCSS(Component,css,\"framer-iZ0Ol\");export default FramerEd64INuj4;FramerEd64INuj4.displayName=\"Previous\";FramerEd64INuj4.defaultProps={height:40,width:120};addPropertyControls(FramerEd64INuj4,{variant:{options:[\"utTilGvbz\",\"gUm1PlklC\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},D65KoSVSw:{defaultValue:\"Previous\",displayTextArea:false,title:\"Title\",type:ControlType.String},R2R13Mlik:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerEd64INuj4,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEd64INuj4\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"120\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gUm1PlklC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"D65KoSVSw\\\":\\\"title\\\",\\\"R2R13Mlik\\\":\\\"tap\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ed64INuj4.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"tcenRgbe3\",\"tiqTQswrd\"];const serializationHash=\"framer-QedgO\";const variantClassNames={tcenRgbe3:\"framer-v-2b6k4l\",tiqTQswrd:\"framer-v-1h4030d\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"tcenRgbe3\",\"Variant 2\":\"tiqTQswrd\"};const getProps=({height,id,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,rCsyYLOpM:tap!==null&&tap!==void 0?tap:props.rCsyYLOpM,V9niYaCN9:(_ref=title!==null&&title!==void 0?title:props.V9niYaCN9)!==null&&_ref!==void 0?_ref:\"Next\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"tcenRgbe3\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,rCsyYLOpM,V9niYaCN9,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tcenRgbe3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapugq17m=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(rCsyYLOpM){const res=await rCsyYLOpM(...args);if(res===false)return false;}});const onMouseEnter1oix8oc=activeVariantCallback(async(...args)=>{setVariant(\"tiqTQswrd\");});const onMouseLeave3mxfe0=activeVariantCallback(async(...args)=>{setVariant(\"tcenRgbe3\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-2b6k4l\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tcenRgbe3\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnter1oix8oc,onTap:onTapugq17m,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"none\",...style},variants:{tiqTQswrd:{boxShadow:\"2px 2px 2px 0px rgba(0,0,0,0.25)\"}},...addPropertyOverrides({tiqTQswrd:{\"data-framer-name\":\"Variant 2\",onMouseEnter:undefined,onMouseLeave:onMouseLeave3mxfe0}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 69, 66))\"},children:\"Next\"})}),className:\"framer-1m69tx9\",\"data-framer-name\":\"Next\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"h7aBOpp7D\",style:{\"--extracted-r6o4lv\":\"rgb(71, 69, 66)\"},text:V9niYaCN9,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fd7ede\",\"data-framer-name\":\"material-symbols:arrow-back-rounded\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:21,layoutDependency:layoutDependency,layoutId:\"xl3SqaWsi\",svg:'<svg width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.4375 16.0832L16.9375 10.5832C17.0208 10.4999 17.08 10.4096 17.115 10.3124C17.15 10.2152 17.1672 10.111 17.1667 9.99989C17.1667 9.88878 17.1492 9.78461 17.1142 9.68739C17.0792 9.59017 17.0203 9.49989 16.9375 9.41655L11.4375 3.91655C11.2847 3.76378 11.0936 3.68405 10.8642 3.67739C10.6347 3.67072 10.437 3.75044 10.2708 3.91655C10.1042 4.06933 10.0172 4.26044 10.01 4.48989C10.0028 4.71933 10.0828 4.91711 10.25 5.08322L14.3333 9.16655H5.02084C4.78473 9.16655 4.58667 9.24655 4.42667 9.40655C4.26667 9.56655 4.18695 9.76433 4.18751 9.99989C4.18751 10.236 4.26723 10.4341 4.42667 10.5941C4.58612 10.7541 4.78417 10.8338 5.02084 10.8332H14.3333L10.25 14.9166C10.0972 15.0693 10.0172 15.2638 10.01 15.4999C10.0028 15.736 10.0828 15.9304 10.25 16.0832C10.4028 16.2499 10.5972 16.3332 10.8333 16.3332C11.0695 16.3332 11.2708 16.2499 11.4375 16.0832Z\" fill=\"#474542\"/>\\n</svg>\\n',withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QedgO.framer-1t7pmgb, .framer-QedgO .framer-1t7pmgb { display: block; }\",\".framer-QedgO.framer-2b6k4l { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 10px 10px 30px; position: relative; width: 120px; }\",\".framer-QedgO .framer-1m69tx9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QedgO .framer-fd7ede { flex: none; height: 20px; position: relative; width: 21px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QedgO.framer-2b6k4l { gap: 0px; } .framer-QedgO.framer-2b6k4l > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QedgO.framer-2b6k4l > :first-child { margin-left: 0px; } .framer-QedgO.framer-2b6k4l > :last-child { margin-right: 0px; } }\",\".framer-QedgO.framer-v-1h4030d.framer-2b6k4l { gap: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QedgO.framer-v-1h4030d.framer-2b6k4l { gap: 0px; } .framer-QedgO.framer-v-1h4030d.framer-2b6k4l > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-QedgO.framer-v-1h4030d.framer-2b6k4l > :first-child { margin-left: 0px; } .framer-QedgO.framer-v-1h4030d.framer-2b6k4l > :last-child { margin-right: 0px; } }\",'.framer-QedgO[data-border=\"true\"]::after, .framer-QedgO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tiqTQswrd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"rCsyYLOpM\":\"tap\",\"V9niYaCN9\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEdw0xhIAK=withCSS(Component,css,\"framer-QedgO\");export default FramerEdw0xhIAK;FramerEdw0xhIAK.displayName=\"Next\";FramerEdw0xhIAK.defaultProps={height:40,width:120};addPropertyControls(FramerEdw0xhIAK,{variant:{options:[\"tcenRgbe3\",\"tiqTQswrd\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},rCsyYLOpM:{title:\"Tap\",type:ControlType.EventHandler},V9niYaCN9:{defaultValue:\"Next\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerEdw0xhIAK,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEdw0xhIAK\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"120\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"rCsyYLOpM\\\":\\\"tap\\\",\\\"V9niYaCN9\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tiqTQswrd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Edw0xhIAK.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,Link,PathVariablesContext,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleCode,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ReadMoreButton from\"https://framerusercontent.com/modules/3m0Yi2yPAxrOoOQqgfjY/Sa5ntzdDwzpLhqqZXPBj/ib81jNke9.js\";import Blog from\"https://framerusercontent.com/modules/JFCLcn6fd4ZWmfxiBMIG/UNvpWkG4TIkTuePKDAKU/uq0caq0t5.js\";import Previous from\"https://framerusercontent.com/modules/UilOQ6b548WGWyTH1u6P/evQthFu37s3mf2PrFTA8/Ed64INuj4.js\";import Next from\"https://framerusercontent.com/modules/VKgg8rpQwnyaR8eFbJ9s/ByggAeIXuQpSYqhroKNb/Edw0xhIAK.js\";const ReadMoreButtonFonts=getFonts(ReadMoreButton);const PreviousFonts=getFonts(Previous);const NextFonts=getFonts(Next);const cycleOrder=[\"TdTzWvkLC\",\"tPRulwpeS\",\"hrbAlWn2E\",\"FYDXBhZUC\",\"J8CPVMdQm\",\"xGmSZmDUB\",\"gZ_EBue9v\",\"YbOexBS8Q\",\"mo5yziCt7\",\"gTFBGheZA\",\"EwuahqBRg\",\"hliuOgWz2\"];const serializationHash=\"framer-pCSes\";const variantClassNames={EwuahqBRg:\"framer-v-sizmwv\",FYDXBhZUC:\"framer-v-1wdo79s\",gTFBGheZA:\"framer-v-llzskr\",gZ_EBue9v:\"framer-v-4tivk5\",hliuOgWz2:\"framer-v-rfcsh7\",hrbAlWn2E:\"framer-v-hp4tyq\",J8CPVMdQm:\"framer-v-1p8sjbk\",mo5yziCt7:\"framer-v-k5fmx0\",TdTzWvkLC:\"framer-v-1lzmg5h\",tPRulwpeS:\"framer-v-1lbjmsr\",xGmSZmDUB:\"framer-v-8mj3lg\",YbOexBS8Q:\"framer-v-lmn6jn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={boxShadow:\"6px 6px 0px 0px #aa7552\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};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 fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const dateStyle=options.dateStyle;const timeZone=\"UTC\";try{return date.toLocaleDateString(locale,{dateStyle,timeZone});}catch{return date.toLocaleDateString(fallbackLocale,{dateStyle,timeZone});}};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};const transition3={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={D1:\"TdTzWvkLC\",D2:\"tPRulwpeS\",D3:\"hrbAlWn2E\",D4:\"FYDXBhZUC\",M1:\"mo5yziCt7\",M2:\"gTFBGheZA\",M3:\"EwuahqBRg\",M4:\"hliuOgWz2\",T1:\"J8CPVMdQm\",T2:\"xGmSZmDUB\",T3:\"gZ_EBue9v\",T4:\"YbOexBS8Q\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"TdTzWvkLC\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,N2mmlvEPPDhDM0uiDw,IseojZA0ZDhDM0uiDw,ntouDSloGDhDM0uiDw,RdOIT8fBsDhDM0uiDw,CBwOa26z6DhDM0uiDw,idDhDM0uiDw,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TdTzWvkLC\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const R2R13Mlik15ijg16=activeVariantCallback(async(...args)=>{setVariant(\"TdTzWvkLC\");});const R2R13Mlik17sx02r=activeVariantCallback(async(...args)=>{setVariant(\"tPRulwpeS\");});const R2R13Mlik5vux3m=activeVariantCallback(async(...args)=>{setVariant(\"hrbAlWn2E\");});const R2R13Mlik11nasx7=activeVariantCallback(async(...args)=>{setVariant(\"J8CPVMdQm\");});const R2R13Mlike3kqug=activeVariantCallback(async(...args)=>{setVariant(\"xGmSZmDUB\");});const R2R13Mlik1u2dc4t=activeVariantCallback(async(...args)=>{setVariant(\"gZ_EBue9v\");});const R2R13Mlik1cdva81=activeVariantCallback(async(...args)=>{setVariant(\"mo5yziCt7\");});const R2R13Mlik1srkn7k=activeVariantCallback(async(...args)=>{setVariant(\"gTFBGheZA\");});const R2R13Mlik1ty861i=activeVariantCallback(async(...args)=>{setVariant(\"EwuahqBRg\");});const rCsyYLOpM17sx02r=activeVariantCallback(async(...args)=>{setVariant(\"tPRulwpeS\");});const rCsyYLOpM5vux3m=activeVariantCallback(async(...args)=>{setVariant(\"hrbAlWn2E\");});const rCsyYLOpMj9jv4u=activeVariantCallback(async(...args)=>{setVariant(\"FYDXBhZUC\");});const rCsyYLOpMe3kqug=activeVariantCallback(async(...args)=>{setVariant(\"xGmSZmDUB\");});const rCsyYLOpM1u2dc4t=activeVariantCallback(async(...args)=>{setVariant(\"gZ_EBue9v\");});const rCsyYLOpM1lzy193=activeVariantCallback(async(...args)=>{setVariant(\"YbOexBS8Q\");});const rCsyYLOpM1srkn7k=activeVariantCallback(async(...args)=>{setVariant(\"gTFBGheZA\");});const rCsyYLOpM1ty861i=activeVariantCallback(async(...args)=>{setVariant(\"EwuahqBRg\");});const rCsyYLOpM7x0fg5=activeVariantCallback(async(...args)=>{setVariant(\"hliuOgWz2\");});const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1lzmg5h\",className,classNames),\"data-framer-name\":\"D1\",layoutDependency:layoutDependency,layoutId:\"TdTzWvkLC\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({EwuahqBRg:{\"data-framer-name\":\"M3\"},FYDXBhZUC:{\"data-framer-name\":\"D4\"},gTFBGheZA:{\"data-framer-name\":\"M2\"},gZ_EBue9v:{\"data-framer-name\":\"T3\"},hliuOgWz2:{\"data-framer-name\":\"M4\"},hrbAlWn2E:{\"data-framer-name\":\"D3\"},J8CPVMdQm:{\"data-framer-name\":\"T1\"},mo5yziCt7:{\"data-framer-name\":\"M1\"},tPRulwpeS:{\"data-framer-name\":\"D2\"},xGmSZmDUB:{\"data-framer-name\":\"T2\"},YbOexBS8Q:{\"data-framer-name\":\"T4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-foykln\",\"data-framer-name\":\"All Blogs\",layoutDependency:layoutDependency,layoutId:\"lrdvFMsCl\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wwj0o\",layoutDependency:layoutDependency,layoutId:\"KSKRQWOvQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 69, 66))\"},children:\"All Blog Posts\"})}),className:\"framer-lnfh5b\",\"data-framer-name\":\"All Blog Posts\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"TpyIU_vV0\",style:{\"--extracted-r6o4lv\":\"rgb(71, 69, 66)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10nw70u\",\"data-framer-name\":\"Vector 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:1102,layoutDependency:layoutDependency,layoutId:\"EvXUL6R9d\",svg:'<svg width=\"1102\" height=\"4\" viewBox=\"-1 -1 1102 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1H1100\" stroke=\"#474542\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b0ckox\",layoutDependency:layoutDependency,layoutId:\"DhDM0uiDw\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},offset:{type:\"LiteralValue\",value:1},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}},...addPropertyOverrides({EwuahqBRg:{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},offset:{type:\"LiteralValue\",value:25},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}}},FYDXBhZUC:{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},offset:{type:\"LiteralValue\",value:37},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}}},gTFBGheZA:{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},offset:{type:\"LiteralValue\",value:13},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}}},gZ_EBue9v:{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},offset:{type:\"LiteralValue\",value:25},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}}},hliuOgWz2:{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},offset:{type:\"LiteralValue\",value:37},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}}},hrbAlWn2E:{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},offset:{type:\"LiteralValue\",value:25},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}}},tPRulwpeS:{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},offset:{type:\"LiteralValue\",value:13},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}}},xGmSZmDUB:{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},offset:{type:\"LiteralValue\",value:13},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}}},YbOexBS8Q:{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},offset:{type:\"LiteralValue\",value:37},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}}}},baseVariant,gestureVariant),children:collection=>collection.map(({N2mmlvEPP:N2mmlvEPPDhDM0uiDw,IseojZA0Z:IseojZA0ZDhDM0uiDw,ntouDSloG:ntouDSloGDhDM0uiDw,RdOIT8fBs:RdOIT8fBsDhDM0uiDw,CBwOa26z6:CBwOa26z6DhDM0uiDw,id:idDhDM0uiDw},i)=>{const textContent=toDateString(IseojZA0ZDhDM0uiDw,{dateStyle:\"short\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`DhDM0uiDw-${idDhDM0uiDw}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CBwOa26z6:CBwOa26z6DhDM0uiDw},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10abxa\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"zv6MlHNJv\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(195, 195, 195, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px -10px 0px 0px rgba(170, 117, 82, 1), 4px 4px 10px 0px rgba(0, 0, 0, 0.10000000149011612)\"},whileHover:animation,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13m5c08\",layoutDependency:layoutDependency,layoutId:\"DwkqIZkM6\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"310px\",...toResponsiveImage(N2mmlvEPPDhDM0uiDw)},className:\"framer-153u73k\",layoutDependency:layoutDependency,layoutId:\"BOrSV0Jdg\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p1r6ev\",layoutDependency:layoutDependency,layoutId:\"aex77jP6c\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e1f98z\",\"data-framer-name\":\"Frame 11\",layoutDependency:layoutDependency,layoutId:\"rFBxvRufN\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h63qnw\",\"data-framer-name\":\"Frame 8\",layoutDependency:layoutDependency,layoutId:\"RVi2MQ5i9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1gdjp0q\",\"data-framer-name\":\"carbon:user-profile\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"A5bbiQ_k7\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_46_134)\">\\n<path d=\"M6.26086 1.56522C6.84131 1.56522 7.40872 1.73734 7.89134 2.05982C8.37396 2.38229 8.75012 2.84065 8.97225 3.37691C9.19438 3.91317 9.25249 4.50325 9.13925 5.07255C9.02601 5.64184 8.7465 6.16477 8.33607 6.5752C7.92563 6.98564 7.4027 7.26515 6.83341 7.37839C6.26412 7.49163 5.67403 7.43351 5.13777 7.21138C4.60151 6.98926 4.14316 6.6131 3.82068 6.13048C3.4982 5.64785 3.32608 5.08044 3.32608 4.5C3.32608 3.72165 3.63528 2.97517 4.18566 2.42479C4.73604 1.87442 5.48251 1.56522 6.26086 1.56522ZM6.26086 0.391304C5.44824 0.391304 4.65386 0.632275 3.97819 1.08374C3.30252 1.53521 2.7759 2.1769 2.46492 2.92767C2.15394 3.67844 2.07258 4.50456 2.23111 5.30157C2.38965 6.09857 2.78096 6.83067 3.35558 7.40528C3.93019 7.9799 4.66229 8.37121 5.4593 8.52975C6.2563 8.68828 7.08243 8.60692 7.83319 8.29594C8.58396 7.98496 9.22565 7.45834 9.67712 6.78267C10.1286 6.107 10.3696 5.31262 10.3696 4.5C10.3696 3.41031 9.93668 2.36524 9.16615 1.59471C8.39562 0.824183 7.35056 0.391304 6.26086 0.391304ZM12.1304 16.8261H10.9565V13.8913C10.9565 13.1129 10.6473 12.3665 10.0969 11.8161C9.54656 11.2657 8.80008 10.9565 8.02173 10.9565H4.49999C3.72164 10.9565 2.97517 11.2657 2.42479 11.8161C1.87441 12.3665 1.56521 13.1129 1.56521 13.8913V16.8261H0.391296V13.8913C0.391296 12.8016 0.824176 11.7565 1.59471 10.986C2.36524 10.2155 3.4103 9.78261 4.49999 9.78261H8.02173C9.11143 9.78261 10.1565 10.2155 10.927 10.986C11.6975 11.7565 12.1304 12.8016 12.1304 13.8913V16.8261ZM12.1304 1.56522H18V2.73913H12.1304V1.56522ZM12.1304 4.5H18V5.67391H12.1304V4.5ZM12.1304 7.43478H16.2391V8.60869H12.1304V7.43478Z\" fill=\"#474542\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_46_134\">\\n<rect width=\"18\" height=\"17.2174\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(78, 78, 78))\"},children:\"Nathan King\"})}),className:\"framer-1kog3qy\",\"data-framer-name\":\"Nathan King\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"lxhm6m43b\",style:{\"--extracted-r6o4lv\":\"rgb(78, 78, 78)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ii3hjw\",\"data-framer-name\":\"Frame 9\",layoutDependency:layoutDependency,layoutId:\"K5V1DcI96\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1x6gnj1\",\"data-framer-name\":\"circum:calendar-date\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"wmT_vaeEd\",svg:'<svg width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_46_138)\">\\n<path d=\"M15.37 2.41029H13.43V1.00029C13.43 0.74029 13.2 0.49029 12.93 0.50029C12.66 0.51029 12.43 0.72029 12.43 1.00029V2.41029H5.43V1.00029C5.43 0.74029 5.2 0.49029 4.93 0.50029C4.66 0.51029 4.43 0.72029 4.43 1.00029V2.41029H2.5C1.83696 2.41029 1.20107 2.67368 0.732233 3.14252C0.263392 3.61136 0 4.24725 0 4.91029V15.9103C0 16.5733 0.263392 17.2092 0.732233 17.6781C1.20107 18.1469 1.83696 18.4103 2.5 18.4103H15.37C16.033 18.4103 16.6689 18.1469 17.1378 17.6781C17.6066 17.2092 17.87 16.5733 17.87 15.9103V4.91029C17.87 4.24725 17.6066 3.61136 17.1378 3.14252C16.6689 2.67368 16.033 2.41029 15.37 2.41029ZM16.87 15.9103C16.87 16.7403 16.2 17.4103 15.37 17.4103H2.5C1.67 17.4103 1 16.7403 1 15.9103V7.49029H16.87V15.9103ZM16.87 6.49029H1V4.91029C1 4.08029 1.67 3.41029 2.5 3.41029H4.43V4.00029C4.43 4.26029 4.66 4.51029 4.93 4.50029C5.2 4.49029 5.43 4.28029 5.43 4.00029V3.41029H12.43V4.00029C12.43 4.26029 12.66 4.51029 12.93 4.50029C13.2 4.49029 13.43 4.28029 13.43 4.00029V3.41029H15.37C16.2 3.41029 16.87 4.08029 16.87 4.91029V6.49029Z\" fill=\"#474542\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_46_138\">\\n<rect width=\"18\" height=\"18\" fill=\"white\" transform=\"translate(0 0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(78, 78, 78))\"},children:\"May 6, 2023\"})}),className:\"framer-1mzwq9f\",\"data-framer-name\":\"May 6, 2023\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"XoEUTxHFT\",style:{\"--extracted-r6o4lv\":\"rgb(78, 78, 78)\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Lorem ipsum dolor sit amet consectetur. Tellus malesuada mattis sed et.\"})}),className:\"framer-zzw18p\",\"data-framer-name\":\"Lorem ipsum dolor sit amet consectetur. Tellus malesuada mattis sed et.\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"JaIDDrr3j\",style:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},text:ntouDSloGDhDM0uiDw,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(78, 78, 78))\"},children:\"Lorem ipsum dolor sit amet consectetur. Nullam urna tortor tellus at. A vel a odio sed ac tempus. Morbi id lectus congue lobortis nullam adipiscing amet imperdiet velit. Turpis integer odio porttitor tellus porta.\"})}),className:\"framer-ys8hu4\",\"data-framer-name\":\"Lorem ipsum dolor sit amet consectetur. Nullam urna tortor tellus at. A vel a odio sed ac tempus. Morbi id lectus congue lobortis nullam adipiscing amet imperdiet velit. Turpis integer odio porttitor tellus porta.\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"pQwgHTTR_\",style:{\"--extracted-r6o4lv\":\"rgb(78, 78, 78)\"},text:RdOIT8fBsDhDM0uiDw,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cbi4eB8J7\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-58yy8n framer-1k8spxp\",layoutDependency:layoutDependency,layoutId:\"B0RvgBvR3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mk17qt-container\",layoutDependency:layoutDependency,layoutId:\"VII8GiNAl-container\",children:/*#__PURE__*/_jsx(ReadMoreButton,{height:\"100%\",id:\"VII8GiNAl\",layoutId:\"VII8GiNAl\",title:\"Read More\",variant:\"PMPx8PY9Q\",width:\"100%\"})})})})})]})})},idDhDM0uiDw);})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i7x34h\",\"data-framer-name\":\"Pagination\",layoutDependency:layoutDependency,layoutId:\"UTmxKk7wX\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o7gg8l-container\",layoutDependency:layoutDependency,layoutId:\"Glj69zlwA-container\",children:/*#__PURE__*/_jsx(Previous,{D65KoSVSw:\"Previous\",height:\"100%\",id:\"Glj69zlwA\",layoutId:\"Glj69zlwA\",style:{width:\"100%\"},variant:\"utTilGvbz\",width:\"100%\",...addPropertyOverrides({EwuahqBRg:{R2R13Mlik:R2R13Mlik1srkn7k},FYDXBhZUC:{R2R13Mlik:R2R13Mlik5vux3m},gTFBGheZA:{R2R13Mlik:R2R13Mlik1cdva81},gZ_EBue9v:{R2R13Mlik:R2R13Mlike3kqug},hliuOgWz2:{R2R13Mlik:R2R13Mlik1ty861i},hrbAlWn2E:{R2R13Mlik:R2R13Mlik17sx02r},tPRulwpeS:{R2R13Mlik:R2R13Mlik15ijg16},xGmSZmDUB:{R2R13Mlik:R2R13Mlik11nasx7},YbOexBS8Q:{R2R13Mlik:R2R13Mlik1u2dc4t}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pdwlvi\",\"data-framer-name\":\"Frame 53\",layoutDependency:layoutDependency,layoutId:\"smlLYxV_c\",children:[/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-memmb3\",\"data-border\":true,\"data-framer-name\":\"Frame 52\",layoutDependency:layoutDependency,layoutId:\"kZbUH8V4b\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},variants:{EwuahqBRg:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},FYDXBhZUC:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},gTFBGheZA:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},gZ_EBue9v:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},hliuOgWz2:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},hrbAlWn2E:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},tPRulwpeS:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},xGmSZmDUB:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},YbOexBS8Q:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 69, 66))\"},children:\"01\"})}),className:\"framer-172dmeg\",\"data-framer-name\":\"01\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"MkPOx6WDb\",style:{\"--extracted-r6o4lv\":\"rgb(71, 69, 66)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-173w59c\",layoutDependency:layoutDependency,layoutId:\"bJyWdZGcy\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{gTFBGheZA:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},tPRulwpeS:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},xGmSZmDUB:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}},...addPropertyOverrides({gTFBGheZA:{\"data-border\":true},tPRulwpeS:{\"data-border\":true},xGmSZmDUB:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 69, 66))\"},children:\"02\"})}),className:\"framer-c83xjg\",\"data-framer-name\":\"02\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"b5kdU2f8H\",style:{\"--extracted-r6o4lv\":\"rgb(71, 69, 66)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sms18c\",layoutDependency:layoutDependency,layoutId:\"scwj0lFUF\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{EwuahqBRg:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},gZ_EBue9v:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},hrbAlWn2E:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}},...addPropertyOverrides({EwuahqBRg:{\"data-border\":true},gZ_EBue9v:{\"data-border\":true},hrbAlWn2E:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 69, 66))\"},children:\"03\"})}),className:\"framer-1stixu6\",\"data-framer-name\":\"03\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"E_y0UUwSg\",style:{\"--extracted-r6o4lv\":\"rgb(71, 69, 66)\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fw3tf0\",layoutDependency:layoutDependency,layoutId:\"imb1D4QIf\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{FYDXBhZUC:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},hliuOgWz2:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},YbOexBS8Q:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 69, 66)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}},...addPropertyOverrides({FYDXBhZUC:{\"data-border\":true},hliuOgWz2:{\"data-border\":true},YbOexBS8Q:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 69, 66))\"},children:\"04\"})}),className:\"framer-ff7lyf\",\"data-framer-name\":\"04\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"Av4UiexAW\",style:{\"--extracted-r6o4lv\":\"rgb(71, 69, 66)\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p688j7-container\",layoutDependency:layoutDependency,layoutId:\"jGBG3hobz-container\",children:/*#__PURE__*/_jsx(Next,{height:\"100%\",id:\"jGBG3hobz\",layoutId:\"jGBG3hobz\",rCsyYLOpM:rCsyYLOpM17sx02r,style:{width:\"100%\"},V9niYaCN9:\"Next\",variant:\"tcenRgbe3\",width:\"100%\",...addPropertyOverrides({EwuahqBRg:{rCsyYLOpM:rCsyYLOpM7x0fg5},FYDXBhZUC:{rCsyYLOpM:undefined},gTFBGheZA:{rCsyYLOpM:rCsyYLOpM1ty861i},gZ_EBue9v:{rCsyYLOpM:rCsyYLOpM1lzy193},hliuOgWz2:{rCsyYLOpM:undefined},hrbAlWn2E:{rCsyYLOpM:rCsyYLOpMj9jv4u},J8CPVMdQm:{rCsyYLOpM:rCsyYLOpMe3kqug},mo5yziCt7:{rCsyYLOpM:rCsyYLOpM1srkn7k},tPRulwpeS:{rCsyYLOpM:rCsyYLOpM5vux3m},xGmSZmDUB:{rCsyYLOpM:rCsyYLOpM1u2dc4t},YbOexBS8Q:{rCsyYLOpM:undefined}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pCSes.framer-1k8spxp, .framer-pCSes .framer-1k8spxp { display: block; }\",\".framer-pCSes.framer-1lzmg5h { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1100px; }\",\".framer-pCSes .framer-foykln { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pCSes .framer-1wwj0o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 52px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pCSes .framer-lnfh5b, .framer-pCSes .framer-1kog3qy, .framer-pCSes .framer-1mzwq9f, .framer-pCSes .framer-172dmeg, .framer-pCSes .framer-c83xjg, .framer-pCSes .framer-1stixu6, .framer-pCSes .framer-ff7lyf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pCSes .framer-10nw70u { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-pCSes .framer-1b0ckox { display: grid; flex: none; gap: 30px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-pCSes .framer-10abxa { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; height: 555px; justify-content: space-between; justify-self: start; overflow: visible; padding: 20px; position: relative; width: 350px; }\",\".framer-pCSes .framer-13m5c08 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 310px; }\",\".framer-pCSes .framer-153u73k { aspect-ratio: 1.7816091954022988 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 112px); position: relative; width: 100%; }\",\".framer-pCSes .framer-1p1r6ev { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pCSes .framer-1e1f98z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pCSes .framer-h63qnw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pCSes .framer-1gdjp0q { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-pCSes .framer-1ii3hjw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pCSes .framer-1x6gnj1 { flex: none; height: 19px; position: relative; width: 18px; }\",\".framer-pCSes .framer-zzw18p { flex: none; height: auto; max-height: 86px; overflow: hidden; position: relative; white-space: pre-wrap; width: 310px; word-break: break-word; word-wrap: break-word; }\",\".framer-pCSes .framer-ys8hu4 { flex: none; height: 135px; overflow: hidden; position: relative; white-space: pre-wrap; width: 310px; word-break: break-word; word-wrap: break-word; }\",\".framer-pCSes .framer-58yy8n { 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: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-pCSes .framer-1mk17qt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pCSes .framer-1i7x34h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pCSes .framer-o7gg8l-container, .framer-pCSes .framer-p688j7-container { flex: none; height: auto; position: relative; width: 120px; }\",\".framer-pCSes .framer-pdwlvi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pCSes .framer-memmb3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 40px; }\",\".framer-pCSes .framer-173w59c, .framer-pCSes .framer-1sms18c, .framer-pCSes .framer-1fw3tf0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pCSes.framer-1lzmg5h, .framer-pCSes .framer-foykln, .framer-pCSes .framer-1wwj0o, .framer-pCSes .framer-13m5c08, .framer-pCSes .framer-1p1r6ev, .framer-pCSes .framer-1e1f98z, .framer-pCSes .framer-h63qnw, .framer-pCSes .framer-1ii3hjw, .framer-pCSes .framer-58yy8n, .framer-pCSes .framer-pdwlvi, .framer-pCSes .framer-memmb3, .framer-pCSes .framer-173w59c, .framer-pCSes .framer-1sms18c, .framer-pCSes .framer-1fw3tf0 { gap: 0px; } .framer-pCSes.framer-1lzmg5h > *, .framer-pCSes .framer-foykln > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-pCSes.framer-1lzmg5h > :first-child, .framer-pCSes .framer-foykln > :first-child, .framer-pCSes .framer-1wwj0o > :first-child, .framer-pCSes .framer-13m5c08 > :first-child, .framer-pCSes .framer-1p1r6ev > :first-child { margin-top: 0px; } .framer-pCSes.framer-1lzmg5h > :last-child, .framer-pCSes .framer-foykln > :last-child, .framer-pCSes .framer-1wwj0o > :last-child, .framer-pCSes .framer-13m5c08 > :last-child, .framer-pCSes .framer-1p1r6ev > :last-child { margin-bottom: 0px; } .framer-pCSes .framer-1wwj0o > *, .framer-pCSes .framer-1p1r6ev > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pCSes .framer-13m5c08 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-pCSes .framer-1e1f98z > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pCSes .framer-1e1f98z > :first-child, .framer-pCSes .framer-h63qnw > :first-child, .framer-pCSes .framer-1ii3hjw > :first-child, .framer-pCSes .framer-58yy8n > :first-child, .framer-pCSes .framer-pdwlvi > :first-child, .framer-pCSes .framer-memmb3 > :first-child, .framer-pCSes .framer-173w59c > :first-child, .framer-pCSes .framer-1sms18c > :first-child, .framer-pCSes .framer-1fw3tf0 > :first-child { margin-left: 0px; } .framer-pCSes .framer-1e1f98z > :last-child, .framer-pCSes .framer-h63qnw > :last-child, .framer-pCSes .framer-1ii3hjw > :last-child, .framer-pCSes .framer-58yy8n > :last-child, .framer-pCSes .framer-pdwlvi > :last-child, .framer-pCSes .framer-memmb3 > :last-child, .framer-pCSes .framer-173w59c > :last-child, .framer-pCSes .framer-1sms18c > :last-child, .framer-pCSes .framer-1fw3tf0 > :last-child { margin-right: 0px; } .framer-pCSes .framer-h63qnw > *, .framer-pCSes .framer-1ii3hjw > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-pCSes .framer-58yy8n > *, .framer-pCSes .framer-173w59c > *, .framer-pCSes .framer-1sms18c > *, .framer-pCSes .framer-1fw3tf0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pCSes .framer-pdwlvi > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-pCSes .framer-memmb3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-pCSes.framer-v-1lbjmsr .framer-173w59c, .framer-pCSes.framer-v-hp4tyq .framer-1sms18c { padding: 10px; }\",\".framer-pCSes.framer-v-1lbjmsr .framer-c83xjg, .framer-pCSes.framer-v-1wdo79s .framer-ff7lyf { overflow: visible; }\",\".framer-pCSes.framer-v-hp4tyq .framer-memmb3, .framer-pCSes.framer-v-1wdo79s .framer-memmb3, .framer-pCSes.framer-v-8mj3lg .framer-memmb3, .framer-pCSes.framer-v-4tivk5 .framer-memmb3, .framer-pCSes.framer-v-lmn6jn .framer-memmb3, .framer-pCSes.framer-v-llzskr .framer-memmb3, .framer-pCSes.framer-v-sizmwv .framer-memmb3, .framer-pCSes.framer-v-rfcsh7 .framer-memmb3 { gap: 10px; padding: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pCSes.framer-v-hp4tyq .framer-memmb3 { gap: 0px; } .framer-pCSes.framer-v-hp4tyq .framer-memmb3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pCSes.framer-v-hp4tyq .framer-memmb3 > :first-child { margin-left: 0px; } .framer-pCSes.framer-v-hp4tyq .framer-memmb3 > :last-child { margin-right: 0px; } }\",\".framer-pCSes.framer-v-1wdo79s .framer-1fw3tf0, .framer-pCSes.framer-v-8mj3lg .framer-173w59c, .framer-pCSes.framer-v-4tivk5 .framer-1sms18c, .framer-pCSes.framer-v-lmn6jn .framer-1fw3tf0, .framer-pCSes.framer-v-llzskr .framer-173w59c, .framer-pCSes.framer-v-sizmwv .framer-1sms18c, .framer-pCSes.framer-v-rfcsh7 .framer-1fw3tf0 { gap: 0px; padding: 10px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pCSes.framer-v-1wdo79s .framer-memmb3, .framer-pCSes.framer-v-1wdo79s .framer-1fw3tf0 { gap: 0px; } .framer-pCSes.framer-v-1wdo79s .framer-memmb3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pCSes.framer-v-1wdo79s .framer-memmb3 > :first-child, .framer-pCSes.framer-v-1wdo79s .framer-1fw3tf0 > :first-child { margin-left: 0px; } .framer-pCSes.framer-v-1wdo79s .framer-memmb3 > :last-child, .framer-pCSes.framer-v-1wdo79s .framer-1fw3tf0 > :last-child { margin-right: 0px; } .framer-pCSes.framer-v-1wdo79s .framer-1fw3tf0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-pCSes.framer-v-1p8sjbk.framer-1lzmg5h, .framer-pCSes.framer-v-8mj3lg.framer-1lzmg5h, .framer-pCSes.framer-v-4tivk5.framer-1lzmg5h, .framer-pCSes.framer-v-lmn6jn.framer-1lzmg5h { width: 770px; }\",\".framer-pCSes.framer-v-1p8sjbk .framer-1b0ckox, .framer-pCSes.framer-v-8mj3lg .framer-1b0ckox, .framer-pCSes.framer-v-4tivk5 .framer-1b0ckox, .framer-pCSes.framer-v-lmn6jn .framer-1b0ckox { grid-template-columns: repeat(2, minmax(200px, 1fr)); width: 734px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pCSes.framer-v-8mj3lg .framer-memmb3, .framer-pCSes.framer-v-8mj3lg .framer-173w59c { gap: 0px; } .framer-pCSes.framer-v-8mj3lg .framer-memmb3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pCSes.framer-v-8mj3lg .framer-memmb3 > :first-child, .framer-pCSes.framer-v-8mj3lg .framer-173w59c > :first-child { margin-left: 0px; } .framer-pCSes.framer-v-8mj3lg .framer-memmb3 > :last-child, .framer-pCSes.framer-v-8mj3lg .framer-173w59c > :last-child { margin-right: 0px; } .framer-pCSes.framer-v-8mj3lg .framer-173w59c > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pCSes.framer-v-4tivk5 .framer-memmb3, .framer-pCSes.framer-v-4tivk5 .framer-1sms18c { gap: 0px; } .framer-pCSes.framer-v-4tivk5 .framer-memmb3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pCSes.framer-v-4tivk5 .framer-memmb3 > :first-child, .framer-pCSes.framer-v-4tivk5 .framer-1sms18c > :first-child { margin-left: 0px; } .framer-pCSes.framer-v-4tivk5 .framer-memmb3 > :last-child, .framer-pCSes.framer-v-4tivk5 .framer-1sms18c > :last-child { margin-right: 0px; } .framer-pCSes.framer-v-4tivk5 .framer-1sms18c > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pCSes.framer-v-lmn6jn .framer-memmb3, .framer-pCSes.framer-v-lmn6jn .framer-1fw3tf0 { gap: 0px; } .framer-pCSes.framer-v-lmn6jn .framer-memmb3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pCSes.framer-v-lmn6jn .framer-memmb3 > :first-child, .framer-pCSes.framer-v-lmn6jn .framer-1fw3tf0 > :first-child { margin-left: 0px; } .framer-pCSes.framer-v-lmn6jn .framer-memmb3 > :last-child, .framer-pCSes.framer-v-lmn6jn .framer-1fw3tf0 > :last-child { margin-right: 0px; } .framer-pCSes.framer-v-lmn6jn .framer-1fw3tf0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-pCSes.framer-v-k5fmx0.framer-1lzmg5h, .framer-pCSes.framer-v-llzskr.framer-1lzmg5h, .framer-pCSes.framer-v-sizmwv.framer-1lzmg5h, .framer-pCSes.framer-v-rfcsh7.framer-1lzmg5h { width: 340px; }\",\".framer-pCSes.framer-v-k5fmx0 .framer-1b0ckox, .framer-pCSes.framer-v-llzskr .framer-1b0ckox, .framer-pCSes.framer-v-sizmwv .framer-1b0ckox, .framer-pCSes.framer-v-rfcsh7 .framer-1b0ckox { grid-template-columns: repeat(1, minmax(200px, 1fr)); width: 350px; }\",\".framer-pCSes.framer-v-k5fmx0 .framer-1i7x34h, .framer-pCSes.framer-v-llzskr .framer-1i7x34h, .framer-pCSes.framer-v-sizmwv .framer-1i7x34h, .framer-pCSes.framer-v-rfcsh7 .framer-1i7x34h { flex-direction: column; gap: 30px; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pCSes.framer-v-k5fmx0 .framer-1i7x34h { gap: 0px; } .framer-pCSes.framer-v-k5fmx0 .framer-1i7x34h > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-pCSes.framer-v-k5fmx0 .framer-1i7x34h > :first-child { margin-top: 0px; } .framer-pCSes.framer-v-k5fmx0 .framer-1i7x34h > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pCSes.framer-v-llzskr .framer-1i7x34h, .framer-pCSes.framer-v-llzskr .framer-memmb3, .framer-pCSes.framer-v-llzskr .framer-173w59c { gap: 0px; } .framer-pCSes.framer-v-llzskr .framer-1i7x34h > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-pCSes.framer-v-llzskr .framer-1i7x34h > :first-child { margin-top: 0px; } .framer-pCSes.framer-v-llzskr .framer-1i7x34h > :last-child { margin-bottom: 0px; } .framer-pCSes.framer-v-llzskr .framer-memmb3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pCSes.framer-v-llzskr .framer-memmb3 > :first-child, .framer-pCSes.framer-v-llzskr .framer-173w59c > :first-child { margin-left: 0px; } .framer-pCSes.framer-v-llzskr .framer-memmb3 > :last-child, .framer-pCSes.framer-v-llzskr .framer-173w59c > :last-child { margin-right: 0px; } .framer-pCSes.framer-v-llzskr .framer-173w59c > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pCSes.framer-v-sizmwv .framer-1i7x34h, .framer-pCSes.framer-v-sizmwv .framer-memmb3, .framer-pCSes.framer-v-sizmwv .framer-1sms18c { gap: 0px; } .framer-pCSes.framer-v-sizmwv .framer-1i7x34h > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-pCSes.framer-v-sizmwv .framer-1i7x34h > :first-child { margin-top: 0px; } .framer-pCSes.framer-v-sizmwv .framer-1i7x34h > :last-child { margin-bottom: 0px; } .framer-pCSes.framer-v-sizmwv .framer-memmb3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pCSes.framer-v-sizmwv .framer-memmb3 > :first-child, .framer-pCSes.framer-v-sizmwv .framer-1sms18c > :first-child { margin-left: 0px; } .framer-pCSes.framer-v-sizmwv .framer-memmb3 > :last-child, .framer-pCSes.framer-v-sizmwv .framer-1sms18c > :last-child { margin-right: 0px; } .framer-pCSes.framer-v-sizmwv .framer-1sms18c > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pCSes.framer-v-rfcsh7 .framer-1i7x34h, .framer-pCSes.framer-v-rfcsh7 .framer-memmb3, .framer-pCSes.framer-v-rfcsh7 .framer-1fw3tf0 { gap: 0px; } .framer-pCSes.framer-v-rfcsh7 .framer-1i7x34h > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-pCSes.framer-v-rfcsh7 .framer-1i7x34h > :first-child { margin-top: 0px; } .framer-pCSes.framer-v-rfcsh7 .framer-1i7x34h > :last-child { margin-bottom: 0px; } .framer-pCSes.framer-v-rfcsh7 .framer-memmb3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pCSes.framer-v-rfcsh7 .framer-memmb3 > :first-child, .framer-pCSes.framer-v-rfcsh7 .framer-1fw3tf0 > :first-child { margin-left: 0px; } .framer-pCSes.framer-v-rfcsh7 .framer-memmb3 > :last-child, .framer-pCSes.framer-v-rfcsh7 .framer-1fw3tf0 > :last-child { margin-right: 0px; } .framer-pCSes.framer-v-rfcsh7 .framer-1fw3tf0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",'.framer-pCSes[data-border=\"true\"]::after, .framer-pCSes [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2502\n * @framerIntrinsicWidth 1100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tPRulwpeS\":{\"layout\":[\"fixed\",\"auto\"]},\"hrbAlWn2E\":{\"layout\":[\"fixed\",\"auto\"]},\"FYDXBhZUC\":{\"layout\":[\"fixed\",\"auto\"]},\"J8CPVMdQm\":{\"layout\":[\"fixed\",\"auto\"]},\"xGmSZmDUB\":{\"layout\":[\"fixed\",\"auto\"]},\"gZ_EBue9v\":{\"layout\":[\"fixed\",\"auto\"]},\"YbOexBS8Q\":{\"layout\":[\"fixed\",\"auto\"]},\"mo5yziCt7\":{\"layout\":[\"fixed\",\"auto\"]},\"gTFBGheZA\":{\"layout\":[\"fixed\",\"auto\"]},\"EwuahqBRg\":{\"layout\":[\"fixed\",\"auto\"]},\"hliuOgWz2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFdFUSlUbW=withCSS(Component,css,\"framer-pCSes\");export default FramerFdFUSlUbW;FramerFdFUSlUbW.displayName=\"Blog Pagination\";FramerFdFUSlUbW.defaultProps={height:2502,width:1100};addPropertyControls(FramerFdFUSlUbW,{variant:{options:[\"TdTzWvkLC\",\"tPRulwpeS\",\"hrbAlWn2E\",\"FYDXBhZUC\",\"J8CPVMdQm\",\"xGmSZmDUB\",\"gZ_EBue9v\",\"YbOexBS8Q\",\"mo5yziCt7\",\"gTFBGheZA\",\"EwuahqBRg\",\"hliuOgWz2\"],optionTitles:[\"D1\",\"D2\",\"D3\",\"D4\",\"T1\",\"T2\",\"T3\",\"T4\",\"M1\",\"M2\",\"M3\",\"M4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerFdFUSlUbW,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...ReadMoreButtonFonts,...PreviousFonts,...NextFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFdFUSlUbW\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2502\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tPRulwpeS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hrbAlWn2E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FYDXBhZUC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"J8CPVMdQm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xGmSZmDUB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gZ_EBue9v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YbOexBS8Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mo5yziCt7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gTFBGheZA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EwuahqBRg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hliuOgWz2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1100\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import e from\"react\";var r={};Object.defineProperty(r,\"__esModule\",{value:!0});var t,a=e,l=(t=a)&&\"object\"==typeof t&&\"default\"in t?t.default:t;function n(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,a=new Array(r);t<r;t++)a[t]=e[t];return a}var o=function(e){return l.createElement(\"div\",null,e.children)},i=function(e){return l.createElement(\"span\",{style:{whiteSpace:\"pre\"}},e.children)},u=function(e){return l.createElement(\"span\",null,e.children)},f=a.memo(o),p=a.memo(i),s=a.memo(u),d=a.forwardRef((function(e,r){var t=e.className,d=e.style,m=e.LineWrapper,v=void 0===m?f:m,y=e.WordWrapper,h=void 0===y?p:y,x=e.LetterWrapper,g=void 0===x?s:x,b=e.extraProps,E=\"\";l.Children.map(e.children,(function(e){if(\"string\"!=typeof e&&\"number\"!=typeof e)throw new Error(\"SplitText expect a text as children\");E+=String(e)}));var w=a.useRef(null),S=a.useState([]),W=S[0],I=S[1],j=a.useRef(0);a.useLayoutEffect((function(){return function(){var e=w.current;if(e){if(W.length>0)return function(e,r){for(var t,a=j.current||e.map((function(e){return e.length})).sort((function(e,r){return r-e}))[0],l=[],f=\"\",p=0,s=function(e,r){var t;if(\"undefined\"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(t=function(e,r){if(e){if(\"string\"==typeof e)return n(e,void 0);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(e):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?n(e,void 0):void 0}}(e))){t&&(e=t);var a=0;return function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}}}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}return(t=e[Symbol.iterator]()).next.bind(t)}(r.split(\" \").entries());!(t=s()).done;){var d=t.value[1];(p+=d.length+1)>a+1&&(l.push(f),f=\"\",p=0),f+=d.trim()+\" \"}l.push(f),I(l.map((function(e){return e.trim()}))),a>j.current&&(j.current=a)}(W,E);for(var r,t=[],a=[],l=0,f=Array.from(e.children);l<f.length;l++){var p=f[l],s=p.getBoundingClientRect().top;null==r&&(r=s),s!==r&&(t.push(a.join(\" \")),a=[]),r=s,a.push((p.textContent||\"\").trim())}t.push(a.join(\" \")),I(t)}}()}),[E]);var L=0,A=0;return W.length?l.createElement(\"div\",{className:t,ref:function(e){w.current=e,\"function\"==typeof r?r(e):r&&(r.current=e)},style:d},W.map((function(e,r){var t=e.split(\" \");return t=t.map((function(e,r){return r===t.length-1?e:e+\" \"})),l.createElement(v,{key:r,lineIndex:r,extraProps:b},t.map((function(e,t){var a=e.split(\"\");return l.createElement(h,{key:t,lineIndex:r,wordIndex:t,countIndex:L++,extraProps:b},a.map((function(e,a){return l.createElement(g,{key:a,lineIndex:r,wordIndex:t,letterIndex:a,countIndex:A++,extraProps:b},e)})))})))}))):l.createElement(\"div\",{className:t,ref:w,style:d},E.split(\" \").map((function(e,r){return l.createElement(\"span\",{key:r},e,\" \")})))})),m=a.forwardRef((function(e,r){var t,f,p,s=e.children,m=function(e,r){if(null==e)return{};var t,a,l={},f=Object.keys(e);for(a=0;a<f.length;a++)r.indexOf(t=f[a])>=0||(l[t]=e[t]);return l}(e,[\"children\"]),v=a.useState(0),y=v[0],h=v[1],x=(t=function(){return h((function(e){return e+1}))},void 0===f&&(f=!1),function(){for(var e=this,r=arguments.length,a=new Array(r),l=0;l<r;l++)a[l]=arguments[l];var s=f&&!p,c=function(){return t.apply(e,a)};clearTimeout(p),p=setTimeout(c,300),s&&c()});return a.useEffect((function(){return window.addEventListener(\"resize\",x),function(){return window.removeEventListener(\"resize\",x)}}),[]),l.createElement(d,Object.assign({key:y},m,{ref:r}),s)}));r.LetterWrapper=u,r.LineWrapper=o,r.SplitText=m,r.WordWrapper=i;const v=r.__esModule,y=r.LetterWrapper,h=r.LineWrapper,x=r.SplitText,g=r.WordWrapper;export default r;export{y as LetterWrapper,h as LineWrapper,x as SplitText,g as WordWrapper,v as __esModule};\n\n//# sourceMappingURL=index.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useContext,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,MotionContext,useMotionValue}from\"framer-motion\";import{SplitText}from\"@cyriacbr/react-split-text\";const visibleVariant={opacity:1,x:0,y:0,scale:1,rotate:0,rotateX:0,rotateY:0};function variantToString(variant){return variant?\"visible\":\"hidden\";}/**\n * Motion Text\n * By Benjamin den Boer & Adam Seckel\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */ export default function MotionText(props){const{opacity,x,y,scale,rotate,rotateX,rotateY}=props.effectOptions;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const initialOpacity=useMotionValue(isCanvas?1:0);const isSpring=props.transitionOptions.type===\"spring\";const lastVariant=useRef();const[animate,setAnimate]=useState(()=>isCanvas?\"visible\":variantToString(!props.variant));const hasIndexAnimatedRef=useRef({});useEffect(()=>{// If the type of animation changes,\n// reset the ref so that we don't confuse old indexes with new ones.\nhasIndexAnimatedRef.current={};},[props.type]);// Animate the text after React renders,\n// and an animation frame has passed run the animation in the browser.\nuseEffect(()=>{if(isCanvas)return;requestAnimationFrame(()=>{initialOpacity.set(1);setAnimate(variantToString(props.variant));});},[]);// If the variant changes, trigger the animation if the variant boolean has changed.\nuseEffect(()=>{if(isCanvas)return;if(lastVariant.current!==props.variant){hasIndexAnimatedRef.current={};setAnimate(variantToString(props.variant));}lastVariant.current=props.variant;},[props.variant]);const springCurve={type:props.transitionOptions.type,stiffness:props.transitionOptions.stiffness,damping:props.transitionOptions.damping,mass:props.transitionOptions.mass};const easeCurve={type:props.transitionOptions.type,duration:props.transitionOptions.duration,ease:props.transitionOptions.ease};// Constructing the variants based on Effects\n// Hidden: from, visible: to\nconst item={hidden:{opacity,x,y,scale,rotate,rotateX,rotateY},visible:visibleVariant};const filteredTransition=isSpring?springCurve:easeCurve;const delay=props.transitionOptions.delay;const isLetter=props.type===\"letter\";const isWord=props.type===\"word\";const isLine=props.type===\"line\";const splitWrapperStyle={display:\"contents\"};function getSplitTextProps({isLetter,isWord,isLine}){const sharedProps={type:props.type,variants:item,filteredTransition:filteredTransition,delay:delay,stagger:props.stagger,perWord:props.perWord,hasIndexAnimatedRef};if(isLetter)return{LetterWrapper:info=>/*#__PURE__*/ _jsx(MotionSpanComponent,{...info,...sharedProps})};if(isLine)return{LineWrapper:info=>/*#__PURE__*/ _jsx(MotionSpanComponent,{...info,...sharedProps})};return{WordWrapper:info=>/*#__PURE__*/ _jsx(MotionSpanComponent,{...info,...sharedProps})};}return /*#__PURE__*/ _jsx(motion.div,{style:{width:\"100%\",height:\"100%\",// display: \"inline-block\",\nposition:\"relative\",overflow:props.overflow?\"visible\":\"hidden\",fontSize:props.font.fontSize,fontFamily:props.font.font,fontWeight:props.font.fontWeight,letterSpacing:props.font.letterSpacing,lineHeight:props.font.lineHeightType?props.font.lineHeight:`${props.font.lineHeightPixels}px`,textAlign:props.font.textAlign,whiteSpace:props.font.whiteSpace,color:props.color,left:`${props.font.offset}%`,margin:0,padding:0,opacity:initialOpacity},initial:isCanvas?\"visible\":\"hidden\",animate:animate,children:isCanvas?props.text:/*#__PURE__*/ _jsx(SplitText,{style:splitWrapperStyle,...getSplitTextProps({isLetter,isWord,isLine}),children:props.text})});};const getIndex=(isLetter,isWord,isLine,countIndex=0,letterIndex=0,wordIndex=0,lineIndex=0,perWord)=>{if(isLetter)return perWord?letterIndex:countIndex;if(isWord)return countIndex;return lineIndex;};const MotionSpanComponent=({type,countIndex=0,letterIndex=0,wordIndex=0,lineIndex=0,variants,isCanvas,filteredTransition,delay,stagger,children,perWord,hasIndexAnimatedRef})=>{const isLetter=type===\"letter\";const isWord=type===\"word\";const isLine=type===\"line\";const index=getIndex(isLetter,isWord,isLine,countIndex,letterIndex,wordIndex,lineIndex,perWord);// We have to do a lot of work to prevent this component from animating after it's animated once.\n// This is because SplitText aggressivly updates `keys` to rerender after the window resizes.\n// This means we can't keep any state in these components, and have to read from the parent.\n// If the layer has animated before, we override the inherited `initial` to whatever\n// the inherited `animate` is, to prevent another animation.\nconst{animate}=useContext(MotionContext);const props={};if(hasIndexAnimatedRef.current[index]===true)props.initial=animate;return /*#__PURE__*/ _jsx(motion.span,{...props,onAnimationComplete:()=>hasIndexAnimatedRef.current[index]=true,style:{perspective:1200,display:\"inline-block\",whiteSpace:\"pre\",margin:0,padding:0,willChange:\"transform\"},variants:variants,transition:{...filteredTransition,delay:delay+stagger*(index+1)},children:children});};MotionText.displayName=\"Motion Text\";MotionText.defaultProps={text:\"Hello World\",stagger:.05,variant:true,newTab:true,tag:\"heading1\",effectOptions:{x:0,y:100,rotate:0,rotateX:0,rotateY:0},transitionOptions:{type:\"spring\",stiffness:400,damping:30,mass:1,delay:.05},overflow:false,font:{font:\"Inter\",fontSize:32,fontWeight:400,textAlign:\"center\",lineHeight:1.2,lineHeightType:true,lineHeightPixels:100,letterSpacing:0,offset:0,whiteSpace:\"nowrap\"}};/* Property Controls */ addPropertyControls(MotionText,{text:{type:ControlType.String,title:\"Text\",defaultValue:\"Hello World\",displayTextArea:true},type:{title:\"Type\",type:ControlType.Enum,options:[\"letter\",\"word\",\"line\"],optionTitles:[\"Letter\",\"Word\",\"Line\"],defaultValue:\"letter\"},// link: { type: ControlType.Link, title: \"Link\" },\n// newTab: { type: ControlType.Boolean, title: \"New Tab\", defaultValue: true },\nperWord:{type:ControlType.Boolean,title:\"Per Word\",defaultValue:false,hidden:props=>props.type!==\"letter\"},variant:{title:\"Animate\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"In\",disabledTitle:\"Out\"},overflow:{title:\"Overflow\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},stagger:{title:\"Stagger\",type:ControlType.Number,step:.01,defaultValue:.05,displayStepper:true},effectOptions:{title:\"From\",type:ControlType.Object,controls:{opacity:{title:\"Opacity\",type:ControlType.Number,min:0,max:1,step:.01,defaultValue:0},x:{title:\"X\",type:ControlType.Number,min:-200,max:200,unit:\"%\",step:1,defaultValue:0,displayStepper:true},y:{title:\"Y\",type:ControlType.Number,min:-200,max:200,unit:\"%\",step:1,defaultValue:100,displayStepper:true},scale:{title:\"Scale\",type:ControlType.Number,min:0,max:5,step:.01,defaultValue:1,displayStepper:true},rotate:{title:\"Rotate\",type:ControlType.Number,min:-360,max:360,unit:\"\\xb0\",step:1,defaultValue:0},rotateX:{title:\"Rotate X\",type:ControlType.Number,min:-360,max:360,unit:\"\\xb0\",step:1,defaultValue:0},rotateY:{title:\"Rotate Y\",type:ControlType.Number,min:-360,max:360,unit:\"\\xb0\",step:1,defaultValue:0}}},transitionOptions:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30,mass:1,delay:.05}},color:{type:ControlType.Color,defaultValue:\"#888\"},font:{type:ControlType.Object,controls:{font:{type:ControlType.String,placeholder:\"Inter\",defaultValue:\"Inter\"},fontSize:{title:\"Size\",type:ControlType.Number,min:0,max:500,step:.5,defaultValue:32},fontWeight:{type:ControlType.Enum,options:[100,200,300,400,500,600,700,800,900],defaultValue:400,title:\"Weight\"},textAlign:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Align\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\"},letterSpacing:{title:\"Letter\",type:ControlType.Number,defaultValue:0,step:.1,displayStepper:true},offset:{type:ControlType.Number,title:\"Offset\",min:-100,max:100,displayStepper:true,step:.25,defaultValue:0,unit:\"%\"},whiteSpace:{type:ControlType.Enum,title:\"Space\",options:[\"normal\",\"nowrap\",\"pre\",\"pre-wrap\",\"preline\",\"break-spaces\",],optionTitles:[\"Normal\",\"No Wrap\",\"Pre\",\"Pre Wrap\",\"Preline\",\"Break Spaces\",],defaultValue:\"center\"},lineHeight:{type:ControlType.Number,title:\"Line\",min:-500,max:500,displayStepper:true,step:.1,defaultValue:1.2,hidden:props=>!props.lineHeightType},lineHeightPixels:{type:ControlType.Number,title:\"Line\",min:-500,max:500,displayStepper:true,step:.1,defaultValue:100,hidden:props=>props.lineHeightType},lineHeightType:{type:ControlType.Boolean,title:\" \",enabledTitle:\"em\",disabledTitle:\"px\",defaultValue:true}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"MotionText\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MotionText.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MotionText from\"https://framerusercontent.com/modules/2AusMW9Upi6mhJ0JzKTi/b0GOvxzDuuEZvz71ut2V/MotionText.js\";const MotionTextFonts=getFonts(MotionText);const cycleOrder=[\"INOBiURD4\",\"QF1Jot6lf\",\"IfFdmCiJg\"];const serializationHash=\"framer-X1nx1\";const variantClassNames={IfFdmCiJg:\"framer-v-1rkcx2r\",INOBiURD4:\"framer-v-bp0b66\",QF1Jot6lf:\"framer-v-fav056\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"INOBiURD4\",\"Variant 2\":\"QF1Jot6lf\",\"Variant 3\":\"IfFdmCiJg\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"INOBiURD4\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"INOBiURD4\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-bp0b66\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"INOBiURD4\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({IfFdmCiJg:{\"data-framer-name\":\"Variant 3\"},QF1Jot6lf:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ki8kc4-container\",layoutDependency:layoutDependency,layoutId:\"wSjMOdzFv-container\",children:/*#__PURE__*/_jsx(MotionText,{color:\"rgb(255, 255, 255)\",effectOptions:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0},font:{font:\"dancing script\",fontSize:40,fontWeight:500,letterSpacing:-1,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"center\",whiteSpace:\"normal\"},height:\"100%\",id:\"wSjMOdzFv\",layoutId:\"wSjMOdzFv\",overflow:true,perWord:false,stagger:.05,style:{width:\"100%\"},text:\"My writing explores how to achieve a meaningful future by making the most of our past and setting achievable goals in the present.\",transitionOptions:{damping:30,delay:0,duration:.5,ease:[.44,0,.56,1],mass:1,stiffness:400,type:\"tween\"},type:\"letter\",variant:false,width:\"100%\",...addPropertyOverrides({IfFdmCiJg:{font:{font:\"Poppins\",fontSize:16,fontWeight:400,letterSpacing:-1,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"center\",whiteSpace:\"normal\"},stagger:.025,text:\"I write about how to create an organizational environment to fulfill your team's potential.\",variant:true},QF1Jot6lf:{font:{font:\"poppins\",fontSize:32,fontWeight:400,letterSpacing:-1,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"center\",whiteSpace:\"normal\"},stagger:.025,text:\"I write about how to create an organizational environment to fulfill your team's potential.\",variant:true}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-X1nx1.framer-1ut9jrv, .framer-X1nx1 .framer-1ut9jrv { display: block; }\",\".framer-X1nx1.framer-bp0b66 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1100px; }\",\".framer-X1nx1 .framer-ki8kc4-container { flex: none; height: auto; position: relative; width: 1100px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-X1nx1.framer-bp0b66 { gap: 0px; } .framer-X1nx1.framer-bp0b66 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-X1nx1.framer-bp0b66 > :first-child { margin-top: 0px; } .framer-X1nx1.framer-bp0b66 > :last-child { margin-bottom: 0px; } }\",\".framer-X1nx1.framer-v-fav056 .framer-ki8kc4-container, .framer-X1nx1.framer-v-1rkcx2r .framer-ki8kc4-container { width: 100%; }\",\".framer-X1nx1.framer-v-1rkcx2r.framer-bp0b66 { width: 390px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 1100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QF1Jot6lf\":{\"layout\":[\"fixed\",\"auto\"]},\"IfFdmCiJg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMvKicPAgu=withCSS(Component,css,\"framer-X1nx1\");export default FramerMvKicPAgu;FramerMvKicPAgu.displayName=\"Block 2\";FramerMvKicPAgu.defaultProps={height:96,width:1100};addPropertyControls(FramerMvKicPAgu,{variant:{options:[\"INOBiURD4\",\"QF1Jot6lf\",\"IfFdmCiJg\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerMvKicPAgu,[{explicitInter:true,fonts:[]},...MotionTextFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMvKicPAgu\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1100\",\"framerIntrinsicHeight\":\"96\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QF1Jot6lf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IfFdmCiJg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MvKicPAgu.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"IXZbFEeba\"];const serializationHash=\"framer-t9GbR\";const variantClassNames={IXZbFEeba:\"framer-v-1khnc9w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,image,link,title,width,...props})=>{var _ref,_ref1;return{...props,il7wHy7S6:link!==null&&link!==void 0?link:props.il7wHy7S6,LgTv3Mb6X:(_ref=title!==null&&title!==void 0?title:props.LgTv3Mb6X)!==null&&_ref!==void 0?_ref:\"Read on amazon\",sjKOxn9y5:(_ref1=image!==null&&image!==void 0?image:props.sjKOxn9y5)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/oc8dm4WEoWghEtLfbKI2vmTZSjM.png\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,LgTv3Mb6X,sjKOxn9y5,il7wHy7S6,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IXZbFEeba\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:il7wHy7S6,openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1khnc9w\",className,classNames)} framer-1krntqo`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"IXZbFEeba\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(71, 69, 66)\",borderBottomRightRadius:10,borderTopLeftRadius:10,...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Read on amazon\"})}),className:\"framer-1mz4oa7\",\"data-framer-name\":\"Read on amazon\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"is9V9MBI1\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:LgTv3Mb6X,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",sizes:\"34px\",...toResponsiveImage(sjKOxn9y5),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-12u7alx\",\"data-framer-name\":\"Amazoncom-yellow-arrow 1\",layoutDependency:layoutDependency,layoutId:\"j8TfG7tvJ\"})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-t9GbR.framer-1krntqo, .framer-t9GbR .framer-1krntqo { display: block; }\",\".framer-t9GbR.framer-1khnc9w { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-start; overflow: visible; padding: 10px; position: relative; text-decoration: none; width: min-content; }\",\".framer-t9GbR .framer-1mz4oa7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-t9GbR .framer-12u7alx { aspect-ratio: 1.7894736842105263 / 1; bottom: -2px; flex: none; height: var(--framer-aspect-ratio-supported, 19px); left: 88px; position: absolute; width: 34px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-t9GbR.framer-1khnc9w { gap: 0px; } .framer-t9GbR.framer-1khnc9w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-t9GbR.framer-1khnc9w > :first-child { margin-left: 0px; } .framer-t9GbR.framer-1khnc9w > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 156\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"LgTv3Mb6X\":\"title\",\"sjKOxn9y5\":\"image\",\"il7wHy7S6\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYLVWakffP=withCSS(Component,css,\"framer-t9GbR\");export default FramerYLVWakffP;FramerYLVWakffP.displayName=\"Amazon Button\";FramerYLVWakffP.defaultProps={height:40,width:156};addPropertyControls(FramerYLVWakffP,{LgTv3Mb6X:{defaultValue:\"Read on amazon\",displayTextArea:false,title:\"Title\",type:ControlType.String},sjKOxn9y5:{__defaultAssetReference:\"data:framer/asset-reference,oc8dm4WEoWghEtLfbKI2vmTZSjM.png?originalFilename=Amazoncom-yellow-arrow+1.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},il7wHy7S6:{title:\"Link\",type:ControlType.Link}});addFonts(FramerYLVWakffP,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYLVWakffP\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"40\",\"framerVariables\":\"{\\\"LgTv3Mb6X\\\":\\\"title\\\",\\\"sjKOxn9y5\\\":\\\"image\\\",\\\"il7wHy7S6\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"156\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YLVWakffP.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,optimizeAppear,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import ReadMoreButton from\"https://framerusercontent.com/modules/3m0Yi2yPAxrOoOQqgfjY/Sa5ntzdDwzpLhqqZXPBj/ib81jNke9.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";import CTA from\"https://framerusercontent.com/modules/tKSyfHf96AeE5O4OLp4B/YynKIMEsloauwL45Ce6K/IzuBTnPgO.js\";import BlogPagination from\"#framer/local/canvasComponent/FdFUSlUbW/FdFUSlUbW.js\";import MenuBar from\"#framer/local/canvasComponent/Jf5HNIDfX/Jf5HNIDfX.js\";import Block2 from\"#framer/local/canvasComponent/MvKicPAgu/MvKicPAgu.js\";import Logo from\"#framer/local/canvasComponent/RhLK9i_40/RhLK9i_40.js\";import AmazonButton from\"#framer/local/canvasComponent/YLVWakffP/YLVWakffP.js\";import Blog from\"#framer/local/collection/uq0caq0t5/uq0caq0t5.js\";import*as sharedStyle from\"#framer/local/css/f_JgQVGd5/f_JgQVGd5.js\";import metadataProvider from\"#framer/local/webPageMetadata/xEV1Fu1vU/xEV1Fu1vU.js\";const MenuBarFonts=getFonts(MenuBar);const Block2Fonts=getFonts(Block2);const EmbedFonts=getFonts(Embed);const ReadMoreButtonFonts=getFonts(ReadMoreButton);const BlogPaginationFonts=getFonts(BlogPagination);const AmazonButtonFonts=getFonts(AmazonButton);const LogoFonts=getFonts(Logo);const CTAFonts=getFonts(CTA);const cycleOrder=[\"Z4lqXHQpl\",\"C10tTQb3D\",\"lKQWPXnQt\"];const breakpoints={C10tTQb3D:\"(min-width: 810px) and (max-width: 1199px)\",lKQWPXnQt:\"(max-width: 809px)\",Z4lqXHQpl:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Dfd0M\";const variantClassNames={C10tTQb3D:\"framer-v-teuxm9\",lKQWPXnQt:\"framer-v-14vkora\",Z4lqXHQpl:\"framer-v-4oyl4y\"};const transition1={delay:.8,duration:.8,ease:[.12,.23,.5,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:150};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition2={delay:.4,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:71};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:71};const transition3={delay:0,duration:.1,ease:[0,0,1,1],type:\"tween\"};const animation6={boxShadow:\"4px 4px 0px 0px rgb(255, 255, 255)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const transition4={delay:.4,duration:.8,ease:[.12,.23,.5,1],type:\"tween\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:-150,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,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 fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const dateStyle=options.dateStyle;const timeZone=\"UTC\";try{return date.toLocaleDateString(locale,{dateStyle,timeZone});}catch{return date.toLocaleDateString(fallbackLocale,{dateStyle,timeZone});}};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:150,y:0};const animation11={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const animation12={boxShadow:\"4px 4px 0px 0px #aa7552\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"Z4lqXHQpl\",Phone:\"lKQWPXnQt\",Tablet:\"C10tTQb3D\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Z4lqXHQpl\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,N2mmlvEPPf7xk9lTCN,arlFycQ7af7xk9lTCN,IseojZA0Zf7xk9lTCN,ntouDSloGf7xk9lTCN,RdOIT8fBsf7xk9lTCN,CBwOa26z6f7xk9lTCN,idf7xk9lTCN,N2mmlvEPPKlT0yNRhY,arlFycQ7aKlT0yNRhY,IseojZA0ZKlT0yNRhY,ntouDSloGKlT0yNRhY,RdOIT8fBsKlT0yNRhY,CBwOa26z6KlT0yNRhY,idKlT0yNRhY,N2mmlvEPPKhTh1qFex,arlFycQ7aKhTh1qFex,IseojZA0ZKhTh1qFex,ntouDSloGKhTh1qFex,RdOIT8fBsKhTh1qFex,P6IbuJZYXKhTh1qFex,CBwOa26z6KhTh1qFex,idKhTh1qFex,N2mmlvEPPg_5ywORed,arlFycQ7ag_5ywORed,IseojZA0Zg_5ywORed,ntouDSloGg_5ywORed,RdOIT8fBsg_5ywORed,P6IbuJZYXg_5ywORed,CBwOa26z6g_5ywORed,idg_5ywORed,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-Dfd0M`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-Dfd0M`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if([\"C10tTQb3D\",\"lKQWPXnQt\"].includes(baseVariant))return!isBrowser();return true;};const activeLocaleCode=useLocaleCode();const id=useRouteElementId(\"E5O_BHPUC\");const ref2=React.useRef(null);const router=useRouter();const id1=useRouteElementId(\"HQIRkaO4E\");const ref3=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Z4lqXHQpl\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-4oyl4y\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1067zmz-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{style:{width:\"100%\"},variant:\"T_3i_sH_p\"},lKQWPXnQt:{style:{width:\"100%\"},variant:\"Bw8fcw7bx\"}},children:/*#__PURE__*/_jsx(MenuBar,{height:\"100%\",id:\"Pv6doZB8P\",layoutId:\"Pv6doZB8P\",style:{height:\"100%\",width:\"100%\"},variant:\"YSjvYxOE3\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/KB4EZCxZ0ZVXrg1K7cGXHcHnm0.png\",srcSet:\"https://framerusercontent.com/images/KB4EZCxZ0ZVXrg1K7cGXHcHnm0.png?scale-down-to=512 512w,https://framerusercontent.com/images/KB4EZCxZ0ZVXrg1K7cGXHcHnm0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KB4EZCxZ0ZVXrg1K7cGXHcHnm0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KB4EZCxZ0ZVXrg1K7cGXHcHnm0.png 3597w\"},className:\"framer-11wmzfr\",\"data-framer-name\":\"Hero Feature Section\",name:\"Hero Feature Section\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rncqy6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lKQWPXnQt:{variant:\"IfFdmCiJg\"}},children:/*#__PURE__*/_jsx(Block2,{height:\"100%\",id:\"H1EyKQfNE\",layoutId:\"H1EyKQfNE\",style:{width:\"100%\"},variant:\"QF1Jot6lf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{\"data-framer-appear-id\":\"1pk7w46\",animate:optimizeAppear(\"animate\",\"1pk7w46\",animation1,\"teuxm9\"),initial:optimizeAppear(\"initial\",\"1pk7w46\",animation2,\"teuxm9\")},lKQWPXnQt:{\"data-framer-appear-id\":\"15gk2mr\",animate:optimizeAppear(\"animate\",\"15gk2mr\",animation1,\"14vkora\"),initial:optimizeAppear(\"initial\",\"15gk2mr\",animation2,\"14vkora\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"1yq12s2\",animation1,\"4oyl4y\"),className:\"framer-1yq12s2\",\"data-framer-appear-id\":\"1yq12s2\",\"data-framer-name\":\"Newsletter\",exit:animation,initial:optimizeAppear(\"initial\",\"1yq12s2\",animation2,\"4oyl4y\"),name:\"Newsletter\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.32px\",\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Newsletter\"})}),className:\"framer-12nlhlj\",\"data-framer-name\":\"Newsletter\",fonts:[\"Inter-SemiBold\"],name:\"Newsletter\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-m6bqdl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2e9yuc-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<script async data-uid=\"e4a2995a1f\" src=\"https://deft-artisan-4806.ck.page/e4a2995a1f/index.js\"></script>',id:\"e__lYka7u\",layoutId:\"e__lYka7u\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.32px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Sign up for my newsletter and I will send you a Life Review and Planning Guide to help you create a better future.\"})}),className:\"framer-1p065mc\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],name:\"Description\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19qbtx3\",\"data-framer-name\":\"Frame 110\",name:\"Frame 110\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{\"data-framer-appear-id\":\"1a46v79\",animate:optimizeAppear(\"animate\",\"1a46v79\",animation4,\"teuxm9\"),initial:optimizeAppear(\"initial\",\"1a46v79\",animation5,\"teuxm9\")},lKQWPXnQt:{\"data-framer-appear-id\":\"lakb3k\",animate:optimizeAppear(\"animate\",\"lakb3k\",animation4,\"14vkora\"),initial:optimizeAppear(\"initial\",\"lakb3k\",animation5,\"14vkora\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"9eqcm6\",animation4,\"4oyl4y\"),className:\"framer-9eqcm6\",\"data-framer-appear-id\":\"9eqcm6\",\"data-framer-name\":\"Frame 108\",exit:animation3,initial:optimizeAppear(\"initial\",\"9eqcm6\",animation5,\"4oyl4y\"),name:\"Frame 108\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xj0vw4\",\"data-framer-name\":\"Frame 106\",name:\"Frame 106\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Recent Posts\"})}),className:\"framer-kpiseq\",\"data-framer-name\":\"Recent Blogs\",fonts:[\"GF;Roboto-500\"],name:\"Recent Blogs\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p7ic1b\",\"data-framer-name\":\"Frame 107\",name:\"Frame 107\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":E5O_BHPUC\",webPageId:\"xEV1Fu1vU\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-3hz478 framer-4f67kq\",\"data-border\":true,\"data-framer-name\":\"Frame 99\",name:\"Frame 99\",whileHover:animation6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hqfwrq\",\"data-framer-name\":\"Frame 100\",name:\"Frame 100\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1297arf\",\"data-framer-name\":\"octicon:book-24\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,name:\"octicon:book-24\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 4.25C0 4.05109 0.0790176 3.86032 0.21967 3.71967C0.360322 3.57902 0.551088 3.5 0.75 3.5H8.247C9.813 3.5 11.192 4.3 11.998 5.514C12.4082 4.89431 12.9656 4.38598 13.6204 4.03451C14.2752 3.68303 15.0069 3.49939 15.75 3.5H23.25C23.4489 3.5 23.6397 3.57902 23.7803 3.71967C23.921 3.86032 24 4.05109 24 4.25V19.313C23.9997 19.4118 23.98 19.5097 23.9419 19.6009C23.9038 19.6921 23.8481 19.7749 23.778 19.8445C23.7079 19.9142 23.6247 19.9693 23.5332 20.0068C23.4418 20.0443 23.3438 20.0634 23.245 20.063L15.563 20.011C15.1656 20.0082 14.7716 20.0843 14.4039 20.2351C14.0362 20.3858 13.7021 20.6081 13.421 20.889L12.531 21.78C12.4613 21.8497 12.3786 21.905 12.2876 21.9427C12.1966 21.9804 12.099 21.9998 12.0005 21.9998C11.902 21.9998 11.8044 21.9804 11.7134 21.9427C11.6224 21.905 11.5397 21.8497 11.47 21.78L10.568 20.879C10.2896 20.6002 9.95899 20.3791 9.59504 20.2283C9.23109 20.0774 8.84097 19.9999 8.447 20H0.75C0.551088 20 0.360322 19.921 0.21967 19.7803C0.0790176 19.6397 0 19.4489 0 19.25L0 4.25ZM12.75 19.482C13.5532 18.8468 14.549 18.5043 15.573 18.511L22.5 18.558V5H15.75C14.9544 5 14.1913 5.31607 13.6287 5.87868C13.0661 6.44129 12.75 7.20435 12.75 8V19.482ZM11.247 7.997C11.2462 7.20187 10.9298 6.43958 10.3673 5.87762C9.80474 5.31566 9.04213 5 8.247 5H1.5V18.5H8.447C9.465 18.5 10.453 18.846 11.25 19.48L11.247 7.997Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Book Summaries\"})}),className:\"framer-gg2d5n\",\"data-framer-name\":\"Book Summaries\",fonts:[\"GF;Roboto-500\"],name:\"Book Summaries\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16yql5v\",\"data-framer-name\":\"Arrow\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,name:\"Arrow\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12 19.5L6 13.5M12 19.5L18 13.5M12 19.5L12 5.5\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1gpb4n4\",\"data-framer-name\":\"Vector 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:1103,name:\"Vector 1\",svg:'<svg width=\"1103\" height=\"4\" viewBox=\"-1 -1 1103 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 1H1100.5\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dnmym4\",\"data-framer-name\":\"Frame 105\",name:\"Frame 105\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"1jcr8ri\",animation8,\"4oyl4y\"),className:\"framer-1jcr8ri hidden-teuxm9 hidden-14vkora\",\"data-framer-appear-id\":\"1jcr8ri\",exit:animation7,initial:optimizeAppear(\"initial\",\"1jcr8ri\",animation9,\"4oyl4y\"),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"arlFycQ7a\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{name:\"AavG7Vkqk\",type:\"Identifier\"}},children:collection=>collection.map(({N2mmlvEPP:N2mmlvEPPf7xk9lTCN,arlFycQ7a:arlFycQ7af7xk9lTCN,IseojZA0Z:IseojZA0Zf7xk9lTCN,ntouDSloG:ntouDSloGf7xk9lTCN,RdOIT8fBs:RdOIT8fBsf7xk9lTCN,CBwOa26z6:CBwOa26z6f7xk9lTCN,id:idf7xk9lTCN},i)=>{const textContent=toDateString(IseojZA0Zf7xk9lTCN,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`f7xk9lTCN-${idf7xk9lTCN}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CBwOa26z6:CBwOa26z6f7xk9lTCN},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l73n7t\",\"data-border\":true,whileHover:animation6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6tcmkc\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",...toResponsiveImage(N2mmlvEPPf7xk9lTCN)},className:\"framer-987j9p\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vwseze\",\"data-framer-name\":\"Frame 11\",name:\"Frame 11\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qwkmkj\",\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1jewi1h\",\"data-framer-name\":\"carbon:user-profile\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:19,name:\"carbon:user-profile\",svg:'<svg width=\"19\" height=\"18\" viewBox=\"0 0 19 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_46_64)\">\\n<path d=\"M6.76086 1.56521C7.34131 1.56521 7.90872 1.73733 8.39134 2.05981C8.87396 2.38229 9.25012 2.84064 9.47225 3.3769C9.69437 3.91316 9.75249 4.50325 9.63925 5.07254C9.52601 5.64183 9.2465 6.16476 8.83607 6.5752C8.42563 6.98563 7.9027 7.26514 7.33341 7.37838C6.76412 7.49162 6.17403 7.4335 5.63777 7.21138C5.10151 6.98925 4.64316 6.61309 4.32068 6.13047C3.9982 5.64785 3.82608 5.08044 3.82608 4.49999C3.82608 3.72164 4.13528 2.97517 4.68566 2.42479C5.23604 1.87441 5.98251 1.56521 6.76086 1.56521ZM6.76086 0.391296C5.94824 0.391296 5.15386 0.632267 4.47819 1.08374C3.80252 1.53521 3.2759 2.1769 2.96492 2.92766C2.65394 3.67843 2.57258 4.50455 2.73111 5.30156C2.88965 6.09857 3.28096 6.83067 3.85558 7.40528C4.43019 7.97989 5.16229 8.3712 5.9593 8.52974C6.7563 8.68827 7.58243 8.60691 8.33319 8.29593C9.08396 7.98495 9.72565 7.45833 10.1771 6.78266C10.6286 6.10699 10.8696 5.31261 10.8696 4.49999C10.8696 3.4103 10.4367 2.36524 9.66615 1.59471C8.89562 0.824175 7.85056 0.391296 6.76086 0.391296ZM12.6304 16.8261H11.4565V13.8913C11.4565 13.1129 11.1473 12.3665 10.5969 11.8161C10.0466 11.2657 9.30008 10.9565 8.52173 10.9565H4.99999C4.22164 10.9565 3.47517 11.2657 2.92479 11.8161C2.37441 12.3665 2.06521 13.1129 2.06521 13.8913V16.8261H0.891296V13.8913C0.891296 12.8016 1.32418 11.7565 2.09471 10.986C2.86524 10.2155 3.9103 9.7826 4.99999 9.7826H8.52173C9.61143 9.7826 10.6565 10.2155 11.427 10.986C12.1975 11.7565 12.6304 12.8016 12.6304 13.8913V16.8261ZM12.6304 1.56521H18.5V2.73912H12.6304V1.56521ZM12.6304 4.49999H18.5V5.6739H12.6304V4.49999ZM12.6304 7.43477H16.7391V8.60869H12.6304V7.43477Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_46_64\">\\n<rect width=\"18\" height=\"17.2174\" fill=\"white\" transform=\"translate(0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nathan King\"})}),className:\"framer-1xb84bp\",\"data-framer-name\":\"Wikikhoss\",fonts:[\"GF;Poppins-regular\"],name:\"Wikikhoss\",text:arlFycQ7af7xk9lTCN,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16w6t5l\",\"data-framer-name\":\"Frame 9\",name:\"Frame 9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12kla3t\",\"data-framer-name\":\"circum:calendar-date\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:19,name:\"circum:calendar-date\",svg:'<svg width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_46_68)\">\\n<path d=\"M15.87 2.41029H13.93V1.00029C13.93 0.74029 13.7 0.49029 13.43 0.50029C13.16 0.51029 12.93 0.72029 12.93 1.00029V2.41029H5.93V1.00029C5.93 0.74029 5.7 0.49029 5.43 0.50029C5.16 0.51029 4.93 0.72029 4.93 1.00029V2.41029H3C2.33696 2.41029 1.70107 2.67368 1.23223 3.14252C0.763392 3.61136 0.5 4.24725 0.5 4.91029V15.9103C0.5 16.5733 0.763392 17.2092 1.23223 17.6781C1.70107 18.1469 2.33696 18.4103 3 18.4103H15.87C16.533 18.4103 17.1689 18.1469 17.6378 17.6781C18.1066 17.2092 18.37 16.5733 18.37 15.9103V4.91029C18.37 4.24725 18.1066 3.61136 17.6378 3.14252C17.1689 2.67368 16.533 2.41029 15.87 2.41029ZM17.37 15.9103C17.37 16.7403 16.7 17.4103 15.87 17.4103H3C2.17 17.4103 1.5 16.7403 1.5 15.9103V7.49029H17.37V15.9103ZM17.37 6.49029H1.5V4.91029C1.5 4.08029 2.17 3.41029 3 3.41029H4.93V4.00029C4.93 4.26029 5.16 4.51029 5.43 4.50029C5.7 4.49029 5.93 4.28029 5.93 4.00029V3.41029H12.93V4.00029C12.93 4.26029 13.16 4.51029 13.43 4.50029C13.7 4.49029 13.93 4.28029 13.93 4.00029V3.41029H15.87C16.7 3.41029 17.37 4.08029 17.37 4.91029V6.49029Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_46_68\">\\n<rect width=\"18\" height=\"18\" fill=\"white\" transform=\"translate(0.5 0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Content\"})}),className:\"framer-modcxh\",\"data-framer-name\":\"May 6, 2023\",fonts:[\"GF;Poppins-regular\"],name:\"May 6, 2023\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lorem ipsum dolor sit amet consectetur. Diam in nec habitasse diam. Semper.\"})}),className:\"framer-2b24xb\",\"data-framer-name\":\"Lorem ipsum dolor sit amet consectetur. Diam in nec habitasse diam. Semper.\",fonts:[\"GF;Poppins-500\"],name:\"Lorem ipsum dolor sit amet consectetur. Diam in nec habitasse diam. Semper.\",text:ntouDSloGf7xk9lTCN,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItMzAw\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lorem ipsum dolor sit amet consectetur. Duis aliquet morbi feugiat nisi sollicitudin ut ut arcu. Ipsum sit vitae velit dui tristique diam nibh condimentum. In morbi feugiat massa sit viverra lectus. Eu ornare at tortor tristique morbi mattis.\"})}),className:\"framer-115nvs0\",\"data-framer-name\":\"Lorem ipsum dolor sit amet consectetur. Duis aliquet morbi feugiat nisi sollicitudin ut ut arcu. Ipsum sit vitae velit dui tristique diam nibh condimentum. In morbi feugiat massa sit viverra lectus. Eu ornare at tortor tristique morbi mattis.\",fonts:[\"GF;Inter-300\"],name:\"Lorem ipsum dolor sit amet consectetur. Duis aliquet morbi feugiat nisi sollicitudin ut ut arcu. Ipsum sit vitae velit dui tristique diam nibh condimentum. In morbi feugiat massa sit viverra lectus. Eu ornare at tortor tristique morbi mattis.\",text:RdOIT8fBsf7xk9lTCN,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cbi4eB8J7\"},openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-vjt6p framer-4f67kq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v2ricu-container\",children:/*#__PURE__*/_jsx(ReadMoreButton,{height:\"100%\",id:\"LsBINd_rv\",layoutId:\"LsBINd_rv\",title:\"Read More\",variant:\"PMPx8PY9Q\",width:\"100%\"})})})})})]})})},idf7xk9lTCN);})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{\"data-framer-appear-id\":\"hyajt9\",animate:optimizeAppear(\"animate\",\"hyajt9\",animation8,\"teuxm9\"),initial:optimizeAppear(\"initial\",\"hyajt9\",animation11,\"teuxm9\")},lKQWPXnQt:{\"data-framer-appear-id\":\"1uf8gus\",animate:optimizeAppear(\"animate\",\"1uf8gus\",animation8,\"14vkora\"),initial:optimizeAppear(\"initial\",\"1uf8gus\",animation11,\"14vkora\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"1aluvm7\",animation8,\"4oyl4y\"),className:\"framer-1aluvm7\",\"data-framer-appear-id\":\"1aluvm7\",exit:animation10,initial:optimizeAppear(\"initial\",\"1aluvm7\",animation11,\"4oyl4y\"),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"arlFycQ7a\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"zaMiibnOo\",type:\"Identifier\"}}},children:collection1=>collection1.map(({N2mmlvEPP:N2mmlvEPPKlT0yNRhY,arlFycQ7a:arlFycQ7aKlT0yNRhY,IseojZA0Z:IseojZA0ZKlT0yNRhY,ntouDSloG:ntouDSloGKlT0yNRhY,RdOIT8fBs:RdOIT8fBsKlT0yNRhY,CBwOa26z6:CBwOa26z6KlT0yNRhY,id:idKlT0yNRhY},i)=>{const textContent1=toDateString(IseojZA0ZKlT0yNRhY,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`KlT0yNRhY-${idKlT0yNRhY}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CBwOa26z6:CBwOa26z6KlT0yNRhY},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cbi4eB8J7\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1rysq0m framer-4f67kq\",\"data-border\":true,whileHover:animation6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lKQWPXnQt:{background:{alt:\"\",fit:\"fill\",sizes:\"calc(100vw - 90px)\",...toResponsiveImage(N2mmlvEPPKlT0yNRhY)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"235px\",...toResponsiveImage(N2mmlvEPPKlT0yNRhY)},className:\"framer-1u3oyg8\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15ph0id\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dmeydi\",\"data-framer-name\":\"Frame 11\",name:\"Frame 11\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yx0xx0\",\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-11oyc6g\",\"data-framer-name\":\"carbon:user-profile\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:19,name:\"carbon:user-profile\",svg:'<svg width=\"19\" height=\"18\" viewBox=\"0 0 19 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_46_64)\">\\n<path d=\"M6.76086 1.56521C7.34131 1.56521 7.90872 1.73733 8.39134 2.05981C8.87396 2.38229 9.25012 2.84064 9.47225 3.3769C9.69437 3.91316 9.75249 4.50325 9.63925 5.07254C9.52601 5.64183 9.2465 6.16476 8.83607 6.5752C8.42563 6.98563 7.9027 7.26514 7.33341 7.37838C6.76412 7.49162 6.17403 7.4335 5.63777 7.21138C5.10151 6.98925 4.64316 6.61309 4.32068 6.13047C3.9982 5.64785 3.82608 5.08044 3.82608 4.49999C3.82608 3.72164 4.13528 2.97517 4.68566 2.42479C5.23604 1.87441 5.98251 1.56521 6.76086 1.56521ZM6.76086 0.391296C5.94824 0.391296 5.15386 0.632267 4.47819 1.08374C3.80252 1.53521 3.2759 2.1769 2.96492 2.92766C2.65394 3.67843 2.57258 4.50455 2.73111 5.30156C2.88965 6.09857 3.28096 6.83067 3.85558 7.40528C4.43019 7.97989 5.16229 8.3712 5.9593 8.52974C6.7563 8.68827 7.58243 8.60691 8.33319 8.29593C9.08396 7.98495 9.72565 7.45833 10.1771 6.78266C10.6286 6.10699 10.8696 5.31261 10.8696 4.49999C10.8696 3.4103 10.4367 2.36524 9.66615 1.59471C8.89562 0.824175 7.85056 0.391296 6.76086 0.391296ZM12.6304 16.8261H11.4565V13.8913C11.4565 13.1129 11.1473 12.3665 10.5969 11.8161C10.0466 11.2657 9.30008 10.9565 8.52173 10.9565H4.99999C4.22164 10.9565 3.47517 11.2657 2.92479 11.8161C2.37441 12.3665 2.06521 13.1129 2.06521 13.8913V16.8261H0.891296V13.8913C0.891296 12.8016 1.32418 11.7565 2.09471 10.986C2.86524 10.2155 3.9103 9.7826 4.99999 9.7826H8.52173C9.61143 9.7826 10.6565 10.2155 11.427 10.986C12.1975 11.7565 12.6304 12.8016 12.6304 13.8913V16.8261ZM12.6304 1.56521H18.5V2.73912H12.6304V1.56521ZM12.6304 4.49999H18.5V5.6739H12.6304V4.49999ZM12.6304 7.43477H16.7391V8.60869H12.6304V7.43477Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_46_64\">\\n<rect width=\"18\" height=\"17.2174\" fill=\"white\" transform=\"translate(0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nathan King\"})}),className:\"framer-jw0wxe\",\"data-framer-name\":\"Wikikhoss\",fonts:[\"GF;Poppins-regular\"],name:\"Wikikhoss\",text:arlFycQ7aKlT0yNRhY,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17660cr\",\"data-framer-name\":\"Frame 9\",name:\"Frame 9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-mi0ai2\",\"data-framer-name\":\"circum:calendar-date\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:19,name:\"circum:calendar-date\",svg:'<svg width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_46_68)\">\\n<path d=\"M15.87 2.41029H13.93V1.00029C13.93 0.74029 13.7 0.49029 13.43 0.50029C13.16 0.51029 12.93 0.72029 12.93 1.00029V2.41029H5.93V1.00029C5.93 0.74029 5.7 0.49029 5.43 0.50029C5.16 0.51029 4.93 0.72029 4.93 1.00029V2.41029H3C2.33696 2.41029 1.70107 2.67368 1.23223 3.14252C0.763392 3.61136 0.5 4.24725 0.5 4.91029V15.9103C0.5 16.5733 0.763392 17.2092 1.23223 17.6781C1.70107 18.1469 2.33696 18.4103 3 18.4103H15.87C16.533 18.4103 17.1689 18.1469 17.6378 17.6781C18.1066 17.2092 18.37 16.5733 18.37 15.9103V4.91029C18.37 4.24725 18.1066 3.61136 17.6378 3.14252C17.1689 2.67368 16.533 2.41029 15.87 2.41029ZM17.37 15.9103C17.37 16.7403 16.7 17.4103 15.87 17.4103H3C2.17 17.4103 1.5 16.7403 1.5 15.9103V7.49029H17.37V15.9103ZM17.37 6.49029H1.5V4.91029C1.5 4.08029 2.17 3.41029 3 3.41029H4.93V4.00029C4.93 4.26029 5.16 4.51029 5.43 4.50029C5.7 4.49029 5.93 4.28029 5.93 4.00029V3.41029H12.93V4.00029C12.93 4.26029 13.16 4.51029 13.43 4.50029C13.7 4.49029 13.93 4.28029 13.93 4.00029V3.41029H15.87C16.7 3.41029 17.37 4.08029 17.37 4.91029V6.49029Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_46_68\">\\n<rect width=\"18\" height=\"18\" fill=\"white\" transform=\"translate(0.5 0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Content\"})}),className:\"framer-rzhek7\",\"data-framer-name\":\"May 6, 2023\",fonts:[\"GF;Poppins-regular\"],name:\"May 6, 2023\",text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bdq5e1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lorem ipsum dolor sit amet consectetur. Diam in nec habitasse diam. Semper.\"})}),className:\"framer-15lx9cz\",\"data-framer-name\":\"Lorem ipsum dolor sit amet consectetur. Diam in nec habitasse diam. Semper.\",fonts:[\"GF;Poppins-500\"],name:\"Lorem ipsum dolor sit amet consectetur. Diam in nec habitasse diam. Semper.\",text:ntouDSloGKlT0yNRhY,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7btcg8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItMzAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lorem ipsum dolor sit amet consectetur. Duis aliquet morbi feugiat nisi sollicitudin ut ut arcu. Ipsum sit vitae velit dui tristique diam nibh condimentum. In morbi feugiat massa sit viverra lectus. Eu ornare at tortor tristique morbi mattis.\"})}),className:\"framer-1c8ywue\",\"data-framer-name\":\"Lorem ipsum dolor sit amet consectetur. Duis aliquet morbi feugiat nisi sollicitudin ut ut arcu. Ipsum sit vitae velit dui tristique diam nibh condimentum. In morbi feugiat massa sit viverra lectus. Eu ornare at tortor tristique morbi mattis.\",fonts:[\"GF;Inter-300\"],name:\"Lorem ipsum dolor sit amet consectetur. Duis aliquet morbi feugiat nisi sollicitudin ut ut arcu. Ipsum sit vitae velit dui tristique diam nibh condimentum. In morbi feugiat massa sit viverra lectus. Eu ornare at tortor tristique morbi mattis.\",text:RdOIT8fBsKlT0yNRhY,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})},idKlT0yNRhY);})})})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xjuw4p-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{variant:\"J8CPVMdQm\"},lKQWPXnQt:{variant:\"mo5yziCt7\"}},children:/*#__PURE__*/_jsx(BlogPagination,{height:\"100%\",id:\"b3RxTOHih\",layoutId:\"b3RxTOHih\",style:{width:\"100%\"},variant:\"TdTzWvkLC\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hnso0c\",\"data-framer-name\":\"Book Summaries\",id:id,name:\"Book Summaries\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6eajmi\",\"data-framer-name\":\"Header\",name:\"Header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"Book Summaries\"})}),className:\"framer-187zivo\",\"data-framer-name\":\"Boom Summaries\",fonts:[\"GF;Poppins-500\"],name:\"Boom Summaries\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1y5p018\",\"data-framer-name\":\"Vector 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:1102,name:\"Vector 5\",svg:'<svg width=\"1102\" height=\"4\" viewBox=\"-1 -1 1102 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1H1100\" stroke=\"#474542\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w164pu\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Blog,type:\"Collection\"},orderBy:[{direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"arlFycQ7a\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"P6IbuJZYX\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"zaMiibnOo\",type:\"Identifier\"},operator:\"and\",right:{name:\"AavG7Vkqk\",type:\"Identifier\"},type:\"BinaryOperation\"}},children:collection2=>collection2.map(({N2mmlvEPP:N2mmlvEPPKhTh1qFex,arlFycQ7a:arlFycQ7aKhTh1qFex,IseojZA0Z:IseojZA0ZKhTh1qFex,ntouDSloG:ntouDSloGKhTh1qFex,RdOIT8fBs:RdOIT8fBsKhTh1qFex,P6IbuJZYX:P6IbuJZYXKhTh1qFex,CBwOa26z6:CBwOa26z6KhTh1qFex,id:idKhTh1qFex},i)=>{const textContent2=toDateString(IseojZA0ZKhTh1qFex,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`KhTh1qFex-${idKhTh1qFex}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CBwOa26z6:CBwOa26z6KhTh1qFex},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pnfq6k\",\"data-border\":true,whileHover:animation12,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"281px\",...toResponsiveImage(N2mmlvEPPKhTh1qFex)}},lKQWPXnQt:{background:{alt:\"\",fit:\"fill\",sizes:\"281px\",...toResponsiveImage(N2mmlvEPPKhTh1qFex)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"454px\",...toResponsiveImage(N2mmlvEPPKhTh1qFex)},className:\"framer-4eo5yw\",\"data-framer-name\":\"Cover\",name:\"Cover\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wfmojb\",\"data-framer-name\":\"Frame 41\",name:\"Frame 41\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2snosw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a5rlgu\",\"data-framer-name\":\"Frame 11\",name:\"Frame 11\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7iyvwn\",\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-od6n8w\",\"data-framer-name\":\"carbon:user-profile\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,name:\"carbon:user-profile\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_144_410)\">\\n<path d=\"M6.26087 1.56527C6.84131 1.56527 7.40872 1.73739 7.89135 2.05987C8.37397 2.38235 8.75013 2.8407 8.97226 3.37696C9.19438 3.91322 9.2525 4.50331 9.13926 5.0726C9.02602 5.64189 8.74651 6.16482 8.33607 6.57526C7.92564 6.98569 7.40271 7.2652 6.83342 7.37844C6.26413 7.49168 5.67404 7.43356 5.13778 7.21144C4.60152 6.98931 4.14316 6.61315 3.82069 6.13053C3.49821 5.64791 3.32609 5.0805 3.32609 4.50005C3.32609 3.7217 3.63529 2.97523 4.18566 2.42485C4.73604 1.87447 5.48252 1.56527 6.26087 1.56527ZM6.26087 0.391357C5.44825 0.391357 4.65387 0.632328 3.9782 1.0838C3.30253 1.53527 2.77591 2.17696 2.46493 2.92772C2.15395 3.67849 2.07259 4.50461 2.23112 5.30162C2.38966 6.09863 2.78097 6.83073 3.35558 7.40534C3.93019 7.97995 4.66229 8.37127 5.4593 8.5298C6.25631 8.68833 7.08243 8.60697 7.8332 8.29599C8.58397 7.98501 9.22566 7.45839 9.67713 6.78272C10.1286 6.10705 10.3696 5.31268 10.3696 4.50005C10.3696 3.41036 9.93669 2.3653 9.16616 1.59477C8.39563 0.824237 7.35056 0.391357 6.26087 0.391357ZM12.1304 16.8261H10.9565V13.8914C10.9565 13.113 10.6473 12.3665 10.0969 11.8162C9.54657 11.2658 8.80009 10.9566 8.02174 10.9566H4.5C3.72165 10.9566 2.97517 11.2658 2.4248 11.8162C1.87442 12.3665 1.56522 13.113 1.56522 13.8914V16.8261H0.391304V13.8914C0.391304 12.8017 0.824183 11.7566 1.59471 10.9861C2.36524 10.2155 3.41031 9.78266 4.5 9.78266H8.02174C9.11143 9.78266 10.1565 10.2155 10.927 10.9861C11.6976 11.7566 12.1304 12.8017 12.1304 13.8914V16.8261ZM12.1304 1.56527H18V2.73918H12.1304V1.56527ZM12.1304 4.50005H18V5.67397H12.1304V4.50005ZM12.1304 7.43483H16.2391V8.60875H12.1304V7.43483Z\" fill=\"#474542\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_144_410\">\\n<rect width=\"18\" height=\"17.2174\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"Nathan King\"})}),className:\"framer-167osr5\",\"data-framer-name\":\"Nathan King\",fonts:[\"GF;Poppins-regular\"],name:\"Nathan King\",text:arlFycQ7aKhTh1qFex,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17wzjnr\",\"data-framer-name\":\"Frame 9\",name:\"Frame 9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-5l56bu\",\"data-framer-name\":\"circum:calendar-date\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:18,name:\"circum:calendar-date\",svg:'<svg width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_144_414)\">\\n<path d=\"M15.37 2.41029H13.43V1.00029C13.43 0.74029 13.2 0.49029 12.93 0.50029C12.66 0.51029 12.43 0.72029 12.43 1.00029V2.41029H5.43V1.00029C5.43 0.74029 5.2 0.49029 4.93 0.50029C4.66 0.51029 4.43 0.72029 4.43 1.00029V2.41029H2.5C1.83696 2.41029 1.20107 2.67368 0.732233 3.14252C0.263392 3.61136 0 4.24725 0 4.91029V15.9103C0 16.5733 0.263392 17.2092 0.732233 17.6781C1.20107 18.1469 1.83696 18.4103 2.5 18.4103H15.37C16.033 18.4103 16.6689 18.1469 17.1378 17.6781C17.6066 17.2092 17.87 16.5733 17.87 15.9103V4.91029C17.87 4.24725 17.6066 3.61136 17.1378 3.14252C16.6689 2.67368 16.033 2.41029 15.37 2.41029ZM16.87 15.9103C16.87 16.7403 16.2 17.4103 15.37 17.4103H2.5C1.67 17.4103 1 16.7403 1 15.9103V7.49029H16.87V15.9103ZM16.87 6.49029H1V4.91029C1 4.08029 1.67 3.41029 2.5 3.41029H4.43V4.00029C4.43 4.26029 4.66 4.51029 4.93 4.50029C5.2 4.49029 5.43 4.28029 5.43 4.00029V3.41029H12.43V4.00029C12.43 4.26029 12.66 4.51029 12.93 4.50029C13.2 4.49029 13.43 4.28029 13.43 4.00029V3.41029H15.37C16.2 3.41029 16.87 4.08029 16.87 4.91029V6.49029Z\" fill=\"#474542\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_144_414\">\\n<rect width=\"18\" height=\"18\" fill=\"white\" transform=\"translate(0 0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"Content\"})}),className:\"framer-14yrnn4\",\"data-framer-name\":\"May 6, 2023\",fonts:[\"GF;Poppins-regular\"],name:\"May 6, 2023\",text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-132zqle\",\"data-framer-name\":\"Frame 101\",name:\"Frame 101\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"The Effective Executive by Peter Drucker\"})})},lKQWPXnQt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"The Effective Executive by Peter Drucker\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"The Effective Executive\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"by Peter Drucker\"})]}),className:\"framer-1kyig7e\",\"data-framer-name\":\"The Effective Executive\",fonts:[\"GF;Poppins-500\"],name:\"The Effective Executive\",text:ntouDSloGKhTh1qFex,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.28px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"Want to have a bigger impact? Get more done? Grow in you career?  The Effective Executive contains time-tested guidance on how to do it. Written by Peter Drucker, he condenses his wisdom into practical, essential, proven guidance for getting results.   Drucker wrote it in 1967, after 20 years of closely working with and studying executives.  The book addresses a fundamental tension between organization and individual. The organization tends to use the individual's time poorly. The limits of time require an individual to overcome the inertia of the organization or risk achieving nothing. \"})}),className:\"framer-myssp9\",\"data-framer-name\":\"Want to have a bigger impact? Get more done? Grow in you career? The Effective Executive contains time-tested guidance on how to do it. Written by Peter Drucker, he condenses his wisdom into practical, essential, proven guidance for getting results. Drucker wrote it in 1967, after 20 years of closely working with and studying executives. The book addresses a fundamental tension between organization and individual. The organization tends to use the individual's time poorly. The limits of time require an individual to overcome the inertia of the organization or risk achieving nothing.\",fonts:[\"Inter\"],name:\"Want to have a bigger impact? Get more done? Grow in you career? The Effective Executive contains time-tested guidance on how to do it. Written by Peter Drucker, he condenses his wisdom into practical, essential, proven guidance for getting results. Drucker wrote it in 1967, after 20 years of closely working with and studying executives. The book addresses a fundamental tension between organization and individual. The organization tends to use the individual's time poorly. The limits of time require an individual to overcome the inertia of the organization or risk achieving nothing.\",text:RdOIT8fBsKhTh1qFex,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12q5730\",\"data-framer-name\":\"Buttons\",name:\"Buttons\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:P6IbuJZYXKhTh1qFex,implicitPathVariables:{CBwOa26z6:CBwOa26z6KhTh1qFex}},{href:P6IbuJZYXKhTh1qFex,implicitPathVariables:{CBwOa26z6:CBwOa26z6KhTh1qFex}},{href:P6IbuJZYXKhTh1qFex,implicitPathVariables:{CBwOa26z6:CBwOa26z6KhTh1qFex}}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a9y8qj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{il7wHy7S6:resolvedLinks[1]},lKQWPXnQt:{il7wHy7S6:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(AmazonButton,{height:\"100%\",id:\"kPhFV_ad0\",il7wHy7S6:resolvedLinks[0],layoutId:\"kPhFV_ad0\",LgTv3Mb6X:\"Read on amazon\",style:{height:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cbi4eB8J7\"},openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1qdx2w0 framer-4f67kq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tjba8o-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lKQWPXnQt:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ReadMoreButton,{height:\"100%\",id:\"SNDrrIQtD\",layoutId:\"SNDrrIQtD\",title:\"Read the Summary\",variant:\"PMPx8PY9Q\",width:\"100%\"})})})})})})]})]})]})})})},idKhTh1qFex);})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-likeef\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Blog,type:\"Collection\"},select:[{name:\"N2mmlvEPP\",type:\"Identifier\"},{name:\"arlFycQ7a\",type:\"Identifier\"},{name:\"IseojZA0Z\",type:\"Identifier\"},{name:\"ntouDSloG\",type:\"Identifier\"},{name:\"RdOIT8fBs\",type:\"Identifier\"},{name:\"P6IbuJZYX\",type:\"Identifier\"},{name:\"CBwOa26z6\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"zaMiibnOo\",type:\"Identifier\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{name:\"AavG7Vkqk\",type:\"Identifier\"}},type:\"BinaryOperation\"}},children:collection3=>collection3.map(({N2mmlvEPP:N2mmlvEPPg_5ywORed,arlFycQ7a:arlFycQ7ag_5ywORed,IseojZA0Z:IseojZA0Zg_5ywORed,ntouDSloG:ntouDSloGg_5ywORed,RdOIT8fBs:RdOIT8fBsg_5ywORed,P6IbuJZYX:P6IbuJZYXg_5ywORed,CBwOa26z6:CBwOa26z6g_5ywORed,id:idg_5ywORed},i)=>{const textContent3=toDateString(IseojZA0Zg_5ywORed,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`g_5ywORed-${idg_5ywORed}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CBwOa26z6:CBwOa26z6g_5ywORed},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4pkgm8\",\"data-border\":true,whileHover:animation12,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"281px\",...toResponsiveImage(N2mmlvEPPg_5ywORed)}},lKQWPXnQt:{background:{alt:\"\",fit:\"fill\",sizes:\"281px\",...toResponsiveImage(N2mmlvEPPg_5ywORed)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"454px\",...toResponsiveImage(N2mmlvEPPg_5ywORed)},className:\"framer-xy2b4z\",\"data-framer-name\":\"Cover\",name:\"Cover\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hw9yo1\",\"data-framer-name\":\"Frame 41\",name:\"Frame 41\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hm22kd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sbg6qi\",\"data-framer-name\":\"Frame 11\",name:\"Frame 11\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cosgre\",\"data-framer-name\":\"Frame 8\",name:\"Frame 8\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-o210ab\",\"data-framer-name\":\"carbon:user-profile\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,name:\"carbon:user-profile\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_144_410)\">\\n<path d=\"M6.26087 1.56527C6.84131 1.56527 7.40872 1.73739 7.89135 2.05987C8.37397 2.38235 8.75013 2.8407 8.97226 3.37696C9.19438 3.91322 9.2525 4.50331 9.13926 5.0726C9.02602 5.64189 8.74651 6.16482 8.33607 6.57526C7.92564 6.98569 7.40271 7.2652 6.83342 7.37844C6.26413 7.49168 5.67404 7.43356 5.13778 7.21144C4.60152 6.98931 4.14316 6.61315 3.82069 6.13053C3.49821 5.64791 3.32609 5.0805 3.32609 4.50005C3.32609 3.7217 3.63529 2.97523 4.18566 2.42485C4.73604 1.87447 5.48252 1.56527 6.26087 1.56527ZM6.26087 0.391357C5.44825 0.391357 4.65387 0.632328 3.9782 1.0838C3.30253 1.53527 2.77591 2.17696 2.46493 2.92772C2.15395 3.67849 2.07259 4.50461 2.23112 5.30162C2.38966 6.09863 2.78097 6.83073 3.35558 7.40534C3.93019 7.97995 4.66229 8.37127 5.4593 8.5298C6.25631 8.68833 7.08243 8.60697 7.8332 8.29599C8.58397 7.98501 9.22566 7.45839 9.67713 6.78272C10.1286 6.10705 10.3696 5.31268 10.3696 4.50005C10.3696 3.41036 9.93669 2.3653 9.16616 1.59477C8.39563 0.824237 7.35056 0.391357 6.26087 0.391357ZM12.1304 16.8261H10.9565V13.8914C10.9565 13.113 10.6473 12.3665 10.0969 11.8162C9.54657 11.2658 8.80009 10.9566 8.02174 10.9566H4.5C3.72165 10.9566 2.97517 11.2658 2.4248 11.8162C1.87442 12.3665 1.56522 13.113 1.56522 13.8914V16.8261H0.391304V13.8914C0.391304 12.8017 0.824183 11.7566 1.59471 10.9861C2.36524 10.2155 3.41031 9.78266 4.5 9.78266H8.02174C9.11143 9.78266 10.1565 10.2155 10.927 10.9861C11.6976 11.7566 12.1304 12.8017 12.1304 13.8914V16.8261ZM12.1304 1.56527H18V2.73918H12.1304V1.56527ZM12.1304 4.50005H18V5.67397H12.1304V4.50005ZM12.1304 7.43483H16.2391V8.60875H12.1304V7.43483Z\" fill=\"#474542\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_144_410\">\\n<rect width=\"18\" height=\"17.2174\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"Nathan King\"})}),className:\"framer-1v82iiu\",\"data-framer-name\":\"Nathan King\",fonts:[\"GF;Poppins-regular\"],name:\"Nathan King\",text:arlFycQ7ag_5ywORed,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ppw7le\",\"data-framer-name\":\"Frame 9\",name:\"Frame 9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2dr6my\",\"data-framer-name\":\"circum:calendar-date\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:18,name:\"circum:calendar-date\",svg:'<svg width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_144_414)\">\\n<path d=\"M15.37 2.41029H13.43V1.00029C13.43 0.74029 13.2 0.49029 12.93 0.50029C12.66 0.51029 12.43 0.72029 12.43 1.00029V2.41029H5.43V1.00029C5.43 0.74029 5.2 0.49029 4.93 0.50029C4.66 0.51029 4.43 0.72029 4.43 1.00029V2.41029H2.5C1.83696 2.41029 1.20107 2.67368 0.732233 3.14252C0.263392 3.61136 0 4.24725 0 4.91029V15.9103C0 16.5733 0.263392 17.2092 0.732233 17.6781C1.20107 18.1469 1.83696 18.4103 2.5 18.4103H15.37C16.033 18.4103 16.6689 18.1469 17.1378 17.6781C17.6066 17.2092 17.87 16.5733 17.87 15.9103V4.91029C17.87 4.24725 17.6066 3.61136 17.1378 3.14252C16.6689 2.67368 16.033 2.41029 15.37 2.41029ZM16.87 15.9103C16.87 16.7403 16.2 17.4103 15.37 17.4103H2.5C1.67 17.4103 1 16.7403 1 15.9103V7.49029H16.87V15.9103ZM16.87 6.49029H1V4.91029C1 4.08029 1.67 3.41029 2.5 3.41029H4.43V4.00029C4.43 4.26029 4.66 4.51029 4.93 4.50029C5.2 4.49029 5.43 4.28029 5.43 4.00029V3.41029H12.43V4.00029C12.43 4.26029 12.66 4.51029 12.93 4.50029C13.2 4.49029 13.43 4.28029 13.43 4.00029V3.41029H15.37C16.2 3.41029 16.87 4.08029 16.87 4.91029V6.49029Z\" fill=\"#474542\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_144_414\">\\n<rect width=\"18\" height=\"18\" fill=\"white\" transform=\"translate(0 0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"Content\"})}),className:\"framer-1ai57iv\",\"data-framer-name\":\"May 6, 2023\",fonts:[\"GF;Poppins-regular\"],name:\"May 6, 2023\",text:textContent3,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-txan7x\",\"data-framer-name\":\"Frame 101\",name:\"Frame 101\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"The Effective Executive by Peter Drucker\"})})},lKQWPXnQt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"The Effective Executive by Peter Drucker\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"The Effective Executive\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"by Peter Drucker\"})]}),className:\"framer-1co4vxs\",\"data-framer-name\":\"The Effective Executive\",fonts:[\"GF;Poppins-500\"],name:\"The Effective Executive\",text:ntouDSloGg_5ywORed,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.28px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(71, 69, 66)\"},children:\"Want to have a bigger impact? Get more done? Grow in you career?  The Effective Executive contains time-tested guidance on how to do it. Written by Peter Drucker, he condenses his wisdom into practical, essential, proven guidance for getting results.   Drucker wrote it in 1967, after 20 years of closely working with and studying executives.  The book addresses a fundamental tension between organization and individual. The organization tends to use the individual's time poorly. The limits of time require an individual to overcome the inertia of the organization or risk achieving nothing. \"})}),className:\"framer-oxl84d\",\"data-framer-name\":\"Want to have a bigger impact? Get more done? Grow in you career? The Effective Executive contains time-tested guidance on how to do it. Written by Peter Drucker, he condenses his wisdom into practical, essential, proven guidance for getting results. Drucker wrote it in 1967, after 20 years of closely working with and studying executives. The book addresses a fundamental tension between organization and individual. The organization tends to use the individual's time poorly. The limits of time require an individual to overcome the inertia of the organization or risk achieving nothing.\",fonts:[\"Inter\"],name:\"Want to have a bigger impact? Get more done? Grow in you career? The Effective Executive contains time-tested guidance on how to do it. Written by Peter Drucker, he condenses his wisdom into practical, essential, proven guidance for getting results. Drucker wrote it in 1967, after 20 years of closely working with and studying executives. The book addresses a fundamental tension between organization and individual. The organization tends to use the individual's time poorly. The limits of time require an individual to overcome the inertia of the organization or risk achieving nothing.\",text:RdOIT8fBsg_5ywORed,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lwngen\",\"data-framer-name\":\"Buttons\",name:\"Buttons\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:P6IbuJZYXg_5ywORed,implicitPathVariables:{CBwOa26z6:CBwOa26z6g_5ywORed}},{href:P6IbuJZYXg_5ywORed,implicitPathVariables:{CBwOa26z6:CBwOa26z6g_5ywORed}},{href:P6IbuJZYXg_5ywORed,implicitPathVariables:{CBwOa26z6:CBwOa26z6g_5ywORed}}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gc38yl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{C10tTQb3D:{il7wHy7S6:resolvedLinks1[1]},lKQWPXnQt:{il7wHy7S6:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(AmazonButton,{height:\"100%\",id:\"wRuG3pDqV\",il7wHy7S6:resolvedLinks1[0],layoutId:\"wRuG3pDqV\",LgTv3Mb6X:\"Read on amazon\",style:{height:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cbi4eB8J7\"},openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-a2ond9 framer-4f67kq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-125f3sz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lKQWPXnQt:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ReadMoreButton,{height:\"100%\",id:\"AJ2O2mJS_\",layoutId:\"AJ2O2mJS_\",title:\"Read the Summary\",variant:\"PMPx8PY9Q\",width:\"100%\"})})})})})})]})]})]})})})},idg_5ywORed);})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ja6u7c\",\"data-framer-name\":\"Footer\",id:id1,name:\"Footer\",ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c8k5np\",\"data-framer-name\":\"Frame 91\",name:\"Frame 91\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lt20a2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r46o7e\",\"data-framer-name\":\"Frame 90\",name:\"Frame 90\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"181px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15ub1nl-container\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"IWVMx7hsI\",layoutId:\"IWVMx7hsI\",style:{height:\"100%\",width:\"100%\"},variant:\"znTO_SW3r\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0.32px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I help leaders and teams achieve clarity and alignment so they can reach their potential\"})}),className:\"framer-19fzboo\",\"data-framer-name\":\"Helping Leaders and Teams develop their own potential\",fonts:[\"Inter\"],name:\"Helping Leaders and Teams develop their own potential\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gs8nou-container\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"S9miXmEDj\",layoutId:\"S9miXmEDj\",title:\"Book a Call\",variant:\"pn7IIQLG9\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wo1iy1\",\"data-framer-name\":\"Frame 19\",name:\"Frame 19\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Pages\"})}),className:\"framer-vc803x\",\"data-framer-name\":\"Pages\",fonts:[\"Inter-SemiBold\"],name:\"Pages\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.kingstrategicaction.com/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"King Strategic Action\"})})})}),className:\"framer-1d43a52\",\"data-framer-name\":\"Blog\",fonts:[\"Inter-Medium\"],name:\"Blog\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Contact\"})}),className:\"framer-rnzf9l\",\"data-framer-name\":\"Contact\",fonts:[\"Inter-Medium\"],name:\"Contact\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h4nkhe\",\"data-framer-name\":\"Connect\",name:\"Connect\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Connect\"})}),className:\"framer-7978vl\",\"data-framer-name\":\"Connect\",fonts:[\"Inter-SemiBold\"],name:\"Connect\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u6gobw\",\"data-framer-name\":\"Frame 55\",name:\"Frame 55\",children:[/*#__PURE__*/_jsx(Link,{href:\"mail: hello@kingstrategicaction.com\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1ijdoet framer-4f67kq\",\"data-framer-name\":\"mail\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,name:\"mail\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4 4.88672H20C21.1 4.88672 22 5.78672 22 6.88672V18.8867C22 19.9867 21.1 20.8867 20 20.8867H4C2.9 20.8867 2 19.9867 2 18.8867V6.88672C2 5.78672 2.9 4.88672 4 4.88672Z\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22 6.88672L12 13.8867L2 6.88672\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"mail: hello@kingstrategicaction.com\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"hello@kingstrategicaction.com\"})})})}),className:\"framer-96tyb7\",\"data-framer-name\":\"hello@kingstrategicaction.con\",fonts:[\"Inter-Medium\"],name:\"hello@kingstrategicaction.con\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8x4a6e\",\"data-framer-name\":\"Frame 54\",name:\"Frame 54\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/nathandking/\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-v703qd framer-4f67kq\",\"data-framer-name\":\"linkedin\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,name:\"linkedin\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16 8.88672C17.5913 8.88672 19.1174 9.51886 20.2426 10.6441C21.3679 11.7693 22 13.2954 22 14.8867V21.8867H18V14.8867C18 14.3563 17.7893 13.8476 17.4142 13.4725C17.0391 13.0974 16.5304 12.8867 16 12.8867C15.4696 12.8867 14.9609 13.0974 14.5858 13.4725C14.2107 13.8476 14 14.3563 14 14.8867V21.8867H10V14.8867C10 13.2954 10.6321 11.7693 11.7574 10.6441C12.8826 9.51886 14.4087 8.88672 16 8.88672Z\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M6 9.88672H2V21.8867H6V9.88672Z\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M4 6.88672C5.10457 6.88672 6 5.99129 6 4.88672C6 3.78215 5.10457 2.88672 4 2.88672C2.89543 2.88672 2 3.78215 2 4.88672C2 5.99129 2.89543 6.88672 4 6.88672Z\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/nathandking/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Nathan King\"})})})}),className:\"framer-1foxwds\",\"data-framer-name\":\"Nathan King\",fonts:[\"Inter-Medium\"],name:\"Nathan King\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15ytlbb\",\"data-framer-name\":\"Newsletter\",name:\"Newsletter\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.32px\",\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Newsletter\"})}),className:\"framer-7fezsi\",\"data-framer-name\":\"Newsletter\",fonts:[\"Inter-SemiBold\"],name:\"Newsletter\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ylt6wc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5n4wwp-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<script async data-uid=\"e4a2995a1f\" src=\"https://deft-artisan-4806.ck.page/e4a2995a1f/index.js\"></script>',id:\"EFVBXSzoU\",layoutId:\"EFVBXSzoU\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.32px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Sign up for my newsletter and I will send you a Life Review and Planning Guide to help you create a better future.\"})}),className:\"framer-1isb18p\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],name:\"Description\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t9nvo7\",\"data-framer-name\":\"Frame 98\",name:\"Frame 98\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1e48wmh\",\"data-framer-name\":\"Vector 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:1282,name:\"Vector 3\",svg:'<svg width=\"1282\" height=\"5\" viewBox=\"-1 -1 1282 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.25 1.88672H1279.75\" stroke=\"#A4A4A4\" stroke-width=\"2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa9 King Strategic Consulting, LLC 2023\"})}),className:\"framer-16b3597\",\"data-framer-name\":\"\\xa9 King Strategic Consulting, LLC 2023\",fonts:[\"Inter-Medium\"],name:\"\\xa9 King Strategic Consulting, LLC 2023\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-Dfd0M { background: ##FFFCFD; }`,\".framer-Dfd0M.framer-4f67kq, .framer-Dfd0M .framer-4f67kq { display: block; }\",\".framer-Dfd0M.framer-4oyl4y { align-content: center; align-items: center; background-color: #fffcfd; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-Dfd0M .framer-1067zmz-container { flex: none; height: 80px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 5; }\",\".framer-Dfd0M .framer-11wmzfr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 65px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 155px 48px 48px 48px; position: relative; width: 100%; }\",\".framer-Dfd0M .framer-rncqy6-container { flex: none; height: auto; position: relative; width: 902px; }\",\".framer-Dfd0M .framer-1yq12s2 { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 25px 30px 25px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-12nlhlj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 560px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-m6bqdl { flex: none; height: 176px; overflow: hidden; position: relative; width: 574px; }\",\".framer-Dfd0M .framer-2e9yuc-container { bottom: -17px; flex: none; left: -6px; position: absolute; right: 6px; top: 0px; }\",\".framer-Dfd0M .framer-1p065mc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 567px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-19qbtx3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-9eqcm6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-1xj0vw4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1103px; }\",\".framer-Dfd0M .framer-kpiseq, .framer-Dfd0M .framer-gg2d5n, .framer-Dfd0M .framer-1xb84bp, .framer-Dfd0M .framer-modcxh, .framer-Dfd0M .framer-jw0wxe, .framer-Dfd0M .framer-rzhek7, .framer-Dfd0M .framer-187zivo, .framer-Dfd0M .framer-167osr5, .framer-Dfd0M .framer-14yrnn4, .framer-Dfd0M .framer-1v82iiu, .framer-Dfd0M .framer-1ai57iv, .framer-Dfd0M .framer-7978vl, .framer-Dfd0M .framer-96tyb7, .framer-Dfd0M .framer-1foxwds { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Dfd0M .framer-p7ic1b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-3hz478 { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 45px; justify-content: center; overflow: visible; padding: 10px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Dfd0M .framer-hqfwrq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-1297arf, .framer-Dfd0M .framer-16yql5v { flex: none; height: 25px; position: relative; width: 24px; }\",\".framer-Dfd0M .framer-1gpb4n4 { flex: none; height: 4px; position: relative; width: 1103px; }\",\".framer-Dfd0M .framer-1dnmym4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-1jcr8ri { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 639px; justify-content: flex-start; padding: 0px; position: relative; width: 440px; }\",\".framer-Dfd0M .framer-1l73n7t { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: flex-start; align-items: flex-start; box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.15); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; height: 1px; justify-content: space-between; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-Dfd0M .framer-6tcmkc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-Dfd0M .framer-987j9p { flex: none; height: 225px; position: relative; width: 100%; }\",\".framer-Dfd0M .framer-1vwseze, .framer-Dfd0M .framer-a5rlgu, .framer-Dfd0M .framer-sbg6qi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dfd0M .framer-qwkmkj, .framer-Dfd0M .framer-yx0xx0, .framer-Dfd0M .framer-7iyvwn, .framer-Dfd0M .framer-1cosgre { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-1jewi1h, .framer-Dfd0M .framer-11oyc6g { flex: none; height: 18px; position: relative; width: 19px; }\",\".framer-Dfd0M .framer-16w6t5l, .framer-Dfd0M .framer-17660cr, .framer-Dfd0M .framer-17wzjnr, .framer-Dfd0M .framer-ppw7le, .framer-Dfd0M .framer-u6gobw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-12kla3t, .framer-Dfd0M .framer-mi0ai2 { flex: none; height: 19px; position: relative; width: 19px; }\",\".framer-Dfd0M .framer-2b24xb, .framer-Dfd0M .framer-19fzboo, .framer-Dfd0M .framer-1d43a52 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-115nvs0 { flex: none; height: 172px; overflow: hidden; position: relative; white-space: pre-wrap; width: 400px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-vjt6p, .framer-Dfd0M .framer-1qdx2w0, .framer-Dfd0M .framer-a2ond9 { 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: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Dfd0M .framer-v2ricu-container, .framer-Dfd0M .framer-tjba8o-container, .framer-Dfd0M .framer-125f3sz-container, .framer-Dfd0M .framer-1gs8nou-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Dfd0M .framer-1aluvm7, .framer-Dfd0M .framer-w164pu, .framer-Dfd0M .framer-likeef { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-1rysq0m { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: flex-start; align-items: flex-start; box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.15); display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 20px; height: 193px; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; text-decoration: none; width: 630px; }\",\".framer-Dfd0M .framer-1u3oyg8 { aspect-ratio: 1.5359477124183007 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 153px); position: relative; width: 235px; }\",\".framer-Dfd0M .framer-15ph0id { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 153px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 333px; }\",\".framer-Dfd0M .framer-dmeydi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-1bdq5e1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-height: 65px; overflow: hidden; padding: 0px; position: relative; width: 333px; }\",\".framer-Dfd0M .framer-15lx9cz { flex: none; height: auto; max-height: 60px; position: relative; white-space: pre-wrap; width: 333px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-7btcg8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 333px; }\",\".framer-Dfd0M .framer-1c8ywue { flex: 1 0 0px; height: 50px; overflow: hidden; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-1xjuw4p-container { flex: none; height: auto; position: relative; width: 1100px; }\",\".framer-Dfd0M .framer-hnso0c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 120px; width: 1100px; }\",\".framer-Dfd0M .framer-6eajmi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 52px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Dfd0M .framer-1y5p018 { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-Dfd0M .framer-1pnfq6k, .framer-Dfd0M .framer-4pkgm8 { --border-bottom-width: 1px; --border-color: rgba(195, 195, 195, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px -10px 0px 0px #aa7552, 4px 4px 10px 0px rgba(0, 0, 0, 0.10000000149011612); display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: 384px; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 1100px; }\",\".framer-Dfd0M .framer-4eo5yw, .framer-Dfd0M .framer-xy2b4z { flex: none; height: 344px; position: relative; width: 454px; }\",\".framer-Dfd0M .framer-wfmojb, .framer-Dfd0M .framer-1hw9yo1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dfd0M .framer-2snosw, .framer-Dfd0M .framer-hm22kd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 586px; }\",\".framer-Dfd0M .framer-od6n8w, .framer-Dfd0M .framer-o210ab { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-Dfd0M .framer-5l56bu, .framer-Dfd0M .framer-2dr6my { flex: none; height: 19px; position: relative; width: 18px; }\",\".framer-Dfd0M .framer-132zqle, .framer-Dfd0M .framer-txan7x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-1kyig7e, .framer-Dfd0M .framer-1co4vxs { flex: none; height: 24px; overflow: hidden; position: relative; white-space: pre-wrap; width: 586px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-myssp9, .framer-Dfd0M .framer-oxl84d { flex: none; height: 201px; overflow: hidden; position: relative; white-space: pre-wrap; width: 586px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-12q5730, .framer-Dfd0M .framer-1lwngen { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-1a9y8qj-container, .framer-Dfd0M .framer-1gc38yl-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; }\",\".framer-Dfd0M .framer-ja6u7c { align-content: center; align-items: center; background-color: #5a6c62; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 50px 30px 50px; position: relative; width: 100%; }\",\".framer-Dfd0M .framer-1c8k5np { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dfd0M .framer-1lt20a2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 222px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dfd0M .framer-r46o7e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 220px; }\",\".framer-Dfd0M .framer-15ub1nl-container { flex: none; height: 72px; position: relative; width: 181px; }\",\".framer-Dfd0M .framer-1wo1iy1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100px; }\",\".framer-Dfd0M .framer-vc803x { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 89px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-rnzf9l { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 102px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-h4nkhe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-1ijdoet, .framer-Dfd0M .framer-v703qd { flex: none; height: 25px; position: relative; text-decoration: none; width: 24px; }\",\".framer-Dfd0M .framer-8x4a6e { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dfd0M .framer-15ytlbb { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 25px 30px 25px; position: relative; width: 400px; }\",\".framer-Dfd0M .framer-7fezsi, .framer-Dfd0M .framer-1isb18p { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 330px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dfd0M .framer-ylt6wc { flex: none; height: 176px; overflow: hidden; position: relative; width: 338px; }\",\".framer-Dfd0M .framer-5n4wwp-container { bottom: -17px; flex: none; left: -6px; position: absolute; right: -6px; top: 0px; }\",\".framer-Dfd0M .framer-1t9nvo7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Dfd0M .framer-1e48wmh { flex: none; height: 5px; position: relative; width: 100%; }\",\".framer-Dfd0M .framer-16b3597 { flex: none; height: 29px; position: relative; white-space: pre-wrap; width: 297px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Dfd0M.framer-4oyl4y, .framer-Dfd0M .framer-11wmzfr, .framer-Dfd0M .framer-1yq12s2, .framer-Dfd0M .framer-19qbtx3, .framer-Dfd0M .framer-9eqcm6, .framer-Dfd0M .framer-p7ic1b, .framer-Dfd0M .framer-3hz478, .framer-Dfd0M .framer-hqfwrq, .framer-Dfd0M .framer-1dnmym4, .framer-Dfd0M .framer-1jcr8ri, .framer-Dfd0M .framer-6tcmkc, .framer-Dfd0M .framer-1vwseze, .framer-Dfd0M .framer-qwkmkj, .framer-Dfd0M .framer-16w6t5l, .framer-Dfd0M .framer-vjt6p, .framer-Dfd0M .framer-1aluvm7, .framer-Dfd0M .framer-1rysq0m, .framer-Dfd0M .framer-15ph0id, .framer-Dfd0M .framer-dmeydi, .framer-Dfd0M .framer-yx0xx0, .framer-Dfd0M .framer-17660cr, .framer-Dfd0M .framer-1bdq5e1, .framer-Dfd0M .framer-7btcg8, .framer-Dfd0M .framer-hnso0c, .framer-Dfd0M .framer-6eajmi, .framer-Dfd0M .framer-w164pu, .framer-Dfd0M .framer-1pnfq6k, .framer-Dfd0M .framer-2snosw, .framer-Dfd0M .framer-a5rlgu, .framer-Dfd0M .framer-7iyvwn, .framer-Dfd0M .framer-17wzjnr, .framer-Dfd0M .framer-132zqle, .framer-Dfd0M .framer-12q5730, .framer-Dfd0M .framer-1qdx2w0, .framer-Dfd0M .framer-likeef, .framer-Dfd0M .framer-4pkgm8, .framer-Dfd0M .framer-hm22kd, .framer-Dfd0M .framer-sbg6qi, .framer-Dfd0M .framer-1cosgre, .framer-Dfd0M .framer-ppw7le, .framer-Dfd0M .framer-txan7x, .framer-Dfd0M .framer-1lwngen, .framer-Dfd0M .framer-a2ond9, .framer-Dfd0M .framer-ja6u7c, .framer-Dfd0M .framer-1lt20a2, .framer-Dfd0M .framer-r46o7e, .framer-Dfd0M .framer-1wo1iy1, .framer-Dfd0M .framer-h4nkhe, .framer-Dfd0M .framer-u6gobw, .framer-Dfd0M .framer-8x4a6e, .framer-Dfd0M .framer-15ytlbb, .framer-Dfd0M .framer-1t9nvo7 { gap: 0px; } .framer-Dfd0M.framer-4oyl4y > *, .framer-Dfd0M .framer-19qbtx3 > *, .framer-Dfd0M .framer-hnso0c > *, .framer-Dfd0M .framer-ja6u7c > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-Dfd0M.framer-4oyl4y > :first-child, .framer-Dfd0M .framer-11wmzfr > :first-child, .framer-Dfd0M .framer-1yq12s2 > :first-child, .framer-Dfd0M .framer-19qbtx3 > :first-child, .framer-Dfd0M .framer-9eqcm6 > :first-child, .framer-Dfd0M .framer-1jcr8ri > :first-child, .framer-Dfd0M .framer-6tcmkc > :first-child, .framer-Dfd0M .framer-1aluvm7 > :first-child, .framer-Dfd0M .framer-1rysq0m > :first-child, .framer-Dfd0M .framer-15ph0id > :first-child, .framer-Dfd0M .framer-hnso0c > :first-child, .framer-Dfd0M .framer-6eajmi > :first-child, .framer-Dfd0M .framer-w164pu > :first-child, .framer-Dfd0M .framer-2snosw > :first-child, .framer-Dfd0M .framer-132zqle > :first-child, .framer-Dfd0M .framer-likeef > :first-child, .framer-Dfd0M .framer-hm22kd > :first-child, .framer-Dfd0M .framer-txan7x > :first-child, .framer-Dfd0M .framer-ja6u7c > :first-child, .framer-Dfd0M .framer-r46o7e > :first-child, .framer-Dfd0M .framer-1wo1iy1 > :first-child, .framer-Dfd0M .framer-h4nkhe > :first-child, .framer-Dfd0M .framer-15ytlbb > :first-child, .framer-Dfd0M .framer-1t9nvo7 > :first-child { margin-top: 0px; } .framer-Dfd0M.framer-4oyl4y > :last-child, .framer-Dfd0M .framer-11wmzfr > :last-child, .framer-Dfd0M .framer-1yq12s2 > :last-child, .framer-Dfd0M .framer-19qbtx3 > :last-child, .framer-Dfd0M .framer-9eqcm6 > :last-child, .framer-Dfd0M .framer-1jcr8ri > :last-child, .framer-Dfd0M .framer-6tcmkc > :last-child, .framer-Dfd0M .framer-1aluvm7 > :last-child, .framer-Dfd0M .framer-1rysq0m > :last-child, .framer-Dfd0M .framer-15ph0id > :last-child, .framer-Dfd0M .framer-hnso0c > :last-child, .framer-Dfd0M .framer-6eajmi > :last-child, .framer-Dfd0M .framer-w164pu > :last-child, .framer-Dfd0M .framer-2snosw > :last-child, .framer-Dfd0M .framer-132zqle > :last-child, .framer-Dfd0M .framer-likeef > :last-child, .framer-Dfd0M .framer-hm22kd > :last-child, .framer-Dfd0M .framer-txan7x > :last-child, .framer-Dfd0M .framer-ja6u7c > :last-child, .framer-Dfd0M .framer-r46o7e > :last-child, .framer-Dfd0M .framer-1wo1iy1 > :last-child, .framer-Dfd0M .framer-h4nkhe > :last-child, .framer-Dfd0M .framer-15ytlbb > :last-child, .framer-Dfd0M .framer-1t9nvo7 > :last-child { margin-bottom: 0px; } .framer-Dfd0M .framer-11wmzfr > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } .framer-Dfd0M .framer-1yq12s2 > *, .framer-Dfd0M .framer-15ph0id > *, .framer-Dfd0M .framer-6eajmi > *, .framer-Dfd0M .framer-15ytlbb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Dfd0M .framer-9eqcm6 > *, .framer-Dfd0M .framer-1rysq0m > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Dfd0M .framer-p7ic1b > *, .framer-Dfd0M .framer-1vwseze > *, .framer-Dfd0M .framer-dmeydi > *, .framer-Dfd0M .framer-1pnfq6k > *, .framer-Dfd0M .framer-a5rlgu > *, .framer-Dfd0M .framer-4pkgm8 > *, .framer-Dfd0M .framer-sbg6qi > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Dfd0M .framer-p7ic1b > :first-child, .framer-Dfd0M .framer-3hz478 > :first-child, .framer-Dfd0M .framer-hqfwrq > :first-child, .framer-Dfd0M .framer-1dnmym4 > :first-child, .framer-Dfd0M .framer-1vwseze > :first-child, .framer-Dfd0M .framer-qwkmkj > :first-child, .framer-Dfd0M .framer-16w6t5l > :first-child, .framer-Dfd0M .framer-vjt6p > :first-child, .framer-Dfd0M .framer-dmeydi > :first-child, .framer-Dfd0M .framer-yx0xx0 > :first-child, .framer-Dfd0M .framer-17660cr > :first-child, .framer-Dfd0M .framer-1bdq5e1 > :first-child, .framer-Dfd0M .framer-7btcg8 > :first-child, .framer-Dfd0M .framer-1pnfq6k > :first-child, .framer-Dfd0M .framer-a5rlgu > :first-child, .framer-Dfd0M .framer-7iyvwn > :first-child, .framer-Dfd0M .framer-17wzjnr > :first-child, .framer-Dfd0M .framer-12q5730 > :first-child, .framer-Dfd0M .framer-1qdx2w0 > :first-child, .framer-Dfd0M .framer-4pkgm8 > :first-child, .framer-Dfd0M .framer-sbg6qi > :first-child, .framer-Dfd0M .framer-1cosgre > :first-child, .framer-Dfd0M .framer-ppw7le > :first-child, .framer-Dfd0M .framer-1lwngen > :first-child, .framer-Dfd0M .framer-a2ond9 > :first-child, .framer-Dfd0M .framer-1lt20a2 > :first-child, .framer-Dfd0M .framer-u6gobw > :first-child, .framer-Dfd0M .framer-8x4a6e > :first-child { margin-left: 0px; } .framer-Dfd0M .framer-p7ic1b > :last-child, .framer-Dfd0M .framer-3hz478 > :last-child, .framer-Dfd0M .framer-hqfwrq > :last-child, .framer-Dfd0M .framer-1dnmym4 > :last-child, .framer-Dfd0M .framer-1vwseze > :last-child, .framer-Dfd0M .framer-qwkmkj > :last-child, .framer-Dfd0M .framer-16w6t5l > :last-child, .framer-Dfd0M .framer-vjt6p > :last-child, .framer-Dfd0M .framer-dmeydi > :last-child, .framer-Dfd0M .framer-yx0xx0 > :last-child, .framer-Dfd0M .framer-17660cr > :last-child, .framer-Dfd0M .framer-1bdq5e1 > :last-child, .framer-Dfd0M .framer-7btcg8 > :last-child, .framer-Dfd0M .framer-1pnfq6k > :last-child, .framer-Dfd0M .framer-a5rlgu > :last-child, .framer-Dfd0M .framer-7iyvwn > :last-child, .framer-Dfd0M .framer-17wzjnr > :last-child, .framer-Dfd0M .framer-12q5730 > :last-child, .framer-Dfd0M .framer-1qdx2w0 > :last-child, .framer-Dfd0M .framer-4pkgm8 > :last-child, .framer-Dfd0M .framer-sbg6qi > :last-child, .framer-Dfd0M .framer-1cosgre > :last-child, .framer-Dfd0M .framer-ppw7le > :last-child, .framer-Dfd0M .framer-1lwngen > :last-child, .framer-Dfd0M .framer-a2ond9 > :last-child, .framer-Dfd0M .framer-1lt20a2 > :last-child, .framer-Dfd0M .framer-u6gobw > :last-child, .framer-Dfd0M .framer-8x4a6e > :last-child { margin-right: 0px; } .framer-Dfd0M .framer-3hz478 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-Dfd0M .framer-hqfwrq > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-Dfd0M .framer-1dnmym4 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-Dfd0M .framer-1jcr8ri > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Dfd0M .framer-6tcmkc > *, .framer-Dfd0M .framer-1wo1iy1 > *, .framer-Dfd0M .framer-h4nkhe > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Dfd0M .framer-qwkmkj > *, .framer-Dfd0M .framer-16w6t5l > *, .framer-Dfd0M .framer-yx0xx0 > *, .framer-Dfd0M .framer-17660cr > *, .framer-Dfd0M .framer-7iyvwn > *, .framer-Dfd0M .framer-17wzjnr > *, .framer-Dfd0M .framer-1cosgre > *, .framer-Dfd0M .framer-ppw7le > *, .framer-Dfd0M .framer-u6gobw > *, .framer-Dfd0M .framer-8x4a6e > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Dfd0M .framer-vjt6p > *, .framer-Dfd0M .framer-1bdq5e1 > *, .framer-Dfd0M .framer-7btcg8 > *, .framer-Dfd0M .framer-1qdx2w0 > *, .framer-Dfd0M .framer-a2ond9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Dfd0M .framer-1aluvm7 > *, .framer-Dfd0M .framer-w164pu > *, .framer-Dfd0M .framer-likeef > *, .framer-Dfd0M .framer-r46o7e > *, .framer-Dfd0M .framer-1t9nvo7 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Dfd0M .framer-2snosw > *, .framer-Dfd0M .framer-hm22kd > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Dfd0M .framer-132zqle > *, .framer-Dfd0M .framer-txan7x > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Dfd0M .framer-12q5730 > *, .framer-Dfd0M .framer-1lwngen > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-Dfd0M .framer-1lt20a2 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\"@media (min-width: 1200px) { .framer-Dfd0M .hidden-4oyl4y { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-Dfd0M .hidden-teuxm9 { display: none !important; } .${metadata.bodyClassName}-framer-Dfd0M { background: ##FFFCFD; } .framer-Dfd0M.framer-4oyl4y { width: 810px; } .framer-Dfd0M .framer-1067zmz-container { height: auto; left: 50%; transform: translateX(-50%); } .framer-Dfd0M .framer-11wmzfr { padding: 155px 50px 50px 50px; } .framer-Dfd0M .framer-rncqy6-container, .framer-Dfd0M .framer-1xjuw4p-container { width: 770px; } .framer-Dfd0M .framer-19qbtx3, .framer-Dfd0M .framer-9eqcm6, .framer-Dfd0M .framer-1xj0vw4, .framer-Dfd0M .framer-1gpb4n4, .framer-Dfd0M .framer-1aluvm7, .framer-Dfd0M .framer-1rysq0m, .framer-Dfd0M .framer-1bdq5e1, .framer-Dfd0M .framer-7btcg8, .framer-Dfd0M .framer-w164pu, .framer-Dfd0M .framer-132zqle, .framer-Dfd0M .framer-likeef, .framer-Dfd0M .framer-txan7x { width: 100%; } .framer-Dfd0M .framer-1dnmym4 { flex-direction: column; width: 100%; } .framer-Dfd0M .framer-15ph0id { width: 410px; } .framer-Dfd0M .framer-15lx9cz { flex: 1 0 0px; width: 1px; } .framer-Dfd0M .framer-hnso0c { padding: 0px 50px 0px 50px; width: 100%; } .framer-Dfd0M .framer-1pnfq6k, .framer-Dfd0M .framer-4pkgm8 { align-content: center; align-items: center; height: min-content; justify-content: center; width: 100%; } .framer-Dfd0M .framer-4eo5yw, .framer-Dfd0M .framer-xy2b4z { height: 213px; width: 281px; } .framer-Dfd0M .framer-wfmojb, .framer-Dfd0M .framer-1hw9yo1 { gap: 15px; height: min-content; justify-content: flex-start; } .framer-Dfd0M .framer-2snosw, .framer-Dfd0M .framer-hm22kd { align-content: flex-start; align-items: flex-start; width: 100%; } .framer-Dfd0M .framer-1kyig7e, .framer-Dfd0M .framer-1co4vxs { height: auto; width: 100%; } .framer-Dfd0M .framer-myssp9, .framer-Dfd0M .framer-oxl84d { height: 61px; width: 369px; } .framer-Dfd0M .framer-1c8k5np { align-content: center; align-items: center; flex-direction: column; gap: 50px; justify-content: flex-start; } .framer-Dfd0M .framer-1lt20a2 { flex: none; height: min-content; width: 100%; } .framer-Dfd0M .framer-15ytlbb { width: min-content; } .framer-Dfd0M .framer-7fezsi { width: 560px; } .framer-Dfd0M .framer-ylt6wc { width: 574px; } .framer-Dfd0M .framer-5n4wwp-container { right: 6px; } .framer-Dfd0M .framer-1isb18p { width: 567px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Dfd0M .framer-1dnmym4, .framer-Dfd0M .framer-wfmojb, .framer-Dfd0M .framer-1hw9yo1, .framer-Dfd0M .framer-1c8k5np { gap: 0px; } .framer-Dfd0M .framer-1dnmym4 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Dfd0M .framer-1dnmym4 > :first-child, .framer-Dfd0M .framer-wfmojb > :first-child, .framer-Dfd0M .framer-1hw9yo1 > :first-child, .framer-Dfd0M .framer-1c8k5np > :first-child { margin-top: 0px; } .framer-Dfd0M .framer-1dnmym4 > :last-child, .framer-Dfd0M .framer-wfmojb > :last-child, .framer-Dfd0M .framer-1hw9yo1 > :last-child, .framer-Dfd0M .framer-1c8k5np > :last-child { margin-bottom: 0px; } .framer-Dfd0M .framer-wfmojb > *, .framer-Dfd0M .framer-1hw9yo1 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Dfd0M .framer-1c8k5np > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }}`,`@media (max-width: 809px) { .framer-Dfd0M .hidden-14vkora { display: none !important; } .${metadata.bodyClassName}-framer-Dfd0M { background: ##FFFCFD; } .framer-Dfd0M.framer-4oyl4y { width: 390px; } .framer-Dfd0M .framer-1067zmz-container { height: auto; left: 50%; transform: translateX(-50%); } .framer-Dfd0M .framer-11wmzfr { padding: 140px 25px 25px 25px; } .framer-Dfd0M .framer-rncqy6-container, .framer-Dfd0M .framer-1yq12s2, .framer-Dfd0M .framer-12nlhlj, .framer-Dfd0M .framer-m6bqdl, .framer-Dfd0M .framer-1p065mc, .framer-Dfd0M .framer-19qbtx3, .framer-Dfd0M .framer-1gpb4n4, .framer-Dfd0M .framer-1bdq5e1, .framer-Dfd0M .framer-7btcg8, .framer-Dfd0M .framer-w164pu, .framer-Dfd0M .framer-132zqle, .framer-Dfd0M .framer-likeef, .framer-Dfd0M .framer-txan7x, .framer-Dfd0M .framer-15ytlbb { width: 100%; } .framer-Dfd0M .framer-2e9yuc-container { right: unset; width: 291px; } .framer-Dfd0M .framer-9eqcm6 { gap: 50px; width: 100%; } .framer-Dfd0M .framer-1xj0vw4 { flex-direction: column; gap: 25px; justify-content: flex-start; width: 100%; } .framer-Dfd0M .framer-p7ic1b { flex-direction: column; } .framer-Dfd0M .framer-1dnmym4 { flex-direction: column; width: 100%; } .framer-Dfd0M .framer-1aluvm7 { gap: 25px; width: 100%; } .framer-Dfd0M .framer-1rysq0m, .framer-Dfd0M .framer-15ph0id { height: min-content; width: 100%; } .framer-Dfd0M .framer-1u3oyg8 { height: var(--framer-aspect-ratio-supported, 130px); width: 100%; } .framer-Dfd0M .framer-15lx9cz, .framer-Dfd0M .framer-tjba8o-container, .framer-Dfd0M .framer-125f3sz-container { flex: 1 0 0px; width: 1px; } .framer-Dfd0M .framer-1c8ywue { height: 121px; } .framer-Dfd0M .framer-1xjuw4p-container { width: 340px; } .framer-Dfd0M .framer-hnso0c { padding: 0px 50px 0px 50px; width: 100%; } .framer-Dfd0M .framer-1pnfq6k, .framer-Dfd0M .framer-4pkgm8 { align-content: center; align-items: center; height: min-content; justify-content: center; width: 100%; } .framer-Dfd0M .framer-4eo5yw, .framer-Dfd0M .framer-xy2b4z { height: 213px; width: 281px; } .framer-Dfd0M .framer-wfmojb, .framer-Dfd0M .framer-1hw9yo1 { gap: 15px; height: min-content; justify-content: flex-start; } .framer-Dfd0M .framer-2snosw, .framer-Dfd0M .framer-hm22kd { align-content: flex-start; align-items: flex-start; width: 100%; } .framer-Dfd0M .framer-1kyig7e, .framer-Dfd0M .framer-1co4vxs { height: auto; width: 100%; } .framer-Dfd0M .framer-myssp9, .framer-Dfd0M .framer-oxl84d { height: 61px; width: 369px; } .framer-Dfd0M .framer-12q5730, .framer-Dfd0M .framer-1lwngen { align-content: center; align-items: center; flex-direction: column; justify-content: center; width: 100%; } .framer-Dfd0M .framer-1a9y8qj-container, .framer-Dfd0M .framer-1gc38yl-container { align-self: unset; flex: 1 0 0px; height: 1px; } .framer-Dfd0M .framer-1qdx2w0, .framer-Dfd0M .framer-a2ond9 { width: 174px; } .framer-Dfd0M .framer-ja6u7c { padding: 50px 25px 30px 25px; } .framer-Dfd0M .framer-1c8k5np { align-content: center; align-items: center; flex-direction: column; gap: 50px; justify-content: flex-start; } .framer-Dfd0M .framer-1lt20a2 { flex: none; flex-direction: column; height: min-content; width: 100%; } .framer-Dfd0M .framer-7fezsi, .framer-Dfd0M .framer-1isb18p { width: 310px; } .framer-Dfd0M .framer-ylt6wc { width: 318px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Dfd0M .framer-9eqcm6, .framer-Dfd0M .framer-1xj0vw4, .framer-Dfd0M .framer-p7ic1b, .framer-Dfd0M .framer-1dnmym4, .framer-Dfd0M .framer-1aluvm7, .framer-Dfd0M .framer-wfmojb, .framer-Dfd0M .framer-12q5730, .framer-Dfd0M .framer-1hw9yo1, .framer-Dfd0M .framer-1lwngen, .framer-Dfd0M .framer-1c8k5np, .framer-Dfd0M .framer-1lt20a2 { gap: 0px; } .framer-Dfd0M .framer-9eqcm6 > *, .framer-Dfd0M .framer-1c8k5np > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-Dfd0M .framer-9eqcm6 > :first-child, .framer-Dfd0M .framer-1xj0vw4 > :first-child, .framer-Dfd0M .framer-p7ic1b > :first-child, .framer-Dfd0M .framer-1dnmym4 > :first-child, .framer-Dfd0M .framer-1aluvm7 > :first-child, .framer-Dfd0M .framer-wfmojb > :first-child, .framer-Dfd0M .framer-12q5730 > :first-child, .framer-Dfd0M .framer-1hw9yo1 > :first-child, .framer-Dfd0M .framer-1lwngen > :first-child, .framer-Dfd0M .framer-1c8k5np > :first-child, .framer-Dfd0M .framer-1lt20a2 > :first-child { margin-top: 0px; } .framer-Dfd0M .framer-9eqcm6 > :last-child, .framer-Dfd0M .framer-1xj0vw4 > :last-child, .framer-Dfd0M .framer-p7ic1b > :last-child, .framer-Dfd0M .framer-1dnmym4 > :last-child, .framer-Dfd0M .framer-1aluvm7 > :last-child, .framer-Dfd0M .framer-wfmojb > :last-child, .framer-Dfd0M .framer-12q5730 > :last-child, .framer-Dfd0M .framer-1hw9yo1 > :last-child, .framer-Dfd0M .framer-1lwngen > :last-child, .framer-Dfd0M .framer-1c8k5np > :last-child, .framer-Dfd0M .framer-1lt20a2 > :last-child { margin-bottom: 0px; } .framer-Dfd0M .framer-1xj0vw4 > *, .framer-Dfd0M .framer-1aluvm7 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-Dfd0M .framer-p7ic1b > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Dfd0M .framer-1dnmym4 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Dfd0M .framer-wfmojb > *, .framer-Dfd0M .framer-12q5730 > *, .framer-Dfd0M .framer-1hw9yo1 > *, .framer-Dfd0M .framer-1lwngen > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Dfd0M .framer-1lt20a2 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}`,...sharedStyle.css,'.framer-Dfd0M[data-border=\"true\"]::after, .framer-Dfd0M [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6837\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"C10tTQb3D\":{\"layout\":[\"fixed\",\"auto\"]},\"lKQWPXnQt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerxEV1Fu1vU=withCSS(Component,css,\"framer-Dfd0M\");export default FramerxEV1Fu1vU;FramerxEV1Fu1vU.displayName=\"Home\";FramerxEV1Fu1vU.defaultProps={height:6837,width:1200};addFonts(FramerxEV1Fu1vU,[{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://app.framerstatic.com/Inter-SemiBold.cyrillic-ext-C7KWUKA7.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-SemiBold.cyrillic-JWV7SOZ6.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-SemiBold.greek-ext-FBKSFTSU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-SemiBold.greek-EQ3PSENU.woff2\",weight:\"600\"},{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://app.framerstatic.com/Inter-SemiBold.latin-ext-ULRSO3ZR.woff2\",weight:\"600\"},{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://app.framerstatic.com/Inter-SemiBold.latin-RDYY2AG2.woff2\",weight:\"600\"},{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://app.framerstatic.com/Inter-SemiBold.vietnamese-ESQNSEQ3.woff2\",weight:\"600\"},{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZ1rib2Bg-4.woff2\",weight:\"300\"},{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://app.framerstatic.com/Inter-Medium.cyrillic-ext-M4WHNGTS.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Medium.cyrillic-JVU2PANX.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Medium.greek-ext-4KCQBEIZ.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Medium.greek-DPOQGN7L.woff2\",weight:\"500\"},{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://app.framerstatic.com/Inter-Medium.latin-ext-J4DBSW7F.woff2\",weight:\"500\"},{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://app.framerstatic.com/Inter-Medium.latin-Y3IVPL46.woff2\",weight:\"500\"},{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://app.framerstatic.com/Inter-Medium.vietnamese-PJV76O4P.woff2\",weight:\"500\"}]},...MenuBarFonts,...Block2Fonts,...EmbedFonts,...ReadMoreButtonFonts,...BlogPaginationFonts,...AmazonButtonFonts,...LogoFonts,...CTAFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxEV1Fu1vU\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"C10tTQb3D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lKQWPXnQt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"6837\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "FeatherFonts", "getFonts", "Icon", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "BWNCIl6uq", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntercja985", "args", "onMouseLeave3wfmn4", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "css", "Framerib81jNke9", "withCSS", "ib81jNke9_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "D65KoSVSw", "R2R13Mlik", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaph8gc8b", "args", "onMouseEnteroll054", "onMouseLeave2d5d32", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText", "css", "FramerEd64INuj4", "withCSS", "Ed64INuj4_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rCsyYLOpM", "V9niYaCN9", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapugq17m", "args", "onMouseEnter1oix8oc", "onMouseLeave3mxfe0", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "SVG", "css", "FramerEdw0xhIAK", "withCSS", "Edw0xhIAK_default", "addPropertyControls", "ControlType", "addFonts", "ReadMoreButtonFonts", "getFonts", "ib81jNke9_default", "PreviousFonts", "Ed64INuj4_default", "NextFonts", "Edw0xhIAK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "QueryData", "query", "children", "data", "useQueryData", "transition3", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "N2mmlvEPPDhDM0uiDw", "IseojZA0ZDhDM0uiDw", "ntouDSloGDhDM0uiDw", "RdOIT8fBsDhDM0uiDw", "CBwOa26z6DhDM0uiDw", "idDhDM0uiDw", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "R2R13Mlik15ijg16", "args", "R2R13Mlik17sx02r", "R2R13Mlik5vux3m", "R2R13Mlik11nasx7", "R2R13Mlike3kqug", "R2R13Mlik1u2dc4t", "R2R13Mlik1cdva81", "R2R13Mlik1srkn7k", "R2R13Mlik1ty861i", "rCsyYLOpM17sx02r", "rCsyYLOpM5vux3m", "rCsyYLOpMj9jv4u", "rCsyYLOpMe3kqug", "rCsyYLOpM1u2dc4t", "rCsyYLOpM1lzy193", "rCsyYLOpM1srkn7k", "rCsyYLOpM1ty861i", "rCsyYLOpM7x0fg5", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "SVG", "uq0caq0t5_default", "collection", "i", "textContent", "PathVariablesContext", "Image2", "Link", "ComponentViewportProvider", "css", "FramerFdFUSlUbW", "withCSS", "FdFUSlUbW_default", "addPropertyControls", "ControlType", "addFonts", "r", "t", "a", "e", "l", "n", "o", "i", "u", "f", "p", "s", "d", "m", "v", "y", "h", "x", "g", "b", "E", "w", "W", "I", "j", "L", "A", "c", "window", "visibleVariant", "variantToString", "variant", "MotionText", "props", "opacity", "x", "y", "scale", "rotate", "rotateX", "rotateY", "isCanvas", "RenderTarget", "initialOpacity", "useMotionValue", "isSpring", "lastVariant", "pe", "animate", "setAnimate", "ye", "hasIndexAnimatedRef", "ue", "springCurve", "easeCurve", "item", "filteredTransition", "delay", "isLetter", "isWord", "isLine", "splitWrapperStyle", "getSplitTextProps", "sharedProps", "info", "p", "MotionSpanComponent", "motion", "getIndex", "countIndex", "letterIndex", "wordIndex", "lineIndex", "perWord", "type", "variants", "stagger", "children", "index", "re", "MotionContext", "addPropertyControls", "ControlType", "MotionTextFonts", "getFonts", "MotionText", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "css", "FramerMvKicPAgu", "withCSS", "MvKicPAgu_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "link", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "LgTv3Mb6X", "sjKOxn9y5", "il7wHy7S6", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "serializationHash", "RichText", "Image2", "css", "FramerYLVWakffP", "withCSS", "YLVWakffP_default", "addPropertyControls", "ControlType", "addFonts", "MenuBarFonts", "getFonts", "Jf5HNIDfX_default", "Block2Fonts", "MvKicPAgu_default", "EmbedFonts", "Embed", "ReadMoreButtonFonts", "ib81jNke9_default", "BlogPaginationFonts", "FdFUSlUbW_default", "AmazonButtonFonts", "YLVWakffP_default", "LogoFonts", "RhLK9i_40_default", "CTAFonts", "IzuBTnPgO_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "animation4", "animation5", "transition3", "animation6", "transition4", "animation7", "animation8", "animation9", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "QueryData", "query", "children", "data", "useQueryData", "animation10", "animation11", "animation12", "metadata", "t", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "N2mmlvEPPf7xk9lTCN", "arlFycQ7af7xk9lTCN", "IseojZA0Zf7xk9lTCN", "ntouDSloGf7xk9lTCN", "RdOIT8fBsf7xk9lTCN", "CBwOa26z6f7xk9lTCN", "idf7xk9lTCN", "N2mmlvEPPKlT0yNRhY", "arlFycQ7aKlT0yNRhY", "IseojZA0ZKlT0yNRhY", "ntouDSloGKlT0yNRhY", "RdOIT8fBsKlT0yNRhY", "CBwOa26z6KlT0yNRhY", "idKlT0yNRhY", "N2mmlvEPPKhTh1qFex", "arlFycQ7aKhTh1qFex", "IseojZA0ZKhTh1qFex", "ntouDSloGKhTh1qFex", "RdOIT8fBsKhTh1qFex", "P6IbuJZYXKhTh1qFex", "CBwOa26z6KhTh1qFex", "idKhTh1qFex", "N2mmlvEPPg_5ywORed", "arlFycQ7ag_5ywORed", "IseojZA0Zg_5ywORed", "ntouDSloGg_5ywORed", "RdOIT8fBsg_5ywORed", "P6IbuJZYXg_5ywORed", "CBwOa26z6g_5ywORed", "idg_5ywORed", "restProps", "ie", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "activeLocaleCode", "useLocaleCode", "useRouteElementId", "ref2", "router", "useRouter", "id1", "ref3", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides", "Jf5HNIDfX_default", "Image2", "MvKicPAgu_default", "optimizeAppear", "RichText", "x", "Embed", "Link", "SVG", "uq0caq0t5_default", "collection", "i", "textContent", "PathVariablesContext", "ib81jNke9_default", "collection1", "textContent1", "FdFUSlUbW_default", "collection2", "textContent2", "ResolveLinks", "resolvedLinks", "YLVWakffP_default", "collection3", "textContent3", "resolvedLinks1", "RhLK9i_40_default", "IzuBTnPgO_default", "css", "FramerxEV1Fu1vU", "withCSS", "xEV1Fu1vU_default", "addFonts", "MenuBarFonts", "Block2Fonts", "EmbedFonts", "ReadMoreButtonFonts", "BlogPaginationFonts", "AmazonButtonFonts", "LogoFonts", "CTAFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
