{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/hV0yIYJkwEBEjNaeAbxI/etoFRmzL2nuiuJa6ySOM/bEiodWSQ3.js", "ssg:https://framerusercontent.com/modules/g8hVLMdhMNIkD1R03lXj/yOOyK6ZbDvVeG0V82UWK/DPEgJuB07.js", "ssg:https://framerusercontent.com/modules/qREJ3OBgOqu5IrowU8ca/nSrFhW2ZloBH84SVpnwn/mE56oHDvD.js", "ssg:https://framerusercontent.com/modules/qTTihXEvJGXKprGuTlVV/9IYd1ueuBFw77R6oaspI/CibtiOm6U.js", "ssg:https://framerusercontent.com/modules/OWBvf79kM3GY69jmIc7H/bv8CEx7hSVaqgZrX4VUB/Oeaeo0pwX.js", "ssg:https://framerusercontent.com/modules/nvwKKG7zRB2wXPixbGms/DNPL7KD5P98iGApN1dVz/g1Ms3aCva.js", "ssg:https://framerusercontent.com/modules/a0dic6gu7aLUEkAAbDzE/N8PON5b1hWxmQHTAyzvh/sH6gFdE5c.js", "ssg:https://framerusercontent.com/modules/iDxraWtAuBlGr2QfHWus/1aRluCheWDS15zFC3Ldr/xuGM5gbPm.js", "ssg:https://framerusercontent.com/modules/tBmNlDjtBARjyOnr3rOs/HwR7xJnLC36TCDUdUU2C/Tf4Piv1dS.js", "ssg:https://framerusercontent.com/modules/vxvzbWEhOWhZliOm3z0m/hIaVQGYa2wpr9OmErwgB/KN87c05eL.js", "ssg:https://framerusercontent.com/modules/2nvVizQ4vFo0oGZ20780/YSv0vVbe6l9x9q7zPlPM/Oeaeo0pwX.js", "ssg:https://framerusercontent.com/modules/vVTxIzzGXLnlp7lqloB5/c7CmwnytPxJBxWZnZ5s8/SmHQu_Oum.js", "ssg:https://framerusercontent.com/modules/74SbfyGaoUchug6OpW9X/1LdOCWIXBBqhX39y5H28/GlxPVec_0.js", "ssg:https://framerusercontent.com/modules/akQvYSBNu9brWnEzBMT4/oenCMlgBLAtNzzfKbfEq/H3l7SlwVJ.js", "ssg:https://framerusercontent.com/modules/guaowGPA7g6H6Jr8Nw9g/xitONdM1nzokK2SF7SDR/DtjkIKMlD.js", "ssg:https://framerusercontent.com/modules/dNIBaWAIc0XWovTFHzgH/L7tDh80h6zoCvbd4YwKf/htHeLsUT5.js", "ssg:https://framer.com/m/hero-icons/Home.js@0.0.27", "ssg:https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js", "ssg:https://framerusercontent.com/modules/5ifW3lFKD8FenRYIGTfb/njQ5AlbenMJ1QevjT7oW/SmHQu_Oum.js", "ssg:https://framerusercontent.com/modules/knpGHyHNglZWsMXFfEj7/2VeFoUg3m115KGs3azCa/oSOtMFvR3.js", "ssg:https://framerusercontent.com/modules/p6mm3HQOUF3npWhYCmcX/Z8T9zEdypPecT40Nk7Qu/MOqZA7eLR.js", "ssg:https://framerusercontent.com/modules/khfZYAFtnamLNiUD84O9/hDGsZkUjFq3OMCdWvwRV/Oeaeo0pwX.js", "ssg:https://framerusercontent.com/modules/pfNXDIpgTlf8dW78Bt2h/Pm4PsqkF4Ne207HYXKAZ/QfKwTOU7W.js", "ssg:https://framerusercontent.com/modules/c2wesvoArnzKSvyHTsu6/rLQBZLpETqS94jJfqj1D/sWkIeX9Y3.js", "ssg:https://framerusercontent.com/modules/pdtfe1KDiQ4tz1Uua1yK/diKD5fYq34fHAlP1pQcB/UgheUOojp.js", "ssg:https://framerusercontent.com/modules/bEkyLJxOHOZVl5I5v615/vFeNWntv1kyKsps8NF43/augiA20Il.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 Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\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{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-u6uuL .framer-styles-preset-1u4289p:not(.rich-text-wrapper), .framer-u6uuL .framer-styles-preset-1u4289p.rich-text-wrapper a { --framer-link-current-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc) /* {\"name\":\"Light-500\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc) /* {\"name\":\"Light-500\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, #7a7a7a); --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-u6uuL\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-TUwDg .framer-styles-preset-x1s381:not(.rich-text-wrapper), .framer-TUwDg .framer-styles-preset-x1s381.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-TUwDg\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-CvCHI .framer-styles-preset-i92vh9:not(.rich-text-wrapper), .framer-CvCHI .framer-styles-preset-i92vh9.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-CvCHI\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/hV0yIYJkwEBEjNaeAbxI/etoFRmzL2nuiuJa6ySOM/bEiodWSQ3.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/g8hVLMdhMNIkD1R03lXj/yOOyK6ZbDvVeG0V82UWK/DPEgJuB07.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/qREJ3OBgOqu5IrowU8ca/nSrFhW2ZloBH84SVpnwn/mE56oHDvD.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"nVeNRf7M_\",\"bx5OdrLEl\",\"on9Ch5PoD\"];const serializationHash=\"framer-Go5do\";const variantClassNames={bx5OdrLEl:\"framer-v-1jwhxew\",nVeNRf7M_:\"framer-v-youvr7\",on9Ch5PoD:\"framer-v-pug9pf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"nVeNRf7M_\",Phone:\"on9Ch5PoD\",Tablet:\"bx5OdrLEl\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nVeNRf7M_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nVeNRf7M_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-youvr7\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"nVeNRf7M_\",ref:refBinding,style:{...style},...addPropertyOverrides({bx5OdrLEl:{\"data-framer-name\":\"Tablet\"},on9Ch5PoD:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gjr79w\",layoutDependency:layoutDependency,layoutId:\"Ll3Ns2wNO\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"e9Ck5wrwm\",scopeId:\"CibtiOm6U\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1cezen7 framer-rsjvrf\",\"data-framer-name\":\"Logo Container\",layoutDependency:layoutDependency,layoutId:\"e9Ck5wrwm\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+0+0+2),pixelHeight:3892,pixelWidth:4753,sizes:\"56px\",src:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png\",srcSet:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=512 512w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png 4753w\"},className:\"framer-1jjd9te\",layoutDependency:layoutDependency,layoutId:\"aelm4A1et\",...addPropertyOverrides({bx5OdrLEl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||280)-80-273.2)/2+0+0)+0+0+2),pixelHeight:3892,pixelWidth:4753,sizes:\"56px\",src:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png\",srcSet:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=512 512w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png 4753w\"}},on9Ch5PoD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||435)-80-409.6)/2+0+0)+0+0+2),pixelHeight:3892,pixelWidth:4753,sizes:\"56px\",src:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png\",srcSet:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=512 512w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png 4753w\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14l89el\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"i1mpp2H7R\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19g1b2q\",\"data-framer-name\":\"Link Item\",layoutDependency:layoutDependency,layoutId:\"dTNM8IlnI\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"BU1HEeWz0\",openInNewTab:true,scopeId:\"CibtiOm6U\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Home\"})})})}),className:\"framer-120pgmh\",\"data-framer-name\":\"Contact\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BU1HEeWz0\",style:{\"--extracted-r6o4lv\":\"rgb(0, 0, 0)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({on9Ch5PoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"BU1HEeWz0\",openInNewTab:true,scopeId:\"CibtiOm6U\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Home\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k5pudt\",\"data-framer-name\":\"Link Item\",layoutDependency:layoutDependency,layoutId:\"vH779egqa\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":J43k4foGq\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Gv9Z84r7e\",openInNewTab:true,scopeId:\"CibtiOm6U\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"About\"})})})}),className:\"framer-1ybyiot\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Gv9Z84r7e\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({on9Ch5PoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":J43k4foGq\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Gv9Z84r7e\",openInNewTab:true,scopeId:\"CibtiOm6U\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"About\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1566nua\",\"data-framer-name\":\"Link Item\",layoutDependency:layoutDependency,layoutId:\"L43oRMzlp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":HXx7N_tsT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"CWQMrXvKB\",openInNewTab:true,scopeId:\"CibtiOm6U\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Brokers\"})})})}),className:\"framer-10dxpgr\",\"data-framer-name\":\"Terms & Conditions\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CWQMrXvKB\",style:{\"--extracted-r6o4lv\":\"rgb(0, 0, 0)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({on9Ch5PoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":HXx7N_tsT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"CWQMrXvKB\",openInNewTab:true,scopeId:\"CibtiOm6U\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Brokers\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-etj1l8\",\"data-framer-name\":\"Link Item\",layoutDependency:layoutDependency,layoutId:\"MUc73YSes\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":LmO7ES3eY\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"lfJI5h_bQ\",openInNewTab:true,scopeId:\"CibtiOm6U\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Contact\"})})})}),className:\"framer-1t4g48v\",\"data-framer-name\":\"Terms & Conditions\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lfJI5h_bQ\",style:{\"--extracted-r6o4lv\":\"rgb(0, 0, 0)\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qdgvm9\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"nqGxsSolk\",children:/*#__PURE__*/_jsx(Link,{href:\"https://t.me/TheFXOne\",motionChild:true,nodeId:\"BBGvRVZhR\",scopeId:\"CibtiOm6U\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5sbjc0 framer-rsjvrf\",layoutDependency:layoutDependency,layoutId:\"BBGvRVZhR\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9tkwk0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"DikkX4z7j-container\",nodeId:\"DikkX4z7j\",rendersWithMotion:true,scopeId:\"CibtiOm6U\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"TelegramLogo\",id:\"DikkX4z7j\",layoutId:\"DikkX4z7j\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9sslap\",layoutDependency:layoutDependency,layoutId:\"rXrb0koU0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gvg3ie\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"aTktShcjt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204)))\"},children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Disclaimer:\"}),\" Trading involves risk. Past performance is not indicative of future results.\"]})}),className:\"framer-sm9zw2\",\"data-framer-name\":\"\\xa9 2023\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"RzQOAvxyh\",style:{\"--extracted-r6o4lv\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bx5OdrLEl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204)))\"},children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Disclaimer:\"}),\" Trading involves risk. Past performance is not indicative of future results.\"]})})},on9Ch5PoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204)))\"},children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Disclaimer:\"}),\" Trading involves risk. Past performance is not indicative of future results.\"]})})}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Go5do.framer-rsjvrf, .framer-Go5do .framer-rsjvrf { display: block; }\",\".framer-Go5do.framer-youvr7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 60px 40px 60px; position: relative; width: 1400px; }\",\".framer-Go5do .framer-gjr79w, .framer-Go5do .framer-9sslap { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Go5do .framer-1cezen7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-Go5do .framer-1jjd9te { aspect-ratio: 1.2058823529411764 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 46px); overflow: hidden; position: relative; width: 56px; }\",\".framer-Go5do .framer-14l89el { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 6px 0px 6px 0px; position: relative; width: 1px; }\",\".framer-Go5do .framer-19g1b2q, .framer-Go5do .framer-k5pudt, .framer-Go5do .framer-1566nua, .framer-Go5do .framer-etj1l8 { 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; width: min-content; }\",\".framer-Go5do .framer-120pgmh, .framer-Go5do .framer-1ybyiot, .framer-Go5do .framer-10dxpgr, .framer-Go5do .framer-1t4g48v { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Go5do .framer-qdgvm9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Go5do .framer-5sbjc0 { 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-Go5do .framer-9tkwk0-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-Go5do .framer-gvg3ie { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Go5do .framer-sm9zw2 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Go5do.framer-youvr7, .framer-Go5do .framer-gjr79w, .framer-Go5do .framer-1cezen7, .framer-Go5do .framer-14l89el, .framer-Go5do .framer-19g1b2q, .framer-Go5do .framer-k5pudt, .framer-Go5do .framer-1566nua, .framer-Go5do .framer-etj1l8, .framer-Go5do .framer-qdgvm9, .framer-Go5do .framer-5sbjc0, .framer-Go5do .framer-9sslap, .framer-Go5do .framer-gvg3ie { gap: 0px; } .framer-Go5do.framer-youvr7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Go5do.framer-youvr7 > :first-child { margin-top: 0px; } .framer-Go5do.framer-youvr7 > :last-child { margin-bottom: 0px; } .framer-Go5do .framer-gjr79w > *, .framer-Go5do .framer-1cezen7 > *, .framer-Go5do .framer-19g1b2q > *, .framer-Go5do .framer-k5pudt > *, .framer-Go5do .framer-1566nua > *, .framer-Go5do .framer-etj1l8 > *, .framer-Go5do .framer-qdgvm9 > *, .framer-Go5do .framer-5sbjc0 > *, .framer-Go5do .framer-9sslap > *, .framer-Go5do .framer-gvg3ie > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Go5do .framer-gjr79w > :first-child, .framer-Go5do .framer-1cezen7 > :first-child, .framer-Go5do .framer-14l89el > :first-child, .framer-Go5do .framer-19g1b2q > :first-child, .framer-Go5do .framer-k5pudt > :first-child, .framer-Go5do .framer-1566nua > :first-child, .framer-Go5do .framer-etj1l8 > :first-child, .framer-Go5do .framer-qdgvm9 > :first-child, .framer-Go5do .framer-5sbjc0 > :first-child, .framer-Go5do .framer-9sslap > :first-child, .framer-Go5do .framer-gvg3ie > :first-child { margin-left: 0px; } .framer-Go5do .framer-gjr79w > :last-child, .framer-Go5do .framer-1cezen7 > :last-child, .framer-Go5do .framer-14l89el > :last-child, .framer-Go5do .framer-19g1b2q > :last-child, .framer-Go5do .framer-k5pudt > :last-child, .framer-Go5do .framer-1566nua > :last-child, .framer-Go5do .framer-etj1l8 > :last-child, .framer-Go5do .framer-qdgvm9 > :last-child, .framer-Go5do .framer-5sbjc0 > :last-child, .framer-Go5do .framer-9sslap > :last-child, .framer-Go5do .framer-gvg3ie > :last-child { margin-right: 0px; } .framer-Go5do .framer-14l89el > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-Go5do.framer-v-1jwhxew.framer-youvr7 { justify-content: center; padding: 40px; width: 810px; }\",\".framer-Go5do.framer-v-1jwhxew .framer-gjr79w { flex-direction: column; gap: 23px; }\",\".framer-Go5do.framer-v-1jwhxew .framer-1cezen7, .framer-Go5do.framer-v-1jwhxew .framer-qdgvm9, .framer-Go5do.framer-v-pug9pf .framer-1cezen7, .framer-Go5do.framer-v-pug9pf .framer-qdgvm9 { flex: none; justify-content: center; width: 100%; }\",\".framer-Go5do.framer-v-1jwhxew .framer-14l89el { flex: none; padding: 0px; width: 100%; }\",\".framer-Go5do.framer-v-1jwhxew .framer-19g1b2q, .framer-Go5do.framer-v-1jwhxew .framer-k5pudt, .framer-Go5do.framer-v-1jwhxew .framer-1566nua, .framer-Go5do.framer-v-pug9pf .framer-19g1b2q, .framer-Go5do.framer-v-pug9pf .framer-k5pudt, .framer-Go5do.framer-v-pug9pf .framer-1566nua { padding: 6px 4px 6px 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Go5do.framer-v-1jwhxew .framer-gjr79w { gap: 0px; } .framer-Go5do.framer-v-1jwhxew .framer-gjr79w > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-Go5do.framer-v-1jwhxew .framer-gjr79w > :first-child { margin-top: 0px; } .framer-Go5do.framer-v-1jwhxew .framer-gjr79w > :last-child { margin-bottom: 0px; } }\",\".framer-Go5do.framer-v-pug9pf.framer-youvr7 { justify-content: center; padding: 40px; width: 390px; }\",\".framer-Go5do.framer-v-pug9pf .framer-gjr79w { flex-direction: column; gap: 36px; }\",\".framer-Go5do.framer-v-pug9pf .framer-14l89el { flex: none; flex-direction: column; gap: 8px; padding: 0px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Go5do.framer-v-pug9pf .framer-gjr79w, .framer-Go5do.framer-v-pug9pf .framer-14l89el { gap: 0px; } .framer-Go5do.framer-v-pug9pf .framer-gjr79w > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-Go5do.framer-v-pug9pf .framer-gjr79w > :first-child, .framer-Go5do.framer-v-pug9pf .framer-14l89el > :first-child { margin-top: 0px; } .framer-Go5do.framer-v-pug9pf .framer-gjr79w > :last-child, .framer-Go5do.framer-v-pug9pf .framer-14l89el > :last-child { margin-bottom: 0px; } .framer-Go5do.framer-v-pug9pf .framer-14l89el > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 180\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bx5OdrLEl\":{\"layout\":[\"fixed\",\"auto\"]},\"on9Ch5PoD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCibtiOm6U=withCSS(Component,css,\"framer-Go5do\");export default FramerCibtiOm6U;FramerCibtiOm6U.displayName=\"Footer\";FramerCibtiOm6U.defaultProps={height:180,width:1400};addPropertyControls(FramerCibtiOm6U,{variant:{options:[\"nVeNRf7M_\",\"bx5OdrLEl\",\"on9Ch5PoD\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerCibtiOm6U,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCibtiOm6U\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bx5OdrLEl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"on9Ch5PoD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"180\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CibtiOm6U.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-3G2GJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ac3938c)\nimport{jsx as e,jsxs as r}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as i,cx as n,RichText as o,SVG as l,useLocaleInfo as d,useVariantState as s,withCSS as f}from\"framer\";import{LayoutGroup as c,motion as m,MotionConfigContext as p}from\"framer-motion\";import*as h from\"react\";import*as u from\"https://framerusercontent.com/modules/OWBvf79kM3GY69jmIc7H/bv8CEx7hSVaqgZrX4VUB/Oeaeo0pwX.js\";let y=[\"TZUt4cyyI\"],g=\"framer-a4trZ\",C={TZUt4cyyI:\"framer-v-lj26rd\"};function x(e,...r){let t={};return null==r||r.forEach(r=>r&&Object.assign(t,e[r])),t;}let v={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},w=({value:r,children:t})=>{let a=h.useContext(p),i=null!=r?r:a.transition,n=h.useMemo(()=>({...a,transition:i}),[JSON.stringify(i)]);return /*#__PURE__*/e(p.Provider,{value:n,children:t});},b=({height:e,icon:r,id:t,section:a,width:i,...n})=>{var o,l;return{...n,h5mTi1koL:null!==(o=null!=a?a:n.h5mTi1koL)&&void 0!==o?o:\"Section Title\",MFTk1J6dD:null===(l=null!=r?r:n.MFTk1J6dD)||void 0===l||l};},Z=(e,r)=>r.join(\"-\")+e.layoutDependency,T=/*#__PURE__*/h.forwardRef(function(t,a){let{activeLocale:i}=d(),{style:f,className:p,layoutId:g,variant:x,MFTk1J6dD:T,h5mTi1koL:k,...j}=b(t),{baseVariant:I,classNames:L,gestureVariant:N,setGestureState:D,setVariant:S,transition:M,variants:P}=s({cycleOrder:y,defaultVariant:\"TZUt4cyyI\",transitions:v,variant:x,variantClassNames:C}),E=Z(t,P),F=h.useRef(null),_=h.useId(),H=[u.className];return /*#__PURE__*/e(c,{id:null!=g?g:_,children:/*#__PURE__*/e(m.div,{initial:x,animate:P,onHoverStart:()=>D({isHovered:!0}),onHoverEnd:()=>D({isHovered:!1}),onTapStart:()=>D({isPressed:!0}),onTap:()=>D({isPressed:!1}),onTapCancel:()=>D({isPressed:!1}),className:n(\"framer-a4trZ\",...H,L),style:{display:\"contents\"},children:/*#__PURE__*/e(w,{value:M,children:/*#__PURE__*/r(m.div,{...j,className:n(\"framer-lj26rd\",p),\"data-framer-name\":\"Default\",layoutDependency:E,layoutId:\"TZUt4cyyI\",ref:null!=a?a:F,style:{...f},children:[T&&/*#__PURE__*/e(l,{className:\"framer-1s11bfx\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:25,layoutDependency:E,layoutId:\"rokNXzxgN\",svg:'<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_382_1507)\">\\n<path d=\"M12.5 2.34375C10.4913 2.34375 8.52768 2.9394 6.85749 4.05539C5.18731 5.17137 3.88556 6.75756 3.11685 8.61337C2.34815 10.4692 2.14702 12.5113 2.5389 14.4814C2.93079 16.4515 3.89807 18.2612 5.31845 19.6816C6.73883 21.1019 8.5485 22.0692 10.5186 22.4611C12.4887 22.853 14.5308 22.6519 16.3866 21.8832C18.2424 21.1144 19.8286 19.8127 20.9446 18.1425C22.0606 16.4723 22.6563 14.5087 22.6563 12.5C22.6534 9.80727 21.5825 7.22564 19.6784 5.32159C17.7744 3.41754 15.1927 2.34659 12.5 2.34375ZM18.2764 10.874L13.7695 12.8047L17.0049 16.6875C17.1375 16.8468 17.2014 17.0522 17.1825 17.2586C17.1637 17.465 17.0636 17.6555 16.9043 17.7881C16.745 17.9207 16.5396 17.9846 16.3332 17.9657C16.1268 17.9469 15.9363 17.8468 15.8037 17.6875L12.5 13.7207L9.19434 17.6875C9.06173 17.8468 8.87128 17.9469 8.66488 17.9657C8.45848 17.9846 8.25304 17.9207 8.09375 17.7881C7.93447 17.6555 7.83439 17.465 7.81552 17.2586C7.79666 17.0522 7.86056 16.8468 7.99317 16.6875L11.2305 12.8047L6.72364 10.874C6.6264 10.8357 6.53784 10.7782 6.46321 10.705C6.38859 10.6319 6.3294 10.5444 6.28916 10.448C6.24893 10.3515 6.22845 10.248 6.22896 10.1434C6.22947 10.0389 6.25095 9.93555 6.29212 9.83948C6.3333 9.74341 6.39333 9.65657 6.46867 9.58412C6.544 9.51167 6.63311 9.45507 6.73072 9.41768C6.82833 9.38029 6.93244 9.36286 7.0369 9.36644C7.14137 9.37001 7.24405 9.3945 7.33887 9.43848L11.7188 11.3154V6.83594C11.7188 6.62874 11.8011 6.43002 11.9476 6.28351C12.0941 6.137 12.2928 6.05469 12.5 6.05469C12.7072 6.05469 12.9059 6.137 13.0524 6.28351C13.1989 6.43002 13.2813 6.62874 13.2813 6.83594V11.3154L17.6611 9.43848C17.756 9.3945 17.8586 9.37001 17.9631 9.36644C18.0676 9.36286 18.1717 9.38029 18.2693 9.41768C18.3669 9.45507 18.456 9.51167 18.5313 9.58412C18.6067 9.65657 18.6667 9.74341 18.7079 9.83948C18.7491 9.93555 18.7705 10.0389 18.771 10.1434C18.7716 10.248 18.7511 10.3515 18.7108 10.448C18.6706 10.5444 18.6114 10.6319 18.5368 10.705C18.4622 10.7782 18.3736 10.8357 18.2764 10.874Z\" fill=\"#E2FF02\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_382_1507\">\\n<rect width=\"25\" height=\"25\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:!0}),/*#__PURE__*/e(o,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(h.Fragment,{children:/*#__PURE__*/e(m.p,{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0)))\"},children:\"Section Title\"})}),className:\"framer-1y3ommh\",\"data-framer-name\":\"INTRODUCING [NAME]\",layoutDependency:E,layoutId:\"lR41ZCsIf\",style:{\"--extracted-r6o4lv\":\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",\"--framer-paragraph-spacing\":\"0px\"},text:k,verticalAlignment:\"top\",withExternalLayout:!0})]})})})});}),k=['.framer-a4trZ [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-a4trZ .framer-1qwyffy { display: block; }\",\".framer-a4trZ .framer-lj26rd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-a4trZ .framer-1s11bfx { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-a4trZ .framer-1y3ommh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-a4trZ .framer-lj26rd { gap: 0px; } .framer-a4trZ .framer-lj26rd > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-a4trZ .framer-lj26rd > :first-child { margin-left: 0px; } .framer-a4trZ .framer-lj26rd > :last-child { margin-right: 0px; } }\",...u.css],j=f(T,k,\"framer-a4trZ\");export default j;j.displayName=\"Section-Badge\",j.defaultProps={height:25,width:138.5},a(j,{MFTk1J6dD:{defaultValue:!0,title:\"Icon\",type:i.Boolean},h5mTi1koL:{defaultValue:\"Section Title\",displayTextArea:!1,title:\"Section\",type:i.String}}),t(j,[...u.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg1Ms3aCva\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"138.5\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"MFTk1J6dD\\\":\\\"icon\\\",\\\"h5mTi1koL\\\":\\\"section\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"25\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Ad9bGzcFR\",\"B4lexUVFJ\"];const serializationHash=\"framer-BHqP5\";const variantClassNames={Ad9bGzcFR:\"framer-v-1bgotnj\",B4lexUVFJ:\"framer-v-19o0wrj\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Light OFF\":\"Ad9bGzcFR\",\"Light ON\":\"B4lexUVFJ\"};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:\"Ad9bGzcFR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ad9bGzcFR\",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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1bgotnj\",className,classNames),\"data-framer-name\":\"Light OFF\",layoutDependency:layoutDependency,layoutId:\"Ad9bGzcFR\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-eeb779af-c71c-4f8f-9617-63883dd85a06, rgb(42, 45, 49))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",...style},variants:{B4lexUVFJ:{backgroundColor:\"var(--token-ed3b63a2-509e-4d49-8b32-4225b3c51ff5, rgb(95, 99, 108))\"}},...addPropertyOverrides({B4lexUVFJ:{\"data-framer-name\":\"Light ON\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BHqP5.framer-hw6wmv, .framer-BHqP5 .framer-hw6wmv { display: block; }\",\".framer-BHqP5.framer-1bgotnj { height: 1px; position: relative; width: 1px; }\",\".framer-BHqP5.framer-v-19o0wrj.framer-1bgotnj { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 1px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1\n * @framerIntrinsicWidth 1\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"B4lexUVFJ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersH6gFdE5c=withCSS(Component,css,\"framer-BHqP5\");export default FramersH6gFdE5c;FramersH6gFdE5c.displayName=\"Abstract/Dot Animation Light\";FramersH6gFdE5c.defaultProps={height:1,width:1};addPropertyControls(FramersH6gFdE5c,{variant:{options:[\"Ad9bGzcFR\",\"B4lexUVFJ\"],optionTitles:[\"Light OFF\",\"Light ON\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersH6gFdE5c,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersH6gFdE5c\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"B4lexUVFJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sH6gFdE5c.map", "// Generated by Framer (a1a9a9e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AbstractLight from\"https://framerusercontent.com/modules/a0dic6gu7aLUEkAAbDzE/N8PON5b1hWxmQHTAyzvh/sH6gFdE5c.js\";const AbstractLightFonts=getFonts(AbstractLight);const cycleOrder=[\"lLz4_B1W_\",\"LzJxe3EFE\",\"Wvl1i717W\",\"MUiVSefX4\"];const serializationHash=\"framer-dypUj\";const variantClassNames={lLz4_B1W_:\"framer-v-18fscw5\",LzJxe3EFE:\"framer-v-b6his4\",MUiVSefX4:\"framer-v-1pu4wmw\",Wvl1i717W:\"framer-v-19h1ayk\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.5,ease:[0,0,1,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.create(React.Fragment);const humanReadableVariantMap={\"Light Start 1\":\"LzJxe3EFE\",\"Light Start 2\":\"Wvl1i717W\",\"Light Start 3\":\"MUiVSefX4\",Helper:\"lLz4_B1W_\"};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:\"lLz4_B1W_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lLz4_B1W_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearrqjd18=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Wvl1i717W\"),500);});const onAppearngbkup=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"MUiVSefX4\"),1e3);});const onAppear151xjqh=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"LzJxe3EFE\"),1e3);});useOnVariantChange(baseVariant,{LzJxe3EFE:onAppearrqjd18,MUiVSefX4:onAppear151xjqh,Wvl1i717W:onAppearngbkup});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,...addPropertyOverrides({LzJxe3EFE:{value:transition2},MUiVSefX4:{value:transition2},Wvl1i717W:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-18fscw5\",className,classNames),\"data-framer-name\":\"Helper\",layoutDependency:layoutDependency,layoutId:\"lLz4_B1W_\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({LzJxe3EFE:{\"data-framer-name\":\"Light Start 1\",\"data-highlight\":true},MUiVSefX4:{\"data-framer-name\":\"Light Start 3\",\"data-highlight\":true},Wvl1i717W:{\"data-framer-name\":\"Light Start 2\",\"data-highlight\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uc21du\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"QuycczQYx\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dcy6b2\",\"data-framer-name\":\"Dots 3\",layoutDependency:layoutDependency,layoutId:\"nZSrCTBOW\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mtfd85-container\",layoutDependency:layoutDependency,layoutId:\"mCKn93LLp-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"mCKn93LLp\",layoutId:\"mCKn93LLp\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y6f3gi-container\",layoutDependency:layoutDependency,layoutId:\"ihq8AiNCF-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"ihq8AiNCF\",layoutId:\"ihq8AiNCF\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xpay3l-container\",layoutDependency:layoutDependency,layoutId:\"YaauwOq3u-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"YaauwOq3u\",layoutId:\"YaauwOq3u\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f1r73u-container\",layoutDependency:layoutDependency,layoutId:\"qEO7N9x1E-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"qEO7N9x1E\",layoutId:\"qEO7N9x1E\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h3qzc1-container\",layoutDependency:layoutDependency,layoutId:\"GLg2h2e50-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"GLg2h2e50\",layoutId:\"GLg2h2e50\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-31,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1av5na0-container\",layoutDependency:layoutDependency,layoutId:\"aOw5xGPpc-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"aOw5xGPpc\",layoutId:\"aOw5xGPpc\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-41,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-e0z7ek-container\",layoutDependency:layoutDependency,layoutId:\"Xr8ZfF6Wk-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Xr8ZfF6Wk\",layoutId:\"Xr8ZfF6Wk\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+25,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lwl1cy-container\",layoutDependency:layoutDependency,layoutId:\"NM3Ylt6kj-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"NM3Ylt6kj\",layoutId:\"NM3Ylt6kj\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+39,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3s7jnk-container\",layoutDependency:layoutDependency,layoutId:\"MdppcBCc2-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"MdppcBCc2\",layoutId:\"MdppcBCc2\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-6,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fhdu3z-container\",layoutDependency:layoutDependency,layoutId:\"lcHx7Yhr4-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"lcHx7Yhr4\",layoutId:\"lcHx7Yhr4\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16tj6x4-container\",layoutDependency:layoutDependency,layoutId:\"tSl9QuGCc-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"tSl9QuGCc\",layoutId:\"tSl9QuGCc\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+39,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pmsssr-container\",layoutDependency:layoutDependency,layoutId:\"x9p2gt8jN-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"x9p2gt8jN\",layoutId:\"x9p2gt8jN\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-31,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ul292t-container\",layoutDependency:layoutDependency,layoutId:\"HWbf4XF0e-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"HWbf4XF0e\",layoutId:\"HWbf4XF0e\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-16,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6sk9ia-container\",layoutDependency:layoutDependency,layoutId:\"l7EvFRoyq-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"l7EvFRoyq\",layoutId:\"l7EvFRoyq\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-16,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6x0g90-container\",layoutDependency:layoutDependency,layoutId:\"g57bjENPP-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"g57bjENPP\",layoutId:\"g57bjENPP\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-31,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10ob75d-container\",layoutDependency:layoutDependency,layoutId:\"xXD1TZAWh-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"xXD1TZAWh\",layoutId:\"xXD1TZAWh\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+43.50000000000002,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mxfvoo-container\",layoutDependency:layoutDependency,layoutId:\"CpLKG5XMw-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"CpLKG5XMw\",layoutId:\"CpLKG5XMw\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r027gg-container\",layoutDependency:layoutDependency,layoutId:\"riRu7peln-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"riRu7peln\",layoutId:\"riRu7peln\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ca66tg-container\",layoutDependency:layoutDependency,layoutId:\"C_myXAdSw-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"C_myXAdSw\",layoutId:\"C_myXAdSw\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hrryzs-container\",layoutDependency:layoutDependency,layoutId:\"ucxfz_hvI-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"ucxfz_hvI\",layoutId:\"ucxfz_hvI\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ctq8jz-container\",layoutDependency:layoutDependency,layoutId:\"tHFelzi7S-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"tHFelzi7S\",layoutId:\"tHFelzi7S\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fa6qq6-container\",layoutDependency:layoutDependency,layoutId:\"wLFh2bKav-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"wLFh2bKav\",layoutId:\"wLFh2bKav\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dqiafw-container\",layoutDependency:layoutDependency,layoutId:\"jOhgkZDoA-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"jOhgkZDoA\",layoutId:\"jOhgkZDoA\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dqz8r8-container\",layoutDependency:layoutDependency,layoutId:\"liuPO0sNc-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"liuPO0sNc\",layoutId:\"liuPO0sNc\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19sdetd-container\",layoutDependency:layoutDependency,layoutId:\"phXDyYoYZ-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"phXDyYoYZ\",layoutId:\"phXDyYoYZ\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zzd6z1-container\",layoutDependency:layoutDependency,layoutId:\"LYonHPTy0-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"LYonHPTy0\",layoutId:\"LYonHPTy0\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+25,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9ctlm6-container\",layoutDependency:layoutDependency,layoutId:\"oDb5iw4pd-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"oDb5iw4pd\",layoutId:\"oDb5iw4pd\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+39,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tgteoo-container\",layoutDependency:layoutDependency,layoutId:\"gXyL19Ju4-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"gXyL19Ju4\",layoutId:\"gXyL19Ju4\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+43.50000000000002,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4jxjyt-container\",layoutDependency:layoutDependency,layoutId:\"DIsISkTla-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"DIsISkTla\",layoutId:\"DIsISkTla\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-41,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19hvixo-container\",layoutDependency:layoutDependency,layoutId:\"VT1eLN8jd-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"VT1eLN8jd\",layoutId:\"VT1eLN8jd\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-36,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1htfmuh-container\",layoutDependency:layoutDependency,layoutId:\"AnpVgqIy9-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"AnpVgqIy9\",layoutId:\"AnpVgqIy9\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-16,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17w7g24-container\",layoutDependency:layoutDependency,layoutId:\"fupwVDjMn-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"fupwVDjMn\",layoutId:\"fupwVDjMn\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cwzxa0-container\",layoutDependency:layoutDependency,layoutId:\"FHkXQ81G_-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"FHkXQ81G_\",layoutId:\"FHkXQ81G_\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g70wdu-container\",layoutDependency:layoutDependency,layoutId:\"m3C_1BRL5-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"m3C_1BRL5\",layoutId:\"m3C_1BRL5\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-41,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n0xrfg-container\",layoutDependency:layoutDependency,layoutId:\"Oy44c4n4S-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Oy44c4n4S\",layoutId:\"Oy44c4n4S\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-6,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-182ratz-container\",layoutDependency:layoutDependency,layoutId:\"sxsp3y6RP-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"sxsp3y6RP\",layoutId:\"sxsp3y6RP\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-16,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f0iq7g-container\",layoutDependency:layoutDependency,layoutId:\"ScjJ7fBqR-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"ScjJ7fBqR\",layoutId:\"ScjJ7fBqR\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t56vt6-container\",layoutDependency:layoutDependency,layoutId:\"znBOdxr_6-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"znBOdxr_6\",layoutId:\"znBOdxr_6\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-21,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7due1j-container\",layoutDependency:layoutDependency,layoutId:\"qFL5nNIz7-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"qFL5nNIz7\",layoutId:\"qFL5nNIz7\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nk30qw-container\",layoutDependency:layoutDependency,layoutId:\"CIDp0UOAz-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"CIDp0UOAz\",layoutId:\"CIDp0UOAz\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-36,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mkz5mi-container\",layoutDependency:layoutDependency,layoutId:\"hzo79f1y6-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"hzo79f1y6\",layoutId:\"hzo79f1y6\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-172nxht-container\",layoutDependency:layoutDependency,layoutId:\"z7iLXAl6q-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"z7iLXAl6q\",layoutId:\"z7iLXAl6q\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y07gnq-container\",layoutDependency:layoutDependency,layoutId:\"JeJLXSHou-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"JeJLXSHou\",layoutId:\"JeJLXSHou\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+90-16,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11eitow-container\",layoutDependency:layoutDependency,layoutId:\"r0GNCi9RS-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"r0GNCi9RS\",layoutId:\"r0GNCi9RS\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({MUiVSefX4:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8cvq9j\",\"data-framer-name\":\"Dots 2\",layoutDependency:layoutDependency,layoutId:\"dXhBnnRV9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1idqij7-container\",layoutDependency:layoutDependency,layoutId:\"AvHxvhajh-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"AvHxvhajh\",layoutId:\"AvHxvhajh\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vmxes4-container\",layoutDependency:layoutDependency,layoutId:\"PyZPQqEvB-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"PyZPQqEvB\",layoutId:\"PyZPQqEvB\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9p8e6u-container\",layoutDependency:layoutDependency,layoutId:\"TT5OWgXsq-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"TT5OWgXsq\",layoutId:\"TT5OWgXsq\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1welrp7-container\",layoutDependency:layoutDependency,layoutId:\"WJM_FUhhv-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"WJM_FUhhv\",layoutId:\"WJM_FUhhv\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-16,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sp7h3o-container\",layoutDependency:layoutDependency,layoutId:\"G0r_mWQh1-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"G0r_mWQh1\",layoutId:\"G0r_mWQh1\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-35,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w9ojw2-container\",layoutDependency:layoutDependency,layoutId:\"P0jriCmZy-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"P0jriCmZy\",layoutId:\"P0jriCmZy\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vez2s3-container\",layoutDependency:layoutDependency,layoutId:\"cHhzC6EMP-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"cHhzC6EMP\",layoutId:\"cHhzC6EMP\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fftr76-container\",layoutDependency:layoutDependency,layoutId:\"b7JQBUitE-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"b7JQBUitE\",layoutId:\"b7JQBUitE\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ydvjhd-container\",layoutDependency:layoutDependency,layoutId:\"EyUtEMUS2-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"EyUtEMUS2\",layoutId:\"EyUtEMUS2\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-25,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kslcfa-container\",layoutDependency:layoutDependency,layoutId:\"dhANLxNkA-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"dhANLxNkA\",layoutId:\"dhANLxNkA\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-35,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-161xrki-container\",layoutDependency:layoutDependency,layoutId:\"GOYzS5rKu-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"GOYzS5rKu\",layoutId:\"GOYzS5rKu\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+43.50000000000002,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qgbpbi-container\",layoutDependency:layoutDependency,layoutId:\"bk4p1wYq9-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"bk4p1wYq9\",layoutId:\"bk4p1wYq9\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wfoy4f-container\",layoutDependency:layoutDependency,layoutId:\"E2LADHRLT-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"E2LADHRLT\",layoutId:\"E2LADHRLT\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ytj3oa-container\",layoutDependency:layoutDependency,layoutId:\"kUL74WxdN-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"kUL74WxdN\",layoutId:\"kUL74WxdN\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qwjk3f-container\",layoutDependency:layoutDependency,layoutId:\"YcMN8Hd6w-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"YcMN8Hd6w\",layoutId:\"YcMN8Hd6w\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qf0kw3-container\",layoutDependency:layoutDependency,layoutId:\"Bj0AMHc4A-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Bj0AMHc4A\",layoutId:\"Bj0AMHc4A\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y0geev-container\",layoutDependency:layoutDependency,layoutId:\"kTDaWgT4h-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"kTDaWgT4h\",layoutId:\"kTDaWgT4h\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-35,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c62963-container\",layoutDependency:layoutDependency,layoutId:\"MGzRLPuMC-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"MGzRLPuMC\",layoutId:\"MGzRLPuMC\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+43.50000000000002,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yazrg9-container\",layoutDependency:layoutDependency,layoutId:\"S_d6RrQPI-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"S_d6RrQPI\",layoutId:\"S_d6RrQPI\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+25,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vhvj4w-container\",layoutDependency:layoutDependency,layoutId:\"WK7RDbGsM-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"WK7RDbGsM\",layoutId:\"WK7RDbGsM\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-35,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2m37zc-container\",layoutDependency:layoutDependency,layoutId:\"Y_plc9lex-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Y_plc9lex\",layoutId:\"Y_plc9lex\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x6ic2r-container\",layoutDependency:layoutDependency,layoutId:\"U7KbGxtXb-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"U7KbGxtXb\",layoutId:\"U7KbGxtXb\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hf4k3z-container\",layoutDependency:layoutDependency,layoutId:\"kMxMzOdzd-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"kMxMzOdzd\",layoutId:\"kMxMzOdzd\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+39,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g0d5jt-container\",layoutDependency:layoutDependency,layoutId:\"g35F6lTtU-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"g35F6lTtU\",layoutId:\"g35F6lTtU\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hwqfai-container\",layoutDependency:layoutDependency,layoutId:\"F6oYr9mXo-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"F6oYr9mXo\",layoutId:\"F6oYr9mXo\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kfmc6i-container\",layoutDependency:layoutDependency,layoutId:\"T5FkP7OWf-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"T5FkP7OWf\",layoutId:\"T5FkP7OWf\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zgkp8d-container\",layoutDependency:layoutDependency,layoutId:\"aec2Xd6RK-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"aec2Xd6RK\",layoutId:\"aec2Xd6RK\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+25,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wxra4d-container\",layoutDependency:layoutDependency,layoutId:\"eKMC4sO2G-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"eKMC4sO2G\",layoutId:\"eKMC4sO2G\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gcacp8-container\",layoutDependency:layoutDependency,layoutId:\"hML5vHTDC-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"hML5vHTDC\",layoutId:\"hML5vHTDC\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uo0ibw-container\",layoutDependency:layoutDependency,layoutId:\"LUtJTzA3a-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"LUtJTzA3a\",layoutId:\"LUtJTzA3a\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mbqpl5-container\",layoutDependency:layoutDependency,layoutId:\"Vg62dYoIs-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Vg62dYoIs\",layoutId:\"Vg62dYoIs\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4s9hlx-container\",layoutDependency:layoutDependency,layoutId:\"XRGtDLxhd-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"XRGtDLxhd\",layoutId:\"XRGtDLxhd\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+25,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1967b8o-container\",layoutDependency:layoutDependency,layoutId:\"PRC0MEBfM-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"PRC0MEBfM\",layoutId:\"PRC0MEBfM\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9d4xh5-container\",layoutDependency:layoutDependency,layoutId:\"xDUZ7ac3R-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"xDUZ7ac3R\",layoutId:\"xDUZ7ac3R\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-62bmmx-container\",layoutDependency:layoutDependency,layoutId:\"pfFjAWxqT-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"pfFjAWxqT\",layoutId:\"pfFjAWxqT\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15s6oy8-container\",layoutDependency:layoutDependency,layoutId:\"XcPDPjDxq-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"XcPDPjDxq\",layoutId:\"XcPDPjDxq\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kqi21f-container\",layoutDependency:layoutDependency,layoutId:\"Udm2Xiurn-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Udm2Xiurn\",layoutId:\"Udm2Xiurn\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mf0izz-container\",layoutDependency:layoutDependency,layoutId:\"odIjj6o_7-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"odIjj6o_7\",layoutId:\"odIjj6o_7\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+39,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bmp5db-container\",layoutDependency:layoutDependency,layoutId:\"BRlVvAyTT-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"BRlVvAyTT\",layoutId:\"BRlVvAyTT\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kf3vlu-container\",layoutDependency:layoutDependency,layoutId:\"lZoswPUvW-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"lZoswPUvW\",layoutId:\"lZoswPUvW\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ftvy46-container\",layoutDependency:layoutDependency,layoutId:\"yOLRFZHIb-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"yOLRFZHIb\",layoutId:\"yOLRFZHIb\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gwyglr-container\",layoutDependency:layoutDependency,layoutId:\"xatLcRqxU-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"xatLcRqxU\",layoutId:\"xatLcRqxU\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xoyr46-container\",layoutDependency:layoutDependency,layoutId:\"VlVey6PaJ-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"VlVey6PaJ\",layoutId:\"VlVey6PaJ\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wrnrvk-container\",layoutDependency:layoutDependency,layoutId:\"y4hmlBedv-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"y4hmlBedv\",layoutId:\"y4hmlBedv\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+35,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10xvafu-container\",layoutDependency:layoutDependency,layoutId:\"ANEhpRLMg-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"ANEhpRLMg\",layoutId:\"ANEhpRLMg\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+43.50000000000002,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mfy0we-container\",layoutDependency:layoutDependency,layoutId:\"D8AvXjItP-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"D8AvXjItP\",layoutId:\"D8AvXjItP\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kt56w1-container\",layoutDependency:layoutDependency,layoutId:\"SJCeXqpza-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"SJCeXqpza\",layoutId:\"SJCeXqpza\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13yurz3-container\",layoutDependency:layoutDependency,layoutId:\"qLugnzpDE-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"qLugnzpDE\",layoutId:\"qLugnzpDE\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uhuhw2-container\",layoutDependency:layoutDependency,layoutId:\"FI0qSj5fw-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"FI0qSj5fw\",layoutId:\"FI0qSj5fw\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-35,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1act0c6-container\",layoutDependency:layoutDependency,layoutId:\"kzGaolgbw-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"kzGaolgbw\",layoutId:\"kzGaolgbw\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-30,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10ys80n-container\",layoutDependency:layoutDependency,layoutId:\"Rtl9eIiXn-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Rtl9eIiXn\",layoutId:\"Rtl9eIiXn\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2byizn-container\",layoutDependency:layoutDependency,layoutId:\"NPMZ2Zm4u-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"NPMZ2Zm4u\",layoutId:\"NPMZ2Zm4u\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a2ybpo-container\",layoutDependency:layoutDependency,layoutId:\"WpdCt5HLt-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"WpdCt5HLt\",layoutId:\"WpdCt5HLt\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-30,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1khzyg0-container\",layoutDependency:layoutDependency,layoutId:\"f0M_JKAzJ-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"f0M_JKAzJ\",layoutId:\"f0M_JKAzJ\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+43.50000000000002,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aopdea-container\",layoutDependency:layoutDependency,layoutId:\"sILkwvoYI-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"sILkwvoYI\",layoutId:\"sILkwvoYI\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11shpzf-container\",layoutDependency:layoutDependency,layoutId:\"n2NkR5KqQ-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"n2NkR5KqQ\",layoutId:\"n2NkR5KqQ\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a1kzl1-container\",layoutDependency:layoutDependency,layoutId:\"vkhERpoIL-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"vkhERpoIL\",layoutId:\"vkhERpoIL\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vvqfus-container\",layoutDependency:layoutDependency,layoutId:\"Y2aNA6QjL-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Y2aNA6QjL\",layoutId:\"Y2aNA6QjL\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o7zwo9-container\",layoutDependency:layoutDependency,layoutId:\"DVDfUYlzB-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"DVDfUYlzB\",layoutId:\"DVDfUYlzB\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zp7smk-container\",layoutDependency:layoutDependency,layoutId:\"tSziIPw48-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"tSziIPw48\",layoutId:\"tSziIPw48\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3bif7g-container\",layoutDependency:layoutDependency,layoutId:\"C2cOV6wKz-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"C2cOV6wKz\",layoutId:\"C2cOV6wKz\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-184sx1n-container\",layoutDependency:layoutDependency,layoutId:\"I6cHOyj0R-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"I6cHOyj0R\",layoutId:\"I6cHOyj0R\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13b4npd-container\",layoutDependency:layoutDependency,layoutId:\"MSgnfZZbL-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"MSgnfZZbL\",layoutId:\"MSgnfZZbL\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kvrbwe-container\",layoutDependency:layoutDependency,layoutId:\"RqHoAacX2-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"RqHoAacX2\",layoutId:\"RqHoAacX2\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({Wvl1i717W:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qpwcsu\",\"data-framer-name\":\"Dots 1\",layoutDependency:layoutDependency,layoutId:\"w3nBJxyFm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17auvd-container\",layoutDependency:layoutDependency,layoutId:\"QfrtOMjr1-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"QfrtOMjr1\",layoutId:\"QfrtOMjr1\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-k5174c-container\",layoutDependency:layoutDependency,layoutId:\"E2WHFd1ZV-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"E2WHFd1ZV\",layoutId:\"E2WHFd1ZV\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14vhliz-container\",layoutDependency:layoutDependency,layoutId:\"qwvxLcRN6-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"qwvxLcRN6\",layoutId:\"qwvxLcRN6\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-6,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gneqvj-container\",layoutDependency:layoutDependency,layoutId:\"hJ3ggnMgq-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"hJ3ggnMgq\",layoutId:\"hJ3ggnMgq\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10vi79z-container\",layoutDependency:layoutDependency,layoutId:\"KZYpBg1lp-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"KZYpBg1lp\",layoutId:\"KZYpBg1lp\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-30,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4c3h0r-container\",layoutDependency:layoutDependency,layoutId:\"ixcAQggTD-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"ixcAQggTD\",layoutId:\"ixcAQggTD\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vxmvx8-container\",layoutDependency:layoutDependency,layoutId:\"UVjG36cg8-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"UVjG36cg8\",layoutId:\"UVjG36cg8\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15cf68j-container\",layoutDependency:layoutDependency,layoutId:\"GWEbwgBGS-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"GWEbwgBGS\",layoutId:\"GWEbwgBGS\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-35,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ilwawj-container\",layoutDependency:layoutDependency,layoutId:\"MMiAFe0Yv-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"MMiAFe0Yv\",layoutId:\"MMiAFe0Yv\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x5c3r7-container\",layoutDependency:layoutDependency,layoutId:\"wILQA42SK-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"wILQA42SK\",layoutId:\"wILQA42SK\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pw3anj-container\",layoutDependency:layoutDependency,layoutId:\"IzF_N8eq_-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"IzF_N8eq_\",layoutId:\"IzF_N8eq_\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-785gdj-container\",layoutDependency:layoutDependency,layoutId:\"cI5RgAi1Z-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"cI5RgAi1Z\",layoutId:\"cI5RgAi1Z\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-25,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gzvfp6-container\",layoutDependency:layoutDependency,layoutId:\"fp76nWt1W-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"fp76nWt1W\",layoutId:\"fp76nWt1W\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6a6qwo-container\",layoutDependency:layoutDependency,layoutId:\"FKSPFvx_K-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"FKSPFvx_K\",layoutId:\"FKSPFvx_K\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+25,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ys5ab2-container\",layoutDependency:layoutDependency,layoutId:\"wTMffyTI6-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"wTMffyTI6\",layoutId:\"wTMffyTI6\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v00d08-container\",layoutDependency:layoutDependency,layoutId:\"KWUY1qtdm-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"KWUY1qtdm\",layoutId:\"KWUY1qtdm\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dmxnwk-container\",layoutDependency:layoutDependency,layoutId:\"RhUoVt4Kh-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"RhUoVt4Kh\",layoutId:\"RhUoVt4Kh\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11xgrk1-container\",layoutDependency:layoutDependency,layoutId:\"Bcg7yXyel-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Bcg7yXyel\",layoutId:\"Bcg7yXyel\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1zvib1-container\",layoutDependency:layoutDependency,layoutId:\"AyhGafftf-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"AyhGafftf\",layoutId:\"AyhGafftf\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qkqvuz-container\",layoutDependency:layoutDependency,layoutId:\"VebfzlJO4-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"VebfzlJO4\",layoutId:\"VebfzlJO4\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uftnvp-container\",layoutDependency:layoutDependency,layoutId:\"D8jLq_Flu-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"D8jLq_Flu\",layoutId:\"D8jLq_Flu\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4rfpkw-container\",layoutDependency:layoutDependency,layoutId:\"XffNl9HlT-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"XffNl9HlT\",layoutId:\"XffNl9HlT\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w82ww-container\",layoutDependency:layoutDependency,layoutId:\"xuie8_gXS-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"xuie8_gXS\",layoutId:\"xuie8_gXS\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qa2mu2-container\",layoutDependency:layoutDependency,layoutId:\"PbclzLhZ0-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"PbclzLhZ0\",layoutId:\"PbclzLhZ0\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+25,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kh6jcb-container\",layoutDependency:layoutDependency,layoutId:\"yYdWddYrN-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"yYdWddYrN\",layoutId:\"yYdWddYrN\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fahn17-container\",layoutDependency:layoutDependency,layoutId:\"HnK9d7rUw-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"HnK9d7rUw\",layoutId:\"HnK9d7rUw\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16l3qga-container\",layoutDependency:layoutDependency,layoutId:\"Uv8kg3V22-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Uv8kg3V22\",layoutId:\"Uv8kg3V22\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vnr74x-container\",layoutDependency:layoutDependency,layoutId:\"mq59BLEMm-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"mq59BLEMm\",layoutId:\"mq59BLEMm\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dsaqxv-container\",layoutDependency:layoutDependency,layoutId:\"K9osv8Mvd-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"K9osv8Mvd\",layoutId:\"K9osv8Mvd\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+39,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-137hus9-container\",layoutDependency:layoutDependency,layoutId:\"mNdHaGouB-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"mNdHaGouB\",layoutId:\"mNdHaGouB\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7r2eag-container\",layoutDependency:layoutDependency,layoutId:\"c4iElCUWS-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"c4iElCUWS\",layoutId:\"c4iElCUWS\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+43.50000000000002,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3on5h1-container\",layoutDependency:layoutDependency,layoutId:\"FGczy26hk-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"FGczy26hk\",layoutId:\"FGczy26hk\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-20,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xbed7g-container\",layoutDependency:layoutDependency,layoutId:\"xH31UB2G5-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"xH31UB2G5\",layoutId:\"xH31UB2G5\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b181ub-container\",layoutDependency:layoutDependency,layoutId:\"vNgifgNBm-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"vNgifgNBm\",layoutId:\"vNgifgNBm\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-15,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jy02h4-container\",layoutDependency:layoutDependency,layoutId:\"anfL3O7D9-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"anfL3O7D9\",layoutId:\"anfL3O7D9\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15v5n6s-container\",layoutDependency:layoutDependency,layoutId:\"kujDWC5Y7-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"kujDWC5Y7\",layoutId:\"kujDWC5Y7\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-apzgpa-container\",layoutDependency:layoutDependency,layoutId:\"Fre1yfebf-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"Fre1yfebf\",layoutId:\"Fre1yfebf\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-25,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g67ezo-container\",layoutDependency:layoutDependency,layoutId:\"WcxKDsTCZ-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"WcxKDsTCZ\",layoutId:\"WcxKDsTCZ\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-10,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-njuwzr-container\",layoutDependency:layoutDependency,layoutId:\"PVNxSqvvc-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"PVNxSqvvc\",layoutId:\"PVNxSqvvc\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15p52k5-container\",layoutDependency:layoutDependency,layoutId:\"E83GYLDjP-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"E83GYLDjP\",layoutId:\"E83GYLDjP\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||91)-0-90)/2)+0+89-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15t2drz-container\",layoutDependency:layoutDependency,layoutId:\"OXR86xXMs-container\",children:/*#__PURE__*/_jsx(AbstractLight,{height:\"100%\",id:\"OXR86xXMs\",layoutId:\"OXR86xXMs\",style:{height:\"100%\",width:\"100%\"},variant:\"Ad9bGzcFR\",width:\"100%\",...addPropertyOverrides({LzJxe3EFE:{variant:\"B4lexUVFJ\"}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dypUj.framer-1nqoqid, .framer-dypUj .framer-1nqoqid { display: block; }\",\".framer-dypUj.framer-18fscw5 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 91px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-dypUj .framer-1uc21du { flex: none; height: 90px; overflow: hidden; position: relative; width: 300px; }\",\".framer-dypUj .framer-dcy6b2 { bottom: 0px; flex: none; left: calc(53.33333333333336% - 240px / 2); overflow: visible; position: absolute; top: 0px; width: 240px; }\",\".framer-dypUj .framer-mtfd85-container { bottom: 1px; flex: none; height: 1px; left: 0px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1y6f3gi-container { bottom: 1px; flex: none; height: 1px; left: 5px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-xpay3l-container { bottom: 10px; flex: none; height: 1px; left: 9px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1f1r73u-container { bottom: 1px; flex: none; height: 1px; left: 19px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1h3qzc1-container { bottom: 10px; flex: none; height: 1px; left: 24px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1av5na0-container { bottom: 30px; flex: none; height: 1px; left: 29px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-e0z7ek-container { bottom: 40px; flex: none; height: 1px; left: 29px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1lwl1cy-container { flex: none; height: 1px; left: 55px; position: absolute; top: 25px; width: 1px; }\",\".framer-dypUj .framer-3s7jnk-container { flex: none; height: 1px; left: 55px; position: absolute; top: 39px; width: 1px; }\",\".framer-dypUj .framer-fhdu3z-container { bottom: 5px; flex: none; height: 1px; left: 55px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-16tj6x4-container { bottom: 10px; flex: none; height: 1px; left: 60px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1pmsssr-container { flex: none; height: 1px; left: 70px; position: absolute; top: 39px; width: 1px; }\",\".framer-dypUj .framer-1ul292t-container { bottom: 30px; flex: none; height: 1px; left: 70px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-6sk9ia-container { bottom: 15px; flex: none; height: 1px; left: 70px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-6x0g90-container { bottom: 15px; flex: none; height: 1px; left: 74px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-10ob75d-container { bottom: 30px; flex: none; height: 1px; left: 74px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1mxfvoo-container { flex: none; height: 1px; left: 74px; position: absolute; top: calc(48.88888888888891% - 1px / 2); width: 1px; }\",\".framer-dypUj .framer-r027gg-container { flex: none; height: 1px; left: 79px; position: absolute; top: 5px; width: 1px; }\",\".framer-dypUj .framer-ca66tg-container { flex: none; height: 1px; left: 89px; position: absolute; top: 10px; width: 1px; }\",\".framer-dypUj .framer-1hrryzs-container { flex: none; height: 1px; left: 84px; position: absolute; top: 15px; width: 1px; }\",\".framer-dypUj .framer-ctq8jz-container, .framer-dypUj .framer-1wfoy4f-container { flex: none; height: 1px; left: 88px; position: absolute; top: 29px; width: 1px; }\",\".framer-dypUj .framer-fa6qq6-container { flex: none; height: 1px; left: calc(50.00000000000002% - 1px / 2); position: absolute; top: 20px; width: 1px; }\",\".framer-dypUj .framer-dqiafw-container { flex: none; height: 1px; left: calc(52.08333333333336% - 1px / 2); position: absolute; top: 5px; width: 1px; }\",\".framer-dypUj .framer-dqz8r8-container { flex: none; height: 1px; left: calc(51.66666666666669% - 1px / 2); position: absolute; top: 0px; width: 1px; }\",\".framer-dypUj .framer-19sdetd-container { flex: none; height: 1px; position: absolute; right: 105px; top: 0px; width: 1px; }\",\".framer-dypUj .framer-zzd6z1-container { flex: none; height: 1px; position: absolute; right: 104px; top: 34px; width: 1px; }\",\".framer-dypUj .framer-9ctlm6-container { flex: none; height: 1px; position: absolute; right: 94px; top: 25px; width: 1px; }\",\".framer-dypUj .framer-1tgteoo-container { flex: none; height: 1px; position: absolute; right: 90px; top: 39px; width: 1px; }\",\".framer-dypUj .framer-4jxjyt-container { flex: none; height: 1px; position: absolute; right: 94px; top: calc(48.88888888888891% - 1px / 2); width: 1px; }\",\".framer-dypUj .framer-19hvixo-container { bottom: 40px; flex: none; height: 1px; position: absolute; right: 86px; width: 1px; }\",\".framer-dypUj .framer-1htfmuh-container { bottom: 35px; flex: none; height: 1px; position: absolute; right: 90px; width: 1px; }\",\".framer-dypUj .framer-17w7g24-container { bottom: 15px; flex: none; height: 1px; position: absolute; right: 90px; width: 1px; }\",\".framer-dypUj .framer-1cwzxa0-container { bottom: 10px; flex: none; height: 1px; position: absolute; right: 94px; width: 1px; }\",\".framer-dypUj .framer-g70wdu-container { flex: none; height: 1px; position: absolute; right: 76px; top: 29px; width: 1px; }\",\".framer-dypUj .framer-1n0xrfg-container { bottom: 40px; flex: none; height: 1px; position: absolute; right: 69px; width: 1px; }\",\".framer-dypUj .framer-182ratz-container { bottom: 5px; flex: none; height: 1px; position: absolute; right: 74px; width: 1px; }\",\".framer-dypUj .framer-1f0iq7g-container { bottom: 15px; flex: none; height: 1px; position: absolute; right: 74px; width: 1px; }\",\".framer-dypUj .framer-1t56vt6-container { bottom: 39px; flex: none; height: 1px; position: absolute; right: 51px; width: 1px; }\",\".framer-dypUj .framer-7due1j-container { bottom: 20px; flex: none; height: 1px; position: absolute; right: 51px; width: 1px; }\",\".framer-dypUj .framer-1nk30qw-container { bottom: 10px; flex: none; height: 1px; position: absolute; right: 45px; width: 1px; }\",\".framer-dypUj .framer-1mkz5mi-container { bottom: 35px; flex: none; height: 1px; position: absolute; right: 36px; width: 1px; }\",\".framer-dypUj .framer-172nxht-container { bottom: 0px; flex: none; height: 1px; position: absolute; right: 40px; width: 1px; }\",\".framer-dypUj .framer-y07gnq-container { bottom: 10px; flex: none; height: 1px; position: absolute; right: 25px; width: 1px; }\",\".framer-dypUj .framer-11eitow-container { bottom: 15px; flex: none; height: 1px; position: absolute; right: 0px; width: 1px; }\",\".framer-dypUj .framer-8cvq9j { flex: none; height: 89px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 299px; }\",\".framer-dypUj .framer-1idqij7-container { bottom: 0px; flex: none; height: 1px; left: 0px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-vmxes4-container { bottom: 9px; flex: none; height: 1px; left: 11px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-9p8e6u-container { bottom: 14px; flex: none; height: 1px; left: 26px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1welrp7-container { bottom: 9px; flex: none; height: 1px; left: 45px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-sp7h3o-container { bottom: 15px; flex: none; height: 1px; left: 54px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1w9ojw2-container { bottom: 34px; flex: none; height: 1px; left: 54px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-vez2s3-container { bottom: 4px; flex: none; height: 1px; left: 59px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1fftr76-container { bottom: 0px; flex: none; height: 1px; left: 69px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-ydvjhd-container { bottom: 14px; flex: none; height: 1px; left: 69px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1kslcfa-container { bottom: 24px; flex: none; height: 1px; left: 64px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-161xrki-container, .framer-dypUj .framer-1ilwawj-container { bottom: 34px; flex: none; height: 1px; left: 69px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-qgbpbi-container { flex: none; height: 1px; left: 90px; position: absolute; top: calc(49.43820224719103% - 1px / 2); width: 1px; }\",\".framer-dypUj .framer-ytj3oa-container { flex: none; height: 1px; left: 95px; position: absolute; top: 20px; width: 1px; }\",\".framer-dypUj .framer-1qwjk3f-container { bottom: 14px; flex: none; height: 1px; left: 95px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-qf0kw3-container { bottom: 4px; flex: none; height: 1px; left: 100px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-y0geev-container, .framer-dypUj .framer-1dmxnwk-container { bottom: 19px; flex: none; height: 1px; left: 100px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1c62963-container { bottom: 34px; flex: none; height: 1px; left: 100px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-yazrg9-container { flex: none; height: 1px; left: 100px; position: absolute; top: calc(49.43820224719103% - 1px / 2); width: 1px; }\",\".framer-dypUj .framer-vhvj4w-container, .framer-dypUj .framer-1ys5ab2-container { flex: none; height: 1px; left: 100px; position: absolute; top: 25px; width: 1px; }\",\".framer-dypUj .framer-2m37zc-container { bottom: 34px; flex: none; height: 1px; left: 110px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1x6ic2r-container { bottom: 19px; flex: none; height: 1px; left: 110px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1hf4k3z-container { bottom: 9px; flex: none; height: 1px; left: 114px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-g0d5jt-container { flex: none; height: 1px; left: 114px; position: absolute; top: 39px; width: 1px; }\",\".framer-dypUj .framer-hwqfai-container { flex: none; height: 1px; left: 114px; position: absolute; top: 20px; width: 1px; }\",\".framer-dypUj .framer-kfmc6i-container, .framer-dypUj .framer-1uftnvp-container { flex: none; height: 1px; left: 119px; position: absolute; top: 10px; width: 1px; }\",\".framer-dypUj .framer-zgkp8d-container { flex: none; height: 1px; left: 129px; position: absolute; top: 15px; width: 1px; }\",\".framer-dypUj .framer-1wxra4d-container { flex: none; height: 1px; left: 119px; position: absolute; top: 25px; width: 1px; }\",\".framer-dypUj .framer-gcacp8-container { flex: none; height: 1px; left: 123px; position: absolute; top: 29px; width: 1px; }\",\".framer-dypUj .framer-uo0ibw-container { flex: none; height: 1px; left: calc(49.83277591973246% - 1px / 2); position: absolute; top: 0px; width: 1px; }\",\".framer-dypUj .framer-1mbqpl5-container { flex: none; height: 1px; left: calc(49.83277591973246% - 1px / 2); position: absolute; top: 20px; width: 1px; }\",\".framer-dypUj .framer-4s9hlx-container { flex: none; height: 1px; left: calc(53.51170568561875% - 1px / 2); position: absolute; top: 15px; width: 1px; }\",\".framer-dypUj .framer-1967b8o-container { flex: none; height: 1px; left: calc(53.51170568561875% - 1px / 2); position: absolute; top: 25px; width: 1px; }\",\".framer-dypUj .framer-9d4xh5-container { flex: none; height: 1px; position: absolute; right: 129px; top: 5px; width: 1px; }\",\".framer-dypUj .framer-62bmmx-container { flex: none; height: 1px; position: absolute; right: 118px; top: 5px; width: 1px; }\",\".framer-dypUj .framer-15s6oy8-container { flex: none; height: 1px; position: absolute; right: 123px; top: 29px; width: 1px; }\",\".framer-dypUj .framer-kqi21f-container { flex: none; height: 1px; position: absolute; right: 109px; top: 29px; width: 1px; }\",\".framer-dypUj .framer-1mf0izz-container { flex: none; height: 1px; position: absolute; right: 119px; top: 20px; width: 1px; }\",\".framer-dypUj .framer-1bmp5db-container { flex: none; height: 1px; position: absolute; right: 113px; top: 39px; width: 1px; }\",\".framer-dypUj .framer-kf3vlu-container { bottom: 39px; flex: none; height: 1px; position: absolute; right: 114px; width: 1px; }\",\".framer-dypUj .framer-ftvy46-container { bottom: 39px; flex: none; height: 1px; position: absolute; right: 98px; width: 1px; }\",\".framer-dypUj .framer-gwyglr-container { bottom: 28px; flex: none; height: 1px; position: absolute; right: 109px; width: 1px; }\",\".framer-dypUj .framer-1xoyr46-container { bottom: 14px; flex: none; height: 1px; position: absolute; right: 113px; width: 1px; }\",\".framer-dypUj .framer-1wrnrvk-container { bottom: 4px; flex: none; height: 1px; position: absolute; right: 113px; width: 1px; }\",\".framer-dypUj .framer-10xvafu-container { flex: none; height: 1px; position: absolute; right: 93px; top: 35px; width: 1px; }\",\".framer-dypUj .framer-1mfy0we-container { flex: none; height: 1px; position: absolute; right: 88px; top: calc(49.43820224719103% - 1px / 2); width: 1px; }\",\".framer-dypUj .framer-1kt56w1-container { bottom: 19px; flex: none; height: 1px; position: absolute; right: 99px; width: 1px; }\",\".framer-dypUj .framer-13yurz3-container { bottom: 4px; flex: none; height: 1px; position: absolute; right: 100px; width: 1px; }\",\".framer-dypUj .framer-uhuhw2-container { bottom: 9px; flex: none; height: 1px; position: absolute; right: 94px; width: 1px; }\",\".framer-dypUj .framer-1act0c6-container { bottom: 34px; flex: none; height: 1px; position: absolute; right: 74px; width: 1px; }\",\".framer-dypUj .framer-10ys80n-container { bottom: 29px; flex: none; height: 1px; position: absolute; right: 70px; width: 1px; }\",\".framer-dypUj .framer-2byizn-container { bottom: 14px; flex: none; height: 1px; position: absolute; right: 69px; width: 1px; }\",\".framer-dypUj .framer-a2ybpo-container { bottom: 0px; flex: none; height: 1px; position: absolute; right: 64px; width: 1px; }\",\".framer-dypUj .framer-1khzyg0-container { bottom: 29px; flex: none; height: 1px; position: absolute; right: 60px; width: 1px; }\",\".framer-dypUj .framer-1aopdea-container { flex: none; height: 1px; position: absolute; right: 55px; top: calc(49.43820224719103% - 1px / 2); width: 1px; }\",\".framer-dypUj .framer-11shpzf-container { bottom: 14px; flex: none; height: 1px; position: absolute; right: 55px; width: 1px; }\",\".framer-dypUj .framer-a1kzl1-container { bottom: 4px; flex: none; height: 1px; position: absolute; right: 60px; width: 1px; }\",\".framer-dypUj .framer-1vvqfus-container { bottom: 9px; flex: none; height: 1px; position: absolute; right: 49px; width: 1px; }\",\".framer-dypUj .framer-o7zwo9-container { bottom: 0px; flex: none; height: 1px; position: absolute; right: 44px; width: 1px; }\",\".framer-dypUj .framer-zp7smk-container { bottom: 4px; flex: none; height: 1px; position: absolute; right: 40px; width: 1px; }\",\".framer-dypUj .framer-3bif7g-container { bottom: 14px; flex: none; height: 1px; position: absolute; right: 24px; width: 1px; }\",\".framer-dypUj .framer-184sx1n-container { bottom: 9px; flex: none; height: 1px; position: absolute; right: 11px; width: 1px; }\",\".framer-dypUj .framer-13b4npd-container { bottom: 4px; flex: none; height: 1px; position: absolute; right: 5px; width: 1px; }\",\".framer-dypUj .framer-1kvrbwe-container { bottom: 0px; flex: none; height: 1px; position: absolute; right: 0px; width: 1px; }\",\".framer-dypUj .framer-1qpwcsu { flex: none; height: 89px; left: calc(49.00000000000002% - 285px / 2); overflow: visible; position: absolute; top: 0px; width: 285px; }\",\".framer-dypUj .framer-17auvd-container { bottom: 4px; flex: none; height: 1px; left: 0px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-k5174c-container { bottom: 4px; flex: none; height: 1px; left: 6px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-14vhliz-container { bottom: 14px; flex: none; height: 1px; left: 16px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1gneqvj-container { bottom: 5px; flex: none; height: 1px; left: 35px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-10vi79z-container { bottom: 9px; flex: none; height: 1px; left: 49px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-4c3h0r-container { bottom: 29px; flex: none; height: 1px; left: 54px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1vxmvx8-container { bottom: 0px; flex: none; height: 1px; left: 59px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-15cf68j-container { bottom: 19px; flex: none; height: 1px; left: 64px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-x5c3r7-container { flex: none; height: 1px; left: 90px; position: absolute; top: 29px; width: 1px; }\",\".framer-dypUj .framer-1pw3anj-container { bottom: 14px; flex: none; height: 1px; left: 85px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-785gdj-container { bottom: 9px; flex: none; height: 1px; left: 90px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1gzvfp6-container { bottom: 24px; flex: none; height: 1px; left: 95px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-6a6qwo-container { bottom: 39px; flex: none; height: 1px; left: 95px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1v00d08-container { bottom: 39px; flex: none; height: 1px; left: 105px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-11xgrk1-container { bottom: 4px; flex: none; height: 1px; left: 109px; position: absolute; width: 1px; }\",\".framer-dypUj .framer-1zvib1-container { flex: none; height: 1px; left: 109px; position: absolute; top: 34px; width: 1px; }\",\".framer-dypUj .framer-qkqvuz-container { flex: none; height: 1px; left: 109px; position: absolute; top: 15px; width: 1px; }\",\".framer-dypUj .framer-4rfpkw-container { flex: none; height: 1px; left: 114px; position: absolute; top: 29px; width: 1px; }\",\".framer-dypUj .framer-w82ww-container { flex: none; height: 1px; left: calc(44.91228070175441% - 1px / 2); position: absolute; top: 29px; width: 1px; }\",\".framer-dypUj .framer-1qa2mu2-container { flex: none; height: 1px; left: calc(54.38596491228073% - 1px / 2); position: absolute; top: 10px; width: 1px; }\",\".framer-dypUj .framer-kh6jcb-container { flex: none; height: 1px; left: calc(52.28070175438598% - 1px / 2); position: absolute; top: 25px; width: 1px; }\",\".framer-dypUj .framer-fahn17-container { flex: none; height: 1px; position: absolute; right: 119px; top: 0px; width: 1px; }\",\".framer-dypUj .framer-16l3qga-container { flex: none; height: 1px; position: absolute; right: 114px; top: 15px; width: 1px; }\",\".framer-dypUj .framer-1vnr74x-container { flex: none; height: 1px; position: absolute; right: 119px; top: 29px; width: 1px; }\",\".framer-dypUj .framer-dsaqxv-container { flex: none; height: 1px; position: absolute; right: 95px; top: 34px; width: 1px; }\",\".framer-dypUj .framer-137hus9-container { flex: none; height: 1px; position: absolute; right: 109px; top: 39px; width: 1px; }\",\".framer-dypUj .framer-7r2eag-container { bottom: 39px; flex: none; height: 1px; position: absolute; right: 100px; width: 1px; }\",\".framer-dypUj .framer-3on5h1-container { flex: none; height: 1px; position: absolute; right: 86px; top: calc(49.43820224719103% - 1px / 2); width: 1px; }\",\".framer-dypUj .framer-1xbed7g-container { bottom: 19px; flex: none; height: 1px; position: absolute; right: 95px; width: 1px; }\",\".framer-dypUj .framer-b181ub-container { bottom: 9px; flex: none; height: 1px; position: absolute; right: 89px; width: 1px; }\",\".framer-dypUj .framer-jy02h4-container { bottom: 14px; flex: none; height: 1px; position: absolute; right: 79px; width: 1px; }\",\".framer-dypUj .framer-15v5n6s-container { bottom: 33px; flex: none; height: 1px; position: absolute; right: 61px; width: 1px; }\",\".framer-dypUj .framer-apzgpa-container { bottom: 0px; flex: none; height: 1px; position: absolute; right: 60px; width: 1px; }\",\".framer-dypUj .framer-1g67ezo-container { bottom: 24px; flex: none; height: 1px; position: absolute; right: 55px; width: 1px; }\",\".framer-dypUj .framer-njuwzr-container { bottom: 9px; flex: none; height: 1px; position: absolute; right: 45px; width: 1px; }\",\".framer-dypUj .framer-15p52k5-container { bottom: 0px; flex: none; height: 1px; position: absolute; right: 29px; width: 1px; }\",\".framer-dypUj .framer-15t2drz-container { bottom: 4px; flex: none; height: 1px; position: absolute; right: 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dypUj.framer-18fscw5 { gap: 0px; } .framer-dypUj.framer-18fscw5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-dypUj.framer-18fscw5 > :first-child { margin-left: 0px; } .framer-dypUj.framer-18fscw5 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 91\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"LzJxe3EFE\":{\"layout\":[\"auto\",\"fixed\"]},\"Wvl1i717W\":{\"layout\":[\"auto\",\"fixed\"]},\"MUiVSefX4\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxuGM5gbPm=withCSS(Component,css,\"framer-dypUj\");export default FramerxuGM5gbPm;FramerxuGM5gbPm.displayName=\"Abstract/Dot Animation\";FramerxuGM5gbPm.defaultProps={height:91,width:300};addPropertyControls(FramerxuGM5gbPm,{variant:{options:[\"lLz4_B1W_\",\"LzJxe3EFE\",\"Wvl1i717W\",\"MUiVSefX4\"],optionTitles:[\"Helper\",\"Light Start 1\",\"Light Start 2\",\"Light Start 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerxuGM5gbPm,[{explicitInter:true,fonts:[]},...AbstractLightFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxuGM5gbPm\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"91\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"LzJxe3EFE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Wvl1i717W\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"MUiVSefX4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"300\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"yzW1wNmhu\",\"VeQSQ4PUT\"];const serializationHash=\"framer-9SXsl\";const variantClassNames={VeQSQ4PUT:\"framer-v-159q512\",yzW1wNmhu:\"framer-v-t134mo\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Horizontal:\"VeQSQ4PUT\",Vertical:\"yzW1wNmhu\"};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:\"yzW1wNmhu\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yzW1wNmhu\",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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-t134mo\",className,classNames),\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"yzW1wNmhu\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({VeQSQ4PUT:{\"data-framer-name\":\"Horizontal\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||42)-0-40)/2)),pixelHeight:164,pixelWidth:160,src:\"https://framerusercontent.com/images/fgs2fO0j3a60aACvc1MEXuKtfFw.png\"},className:\"framer-717x90\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"PNlP8iPBJ\",style:{rotate:0},variants:{VeQSQ4PUT:{rotate:90}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9SXsl.framer-hejmk4, .framer-9SXsl .framer-hejmk4 { display: block; }\",\".framer-9SXsl.framer-t134mo { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; }\",\".framer-9SXsl .framer-717x90 { flex: none; height: 40px; overflow: visible; position: relative; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9SXsl.framer-t134mo { gap: 0px; } .framer-9SXsl.framer-t134mo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9SXsl.framer-t134mo > :first-child { margin-left: 0px; } .framer-9SXsl.framer-t134mo > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"VeQSQ4PUT\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTf4Piv1dS=withCSS(Component,css,\"framer-9SXsl\");export default FramerTf4Piv1dS;FramerTf4Piv1dS.displayName=\"Helper/Patch\";FramerTf4Piv1dS.defaultProps={height:42,width:40};addPropertyControls(FramerTf4Piv1dS,{variant:{options:[\"yzW1wNmhu\",\"VeQSQ4PUT\"],optionTitles:[\"Vertical\",\"Horizontal\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerTf4Piv1dS,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTf4Piv1dS\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"40\",\"framerIntrinsicHeight\":\"42\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VeQSQ4PUT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Tf4Piv1dS.map", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"IqywhLM06\",\"j_m3JsXzY\"];const serializationHash=\"framer-mPJc1\";const variantClassNames={IqywhLM06:\"framer-v-1kkswow\",j_m3JsXzY:\"framer-v-7sc159\"};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:2,ease:[0,.38,.37,.99],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.create(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Variant 1\":\"IqywhLM06\",\"Variant 2\":\"j_m3JsXzY\"};const getProps=({distribute,height,id,width,...props})=>{var _humanReadableEnumMap_distribute,_ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,ShqeVtVCd:(_ref1=(_ref=(_humanReadableEnumMap_distribute=humanReadableEnumMap[distribute])!==null&&_humanReadableEnumMap_distribute!==void 0?_humanReadableEnumMap_distribute:distribute)!==null&&_ref!==void 0?_ref:props.ShqeVtVCd)!==null&&_ref1!==void 0?_ref1:\"center\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"IqywhLM06\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ShqeVtVCd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IqywhLM06\",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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1kkswow\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"IqywhLM06\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--yktru8\":ShqeVtVCd,...style},...addPropertyOverrides({j_m3JsXzY:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15izuku\",layoutDependency:layoutDependency,layoutId:\"SBbONWsXB\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bgfoxe\",\"data-framer-name\":\"Light Line\",layoutDependency:layoutDependency,layoutId:\"OZuWfh11i\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mPJc1.framer-1itgdu8, .framer-mPJc1 .framer-1itgdu8 { display: block; }\",\".framer-mPJc1.framer-1kkswow { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 2px; justify-content: var(--yktru8); overflow: visible; padding: 0px; position: relative; width: 24px; }\",\".framer-mPJc1 .framer-15izuku { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 2px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 24px; }\",\".framer-mPJc1 .framer-bgfoxe { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mPJc1.framer-1kkswow, .framer-mPJc1 .framer-15izuku { gap: 0px; } .framer-mPJc1.framer-1kkswow > *, .framer-mPJc1 .framer-15izuku > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-mPJc1.framer-1kkswow > :first-child, .framer-mPJc1 .framer-15izuku > :first-child { margin-left: 0px; } .framer-mPJc1.framer-1kkswow > :last-child, .framer-mPJc1 .framer-15izuku > :last-child { margin-right: 0px; } }\",\".framer-mPJc1.framer-v-7sc159 .framer-15izuku { flex: 1 0 0px; width: 1px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"j_m3JsXzY\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ShqeVtVCd\":\"distribute\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKN87c05eL=withCSS(Component,css,\"framer-mPJc1\");export default FramerKN87c05eL;FramerKN87c05eL.displayName=\"Abstract/Scroll Light Line\";FramerKN87c05eL.defaultProps={height:2,width:24};addPropertyControls(FramerKN87c05eL,{variant:{options:[\"IqywhLM06\",\"j_m3JsXzY\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},ShqeVtVCd:{defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum}});addFonts(FramerKN87c05eL,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKN87c05eL\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"ShqeVtVCd\\\":\\\"distribute\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"j_m3JsXzY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"2\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KN87c05eL.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-3G2GJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-Hos0Z .framer-styles-preset-1qvbvl:not(.rich-text-wrapper), .framer-Hos0Z .framer-styles-preset-1qvbvl.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-Hos0Z .framer-styles-preset-1qvbvl:not(.rich-text-wrapper), .framer-Hos0Z .framer-styles-preset-1qvbvl.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Hos0Z .framer-styles-preset-1qvbvl:not(.rich-text-wrapper), .framer-Hos0Z .framer-styles-preset-1qvbvl.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-Hos0Z\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AbstractDotAnimation from\"https://framerusercontent.com/modules/iDxraWtAuBlGr2QfHWus/1aRluCheWDS15zFC3Ldr/xuGM5gbPm.js\";import HelperPatch from\"https://framerusercontent.com/modules/tBmNlDjtBARjyOnr3rOs/HwR7xJnLC36TCDUdUU2C/Tf4Piv1dS.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import AbstractScrollLightLine from\"https://framerusercontent.com/modules/vxvzbWEhOWhZliOm3z0m/hIaVQGYa2wpr9OmErwgB/KN87c05eL.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/2nvVizQ4vFo0oGZ20780/YSv0vVbe6l9x9q7zPlPM/Oeaeo0pwX.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/vVTxIzzGXLnlp7lqloB5/c7CmwnytPxJBxWZnZ5s8/SmHQu_Oum.js\";const AbstractDotAnimationFonts=getFonts(AbstractDotAnimation);const PhosphorFonts=getFonts(Phosphor);const AbstractScrollLightLineFonts=getFonts(AbstractScrollLightLine);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const ImageWithFX=withFX(Image);const HelperPatchFonts=getFonts(HelperPatch);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"SqAc0V_8P\",\"NS_3bMRbK\",\"NePFZlE6X\",\"y6O_ju0IW\",\"tGfHR01lk\",\"xlXv0KmQb\",\"NjD0fAETb\"];const serializationHash=\"framer-jK9v1\";const variantClassNames={NePFZlE6X:\"framer-v-ttxzjj\",NjD0fAETb:\"framer-v-navsfc\",NS_3bMRbK:\"framer-v-1tknh1f\",SqAc0V_8P:\"framer-v-u3cunz\",tGfHR01lk:\"framer-v-112oxe3\",xlXv0KmQb:\"framer-v-rpbw4n\",y6O_ju0IW:\"framer-v-xglzbw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={delay:.8,duration:0,ease:[0,0,1,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Bold:\"bold\",Duotone:\"duotone\",Fill:\"fill\",Light:\"light\",Regular:\"regular\",Thin:\"thin\"};const humanReadableVariantMap={\"Bottom Center\":\"tGfHR01lk\",\"Bottom Left\":\"y6O_ju0IW\",\"Bottom Right\":\"xlXv0KmQb\",\"Left Top\":\"SqAc0V_8P\",\"Tab/Mobile\":\"NjD0fAETb\",\"Top Center\":\"NS_3bMRbK\",\"Top Right\":\"NePFZlE6X\"};const getProps=({description,height,iconColor,iconName,iconWeight,id,title,width,...props})=>{return{...props,GmgXJPCXu:description??props.GmgXJPCXu??\"Streamline processes to save time and resources.\",kCihlssWO:iconColor??props.kCihlssWO??\"var(--token-c40dec17-ad9b-478b-a7f0-e25384b15814, rgb(255, 255, 255))\",qWLIjGdWu:title??props.qWLIjGdWu??\"Increased Efficiency\",sLl4QhePZ:humanReadableEnumMap[iconWeight]??iconWeight??props.sLl4QhePZ??\"fill\",TfbbLykI5:iconName??props.TfbbLykI5??\"Lightning\",variant:humanReadableVariantMap[props.variant]??props.variant??\"SqAc0V_8P\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TfbbLykI5,kCihlssWO,sLl4QhePZ,qWLIjGdWu,GmgXJPCXu,s97TVKj0S,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SqAc0V_8P\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"NS_3bMRbK\",\"tGfHR01lk\",\"NjD0fAETb\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"NjD0fAETb\")return false;return true;};const isDisplayed2=()=>{if([\"NS_3bMRbK\",\"y6O_ju0IW\",\"tGfHR01lk\",\"xlXv0KmQb\",\"NjD0fAETb\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"NS_3bMRbK\",\"NePFZlE6X\",\"tGfHR01lk\",\"xlXv0KmQb\",\"NjD0fAETb\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"NePFZlE6X\",\"y6O_ju0IW\",\"tGfHR01lk\",\"xlXv0KmQb\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-u3cunz\",className,classNames),\"data-framer-name\":\"Left Top\",layoutDependency:layoutDependency,layoutId:\"SqAc0V_8P\",ref:ref??ref1,style:{...style},...addPropertyOverrides({NePFZlE6X:{\"data-framer-name\":\"Top Right\"},NjD0fAETb:{\"data-framer-name\":\"Tab/Mobile\"},NS_3bMRbK:{\"data-framer-name\":\"Top Center\"},tGfHR01lk:{\"data-framer-name\":\"Bottom Center\"},xlXv0KmQb:{\"data-framer-name\":\"Bottom Right\"},y6O_ju0IW:{\"data-framer-name\":\"Bottom Left\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bqrv3w\",\"data-framer-name\":\"Left Border Line\",layoutDependency:layoutDependency,layoutId:\"DQ5jw7Hqm\",style:{background:\"linear-gradient(180deg, rgba(25, 26, 28, 0) 0%, rgba(24, 25, 27, 0.87) 29.4013231981982%, rgba(24, 25, 27, 0.87) 72.35353322072072%, rgba(25, 26, 28, 0) 100%)\"}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-143jbxa\",\"data-framer-name\":\"Right Border Line\",layoutDependency:layoutDependency,layoutId:\"jffEPEKY4\",style:{background:\"linear-gradient(180deg, rgba(25, 26, 28, 0) 0%, rgba(24, 25, 27, 0.87) 29.4013231981982%, rgba(24, 25, 27, 0.87) 72.35353322072072%, rgba(25, 26, 28, 0) 100%)\"}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q48m50\",\"data-framer-name\":\"Top Border Line\",layoutDependency:layoutDependency,layoutId:\"c9I0VWcIO\",style:{background:\"linear-gradient(180deg, rgba(25, 26, 28, 0) 0%, rgba(24, 25, 27, 0.87) 29.4013231981982%, rgba(24, 25, 27, 0.87) 72.35353322072072%, rgba(25, 26, 28, 0) 100%)\",rotate:90}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-h35b84\",\"data-framer-name\":\"Bottom Border Line\",layoutDependency:layoutDependency,layoutId:\"hl4I8YT04\",style:{background:\"linear-gradient(180deg, rgba(25, 26, 28, 0) 0%, rgba(24, 25, 27, 0.87) 29.4013231981982%, rgba(24, 25, 27, 0.87) 72.35353322072072%, rgba(25, 26, 28, 0) 100%)\",rotate:90}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17h8ne7\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"hyyhhzBMP\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1guv4e6\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"HhVgyiwbE\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:91,width:`calc(${componentViewport?.width||\"100vw\"} - 100px)`,y:(componentViewport?.y||0)+50+0+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1sz9fzc-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"oksMf1FL3-container\",nodeId:\"oksMf1FL3\",rendersWithMotion:true,scopeId:\"GlxPVec_0\",children:/*#__PURE__*/_jsx(AbstractDotAnimation,{height:\"100%\",id:\"oksMf1FL3\",layoutId:\"oksMf1FL3\",style:{height:\"100%\",width:\"100%\"},variant:s97TVKj0S,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lz5zd8-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"m0uAe6eHC-container\",nodeId:\"m0uAe6eHC\",rendersWithMotion:true,scopeId:\"GlxPVec_0\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Phosphor,{color:kCihlssWO,height:\"100%\",iconSearch:\"House\",iconSelection:TfbbLykI5,id:\"m0uAe6eHC\",layoutId:\"m0uAe6eHC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:sLl4QhePZ,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ej7b8y\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"ZdKTqIFN4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Increased Efficiency\"})}),className:\"framer-1xq8wm6\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"a_v3gdZH_\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:qWLIjGdWu,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122)))\"},children:\"Streamline processes to save time and resources.\"})}),className:\"framer-12no215\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BcRqfH3_y\",style:{\"--extracted-r6o4lv\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\",\"--framer-paragraph-spacing\":\"0px\"},text:GmgXJPCXu,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3ziss3\",\"data-framer-name\":\"Top Light\",layoutDependency:layoutDependency,layoutId:\"Gt8EwjZrI\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:2,y:(componentViewport?.y||0)+-1+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-5d9f9m-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"wyQx3QjPU-container\",nodeId:\"wyQx3QjPU\",rendersWithMotion:true,scopeId:\"GlxPVec_0\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(AbstractScrollLightLine,{height:\"100%\",id:\"wyQx3QjPU\",layoutId:\"wyQx3QjPU\",ShqeVtVCd:\"center\",variant:\"IqywhLM06\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-1+0),pixelHeight:181,pixelWidth:722,positionX:\"center\",positionY:\"top\",sizes:\"227px\",src:\"https://framerusercontent.com/images/hIDqfiTbY3IysibAQMXdLAh3FIg.svg\",srcSet:\"https://framerusercontent.com/images/hIDqfiTbY3IysibAQMXdLAh3FIg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hIDqfiTbY3IysibAQMXdLAh3FIg.svg 722w\"},className:\"framer-xiz01b\",\"data-framer-name\":\"Light Rays\",layoutDependency:layoutDependency,layoutId:\"S0MdyPrDZ\"})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"40px\",y:(componentViewport?.y||0)+-21,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ahray5-container\",\"data-framer-name\":\"Patch Top Left\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fRhU3WvFG-container\",name:\"Patch Top Left\",nodeId:\"fRhU3WvFG\",rendersWithMotion:true,scopeId:\"GlxPVec_0\",children:/*#__PURE__*/_jsx(HelperPatch,{height:\"100%\",id:\"fRhU3WvFG\",layoutId:\"fRhU3WvFG\",name:\"Patch Top Left\",style:{height:\"100%\",width:\"100%\"},variant:\"yzW1wNmhu\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"40px\",y:(componentViewport?.y||0)+-21,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gcztnq-container\",\"data-framer-name\":\"Patch Top Right\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"y71mfaEAc-container\",name:\"Patch Top Right\",nodeId:\"y71mfaEAc\",rendersWithMotion:true,scopeId:\"GlxPVec_0\",style:{rotate:-180},children:/*#__PURE__*/_jsx(HelperPatch,{height:\"100%\",id:\"y71mfaEAc\",layoutId:\"y71mfaEAc\",name:\"Patch Top Right\",style:{height:\"100%\",width:\"100%\"},variant:\"yzW1wNmhu\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"40px\",y:(componentViewport?.y||0)+(componentViewport?.height||317)-21,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ifnee8-container\",\"data-framer-name\":\"Patch Bottom Left\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"sckiVAwM8-container\",name:\"Patch Bottom Left\",nodeId:\"sckiVAwM8\",rendersWithMotion:true,scopeId:\"GlxPVec_0\",children:/*#__PURE__*/_jsx(HelperPatch,{height:\"100%\",id:\"sckiVAwM8\",layoutId:\"sckiVAwM8\",name:\"Patch Bottom Left\",style:{height:\"100%\",width:\"100%\"},variant:\"VeQSQ4PUT\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({NePFZlE6X:{height:42,width:\"40px\",y:(componentViewport?.y||0)+(componentViewport?.height||317)-21},tGfHR01lk:{height:42,width:\"40px\",y:(componentViewport?.y||0)+(componentViewport?.height||317)-21},xlXv0KmQb:{height:42,width:\"40px\",y:(componentViewport?.y||0)+(componentViewport?.height||317)-21},y6O_ju0IW:{height:42,width:\"40px\",y:(componentViewport?.y||0)+(componentViewport?.height||317)-21}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1eqk5up-container\",\"data-framer-name\":\"Patch Bottom Right\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"CeoPj9HLR-container\",name:\"Patch Bottom Right\",nodeId:\"CeoPj9HLR\",rendersWithMotion:true,scopeId:\"GlxPVec_0\",children:/*#__PURE__*/_jsx(HelperPatch,{height:\"100%\",id:\"CeoPj9HLR\",layoutId:\"CeoPj9HLR\",name:\"Patch Bottom Right\",style:{height:\"100%\",width:\"100%\"},variant:\"yzW1wNmhu\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jK9v1.framer-ztm3xh, .framer-jK9v1 .framer-ztm3xh { display: block; }\",\".framer-jK9v1.framer-u3cunz { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 50px 60px 50px; position: relative; width: 476px; }\",\".framer-jK9v1 .framer-1bqrv3w { flex: none; height: 280px; left: -1px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 280px / 2); width: 1px; z-index: 1; }\",\".framer-jK9v1 .framer-143jbxa { flex: none; height: 280px; overflow: hidden; position: absolute; right: -1px; top: calc(50.00000000000002% - 280px / 2); width: 2px; z-index: 1; }\",\".framer-jK9v1 .framer-1q48m50 { flex: none; height: 280px; left: calc(50.00000000000002% - 1px / 2); overflow: hidden; position: absolute; top: -139px; width: 1px; z-index: 1; }\",\".framer-jK9v1 .framer-h35b84 { bottom: -140px; flex: none; height: 280px; left: calc(50.00000000000002% - 1px / 2); overflow: hidden; position: absolute; width: 1px; z-index: 1; }\",\".framer-jK9v1 .framer-17h8ne7 { align-content: center; align-items: center; 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: 100%; z-index: 1; }\",\".framer-jK9v1 .framer-1guv4e6 { flex: none; height: 91px; overflow: hidden; position: relative; width: 100%; }\",\".framer-jK9v1 .framer-1sz9fzc-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-jK9v1 .framer-lz5zd8-container { aspect-ratio: 1 / 1; bottom: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 43px); left: 50%; position: absolute; width: 40px; }\",\".framer-jK9v1 .framer-1ej7b8y { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jK9v1 .framer-1xq8wm6, .framer-jK9v1 .framer-12no215 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jK9v1 .framer-3ziss3 { -webkit-user-select: none; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: -1px; user-select: none; }\",\".framer-jK9v1 .framer-5d9f9m-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; width: auto; z-index: 1; }\",\".framer-jK9v1 .framer-xiz01b { flex: none; height: 197px; left: calc(50.00000000000002% - 227px / 2); overflow: hidden; position: absolute; top: 0px; width: 227px; z-index: 1; }\",\".framer-jK9v1 .framer-1ahray5-container { flex: none; height: 42px; left: -20px; position: absolute; top: -21px; width: 40px; z-index: 1; }\",\".framer-jK9v1 .framer-gcztnq-container { flex: none; height: 42px; position: absolute; right: -20px; top: -21px; width: 40px; z-index: 1; }\",\".framer-jK9v1 .framer-ifnee8-container { bottom: -21px; flex: none; height: 42px; left: -20px; position: absolute; width: 40px; z-index: 1; }\",\".framer-jK9v1 .framer-1eqk5up-container { bottom: -21px; flex: none; height: 42px; position: absolute; right: -20px; width: 40px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jK9v1.framer-u3cunz, .framer-jK9v1 .framer-17h8ne7, .framer-jK9v1 .framer-1ej7b8y { gap: 0px; } .framer-jK9v1.framer-u3cunz > *, .framer-jK9v1 .framer-17h8ne7 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-jK9v1.framer-u3cunz > :first-child, .framer-jK9v1 .framer-17h8ne7 > :first-child, .framer-jK9v1 .framer-1ej7b8y > :first-child { margin-top: 0px; } .framer-jK9v1.framer-u3cunz > :last-child, .framer-jK9v1 .framer-17h8ne7 > :last-child, .framer-jK9v1 .framer-1ej7b8y > :last-child { margin-bottom: 0px; } .framer-jK9v1 .framer-1ej7b8y > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-jK9v1.framer-v-navsfc.framer-u3cunz { width: 390px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 317\n * @framerIntrinsicWidth 476\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NS_3bMRbK\":{\"layout\":[\"fixed\",\"auto\"]},\"NePFZlE6X\":{\"layout\":[\"fixed\",\"auto\"]},\"y6O_ju0IW\":{\"layout\":[\"fixed\",\"auto\"]},\"tGfHR01lk\":{\"layout\":[\"fixed\",\"auto\"]},\"xlXv0KmQb\":{\"layout\":[\"fixed\",\"auto\"]},\"NjD0fAETb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TfbbLykI5\":\"iconName\",\"kCihlssWO\":\"iconColor\",\"sLl4QhePZ\":\"iconWeight\",\"qWLIjGdWu\":\"title\",\"GmgXJPCXu\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGlxPVec_0=withCSS(Component,css,\"framer-jK9v1\");export default FramerGlxPVec_0;FramerGlxPVec_0.displayName=\"Cards/Patch Cards\";FramerGlxPVec_0.defaultProps={height:317,width:476};addPropertyControls(FramerGlxPVec_0,{variant:{options:[\"SqAc0V_8P\",\"NS_3bMRbK\",\"NePFZlE6X\",\"y6O_ju0IW\",\"tGfHR01lk\",\"xlXv0KmQb\",\"NjD0fAETb\"],optionTitles:[\"Left Top\",\"Top Center\",\"Top Right\",\"Bottom Left\",\"Bottom Center\",\"Bottom Right\",\"Tab/Mobile\"],title:\"Variant\",type:ControlType.Enum},TfbbLykI5:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Lightning\",description:undefined,hidden:undefined,title:\"Icon Name\"},kCihlssWO:{defaultValue:'var(--token-c40dec17-ad9b-478b-a7f0-e25384b15814, rgb(255, 255, 255)) /* {\"name\":\"Absolute White\"} */',title:\"Icon Color\",type:ControlType.Color},sLl4QhePZ:PhosphorControls?.[\"weight\"]&&{...PhosphorControls[\"weight\"],defaultValue:\"fill\",description:undefined,hidden:undefined,title:\"Icon Weight\"},qWLIjGdWu:{defaultValue:\"Increased Efficiency\",displayTextArea:false,title:\"Title\",type:ControlType.String},GmgXJPCXu:{defaultValue:\"Streamline processes to save time and resources.\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(FramerGlxPVec_0,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...AbstractDotAnimationFonts,...PhosphorFonts,...AbstractScrollLightLineFonts,...HelperPatchFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGlxPVec_0\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"317\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"476\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NS_3bMRbK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NePFZlE6X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y6O_ju0IW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tGfHR01lk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xlXv0KmQb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NjD0fAETb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"TfbbLykI5\\\":\\\"iconName\\\",\\\"kCihlssWO\\\":\\\"iconColor\\\",\\\"sLl4QhePZ\\\":\\\"iconWeight\\\",\\\"qWLIjGdWu\\\":\\\"title\\\",\\\"GmgXJPCXu\\\":\\\"description\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GlxPVec_0.map", "// Generated by Framer (a793b9c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={nBexCcLBI:{hover:true,pressed:true}};const cycleOrder=[\"nBexCcLBI\",\"yPDVPLk3U\",\"i98bOBmu2\",\"T2TbQoOeP\",\"b_Sow0Fiz\"];const serializationHash=\"framer-RD38I\";const variantClassNames={b_Sow0Fiz:\"framer-v-1lgowd9\",i98bOBmu2:\"framer-v-10qkm5f\",nBexCcLBI:\"framer-v-18rl690\",T2TbQoOeP:\"framer-v-ip03om\",yPDVPLk3U:\"framer-v-7osdkv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"nBexCcLBI\",Disabled:\"i98bOBmu2\",Error:\"b_Sow0Fiz\",Loading:\"yPDVPLk3U\",Success:\"T2TbQoOeP\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nBexCcLBI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nBexCcLBI\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"yPDVPLk3U\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"yPDVPLk3U\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-18rl690\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"nBexCcLBI\",ref:refBinding,style:{backgroundColor:\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,...style},variants:{\"nBexCcLBI-hover\":{backgroundColor:\"rgb(151, 173, 2)\",opacity:1},\"nBexCcLBI-pressed\":{backgroundColor:\"rgb(151, 173, 2)\",opacity:1},b_Sow0Fiz:{backgroundColor:\"rgba(255, 34, 68, 0.15)\",opacity:1},i98bOBmu2:{opacity:.5},T2TbQoOeP:{opacity:1}},...addPropertyOverrides({\"nBexCcLBI-hover\":{\"data-framer-name\":undefined},\"nBexCcLBI-pressed\":{\"data-framer-name\":undefined},b_Sow0Fiz:{\"data-framer-name\":\"Error\"},i98bOBmu2:{\"data-framer-name\":\"Disabled\"},T2TbQoOeP:{\"data-framer-name\":\"Success\"},yPDVPLk3U:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af250fab-523a-41d3-9565-21f31be56f17, rgb(13, 13, 13)))\"},children:\"Submit\"})}),className:\"framer-70expm\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"vmsmPkpjz\",style:{\"--extracted-r6o4lv\":\"var(--token-af250fab-523a-41d3-9565-21f31be56f17, rgb(13, 13, 13))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{b_Sow0Fiz:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({b_Sow0Fiz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Something went wrong\"})})},T2TbQoOeP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af250fab-523a-41d3-9565-21f31be56f17, rgb(13, 13, 13)))\"},children:\"Thank you\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12cppfq\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"VIqBJOWYo\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-rxu6zt\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"NhjMGN6CA\",style:{background:'conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, var(--token-af250fab-523a-41d3-9565-21f31be56f17, rgb(13, 13, 13)) /* {\"name\":\"Dark-500\"} */ 342deg)',mask:\"none\",WebkitMask:\"none\"},variants:{yPDVPLk3U:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lilo5q\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"xEleR40EG\",style:{backgroundColor:\"var(--token-af250fab-523a-41d3-9565-21f31be56f17, rgb(13, 13, 13))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RD38I.framer-1phwnka, .framer-RD38I .framer-1phwnka { display: block; }\",\".framer-RD38I.framer-18rl690 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-RD38I .framer-70expm { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-RD38I .framer-12cppfq { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-RD38I .framer-rxu6zt { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-RD38I .framer-lilo5q { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RD38I.framer-18rl690 { gap: 0px; } .framer-RD38I.framer-18rl690 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-RD38I.framer-18rl690 > :first-child { margin-left: 0px; } .framer-RD38I.framer-18rl690 > :last-child { margin-right: 0px; } }\",\".framer-RD38I.framer-v-7osdkv.framer-18rl690, .framer-RD38I.framer-v-10qkm5f.framer-18rl690, .framer-RD38I.framer-v-ip03om.framer-18rl690, .framer-RD38I.framer-v-1lgowd9.framer-18rl690 { cursor: unset; }\",\".framer-RD38I.framer-v-7osdkv .framer-rxu6zt { overflow: hidden; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"yPDVPLk3U\":{\"layout\":[\"fixed\",\"fixed\"]},\"i98bOBmu2\":{\"layout\":[\"fixed\",\"fixed\"]},\"T2TbQoOeP\":{\"layout\":[\"fixed\",\"fixed\"]},\"b_Sow0Fiz\":{\"layout\":[\"fixed\",\"fixed\"]},\"OzcNEtp_b\":{\"layout\":[\"fixed\",\"fixed\"]},\"BYGkfq0Zk\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerH3l7SlwVJ=withCSS(Component,css,\"framer-RD38I\");export default FramerH3l7SlwVJ;FramerH3l7SlwVJ.displayName=\"Button 2\";FramerH3l7SlwVJ.defaultProps={height:40,width:240};addPropertyControls(FramerH3l7SlwVJ,{variant:{options:[\"nBexCcLBI\",\"yPDVPLk3U\",\"i98bOBmu2\",\"T2TbQoOeP\",\"b_Sow0Fiz\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerH3l7SlwVJ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.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://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.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://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.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://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.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://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerH3l7SlwVJ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"240\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yPDVPLk3U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"i98bOBmu2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"T2TbQoOeP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"b_Sow0Fiz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OzcNEtp_b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BYGkfq0Zk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./H3l7SlwVJ.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Poppins-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}];export const css=['.framer-zVmfg .framer-styles-preset-10llez8:not(.rich-text-wrapper), .framer-zVmfg .framer-styles-preset-10llez8.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-zVmfg\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a793b9c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/guaowGPA7g6H6Jr8Nw9g/xitONdM1nzokK2SF7SDR/DtjkIKMlD.js\";const enabledGestures={FPJa18YKZ:{hover:true},Wr4VsvfJe:{hover:true}};const cycleOrder=[\"Wr4VsvfJe\",\"FPJa18YKZ\"];const serializationHash=\"framer-1Nl4U\";const variantClassNames={FPJa18YKZ:\"framer-v-pw9aso\",Wr4VsvfJe:\"framer-v-19grxsx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Primary:\"Wr4VsvfJe\",Secondary:\"FPJa18YKZ\"};const getProps=({height,id,link,newTab,newTab2,text,width,...props})=>{return{...props,busZ6GyPw:newTab??props.busZ6GyPw,hT2tjC8Ba:newTab2??props.hT2tjC8Ba,JuWRVbWZ0:text??props.JuWRVbWZ0??\"Notify me\",KlR9gJTLp:link??props.KlR9gJTLp,variant:humanReadableVariantMap[props.variant]??props.variant??\"Wr4VsvfJe\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,JuWRVbWZ0,KlR9gJTLp,busZ6GyPw,hT2tjC8Ba,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Wr4VsvfJe\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:KlR9gJTLp,motionChild:true,nodeId:\"Wr4VsvfJe\",openInNewTab:busZ6GyPw,scopeId:\"htHeLsUT5\",smoothScroll:true,...addPropertyOverrides({FPJa18YKZ:{openInNewTab:hT2tjC8Ba}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-19grxsx\",className,classNames)} framer-cxxur8`,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"Wr4VsvfJe\",ref:refBinding,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\",backdropFilter:\"none\",backgroundColor:\"rgb(221, 255, 0)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,WebkitBackdropFilter:\"none\",...style},variants:{\"FPJa18YKZ-hover\":{\"--border-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},\"Wr4VsvfJe-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"rgb(177, 204, 0)\",WebkitBackdropFilter:\"none\"},FPJa18YKZ:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6))\",WebkitBackdropFilter:\"blur(10px)\"}},...addPropertyOverrides({\"FPJa18YKZ-hover\":{\"data-framer-name\":undefined},\"Wr4VsvfJe-hover\":{\"data-framer-name\":undefined},FPJa18YKZ:{\"data-border\":true,\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10llez8\",\"data-styles-preset\":\"DtjkIKMlD\",children:\"Notify me\"})}),className:\"framer-w4ggx4\",\"data-framer-name\":\"Notify me\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KYF1zBtSc\",text:JuWRVbWZ0,variants:{FPJa18YKZ:{\"--extracted-r6o4lv\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FPJa18YKZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10llez8\",\"data-styles-preset\":\"DtjkIKMlD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204)))\"},children:\"Notify me\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1Nl4U.framer-cxxur8, .framer-1Nl4U .framer-cxxur8 { display: block; }\",\".framer-1Nl4U.framer-19grxsx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 16px 28px 16px 28px; position: relative; text-decoration: none; width: min-content; }\",\".framer-1Nl4U .framer-w4ggx4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1Nl4U.framer-19grxsx { gap: 0px; } .framer-1Nl4U.framer-19grxsx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1Nl4U.framer-19grxsx > :first-child { margin-left: 0px; } .framer-1Nl4U.framer-19grxsx > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-1Nl4U[data-border=\"true\"]::after, .framer-1Nl4U [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 53\n * @framerIntrinsicWidth 133\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"FPJa18YKZ\":{\"layout\":[\"auto\",\"auto\"]},\"BlPaUVa4s\":{\"layout\":[\"auto\",\"auto\"]},\"ooVGnyhCP\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"JuWRVbWZ0\":\"text\",\"KlR9gJTLp\":\"link\",\"busZ6GyPw\":\"newTab\",\"hT2tjC8Ba\":\"newTab2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhtHeLsUT5=withCSS(Component,css,\"framer-1Nl4U\");export default FramerhtHeLsUT5;FramerhtHeLsUT5.displayName=\"Button\";FramerhtHeLsUT5.defaultProps={height:53,width:133};addPropertyControls(FramerhtHeLsUT5,{variant:{options:[\"Wr4VsvfJe\",\"FPJa18YKZ\"],optionTitles:[\"Primary\",\"Secondary\"],title:\"Variant\",type:ControlType.Enum},JuWRVbWZ0:{defaultValue:\"Notify me\",displayTextArea:false,title:\"Text\",type:ControlType.String},KlR9gJTLp:{title:\"Link\",type:ControlType.Link},busZ6GyPw:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},hT2tjC8Ba:{defaultValue:false,title:\"New Tab 2\",type:ControlType.Boolean}});addFonts(FramerhtHeLsUT5,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhtHeLsUT5\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FPJa18YKZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BlPaUVa4s\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ooVGnyhCP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"133\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"53\",\"framerVariables\":\"{\\\"JuWRVbWZ0\\\":\\\"text\\\",\\\"KlR9gJTLp\\\":\\\"link\\\",\\\"busZ6GyPw\\\":\\\"newTab\\\",\\\"hT2tjC8Ba\\\":\\\"newTab2\\\"}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./htHeLsUT5.map", "let r;var l=e=>{if(!r){const t=({size:o=24,...a},n)=>e.createElement(\"svg\",{viewBox:\"0 0 20 20\",fill:\"currentColor\",width:o,height:o,ref:n,...a},e.createElement(\"path\",{d:\"M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z\"}));r=e.forwardRef(t)}return r};export{l as default};\n", "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{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/hero-icons/Home.js@0.0.27\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"AcademicCap\",\"AcademicCapOutline\",\"Adjustments\",\"AdjustmentsOutline\",\"Annotation\",\"AnnotationOutline\",\"Archive\",\"ArchiveOutline\",\"ArrowCircleDown\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpOutline\",\"ArrowDown\",\"ArrowDownOutline\",\"ArrowLeft\",\"ArrowLeftOutline\",\"ArrowNarrowDown\",\"ArrowNarrowLeft\",\"ArrowNarrowRight\",\"ArrowNarrowUp\",\"ArrowNarrowUpOutline\",\"ArrowRight\",\"ArrowRightOutline\",\"ArrowUp\",\"ArrowUpOutline\",\"ArrowsExpand\",\"ArrowsExpandOutline\",\"AtSymbol\",\"AtSymbolOutline\",\"Backspace\",\"BackspaceOutline\",\"BadgeCheck\",\"BadgeCheckOutline\",\"Ban\",\"BanOutline\",\"Beaker\",\"BeakerOutline\",\"Bell\",\"BellOutline\",\"BookOpen\",\"BookOpenOutline\",\"Bookmark\",\"BookmarkAlt\",\"BookmarkAltOutline\",\"BookmarkOutline\",\"Briefcase\",\"BriefcaseOutline\",\"Cake\",\"CakeOutline\",\"Calculator\",\"CalculatorOutline\",\"Calendar\",\"CalendarOutline\",\"Camera\",\"CameraOutline\",\"Cash\",\"CashOutline\",\"ChartBar\",\"ChartBarOutline\",\"ChartPie\",\"ChartPieOutline\",\"ChartSquareBar\",\"Chat\",\"ChatAlt\",\"ChatAlt2\",\"ChatAlt2Outline\",\"ChatAltOutline\",\"ChatOutline\",\"Check\",\"CheckCircle\",\"CheckCircleOutline\",\"CheckOutline\",\"ChevronDoubleDown\",\"ChevronDoubleLeft\",\"ChevronDoubleRight\",\"ChevronDoubleUp\",\"ChevronDown\",\"ChevronDownOutline\",\"ChevronLeft\",\"ChevronLeftOutline\",\"ChevronRight\",\"ChevronRightOutline\",\"ChevronUp\",\"ChevronUpOutline\",\"Chip\",\"ChipOutline\",\"Clipboard\",\"ClipboardCheck\",\"ClipboardCopy\",\"ClipboardCopyOutline\",\"ClipboardList\",\"ClipboardListOutline\",\"ClipboardOutline\",\"Clock\",\"ClockOutline\",\"Cloud\",\"CloudDownload\",\"CloudDownloadOutline\",\"CloudOutline\",\"CloudUpload\",\"CloudUploadOutline\",\"Code\",\"CodeOutline\",\"Cog\",\"CogOutline\",\"Collection\",\"CollectionOutline\",\"ColorSwatch\",\"ColorSwatchOutline\",\"CreditCard\",\"CreditCardOutline\",\"Cube\",\"CubeOutline\",\"CubeTransparent\",\"CurrencyBangladeshi\",\"CurrencyDollar\",\"CurrencyEuro\",\"CurrencyEuroOutline\",\"CurrencyPound\",\"CurrencyPoundOutline\",\"CurrencyRupee\",\"CurrencyRupeeOutline\",\"CurrencyYen\",\"CurrencyYenOutline\",\"CursorClick\",\"CursorClickOutline\",\"Database\",\"DatabaseOutline\",\"DesktopComputer\",\"DeviceMobile\",\"DeviceMobileOutline\",\"DeviceTablet\",\"DeviceTabletOutline\",\"Document\",\"DocumentAdd\",\"DocumentAddOutline\",\"DocumentDownload\",\"DocumentDuplicate\",\"DocumentOutline\",\"DocumentRemove\",\"DocumentReport\",\"DocumentSearch\",\"DocumentText\",\"DocumentTextOutline\",\"DotsCircleHorizontal\",\"DotsHorizontal\",\"DotsVertical\",\"DotsVerticalOutline\",\"Download\",\"DownloadOutline\",\"Duplicate\",\"DuplicateOutline\",\"EmojiHappy\",\"EmojiHappyOutline\",\"EmojiSad\",\"EmojiSadOutline\",\"Exclamation\",\"ExclamationCircle\",\"ExclamationOutline\",\"ExternalLink\",\"ExternalLinkOutline\",\"Eye\",\"EyeOff\",\"EyeOffOutline\",\"EyeOutline\",\"FastForward\",\"FastForwardOutline\",\"Film\",\"FilmOutline\",\"Filter\",\"FilterOutline\",\"FingerPrint\",\"FingerPrintOutline\",\"Fire\",\"FireOutline\",\"Flag\",\"FlagOutline\",\"Folder\",\"FolderAdd\",\"FolderAddOutline\",\"FolderDownload\",\"FolderOpen\",\"FolderOpenOutline\",\"FolderOutline\",\"FolderRemove\",\"FolderRemoveOutline\",\"Gift\",\"GiftOutline\",\"Globe\",\"GlobeAlt\",\"GlobeAltOutline\",\"GlobeOutline\",\"Hand\",\"HandOutline\",\"Hashtag\",\"HashtagOutline\",\"Heart\",\"HeartOutline\",\"Home\",\"HomeOutline\",\"Identification\",\"Inbox\",\"InboxIn\",\"InboxInOutline\",\"InboxOutline\",\"InformationCircle\",\"Key\",\"KeyOutline\",\"Library\",\"LibraryOutline\",\"LightBulb\",\"LightBulbOutline\",\"LightningBolt\",\"LightningBoltOutline\",\"Link\",\"LinkOutline\",\"LocationMarker\",\"LockClosed\",\"LockClosedOutline\",\"LockOpen\",\"LockOpenOutline\",\"Login\",\"LoginOutline\",\"Logout\",\"LogoutOutline\",\"Mail\",\"MailOpen\",\"MailOpenOutline\",\"MailOutline\",\"Map\",\"MapOutline\",\"Menu\",\"MenuAlt1\",\"MenuAlt1Outline\",\"MenuAlt2\",\"MenuAlt2Outline\",\"MenuAlt3\",\"MenuAlt3Outline\",\"MenuAlt4\",\"MenuAlt4Outline\",\"MenuOutline\",\"Microphone\",\"MicrophoneOutline\",\"Minus\",\"MinusCircle\",\"MinusCircleOutline\",\"MinusOutline\",\"MinusSm\",\"MinusSmOutline\",\"Moon\",\"MoonOutline\",\"MusicNote\",\"MusicNoteOutline\",\"Newspaper\",\"NewspaperOutline\",\"OfficeBuilding\",\"PaperAirplane\",\"PaperAirplaneOutline\",\"PaperClip\",\"PaperClipOutline\",\"Pause\",\"PauseOutline\",\"Pencil\",\"PencilAlt\",\"PencilAltOutline\",\"PencilOutline\",\"Phone\",\"PhoneIncoming\",\"PhoneIncomingOutline\",\"PhoneMissedCall\",\"PhoneOutgoing\",\"PhoneOutgoingOutline\",\"PhoneOutline\",\"Photograph\",\"PhotographOutline\",\"Play\",\"PlayOutline\",\"Plus\",\"PlusCircle\",\"PlusCircleOutline\",\"PlusOutline\",\"PlusSm\",\"PlusSmOutline\",\"PresentationChartBar\",\"Printer\",\"PrinterOutline\",\"Puzzle\",\"PuzzleOutline\",\"Qrcode\",\"QrcodeOutline\",\"QuestionMarkCircle\",\"ReceiptRefund\",\"ReceiptRefundOutline\",\"ReceiptTax\",\"ReceiptTaxOutline\",\"Refresh\",\"RefreshOutline\",\"Reply\",\"ReplyOutline\",\"Rewind\",\"RewindOutline\",\"Rss\",\"RssOutline\",\"Save\",\"SaveAs\",\"SaveAsOutline\",\"SaveOutline\",\"Scale\",\"ScaleOutline\",\"Scissors\",\"ScissorsOutline\",\"Search\",\"SearchCircle\",\"SearchCircleOutline\",\"SearchOutline\",\"Selector\",\"SelectorOutline\",\"Server\",\"ServerOutline\",\"Share\",\"ShareOutline\",\"ShieldCheck\",\"ShieldCheckOutline\",\"ShieldExclamation\",\"ShoppingBag\",\"ShoppingBagOutline\",\"ShoppingCart\",\"ShoppingCartOutline\",\"SortAscending\",\"SortAscendingOutline\",\"SortDescending\",\"Sparkles\",\"SparklesOutline\",\"Speakerphone\",\"SpeakerphoneOutline\",\"Star\",\"StarOutline\",\"StatusOffline\",\"StatusOfflineOutline\",\"StatusOnline\",\"StatusOnlineOutline\",\"Stop\",\"StopOutline\",\"Sun\",\"SunOutline\",\"Support\",\"SupportOutline\",\"SwitchHorizontal\",\"SwitchVertical\",\"Table\",\"TableOutline\",\"Tag\",\"TagOutline\",\"Template\",\"TemplateOutline\",\"Terminal\",\"TerminalOutline\",\"ThumbDown\",\"ThumbDownOutline\",\"ThumbUp\",\"ThumbUpOutline\",\"Ticket\",\"TicketOutline\",\"Translate\",\"TranslateOutline\",\"Trash\",\"TrashOutline\",\"TrendingDown\",\"TrendingDownOutline\",\"TrendingUp\",\"TrendingUpOutline\",\"Truck\",\"TruckOutline\",\"Upload\",\"UploadOutline\",\"User\",\"UserAdd\",\"UserAddOutline\",\"UserCircle\",\"UserCircleOutline\",\"UserGroup\",\"UserGroupOutline\",\"UserOutline\",\"UserRemove\",\"UserRemoveOutline\",\"Users\",\"UsersOutline\",\"Variable\",\"VariableOutline\",\"VideoCamera\",\"VideoCameraOutline\",\"ViewBoards\",\"ViewBoardsOutline\",\"ViewGrid\",\"ViewGridAdd\",\"ViewGridAddOutline\",\"ViewGridOutline\",\"ViewList\",\"ViewListOutline\",\"VolumeOff\",\"VolumeOffOutline\",\"VolumeUp\",\"VolumeUpOutline\",\"Wifi\",\"WifiOutline\",\"X\",\"XCircle\",\"XCircleOutline\",\"XOutline\",\"ZoomIn\",\"ZoomInOutline\",\"ZoomOut\",\"ZoomOutOutline\",];const moduleBaseUrl=\"https://framer.com/m/hero-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * HERO\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(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.27`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.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=\"Hero\";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,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Hero site](https://heroicons.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\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hero.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-Hos0Z .framer-styles-preset-1qvbvl:not(.rich-text-wrapper), .framer-Hos0Z .framer-styles-preset-1qvbvl.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-Hos0Z .framer-styles-preset-1qvbvl:not(.rich-text-wrapper), .framer-Hos0Z .framer-styles-preset-1qvbvl.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Hos0Z .framer-styles-preset-1qvbvl:not(.rich-text-wrapper), .framer-Hos0Z .framer-styles-preset-1qvbvl.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-Hos0Z\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a793b9c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/hV0yIYJkwEBEjNaeAbxI/etoFRmzL2nuiuJa6ySOM/bEiodWSQ3.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/g8hVLMdhMNIkD1R03lXj/yOOyK6ZbDvVeG0V82UWK/DPEgJuB07.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/5ifW3lFKD8FenRYIGTfb/njQ5AlbenMJ1QevjT7oW/SmHQu_Oum.js\";import Button from\"https://framerusercontent.com/modules/dNIBaWAIc0XWovTFHzgH/L7tDh80h6zoCvbd4YwKf/htHeLsUT5.js\";const HeroFonts=getFonts(Hero);const ButtonFonts=getFonts(Button);const cycleOrder=[\"RJp808YVP\",\"Z0iiBWfvp\",\"IKy2cIOzG\",\"KuKiMuW5U\"];const serializationHash=\"framer-pS9YS\";const variantClassNames={IKy2cIOzG:\"framer-v-x0gfxx\",KuKiMuW5U:\"framer-v-jxg1c\",RJp808YVP:\"framer-v-cv930f\",Z0iiBWfvp:\"framer-v-u64pmk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone - Closed\":\"KuKiMuW5U\",\"Phone - Open\":\"IKy2cIOzG\",Desktop:\"RJp808YVP\",Tablet:\"Z0iiBWfvp\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"RJp808YVP\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RJp808YVP\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1qf7ggt=activeVariantCallback(async(...args)=>{setVariant(\"KuKiMuW5U\");});const onTap1lphc9u=activeVariantCallback(async(...args)=>{setVariant(\"IKy2cIOzG\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"IKy2cIOzG\",\"KuKiMuW5U\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"IKy2cIOzG\",\"KuKiMuW5U\"].includes(baseVariant))return false;return true;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-cv930f\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"RJp808YVP\",ref:refBinding,style:{...style},...addPropertyOverrides({IKy2cIOzG:{\"data-framer-name\":\"Phone - Open\"},KuKiMuW5U:{\"data-framer-name\":\"Phone - Closed\"},Z0iiBWfvp:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i3d0tu\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"U2nYEkD_c\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":rwJHzxlJ1\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"OdUzasW27\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1h9f3kn framer-r2l8f2\",\"data-framer-name\":\"Logo Container\",layoutDependency:layoutDependency,layoutId:\"OdUzasW27\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||61)-0-61)/2)+0+0),pixelHeight:3892,pixelWidth:4753,sizes:\"73px\",src:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png\",srcSet:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=512 512w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png 4753w\"},className:\"framer-8z4l9d\",layoutDependency:layoutDependency,layoutId:\"BGKxxpL0q\",...addPropertyOverrides({IKy2cIOzG:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:3892,pixelWidth:4753,sizes:\"73px\",src:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png\",srcSet:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=512 512w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png 4753w\"}},KuKiMuW5U:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:3892,pixelWidth:4753,sizes:\"73px\",src:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png\",srcSet:\"https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=512 512w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/5kDrZBC1Ozv0s3mczBEoqnGInas.png 4753w\"}}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iz7mp3\",\"data-border\":true,\"data-framer-name\":\"Mobile Icon\",layoutDependency:layoutDependency,layoutId:\"aMUugukOy\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,WebkitBackdropFilter:\"blur(10px)\"},variants:{IKy2cIOzG:{\"--border-color\":\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\"},KuKiMuW5U:{\"--border-color\":\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cvyjcn\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Qnf9qC0oI\",...addPropertyOverrides({IKy2cIOzG:{\"data-highlight\":true,onTap:onTap1qf7ggt},KuKiMuW5U:{\"data-highlight\":true,onTap:onTap1lphc9u}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-151u70p-container\",\"data-framer-name\":\"Icon\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"QvGtuYkKi-container\",name:\"Icon\",nodeId:\"QvGtuYkKi\",rendersWithMotion:true,scopeId:\"oSOtMFvR3\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Menu\",id:\"QvGtuYkKi\",layoutId:\"QvGtuYkKi\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({IKy2cIOzG:{iconSearch:\"x\",selectByList:false},KuKiMuW5U:{iconSearch:\"menu\",selectByList:false}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({IKy2cIOzG:{value:transition1},KuKiMuW5U:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7pi826\",\"data-border\":true,\"data-framer-name\":\"Navigation Container\",layoutDependency:layoutDependency,layoutId:\"qc6sY3Cop\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,opacity:1,WebkitBackdropFilter:\"blur(10px)\"},variants:{IKy2cIOzG:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},KuKiMuW5U:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,opacity:0}},children:/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({IKy2cIOzG:{value:transition1},KuKiMuW5U:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q8qs3f\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Mbi8sGI8B\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r3szl6\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"XbUbLEeXQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"D8VnnuSAs\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Home\"})})})}),className:\"framer-10m94my\",\"data-framer-name\":\"Benefits\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"D8VnnuSAs\",style:{\"--extracted-r6o4lv\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IKy2cIOzG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"D8VnnuSAs\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Home\"})})})})},KuKiMuW5U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"D8VnnuSAs\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Home\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":J43k4foGq\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"z5dstEzqV\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"About\"})})})}),className:\"framer-hlbmq1\",\"data-framer-name\":\"Service\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z5dstEzqV\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IKy2cIOzG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":J43k4foGq\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"z5dstEzqV\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"About\"})})})})},KuKiMuW5U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":J43k4foGq\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"z5dstEzqV\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"About\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":mTm775smR\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"F_mAIyzYi\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Testimonials\"})})})}),className:\"framer-uwsvzr\",\"data-framer-name\":\"Testimonials\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"F_mAIyzYi\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IKy2cIOzG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":mTm775smR\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"F_mAIyzYi\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Testimonials\"})})})})},KuKiMuW5U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":mTm775smR\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"F_mAIyzYi\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Testimonials\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":HXx7N_tsT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"G7Gicl2IJ\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Partners\"})})})}),className:\"framer-ntz9by\",\"data-framer-name\":\"FAQs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G7Gicl2IJ\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IKy2cIOzG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":HXx7N_tsT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"G7Gicl2IJ\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Partners\"})})})})},KuKiMuW5U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":HXx7N_tsT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"G7Gicl2IJ\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Partners\"})})})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":LmO7ES3eY\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"polJnXgnW\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Notify me\"})})})}),className:\"framer-738m64\",\"data-framer-name\":\"Notify me\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"polJnXgnW\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IKy2cIOzG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":LmO7ES3eY\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"polJnXgnW\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Notify me\"})})})})},KuKiMuW5U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":LmO7ES3eY\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"polJnXgnW\",openInNewTab:false,scopeId:\"oSOtMFvR3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Notify me\"})})})})}},baseVariant,gestureVariant)})]})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15fupkp\",\"data-framer-name\":\"Button Container\",layoutDependency:layoutDependency,layoutId:\"cF5rRPUhN\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":LmO7ES3eY\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+(0+((componentViewport?.height||61)-0-53)/2)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9f63a7-container\",layoutDependency:layoutDependency,layoutId:\"xk3tXgMan-container\",nodeId:\"xk3tXgMan\",rendersWithMotion:true,scopeId:\"oSOtMFvR3\",children:/*#__PURE__*/_jsx(Button,{busZ6GyPw:true,height:\"100%\",hT2tjC8Ba:true,id:\"xk3tXgMan\",JuWRVbWZ0:\"Get Started\",KlR9gJTLp:\"https://go.etoro.com/pl/own-crypto?utm_medium=Affiliate&utm_source=123543&utm_content=21717&utm_serial=link&utm_campaign=link&utm_term=https:%2F%2Fframer.com%2F\",layoutId:\"xk3tXgMan\",variant:\"FPJa18YKZ\",width:\"100%\",...addPropertyOverrides({Z0iiBWfvp:{KlR9gJTLp:resolvedLinks[0]}},baseVariant,gestureVariant)})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pS9YS.framer-r2l8f2, .framer-pS9YS .framer-r2l8f2 { display: block; }\",\".framer-pS9YS.framer-cv930f { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 60px 0px 60px; position: relative; width: 1400px; }\",\".framer-pS9YS .framer-i3d0tu { 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; width: min-content; }\",\".framer-pS9YS .framer-1h9f3kn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-pS9YS .framer-8z4l9d { aspect-ratio: 1.2058823529411764 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 61px); overflow: hidden; position: relative; width: 73px; }\",\".framer-pS9YS .framer-1iz7mp3, .framer-pS9YS .framer-7pi826 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pS9YS .framer-1cvyjcn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: center; overflow: visible; padding: 16px 24px 16px 24px; position: relative; width: min-content; }\",\".framer-pS9YS .framer-151u70p-container { flex: none; height: 60px; position: relative; width: 60px; }\",\".framer-pS9YS .framer-q8qs3f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: center; overflow: visible; padding: 16px 32px 16px 32px; position: relative; width: min-content; }\",\".framer-pS9YS .framer-r3szl6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 4px 0px 4px 0px; position: relative; width: min-content; }\",\".framer-pS9YS .framer-10m94my, .framer-pS9YS .framer-hlbmq1, .framer-pS9YS .framer-uwsvzr, .framer-pS9YS .framer-ntz9by, .framer-pS9YS .framer-738m64 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pS9YS .framer-15fupkp { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pS9YS .framer-9f63a7-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pS9YS .framer-i3d0tu, .framer-pS9YS .framer-1h9f3kn, .framer-pS9YS .framer-1iz7mp3, .framer-pS9YS .framer-1cvyjcn, .framer-pS9YS .framer-7pi826, .framer-pS9YS .framer-q8qs3f, .framer-pS9YS .framer-r3szl6, .framer-pS9YS .framer-15fupkp { gap: 0px; } .framer-pS9YS .framer-i3d0tu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pS9YS .framer-i3d0tu > :first-child, .framer-pS9YS .framer-1h9f3kn > :first-child, .framer-pS9YS .framer-1cvyjcn > :first-child, .framer-pS9YS .framer-q8qs3f > :first-child, .framer-pS9YS .framer-r3szl6 > :first-child { margin-left: 0px; } .framer-pS9YS .framer-i3d0tu > :last-child, .framer-pS9YS .framer-1h9f3kn > :last-child, .framer-pS9YS .framer-1cvyjcn > :last-child, .framer-pS9YS .framer-q8qs3f > :last-child, .framer-pS9YS .framer-r3szl6 > :last-child { margin-right: 0px; } .framer-pS9YS .framer-1h9f3kn > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-pS9YS .framer-1iz7mp3 > *, .framer-pS9YS .framer-7pi826 > *, .framer-pS9YS .framer-15fupkp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pS9YS .framer-1iz7mp3 > :first-child, .framer-pS9YS .framer-7pi826 > :first-child, .framer-pS9YS .framer-15fupkp > :first-child { margin-top: 0px; } .framer-pS9YS .framer-1iz7mp3 > :last-child, .framer-pS9YS .framer-7pi826 > :last-child, .framer-pS9YS .framer-15fupkp > :last-child { margin-bottom: 0px; } .framer-pS9YS .framer-1cvyjcn > *, .framer-pS9YS .framer-q8qs3f > * { margin: 0px; margin-left: calc(150px / 2); margin-right: calc(150px / 2); } .framer-pS9YS .framer-r3szl6 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-pS9YS.framer-v-u64pmk.framer-cv930f { padding: 0px 40px 0px 40px; width: 819px; }\",\".framer-pS9YS.framer-v-u64pmk .framer-1h9f3kn { justify-content: flex-start; }\",\".framer-pS9YS.framer-v-u64pmk .framer-15fupkp { justify-content: flex-end; }\",\".framer-pS9YS.framer-v-x0gfxx.framer-cv930f { flex-direction: column; gap: 8px; justify-content: flex-start; padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-pS9YS.framer-v-x0gfxx .framer-i3d0tu, .framer-pS9YS.framer-v-jxg1c .framer-i3d0tu { gap: unset; justify-content: space-between; order: 0; width: 100%; }\",\".framer-pS9YS.framer-v-x0gfxx .framer-1cvyjcn, .framer-pS9YS.framer-v-jxg1c .framer-1cvyjcn { cursor: pointer; padding: 12px 16px 12px 16px; }\",\".framer-pS9YS.framer-v-x0gfxx .framer-151u70p-container, .framer-pS9YS.framer-v-jxg1c .framer-151u70p-container { height: 35px; width: 35px; }\",\".framer-pS9YS.framer-v-x0gfxx .framer-7pi826 { order: 1; width: 100%; }\",\".framer-pS9YS.framer-v-x0gfxx .framer-q8qs3f, .framer-pS9YS.framer-v-jxg1c .framer-q8qs3f { flex-direction: column; gap: 130px; padding: 40px 32px 40px 32px; width: 100%; }\",\".framer-pS9YS.framer-v-x0gfxx .framer-r3szl6 { flex-direction: column; gap: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pS9YS.framer-v-x0gfxx.framer-cv930f, .framer-pS9YS.framer-v-x0gfxx .framer-i3d0tu, .framer-pS9YS.framer-v-x0gfxx .framer-q8qs3f, .framer-pS9YS.framer-v-x0gfxx .framer-r3szl6 { gap: 0px; } .framer-pS9YS.framer-v-x0gfxx.framer-cv930f > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-pS9YS.framer-v-x0gfxx.framer-cv930f > :first-child, .framer-pS9YS.framer-v-x0gfxx .framer-q8qs3f > :first-child, .framer-pS9YS.framer-v-x0gfxx .framer-r3szl6 > :first-child { margin-top: 0px; } .framer-pS9YS.framer-v-x0gfxx.framer-cv930f > :last-child, .framer-pS9YS.framer-v-x0gfxx .framer-q8qs3f > :last-child, .framer-pS9YS.framer-v-x0gfxx .framer-r3szl6 > :last-child { margin-bottom: 0px; } .framer-pS9YS.framer-v-x0gfxx .framer-i3d0tu > *, .framer-pS9YS.framer-v-x0gfxx .framer-i3d0tu > :first-child, .framer-pS9YS.framer-v-x0gfxx .framer-i3d0tu > :last-child { margin: 0px; } .framer-pS9YS.framer-v-x0gfxx .framer-q8qs3f > * { margin: 0px; margin-bottom: calc(130px / 2); margin-top: calc(130px / 2); } .framer-pS9YS.framer-v-x0gfxx .framer-r3szl6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-pS9YS.framer-v-jxg1c.framer-cv930f { flex-direction: column; gap: 8px; height: 62px; justify-content: flex-start; padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-pS9YS.framer-v-jxg1c .framer-7pi826 { order: 1; pointer-events: none; width: 100%; }\",\".framer-pS9YS.framer-v-jxg1c .framer-r3szl6 { flex-direction: column; gap: 24px; padding: 0px 0px 4px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pS9YS.framer-v-jxg1c.framer-cv930f, .framer-pS9YS.framer-v-jxg1c .framer-i3d0tu, .framer-pS9YS.framer-v-jxg1c .framer-q8qs3f, .framer-pS9YS.framer-v-jxg1c .framer-r3szl6 { gap: 0px; } .framer-pS9YS.framer-v-jxg1c.framer-cv930f > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-pS9YS.framer-v-jxg1c.framer-cv930f > :first-child, .framer-pS9YS.framer-v-jxg1c .framer-q8qs3f > :first-child, .framer-pS9YS.framer-v-jxg1c .framer-r3szl6 > :first-child { margin-top: 0px; } .framer-pS9YS.framer-v-jxg1c.framer-cv930f > :last-child, .framer-pS9YS.framer-v-jxg1c .framer-q8qs3f > :last-child, .framer-pS9YS.framer-v-jxg1c .framer-r3szl6 > :last-child { margin-bottom: 0px; } .framer-pS9YS.framer-v-jxg1c .framer-i3d0tu > *, .framer-pS9YS.framer-v-jxg1c .framer-i3d0tu > :first-child, .framer-pS9YS.framer-v-jxg1c .framer-i3d0tu > :last-child { margin: 0px; } .framer-pS9YS.framer-v-jxg1c .framer-q8qs3f > * { margin: 0px; margin-bottom: calc(130px / 2); margin-top: calc(130px / 2); } .framer-pS9YS.framer-v-jxg1c .framer-r3szl6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-pS9YS[data-border=\"true\"]::after, .framer-pS9YS [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 61\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Z0iiBWfvp\":{\"layout\":[\"fixed\",\"auto\"]},\"IKy2cIOzG\":{\"layout\":[\"fixed\",\"auto\"]},\"KuKiMuW5U\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroSOtMFvR3=withCSS(Component,css,\"framer-pS9YS\");export default FrameroSOtMFvR3;FrameroSOtMFvR3.displayName=\"Navigation Bar\";FrameroSOtMFvR3.defaultProps={height:61,width:1400};addPropertyControls(FrameroSOtMFvR3,{variant:{options:[\"RJp808YVP\",\"Z0iiBWfvp\",\"IKy2cIOzG\",\"KuKiMuW5U\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone - Open\",\"Phone - Closed\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameroSOtMFvR3,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...HeroFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroSOtMFvR3\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"61\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1400\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z0iiBWfvp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IKy2cIOzG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KuKiMuW5U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oSOtMFvR3.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Poppins-500\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-500italic\"]);export const fonts=[{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hlFd2PQEhcqw.woff2\",weight:\"500\"}];export const css=['.framer-dD5Oj .framer-styles-preset-1doxabh:not(.rich-text-wrapper), .framer-dD5Oj .framer-styles-preset-1doxabh.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 115%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-dD5Oj .framer-styles-preset-1doxabh:not(.rich-text-wrapper), .framer-dD5Oj .framer-styles-preset-1doxabh.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 115%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-dD5Oj .framer-styles-preset-1doxabh:not(.rich-text-wrapper), .framer-dD5Oj .framer-styles-preset-1doxabh.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 115%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-dD5Oj\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-3G2GJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Poppins-500\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}];export const css=['.framer-KFVsI .framer-styles-preset-10b61ev:not(.rich-text-wrapper), .framer-KFVsI .framer-styles-preset-10b61ev.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 54px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-KFVsI .framer-styles-preset-10b61ev:not(.rich-text-wrapper), .framer-KFVsI .framer-styles-preset-10b61ev.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-KFVsI .framer-styles-preset-10b61ev:not(.rich-text-wrapper), .framer-KFVsI .framer-styles-preset-10b61ev.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-KFVsI\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-regular\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-italic\"]);export const fonts=[{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLecnFBGPaTSQ.woff2\",weight:\"400\"}];export const css=['.framer-TMMgC .framer-styles-preset-p4o8dh:not(.rich-text-wrapper), .framer-TMMgC .framer-styles-preset-p4o8dh.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-TMMgC .framer-styles-preset-p4o8dh:not(.rich-text-wrapper), .framer-TMMgC .framer-styles-preset-p4o8dh.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-TMMgC .framer-styles-preset-p4o8dh:not(.rich-text-wrapper), .framer-TMMgC .framer-styles-preset-p4o8dh.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-TMMgC\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Poppins-regular\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-italic\"]);export const fonts=[{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLecnFBGPaTSQ.woff2\",weight:\"400\"}];export const css=['.framer-BROBB .framer-styles-preset-1khn87f:not(.rich-text-wrapper), .framer-BROBB .framer-styles-preset-1khn87f.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-BROBB .framer-styles-preset-1khn87f:not(.rich-text-wrapper), .framer-BROBB .framer-styles-preset-1khn87f.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-BROBB .framer-styles-preset-1khn87f:not(.rich-text-wrapper), .framer-BROBB .framer-styles-preset-1khn87f.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-BROBB\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Footer from\"#framer/local/canvasComponent/CibtiOm6U/CibtiOm6U.js\";import SectionBadge from\"#framer/local/canvasComponent/g1Ms3aCva/g1Ms3aCva.js\";import CardsPatchCards from\"#framer/local/canvasComponent/GlxPVec_0/GlxPVec_0.js\";import Button2 from\"#framer/local/canvasComponent/H3l7SlwVJ/H3l7SlwVJ.js\";import Button from\"#framer/local/canvasComponent/htHeLsUT5/htHeLsUT5.js\";import NavigationBar from\"#framer/local/canvasComponent/oSOtMFvR3/oSOtMFvR3.js\";import*as sharedStyle from\"#framer/local/css/MOqZA7eLR/MOqZA7eLR.js\";import*as sharedStyle1 from\"#framer/local/css/Oeaeo0pwX/Oeaeo0pwX.js\";import*as sharedStyle5 from\"#framer/local/css/QfKwTOU7W/QfKwTOU7W.js\";import*as sharedStyle4 from\"#framer/local/css/SmHQu_Oum/SmHQu_Oum.js\";import*as sharedStyle3 from\"#framer/local/css/sWkIeX9Y3/sWkIeX9Y3.js\";import*as sharedStyle2 from\"#framer/local/css/UgheUOojp/UgheUOojp.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationBarFonts=getFonts(NavigationBar);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonFonts=getFonts(Button);const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const SectionBadgeFonts=getFonts(SectionBadge);const ContainerWithFX=withFX(Container);const RichTextWithFX=withFX(RichText);const CardsPatchCardsFonts=getFonts(CardsPatchCards);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const Button2Fonts=getFonts(Button2);const FooterFonts=getFonts(Footer);const breakpoints={ntIxot2Qi:\"(max-width: 809px)\",u6R6NsvSc:\"(min-width: 810px) and (max-width: 1399px)\",WQLkyLRf1:\"(min-width: 1400px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-PNQ8B\";const variantClassNames={ntIxot2Qi:\"framer-v-1xaffxx\",u6R6NsvSc:\"framer-v-1ed9oh6\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:30,delay:0,mass:1,stiffness:140,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-50};const transition2={damping:50,delay:.1,mass:1,stiffness:150,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition3={damping:50,delay:.2,mass:1,stiffness:150,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition4={delay:0,duration:10,ease:[0,0,1,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-15,y:0};const transition5={damping:50,delay:.3,mass:1,stiffness:150,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:50,y:50};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-20};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:50,y:0};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:20,y:0};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation15={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:50,y:-50};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-15};const animation17={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:-50,y:50};const animation18={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:-50,y:0};const animation19={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:-50,y:-50};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:10};const transition6={damping:30,delay:.5,mass:1,stiffness:150,type:\"spring\"};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition7={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation22={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition8={delay:0,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"};const animation23={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:50};const transition9={delay:.1,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"};const animation24={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:50};const transition10={damping:20,delay:.2,mass:1,stiffness:110,type:\"spring\"};const transition11={damping:20,delay:.4,mass:1,stiffness:110,type:\"spring\"};const transition12={damping:20,delay:.6,mass:1,stiffness:110,type:\"spring\"};const transition13={damping:20,delay:.1,mass:1,stiffness:110,type:\"spring\"};const transition14={damping:20,delay:.2,mass:1,stiffness:150,type:\"spring\"};const transition15={damping:20,delay:.4,mass:1,stiffness:150,type:\"spring\"};const transition16={damping:20,delay:.6,mass:1,stiffness:150,type:\"spring\"};const transition17={damping:20,delay:0,mass:1,stiffness:110,type:\"spring\"};const transition18={damping:30,delay:.1,mass:1,stiffness:150,type:\"spring\"};const transition19={damping:30,delay:.2,mass:1,stiffness:150,type:\"spring\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"ntIxot2Qi\",Tablet:\"u6R6NsvSc\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"rwJHzxlJ1\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"u6R6NsvSc\",\"ntIxot2Qi\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"ntIxot2Qi\")return false;return true;};const elementId1=useRouteElementId(\"Id396jida\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"SmoawOunl\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"KwxLJgmsq\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"mTm775smR\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"HXx7N_tsT\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"LmO7ES3eY\");const ref7=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(13, 13, 13); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"min(100vw, 1200px)\",y:32,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-a4ey5c-container\",\"data-framer-appear-id\":\"a4ey5c\",initial:animation1,layoutScroll:true,nodeId:\"i_QgWbjef\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{variant:\"KuKiMuW5U\"},u6R6NsvSc:{variant:\"Z0iiBWfvp\"}},children:/*#__PURE__*/_jsx(NavigationBar,{height:\"100%\",id:\"i_QgWbjef\",layoutId:\"i_QgWbjef\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"RJp808YVP\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1l1mvsd\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gemaw4\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-plfr9o\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ighdqo\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1doxabh\",\"data-styles-preset\":\"MOqZA7eLR\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(2005deg, rgb(255, 255, 247) 8.55094%, rgb(114, 114, 103) 107.012%)\"},children:\"\\xa0Profitable Strategies. Delivered.\"})})}),className:\"framer-12mfih4\",\"data-framer-appear-id\":\"12mfih4\",\"data-framer-name\":\"Design work, the efficient way\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oyzs5\",\"data-framer-name\":\"Subheading\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\"},children:\"Unlock consistent returns with proven Forex strategies. No guesswork. Just results.\"})}),className:\"framer-x5wpx9\",\"data-framer-appear-id\":\"x5wpx9\",\"data-framer-name\":\"Design services for tech companies and startups bored by the standard design approach. Soon on this planet.\",fonts:[\"Inter\"],initial:animation5,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,children:/*#__PURE__*/_jsx(Container,{className:\"framer-60h8of-container\",nodeId:\"BPs9fHERe\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{busZ6GyPw:true,height:\"100%\",hT2tjC8Ba:true,id:\"BPs9fHERe\",JuWRVbWZ0:\"Start Copying Now\",KlR9gJTLp:\"https://go.etoro.com/pl/own-crypto?utm_medium=Affiliate&utm_source=123543&utm_content=21717&utm_serial=link&utm_campaign=link&utm_term=https:%2F%2Fframer.com%2F\",layoutId:\"BPs9fHERe\",variant:\"Wr4VsvfJe\",width:\"100%\"})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n5x1p9 hidden-1ed9oh6 hidden-1xaffxx\",\"data-framer-name\":\"dark-layer-container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ozql3s\",\"data-framer-name\":\"dark-layer\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1in3br7\",\"data-framer-name\":\"Background\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q53wn7\",\"data-framer-name\":\"Background Container\",children:[/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fill\",pixelHeight:3425,pixelWidth:5071,sizes:\"900px\",src:\"https://framerusercontent.com/images/1xOqMa4sAAwBCrdkiSJfIXups.png\",srcSet:\"https://framerusercontent.com/images/1xOqMa4sAAwBCrdkiSJfIXups.png?scale-down-to=512 512w,https://framerusercontent.com/images/1xOqMa4sAAwBCrdkiSJfIXups.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1xOqMa4sAAwBCrdkiSJfIXups.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1xOqMa4sAAwBCrdkiSJfIXups.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/1xOqMa4sAAwBCrdkiSJfIXups.png 5071w\"},className:\"framer-1scjthc\",\"data-framer-name\":\"Abstract Dots\",transformTemplate:transformTemplate1}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fb044 hidden-1xaffxx\",\"data-framer-name\":\"Right Card\",children:[/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__loop:animation6,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,animate:animation7,as:\"figure\",background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:5385,pixelWidth:8192,positionX:\"center\",positionY:\"center\",sizes:\"350px\",src:\"https://framerusercontent.com/images/kYkmSpeTdceeEmnh0pBb2zV7ehA.png\",srcSet:\"https://framerusercontent.com/images/kYkmSpeTdceeEmnh0pBb2zV7ehA.png?scale-down-to=512 512w,https://framerusercontent.com/images/kYkmSpeTdceeEmnh0pBb2zV7ehA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kYkmSpeTdceeEmnh0pBb2zV7ehA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kYkmSpeTdceeEmnh0pBb2zV7ehA.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/kYkmSpeTdceeEmnh0pBb2zV7ehA.png 8192w\"},className:\"framer-hlyzcy\",\"data-framer-appear-id\":\"hlyzcy\",\"data-framer-name\":\"Image\",initial:animation8,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__loop:animation9,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,animate:animation7,className:\"framer-owh6wc\",\"data-border\":true,\"data-framer-appear-id\":\"owh6wc\",\"data-framer-name\":\"Sub Container\",initial:animation10,optimized:true,children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"Hero Image\",fit:\"fill\",pixelHeight:207,pixelWidth:219,src:\"https://framerusercontent.com/images/Vo635N8iGZlOjnf2LbSUrJU9fAU.svg\"},className:\"framer-nyt7dd\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__loop:animation11,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:115,__perspectiveFX:false,__targetOpacity:1,animate:animation12,background:{alt:\"\",fit:\"fill\"},className:\"framer-1nbe7i5\",\"data-framer-appear-id\":\"1nbe7i5\",\"data-framer-name\":\"Sub Container\",initial:animation10,optimized:true,children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"Hero Image\",fit:\"fill\",pixelHeight:3124,pixelWidth:3197,sizes:\"244px\",src:\"https://framerusercontent.com/images/qsd8encLaRBbmSRutt7WGJRcVjc.png\",srcSet:\"https://framerusercontent.com/images/qsd8encLaRBbmSRutt7WGJRcVjc.png?scale-down-to=512 512w,https://framerusercontent.com/images/qsd8encLaRBbmSRutt7WGJRcVjc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qsd8encLaRBbmSRutt7WGJRcVjc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qsd8encLaRBbmSRutt7WGJRcVjc.png 3197w\"},className:\"framer-190u3h5\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{u6R6NsvSc:{background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:8193,pixelWidth:6137,positionX:\"left\",positionY:\"center\",sizes:\"190px\",src:\"https://framerusercontent.com/images/uukrVSALmLpLSDBMD7MiDBUUA.png\",srcSet:\"https://framerusercontent.com/images/uukrVSALmLpLSDBMD7MiDBUUA.png?scale-down-to=1024 767w,https://framerusercontent.com/images/uukrVSALmLpLSDBMD7MiDBUUA.png?scale-down-to=2048 1534w,https://framerusercontent.com/images/uukrVSALmLpLSDBMD7MiDBUUA.png?scale-down-to=4096 3068w,https://framerusercontent.com/images/uukrVSALmLpLSDBMD7MiDBUUA.png 6137w\"}}},children:/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__loop:animation13,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:120,__perspectiveFX:false,__targetOpacity:1,animate:animation14,as:\"figure\",background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:8193,pixelWidth:6137,positionX:\"left\",positionY:\"center\",sizes:\"220px\",src:\"https://framerusercontent.com/images/uukrVSALmLpLSDBMD7MiDBUUA.png\",srcSet:\"https://framerusercontent.com/images/uukrVSALmLpLSDBMD7MiDBUUA.png?scale-down-to=1024 767w,https://framerusercontent.com/images/uukrVSALmLpLSDBMD7MiDBUUA.png?scale-down-to=2048 1534w,https://framerusercontent.com/images/uukrVSALmLpLSDBMD7MiDBUUA.png?scale-down-to=4096 3068w,https://framerusercontent.com/images/uukrVSALmLpLSDBMD7MiDBUUA.png 6137w\"},className:\"framer-uzvzka\",\"data-framer-appear-id\":\"uzvzka\",\"data-framer-name\":\"Image\",initial:animation15,optimized:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fh9x46 hidden-1xaffxx\",\"data-framer-name\":\"Left Card\",children:[/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__loop:animation16,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,animate:animation7,className:\"framer-i03ki8\",\"data-border\":true,\"data-framer-appear-id\":\"i03ki8\",\"data-framer-name\":\"Sub Container\",initial:animation17,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{u6R6NsvSc:{background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:2521,pixelWidth:3443,positionX:\"center\",positionY:\"center\",sizes:\"418.381px\",src:\"https://framerusercontent.com/images/E9ypxjolroWJfwvDg5Df5kf7E.png\",srcSet:\"https://framerusercontent.com/images/E9ypxjolroWJfwvDg5Df5kf7E.png?scale-down-to=512 512w,https://framerusercontent.com/images/E9ypxjolroWJfwvDg5Df5kf7E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/E9ypxjolroWJfwvDg5Df5kf7E.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/E9ypxjolroWJfwvDg5Df5kf7E.png 3443w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:2521,pixelWidth:3443,positionX:\"center\",positionY:\"center\",sizes:\"418.1339px\",src:\"https://framerusercontent.com/images/E9ypxjolroWJfwvDg5Df5kf7E.png\",srcSet:\"https://framerusercontent.com/images/E9ypxjolroWJfwvDg5Df5kf7E.png?scale-down-to=512 512w,https://framerusercontent.com/images/E9ypxjolroWJfwvDg5Df5kf7E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/E9ypxjolroWJfwvDg5Df5kf7E.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/E9ypxjolroWJfwvDg5Df5kf7E.png 3443w\"},className:\"framer-11jvfx7\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__loop:animation13,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:115,__perspectiveFX:false,__targetOpacity:1,animate:animation12,as:\"figure\",background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:1774,pixelWidth:3710,positionX:\"center\",positionY:\"center\",sizes:\"435.5px\",src:\"https://framerusercontent.com/images/kO78OJGhJCr5hT5PAHzRVev31eU.png\",srcSet:\"https://framerusercontent.com/images/kO78OJGhJCr5hT5PAHzRVev31eU.png?scale-down-to=512 512w,https://framerusercontent.com/images/kO78OJGhJCr5hT5PAHzRVev31eU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kO78OJGhJCr5hT5PAHzRVev31eU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kO78OJGhJCr5hT5PAHzRVev31eU.png 3710w\"},className:\"framer-14x8e1g\",\"data-framer-appear-id\":\"14x8e1g\",\"data-framer-name\":\"Image\",initial:animation18,optimized:true}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__loop:animation11,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:120,__perspectiveFX:false,__targetOpacity:1,animate:animation14,as:\"figure\",background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:3682,pixelWidth:3768,positionX:\"center\",positionY:\"center\",sizes:\"217px\",src:\"https://framerusercontent.com/images/JqzqklhPoB4OfwfRarjLD6u5s.png\",srcSet:\"https://framerusercontent.com/images/JqzqklhPoB4OfwfRarjLD6u5s.png?scale-down-to=512 512w,https://framerusercontent.com/images/JqzqklhPoB4OfwfRarjLD6u5s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JqzqklhPoB4OfwfRarjLD6u5s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JqzqklhPoB4OfwfRarjLD6u5s.png 3768w\"},className:\"framer-sdk4ze\",\"data-framer-appear-id\":\"sdk4ze\",\"data-framer-name\":\"Image\",initial:animation19,optimized:true}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__loop:animation9,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,animate:animation12,as:\"figure\",background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:848,pixelWidth:589,positionX:\"center\",positionY:\"center\",sizes:\"156px\",src:\"https://framerusercontent.com/images/9KUQ2S1XzWymvuuc631rusF0MU.png\",srcSet:\"https://framerusercontent.com/images/9KUQ2S1XzWymvuuc631rusF0MU.png 589w\"},className:\"framer-1o4gurr\",\"data-framer-appear-id\":\"1o4gurr\",\"data-framer-name\":\"Image\",initial:animation19,optimized:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rpyf7z\",\"data-framer-name\":\"Overlay Radial\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dlespd\",\"data-framer-name\":\"Top Light\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l2w6t4\",\"data-framer-name\":\"Benefits\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gebu7j\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1clr8m8\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-g1ocbf-container\",nodeId:\"TP8zSQjuv\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SectionBadge,{h5mTi1koL:\"Why Us?\",height:\"100%\",id:\"TP8zSQjuv\",layoutId:\"TP8zSQjuv\",MFTk1J6dD:false,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1khn87f\",\"data-styles-preset\":\"UgheUOojp\",children:\"Why Choose Us?\"})}),className:\"framer-1hlutyl\",\"data-framer-name\":\"Benefits of being a member\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cp429h\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`},u6R6NsvSc:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:317,width:`max(min(${componentViewport?.width||\"100vw\"} - 120px, 1200px) / 2, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-74ke5j-container\",nodeId:\"wkNlgHbKY\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{variant:\"NjD0fAETb\"}},children:/*#__PURE__*/_jsx(CardsPatchCards,{GmgXJPCXu:\"Handpicked by top-performing traders.\",height:\"100%\",id:\"wkNlgHbKY\",kCihlssWO:\"var(--token-c40dec17-ad9b-478b-a7f0-e25384b15814, rgb(255, 255, 255))\",layoutId:\"wkNlgHbKY\",qWLIjGdWu:\"Proven Strategies\",sLl4QhePZ:\"fill\",style:{width:\"100%\"},TfbbLykI5:\"Lightbulb\",variant:\"SqAc0V_8P\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`},u6R6NsvSc:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:317,width:`max(min(${componentViewport?.width||\"100vw\"} - 120px, 1200px) / 2, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation24,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1u8nboc-container\",nodeId:\"PRNchModa\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{variant:\"NjD0fAETb\"}},children:/*#__PURE__*/_jsx(CardsPatchCards,{GmgXJPCXu:\"Track records you can trust.\",height:\"100%\",id:\"PRNchModa\",kCihlssWO:\"var(--token-c40dec17-ad9b-478b-a7f0-e25384b15814, rgb(255, 255, 255))\",layoutId:\"PRNchModa\",qWLIjGdWu:\"Consistent Profits\",sLl4QhePZ:\"fill\",style:{width:\"100%\"},TfbbLykI5:\"TrendUp\",variant:\"NePFZlE6X\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`},u6R6NsvSc:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:317,width:`max(min(${componentViewport?.width||\"100vw\"} - 120px, 1200px) / 2, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zpp6n5-container\",nodeId:\"URoCqRByH\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{variant:\"NjD0fAETb\"}},children:/*#__PURE__*/_jsx(CardsPatchCards,{GmgXJPCXu:\"Automate your success in minutes.\",height:\"100%\",id:\"URoCqRByH\",kCihlssWO:\"var(--token-c40dec17-ad9b-478b-a7f0-e25384b15814, rgb(255, 255, 255))\",layoutId:\"URoCqRByH\",qWLIjGdWu:\"Effortless Copying\",sLl4QhePZ:\"fill\",style:{width:\"100%\"},TfbbLykI5:\"Copy\",variant:\"y6O_ju0IW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`},u6R6NsvSc:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:317,width:`max(min(${componentViewport?.width||\"100vw\"} - 120px, 1200px) / 2, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation24,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9a377v-container\",nodeId:\"sPEZlyyb_\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{variant:\"NjD0fAETb\"}},children:/*#__PURE__*/_jsx(CardsPatchCards,{GmgXJPCXu:\"Real-time performance tracking.\",height:\"100%\",id:\"sPEZlyyb_\",kCihlssWO:\"var(--token-c40dec17-ad9b-478b-a7f0-e25384b15814, rgb(255, 255, 255))\",layoutId:\"sPEZlyyb_\",qWLIjGdWu:\"Full Transparency\",sLl4QhePZ:\"fill\",style:{width:\"100%\"},TfbbLykI5:\"Eye\",variant:\"xlXv0KmQb\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1oeu8vq\",\"data-framer-name\":\"How It Works\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ek2f5\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gagupe\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1djcmls-container\",nodeId:\"sA8uLRS82\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SectionBadge,{h5mTi1koL:\"Join NOw\",height:\"100%\",id:\"sA8uLRS82\",layoutId:\"sA8uLRS82\",MFTk1J6dD:false,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1khn87f\",\"data-styles-preset\":\"UgheUOojp\",children:\"3 Steps to Start Copying Profits\"})}),className:\"framer-u1hikx\",\"data-framer-name\":\"Top\u2013notch designs, delivered at your doorstep.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-buu68m\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5xq0w5\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12kw9vu\",\"data-border\":true,\"data-framer-name\":\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kkmxl6\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ehcx93-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"SAR0F2wTa\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"UserPlus\",id:\"SAR0F2wTa\",layoutId:\"SAR0F2wTa\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1alvxfw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Sign Up\"})}),className:\"framer-z62eqx\",\"data-framer-name\":\"Tell us your vision\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Create your account in minutes.\"})}),className:\"framer-se85op\",\"data-framer-name\":\"Choose a plan and share your design project details with us: we\u2019re here to listen.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-uhtd6a\",\"data-border\":true,\"data-framer-name\":\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v751cu\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j262bv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vZFx92Osl\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",height:\"100%\",iconSearch:\"list-checks\",iconSelection:\"UserPlus\",id:\"vZFx92Osl\",layoutId:\"vZFx92Osl\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fjuqdi\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Choose a Strategy\"})}),className:\"framer-1nuzmo9\",\"data-framer-name\":\"Receive the magic\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Select from our top-performing strategies.\"})}),className:\"framer-1muvvkc\",\"data-framer-name\":\"Sit back and relax: our expert designers will turn your vision into reality.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17vrhia\",\"data-border\":true,\"data-framer-name\":\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1278eth\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f3trei-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EdeCsLLfH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",height:\"100%\",iconSearch:\"copy\",iconSelection:\"UserPlus\",id:\"EdeCsLLfH\",layoutId:\"EdeCsLLfH\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cro1gw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Start Copying\"})}),className:\"framer-1kb3eq2\",\"data-framer-name\":\"Get ongoing support\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Watch your account grow automatically.\"})}),className:\"framer-1ars2s0\",\"data-framer-name\":\"Your subscription ensures you have continuous access to our design team.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-dy5rh9\",\"data-framer-name\":\"Progress Tracking\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wdxxrh\",\"data-framer-name\":\"Main Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10mofqq\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mpqk8e\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d06omn-container\",nodeId:\"JfovhTeV7\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SectionBadge,{h5mTi1koL:\"About Us\",height:\"100%\",id:\"JfovhTeV7\",layoutId:\"JfovhTeV7\",MFTk1J6dD:false,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1khn87f\",\"data-styles-preset\":\"UgheUOojp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Real Results. Real Traders.\"})})},u6R6NsvSc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1khn87f\",\"data-styles-preset\":\"UgheUOojp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Real Results. Real Traders.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1khn87f\",\"data-styles-preset\":\"UgheUOojp\",style:{\"--framer-text-alignment\":\"left\"},children:\"Real Results. Real Traders.\"})}),className:\"framer-18uy8w3\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\"},children:\"Our strategies have delivered consistent profits for thousands of traders worldwide. See the numbers for yourself.\"})})},u6R6NsvSc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\"},children:\"Our strategies have delivered consistent profits for thousands of traders worldwide. See the numbers for yourself.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"left\"},children:\"Our strategies have delivered consistent profits for thousands of traders worldwide. See the numbers for yourself.\"})}),className:\"framer-y1l3r\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cu0qur\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kn9wut\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14dujlb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jSsXcrBZn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",height:\"100%\",iconSearch:\"trendup\",iconSelection:\"House\",id:\"jSsXcrBZn\",layoutId:\"jSsXcrBZn\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"+9% Average Monthly ROI\"})})}),className:\"framer-1v12s2g\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vxy48j\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18mwi61-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wEqIXaX8X\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",height:\"100%\",iconSearch:\"users\",iconSelection:\"House\",id:\"wEqIXaX8X\",layoutId:\"wEqIXaX8X\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"2,000+ Happy Traders\"})})}),className:\"framer-faybam\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1f5hte0\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10ipr2s-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jeQj_Vah0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",height:\"100%\",iconSearch:\"currency-circle-dollar\",iconSelection:\"House\",id:\"jeQj_Vah0\",layoutId:\"jeQj_Vah0\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"$1M+ Profits Generated\"})}),className:\"framer-10km975\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{background:{alt:\"\",fit:\"fit\",pixelHeight:2862,pixelWidth:3372,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 24px)`,src:\"https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png\",srcSet:\"https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png?scale-down-to=512 512w,https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png 3372w\"}},u6R6NsvSc:{background:{alt:\"\",fit:\"fit\",pixelHeight:2862,pixelWidth:3372,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"}, 600px)`,src:\"https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png\",srcSet:\"https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png?scale-down-to=512 512w,https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png 3372w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fit\",pixelHeight:2862,pixelWidth:3372,positionX:\"center\",positionY:\"center\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 50px) / 2, 1px)`,src:\"https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png\",srcSet:\"https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png?scale-down-to=512 512w,https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2wIT4uWUpVpKtRqBCjwX89wSpeU.png 3372w\"},className:\"framer-11c10ny\",\"data-framer-name\":\"Image Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-usqv84\"})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-og82f1\",\"data-framer-name\":\"Socials & Metrics\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f6q666\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-u2awnh-container\",nodeId:\"sKFsPuTw6\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SectionBadge,{h5mTi1koL:\"Testimonials\",height:\"100%\",id:\"sKFsPuTw6\",layoutId:\"sKFsPuTw6\",MFTk1J6dD:false,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1khn87f\",\"data-styles-preset\":\"UgheUOojp\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\xa0What Our Clients Say\"})}),className:\"framer-eb7yev\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ui054m\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t40esk\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qaovg2\",\"data-framer-name\":\"Quote Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:'\"I\u2019ve tried countless services, but this is the only one that delivers consistent results. Highly recommend!\"'})}),className:\"framer-1nnbqy\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qupb34\",\"data-framer-name\":\"Avatar and text\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-kjixns\",\"data-framer-name\":\"Stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:117,svg:'<svg width=\"117\" height=\"20\" viewBox=\"0 0 117 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_679_5932)\">\\n<path d=\"M9.87232 1.60996C10.0431 1.19932 10.6248 1.19932 10.7956 1.60996L12.8617 6.57744C12.9337 6.75056 13.0965 6.86885 13.2834 6.88383L18.6462 7.31376C19.0896 7.3493 19.2693 7.90256 18.9316 8.19189L14.8457 11.6919C14.7033 11.8139 14.6411 12.0053 14.6846 12.1876L15.9329 17.4208C16.0361 17.8534 15.5655 18.1954 15.1859 17.9635L10.5946 15.1592C10.4346 15.0615 10.2334 15.0615 10.0734 15.1592L5.48204 17.9635C5.10249 18.1954 4.63187 17.8534 4.73506 17.4208L5.98337 12.1876C6.02687 12.0053 5.96469 11.8139 5.82229 11.6919L1.7364 8.19189C1.39863 7.90256 1.57839 7.3493 2.02172 7.31376L7.38453 6.88383C7.57142 6.86885 7.73423 6.75056 7.80623 6.57744L9.87232 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip1_679_5932)\">\\n<path d=\"M9.87232 1.60996C10.0431 1.19932 10.6248 1.19932 10.7956 1.60996L12.8617 6.57744C12.9337 6.75056 13.0965 6.86885 13.2834 6.88383L18.6462 7.31376C19.0896 7.3493 19.2693 7.90256 18.9316 8.19189L14.8457 11.6919C14.7033 11.8139 14.6411 12.0053 14.6846 12.1876L15.9329 17.4208C16.0361 17.8534 15.5655 18.1954 15.1859 17.9635L10.5946 15.1592C10.4346 15.0615 10.2334 15.0615 10.0734 15.1592L5.48204 17.9635C5.10249 18.1954 4.63187 17.8534 4.73506 17.4208L5.98337 12.1876C6.02687 12.0053 5.96469 11.8139 5.82229 11.6919L1.7364 8.19189C1.39863 7.90256 1.57839 7.3493 2.02172 7.31376L7.38453 6.88383C7.57142 6.86885 7.73423 6.75056 7.80623 6.57744L9.87232 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip2_679_5932)\">\\n<path d=\"M33.8723 1.60996C34.0431 1.19932 34.6248 1.19932 34.7956 1.60996L36.8617 6.57744C36.9337 6.75056 37.0965 6.86885 37.2834 6.88383L42.6462 7.31376C43.0896 7.3493 43.2693 7.90256 42.9316 8.19189L38.8457 11.6919C38.7033 11.8139 38.6411 12.0053 38.6846 12.1876L39.9329 17.4208C40.0361 17.8534 39.5655 18.1954 39.1859 17.9635L34.5946 15.1592C34.4346 15.0615 34.2334 15.0615 34.0734 15.1592L29.482 17.9635C29.1025 18.1954 28.6319 17.8534 28.7351 17.4208L29.9834 12.1876C30.0269 12.0053 29.9647 11.8139 29.8223 11.6919L25.7364 8.19189C25.3986 7.90256 25.5784 7.3493 26.0217 7.31376L31.3845 6.88383C31.5714 6.86885 31.7342 6.75056 31.8062 6.57744L33.8723 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip3_679_5932)\">\\n<path d=\"M33.8723 1.60996C34.0431 1.19932 34.6248 1.19932 34.7956 1.60996L36.8617 6.57744C36.9337 6.75056 37.0965 6.86885 37.2834 6.88383L42.6462 7.31376C43.0896 7.3493 43.2693 7.90256 42.9316 8.19189L38.8457 11.6919C38.7033 11.8139 38.6411 12.0053 38.6846 12.1876L39.9329 17.4208C40.0361 17.8534 39.5655 18.1954 39.1859 17.9635L34.5946 15.1592C34.4346 15.0615 34.2334 15.0615 34.0734 15.1592L29.482 17.9635C29.1025 18.1954 28.6319 17.8534 28.7351 17.4208L29.9834 12.1876C30.0269 12.0053 29.9647 11.8139 29.8223 11.6919L25.7364 8.19189C25.3986 7.90256 25.5784 7.3493 26.0217 7.31376L31.3845 6.88383C31.5714 6.86885 31.7342 6.75056 31.8062 6.57744L33.8723 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip4_679_5932)\">\\n<path d=\"M57.8723 1.60996C58.0431 1.19932 58.6248 1.19932 58.7956 1.60996L60.8617 6.57744C60.9337 6.75056 61.0965 6.86885 61.2834 6.88383L66.6462 7.31376C67.0896 7.3493 67.2693 7.90256 66.9316 8.19189L62.8457 11.6919C62.7033 11.8139 62.6411 12.0053 62.6846 12.1876L63.9329 17.4208C64.0361 17.8534 63.5655 18.1954 63.1859 17.9635L58.5946 15.1592C58.4346 15.0615 58.2334 15.0615 58.0734 15.1592L53.482 17.9635C53.1025 18.1954 52.6319 17.8534 52.7351 17.4208L53.9834 12.1876C54.0269 12.0053 53.9647 11.8139 53.8223 11.6919L49.7364 8.19189C49.3986 7.90256 49.5784 7.3493 50.0217 7.31376L55.3845 6.88383C55.5714 6.86885 55.7342 6.75056 55.8062 6.57744L57.8723 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip5_679_5932)\">\\n<path d=\"M57.8723 1.60996C58.0431 1.19932 58.6248 1.19932 58.7956 1.60996L60.8617 6.57744C60.9337 6.75056 61.0965 6.86885 61.2834 6.88383L66.6462 7.31376C67.0896 7.3493 67.2693 7.90256 66.9316 8.19189L62.8457 11.6919C62.7033 11.8139 62.6411 12.0053 62.6846 12.1876L63.9329 17.4208C64.0361 17.8534 63.5655 18.1954 63.1859 17.9635L58.5946 15.1592C58.4346 15.0615 58.2334 15.0615 58.0734 15.1592L53.482 17.9635C53.1025 18.1954 52.6319 17.8534 52.7351 17.4208L53.9834 12.1876C54.0269 12.0053 53.9647 11.8139 53.8223 11.6919L49.7364 8.19189C49.3986 7.90256 49.5784 7.3493 50.0217 7.31376L55.3845 6.88383C55.5714 6.86885 55.7342 6.75056 55.8062 6.57744L57.8723 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip6_679_5932)\">\\n<path d=\"M81.8723 1.60996C82.0431 1.19932 82.6248 1.19932 82.7956 1.60996L84.8617 6.57744C84.9337 6.75056 85.0965 6.86885 85.2834 6.88383L90.6462 7.31376C91.0896 7.3493 91.2693 7.90256 90.9316 8.19189L86.8457 11.6919C86.7033 11.8139 86.6411 12.0053 86.6846 12.1876L87.9329 17.4208C88.0361 17.8534 87.5655 18.1954 87.1859 17.9635L82.5946 15.1592C82.4346 15.0615 82.2334 15.0615 82.0734 15.1592L77.482 17.9635C77.1025 18.1954 76.6319 17.8534 76.7351 17.4208L77.9834 12.1876C78.0269 12.0053 77.9647 11.8139 77.8223 11.6919L73.7364 8.19189C73.3986 7.90256 73.5784 7.3493 74.0217 7.31376L79.3845 6.88383C79.5714 6.86885 79.7342 6.75056 79.8062 6.57744L81.8723 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip7_679_5932)\">\\n<path d=\"M81.8723 1.60996C82.0431 1.19932 82.6248 1.19932 82.7956 1.60996L84.8617 6.57744C84.9337 6.75056 85.0965 6.86885 85.2834 6.88383L90.6462 7.31376C91.0896 7.3493 91.2693 7.90256 90.9316 8.19189L86.8457 11.6919C86.7033 11.8139 86.6411 12.0053 86.6846 12.1876L87.9329 17.4208C88.0361 17.8534 87.5655 18.1954 87.1859 17.9635L82.5946 15.1592C82.4346 15.0615 82.2334 15.0615 82.0734 15.1592L77.482 17.9635C77.1025 18.1954 76.6319 17.8534 76.7351 17.4208L77.9834 12.1876C78.0269 12.0053 77.9647 11.8139 77.8223 11.6919L73.7364 8.19189C73.3986 7.90256 73.5784 7.3493 74.0217 7.31376L79.3845 6.88383C79.5714 6.86885 79.7342 6.75056 79.8062 6.57744L81.8723 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip8_679_5932)\">\\n<path d=\"M105.872 1.60996C106.043 1.19932 106.625 1.19932 106.796 1.60996L108.862 6.57744C108.934 6.75056 109.097 6.86885 109.283 6.88383L114.646 7.31376C115.09 7.3493 115.269 7.90256 114.932 8.19189L110.846 11.6919C110.703 11.8139 110.641 12.0053 110.685 12.1876L111.933 17.4208C112.036 17.8534 111.565 18.1954 111.186 17.9635L106.595 15.1592C106.435 15.0615 106.233 15.0615 106.073 15.1592L101.482 17.9635C101.102 18.1954 100.632 17.8534 100.735 17.4208L101.983 12.1876C102.027 12.0053 101.965 11.8139 101.822 11.6919L97.7364 8.19189C97.3986 7.90256 97.5784 7.3493 98.0217 7.31376L103.385 6.88383C103.571 6.86885 103.734 6.75056 103.806 6.57744L105.872 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip9_679_5932)\">\\n<path d=\"M105.872 1.60996C106.043 1.19932 106.625 1.19932 106.796 1.60996L108.862 6.57744C108.934 6.75056 109.097 6.86885 109.283 6.88383L114.646 7.31376C115.09 7.3493 115.269 7.90256 114.932 8.19189L110.846 11.6919C110.703 11.8139 110.641 12.0053 110.685 12.1876L111.933 17.4208C112.036 17.8534 111.565 18.1954 111.186 17.9635L106.595 15.1592C106.435 15.0615 106.233 15.0615 106.073 15.1592L101.482 17.9635C101.102 18.1954 100.632 17.8534 100.735 17.4208L101.983 12.1876C102.027 12.0053 101.965 11.8139 101.822 11.6919L97.7364 8.19189C97.3986 7.90256 97.5784 7.3493 98.0217 7.31376L103.385 6.88383C103.571 6.86885 103.734 6.75056 103.806 6.57744L105.872 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(0.333984)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(0.333984)\"/>\\n</clipPath>\\n<clipPath id=\"clip2_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(24.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip3_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(24.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip4_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(48.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip5_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(48.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip6_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(72.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip7_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(72.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip8_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(96.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip9_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(96.334)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t0k381\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"\\xa0\u2013 John D.\"})}),className:\"framer-dm2t5e\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(255, 255, 255))\"},children:\"Verified Trader\"})}),className:\"framer-rfm7jh\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-78qdpx\",\"data-framer-name\":\"Quote Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:'\"Copying strategies has never been this easy. I\u2019ve seen steady growth in my account every month. Amazing service!\"'})}),className:\"framer-1ngkpwv\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5aeuyc\",\"data-framer-name\":\"Avatar and text\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1p8tove\",\"data-framer-name\":\"Stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:117,svg:'<svg width=\"117\" height=\"20\" viewBox=\"0 0 117 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_679_5932)\">\\n<path d=\"M9.87232 1.60996C10.0431 1.19932 10.6248 1.19932 10.7956 1.60996L12.8617 6.57744C12.9337 6.75056 13.0965 6.86885 13.2834 6.88383L18.6462 7.31376C19.0896 7.3493 19.2693 7.90256 18.9316 8.19189L14.8457 11.6919C14.7033 11.8139 14.6411 12.0053 14.6846 12.1876L15.9329 17.4208C16.0361 17.8534 15.5655 18.1954 15.1859 17.9635L10.5946 15.1592C10.4346 15.0615 10.2334 15.0615 10.0734 15.1592L5.48204 17.9635C5.10249 18.1954 4.63187 17.8534 4.73506 17.4208L5.98337 12.1876C6.02687 12.0053 5.96469 11.8139 5.82229 11.6919L1.7364 8.19189C1.39863 7.90256 1.57839 7.3493 2.02172 7.31376L7.38453 6.88383C7.57142 6.86885 7.73423 6.75056 7.80623 6.57744L9.87232 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip1_679_5932)\">\\n<path d=\"M9.87232 1.60996C10.0431 1.19932 10.6248 1.19932 10.7956 1.60996L12.8617 6.57744C12.9337 6.75056 13.0965 6.86885 13.2834 6.88383L18.6462 7.31376C19.0896 7.3493 19.2693 7.90256 18.9316 8.19189L14.8457 11.6919C14.7033 11.8139 14.6411 12.0053 14.6846 12.1876L15.9329 17.4208C16.0361 17.8534 15.5655 18.1954 15.1859 17.9635L10.5946 15.1592C10.4346 15.0615 10.2334 15.0615 10.0734 15.1592L5.48204 17.9635C5.10249 18.1954 4.63187 17.8534 4.73506 17.4208L5.98337 12.1876C6.02687 12.0053 5.96469 11.8139 5.82229 11.6919L1.7364 8.19189C1.39863 7.90256 1.57839 7.3493 2.02172 7.31376L7.38453 6.88383C7.57142 6.86885 7.73423 6.75056 7.80623 6.57744L9.87232 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip2_679_5932)\">\\n<path d=\"M33.8723 1.60996C34.0431 1.19932 34.6248 1.19932 34.7956 1.60996L36.8617 6.57744C36.9337 6.75056 37.0965 6.86885 37.2834 6.88383L42.6462 7.31376C43.0896 7.3493 43.2693 7.90256 42.9316 8.19189L38.8457 11.6919C38.7033 11.8139 38.6411 12.0053 38.6846 12.1876L39.9329 17.4208C40.0361 17.8534 39.5655 18.1954 39.1859 17.9635L34.5946 15.1592C34.4346 15.0615 34.2334 15.0615 34.0734 15.1592L29.482 17.9635C29.1025 18.1954 28.6319 17.8534 28.7351 17.4208L29.9834 12.1876C30.0269 12.0053 29.9647 11.8139 29.8223 11.6919L25.7364 8.19189C25.3986 7.90256 25.5784 7.3493 26.0217 7.31376L31.3845 6.88383C31.5714 6.86885 31.7342 6.75056 31.8062 6.57744L33.8723 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip3_679_5932)\">\\n<path d=\"M33.8723 1.60996C34.0431 1.19932 34.6248 1.19932 34.7956 1.60996L36.8617 6.57744C36.9337 6.75056 37.0965 6.86885 37.2834 6.88383L42.6462 7.31376C43.0896 7.3493 43.2693 7.90256 42.9316 8.19189L38.8457 11.6919C38.7033 11.8139 38.6411 12.0053 38.6846 12.1876L39.9329 17.4208C40.0361 17.8534 39.5655 18.1954 39.1859 17.9635L34.5946 15.1592C34.4346 15.0615 34.2334 15.0615 34.0734 15.1592L29.482 17.9635C29.1025 18.1954 28.6319 17.8534 28.7351 17.4208L29.9834 12.1876C30.0269 12.0053 29.9647 11.8139 29.8223 11.6919L25.7364 8.19189C25.3986 7.90256 25.5784 7.3493 26.0217 7.31376L31.3845 6.88383C31.5714 6.86885 31.7342 6.75056 31.8062 6.57744L33.8723 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip4_679_5932)\">\\n<path d=\"M57.8723 1.60996C58.0431 1.19932 58.6248 1.19932 58.7956 1.60996L60.8617 6.57744C60.9337 6.75056 61.0965 6.86885 61.2834 6.88383L66.6462 7.31376C67.0896 7.3493 67.2693 7.90256 66.9316 8.19189L62.8457 11.6919C62.7033 11.8139 62.6411 12.0053 62.6846 12.1876L63.9329 17.4208C64.0361 17.8534 63.5655 18.1954 63.1859 17.9635L58.5946 15.1592C58.4346 15.0615 58.2334 15.0615 58.0734 15.1592L53.482 17.9635C53.1025 18.1954 52.6319 17.8534 52.7351 17.4208L53.9834 12.1876C54.0269 12.0053 53.9647 11.8139 53.8223 11.6919L49.7364 8.19189C49.3986 7.90256 49.5784 7.3493 50.0217 7.31376L55.3845 6.88383C55.5714 6.86885 55.7342 6.75056 55.8062 6.57744L57.8723 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip5_679_5932)\">\\n<path d=\"M57.8723 1.60996C58.0431 1.19932 58.6248 1.19932 58.7956 1.60996L60.8617 6.57744C60.9337 6.75056 61.0965 6.86885 61.2834 6.88383L66.6462 7.31376C67.0896 7.3493 67.2693 7.90256 66.9316 8.19189L62.8457 11.6919C62.7033 11.8139 62.6411 12.0053 62.6846 12.1876L63.9329 17.4208C64.0361 17.8534 63.5655 18.1954 63.1859 17.9635L58.5946 15.1592C58.4346 15.0615 58.2334 15.0615 58.0734 15.1592L53.482 17.9635C53.1025 18.1954 52.6319 17.8534 52.7351 17.4208L53.9834 12.1876C54.0269 12.0053 53.9647 11.8139 53.8223 11.6919L49.7364 8.19189C49.3986 7.90256 49.5784 7.3493 50.0217 7.31376L55.3845 6.88383C55.5714 6.86885 55.7342 6.75056 55.8062 6.57744L57.8723 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip6_679_5932)\">\\n<path d=\"M81.8723 1.60996C82.0431 1.19932 82.6248 1.19932 82.7956 1.60996L84.8617 6.57744C84.9337 6.75056 85.0965 6.86885 85.2834 6.88383L90.6462 7.31376C91.0896 7.3493 91.2693 7.90256 90.9316 8.19189L86.8457 11.6919C86.7033 11.8139 86.6411 12.0053 86.6846 12.1876L87.9329 17.4208C88.0361 17.8534 87.5655 18.1954 87.1859 17.9635L82.5946 15.1592C82.4346 15.0615 82.2334 15.0615 82.0734 15.1592L77.482 17.9635C77.1025 18.1954 76.6319 17.8534 76.7351 17.4208L77.9834 12.1876C78.0269 12.0053 77.9647 11.8139 77.8223 11.6919L73.7364 8.19189C73.3986 7.90256 73.5784 7.3493 74.0217 7.31376L79.3845 6.88383C79.5714 6.86885 79.7342 6.75056 79.8062 6.57744L81.8723 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip7_679_5932)\">\\n<path d=\"M81.8723 1.60996C82.0431 1.19932 82.6248 1.19932 82.7956 1.60996L84.8617 6.57744C84.9337 6.75056 85.0965 6.86885 85.2834 6.88383L90.6462 7.31376C91.0896 7.3493 91.2693 7.90256 90.9316 8.19189L86.8457 11.6919C86.7033 11.8139 86.6411 12.0053 86.6846 12.1876L87.9329 17.4208C88.0361 17.8534 87.5655 18.1954 87.1859 17.9635L82.5946 15.1592C82.4346 15.0615 82.2334 15.0615 82.0734 15.1592L77.482 17.9635C77.1025 18.1954 76.6319 17.8534 76.7351 17.4208L77.9834 12.1876C78.0269 12.0053 77.9647 11.8139 77.8223 11.6919L73.7364 8.19189C73.3986 7.90256 73.5784 7.3493 74.0217 7.31376L79.3845 6.88383C79.5714 6.86885 79.7342 6.75056 79.8062 6.57744L81.8723 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip8_679_5932)\">\\n<path d=\"M105.872 1.60996C106.043 1.19932 106.625 1.19932 106.796 1.60996L108.862 6.57744C108.934 6.75056 109.097 6.86885 109.283 6.88383L114.646 7.31376C115.09 7.3493 115.269 7.90256 114.932 8.19189L110.846 11.6919C110.703 11.8139 110.641 12.0053 110.685 12.1876L111.933 17.4208C112.036 17.8534 111.565 18.1954 111.186 17.9635L106.595 15.1592C106.435 15.0615 106.233 15.0615 106.073 15.1592L101.482 17.9635C101.102 18.1954 100.632 17.8534 100.735 17.4208L101.983 12.1876C102.027 12.0053 101.965 11.8139 101.822 11.6919L97.7364 8.19189C97.3986 7.90256 97.5784 7.3493 98.0217 7.31376L103.385 6.88383C103.571 6.86885 103.734 6.75056 103.806 6.57744L105.872 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip9_679_5932)\">\\n<path d=\"M105.872 1.60996C106.043 1.19932 106.625 1.19932 106.796 1.60996L108.862 6.57744C108.934 6.75056 109.097 6.86885 109.283 6.88383L114.646 7.31376C115.09 7.3493 115.269 7.90256 114.932 8.19189L110.846 11.6919C110.703 11.8139 110.641 12.0053 110.685 12.1876L111.933 17.4208C112.036 17.8534 111.565 18.1954 111.186 17.9635L106.595 15.1592C106.435 15.0615 106.233 15.0615 106.073 15.1592L101.482 17.9635C101.102 18.1954 100.632 17.8534 100.735 17.4208L101.983 12.1876C102.027 12.0053 101.965 11.8139 101.822 11.6919L97.7364 8.19189C97.3986 7.90256 97.5784 7.3493 98.0217 7.31376L103.385 6.88383C103.571 6.86885 103.734 6.75056 103.806 6.57744L105.872 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(0.333984)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(0.333984)\"/>\\n</clipPath>\\n<clipPath id=\"clip2_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(24.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip3_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(24.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip4_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(48.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip5_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(48.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip6_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(72.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip7_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(72.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip8_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(96.334)\"/>\\n</clipPath>\\n<clipPath id=\"clip9_679_5932\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(96.334)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6qooc4\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"\\xa0\u2013 Sarah T\"})}),className:\"framer-1u27soa\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(255, 255, 255))\"},children:\"Beginner Trader\"})}),className:\"framer-1i7zo19\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1c94jw8\",\"data-framer-name\":\"Quote Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:'\\xa0\"The transparency and performance tracking are what sold me. I know exactly what\u2019s happening with my account at all times.\"'})}),className:\"framer-6riwso\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6rysgt\",\"data-framer-name\":\"Avatar and text\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-h768ms\",\"data-framer-name\":\"Stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:116,svg:'<svg width=\"116\" height=\"20\" viewBox=\"0 0 116 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_679_6006)\">\\n<path d=\"M9.53834 1.60996C9.70914 1.19932 10.2909 1.19932 10.4617 1.60996L12.5278 6.57744C12.5998 6.75056 12.7626 6.86885 12.9495 6.88383L18.3123 7.31376C18.7556 7.3493 18.9354 7.90256 18.5976 8.19189L14.5117 11.6919C14.3693 11.8139 14.3071 12.0053 14.3506 12.1876L15.5989 17.4208C15.7021 17.8534 15.2315 18.1954 14.8519 17.9635L10.2606 15.1592C10.1006 15.0615 9.89938 15.0615 9.73937 15.1592L5.14806 17.9635C4.76851 18.1954 4.29788 17.8534 4.40108 17.4208L5.64939 12.1876C5.69289 12.0053 5.6307 11.8139 5.48831 11.6919L1.40241 8.19189C1.06464 7.90256 1.24441 7.3493 1.68773 7.31376L7.05054 6.88383C7.23744 6.86885 7.40024 6.75056 7.47225 6.57744L9.53834 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip1_679_6006)\">\\n<path d=\"M9.53834 1.60996C9.70914 1.19932 10.2909 1.19932 10.4617 1.60996L12.5278 6.57744C12.5998 6.75056 12.7626 6.86885 12.9495 6.88383L18.3123 7.31376C18.7556 7.3493 18.9354 7.90256 18.5976 8.19189L14.5117 11.6919C14.3693 11.8139 14.3071 12.0053 14.3506 12.1876L15.5989 17.4208C15.7021 17.8534 15.2315 18.1954 14.8519 17.9635L10.2606 15.1592C10.1006 15.0615 9.89938 15.0615 9.73937 15.1592L5.14806 17.9635C4.76851 18.1954 4.29788 17.8534 4.40108 17.4208L5.64939 12.1876C5.69289 12.0053 5.6307 11.8139 5.48831 11.6919L1.40241 8.19189C1.06464 7.90256 1.24441 7.3493 1.68773 7.31376L7.05054 6.88383C7.23744 6.86885 7.40024 6.75056 7.47225 6.57744L9.53834 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip2_679_6006)\">\\n<path d=\"M33.5383 1.60996C33.7091 1.19932 34.2909 1.19932 34.4617 1.60996L36.5278 6.57744C36.5998 6.75056 36.7626 6.86885 36.9495 6.88383L42.3123 7.31376C42.7556 7.3493 42.9354 7.90256 42.5976 8.19189L38.5117 11.6919C38.3693 11.8139 38.3071 12.0053 38.3506 12.1876L39.5989 17.4208C39.7021 17.8534 39.2315 18.1954 38.8519 17.9635L34.2606 15.1592C34.1006 15.0615 33.8994 15.0615 33.7394 15.1592L29.1481 17.9635C28.7685 18.1954 28.2979 17.8534 28.4011 17.4208L29.6494 12.1876C29.6929 12.0053 29.6307 11.8139 29.4883 11.6919L25.4024 8.19189C25.0646 7.90256 25.2444 7.3493 25.6877 7.31376L31.0505 6.88383C31.2374 6.86885 31.4002 6.75056 31.4722 6.57744L33.5383 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip3_679_6006)\">\\n<path d=\"M33.5383 1.60996C33.7091 1.19932 34.2909 1.19932 34.4617 1.60996L36.5278 6.57744C36.5998 6.75056 36.7626 6.86885 36.9495 6.88383L42.3123 7.31376C42.7556 7.3493 42.9354 7.90256 42.5976 8.19189L38.5117 11.6919C38.3693 11.8139 38.3071 12.0053 38.3506 12.1876L39.5989 17.4208C39.7021 17.8534 39.2315 18.1954 38.8519 17.9635L34.2606 15.1592C34.1006 15.0615 33.8994 15.0615 33.7394 15.1592L29.1481 17.9635C28.7685 18.1954 28.2979 17.8534 28.4011 17.4208L29.6494 12.1876C29.6929 12.0053 29.6307 11.8139 29.4883 11.6919L25.4024 8.19189C25.0646 7.90256 25.2444 7.3493 25.6877 7.31376L31.0505 6.88383C31.2374 6.86885 31.4002 6.75056 31.4722 6.57744L33.5383 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip4_679_6006)\">\\n<path d=\"M57.5383 1.60996C57.7091 1.19932 58.2909 1.19932 58.4617 1.60996L60.5278 6.57744C60.5998 6.75056 60.7626 6.86885 60.9495 6.88383L66.3123 7.31376C66.7556 7.3493 66.9354 7.90256 66.5976 8.19189L62.5117 11.6919C62.3693 11.8139 62.3071 12.0053 62.3506 12.1876L63.5989 17.4208C63.7021 17.8534 63.2315 18.1954 62.8519 17.9635L58.2606 15.1592C58.1006 15.0615 57.8994 15.0615 57.7394 15.1592L53.1481 17.9635C52.7685 18.1954 52.2979 17.8534 52.4011 17.4208L53.6494 12.1876C53.6929 12.0053 53.6307 11.8139 53.4883 11.6919L49.4024 8.19189C49.0646 7.90256 49.2444 7.3493 49.6877 7.31376L55.0505 6.88383C55.2374 6.86885 55.4002 6.75056 55.4722 6.57744L57.5383 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip5_679_6006)\">\\n<path d=\"M57.5383 1.60996C57.7091 1.19932 58.2909 1.19932 58.4617 1.60996L60.5278 6.57744C60.5998 6.75056 60.7626 6.86885 60.9495 6.88383L66.3123 7.31376C66.7556 7.3493 66.9354 7.90256 66.5976 8.19189L62.5117 11.6919C62.3693 11.8139 62.3071 12.0053 62.3506 12.1876L63.5989 17.4208C63.7021 17.8534 63.2315 18.1954 62.8519 17.9635L58.2606 15.1592C58.1006 15.0615 57.8994 15.0615 57.7394 15.1592L53.1481 17.9635C52.7685 18.1954 52.2979 17.8534 52.4011 17.4208L53.6494 12.1876C53.6929 12.0053 53.6307 11.8139 53.4883 11.6919L49.4024 8.19189C49.0646 7.90256 49.2444 7.3493 49.6877 7.31376L55.0505 6.88383C55.2374 6.86885 55.4002 6.75056 55.4722 6.57744L57.5383 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip6_679_6006)\">\\n<path d=\"M81.5383 1.60996C81.7091 1.19932 82.2909 1.19932 82.4617 1.60996L84.5278 6.57744C84.5998 6.75056 84.7626 6.86885 84.9495 6.88383L90.3123 7.31376C90.7556 7.3493 90.9354 7.90256 90.5976 8.19189L86.5117 11.6919C86.3693 11.8139 86.3071 12.0053 86.3506 12.1876L87.5989 17.4208C87.7021 17.8534 87.2315 18.1954 86.8519 17.9635L82.2606 15.1592C82.1006 15.0615 81.8994 15.0615 81.7394 15.1592L77.1481 17.9635C76.7685 18.1954 76.2979 17.8534 76.4011 17.4208L77.6494 12.1876C77.6929 12.0053 77.6307 11.8139 77.4883 11.6919L73.4024 8.19189C73.0646 7.90256 73.2444 7.3493 73.6877 7.31376L79.0505 6.88383C79.2374 6.86885 79.4002 6.75056 79.4722 6.57744L81.5383 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip7_679_6006)\">\\n<path d=\"M81.5383 1.60996C81.7091 1.19932 82.2909 1.19932 82.4617 1.60996L84.5278 6.57744C84.5998 6.75056 84.7626 6.86885 84.9495 6.88383L90.3123 7.31376C90.7556 7.3493 90.9354 7.90256 90.5976 8.19189L86.5117 11.6919C86.3693 11.8139 86.3071 12.0053 86.3506 12.1876L87.5989 17.4208C87.7021 17.8534 87.2315 18.1954 86.8519 17.9635L82.2606 15.1592C82.1006 15.0615 81.8994 15.0615 81.7394 15.1592L77.1481 17.9635C76.7685 18.1954 76.2979 17.8534 76.4011 17.4208L77.6494 12.1876C77.6929 12.0053 77.6307 11.8139 77.4883 11.6919L73.4024 8.19189C73.0646 7.90256 73.2444 7.3493 73.6877 7.31376L79.0505 6.88383C79.2374 6.86885 79.4002 6.75056 79.4722 6.57744L81.5383 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip8_679_6006)\">\\n<path d=\"M105.538 1.60996C105.709 1.19932 106.291 1.19932 106.462 1.60996L108.528 6.57744C108.6 6.75056 108.763 6.86885 108.949 6.88383L114.312 7.31376C114.756 7.3493 114.935 7.90256 114.598 8.19189L110.512 11.6919C110.369 11.8139 110.307 12.0053 110.351 12.1876L111.599 17.4208C111.702 17.8534 111.231 18.1954 110.852 17.9635L106.261 15.1592C106.101 15.0615 105.899 15.0615 105.739 15.1592L101.148 17.9635C100.769 18.1954 100.298 17.8534 100.401 17.4208L101.649 12.1876C101.693 12.0053 101.631 11.8139 101.488 11.6919L97.4024 8.19189C97.0646 7.90256 97.2444 7.3493 97.6877 7.31376L103.051 6.88383C103.237 6.86885 103.4 6.75056 103.472 6.57744L105.538 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip9_679_6006)\">\\n<path d=\"M105.538 1.60996C105.709 1.19932 106.291 1.19932 106.462 1.60996L108.528 6.57744C108.6 6.75056 108.763 6.86885 108.949 6.88383L114.312 7.31376C114.756 7.3493 114.935 7.90256 114.598 8.19189L110.512 11.6919C110.369 11.8139 110.307 12.0053 110.351 12.1876L111.599 17.4208C111.702 17.8534 111.231 18.1954 110.852 17.9635L106.261 15.1592C106.101 15.0615 105.899 15.0615 105.739 15.1592L101.148 17.9635C100.769 18.1954 100.298 17.8534 100.401 17.4208L101.649 12.1876C101.693 12.0053 101.631 11.8139 101.488 11.6919L97.4024 8.19189C97.0646 7.90256 97.2444 7.3493 97.6877 7.31376L103.051 6.88383C103.237 6.86885 103.4 6.75056 103.472 6.57744L105.538 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_679_6006\">\\n<rect width=\"20\" height=\"20\" fill=\"white\"/>\\n</clipPath>\\n<clipPath id=\"clip1_679_6006\">\\n<rect width=\"20\" height=\"20\" fill=\"white\"/>\\n</clipPath>\\n<clipPath id=\"clip2_679_6006\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(24)\"/>\\n</clipPath>\\n<clipPath id=\"clip3_679_6006\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(24)\"/>\\n</clipPath>\\n<clipPath id=\"clip4_679_6006\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(48)\"/>\\n</clipPath>\\n<clipPath id=\"clip5_679_6006\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(48)\"/>\\n</clipPath>\\n<clipPath id=\"clip6_679_6006\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(72)\"/>\\n</clipPath>\\n<clipPath id=\"clip7_679_6006\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(72)\"/>\\n</clipPath>\\n<clipPath id=\"clip8_679_6006\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(96)\"/>\\n</clipPath>\\n<clipPath id=\"clip9_679_6006\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(96)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-liyd69\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"\\xa0\u2013 Michael R\"})}),className:\"framer-1j6m8gg\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(255, 255, 255))\"},children:\"Experienced Trader\"})}),className:\"framer-1v5uks0\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7q6ket\",\"data-framer-name\":\"Quote Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:'\\xa0\"I was skeptical at first, but after 6 months of consistent profits, I\u2019m a believer. This is the real deal.\"'})}),className:\"framer-uf15nw\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s4nkvy\",\"data-framer-name\":\"Avatar and text\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1oquxmr\",\"data-framer-name\":\"Stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:117,svg:'<svg width=\"117\" height=\"20\" viewBox=\"0 0 117 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_679_6027)\">\\n<path d=\"M10.2063 1.60996C10.3771 1.19932 10.9588 1.19932 11.1296 1.60996L13.1957 6.57744C13.2677 6.75056 13.4305 6.86885 13.6174 6.88383L18.9802 7.31376C19.4236 7.3493 19.6033 7.90256 19.2656 8.19189L15.1797 11.6919C15.0373 11.8139 14.9751 12.0053 15.0186 12.1876L16.2669 17.4208C16.3701 17.8534 15.8995 18.1954 15.5199 17.9635L10.9286 15.1592C10.7686 15.0615 10.5673 15.0615 10.4073 15.1592L5.81603 17.9635C5.43648 18.1954 4.96585 17.8534 5.06905 17.4208L6.31735 12.1876C6.36086 12.0053 6.29867 11.8139 6.15628 11.6919L2.07038 8.19189C1.73261 7.90256 1.91238 7.3493 2.3557 7.31376L7.71851 6.88383C7.90541 6.86885 8.06821 6.75056 8.14022 6.57744L10.2063 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip1_679_6027)\">\\n<path d=\"M10.2063 1.60996C10.3771 1.19932 10.9588 1.19932 11.1296 1.60996L13.1957 6.57744C13.2677 6.75056 13.4305 6.86885 13.6174 6.88383L18.9802 7.31376C19.4236 7.3493 19.6033 7.90256 19.2656 8.19189L15.1797 11.6919C15.0373 11.8139 14.9751 12.0053 15.0186 12.1876L16.2669 17.4208C16.3701 17.8534 15.8995 18.1954 15.5199 17.9635L10.9286 15.1592C10.7686 15.0615 10.5673 15.0615 10.4073 15.1592L5.81603 17.9635C5.43648 18.1954 4.96585 17.8534 5.06905 17.4208L6.31735 12.1876C6.36086 12.0053 6.29867 11.8139 6.15628 11.6919L2.07038 8.19189C1.73261 7.90256 1.91238 7.3493 2.3557 7.31376L7.71851 6.88383C7.90541 6.86885 8.06821 6.75056 8.14022 6.57744L10.2063 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip2_679_6027)\">\\n<path d=\"M34.2063 1.60996C34.3771 1.19932 34.9588 1.19932 35.1296 1.60996L37.1957 6.57744C37.2677 6.75056 37.4305 6.86885 37.6174 6.88383L42.9802 7.31376C43.4236 7.3493 43.6033 7.90256 43.2656 8.19189L39.1797 11.6919C39.0373 11.8139 38.9751 12.0053 39.0186 12.1876L40.2669 17.4208C40.3701 17.8534 39.8995 18.1954 39.5199 17.9635L34.9286 15.1592C34.7686 15.0615 34.5673 15.0615 34.4073 15.1592L29.816 17.9635C29.4365 18.1954 28.9659 17.8534 29.069 17.4208L30.3174 12.1876C30.3609 12.0053 30.2987 11.8139 30.1563 11.6919L26.0704 8.19189C25.7326 7.90256 25.9124 7.3493 26.3557 7.31376L31.7185 6.88383C31.9054 6.86885 32.0682 6.75056 32.1402 6.57744L34.2063 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip3_679_6027)\">\\n<path d=\"M34.2063 1.60996C34.3771 1.19932 34.9588 1.19932 35.1296 1.60996L37.1957 6.57744C37.2677 6.75056 37.4305 6.86885 37.6174 6.88383L42.9802 7.31376C43.4236 7.3493 43.6033 7.90256 43.2656 8.19189L39.1797 11.6919C39.0373 11.8139 38.9751 12.0053 39.0186 12.1876L40.2669 17.4208C40.3701 17.8534 39.8995 18.1954 39.5199 17.9635L34.9286 15.1592C34.7686 15.0615 34.5673 15.0615 34.4073 15.1592L29.816 17.9635C29.4365 18.1954 28.9659 17.8534 29.069 17.4208L30.3174 12.1876C30.3609 12.0053 30.2987 11.8139 30.1563 11.6919L26.0704 8.19189C25.7326 7.90256 25.9124 7.3493 26.3557 7.31376L31.7185 6.88383C31.9054 6.86885 32.0682 6.75056 32.1402 6.57744L34.2063 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip4_679_6027)\">\\n<path d=\"M58.2063 1.60996C58.3771 1.19932 58.9588 1.19932 59.1296 1.60996L61.1957 6.57744C61.2677 6.75056 61.4305 6.86885 61.6174 6.88383L66.9802 7.31376C67.4236 7.3493 67.6033 7.90256 67.2656 8.19189L63.1797 11.6919C63.0373 11.8139 62.9751 12.0053 63.0186 12.1876L64.2669 17.4208C64.3701 17.8534 63.8995 18.1954 63.5199 17.9635L58.9286 15.1592C58.7686 15.0615 58.5673 15.0615 58.4073 15.1592L53.816 17.9635C53.4365 18.1954 52.9659 17.8534 53.069 17.4208L54.3174 12.1876C54.3609 12.0053 54.2987 11.8139 54.1563 11.6919L50.0704 8.19189C49.7326 7.90256 49.9124 7.3493 50.3557 7.31376L55.7185 6.88383C55.9054 6.86885 56.0682 6.75056 56.1402 6.57744L58.2063 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip5_679_6027)\">\\n<path d=\"M58.2063 1.60996C58.3771 1.19932 58.9588 1.19932 59.1296 1.60996L61.1957 6.57744C61.2677 6.75056 61.4305 6.86885 61.6174 6.88383L66.9802 7.31376C67.4236 7.3493 67.6033 7.90256 67.2656 8.19189L63.1797 11.6919C63.0373 11.8139 62.9751 12.0053 63.0186 12.1876L64.2669 17.4208C64.3701 17.8534 63.8995 18.1954 63.5199 17.9635L58.9286 15.1592C58.7686 15.0615 58.5673 15.0615 58.4073 15.1592L53.816 17.9635C53.4365 18.1954 52.9659 17.8534 53.069 17.4208L54.3174 12.1876C54.3609 12.0053 54.2987 11.8139 54.1563 11.6919L50.0704 8.19189C49.7326 7.90256 49.9124 7.3493 50.3557 7.31376L55.7185 6.88383C55.9054 6.86885 56.0682 6.75056 56.1402 6.57744L58.2063 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip6_679_6027)\">\\n<path d=\"M82.2063 1.60996C82.3771 1.19932 82.9588 1.19932 83.1296 1.60996L85.1957 6.57744C85.2677 6.75056 85.4305 6.86885 85.6174 6.88383L90.9802 7.31376C91.4236 7.3493 91.6033 7.90256 91.2656 8.19189L87.1797 11.6919C87.0373 11.8139 86.9751 12.0053 87.0186 12.1876L88.2669 17.4208C88.3701 17.8534 87.8995 18.1954 87.5199 17.9635L82.9286 15.1592C82.7686 15.0615 82.5673 15.0615 82.4073 15.1592L77.816 17.9635C77.4365 18.1954 76.9659 17.8534 77.069 17.4208L78.3174 12.1876C78.3609 12.0053 78.2987 11.8139 78.1563 11.6919L74.0704 8.19189C73.7326 7.90256 73.9124 7.3493 74.3557 7.31376L79.7185 6.88383C79.9054 6.86885 80.0682 6.75056 80.1402 6.57744L82.2063 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip7_679_6027)\">\\n<path d=\"M82.2063 1.60996C82.3771 1.19932 82.9588 1.19932 83.1296 1.60996L85.1957 6.57744C85.2677 6.75056 85.4305 6.86885 85.6174 6.88383L90.9802 7.31376C91.4236 7.3493 91.6033 7.90256 91.2656 8.19189L87.1797 11.6919C87.0373 11.8139 86.9751 12.0053 87.0186 12.1876L88.2669 17.4208C88.3701 17.8534 87.8995 18.1954 87.5199 17.9635L82.9286 15.1592C82.7686 15.0615 82.5673 15.0615 82.4073 15.1592L77.816 17.9635C77.4365 18.1954 76.9659 17.8534 77.069 17.4208L78.3174 12.1876C78.3609 12.0053 78.2987 11.8139 78.1563 11.6919L74.0704 8.19189C73.7326 7.90256 73.9124 7.3493 74.3557 7.31376L79.7185 6.88383C79.9054 6.86885 80.0682 6.75056 80.1402 6.57744L82.2063 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip8_679_6027)\">\\n<path d=\"M106.206 1.60996C106.377 1.19932 106.959 1.19932 107.13 1.60996L109.196 6.57744C109.268 6.75056 109.431 6.86885 109.617 6.88383L114.98 7.31376C115.424 7.3493 115.603 7.90256 115.266 8.19189L111.18 11.6919C111.037 11.8139 110.975 12.0053 111.019 12.1876L112.267 17.4208C112.37 17.8534 111.899 18.1954 111.52 17.9635L106.929 15.1592C106.769 15.0615 106.567 15.0615 106.407 15.1592L101.816 17.9635C101.436 18.1954 100.966 17.8534 101.069 17.4208L102.317 12.1876C102.361 12.0053 102.299 11.8139 102.156 11.6919L98.0704 8.19189C97.7326 7.90256 97.9124 7.3493 98.3557 7.31376L103.719 6.88383C103.905 6.86885 104.068 6.75056 104.14 6.57744L106.206 1.60996Z\" fill=\"#F2F4F7\"/>\\n<g clip-path=\"url(#clip9_679_6027)\">\\n<path d=\"M106.206 1.60996C106.377 1.19932 106.959 1.19932 107.13 1.60996L109.196 6.57744C109.268 6.75056 109.431 6.86885 109.617 6.88383L114.98 7.31376C115.424 7.3493 115.603 7.90256 115.266 8.19189L111.18 11.6919C111.037 11.8139 110.975 12.0053 111.019 12.1876L112.267 17.4208C112.37 17.8534 111.899 18.1954 111.52 17.9635L106.929 15.1592C106.769 15.0615 106.567 15.0615 106.407 15.1592L101.816 17.9635C101.436 18.1954 100.966 17.8534 101.069 17.4208L102.317 12.1876C102.361 12.0053 102.299 11.8139 102.156 11.6919L98.0704 8.19189C97.7326 7.90256 97.9124 7.3493 98.3557 7.31376L103.719 6.88383C103.905 6.86885 104.068 6.75056 104.14 6.57744L106.206 1.60996Z\" fill=\"#FEC84B\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_679_6027\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(0.667969)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_679_6027\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(0.667969)\"/>\\n</clipPath>\\n<clipPath id=\"clip2_679_6027\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(24.668)\"/>\\n</clipPath>\\n<clipPath id=\"clip3_679_6027\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(24.668)\"/>\\n</clipPath>\\n<clipPath id=\"clip4_679_6027\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(48.668)\"/>\\n</clipPath>\\n<clipPath id=\"clip5_679_6027\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(48.668)\"/>\\n</clipPath>\\n<clipPath id=\"clip6_679_6027\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(72.668)\"/>\\n</clipPath>\\n<clipPath id=\"clip7_679_6027\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(72.668)\"/>\\n</clipPath>\\n<clipPath id=\"clip8_679_6027\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(96.668)\"/>\\n</clipPath>\\n<clipPath id=\"clip9_679_6027\">\\n<rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(96.668)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u60ysy\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"\\xa0\u2013 Emily K\"})}),className:\"framer-11b4mu6\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(255, 255, 255))\"},children:\"\\xa0Long-term User\"})}),className:\"framer-1q3lrdi\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t5894h\",\"data-framer-name\":\"Benefits\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-71tr5w\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15hzhlg\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1can4wj-container\",nodeId:\"iX1azsFup\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SectionBadge,{h5mTi1koL:\"Partners\",height:\"100%\",id:\"iX1azsFup\",layoutId:\"iX1azsFup\",MFTk1J6dD:false,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1khn87f\",\"data-styles-preset\":\"UgheUOojp\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(24deg, rgb(255, 255, 247) 0%, rgba(255, 255, 247, 0.34) 100%)\"},children:\"\\xa0Trusted Broker Partners\"})})}),className:\"framer-u8nzw2\",\"data-framer-name\":\"Benefits of being a member\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\xa0We\u2019ve partnered with the most reliable and trusted brokers in the industry to ensure a seamless trading experience. Our partners are regulated, secure, and offer the best trading conditions for our users.\"})}),className:\"framer-1mk0icr\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rpeb12\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1teaxje\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y8zppn\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5yz35o\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lc81pt\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cjt84b\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:384,pixelWidth:450,src:\"https://framerusercontent.com/images/Ew0JvDI5oFaZC9S8YkRcNnk9aU.png\"},className:\"framer-1duk0wf\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"eToro\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"eToro\"})}),className:\"framer-10nhtk8\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"The world\u2019s leading social trading platform.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"The world\u2019s leading social trading platform.\"})}),className:\"framer-1tj39j4\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fc7z9n\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-morucn\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/PyfZ4CKZZR4rYRlBm7saPW8mCV0.png\"},className:\"framer-iagp2n\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"FPG\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"FPG\"})}),className:\"framer-6flu96\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"A trusted broker with competitive spreads and top-tier execution.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"A trusted broker with competitive spreads and top-tier execution.\"})}),className:\"framer-97sjve\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15vyyea\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cnwumf\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:670,pixelWidth:923,positionX:\"center\",positionY:\"center\",sizes:\"50px\",src:\"https://framerusercontent.com/images/tafialcly7bVYGym7OL3OfGths.png\",srcSet:\"https://framerusercontent.com/images/tafialcly7bVYGym7OL3OfGths.png?scale-down-to=512 512w,https://framerusercontent.com/images/tafialcly7bVYGym7OL3OfGths.png 923w\"},className:\"framer-1ormvx6\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"VTMarkets\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"VTMarkets\"})}),className:\"framer-162doq\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"An ASIC regulated broker with competitive spreads and cryptocurrencies deposits.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"An ASIC regulated broker with competitive spreads and cryptocurrencies deposits.\"})}),className:\"framer-k76awh\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-p3h0oz\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gctpn5\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:383,pixelWidth:427,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xcmZqaD3mmpxPsW8PmuJ4HgCds.png\"},className:\"framer-1v3ilra\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"T4Trade\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"T4Trade\"})}),className:\"framer-x3p1kh\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"An innovative broker offering competitive trading conditions, tight spreads, and a wide range of financial instruments for traders of all levels.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"An innovative broker offering competitive trading conditions, tight spreads, and a wide range of financial instruments for traders of all levels.\"})}),className:\"framer-149qc0d\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2tbvv1\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fn4brq\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:444,pixelWidth:405,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XXSuX0T7A7SfGk9512XMaolbF3o.png\"},className:\"framer-xc6z0o\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Multibank\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Multibank\"})}),className:\"framer-2g9kt0\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"A globally regulated broker with a strong reputation, providing access to multiple markets, fast execution, and advanced financial solutions for both institutional and retail investors.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"A globally regulated broker with a strong reputation, providing access to multiple markets, fast execution, and advanced financial solutions for both institutional and retail investors.\"})}),className:\"framer-1m7t0l4\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-o2994i\",\"data-framer-name\":\"CTA\",id:elementId6,ref:ref7,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r8zjjj\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nwoi9j\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10b61ev\",\"data-styles-preset\":\"QfKwTOU7W\",children:\"\\xa0Get in Touch\"})}),className:\"framer-wzvjf\",\"data-framer-name\":\"Change the way you source design today\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",children:\"\\xa0Have questions? Need assistance? We\u2019re here to help. Reach out to us anytime, and our team will get back to you as soon as possible.\"})}),className:\"framer-1lhzsrd\",\"data-framer-name\":\"Start producing stunning, efficient design work without the hassles of hiring.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/2e7d9d1a-528f-4ff8-b4a6-6e540fd29d5e/submit\",className:\"framer-19tn75v\",nodeId:\"bxszrmEuW\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-esxfwq\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1jbz7zb\",inputName:\"Name\",placeholder:\"Enter your name\",required:true,type:\"text\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-rst8jk\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1a0sv62\",inputName:\"Email\",placeholder:\"name@email.com\",required:true,type:\"email\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-nxmqh3\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-5daihk\",inputName:\"Email\",placeholder:\"name@email.com\",required:true,type:\"textarea\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{width:`min(${componentViewport?.width||\"100vw\"} - 88px, 390px)`},u6R6NsvSc:{width:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1280px) - 80px, 390px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`min(min(${componentViewport?.width||\"100vw\"} - 120px, 1280px) - 490px, 390px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u8bwdd-container\",nodeId:\"ACtqae4o2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button2,{height:\"100%\",id:\"ACtqae4o2\",layoutId:\"ACtqae4o2\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"yPDVPLk3U\",success:\"T2TbQoOeP\"},\"nBexCcLBI\"),width:\"100%\"})})})})]})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:`min(${componentViewport?.width||\"100vw\"}, 1400px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u2v3si-container\",nodeId:\"KVbZEHKRk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{variant:\"on9Ch5PoD\"},u6R6NsvSc:{variant:\"bx5OdrLEl\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"KVbZEHKRk\",layoutId:\"KVbZEHKRk\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"nVeNRf7M_\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PNQ8B.framer-lux5qc, .framer-PNQ8B .framer-lux5qc { display: block; }\",\".framer-PNQ8B.framer-72rtr7 { align-content: center; align-items: center; background-color: #0d0d0d; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1400px; }\",\".framer-PNQ8B .framer-a4ey5c-container { flex: none; height: auto; left: 50%; max-width: 1200px; position: fixed; top: 32px; transform: translateX(-50%); width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-PNQ8B .framer-1l1mvsd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 263px 60px 160px 60px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1gemaw4 { 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; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-plfr9o { 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; max-width: 840px; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 5; }\",\".framer-PNQ8B .framer-ighdqo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1192px; }\",\".framer-PNQ8B .framer-12mfih4 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-PNQ8B .framer-oyzs5 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-PNQ8B .framer-x5wpx9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 69%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-PNQ8B .framer-60h8of-container, .framer-PNQ8B .framer-g1ocbf-container, .framer-PNQ8B .framer-1djcmls-container, .framer-PNQ8B .framer-d06omn-container, .framer-PNQ8B .framer-u2awnh-container, .framer-PNQ8B .framer-1can4wj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-PNQ8B .framer-1n5x1p9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 797px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; pointer-events: none; position: absolute; right: 0px; top: calc(52.69461077844314% - 797px / 2); z-index: 1; }\",\".framer-PNQ8B .framer-1ozql3s { background: linear-gradient(180deg, rgba(13, 13, 13, 0) 75%, rgb(13, 13, 13) 95%); flex: none; height: 796px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1in3br7, .framer-PNQ8B .framer-1q53wn7 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-PNQ8B .framer-1scjthc { -webkit-filter: blur(0px); aspect-ratio: 1 / 1; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(0px); flex: none; height: var(--framer-aspect-ratio-supported, 900px); left: 50%; position: absolute; top: 177px; transform: translateX(-50%); width: 900px; }\",\".framer-PNQ8B .framer-fb044 { flex: none; height: 887px; overflow: visible; position: absolute; right: -250px; top: -101px; width: 46%; }\",\".framer-PNQ8B .framer-hlyzcy { aspect-ratio: 1.5217391304347827 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: -13px; flex: none; height: var(--framer-aspect-ratio-supported, 230px); left: -23px; overflow: hidden; position: absolute; width: 350px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PNQ8B .framer-owh6wc { --border-bottom-width: 1.3935356140136719px; --border-color: #000000; --border-left-width: 1.3935356140136719px; --border-right-width: 1.3935356140136719px; --border-style: solid; --border-top-width: 1.3935356140136719px; background-color: #000000; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 28.51036834716797px 71.27592468261719px 0px rgba(23, 25, 28, 0.5), 0px 12.473285675048828px 13.275139808654785px 0px rgba(0, 0, 0, 0.5); flex: none; height: 212px; left: 322px; overflow: hidden; position: absolute; top: 437px; width: 217px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PNQ8B .framer-nyt7dd { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-PNQ8B .framer-1nbe7i5 { border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 28.51036834716797px 71.27592468261719px 0px rgba(23, 25, 28, 0.5), 0px 12.473285675048828px 13.275139808654785px 0px rgba(0, 0, 0, 0.5); flex: none; height: 212px; left: 91px; overflow: visible; position: absolute; top: 435px; width: 217px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PNQ8B .framer-190u3h5 { bottom: -14px; flex: none; left: -26px; overflow: hidden; position: absolute; right: -1px; top: -13px; }\",\".framer-PNQ8B .framer-uzvzka { aspect-ratio: 0.7491408934707904 / 1; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; flex: none; height: var(--framer-aspect-ratio-supported, 294px); left: 63px; overflow: hidden; position: absolute; top: 120px; width: 220px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PNQ8B .framer-fh9x46 { flex: none; height: 750px; left: -150px; overflow: visible; position: absolute; top: 70px; width: 38%; }\",\".framer-PNQ8B .framer-i03ki8 { --border-bottom-width: 1px; --border-color: #1f1f1f; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 2.0849056603773586 / 1; background-color: #090a0b; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 28.51036834716797px 71.27592468261719px 0px rgba(23, 25, 28, 0.5), 0px 12.473285675048828px 13.275139808654785px 0px rgba(0, 0, 0, 0.5); flex: none; height: var(--framer-aspect-ratio-supported, 240px); overflow: visible; position: absolute; right: -12px; top: 495px; width: 500px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PNQ8B .framer-11jvfx7 { aspect-ratio: 1.3650793650793651 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: -43px; flex: none; overflow: visible; position: absolute; right: -35px; top: -23px; width: var(--framer-aspect-ratio-supported, 418px); z-index: 1; }\",\".framer-PNQ8B .framer-14x8e1g { aspect-ratio: 2.093167701863354 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 208px); overflow: hidden; position: absolute; right: 80px; top: 248px; width: 436px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PNQ8B .framer-sdk4ze { flex: none; height: 212px; overflow: hidden; position: absolute; right: 43px; top: 0px; width: 217px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PNQ8B .framer-1o4gurr { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 212px; overflow: visible; position: absolute; right: 282px; top: 0px; width: 156px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PNQ8B .framer-1rpyf7z { background: radial-gradient(54% 61% at 50% 49.99999999999999%, rgba(13, 13, 13, 0) 48.33490550518036%, var(--token-af250fab-523a-41d3-9565-21f31be56f17, rgb(13, 13, 13)) 100%); bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-PNQ8B .framer-dlespd { flex: none; height: 485px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 3; }\",\".framer-PNQ8B .framer-l2w6t4 { align-content: center; align-items: center; background-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 60px 96px 60px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-gebu7j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1clr8m8, .framer-PNQ8B .framer-15hzhlg { 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; max-width: 840px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1hlutyl, .framer-PNQ8B .framer-u1hikx, .framer-PNQ8B .framer-se85op, .framer-PNQ8B .framer-1muvvkc, .framer-PNQ8B .framer-1ars2s0, .framer-PNQ8B .framer-1nnbqy, .framer-PNQ8B .framer-rfm7jh, .framer-PNQ8B .framer-1ngkpwv, .framer-PNQ8B .framer-1i7zo19, .framer-PNQ8B .framer-6riwso, .framer-PNQ8B .framer-1v5uks0, .framer-PNQ8B .framer-uf15nw, .framer-PNQ8B .framer-1q3lrdi, .framer-PNQ8B .framer-u8nzw2, .framer-PNQ8B .framer-1tj39j4, .framer-PNQ8B .framer-97sjve, .framer-PNQ8B .framer-k76awh, .framer-PNQ8B .framer-149qc0d, .framer-PNQ8B .framer-1m7t0l4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PNQ8B .framer-1cp429h { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-74ke5j-container, .framer-PNQ8B .framer-1u8nboc-container, .framer-PNQ8B .framer-zpp6n5-container, .framer-PNQ8B .framer-9a377v-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1oeu8vq { align-content: center; align-items: center; background-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 60px 96px 60px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-9ek2f5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1gagupe { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 840px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-PNQ8B .framer-buu68m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-5xq0w5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-PNQ8B .framer-12kw9vu { --border-bottom-width: 1px; --border-color: #262626; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 58px; height: auto; justify-content: flex-start; overflow: visible; padding: 40px 32px 40px 32px; position: relative; width: 1px; }\",\".framer-PNQ8B .framer-1kkmxl6, .framer-PNQ8B .framer-1v751cu, .framer-PNQ8B .framer-1278eth { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); border-bottom-left-radius: 454px; border-bottom-right-radius: 454px; border-top-left-radius: 454px; border-top-right-radius: 454px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-PNQ8B .framer-ehcx93-container, .framer-PNQ8B .framer-1j262bv-container, .framer-PNQ8B .framer-1f3trei-container, .framer-PNQ8B .framer-14dujlb-container, .framer-PNQ8B .framer-18mwi61-container, .framer-PNQ8B .framer-10ipr2s-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-PNQ8B .framer-1alvxfw, .framer-PNQ8B .framer-1fjuqdi, .framer-PNQ8B .framer-1cro1gw { 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: 100%; }\",\".framer-PNQ8B .framer-z62eqx, .framer-PNQ8B .framer-1nuzmo9, .framer-PNQ8B .framer-1kb3eq2, .framer-PNQ8B .framer-1v12s2g, .framer-PNQ8B .framer-faybam, .framer-PNQ8B .framer-10km975, .framer-PNQ8B .framer-10nhtk8, .framer-PNQ8B .framer-6flu96, .framer-PNQ8B .framer-162doq, .framer-PNQ8B .framer-x3p1kh, .framer-PNQ8B .framer-2g9kt0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-PNQ8B .framer-uhtd6a { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #1f1f1f); --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: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 58px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 32px 40px 32px; position: relative; width: 1px; }\",\".framer-PNQ8B .framer-17vrhia { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #1f1f1f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 58px; height: auto; justify-content: flex-start; overflow: visible; padding: 40px 32px 40px 32px; position: relative; width: 1px; }\",\".framer-PNQ8B .framer-dy5rh9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1wdxxrh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-PNQ8B .framer-10mofqq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-PNQ8B .framer-mpqk8e { align-content: flex-start; align-items: flex-start; 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: 100%; }\",\".framer-PNQ8B .framer-18uy8w3, .framer-PNQ8B .framer-eb7yev { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; text-shadow: 0px 4px 8px rgba(255, 255, 255, 0.05), 0px 8px 30px rgba(255, 255, 255, 0.25); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-PNQ8B .framer-y1l3r, .framer-PNQ8B .framer-1mk0icr { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 628px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PNQ8B .framer-cu0qur { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-kn9wut, .framer-PNQ8B .framer-1vxy48j, .framer-PNQ8B .framer-1f5hte0 { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; max-width: 340px; overflow: visible; padding: 16px 20px 16px 20px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-11c10ny { align-content: center; align-items: center; aspect-ratio: 1.1784140969162995 / 1; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 488px); justify-content: flex-end; overflow: hidden; padding: 0px 0px 25px 0px; position: relative; width: 1px; }\",\".framer-PNQ8B .framer-usqv84 { background: radial-gradient(66% 59% at 31% 41.699999999999996%, rgba(13, 13, 13, 0) 0%, rgb(13, 13, 13) 100%); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-PNQ8B .framer-og82f1 { align-content: center; align-items: center; background-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 166px 60px 96px 60px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1f6q666 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-ui054m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-t40esk { display: grid; flex: none; gap: 100px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1qaovg2, .framer-PNQ8B .framer-78qdpx, .framer-PNQ8B .framer-1c94jw8, .framer-PNQ8B .framer-7q6ket { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1qupb34, .framer-PNQ8B .framer-5aeuyc, .framer-PNQ8B .framer-6rysgt, .framer-PNQ8B .framer-s4nkvy { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-kjixns, .framer-PNQ8B .framer-1p8tove, .framer-PNQ8B .framer-1oquxmr { flex: none; height: 20px; position: relative; width: 117px; }\",\".framer-PNQ8B .framer-1t0k381, .framer-PNQ8B .framer-6qooc4, .framer-PNQ8B .framer-liyd69, .framer-PNQ8B .framer-u60ysy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-dm2t5e, .framer-PNQ8B .framer-1u27soa, .framer-PNQ8B .framer-1j6m8gg, .framer-PNQ8B .framer-11b4mu6 { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PNQ8B .framer-h768ms { flex: none; height: 20px; position: relative; width: 116px; }\",\".framer-PNQ8B .framer-t5894h { align-content: center; align-items: center; background-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 60px 96px 60px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-71tr5w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1rpeb12 { 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: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1teaxje { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1y8zppn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-5yz35o { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(6, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1lc81pt { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; grid-column: auto / span 2; height: 100%; justify-content: flex-start; justify-self: start; min-height: 179px; overflow: visible; padding: 16px 20px 16px 20px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1cjt84b, .framer-PNQ8B .framer-morucn, .framer-PNQ8B .framer-cnwumf, .framer-PNQ8B .framer-gctpn5, .framer-PNQ8B .framer-1fn4brq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-PNQ8B .framer-1duk0wf { aspect-ratio: 1.158878504672897 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); overflow: hidden; position: relative; width: 57px; }\",\".framer-PNQ8B .framer-fc7z9n, .framer-PNQ8B .framer-15vyyea { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; grid-column: auto / span 2; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 16px 20px 16px 20px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-iagp2n, .framer-PNQ8B .framer-1ormvx6, .framer-PNQ8B .framer-1v3ilra, .framer-PNQ8B .framer-xc6z0o { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: hidden; position: relative; width: 50px; }\",\".framer-PNQ8B .framer-p3h0oz, .framer-PNQ8B .framer-2tbvv1 { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; grid-column: auto / span 3; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 16px 20px 16px 20px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-o2994i { align-content: center; align-items: center; background-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 60px 80px 60px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-1r8zjjj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px 110px 0px 110px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-nwoi9j { align-content: center; align-items: center; background: linear-gradient(140.06451559643327deg, #1a1a1a 0%, rgb(13, 13, 13) 100%); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 160px 60px 110px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-PNQ8B .framer-wzvjf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 560px; word-break: break-word; word-wrap: break-word; }\",\".framer-PNQ8B .framer-1lhzsrd { flex: none; height: auto; max-width: 517px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PNQ8B .framer-19tn75v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; max-width: 390px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-esxfwq, .framer-PNQ8B .framer-rst8jk, .framer-PNQ8B .framer-nxmqh3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-PNQ8B .framer-1jbz7zb, .framer-PNQ8B .framer-1a0sv62 { --framer-input-background: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, #7a7a7a); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 50px; position: relative; width: 100%; }','.framer-PNQ8B .framer-5daihk { --framer-input-background: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, #7a7a7a); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 150px; position: relative; width: 100%; }',\".framer-PNQ8B .framer-1u8bwdd-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-PNQ8B .framer-u2v3si-container { flex: none; height: auto; max-width: 1400px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PNQ8B.framer-72rtr7, .framer-PNQ8B .framer-1l1mvsd, .framer-PNQ8B .framer-1gemaw4, .framer-PNQ8B .framer-plfr9o, .framer-PNQ8B .framer-ighdqo, .framer-PNQ8B .framer-oyzs5, .framer-PNQ8B .framer-1n5x1p9, .framer-PNQ8B .framer-l2w6t4, .framer-PNQ8B .framer-gebu7j, .framer-PNQ8B .framer-1clr8m8, .framer-PNQ8B .framer-1oeu8vq, .framer-PNQ8B .framer-9ek2f5, .framer-PNQ8B .framer-1gagupe, .framer-PNQ8B .framer-buu68m, .framer-PNQ8B .framer-5xq0w5, .framer-PNQ8B .framer-12kw9vu, .framer-PNQ8B .framer-1kkmxl6, .framer-PNQ8B .framer-1alvxfw, .framer-PNQ8B .framer-uhtd6a, .framer-PNQ8B .framer-1v751cu, .framer-PNQ8B .framer-1fjuqdi, .framer-PNQ8B .framer-17vrhia, .framer-PNQ8B .framer-1278eth, .framer-PNQ8B .framer-1cro1gw, .framer-PNQ8B .framer-dy5rh9, .framer-PNQ8B .framer-1wdxxrh, .framer-PNQ8B .framer-10mofqq, .framer-PNQ8B .framer-mpqk8e, .framer-PNQ8B .framer-cu0qur, .framer-PNQ8B .framer-kn9wut, .framer-PNQ8B .framer-1vxy48j, .framer-PNQ8B .framer-1f5hte0, .framer-PNQ8B .framer-11c10ny, .framer-PNQ8B .framer-og82f1, .framer-PNQ8B .framer-1f6q666, .framer-PNQ8B .framer-ui054m, .framer-PNQ8B .framer-1qaovg2, .framer-PNQ8B .framer-1qupb34, .framer-PNQ8B .framer-1t0k381, .framer-PNQ8B .framer-78qdpx, .framer-PNQ8B .framer-5aeuyc, .framer-PNQ8B .framer-6qooc4, .framer-PNQ8B .framer-1c94jw8, .framer-PNQ8B .framer-6rysgt, .framer-PNQ8B .framer-liyd69, .framer-PNQ8B .framer-7q6ket, .framer-PNQ8B .framer-s4nkvy, .framer-PNQ8B .framer-u60ysy, .framer-PNQ8B .framer-t5894h, .framer-PNQ8B .framer-71tr5w, .framer-PNQ8B .framer-15hzhlg, .framer-PNQ8B .framer-1rpeb12, .framer-PNQ8B .framer-1teaxje, .framer-PNQ8B .framer-1y8zppn, .framer-PNQ8B .framer-1lc81pt, .framer-PNQ8B .framer-1cjt84b, .framer-PNQ8B .framer-fc7z9n, .framer-PNQ8B .framer-morucn, .framer-PNQ8B .framer-15vyyea, .framer-PNQ8B .framer-cnwumf, .framer-PNQ8B .framer-p3h0oz, .framer-PNQ8B .framer-gctpn5, .framer-PNQ8B .framer-2tbvv1, .framer-PNQ8B .framer-1fn4brq, .framer-PNQ8B .framer-o2994i, .framer-PNQ8B .framer-1r8zjjj, .framer-PNQ8B .framer-nwoi9j, .framer-PNQ8B .framer-19tn75v, .framer-PNQ8B .framer-esxfwq, .framer-PNQ8B .framer-rst8jk, .framer-PNQ8B .framer-nxmqh3 { gap: 0px; } .framer-PNQ8B.framer-72rtr7 > *, .framer-PNQ8B .framer-1l1mvsd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PNQ8B.framer-72rtr7 > :first-child, .framer-PNQ8B .framer-1l1mvsd > :first-child, .framer-PNQ8B .framer-1gemaw4 > :first-child, .framer-PNQ8B .framer-plfr9o > :first-child, .framer-PNQ8B .framer-1n5x1p9 > :first-child, .framer-PNQ8B .framer-l2w6t4 > :first-child, .framer-PNQ8B .framer-gebu7j > :first-child, .framer-PNQ8B .framer-1clr8m8 > :first-child, .framer-PNQ8B .framer-1oeu8vq > :first-child, .framer-PNQ8B .framer-1gagupe > :first-child, .framer-PNQ8B .framer-12kw9vu > :first-child, .framer-PNQ8B .framer-1alvxfw > :first-child, .framer-PNQ8B .framer-uhtd6a > :first-child, .framer-PNQ8B .framer-1fjuqdi > :first-child, .framer-PNQ8B .framer-17vrhia > :first-child, .framer-PNQ8B .framer-1cro1gw > :first-child, .framer-PNQ8B .framer-10mofqq > :first-child, .framer-PNQ8B .framer-mpqk8e > :first-child, .framer-PNQ8B .framer-cu0qur > :first-child, .framer-PNQ8B .framer-11c10ny > :first-child, .framer-PNQ8B .framer-og82f1 > :first-child, .framer-PNQ8B .framer-1f6q666 > :first-child, .framer-PNQ8B .framer-ui054m > :first-child, .framer-PNQ8B .framer-1qaovg2 > :first-child, .framer-PNQ8B .framer-1qupb34 > :first-child, .framer-PNQ8B .framer-1t0k381 > :first-child, .framer-PNQ8B .framer-78qdpx > :first-child, .framer-PNQ8B .framer-5aeuyc > :first-child, .framer-PNQ8B .framer-6qooc4 > :first-child, .framer-PNQ8B .framer-1c94jw8 > :first-child, .framer-PNQ8B .framer-6rysgt > :first-child, .framer-PNQ8B .framer-liyd69 > :first-child, .framer-PNQ8B .framer-7q6ket > :first-child, .framer-PNQ8B .framer-s4nkvy > :first-child, .framer-PNQ8B .framer-u60ysy > :first-child, .framer-PNQ8B .framer-t5894h > :first-child, .framer-PNQ8B .framer-71tr5w > :first-child, .framer-PNQ8B .framer-15hzhlg > :first-child, .framer-PNQ8B .framer-1rpeb12 > :first-child, .framer-PNQ8B .framer-1teaxje > :first-child, .framer-PNQ8B .framer-1y8zppn > :first-child, .framer-PNQ8B .framer-1cjt84b > :first-child, .framer-PNQ8B .framer-morucn > :first-child, .framer-PNQ8B .framer-cnwumf > :first-child, .framer-PNQ8B .framer-gctpn5 > :first-child, .framer-PNQ8B .framer-1fn4brq > :first-child, .framer-PNQ8B .framer-o2994i > :first-child, .framer-PNQ8B .framer-1r8zjjj > :first-child, .framer-PNQ8B .framer-nwoi9j > :first-child, .framer-PNQ8B .framer-19tn75v > :first-child, .framer-PNQ8B .framer-esxfwq > :first-child, .framer-PNQ8B .framer-rst8jk > :first-child, .framer-PNQ8B .framer-nxmqh3 > :first-child { margin-top: 0px; } .framer-PNQ8B.framer-72rtr7 > :last-child, .framer-PNQ8B .framer-1l1mvsd > :last-child, .framer-PNQ8B .framer-1gemaw4 > :last-child, .framer-PNQ8B .framer-plfr9o > :last-child, .framer-PNQ8B .framer-1n5x1p9 > :last-child, .framer-PNQ8B .framer-l2w6t4 > :last-child, .framer-PNQ8B .framer-gebu7j > :last-child, .framer-PNQ8B .framer-1clr8m8 > :last-child, .framer-PNQ8B .framer-1oeu8vq > :last-child, .framer-PNQ8B .framer-1gagupe > :last-child, .framer-PNQ8B .framer-12kw9vu > :last-child, .framer-PNQ8B .framer-1alvxfw > :last-child, .framer-PNQ8B .framer-uhtd6a > :last-child, .framer-PNQ8B .framer-1fjuqdi > :last-child, .framer-PNQ8B .framer-17vrhia > :last-child, .framer-PNQ8B .framer-1cro1gw > :last-child, .framer-PNQ8B .framer-10mofqq > :last-child, .framer-PNQ8B .framer-mpqk8e > :last-child, .framer-PNQ8B .framer-cu0qur > :last-child, .framer-PNQ8B .framer-11c10ny > :last-child, .framer-PNQ8B .framer-og82f1 > :last-child, .framer-PNQ8B .framer-1f6q666 > :last-child, .framer-PNQ8B .framer-ui054m > :last-child, .framer-PNQ8B .framer-1qaovg2 > :last-child, .framer-PNQ8B .framer-1qupb34 > :last-child, .framer-PNQ8B .framer-1t0k381 > :last-child, .framer-PNQ8B .framer-78qdpx > :last-child, .framer-PNQ8B .framer-5aeuyc > :last-child, .framer-PNQ8B .framer-6qooc4 > :last-child, .framer-PNQ8B .framer-1c94jw8 > :last-child, .framer-PNQ8B .framer-6rysgt > :last-child, .framer-PNQ8B .framer-liyd69 > :last-child, .framer-PNQ8B .framer-7q6ket > :last-child, .framer-PNQ8B .framer-s4nkvy > :last-child, .framer-PNQ8B .framer-u60ysy > :last-child, .framer-PNQ8B .framer-t5894h > :last-child, .framer-PNQ8B .framer-71tr5w > :last-child, .framer-PNQ8B .framer-15hzhlg > :last-child, .framer-PNQ8B .framer-1rpeb12 > :last-child, .framer-PNQ8B .framer-1teaxje > :last-child, .framer-PNQ8B .framer-1y8zppn > :last-child, .framer-PNQ8B .framer-1cjt84b > :last-child, .framer-PNQ8B .framer-morucn > :last-child, .framer-PNQ8B .framer-cnwumf > :last-child, .framer-PNQ8B .framer-gctpn5 > :last-child, .framer-PNQ8B .framer-1fn4brq > :last-child, .framer-PNQ8B .framer-o2994i > :last-child, .framer-PNQ8B .framer-1r8zjjj > :last-child, .framer-PNQ8B .framer-nwoi9j > :last-child, .framer-PNQ8B .framer-19tn75v > :last-child, .framer-PNQ8B .framer-esxfwq > :last-child, .framer-PNQ8B .framer-rst8jk > :last-child, .framer-PNQ8B .framer-nxmqh3 > :last-child { margin-bottom: 0px; } .framer-PNQ8B .framer-1gemaw4 > *, .framer-PNQ8B .framer-1n5x1p9 > *, .framer-PNQ8B .framer-gebu7j > *, .framer-PNQ8B .framer-cu0qur > *, .framer-PNQ8B .framer-11c10ny > *, .framer-PNQ8B .framer-1f6q666 > *, .framer-PNQ8B .framer-71tr5w > *, .framer-PNQ8B .framer-1cjt84b > *, .framer-PNQ8B .framer-morucn > *, .framer-PNQ8B .framer-cnwumf > *, .framer-PNQ8B .framer-gctpn5 > *, .framer-PNQ8B .framer-1fn4brq > *, .framer-PNQ8B .framer-1r8zjjj > *, .framer-PNQ8B .framer-esxfwq > *, .framer-PNQ8B .framer-rst8jk > *, .framer-PNQ8B .framer-nxmqh3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-PNQ8B .framer-plfr9o > *, .framer-PNQ8B .framer-mpqk8e > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-PNQ8B .framer-ighdqo > *, .framer-PNQ8B .framer-oyzs5 > *, .framer-PNQ8B .framer-9ek2f5 > *, .framer-PNQ8B .framer-1kkmxl6 > *, .framer-PNQ8B .framer-1v751cu > *, .framer-PNQ8B .framer-1278eth > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PNQ8B .framer-ighdqo > :first-child, .framer-PNQ8B .framer-oyzs5 > :first-child, .framer-PNQ8B .framer-9ek2f5 > :first-child, .framer-PNQ8B .framer-buu68m > :first-child, .framer-PNQ8B .framer-5xq0w5 > :first-child, .framer-PNQ8B .framer-1kkmxl6 > :first-child, .framer-PNQ8B .framer-1v751cu > :first-child, .framer-PNQ8B .framer-1278eth > :first-child, .framer-PNQ8B .framer-dy5rh9 > :first-child, .framer-PNQ8B .framer-1wdxxrh > :first-child, .framer-PNQ8B .framer-kn9wut > :first-child, .framer-PNQ8B .framer-1vxy48j > :first-child, .framer-PNQ8B .framer-1f5hte0 > :first-child, .framer-PNQ8B .framer-1lc81pt > :first-child, .framer-PNQ8B .framer-fc7z9n > :first-child, .framer-PNQ8B .framer-15vyyea > :first-child, .framer-PNQ8B .framer-p3h0oz > :first-child, .framer-PNQ8B .framer-2tbvv1 > :first-child { margin-left: 0px; } .framer-PNQ8B .framer-ighdqo > :last-child, .framer-PNQ8B .framer-oyzs5 > :last-child, .framer-PNQ8B .framer-9ek2f5 > :last-child, .framer-PNQ8B .framer-buu68m > :last-child, .framer-PNQ8B .framer-5xq0w5 > :last-child, .framer-PNQ8B .framer-1kkmxl6 > :last-child, .framer-PNQ8B .framer-1v751cu > :last-child, .framer-PNQ8B .framer-1278eth > :last-child, .framer-PNQ8B .framer-dy5rh9 > :last-child, .framer-PNQ8B .framer-1wdxxrh > :last-child, .framer-PNQ8B .framer-kn9wut > :last-child, .framer-PNQ8B .framer-1vxy48j > :last-child, .framer-PNQ8B .framer-1f5hte0 > :last-child, .framer-PNQ8B .framer-1lc81pt > :last-child, .framer-PNQ8B .framer-fc7z9n > :last-child, .framer-PNQ8B .framer-15vyyea > :last-child, .framer-PNQ8B .framer-p3h0oz > :last-child, .framer-PNQ8B .framer-2tbvv1 > :last-child { margin-right: 0px; } .framer-PNQ8B .framer-l2w6t4 > *, .framer-PNQ8B .framer-o2994i > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-PNQ8B .framer-1clr8m8 > *, .framer-PNQ8B .framer-1alvxfw > *, .framer-PNQ8B .framer-1fjuqdi > *, .framer-PNQ8B .framer-1cro1gw > *, .framer-PNQ8B .framer-1qupb34 > *, .framer-PNQ8B .framer-5aeuyc > *, .framer-PNQ8B .framer-6rysgt > *, .framer-PNQ8B .framer-s4nkvy > *, .framer-PNQ8B .framer-15hzhlg > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-PNQ8B .framer-1oeu8vq > *, .framer-PNQ8B .framer-1qaovg2 > *, .framer-PNQ8B .framer-78qdpx > *, .framer-PNQ8B .framer-1c94jw8 > *, .framer-PNQ8B .framer-7q6ket > *, .framer-PNQ8B .framer-nwoi9j > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-PNQ8B .framer-1gagupe > *, .framer-PNQ8B .framer-1y8zppn > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-PNQ8B .framer-buu68m > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-PNQ8B .framer-5xq0w5 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-PNQ8B .framer-12kw9vu > *, .framer-PNQ8B .framer-uhtd6a > *, .framer-PNQ8B .framer-17vrhia > * { margin: 0px; margin-bottom: calc(58px / 2); margin-top: calc(58px / 2); } .framer-PNQ8B .framer-dy5rh9 > *, .framer-PNQ8B .framer-1wdxxrh > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-PNQ8B .framer-10mofqq > *, .framer-PNQ8B .framer-1teaxje > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-PNQ8B .framer-kn9wut > *, .framer-PNQ8B .framer-1vxy48j > *, .framer-PNQ8B .framer-1f5hte0 > *, .framer-PNQ8B .framer-1lc81pt > *, .framer-PNQ8B .framer-fc7z9n > *, .framer-PNQ8B .framer-15vyyea > *, .framer-PNQ8B .framer-p3h0oz > *, .framer-PNQ8B .framer-2tbvv1 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-PNQ8B .framer-og82f1 > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-PNQ8B .framer-ui054m > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-PNQ8B .framer-1t0k381 > *, .framer-PNQ8B .framer-6qooc4 > *, .framer-PNQ8B .framer-liyd69 > *, .framer-PNQ8B .framer-u60ysy > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-PNQ8B .framer-t5894h > * { margin: 0px; margin-bottom: calc(42px / 2); margin-top: calc(42px / 2); } .framer-PNQ8B .framer-1rpeb12 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-PNQ8B .framer-19tn75v > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-PNQ8B[data-border=\"true\"]::after, .framer-PNQ8B [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; }',\"@media (min-width: 810px) and (max-width: 1399px) { .framer-PNQ8B.framer-72rtr7 { padding: 32px 0px 0px 0px; width: 810px; } .framer-PNQ8B .framer-1l1mvsd { padding: 263px 40px 160px 40px; } .framer-PNQ8B .framer-1gemaw4 { order: 1; } .framer-PNQ8B .framer-plfr9o, .framer-PNQ8B .framer-ighdqo, .framer-PNQ8B .framer-wzvjf { width: 100%; } .framer-PNQ8B .framer-oyzs5 { align-self: unset; width: 100%; } .framer-PNQ8B .framer-x5wpx9 { width: 80%; } .framer-PNQ8B .framer-1in3br7 { order: 2; } .framer-PNQ8B .framer-fb044 { height: 796px; right: -372px; top: -81px; width: 540px; } .framer-PNQ8B .framer-hlyzcy { left: -12px; } .framer-PNQ8B .framer-1nbe7i5 { left: 87px; top: 337px; } .framer-PNQ8B .framer-uzvzka { height: var(--framer-aspect-ratio-supported, 254px); left: 49px; top: 58px; width: 190px; } .framer-PNQ8B .framer-fh9x46 { height: 707px; left: -366px; top: 18px; width: 540px; } .framer-PNQ8B .framer-i03ki8 { bottom: 16px; right: 5px; top: unset; } .framer-PNQ8B .framer-14x8e1g { right: 106px; top: 240px; } .framer-PNQ8B .framer-sdk4ze { right: 53px; } .framer-PNQ8B .framer-l2w6t4, .framer-PNQ8B .framer-1oeu8vq, .framer-PNQ8B .framer-t5894h { padding: 80px 40px 80px 40px; } .framer-PNQ8B .framer-5xq0w5 { gap: 16px; } .framer-PNQ8B .framer-12kw9vu, .framer-PNQ8B .framer-uhtd6a, .framer-PNQ8B .framer-17vrhia { padding: 32px 24px 32px 24px; } .framer-PNQ8B .framer-z62eqx, .framer-PNQ8B .framer-1nuzmo9, .framer-PNQ8B .framer-1kb3eq2 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-PNQ8B .framer-dy5rh9 { flex-direction: column; } .framer-PNQ8B .framer-1wdxxrh { flex: none; flex-direction: column; gap: 17px; max-width: 600px; width: 100%; } .framer-PNQ8B .framer-10mofqq { align-content: center; align-items: center; flex: none; order: 0; width: 100%; } .framer-PNQ8B .framer-mpqk8e, .framer-PNQ8B .framer-cu0qur { align-content: center; align-items: center; } .framer-PNQ8B .framer-18uy8w3, .framer-PNQ8B .framer-eb7yev { max-width: 466.5px; } .framer-PNQ8B .framer-y1l3r, .framer-PNQ8B .framer-1mk0icr { max-width: 556.5px; } .framer-PNQ8B .framer-11c10ny { flex: none; height: var(--framer-aspect-ratio-supported, 509px); order: 1; padding: 0px 0px 40px 0px; width: 100%; } .framer-PNQ8B .framer-og82f1 { gap: 80px; padding: 80px 40px 80px 40px; } .framer-PNQ8B .framer-1rpeb12 { gap: 32px; } .framer-PNQ8B .framer-5yz35o { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-PNQ8B .framer-1lc81pt, .framer-PNQ8B .framer-fc7z9n, .framer-PNQ8B .framer-15vyyea, .framer-PNQ8B .framer-p3h0oz { grid-column: unset; } .framer-PNQ8B .framer-2tbvv1 { grid-column: auto / span 2; } .framer-PNQ8B .framer-o2994i { padding: 60px 40px 80px 40px; } .framer-PNQ8B .framer-1r8zjjj { padding: 0px; } .framer-PNQ8B .framer-nwoi9j { padding: 60px 40px 60px 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PNQ8B .framer-5xq0w5, .framer-PNQ8B .framer-dy5rh9, .framer-PNQ8B .framer-1wdxxrh, .framer-PNQ8B .framer-og82f1, .framer-PNQ8B .framer-1rpeb12 { gap: 0px; } .framer-PNQ8B .framer-5xq0w5 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-PNQ8B .framer-5xq0w5 > :first-child { margin-left: 0px; } .framer-PNQ8B .framer-5xq0w5 > :last-child { margin-right: 0px; } .framer-PNQ8B .framer-dy5rh9 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-PNQ8B .framer-dy5rh9 > :first-child, .framer-PNQ8B .framer-1wdxxrh > :first-child, .framer-PNQ8B .framer-og82f1 > :first-child, .framer-PNQ8B .framer-1rpeb12 > :first-child { margin-top: 0px; } .framer-PNQ8B .framer-dy5rh9 > :last-child, .framer-PNQ8B .framer-1wdxxrh > :last-child, .framer-PNQ8B .framer-og82f1 > :last-child, .framer-PNQ8B .framer-1rpeb12 > :last-child { margin-bottom: 0px; } .framer-PNQ8B .framer-1wdxxrh > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-PNQ8B .framer-og82f1 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-PNQ8B .framer-1rpeb12 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}\",\"@media (max-width: 809px) { .framer-PNQ8B.framer-72rtr7 { padding: 32px 0px 0px 0px; width: 390px; } .framer-PNQ8B .framer-1l1mvsd { padding: 120px 20px 160px 20px; } .framer-PNQ8B .framer-plfr9o { gap: 32px; max-width: unset; width: 100%; } .framer-PNQ8B .framer-ighdqo, .framer-PNQ8B .framer-x5wpx9, .framer-PNQ8B .framer-wzvjf { width: 100%; } .framer-PNQ8B .framer-oyzs5 { align-self: unset; width: 100%; } .framer-PNQ8B .framer-1scjthc { top: -212px; } .framer-PNQ8B .framer-l2w6t4, .framer-PNQ8B .framer-t5894h { gap: 32px; padding: 60px 20px 60px 20px; } .framer-PNQ8B .framer-gebu7j, .framer-PNQ8B .framer-ui054m, .framer-PNQ8B .framer-71tr5w { max-width: unset; } .framer-PNQ8B .framer-1cp429h { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-PNQ8B .framer-74ke5j-container, .framer-PNQ8B .framer-1u8nboc-container, .framer-PNQ8B .framer-zpp6n5-container, .framer-PNQ8B .framer-9a377v-container { align-self: unset; } .framer-PNQ8B .framer-1oeu8vq { padding: 60px 12px 60px 12px; } .framer-PNQ8B .framer-5xq0w5, .framer-PNQ8B .framer-dy5rh9 { flex-direction: column; } .framer-PNQ8B .framer-12kw9vu, .framer-PNQ8B .framer-17vrhia { align-self: unset; flex: none; height: min-content; padding: 30px; width: 100%; } .framer-PNQ8B .framer-uhtd6a { flex: none; padding: 30px; width: 100%; } .framer-PNQ8B .framer-1wdxxrh { flex: none; flex-direction: column; padding: 0px 12px 0px 12px; width: 100%; } .framer-PNQ8B .framer-10mofqq { align-content: center; align-items: center; flex: none; order: 0; width: 100%; } .framer-PNQ8B .framer-mpqk8e, .framer-PNQ8B .framer-cu0qur { align-content: center; align-items: center; } .framer-PNQ8B .framer-11c10ny { flex: none; height: var(--framer-aspect-ratio-supported, 311px); order: 1; width: 100%; } .framer-PNQ8B .framer-og82f1 { gap: 65px; padding: 137px 20px 137px 20px; } .framer-PNQ8B .framer-t40esk { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; } .framer-PNQ8B .framer-1qaovg2, .framer-PNQ8B .framer-78qdpx, .framer-PNQ8B .framer-1c94jw8, .framer-PNQ8B .framer-7q6ket { align-self: unset; gap: 24px; } .framer-PNQ8B .framer-5yz35o { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-PNQ8B .framer-1lc81pt, .framer-PNQ8B .framer-fc7z9n, .framer-PNQ8B .framer-15vyyea, .framer-PNQ8B .framer-p3h0oz, .framer-PNQ8B .framer-2tbvv1 { align-self: unset; height: min-content; } .framer-PNQ8B .framer-10nhtk8, .framer-PNQ8B .framer-6flu96, .framer-PNQ8B .framer-162doq, .framer-PNQ8B .framer-x3p1kh, .framer-PNQ8B .framer-2g9kt0 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-PNQ8B .framer-o2994i { padding: 60px 20px 60px 20px; } .framer-PNQ8B .framer-1r8zjjj { max-width: unset; padding: 0px; } .framer-PNQ8B .framer-nwoi9j { padding: 60px 24px 60px 24px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PNQ8B .framer-plfr9o, .framer-PNQ8B .framer-l2w6t4, .framer-PNQ8B .framer-1cp429h, .framer-PNQ8B .framer-5xq0w5, .framer-PNQ8B .framer-dy5rh9, .framer-PNQ8B .framer-1wdxxrh, .framer-PNQ8B .framer-og82f1, .framer-PNQ8B .framer-t40esk, .framer-PNQ8B .framer-1qaovg2, .framer-PNQ8B .framer-78qdpx, .framer-PNQ8B .framer-1c94jw8, .framer-PNQ8B .framer-7q6ket, .framer-PNQ8B .framer-t5894h, .framer-PNQ8B .framer-5yz35o { gap: 0px; } .framer-PNQ8B .framer-plfr9o > *, .framer-PNQ8B .framer-l2w6t4 > *, .framer-PNQ8B .framer-t5894h > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-PNQ8B .framer-plfr9o > :first-child, .framer-PNQ8B .framer-l2w6t4 > :first-child, .framer-PNQ8B .framer-1cp429h > :first-child, .framer-PNQ8B .framer-5xq0w5 > :first-child, .framer-PNQ8B .framer-dy5rh9 > :first-child, .framer-PNQ8B .framer-1wdxxrh > :first-child, .framer-PNQ8B .framer-og82f1 > :first-child, .framer-PNQ8B .framer-t40esk > :first-child, .framer-PNQ8B .framer-1qaovg2 > :first-child, .framer-PNQ8B .framer-78qdpx > :first-child, .framer-PNQ8B .framer-1c94jw8 > :first-child, .framer-PNQ8B .framer-7q6ket > :first-child, .framer-PNQ8B .framer-t5894h > :first-child, .framer-PNQ8B .framer-5yz35o > :first-child { margin-top: 0px; } .framer-PNQ8B .framer-plfr9o > :last-child, .framer-PNQ8B .framer-l2w6t4 > :last-child, .framer-PNQ8B .framer-1cp429h > :last-child, .framer-PNQ8B .framer-5xq0w5 > :last-child, .framer-PNQ8B .framer-dy5rh9 > :last-child, .framer-PNQ8B .framer-1wdxxrh > :last-child, .framer-PNQ8B .framer-og82f1 > :last-child, .framer-PNQ8B .framer-t40esk > :last-child, .framer-PNQ8B .framer-1qaovg2 > :last-child, .framer-PNQ8B .framer-78qdpx > :last-child, .framer-PNQ8B .framer-1c94jw8 > :last-child, .framer-PNQ8B .framer-7q6ket > :last-child, .framer-PNQ8B .framer-t5894h > :last-child, .framer-PNQ8B .framer-5yz35o > :last-child { margin-bottom: 0px; } .framer-PNQ8B .framer-1cp429h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PNQ8B .framer-5xq0w5 > *, .framer-PNQ8B .framer-1qaovg2 > *, .framer-PNQ8B .framer-78qdpx > *, .framer-PNQ8B .framer-1c94jw8 > *, .framer-PNQ8B .framer-7q6ket > *, .framer-PNQ8B .framer-5yz35o > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-PNQ8B .framer-dy5rh9 > *, .framer-PNQ8B .framer-1wdxxrh > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-PNQ8B .framer-og82f1 > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } .framer-PNQ8B .framer-t40esk > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5688\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"u6R6NsvSc\":{\"layout\":[\"fixed\",\"auto\"]},\"ntIxot2Qi\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"rwJHzxlJ1\":{\"pattern\":\":rwJHzxlJ1\",\"name\":\"hero\"},\"Id396jida\":{\"pattern\":\":Id396jida\",\"name\":\"why-us\"},\"SmoawOunl\":{\"pattern\":\":SmoawOunl\",\"name\":\"how-it-works\"},\"KwxLJgmsq\":{\"pattern\":\":KwxLJgmsq\",\"name\":\"results\"},\"mTm775smR\":{\"pattern\":\":mTm775smR\",\"name\":\"testimonials\"},\"HXx7N_tsT\":{\"pattern\":\":HXx7N_tsT\",\"name\":\"partners\"},\"LmO7ES3eY\":{\"pattern\":\":LmO7ES3eY\",\"name\":\"cta\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-PNQ8B\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5688,width:1400};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavigationBarFonts,...ButtonFonts,...SectionBadgeFonts,...CardsPatchCardsFonts,...PhosphorFonts,...Button2Fonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u6R6NsvSc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ntIxot2Qi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"rwJHzxlJ1\\\":{\\\"pattern\\\":\\\":rwJHzxlJ1\\\",\\\"name\\\":\\\"hero\\\"},\\\"Id396jida\\\":{\\\"pattern\\\":\\\":Id396jida\\\",\\\"name\\\":\\\"why-us\\\"},\\\"SmoawOunl\\\":{\\\"pattern\\\":\\\":SmoawOunl\\\",\\\"name\\\":\\\"how-it-works\\\"},\\\"KwxLJgmsq\\\":{\\\"pattern\\\":\\\":KwxLJgmsq\\\",\\\"name\\\":\\\"results\\\"},\\\"mTm775smR\\\":{\\\"pattern\\\":\\\":mTm775smR\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"HXx7N_tsT\\\":{\\\"pattern\\\":\\\":HXx7N_tsT\\\",\\\"name\\\":\\\"partners\\\"},\\\"LmO7ES3eY\\\":{\\\"pattern\\\":\\\":LmO7ES3eY\\\",\\\"name\\\":\\\"cta\\\"}}\",\"framerIntrinsicWidth\":\"1400\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"5688\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "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", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerCibtiOm6U", "withCSS", "CibtiOm6U_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "y", "C", "v", "w", "r", "t", "a", "re", "MotionConfigContext", "i", "n", "se", "p", "b", "e", "o", "l", "Z", "T", "Y", "useLocaleInfo", "g", "x", "k", "j", "I", "L", "N", "D", "S", "M", "P", "useVariantState", "y", "C", "E", "F", "pe", "_", "ae", "className", "LayoutGroup", "motion", "cx", "u", "SVG", "RichText2", "css", "withCSS", "g1Ms3aCva_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "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", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "css", "FramersH6gFdE5c", "withCSS", "sH6gFdE5c_default", "addPropertyControls", "ControlType", "addFonts", "AbstractLightFonts", "getFonts", "sH6gFdE5c_default", "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", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearrqjd18", "args", "onAppearngbkup", "onAppear151xjqh", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "css", "FramerxuGM5gbPm", "withCSS", "xuGM5gbPm_default", "addPropertyControls", "ControlType", "addFonts", "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", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FramerTf4Piv1dS", "withCSS", "Tf4Piv1dS_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "distribute", "height", "id", "width", "props", "_humanReadableEnumMap_distribute", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ShqeVtVCd", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "css", "FramerKN87c05eL", "withCSS", "KN87c05eL_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "AbstractDotAnimationFonts", "getFonts", "xuGM5gbPm_default", "PhosphorFonts", "Icon", "AbstractScrollLightLineFonts", "KN87c05eL_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "ImageWithFX", "Image2", "HelperPatchFonts", "Tf4Piv1dS_default", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "description", "height", "iconColor", "iconName", "iconWeight", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TfbbLykI5", "kCihlssWO", "sLl4QhePZ", "qWLIjGdWu", "GmgXJPCXu", "s97TVKj0S", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "RichText2", "getLoadingLazyAtYPosition", "css", "FramerGlxPVec_0", "withCSS", "GlxPVec_0_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText2", "css", "FramerH3l7SlwVJ", "withCSS", "H3l7SlwVJ_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "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", "link", "newTab", "newTab2", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "JuWRVbWZ0", "KlR9gJTLp", "busZ6GyPw", "hT2tjC8Ba", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerhtHeLsUT5", "withCSS", "htHeLsUT5_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "r", "l", "e", "t", "o", "a", "n", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "l", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "HeroFonts", "getFonts", "Icon", "ButtonFonts", "htHeLsUT5_default", "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", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1qf7ggt", "args", "onTap1lphc9u", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "ResolveLinks", "resolvedLinks", "css", "FrameroSOtMFvR3", "withCSS", "oSOtMFvR3_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationBarFonts", "getFonts", "oSOtMFvR3_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RichTextWithOptimizedAppearEffect", "RichText2", "ButtonFonts", "htHeLsUT5_default", "ImageWithFXWithOptimizedAppearEffect", "withFX", "Image2", "MotionDivWithFXWithOptimizedAppearEffect", "motion", "SectionBadgeFonts", "g1Ms3aCva_default", "ContainerWithFX", "RichTextWithFX", "CardsPatchCardsFonts", "GlxPVec_0_default", "PhosphorFonts", "Icon", "MotionDivWithFX", "Button2Fonts", "H3l7SlwVJ_default", "FooterFonts", "CibtiOm6U_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "animation5", "transition4", "animation6", "transition5", "animation7", "animation8", "animation9", "animation10", "animation11", "animation12", "animation13", "animation14", "animation15", "animation16", "animation17", "animation18", "animation19", "animation20", "transition6", "animation21", "transition7", "animation22", "transition8", "animation23", "transition9", "animation24", "transition10", "transition11", "transition12", "transition13", "transition14", "transition15", "transition16", "transition17", "transition18", "transition19", "formVariants", "form", "variants", "currentVariant", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "SVG", "FormContainer", "formState", "l", "FormPlainTextInput2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
