{
  "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/pDNAZ2sKPy6v3CCZGoPC/YeZx6QH928Jn8h8tdoyT/aXuIOT9SY.js", "ssg:https://framerusercontent.com/modules/RUfUU06S8cn796X6rTHK/NN5N4y8xsDb9nrYLQc8l/lsiiSFwwV.js", "ssg:https://framerusercontent.com/modules/bsCbuixyiCKJaxvhIMUn/Lrf6jKRGKC84T1Au5lxt/fetSINUx_.js", "ssg:https://framerusercontent.com/modules/yRYAiNlvWqAB73Rx5eLd/kn5Lc4idO77hljKhqivC/ImZKimi7_.js", "ssg:https://framerusercontent.com/modules/SLRlTtfA3yNMt4Lokrnx/dSAcCu6QJp8Dh0BSz9Yb/INsoWRdM6.js", "ssg:https://framerusercontent.com/modules/iGlj5ZmxiJL7BPYjDHzD/YjvBakHncvJVtjotprQa/Y7Xwe8zJe.js", "ssg:https://framerusercontent.com/modules/xzAxUQuBap1tnsxmvkXf/DiWgEdvxKG3GKh9gWC0p/Mlok80w7n.js", "ssg:https://framerusercontent.com/modules/MtZf2DvRhrEBlB5USkm3/qi7CUEQP0Qg9FoNyYAxF/oMtnmti3m.js", "ssg:https://framerusercontent.com/modules/qcDUhEDQJVDPus4I8PsY/VSgxpTmpWaDmG6ImIxDI/RTyQnoONE.js", "ssg:https://framerusercontent.com/modules/TEBmMXun4dt0T1yeNNfL/USlexhV1AManpBFOnCjG/ssibgulzb.js", "ssg:https://framerusercontent.com/modules/wcRJxKTxac9eO4aZxhvu/hRbcd08vbVEahp97mmrp/ySueLT7VR.js", "ssg:https://framerusercontent.com/modules/l6GGuva9iW0tdrnvqIla/pSYyihax7dqdC4jo6jYf/Svh_test.js", "ssg:https://framerusercontent.com/modules/iRmuIVp7GlBVjdkHEBR4/Hfa7VEtcLHYmM4WBAN09/sjYhh20PV.js", "ssg:https://framerusercontent.com/modules/zVyPQizQBZhFlrp1Uf8h/VUGMJA5Zkn21J45PUYP9/dROjFRRvF.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", "// Generated by Framer (575e68f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"ylhAZMCzz\",\"rC6mT98xt\"];const serializationHash=\"framer-oS8NI\";const variantClassNames={rC6mT98xt:\"framer-v-xgjyua\",ylhAZMCzz:\"framer-v-1yl0qln\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Left:\"ylhAZMCzz\",Right:\"rC6mT98xt\"};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:\"ylhAZMCzz\"};};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:\"ylhAZMCzz\",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-1yl0qln\",className,classNames),\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"ylhAZMCzz\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,...style},...addPropertyOverrides({rC6mT98xt:{\"data-framer-name\":\"Right\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-e8rh5q\",\"data-framer-appear-id\":\"e8rh5q\",\"data-framer-name\":\"Arrow Wrapper\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"guAN4a_IT\",optimized:true,style:{backgroundColor:\"var(--token-9155badf-75af-422c-9913-114425499cf8, rgb(247, 247, 247))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bezyr4-container\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"SMwU56EAT-container\",name:\"Arrow\",style:{rotate:180},variants:{rC6mT98xt:{rotate:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"SMwU56EAT\",layoutId:\"SMwU56EAT\",mirrored:false,name:\"Arrow\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oS8NI.framer-qjnx7x, .framer-oS8NI .framer-qjnx7x { display: block; }\",\".framer-oS8NI.framer-1yl0qln { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 35px; justify-content: center; overflow: hidden; padding: 14px; position: relative; width: 35px; will-change: var(--framer-will-change-override, transform); }\",\".framer-oS8NI .framer-e8rh5q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 35px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 35px; }\",\".framer-oS8NI .framer-1bezyr4-container { flex: none; height: 20px; position: relative; width: 20px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oS8NI.framer-1yl0qln, .framer-oS8NI .framer-e8rh5q { gap: 0px; } .framer-oS8NI.framer-1yl0qln > *, .framer-oS8NI .framer-e8rh5q > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-oS8NI.framer-1yl0qln > :first-child, .framer-oS8NI .framer-e8rh5q > :first-child { margin-left: 0px; } .framer-oS8NI.framer-1yl0qln > :last-child, .framer-oS8NI .framer-e8rh5q > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 35\n * @framerIntrinsicWidth 35\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"rC6mT98xt\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraXuIOT9SY=withCSS(Component,css,\"framer-oS8NI\");export default FrameraXuIOT9SY;FrameraXuIOT9SY.displayName=\"Services / Arrow - Circle\";FrameraXuIOT9SY.defaultProps={height:35,width:35};addPropertyControls(FrameraXuIOT9SY,{variant:{options:[\"ylhAZMCzz\",\"rC6mT98xt\"],optionTitles:[\"Left\",\"Right\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameraXuIOT9SY,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraXuIOT9SY\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rC6mT98xt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"35\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"35\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aXuIOT9SY.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}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=[\"TDC5lIbjn\",\"fMFG3aCnD\"];const serializationHash=\"framer-E2IuK\";const variantClassNames={fMFG3aCnD:\"framer-v-1dkvmy7\",TDC5lIbjn:\"framer-v-1hcawj5\"};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:.8,ease:[.12,.23,0,.96],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"TDC5lIbjn\",\"Variant 2\":\"fMFG3aCnD\"};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:\"TDC5lIbjn\"};};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:\"TDC5lIbjn\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1hcawj5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"TDC5lIbjn\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({fMFG3aCnD:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b73s0q\",\"data-framer-name\":\"Black\",layoutDependency:layoutDependency,layoutId:\"TKVAhqkhL\",style:{backgroundColor:\"rgb(0, 0, 0)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5886hp\",\"data-framer-name\":\"Grey\",layoutDependency:layoutDependency,layoutId:\"P5P7OttFj\",style:{backgroundColor:\"rgb(217, 217, 217)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-E2IuK.framer-yadll0, .framer-E2IuK .framer-yadll0 { display: block; }\",\".framer-E2IuK.framer-1hcawj5 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 580px; }\",\".framer-E2IuK .framer-1b73s0q { bottom: 0px; flex: none; left: -683px; overflow: hidden; position: absolute; top: 0px; width: 580px; z-index: 1; }\",\".framer-E2IuK .framer-5886hp { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2IuK.framer-1hcawj5 { gap: 0px; } .framer-E2IuK.framer-1hcawj5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-E2IuK.framer-1hcawj5 > :first-child { margin-left: 0px; } .framer-E2IuK.framer-1hcawj5 > :last-child { margin-right: 0px; } }\",\".framer-E2IuK.framer-v-1dkvmy7 .framer-1b73s0q { left: 0px; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1\n * @framerIntrinsicWidth 580\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fMFG3aCnD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlsiiSFwwV=withCSS(Component,css,\"framer-E2IuK\");export default FramerlsiiSFwwV;FramerlsiiSFwwV.displayName=\"Awards / Awards - Animated Line\";FramerlsiiSFwwV.defaultProps={height:1,width:580};addPropertyControls(FramerlsiiSFwwV,{variant:{options:[\"TDC5lIbjn\",\"fMFG3aCnD\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerlsiiSFwwV,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlsiiSFwwV\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"580\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fMFG3aCnD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lsiiSFwwV.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AwardsAwardsAnimatedLine from\"https://framerusercontent.com/modules/RUfUU06S8cn796X6rTHK/NN5N4y8xsDb9nrYLQc8l/lsiiSFwwV.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const AwardsAwardsAnimatedLineFonts=getFonts(AwardsAwardsAnimatedLine);const cycleOrder=[\"CxTmcJR9i\",\"HNXCrYlVJ\",\"zJebYo9I4\"];const serializationHash=\"framer-kCj5C\";const variantClassNames={CxTmcJR9i:\"framer-v-mvh79m\",HNXCrYlVJ:\"framer-v-1vrkhhn\",zJebYo9I4:\"framer-v-1351gru\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.12,.23,0,.96],type:\"tween\"};const transition2={delay:0,duration:.8,ease:[.12,.23,0,.96],type:\"tween\"};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={\"Awards Row - Desktop Hover\":\"HNXCrYlVJ\",\"Awards Row - Desktop\":\"CxTmcJR9i\",\"Awards Row - Mobile\":\"zJebYo9I4\"};const getProps=({height,id,link,platform,title,type,width,...props})=>{return{...props,Fc2qCuIQt:type??props.Fc2qCuIQt??\"SOTD\",fRZGzEfhU:title??props.fRZGzEfhU??\"Project 003\",NJkPDlnRU:link??props.NJkPDlnRU,UWgzLamjX:platform??props.UWgzLamjX??\"AWWWARDS\",variant:humanReadableVariantMap[props.variant]??props.variant??\"CxTmcJR9i\"};};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,fRZGzEfhU,UWgzLamjX,Fc2qCuIQt,NJkPDlnRU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CxTmcJR9i\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1w2disc=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"HNXCrYlVJ\");});const onMouseLeave1igay35=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"CxTmcJR9i\");});const sharedStyleClassNames=[];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,...addPropertyOverrides({HNXCrYlVJ:{value:transition2},zJebYo9I4:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:NJkPDlnRU,motionChild:true,nodeId:\"CxTmcJR9i\",openInNewTab:true,scopeId:\"fetSINUx_\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-mvh79m\",className,classNames)} framer-17jf734`,\"data-framer-name\":\"Awards Row - Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CxTmcJR9i\",onMouseEnter:onMouseEnter1w2disc,ref:refBinding,style:{...style},...addPropertyOverrides({HNXCrYlVJ:{\"data-framer-name\":\"Awards Row - Desktop Hover\",onMouseLeave:onMouseLeave1igay35},zJebYo9I4:{\"data-framer-name\":\"Awards Row - Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q12mme\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"zH04tEQQW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18y4wdg\",layoutDependency:layoutDependency,layoutId:\"aHV8WsgDc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7v63pv\",layoutDependency:layoutDependency,layoutId:\"mC7I01rUY\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"Project 003\"})}),className:\"framer-1dj0bwz\",\"data-framer-name\":\"1\",fonts:[\"FS;Montserrat-semibold\"],layoutDependency:layoutDependency,layoutId:\"YQBFVEe1E\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:fRZGzEfhU,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"SOTD\"})}),className:\"framer-118p01k\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"lUk1VhNmw\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:Fc2qCuIQt,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u7byup\",layoutDependency:layoutDependency,layoutId:\"cEDb4QPRx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"AWWWARDS\"})}),className:\"framer-19e1vfg\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"k58TEQXCJ\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:UWgzLamjX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oax2r\",layoutDependency:layoutDependency,layoutId:\"lSxEE_QMU\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o1ebng-container\",\"data-framer-name\":\"Arrow 1\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mgEcKpbJd-container\",name:\"Arrow 1\",nodeId:\"mgEcKpbJd\",rendersWithMotion:true,scopeId:\"fetSINUx_\",style:{opacity:0,rotate:-45},variants:{zJebYo9I4:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"mgEcKpbJd\",layoutId:\"mgEcKpbJd\",mirrored:false,name:\"Arrow 1\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-itnpjf-container\",\"data-framer-name\":\"Arrow 2\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Ai0pKwQni-container\",name:\"Arrow 2\",nodeId:\"Ai0pKwQni\",rendersWithMotion:true,scopeId:\"fetSINUx_\",style:{opacity:.5,rotate:-45},variants:{HNXCrYlVJ:{opacity:0},zJebYo9I4:{opacity:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"Ai0pKwQni\",layoutId:\"Ai0pKwQni\",mirrored:false,name:\"Arrow 2\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+10+80,...addPropertyOverrides({zJebYo9I4:{y:(componentViewport?.y||0)+10+175}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1k35t7i-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"rmvyLWDmL-container\",nodeId:\"rmvyLWDmL\",rendersWithMotion:true,scopeId:\"fetSINUx_\",children:/*#__PURE__*/_jsx(AwardsAwardsAnimatedLine,{height:\"100%\",id:\"rmvyLWDmL\",layoutId:\"rmvyLWDmL\",style:{height:\"100%\",width:\"100%\"},variant:\"TDC5lIbjn\",width:\"100%\",...addPropertyOverrides({HNXCrYlVJ:{variant:\"fMFG3aCnD\"},zJebYo9I4:{variant:\"fMFG3aCnD\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kCj5C.framer-17jf734, .framer-kCj5C .framer-17jf734 { display: block; }\",\".framer-kCj5C.framer-mvh79m { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; text-decoration: none; width: 580px; }\",\".framer-kCj5C .framer-1q12mme { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 5px 0px 5px 0px; position: relative; width: 100%; }\",\".framer-kCj5C .framer-18y4wdg { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-kCj5C .framer-7v63pv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-kCj5C .framer-1dj0bwz { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-kCj5C .framer-118p01k, .framer-kCj5C .framer-19e1vfg { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-kCj5C .framer-u7byup { 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-kCj5C .framer-oax2r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 20px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 20px; }\",\".framer-kCj5C .framer-o1ebng-container { flex: none; height: 20px; left: 0px; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 1; }\",\".framer-kCj5C .framer-itnpjf-container { bottom: -15px; flex: none; height: 20px; left: -16px; position: absolute; width: 20px; z-index: 1; }\",\".framer-kCj5C .framer-1k35t7i-container { flex: none; height: 1px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kCj5C.framer-mvh79m, .framer-kCj5C .framer-1q12mme, .framer-kCj5C .framer-18y4wdg, .framer-kCj5C .framer-7v63pv, .framer-kCj5C .framer-u7byup, .framer-kCj5C .framer-oax2r { gap: 0px; } .framer-kCj5C.framer-mvh79m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kCj5C.framer-mvh79m > :first-child { margin-top: 0px; } .framer-kCj5C.framer-mvh79m > :last-child { margin-bottom: 0px; } .framer-kCj5C .framer-1q12mme > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-kCj5C .framer-1q12mme > :first-child, .framer-kCj5C .framer-18y4wdg > :first-child, .framer-kCj5C .framer-7v63pv > :first-child, .framer-kCj5C .framer-u7byup > :first-child, .framer-kCj5C .framer-oax2r > :first-child { margin-left: 0px; } .framer-kCj5C .framer-1q12mme > :last-child, .framer-kCj5C .framer-18y4wdg > :last-child, .framer-kCj5C .framer-7v63pv > :last-child, .framer-kCj5C .framer-u7byup > :last-child, .framer-kCj5C .framer-oax2r > :last-child { margin-right: 0px; } .framer-kCj5C .framer-18y4wdg > *, .framer-kCj5C .framer-u7byup > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kCj5C .framer-7v63pv > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-kCj5C .framer-oax2r > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-kCj5C.framer-v-1vrkhhn .framer-o1ebng-container, .framer-kCj5C.framer-v-1351gru .framer-o1ebng-container { left: 16px; top: calc(-29.999999999999975% - 20px / 2); }\",\".framer-kCj5C.framer-v-1vrkhhn .framer-itnpjf-container, .framer-kCj5C.framer-v-1351gru .framer-itnpjf-container { bottom: 0px; left: 0px; }\",\".framer-kCj5C.framer-v-1351gru.framer-mvh79m { gap: 11px; width: 390px; }\",\".framer-kCj5C.framer-v-1351gru .framer-1q12mme { gap: 20px; }\",\".framer-kCj5C.framer-v-1351gru .framer-18y4wdg { flex: 1 0 0px; flex-direction: column; gap: 4px; }\",\".framer-kCj5C.framer-v-1351gru .framer-7v63pv, .framer-kCj5C.framer-v-1351gru .framer-118p01k { flex: none; width: 100%; }\",\".framer-kCj5C.framer-v-1351gru .framer-1dj0bwz { flex: 1 0 0px; 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-kCj5C.framer-v-1351gru.framer-mvh79m, .framer-kCj5C.framer-v-1351gru .framer-1q12mme, .framer-kCj5C.framer-v-1351gru .framer-18y4wdg { gap: 0px; } .framer-kCj5C.framer-v-1351gru.framer-mvh79m > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-kCj5C.framer-v-1351gru.framer-mvh79m > :first-child, .framer-kCj5C.framer-v-1351gru .framer-18y4wdg > :first-child { margin-top: 0px; } .framer-kCj5C.framer-v-1351gru.framer-mvh79m > :last-child, .framer-kCj5C.framer-v-1351gru .framer-18y4wdg > :last-child { margin-bottom: 0px; } .framer-kCj5C.framer-v-1351gru .framer-1q12mme > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-kCj5C.framer-v-1351gru .framer-1q12mme > :first-child { margin-left: 0px; } .framer-kCj5C.framer-v-1351gru .framer-1q12mme > :last-child { margin-right: 0px; } .framer-kCj5C.framer-v-1351gru .framer-18y4wdg > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 51\n * @framerIntrinsicWidth 580\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HNXCrYlVJ\":{\"layout\":[\"fixed\",\"auto\"]},\"zJebYo9I4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"fRZGzEfhU\":\"title\",\"UWgzLamjX\":\"platform\",\"Fc2qCuIQt\":\"type\",\"NJkPDlnRU\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfetSINUx_=withCSS(Component,css,\"framer-kCj5C\");export default FramerfetSINUx_;FramerfetSINUx_.displayName=\"Awards / Awards Row 3\";FramerfetSINUx_.defaultProps={height:51,width:580};addPropertyControls(FramerfetSINUx_,{variant:{options:[\"CxTmcJR9i\",\"HNXCrYlVJ\",\"zJebYo9I4\"],optionTitles:[\"Awards Row - Desktop\",\"Awards Row - Desktop Hover\",\"Awards Row - Mobile\"],title:\"Variant\",type:ControlType.Enum},fRZGzEfhU:{defaultValue:\"Project 003\",displayTextArea:false,title:\"Title\",type:ControlType.String},UWgzLamjX:{defaultValue:\"AWWWARDS\",displayTextArea:false,title:\"Platform\",type:ControlType.String},Fc2qCuIQt:{defaultValue:\"SOTD\",displayTextArea:false,title:\"Type\",type:ControlType.String},NJkPDlnRU:{title:\"Link\",type:ControlType.Link}});addFonts(FramerfetSINUx_,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]},...PhosphorFonts,...AwardsAwardsAnimatedLineFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfetSINUx_\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"fRZGzEfhU\\\":\\\"title\\\",\\\"UWgzLamjX\\\":\\\"platform\\\",\\\"Fc2qCuIQt\\\":\\\"type\\\",\\\"NJkPDlnRU\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"580\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HNXCrYlVJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zJebYo9I4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"51\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fetSINUx_.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/kzfo58erxo1imxhl5vVk/75q09godKRvcxgerV5dO/mE3qYDPim.js\";const cycleOrder=[\"zF9aiHObC\",\"c07kwhfPV\"];const serializationHash=\"framer-pIpoC\";const variantClassNames={c07kwhfPV:\"framer-v-sirbem\",zF9aiHObC:\"framer-v-2cwsze\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.16,1,.3,1],type:\"tween\"};const transition2={delay:0,duration:1.2,ease:[.16,1,.3,1],type:\"tween\"};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(React.Fragment);const humanReadableVariantMap={\"Hover State\":\"c07kwhfPV\",\"Initital State\":\"zF9aiHObC\"};const getProps=({height,id,title,width,...props})=>{return{...props,TWVH1Vrqk:title??props.TWVH1Vrqk??\"Scroll to view more\",variant:humanReadableVariantMap[props.variant]??props.variant??\"zF9aiHObC\"};};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,TWVH1Vrqk,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zF9aiHObC\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear19zhv8d=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"c07kwhfPV\"),1e3);});const onAppear126zhri=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"zF9aiHObC\"),1e3);});useOnVariantChange(baseVariant,{c07kwhfPV:onAppear126zhri,default:onAppear19zhv8d});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({c07kwhfPV:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-2cwsze\",className,classNames),\"data-framer-name\":\"Initital State\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zF9aiHObC\",ref:ref??ref1,style:{...style},...addPropertyOverrides({c07kwhfPV:{\"data-framer-name\":\"Hover State\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r4e0ra\",\"data-framer-name\":\"Button Wrapper\",layoutDependency:layoutDependency,layoutId:\"p8JIGOtAU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-7ssc7y\",\"data-styles-preset\":\"mE3qYDPim\",children:\"scroll to view more\"})}),className:\"framer-59yb1d\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tr1cO8byQ\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:TWVH1Vrqk,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ejtqep\",\"data-framer-name\":\"Arrow Wrapper\",layoutDependency:layoutDependency,layoutId:\"wIzrbjip6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u2193\"})}),className:\"framer-3m96p1\",fonts:[\"FR;InterDisplay-Medium\"],layoutDependency:layoutDependency,layoutId:\"kScbcNQG3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u2193\"})}),className:\"framer-tifw9c\",fonts:[\"FR;InterDisplay-Medium\"],layoutDependency:layoutDependency,layoutId:\"eq4F7p354\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pIpoC.framer-lnf0b9, .framer-pIpoC .framer-lnf0b9 { display: block; }\",\".framer-pIpoC.framer-2cwsze { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pIpoC .framer-r4e0ra { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pIpoC .framer-59yb1d, .framer-pIpoC .framer-3m96p1, .framer-pIpoC .framer-tifw9c { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pIpoC .framer-1ejtqep { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 14px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pIpoC.framer-2cwsze, .framer-pIpoC .framer-r4e0ra, .framer-pIpoC .framer-1ejtqep { gap: 0px; } .framer-pIpoC.framer-2cwsze > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-pIpoC.framer-2cwsze > :first-child, .framer-pIpoC .framer-r4e0ra > :first-child { margin-left: 0px; } .framer-pIpoC.framer-2cwsze > :last-child, .framer-pIpoC .framer-r4e0ra > :last-child { margin-right: 0px; } .framer-pIpoC .framer-r4e0ra > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-pIpoC .framer-1ejtqep > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-pIpoC .framer-1ejtqep > :first-child { margin-top: 0px; } .framer-pIpoC .framer-1ejtqep > :last-child { margin-bottom: 0px; } }\",\".framer-pIpoC.framer-v-sirbem .framer-1ejtqep { justify-content: flex-start; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"c07kwhfPV\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TWVH1Vrqk\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerImZKimi7_=withCSS(Component,css,\"framer-pIpoC\");export default FramerImZKimi7_;FramerImZKimi7_.displayName=\"Scroll More\";FramerImZKimi7_.defaultProps={height:16,width:150};addPropertyControls(FramerImZKimi7_,{variant:{options:[\"zF9aiHObC\",\"c07kwhfPV\"],optionTitles:[\"Initital State\",\"Hover State\"],title:\"Variant\",type:ControlType.Enum},TWVH1Vrqk:{defaultValue:\"Scroll to view more\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerImZKimi7_,[{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 Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerImZKimi7_\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"150\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"c07kwhfPV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"TWVH1Vrqk\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"16\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AwardsAwardsAnimatedLine from\"https://framerusercontent.com/modules/RUfUU06S8cn796X6rTHK/NN5N4y8xsDb9nrYLQc8l/lsiiSFwwV.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const AwardsAwardsAnimatedLineFonts=getFonts(AwardsAwardsAnimatedLine);const cycleOrder=[\"G8UJ7JIWQ\",\"t45hGlwjS\",\"P_1rZbrMP\"];const serializationHash=\"framer-4fME0\";const variantClassNames={G8UJ7JIWQ:\"framer-v-gd26ck\",P_1rZbrMP:\"framer-v-16izwqv\",t45hGlwjS:\"framer-v-1pjv5z8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.12,.23,0,.96],type:\"tween\"};const transition2={delay:0,duration:.8,ease:[.12,.23,0,.96],type:\"tween\"};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={\"Awards Row - Desktop Hover\":\"t45hGlwjS\",\"Awards Row - Desktop\":\"G8UJ7JIWQ\",\"Awards Row - Mobile\":\"P_1rZbrMP\"};const getProps=({height,id,link,platform,title,type,width,...props})=>{return{...props,Fc2qCuIQt:type??props.Fc2qCuIQt??\"SOTD\",fRZGzEfhU:title??props.fRZGzEfhU??\"Project 003\",NJkPDlnRU:link??props.NJkPDlnRU,UWgzLamjX:platform??props.UWgzLamjX??\"AWWWARDS\",variant:humanReadableVariantMap[props.variant]??props.variant??\"G8UJ7JIWQ\"};};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,fRZGzEfhU,UWgzLamjX,Fc2qCuIQt,NJkPDlnRU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"G8UJ7JIWQ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterjxfovg=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"t45hGlwjS\");});const onMouseLeave1kjxqng=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"G8UJ7JIWQ\");});const sharedStyleClassNames=[];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,...addPropertyOverrides({P_1rZbrMP:{value:transition2},t45hGlwjS:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:NJkPDlnRU,motionChild:true,nodeId:\"G8UJ7JIWQ\",openInNewTab:true,scopeId:\"INsoWRdM6\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-gd26ck\",className,classNames)} framer-168olje`,\"data-framer-name\":\"Awards Row - Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"G8UJ7JIWQ\",onMouseEnter:onMouseEnterjxfovg,ref:refBinding,style:{...style},...addPropertyOverrides({P_1rZbrMP:{\"data-framer-name\":\"Awards Row - Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined},t45hGlwjS:{\"data-framer-name\":\"Awards Row - Desktop Hover\",onMouseLeave:onMouseLeave1kjxqng}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vdq5et\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"RJZdJ2CvC\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qvix7o\",layoutDependency:layoutDependency,layoutId:\"YuNCYm19t\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h0s704\",layoutDependency:layoutDependency,layoutId:\"wpcK7Y7TP\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"Project 003\"})}),className:\"framer-5b3a0b\",\"data-framer-name\":\"1\",fonts:[\"FS;Montserrat-semibold\"],layoutDependency:layoutDependency,layoutId:\"OZgS_aOb7\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:fRZGzEfhU,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"SOTD\"})}),className:\"framer-zcroxf\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"t0ywUmDcg\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:Fc2qCuIQt,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mucgdb\",layoutDependency:layoutDependency,layoutId:\"CGAw4cgTy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"AWWWARDS\"})}),className:\"framer-g0djem\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"jL_G0NkYs\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:UWgzLamjX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iqmj1l\",layoutDependency:layoutDependency,layoutId:\"n5f53lAzF\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uhex7b-container\",\"data-framer-name\":\"Arrow 1\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"DSwfE58Og-container\",name:\"Arrow 1\",nodeId:\"DSwfE58Og\",rendersWithMotion:true,scopeId:\"INsoWRdM6\",style:{opacity:0,rotate:-45},variants:{P_1rZbrMP:{opacity:1},t45hGlwjS:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"DSwfE58Og\",layoutId:\"DSwfE58Og\",mirrored:false,name:\"Arrow 1\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1oa1kpe-container\",\"data-framer-name\":\"Arrow 2\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Xu5RlLSOl-container\",name:\"Arrow 2\",nodeId:\"Xu5RlLSOl\",rendersWithMotion:true,scopeId:\"INsoWRdM6\",style:{opacity:.5,rotate:-45},variants:{P_1rZbrMP:{opacity:0},t45hGlwjS:{opacity:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"Xu5RlLSOl\",layoutId:\"Xu5RlLSOl\",mirrored:false,name:\"Arrow 2\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({P_1rZbrMP:{color:\"rgb(255, 255, 255)\"},t45hGlwjS:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+10+80,...addPropertyOverrides({P_1rZbrMP:{y:(componentViewport?.y||0)+10+175}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bx65c5-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"RcPMppxCu-container\",nodeId:\"RcPMppxCu\",rendersWithMotion:true,scopeId:\"INsoWRdM6\",children:/*#__PURE__*/_jsx(AwardsAwardsAnimatedLine,{height:\"100%\",id:\"RcPMppxCu\",layoutId:\"RcPMppxCu\",style:{height:\"100%\",width:\"100%\"},variant:\"TDC5lIbjn\",width:\"100%\",...addPropertyOverrides({P_1rZbrMP:{variant:\"fMFG3aCnD\"},t45hGlwjS:{variant:\"fMFG3aCnD\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4fME0.framer-168olje, .framer-4fME0 .framer-168olje { display: block; }\",\".framer-4fME0.framer-gd26ck { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; text-decoration: none; width: 580px; }\",\".framer-4fME0 .framer-1vdq5et { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 5px 0px 5px 0px; position: relative; width: 100%; }\",\".framer-4fME0 .framer-1qvix7o { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-4fME0 .framer-1h0s704 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-4fME0 .framer-5b3a0b { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-4fME0 .framer-zcroxf, .framer-4fME0 .framer-g0djem { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-4fME0 .framer-mucgdb { 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-4fME0 .framer-iqmj1l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 20px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 20px; }\",\".framer-4fME0 .framer-uhex7b-container { flex: none; height: 20px; left: 0px; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 1; }\",\".framer-4fME0 .framer-1oa1kpe-container { bottom: -15px; flex: none; height: 20px; left: -16px; position: absolute; width: 20px; z-index: 1; }\",\".framer-4fME0 .framer-1bx65c5-container { flex: none; height: 1px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4fME0.framer-gd26ck, .framer-4fME0 .framer-1vdq5et, .framer-4fME0 .framer-1qvix7o, .framer-4fME0 .framer-1h0s704, .framer-4fME0 .framer-mucgdb, .framer-4fME0 .framer-iqmj1l { gap: 0px; } .framer-4fME0.framer-gd26ck > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-4fME0.framer-gd26ck > :first-child { margin-top: 0px; } .framer-4fME0.framer-gd26ck > :last-child { margin-bottom: 0px; } .framer-4fME0 .framer-1vdq5et > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-4fME0 .framer-1vdq5et > :first-child, .framer-4fME0 .framer-1qvix7o > :first-child, .framer-4fME0 .framer-1h0s704 > :first-child, .framer-4fME0 .framer-mucgdb > :first-child, .framer-4fME0 .framer-iqmj1l > :first-child { margin-left: 0px; } .framer-4fME0 .framer-1vdq5et > :last-child, .framer-4fME0 .framer-1qvix7o > :last-child, .framer-4fME0 .framer-1h0s704 > :last-child, .framer-4fME0 .framer-mucgdb > :last-child, .framer-4fME0 .framer-iqmj1l > :last-child { margin-right: 0px; } .framer-4fME0 .framer-1qvix7o > *, .framer-4fME0 .framer-mucgdb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4fME0 .framer-1h0s704 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-4fME0 .framer-iqmj1l > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-4fME0.framer-v-1pjv5z8 .framer-uhex7b-container, .framer-4fME0.framer-v-16izwqv .framer-uhex7b-container { left: 16px; top: calc(-29.999999999999975% - 20px / 2); }\",\".framer-4fME0.framer-v-1pjv5z8 .framer-1oa1kpe-container, .framer-4fME0.framer-v-16izwqv .framer-1oa1kpe-container { bottom: 0px; left: 0px; }\",\".framer-4fME0.framer-v-16izwqv.framer-gd26ck { gap: 11px; width: 390px; }\",\".framer-4fME0.framer-v-16izwqv .framer-1vdq5et { gap: 20px; }\",\".framer-4fME0.framer-v-16izwqv .framer-1qvix7o { flex: 1 0 0px; flex-direction: column; gap: 4px; }\",\".framer-4fME0.framer-v-16izwqv .framer-1h0s704, .framer-4fME0.framer-v-16izwqv .framer-zcroxf { flex: none; width: 100%; }\",\".framer-4fME0.framer-v-16izwqv .framer-5b3a0b { flex: 1 0 0px; 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-4fME0.framer-v-16izwqv.framer-gd26ck, .framer-4fME0.framer-v-16izwqv .framer-1vdq5et, .framer-4fME0.framer-v-16izwqv .framer-1qvix7o { gap: 0px; } .framer-4fME0.framer-v-16izwqv.framer-gd26ck > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-4fME0.framer-v-16izwqv.framer-gd26ck > :first-child, .framer-4fME0.framer-v-16izwqv .framer-1qvix7o > :first-child { margin-top: 0px; } .framer-4fME0.framer-v-16izwqv.framer-gd26ck > :last-child, .framer-4fME0.framer-v-16izwqv .framer-1qvix7o > :last-child { margin-bottom: 0px; } .framer-4fME0.framer-v-16izwqv .framer-1vdq5et > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-4fME0.framer-v-16izwqv .framer-1vdq5et > :first-child { margin-left: 0px; } .framer-4fME0.framer-v-16izwqv .framer-1vdq5et > :last-child { margin-right: 0px; } .framer-4fME0.framer-v-16izwqv .framer-1qvix7o > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 51\n * @framerIntrinsicWidth 580\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"t45hGlwjS\":{\"layout\":[\"fixed\",\"auto\"]},\"P_1rZbrMP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"fRZGzEfhU\":\"title\",\"UWgzLamjX\":\"platform\",\"Fc2qCuIQt\":\"type\",\"NJkPDlnRU\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerINsoWRdM6=withCSS(Component,css,\"framer-4fME0\");export default FramerINsoWRdM6;FramerINsoWRdM6.displayName=\"Awards / Awards Row 5\";FramerINsoWRdM6.defaultProps={height:51,width:580};addPropertyControls(FramerINsoWRdM6,{variant:{options:[\"G8UJ7JIWQ\",\"t45hGlwjS\",\"P_1rZbrMP\"],optionTitles:[\"Awards Row - Desktop\",\"Awards Row - Desktop Hover\",\"Awards Row - Mobile\"],title:\"Variant\",type:ControlType.Enum},fRZGzEfhU:{defaultValue:\"Project 003\",displayTextArea:false,title:\"Title\",type:ControlType.String},UWgzLamjX:{defaultValue:\"AWWWARDS\",displayTextArea:false,title:\"Platform\",type:ControlType.String},Fc2qCuIQt:{defaultValue:\"SOTD\",displayTextArea:false,title:\"Type\",type:ControlType.String},NJkPDlnRU:{title:\"Link\",type:ControlType.Link}});addFonts(FramerINsoWRdM6,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]},...PhosphorFonts,...AwardsAwardsAnimatedLineFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerINsoWRdM6\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"fRZGzEfhU\\\":\\\"title\\\",\\\"UWgzLamjX\\\":\\\"platform\\\",\\\"Fc2qCuIQt\\\":\\\"type\\\",\\\"NJkPDlnRU\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"51\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"580\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t45hGlwjS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P_1rZbrMP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./INsoWRdM6.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={D1807sKrw:{hover:true},iTbIDhWGp:{hover:true}};const cycleOrder=[\"iTbIDhWGp\",\"D1807sKrw\"];const serializationHash=\"framer-O3iCM\";const variantClassNames={D1807sKrw:\"framer-v-omk8i9\",iTbIDhWGp:\"framer-v-dtmxs6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"1\":\"iTbIDhWGp\",\"Variant 2\":\"D1807sKrw\"};const getProps=({click,click2,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,Im38zZ0Qk:click2!==null&&click2!==void 0?click2:props.Im38zZ0Qk,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"iTbIDhWGp\",VIjAFdxQ1:click!==null&&click!==void 0?click:props.VIjAFdxQ1};};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,VIjAFdxQ1,Im38zZ0Qk,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iTbIDhWGp\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapnlw7v9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(VIjAFdxQ1){const res=await VIjAFdxQ1(...args);if(res===false)return false;}if(Im38zZ0Qk){const res=await Im38zZ0Qk(...args);if(res===false)return false;}});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-dtmxs6\",className,classNames),\"data-framer-name\":\"1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iTbIDhWGp\",onTap:onTapnlw7v9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-9155badf-75af-422c-9913-114425499cf8, rgb(247, 247, 247))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,...style},variants:{\"D1807sKrw-hover\":{backgroundColor:\"rgb(237, 237, 237)\"},\"iTbIDhWGp-hover\":{backgroundColor:\"rgb(237, 237, 237)\"}},...addPropertyOverrides({\"D1807sKrw-hover\":{\"data-framer-name\":undefined},\"iTbIDhWGp-hover\":{\"data-framer-name\":undefined},D1807sKrw:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jsieow-container\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"CgA_g0nBm-container\",name:\"Arrow\",style:{rotate:0},variants:{D1807sKrw:{rotate:180}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"CgA_g0nBm\",layoutId:\"CgA_g0nBm\",mirrored:false,name:\"Arrow\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-O3iCM.framer-o6jfs1, .framer-O3iCM .framer-o6jfs1 { display: block; }\",\".framer-O3iCM.framer-dtmxs6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: hidden; padding: 14px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-O3iCM .framer-1jsieow-container { flex: none; height: 20px; position: relative; width: 20px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-O3iCM.framer-dtmxs6 { gap: 0px; } .framer-O3iCM.framer-dtmxs6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-O3iCM.framer-dtmxs6 > :first-child { margin-left: 0px; } .framer-O3iCM.framer-dtmxs6 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"D1807sKrw\":{\"layout\":[\"auto\",\"fixed\"]},\"Yj7zq0ldG\":{\"layout\":[\"auto\",\"fixed\"]},\"iWxEp3Hi5\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"VIjAFdxQ1\":\"click\",\"Im38zZ0Qk\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerY7Xwe8zJe=withCSS(Component,css,\"framer-O3iCM\");export default FramerY7Xwe8zJe;FramerY7Xwe8zJe.displayName=\"Services / Mobile Button - Arrow\";FramerY7Xwe8zJe.defaultProps={height:36,width:48};addPropertyControls(FramerY7Xwe8zJe,{variant:{options:[\"iTbIDhWGp\",\"D1807sKrw\"],optionTitles:[\"1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},VIjAFdxQ1:{title:\"Click\",type:ControlType.EventHandler},Im38zZ0Qk:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(FramerY7Xwe8zJe,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerY7Xwe8zJe\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"36\",\"framerVariables\":\"{\\\"VIjAFdxQ1\\\":\\\"click\\\",\\\"Im38zZ0Qk\\\":\\\"click2\\\"}\",\"framerIntrinsicWidth\":\"48\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"D1807sKrw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Yj7zq0ldG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"iWxEp3Hi5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Y7Xwe8zJe.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ServicesMobileButtonArrow from\"https://framerusercontent.com/modules/iGlj5ZmxiJL7BPYjDHzD/YjvBakHncvJVtjotprQa/Y7Xwe8zJe.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/kzfo58erxo1imxhl5vVk/75q09godKRvcxgerV5dO/mE3qYDPim.js\";const ServicesMobileButtonArrowFonts=getFonts(ServicesMobileButtonArrow);const cycleOrder=[\"uj0PB4ST0\",\"e9gf76gun\",\"wLAaoUkA_\",\"aeffUTwZ3\",\"NVmFjz_fZ\",\"jWZ0f_D0z\",\"vm_waZ3Qe\",\"n6XHVtltF\"];const serializationHash=\"framer-Mtb7k\";const variantClassNames={aeffUTwZ3:\"framer-v-1npf4lf\",e9gf76gun:\"framer-v-2m0obw\",jWZ0f_D0z:\"framer-v-10244le\",n6XHVtltF:\"framer-v-1u6146j\",NVmFjz_fZ:\"framer-v-16ja167\",uj0PB4ST0:\"framer-v-m2a1wz\",vm_waZ3Qe:\"framer-v-fsjj91\",wLAaoUkA_:\"framer-v-vqvxpv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.7,ease:[.85,-.03,.21,1.04],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={delay:.35,duration:0,ease:[.85,-.03,.21,1.04],type:\"tween\"};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 1\":\"uj0PB4ST0\",\"Desktop 2\":\"e9gf76gun\",\"Desktop 3\":\"wLAaoUkA_\",\"Desktop 4\":\"aeffUTwZ3\",\"Mobile 1\":\"NVmFjz_fZ\",\"Mobile 2\":\"jWZ0f_D0z\",\"Mobile 3\":\"vm_waZ3Qe\",\"Mobile 4\":\"n6XHVtltF\"};const getProps=({cursorLeft,cursorRight,height,id,width,...props})=>{return{...props,Cpp3SGIAR:cursorRight??props.Cpp3SGIAR,rZNdwCFmu:cursorLeft??props.rZNdwCFmu,variant:humanReadableVariantMap[props.variant]??props.variant??\"uj0PB4ST0\"};};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,rZNdwCFmu,Cpp3SGIAR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uj0PB4ST0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapijclz1=activeVariantCallback(async(...args)=>{setVariant(\"aeffUTwZ3\");});const onTap1q8ri72=activeVariantCallback(async(...args)=>{setVariant(\"uj0PB4ST0\");});const onTap1s0kerd=activeVariantCallback(async(...args)=>{setVariant(\"e9gf76gun\");});const onTaplmbop4=activeVariantCallback(async(...args)=>{setVariant(\"wLAaoUkA_\");});const VIjAFdxQ1ijclz1=activeVariantCallback(async(...args)=>{setVariant(\"aeffUTwZ3\");});const VIjAFdxQ11hnn8ba=activeVariantCallback(async(...args)=>{setVariant(\"n6XHVtltF\");});const VIjAFdxQ1uz8g85=activeVariantCallback(async(...args)=>{setVariant(\"NVmFjz_fZ\");});const VIjAFdxQ1nz25d4=activeVariantCallback(async(...args)=>{setVariant(\"jWZ0f_D0z\");});const VIjAFdxQ1hz9mx9=activeVariantCallback(async(...args)=>{setVariant(\"vm_waZ3Qe\");});const VIjAFdxQ11s0kerd=activeVariantCallback(async(...args)=>{setVariant(\"e9gf76gun\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"NVmFjz_fZ\",\"jWZ0f_D0z\",\"vm_waZ3Qe\",\"n6XHVtltF\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"NVmFjz_fZ\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"jWZ0f_D0z\")return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"vm_waZ3Qe\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"n6XHVtltF\")return false;return true;};const isDisplayed5=()=>{if([\"NVmFjz_fZ\",\"jWZ0f_D0z\",\"vm_waZ3Qe\",\"n6XHVtltF\"].includes(baseVariant))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.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-m2a1wz\",className,classNames),\"data-framer-name\":\"Desktop 1\",layoutDependency:layoutDependency,layoutId:\"uj0PB4ST0\",ref:refBinding,style:{...style},...addPropertyOverrides({aeffUTwZ3:{\"data-framer-name\":\"Desktop 4\"},e9gf76gun:{\"data-framer-name\":\"Desktop 2\"},jWZ0f_D0z:{\"data-framer-name\":\"Mobile 2\"},n6XHVtltF:{\"data-framer-name\":\"Mobile 4\"},NVmFjz_fZ:{\"data-framer-name\":\"Mobile 1\"},vm_waZ3Qe:{\"data-framer-name\":\"Mobile 3\"},wLAaoUkA_:{\"data-framer-name\":\"Desktop 3\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-k4rd4s\",\"data-framer-cursor\":rZNdwCFmu,\"data-framer-name\":\"Desktop Button Area - Left\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"W0jKjpH4G\",onTap:onTapijclz1,...addPropertyOverrides({aeffUTwZ3:{onTap:onTaplmbop4},e9gf76gun:{onTap:onTap1q8ri72},wLAaoUkA_:{onTap:onTap1s0kerd}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1roxzgm\",\"data-framer-cursor\":Cpp3SGIAR,\"data-framer-name\":\"Desktop Button Area - Right\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xPlm1aCs0\",onTap:onTap1s0kerd,...addPropertyOverrides({aeffUTwZ3:{onTap:onTap1q8ri72},e9gf76gun:{onTap:onTaplmbop4},wLAaoUkA_:{onTap:onTapijclz1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1owwq4b\",\"data-framer-name\":\"Cards\",layoutDependency:layoutDependency,layoutId:\"YmHF_Gvfp\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bvlmtr\",\"data-framer-name\":\"Card Wrapper\",layoutDependency:layoutDependency,layoutId:\"ytn7LavQI\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6ts81w\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"h1SCqhBRE\",style:{backgroundColor:\"var(--token-4e56bf6d-9cc8-456b-82c7-bec783b904a5, rgb(23, 23, 23))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\",rotateY:0,z:0},variants:{aeffUTwZ3:{rotateY:-60,z:-220},e9gf76gun:{rotateY:60,z:-220},jWZ0f_D0z:{rotateY:60,z:-220},n6XHVtltF:{rotateY:-60,z:-220},NVmFjz_fZ:{rotateY:0},vm_waZ3Qe:{rotateY:0,z:-360},wLAaoUkA_:{rotateY:0,z:-360}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-24z0o4\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"ILTi1BjoN\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.39) 100%)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-284)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg\",srcSet:\"https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg 1000w\"},className:\"framer-1hxwvn9\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"KUaLutT2O\",style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},...addPropertyOverrides({jWZ0f_D0z:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg\",srcSet:\"https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg 1000w\"}},n6XHVtltF:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg\",srcSet:\"https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg 1000w\"}},NVmFjz_fZ:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg\",srcSet:\"https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg 1000w\"}},vm_waZ3Qe:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg\",srcSet:\"https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/xTeT3BWLXKajOjPZjnJvDN8Dc.jpg 1000w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zt7p62\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"LJveNDxHW\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-7ssc7y\",\"data-styles-preset\":\"mE3qYDPim\",children:\"XO TRANSPORTATION\"})}),className:\"framer-1cdgn76\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SuIjksUoM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},transformTemplate:transformTemplate1,variants:{aeffUTwZ3:{opacity:.2},e9gf76gun:{opacity:.2},jWZ0f_D0z:{opacity:.2},n6XHVtltF:{opacity:.2},vm_waZ3Qe:{opacity:.2},wLAaoUkA_:{opacity:.2}},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15vx48y\",\"data-framer-name\":\"Card Wrapper\",layoutDependency:layoutDependency,layoutId:\"je5kPXrG1\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yc9n98\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"JCaDgWiFZ\",style:{backgroundColor:\"var(--token-4e56bf6d-9cc8-456b-82c7-bec783b904a5, rgb(23, 23, 23))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\",rotateY:-60,z:-220},variants:{aeffUTwZ3:{rotateY:0,z:-360},e9gf76gun:{rotateY:0,z:1},jWZ0f_D0z:{rotateY:0,z:1},n6XHVtltF:{rotateY:0,z:-360},vm_waZ3Qe:{rotateY:60},wLAaoUkA_:{rotateY:60}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kqx6u0\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"lzX8RSYqx\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.39) 100%)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-284)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg\",srcSet:\"https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg 1000w\"},className:\"framer-al11pu\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"Fv7KgBJkQ\",style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},...addPropertyOverrides({jWZ0f_D0z:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg\",srcSet:\"https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg 1000w\"}},n6XHVtltF:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg\",srcSet:\"https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg 1000w\"}},NVmFjz_fZ:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg\",srcSet:\"https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg 1000w\"}},vm_waZ3Qe:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg\",srcSet:\"https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/n6viV1j7jl5Yh1oSGXtCw0nNvc.jpg 1000w\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-eu1imr\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"OgPk3xswy\",...addPropertyOverrides({wLAaoUkA_:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-7ssc7y\",\"data-styles-preset\":\"mE3qYDPim\",children:\"Choura Events\"})}),className:\"framer-axywn3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QZwn7T5GE\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},transformTemplate:transformTemplate1,variants:{aeffUTwZ3:{opacity:1},n6XHVtltF:{opacity:1},NVmFjz_fZ:{opacity:1},vm_waZ3Qe:{opacity:1},wLAaoUkA_:{opacity:.02}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({wLAaoUkA_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-7ssc7y\",\"data-styles-preset\":\"mE3qYDPim\",style:{\"--framer-text-alignment\":\"center\"},children:\"Choura Events\"})})}},baseVariant,gestureVariant)})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o5tvj0\",\"data-framer-name\":\"Card Wrapper\",layoutDependency:layoutDependency,layoutId:\"TMyzD_h3b\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-88cpob\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"e_wMFaeUF\",style:{backgroundColor:\"var(--token-4e56bf6d-9cc8-456b-82c7-bec783b904a5, rgb(23, 23, 23))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\",rotateY:0,z:-360},variants:{aeffUTwZ3:{rotateY:60,z:-220},e9gf76gun:{rotateY:-60,z:-220},jWZ0f_D0z:{rotateY:-60,z:-220},n6XHVtltF:{rotateY:60,z:-220},NVmFjz_fZ:{rotateY:0},vm_waZ3Qe:{rotateY:0,z:1},wLAaoUkA_:{rotateY:0,z:1}},children:[isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-j53tj0\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"WNuKdzyqe\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-7ssc7y\",\"data-styles-preset\":\"mE3qYDPim\",children:\"Bryson Financial\"})}),className:\"framer-46wn0t\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rcgUkDCe1\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.2},transformTemplate:transformTemplate1,variants:{wLAaoUkA_:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8qtv7s\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"XpjfTh4hF\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.39) 100%)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-284)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg\",srcSet:\"https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg 1000w\"},className:\"framer-1yrwpe9\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"PUAzymRqd\",style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},...addPropertyOverrides({jWZ0f_D0z:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg\",srcSet:\"https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg 1000w\"}},n6XHVtltF:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg\",srcSet:\"https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg 1000w\"}},NVmFjz_fZ:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg\",srcSet:\"https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg 1000w\"}},vm_waZ3Qe:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg\",srcSet:\"https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/2aPiTj4sUFHyad0Fi1DDR2fCPaw.jpg 1000w\"}}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-u95ojm\",\"data-framer-name\":\"Card Wrapper\",layoutDependency:layoutDependency,layoutId:\"By681Cgzr\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cidizi\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"jZsfMblQm\",style:{backgroundColor:\"var(--token-4e56bf6d-9cc8-456b-82c7-bec783b904a5, rgb(23, 23, 23))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\",rotateY:60,z:-220},variants:{aeffUTwZ3:{rotateY:0,z:1},e9gf76gun:{rotateY:0,z:-360},jWZ0f_D0z:{rotateY:0,z:-360},n6XHVtltF:{rotateY:0,z:1},vm_waZ3Qe:{rotateY:-60},wLAaoUkA_:{rotateY:-60}},children:[isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-c4qu9m\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"MFRuTTSKg\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-7ssc7y\",\"data-styles-preset\":\"mE3qYDPim\",children:\"First Div. Plumbing\"})}),className:\"framer-1y3zutl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gP_PG6R1p\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.2},variants:{aeffUTwZ3:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aeffUTwZ3:{transformTemplate:transformTemplate1},e9gf76gun:{transformTemplate:transformTemplate1},wLAaoUkA_:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jcowlg\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"WkakRiDu3\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.39) 100%)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-284)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg\",srcSet:\"https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg 1000w\"},className:\"framer-1v0b78i\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"pACwPQ00m\",style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},...addPropertyOverrides({jWZ0f_D0z:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg\",srcSet:\"https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg 1000w\"}},n6XHVtltF:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg\",srcSet:\"https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg 1000w\"}},NVmFjz_fZ:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg\",srcSet:\"https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg 1000w\"}},vm_waZ3Qe:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+0+0)+0+0+0+284-284),pixelHeight:1500,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4632)`,src:\"https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg\",srcSet:\"https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/CNQQOLOwVqasCiE9QL8RPaSI.jpg 1000w\"}}},baseVariant,gestureVariant)})]})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tkxf5p\",\"data-framer-name\":\"Mobile Navigation\",layoutDependency:layoutDependency,layoutId:\"xAJ9wyhbR\",children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,...addPropertyOverrides({jWZ0f_D0z:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+284+28)+0},n6XHVtltF:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+284+28)+0},NVmFjz_fZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+284+28)+0},vm_waZ3Qe:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+284+28)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rpsko-container\",\"data-framer-name\":\"Button Left\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mYcoF4pPc-container\",name:\"Button Left\",nodeId:\"mYcoF4pPc\",rendersWithMotion:true,scopeId:\"Mlok80w7n\",children:/*#__PURE__*/_jsx(ServicesMobileButtonArrow,{height:\"100%\",id:\"mYcoF4pPc\",layoutId:\"mYcoF4pPc\",name:\"Button Left\",style:{height:\"100%\"},variant:\"D1807sKrw\",VIjAFdxQ1:VIjAFdxQ1ijclz1,width:\"100%\",...addPropertyOverrides({jWZ0f_D0z:{VIjAFdxQ1:VIjAFdxQ1uz8g85},n6XHVtltF:{VIjAFdxQ1:VIjAFdxQ1hz9mx9},NVmFjz_fZ:{VIjAFdxQ1:VIjAFdxQ11hnn8ba},vm_waZ3Qe:{VIjAFdxQ1:VIjAFdxQ1nz25d4}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,...addPropertyOverrides({jWZ0f_D0z:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+284+28)+0},n6XHVtltF:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+284+28)+0},NVmFjz_fZ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+284+28)+0},vm_waZ3Qe:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-348)/2+284+28)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16wxaa2-container\",\"data-framer-name\":\"Button Right\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"a0TTF8DNt-container\",name:\"Button Right\",nodeId:\"a0TTF8DNt\",rendersWithMotion:true,scopeId:\"Mlok80w7n\",children:/*#__PURE__*/_jsx(ServicesMobileButtonArrow,{height:\"100%\",id:\"a0TTF8DNt\",layoutId:\"a0TTF8DNt\",name:\"Button Right\",style:{height:\"100%\"},variant:\"iTbIDhWGp\",VIjAFdxQ1:VIjAFdxQ11s0kerd,width:\"100%\",...addPropertyOverrides({jWZ0f_D0z:{VIjAFdxQ1:VIjAFdxQ1hz9mx9},n6XHVtltF:{VIjAFdxQ1:VIjAFdxQ1uz8g85},NVmFjz_fZ:{VIjAFdxQ1:VIjAFdxQ1nz25d4},vm_waZ3Qe:{VIjAFdxQ1:VIjAFdxQ11hnn8ba}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Mtb7k.framer-1p3lti5, .framer-Mtb7k .framer-1p3lti5 { display: block; }\",\".framer-Mtb7k.framer-m2a1wz { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: 348px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 462px; }\",\".framer-Mtb7k .framer-k4rd4s { cursor: pointer; flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 50%; z-index: 10; }\",\".framer-Mtb7k .framer-1roxzgm { cursor: pointer; flex: none; height: 100%; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 50%; z-index: 10; }\",\".framer-Mtb7k .framer-1owwq4b { align-content: center; align-items: center; aspect-ratio: 1.6267605633802817 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 284px); justify-content: center; overflow: visible; padding: 0px; position: relative; transform-style: preserve-3d; width: 100%; }\",\".framer-Mtb7k .framer-1bvlmtr { align-content: center; align-items: center; aspect-ratio: 1.6267605633802817 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 284px); justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; transform-style: preserve-3d; width: 100%; z-index: 6; }\",\".framer-Mtb7k .framer-6ts81w, .framer-Mtb7k .framer-1yc9n98, .framer-Mtb7k .framer-88cpob, .framer-Mtb7k .framer-cidizi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 46%; }\",\".framer-Mtb7k .framer-24z0o4, .framer-Mtb7k .framer-1hxwvn9, .framer-Mtb7k .framer-1kqx6u0, .framer-Mtb7k .framer-al11pu { bottom: 0px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; width: 100%; z-index: 3; }\",\".framer-Mtb7k .framer-zt7p62 { align-content: center; align-items: center; bottom: 25px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; min-height: 24px; overflow: hidden; padding: 0px; position: absolute; width: 100%; z-index: 4; }\",\".framer-Mtb7k .framer-1cdgn76 { bottom: 0px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre-wrap; width: 214px; word-break: break-word; word-wrap: break-word; z-index: 4; }\",\".framer-Mtb7k .framer-15vx48y { align-content: flex-end; align-items: flex-end; aspect-ratio: 1.6267605633802817 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 284px); justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; transform-style: preserve-3d; width: 100%; z-index: 5; }\",\".framer-Mtb7k .framer-eu1imr { align-content: center; align-items: center; bottom: 25px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; width: 100%; z-index: 4; }\",\".framer-Mtb7k .framer-axywn3, .framer-Mtb7k .framer-46wn0t { bottom: -60px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre-wrap; width: 214px; word-break: break-word; word-wrap: break-word; z-index: 4; }\",\".framer-Mtb7k .framer-o5tvj0 { align-content: center; align-items: center; aspect-ratio: 1.6267605633802817 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 284px); justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; transform-style: preserve-3d; width: 100%; z-index: 4; }\",\".framer-Mtb7k .framer-j53tj0 { align-content: center; align-items: center; bottom: 25px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; width: 100%; z-index: 4; }\",\".framer-Mtb7k .framer-8qtv7s, .framer-Mtb7k .framer-1yrwpe9, .framer-Mtb7k .framer-jcowlg, .framer-Mtb7k .framer-1v0b78i { bottom: 0px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; transform-style: preserve-3d; width: 100%; z-index: 3; }\",\".framer-Mtb7k .framer-u95ojm { align-content: flex-start; align-items: flex-start; aspect-ratio: 1.6267605633802817 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 284px); justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; transform-style: preserve-3d; width: 100%; z-index: 3; }\",\".framer-Mtb7k .framer-c4qu9m { align-content: center; align-items: center; bottom: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; min-height: 25px; overflow: hidden; padding: 0px; position: absolute; width: 100%; z-index: 4; }\",\".framer-Mtb7k .framer-1y3zutl { bottom: -60px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre-wrap; width: 214px; word-break: break-word; word-wrap: break-word; z-index: 4; }\",\".framer-Mtb7k .framer-tkxf5p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Mtb7k .framer-1rpsko-container, .framer-Mtb7k .framer-16wxaa2-container { flex: none; height: 36px; position: relative; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Mtb7k.framer-m2a1wz, .framer-Mtb7k .framer-1owwq4b, .framer-Mtb7k .framer-1bvlmtr, .framer-Mtb7k .framer-6ts81w, .framer-Mtb7k .framer-zt7p62, .framer-Mtb7k .framer-15vx48y, .framer-Mtb7k .framer-1yc9n98, .framer-Mtb7k .framer-eu1imr, .framer-Mtb7k .framer-o5tvj0, .framer-Mtb7k .framer-88cpob, .framer-Mtb7k .framer-j53tj0, .framer-Mtb7k .framer-u95ojm, .framer-Mtb7k .framer-cidizi, .framer-Mtb7k .framer-c4qu9m, .framer-Mtb7k .framer-tkxf5p { gap: 0px; } .framer-Mtb7k.framer-m2a1wz > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-Mtb7k.framer-m2a1wz > :first-child, .framer-Mtb7k .framer-1owwq4b > :first-child, .framer-Mtb7k .framer-1bvlmtr > :first-child, .framer-Mtb7k .framer-6ts81w > :first-child, .framer-Mtb7k .framer-15vx48y > :first-child, .framer-Mtb7k .framer-1yc9n98 > :first-child, .framer-Mtb7k .framer-o5tvj0 > :first-child, .framer-Mtb7k .framer-88cpob > :first-child, .framer-Mtb7k .framer-u95ojm > :first-child, .framer-Mtb7k .framer-cidizi > :first-child { margin-top: 0px; } .framer-Mtb7k.framer-m2a1wz > :last-child, .framer-Mtb7k .framer-1owwq4b > :last-child, .framer-Mtb7k .framer-1bvlmtr > :last-child, .framer-Mtb7k .framer-6ts81w > :last-child, .framer-Mtb7k .framer-15vx48y > :last-child, .framer-Mtb7k .framer-1yc9n98 > :last-child, .framer-Mtb7k .framer-o5tvj0 > :last-child, .framer-Mtb7k .framer-88cpob > :last-child, .framer-Mtb7k .framer-u95ojm > :last-child, .framer-Mtb7k .framer-cidizi > :last-child { margin-bottom: 0px; } .framer-Mtb7k .framer-1owwq4b > *, .framer-Mtb7k .framer-1bvlmtr > *, .framer-Mtb7k .framer-6ts81w > *, .framer-Mtb7k .framer-15vx48y > *, .framer-Mtb7k .framer-1yc9n98 > *, .framer-Mtb7k .framer-o5tvj0 > *, .framer-Mtb7k .framer-88cpob > *, .framer-Mtb7k .framer-u95ojm > *, .framer-Mtb7k .framer-cidizi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Mtb7k .framer-zt7p62 > *, .framer-Mtb7k .framer-eu1imr > *, .framer-Mtb7k .framer-j53tj0 > *, .framer-Mtb7k .framer-c4qu9m > *, .framer-Mtb7k .framer-tkxf5p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Mtb7k .framer-zt7p62 > :first-child, .framer-Mtb7k .framer-eu1imr > :first-child, .framer-Mtb7k .framer-j53tj0 > :first-child, .framer-Mtb7k .framer-c4qu9m > :first-child, .framer-Mtb7k .framer-tkxf5p > :first-child { margin-left: 0px; } .framer-Mtb7k .framer-zt7p62 > :last-child, .framer-Mtb7k .framer-eu1imr > :last-child, .framer-Mtb7k .framer-j53tj0 > :last-child, .framer-Mtb7k .framer-c4qu9m > :last-child, .framer-Mtb7k .framer-tkxf5p > :last-child { margin-right: 0px; } }\",\".framer-Mtb7k.framer-v-2m0obw .framer-1bvlmtr, .framer-Mtb7k.framer-v-vqvxpv .framer-15vx48y, .framer-Mtb7k.framer-v-1npf4lf .framer-o5tvj0, .framer-Mtb7k.framer-v-10244le .framer-1bvlmtr, .framer-Mtb7k.framer-v-fsjj91 .framer-15vx48y, .framer-Mtb7k.framer-v-1u6146j .framer-o5tvj0 { align-content: flex-start; align-items: flex-start; }\",\".framer-Mtb7k.framer-v-2m0obw .framer-1cdgn76, .framer-Mtb7k.framer-v-1npf4lf .framer-1cdgn76, .framer-Mtb7k.framer-v-10244le .framer-1cdgn76, .framer-Mtb7k.framer-v-1u6146j .framer-1cdgn76 { bottom: -60px; }\",\".framer-Mtb7k.framer-v-2m0obw .framer-15vx48y, .framer-Mtb7k.framer-v-2m0obw .framer-u95ojm, .framer-Mtb7k.framer-v-1npf4lf .framer-15vx48y, .framer-Mtb7k.framer-v-1npf4lf .framer-u95ojm, .framer-Mtb7k.framer-v-10244le .framer-15vx48y, .framer-Mtb7k.framer-v-10244le .framer-u95ojm, .framer-Mtb7k.framer-v-1u6146j .framer-15vx48y, .framer-Mtb7k.framer-v-1u6146j .framer-u95ojm { align-content: center; align-items: center; }\",\".framer-Mtb7k.framer-v-2m0obw .framer-axywn3, .framer-Mtb7k.framer-v-vqvxpv .framer-46wn0t { bottom: 0px; }\",\".framer-Mtb7k.framer-v-2m0obw .framer-o5tvj0, .framer-Mtb7k.framer-v-vqvxpv .framer-u95ojm, .framer-Mtb7k.framer-v-1npf4lf .framer-1bvlmtr, .framer-Mtb7k.framer-v-10244le .framer-o5tvj0, .framer-Mtb7k.framer-v-fsjj91 .framer-u95ojm, .framer-Mtb7k.framer-v-1u6146j .framer-1bvlmtr { align-content: flex-end; align-items: flex-end; }\",\".framer-Mtb7k.framer-v-2m0obw .framer-c4qu9m, .framer-Mtb7k.framer-v-vqvxpv .framer-c4qu9m, .framer-Mtb7k.framer-v-vqvxpv .framer-1y3zutl { left: 50%; }\",\".framer-Mtb7k.framer-v-2m0obw .framer-1y3zutl { left: 43%; }\",\".framer-Mtb7k.framer-v-vqvxpv .framer-eu1imr { height: min-content; left: 50%; min-height: 25px; }\",\".framer-Mtb7k.framer-v-vqvxpv .framer-axywn3 { bottom: 4px; }\",\".framer-Mtb7k.framer-v-1npf4lf .framer-axywn3 { width: 178px; }\",\".framer-Mtb7k.framer-v-1npf4lf .framer-c4qu9m { min-height: 24px; }\",\".framer-Mtb7k.framer-v-1npf4lf .framer-1y3zutl { bottom: 0px; left: 50%; }\",\".framer-Mtb7k.framer-v-1u6146j .framer-axywn3 { left: 49%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 348\n * @framerIntrinsicWidth 462\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"e9gf76gun\":{\"layout\":[\"fixed\",\"fixed\"]},\"wLAaoUkA_\":{\"layout\":[\"fixed\",\"fixed\"]},\"aeffUTwZ3\":{\"layout\":[\"fixed\",\"fixed\"]},\"NVmFjz_fZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"jWZ0f_D0z\":{\"layout\":[\"fixed\",\"fixed\"]},\"vm_waZ3Qe\":{\"layout\":[\"fixed\",\"fixed\"]},\"n6XHVtltF\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"rZNdwCFmu\":\"cursorLeft\",\"Cpp3SGIAR\":\"cursorRight\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMlok80w7n=withCSS(Component,css,\"framer-Mtb7k\");export default FramerMlok80w7n;FramerMlok80w7n.displayName=\"Carousel - Clients 6\";FramerMlok80w7n.defaultProps={height:348,width:462};addPropertyControls(FramerMlok80w7n,{variant:{options:[\"uj0PB4ST0\",\"e9gf76gun\",\"wLAaoUkA_\",\"aeffUTwZ3\",\"NVmFjz_fZ\",\"jWZ0f_D0z\",\"vm_waZ3Qe\",\"n6XHVtltF\"],optionTitles:[\"Desktop 1\",\"Desktop 2\",\"Desktop 3\",\"Desktop 4\",\"Mobile 1\",\"Mobile 2\",\"Mobile 3\",\"Mobile 4\"],title:\"Variant\",type:ControlType.Enum},rZNdwCFmu:{title:\"Cursor - Left\",type:ControlType.CustomCursor},Cpp3SGIAR:{title:\"Cursor - Right\",type:ControlType.CustomCursor}});addFonts(FramerMlok80w7n,[{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\"}]},...ServicesMobileButtonArrowFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMlok80w7n\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"rZNdwCFmu\\\":\\\"cursorLeft\\\",\\\"Cpp3SGIAR\\\":\\\"cursorRight\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e9gf76gun\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wLAaoUkA_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aeffUTwZ3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NVmFjz_fZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jWZ0f_D0z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vm_waZ3Qe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"n6XHVtltF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"462\",\"framerIntrinsicHeight\":\"348\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Mlok80w7n.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AwardsAwardsAnimatedLine from\"https://framerusercontent.com/modules/RUfUU06S8cn796X6rTHK/NN5N4y8xsDb9nrYLQc8l/lsiiSFwwV.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const AwardsAwardsAnimatedLineFonts=getFonts(AwardsAwardsAnimatedLine);const cycleOrder=[\"RV5nzXuWE\",\"GY4UIgGbM\",\"wvH_8fFFo\"];const serializationHash=\"framer-q5e8d\";const variantClassNames={GY4UIgGbM:\"framer-v-i2612a\",RV5nzXuWE:\"framer-v-1dnw5f\",wvH_8fFFo:\"framer-v-1uboq7h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.12,.23,0,.96],type:\"tween\"};const transition2={delay:0,duration:.8,ease:[.12,.23,0,.96],type:\"tween\"};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={\"Awards Row - Desktop Hover\":\"GY4UIgGbM\",\"Awards Row - Desktop\":\"RV5nzXuWE\",\"Awards Row - Mobile\":\"wvH_8fFFo\"};const getProps=({height,id,link,platform,title,type,width,...props})=>{return{...props,Fc2qCuIQt:type??props.Fc2qCuIQt??\"SOTD\",fRZGzEfhU:title??props.fRZGzEfhU??\"Project 003\",NJkPDlnRU:link??props.NJkPDlnRU,UWgzLamjX:platform??props.UWgzLamjX??\"AWWWARDS\",variant:humanReadableVariantMap[props.variant]??props.variant??\"RV5nzXuWE\"};};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,fRZGzEfhU,UWgzLamjX,Fc2qCuIQt,NJkPDlnRU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RV5nzXuWE\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterlg5xgb=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"GY4UIgGbM\");});const onMouseLeavenkz4jd=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"RV5nzXuWE\");});const sharedStyleClassNames=[];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,...addPropertyOverrides({GY4UIgGbM:{value:transition2},wvH_8fFFo:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:NJkPDlnRU,motionChild:true,nodeId:\"RV5nzXuWE\",openInNewTab:true,scopeId:\"oMtnmti3m\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1dnw5f\",className,classNames)} framer-a5fx84`,\"data-framer-name\":\"Awards Row - Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RV5nzXuWE\",onMouseEnter:onMouseEnterlg5xgb,ref:refBinding,style:{...style},...addPropertyOverrides({GY4UIgGbM:{\"data-framer-name\":\"Awards Row - Desktop Hover\",onMouseLeave:onMouseLeavenkz4jd},wvH_8fFFo:{\"data-framer-name\":\"Awards Row - Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zekm91\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"VkTgw6odn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ewiq9a\",layoutDependency:layoutDependency,layoutId:\"attTR_Ozx\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hbot7t\",layoutDependency:layoutDependency,layoutId:\"U0WuM6QMc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"Project 003\"})}),className:\"framer-mg8fyg\",\"data-framer-name\":\"1\",fonts:[\"FS;Montserrat-semibold\"],layoutDependency:layoutDependency,layoutId:\"J18uuo5wq\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:fRZGzEfhU,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"SOTD\"})}),className:\"framer-2tj1u1\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"XtLJvCCcg\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:Fc2qCuIQt,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8klf7a\",layoutDependency:layoutDependency,layoutId:\"Mc7s8vlC5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"AWWWARDS\"})}),className:\"framer-1hyduds\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"obNjYdSzj\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:UWgzLamjX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lx0ysh\",layoutDependency:layoutDependency,layoutId:\"lFuubexib\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mok1t5-container\",\"data-framer-name\":\"Arrow 1\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"jt_JhgC20-container\",name:\"Arrow 1\",nodeId:\"jt_JhgC20\",rendersWithMotion:true,scopeId:\"oMtnmti3m\",style:{opacity:0,rotate:-45},variants:{GY4UIgGbM:{opacity:1},wvH_8fFFo:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"jt_JhgC20\",layoutId:\"jt_JhgC20\",mirrored:false,name:\"Arrow 1\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5ib799-container\",\"data-framer-name\":\"Arrow 2\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"z3DPUoKAz-container\",name:\"Arrow 2\",nodeId:\"z3DPUoKAz\",rendersWithMotion:true,scopeId:\"oMtnmti3m\",style:{opacity:.5,rotate:-45},variants:{GY4UIgGbM:{opacity:0},wvH_8fFFo:{opacity:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"z3DPUoKAz\",layoutId:\"z3DPUoKAz\",mirrored:false,name:\"Arrow 2\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({GY4UIgGbM:{color:\"rgb(255, 255, 255)\"},wvH_8fFFo:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+10+80,...addPropertyOverrides({wvH_8fFFo:{y:(componentViewport?.y||0)+10+175}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-j7sjcu-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"z6j7D3JhX-container\",nodeId:\"z6j7D3JhX\",rendersWithMotion:true,scopeId:\"oMtnmti3m\",children:/*#__PURE__*/_jsx(AwardsAwardsAnimatedLine,{height:\"100%\",id:\"z6j7D3JhX\",layoutId:\"z6j7D3JhX\",style:{height:\"100%\",width:\"100%\"},variant:\"TDC5lIbjn\",width:\"100%\",...addPropertyOverrides({GY4UIgGbM:{variant:\"fMFG3aCnD\"},wvH_8fFFo:{variant:\"fMFG3aCnD\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-q5e8d.framer-a5fx84, .framer-q5e8d .framer-a5fx84 { display: block; }\",\".framer-q5e8d.framer-1dnw5f { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; text-decoration: none; width: 580px; }\",\".framer-q5e8d .framer-zekm91 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 5px 0px 5px 0px; position: relative; width: 100%; }\",\".framer-q5e8d .framer-ewiq9a { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-q5e8d .framer-1hbot7t { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q5e8d .framer-mg8fyg { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-q5e8d .framer-2tj1u1, .framer-q5e8d .framer-1hyduds { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-q5e8d .framer-8klf7a { 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-q5e8d .framer-1lx0ysh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 20px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 20px; }\",\".framer-q5e8d .framer-1mok1t5-container { flex: none; height: 20px; left: 0px; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 1; }\",\".framer-q5e8d .framer-5ib799-container { bottom: -15px; flex: none; height: 20px; left: -16px; position: absolute; width: 20px; z-index: 1; }\",\".framer-q5e8d .framer-j7sjcu-container { flex: none; height: 1px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-q5e8d.framer-1dnw5f, .framer-q5e8d .framer-zekm91, .framer-q5e8d .framer-ewiq9a, .framer-q5e8d .framer-1hbot7t, .framer-q5e8d .framer-8klf7a, .framer-q5e8d .framer-1lx0ysh { gap: 0px; } .framer-q5e8d.framer-1dnw5f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-q5e8d.framer-1dnw5f > :first-child { margin-top: 0px; } .framer-q5e8d.framer-1dnw5f > :last-child { margin-bottom: 0px; } .framer-q5e8d .framer-zekm91 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-q5e8d .framer-zekm91 > :first-child, .framer-q5e8d .framer-ewiq9a > :first-child, .framer-q5e8d .framer-1hbot7t > :first-child, .framer-q5e8d .framer-8klf7a > :first-child, .framer-q5e8d .framer-1lx0ysh > :first-child { margin-left: 0px; } .framer-q5e8d .framer-zekm91 > :last-child, .framer-q5e8d .framer-ewiq9a > :last-child, .framer-q5e8d .framer-1hbot7t > :last-child, .framer-q5e8d .framer-8klf7a > :last-child, .framer-q5e8d .framer-1lx0ysh > :last-child { margin-right: 0px; } .framer-q5e8d .framer-ewiq9a > *, .framer-q5e8d .framer-8klf7a > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-q5e8d .framer-1hbot7t > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-q5e8d .framer-1lx0ysh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-q5e8d.framer-v-i2612a .framer-1mok1t5-container, .framer-q5e8d.framer-v-1uboq7h .framer-1mok1t5-container { left: 16px; top: calc(-29.999999999999975% - 20px / 2); }\",\".framer-q5e8d.framer-v-i2612a .framer-5ib799-container, .framer-q5e8d.framer-v-1uboq7h .framer-5ib799-container { bottom: 0px; left: 0px; }\",\".framer-q5e8d.framer-v-1uboq7h.framer-1dnw5f { gap: 11px; width: 390px; }\",\".framer-q5e8d.framer-v-1uboq7h .framer-zekm91 { gap: 20px; }\",\".framer-q5e8d.framer-v-1uboq7h .framer-ewiq9a { flex: 1 0 0px; flex-direction: column; gap: 4px; }\",\".framer-q5e8d.framer-v-1uboq7h .framer-1hbot7t, .framer-q5e8d.framer-v-1uboq7h .framer-2tj1u1 { flex: none; width: 100%; }\",\".framer-q5e8d.framer-v-1uboq7h .framer-mg8fyg { flex: 1 0 0px; 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-q5e8d.framer-v-1uboq7h.framer-1dnw5f, .framer-q5e8d.framer-v-1uboq7h .framer-zekm91, .framer-q5e8d.framer-v-1uboq7h .framer-ewiq9a { gap: 0px; } .framer-q5e8d.framer-v-1uboq7h.framer-1dnw5f > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-q5e8d.framer-v-1uboq7h.framer-1dnw5f > :first-child, .framer-q5e8d.framer-v-1uboq7h .framer-ewiq9a > :first-child { margin-top: 0px; } .framer-q5e8d.framer-v-1uboq7h.framer-1dnw5f > :last-child, .framer-q5e8d.framer-v-1uboq7h .framer-ewiq9a > :last-child { margin-bottom: 0px; } .framer-q5e8d.framer-v-1uboq7h .framer-zekm91 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-q5e8d.framer-v-1uboq7h .framer-zekm91 > :first-child { margin-left: 0px; } .framer-q5e8d.framer-v-1uboq7h .framer-zekm91 > :last-child { margin-right: 0px; } .framer-q5e8d.framer-v-1uboq7h .framer-ewiq9a > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 51\n * @framerIntrinsicWidth 580\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GY4UIgGbM\":{\"layout\":[\"fixed\",\"auto\"]},\"wvH_8fFFo\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"fRZGzEfhU\":\"title\",\"UWgzLamjX\":\"platform\",\"Fc2qCuIQt\":\"type\",\"NJkPDlnRU\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroMtnmti3m=withCSS(Component,css,\"framer-q5e8d\");export default FrameroMtnmti3m;FrameroMtnmti3m.displayName=\"Awards / Awards Row 4\";FrameroMtnmti3m.defaultProps={height:51,width:580};addPropertyControls(FrameroMtnmti3m,{variant:{options:[\"RV5nzXuWE\",\"GY4UIgGbM\",\"wvH_8fFFo\"],optionTitles:[\"Awards Row - Desktop\",\"Awards Row - Desktop Hover\",\"Awards Row - Mobile\"],title:\"Variant\",type:ControlType.Enum},fRZGzEfhU:{defaultValue:\"Project 003\",displayTextArea:false,title:\"Title\",type:ControlType.String},UWgzLamjX:{defaultValue:\"AWWWARDS\",displayTextArea:false,title:\"Platform\",type:ControlType.String},Fc2qCuIQt:{defaultValue:\"SOTD\",displayTextArea:false,title:\"Type\",type:ControlType.String},NJkPDlnRU:{title:\"Link\",type:ControlType.Link}});addFonts(FrameroMtnmti3m,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]},...PhosphorFonts,...AwardsAwardsAnimatedLineFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroMtnmti3m\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"580\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"fRZGzEfhU\\\":\\\"title\\\",\\\"UWgzLamjX\\\":\\\"platform\\\",\\\"Fc2qCuIQt\\\":\\\"type\\\",\\\"NJkPDlnRU\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"51\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GY4UIgGbM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wvH_8fFFo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oMtnmti3m.map", "// Generated by Framer (9f1494d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,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 serializationHash=\"framer-BKjxA\";const variantClassNames={ZSWOzyaTy:\"framer-v-vuwa43\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,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 getProps=({color,height,id,scrollSection,text1,text2,text3,text4,width,...props})=>{return{...props,B3QypNWU7:text2??props.B3QypNWU7??\"Brand Identity\",Cy_5LCDsQ:scrollSection??props.Cy_5LCDsQ,kyrVzA6f5:text3??props.kyrVzA6f5??\"Digital Design\",moMJ2PvaD:text4??props.moMJ2PvaD??\"Development\",nGk_00bus:text1??props.nGk_00bus??\"Art Direction\",qT0ZvsJVI:color??props.qT0ZvsJVI??\"rgb(255, 255, 255)\"};};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,Cy_5LCDsQ,qT0ZvsJVI,nGk_00bus,B3QypNWU7,kyrVzA6f5,moMJ2PvaD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ZSWOzyaTy\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppeargnqhaj=activeVariantCallback(async(...args)=>{setVariant(CycleVariantState);});useOnVariantChange(baseVariant,{default:onAppeargnqhaj});const sharedStyleClassNames=[];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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-vuwa43\",className,classNames),\"data-framer-name\":\"Services\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZSWOzyaTy\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:Cy_5LCDsQ,target:{opacity:1,rotate:0,rotateX:270,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-fr2duu\",\"data-framer-name\":\"Cube\",layoutDependency:layoutDependency,layoutId:\"ezmzXkx3M\",style:{scale:.5,transformPerspective:1200},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-189gker\",\"data-framer-name\":\"Side 1\",layoutDependency:layoutDependency,layoutId:\"djn_mhv3U\",style:{z:100},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q29ybW9yYW50IEdhcmFtb25kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif',\"--framer-font-size\":\"240px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"60%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qT0ZvsJVI-RTyQnoONE))\",\"--framer-text-transform\":\"uppercase\"},children:\"Art Direction\"})}),className:\"framer-1k4ybqs\",fonts:[\"GF;Cormorant Garamond-regular\"],layoutDependency:layoutDependency,layoutId:\"jwbxmZX__\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-qT0ZvsJVI-RTyQnoONE)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-qT0ZvsJVI-RTyQnoONE\":qT0ZvsJVI},text:nGk_00bus,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1maoknb\",\"data-framer-name\":\"Side 4\",layoutDependency:layoutDependency,layoutId:\"qCWTJqS4j\",style:{rotateX:90},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q29ybW9yYW50IEdhcmFtb25kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif',\"--framer-font-size\":\"240px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"60%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qT0ZvsJVI-RTyQnoONE))\",\"--framer-text-transform\":\"uppercase\"},children:\"Development\"})}),className:\"framer-1vzrtbo\",fonts:[\"GF;Cormorant Garamond-regular\"],layoutDependency:layoutDependency,layoutId:\"wZUsWiXaW\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-qT0ZvsJVI-RTyQnoONE)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-qT0ZvsJVI-RTyQnoONE\":qT0ZvsJVI},text:moMJ2PvaD,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n5315l\",\"data-framer-name\":\"Side 3\",layoutDependency:layoutDependency,layoutId:\"bQQhT_KOM\",style:{rotateX:180,z:-100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q29ybW9yYW50IEdhcmFtb25kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif',\"--framer-font-size\":\"240px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"60%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qT0ZvsJVI-RTyQnoONE))\",\"--framer-text-transform\":\"uppercase\"},children:\"Digital Design\"})}),className:\"framer-uyntbe\",fonts:[\"GF;Cormorant Garamond-regular\"],layoutDependency:layoutDependency,layoutId:\"NwS3TuXIn\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-qT0ZvsJVI-RTyQnoONE)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-qT0ZvsJVI-RTyQnoONE\":qT0ZvsJVI},text:kyrVzA6f5,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9g85o0\",\"data-framer-name\":\"Side 2\",layoutDependency:layoutDependency,layoutId:\"wG9YE1sI9\",style:{rotateX:-90},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q29ybW9yYW50IEdhcmFtb25kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif',\"--framer-font-size\":\"240px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"60%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qT0ZvsJVI-RTyQnoONE))\",\"--framer-text-transform\":\"uppercase\"},children:\"Brand Identity\"})}),className:\"framer-1g7lqha\",fonts:[\"GF;Cormorant Garamond-regular\"],layoutDependency:layoutDependency,layoutId:\"DMzt79hmZ\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-qT0ZvsJVI-RTyQnoONE)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-qT0ZvsJVI-RTyQnoONE\":qT0ZvsJVI},text:B3QypNWU7,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BKjxA.framer-v7toj0, .framer-BKjxA .framer-v7toj0 { display: block; }\",\".framer-BKjxA.framer-vuwa43 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BKjxA .framer-fr2duu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 150px); overflow: visible; position: relative; transform-style: preserve-3d; width: 150px; }\",\".framer-BKjxA .framer-189gker { aspect-ratio: 1 / 1; backface-visibility: hidden; flex: none; height: var(--framer-aspect-ratio-supported, 200px); left: 50%; overflow: visible; position: absolute; top: 50%; width: 200px; }\",\".framer-BKjxA .framer-1k4ybqs, .framer-BKjxA .framer-1vzrtbo, .framer-BKjxA .framer-uyntbe { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\".framer-BKjxA .framer-1maoknb { aspect-ratio: 1 / 1; backface-visibility: hidden; flex: none; height: var(--framer-aspect-ratio-supported, 200px); left: 50%; overflow: visible; position: absolute; top: -115px; width: 200px; }\",\".framer-BKjxA .framer-n5315l { backface-visibility: hidden; flex: none; height: 200px; left: calc(50.00000000000002% - 200px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 200px / 2); width: 200px; }\",\".framer-BKjxA .framer-9g85o0 { backface-visibility: hidden; bottom: -115px; flex: none; height: 200px; left: calc(50.00000000000002% - 200px / 2); overflow: visible; position: absolute; width: 200px; }\",\".framer-BKjxA .framer-1g7lqha { flex: none; height: auto; left: 49%; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BKjxA.framer-vuwa43 { gap: 0px; } .framer-BKjxA.framer-vuwa43 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BKjxA.framer-vuwa43 > :first-child { margin-left: 0px; } .framer-BKjxA.framer-vuwa43 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 150\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Cy_5LCDsQ\":\"scrollSection\",\"qT0ZvsJVI\":\"color\",\"nGk_00bus\":\"text1\",\"B3QypNWU7\":\"text2\",\"kyrVzA6f5\":\"text3\",\"moMJ2PvaD\":\"text4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRTyQnoONE=withCSS(Component,css,\"framer-BKjxA\");export default FramerRTyQnoONE;FramerRTyQnoONE.displayName=\"Services / Services - 3D\";FramerRTyQnoONE.defaultProps={height:150,width:150};addPropertyControls(FramerRTyQnoONE,{Cy_5LCDsQ:{title:\"Scroll Section\",type:ControlType.ScrollSectionRef},qT0ZvsJVI:{defaultValue:\"rgb(255, 255, 255)\",title:\"Color\",type:ControlType.Color},nGk_00bus:{defaultValue:\"Art Direction\",displayTextArea:false,title:\"Text 1\",type:ControlType.String},B3QypNWU7:{defaultValue:\"Brand Identity\",displayTextArea:false,title:\"Text 2\",type:ControlType.String},kyrVzA6f5:{defaultValue:\"Digital Design\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},moMJ2PvaD:{defaultValue:\"Development\",displayTextArea:false,title:\"Text 4\",type:ControlType.String}});addFonts(FramerRTyQnoONE,[{explicitInter:true,fonts:[{family:\"Cormorant Garamond\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/cormorantgaramond/v19/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86GnbEi_s4Mfs.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRTyQnoONE\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"150\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Cy_5LCDsQ\\\":\\\"scrollSection\\\",\\\"qT0ZvsJVI\\\":\\\"color\\\",\\\"nGk_00bus\\\":\\\"text1\\\",\\\"B3QypNWU7\\\":\\\"text2\\\",\\\"kyrVzA6f5\\\":\\\"text3\\\",\\\"moMJ2PvaD\\\":\\\"text4\\\"}\",\"framerIntrinsicWidth\":\"150\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RTyQnoONE.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AwardsAwardsAnimatedLine from\"https://framerusercontent.com/modules/RUfUU06S8cn796X6rTHK/NN5N4y8xsDb9nrYLQc8l/lsiiSFwwV.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const AwardsAwardsAnimatedLineFonts=getFonts(AwardsAwardsAnimatedLine);const cycleOrder=[\"rmSI4G2nK\",\"awAJI2qGz\",\"hGbVy2ZSR\"];const serializationHash=\"framer-x7VSn\";const variantClassNames={awAJI2qGz:\"framer-v-1j5vgu9\",hGbVy2ZSR:\"framer-v-87hagf\",rmSI4G2nK:\"framer-v-1ytocp5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.12,.23,0,.96],type:\"tween\"};const transition2={delay:0,duration:.8,ease:[.12,.23,0,.96],type:\"tween\"};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={\"Awards Row - Desktop Hover\":\"awAJI2qGz\",\"Awards Row - Desktop\":\"rmSI4G2nK\",\"Awards Row - Mobile\":\"hGbVy2ZSR\"};const getProps=({height,id,link,platform,title,type,width,...props})=>{return{...props,Fc2qCuIQt:type??props.Fc2qCuIQt??\"SOTD\",fRZGzEfhU:title??props.fRZGzEfhU??\"Project 003\",NJkPDlnRU:link??props.NJkPDlnRU,UWgzLamjX:platform??props.UWgzLamjX??\"AWWWARDS\",variant:humanReadableVariantMap[props.variant]??props.variant??\"rmSI4G2nK\"};};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,fRZGzEfhU,UWgzLamjX,Fc2qCuIQt,NJkPDlnRU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rmSI4G2nK\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterd6z621=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"awAJI2qGz\");});const onMouseLeavemjvjrz=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"rmSI4G2nK\");});const sharedStyleClassNames=[];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,...addPropertyOverrides({awAJI2qGz:{value:transition2},hGbVy2ZSR:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:NJkPDlnRU,motionChild:true,nodeId:\"rmSI4G2nK\",openInNewTab:true,scopeId:\"ssibgulzb\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1ytocp5\",className,classNames)} framer-11w3t3r`,\"data-framer-name\":\"Awards Row - Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rmSI4G2nK\",onMouseEnter:onMouseEnterd6z621,ref:refBinding,style:{...style},...addPropertyOverrides({awAJI2qGz:{\"data-framer-name\":\"Awards Row - Desktop Hover\",onMouseLeave:onMouseLeavemjvjrz},hGbVy2ZSR:{\"data-framer-name\":\"Awards Row - Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wopc9z\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"jys_akKnB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7nr78r\",layoutDependency:layoutDependency,layoutId:\"M7RdcOjxl\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mwpfvl\",layoutDependency:layoutDependency,layoutId:\"tIfGmSYLf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"Project 003\"})}),className:\"framer-1mq8p9l\",\"data-framer-name\":\"1\",fonts:[\"FS;Montserrat-semibold\"],layoutDependency:layoutDependency,layoutId:\"L_FiXGHnf\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:fRZGzEfhU,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"SOTD\"})}),className:\"framer-vih6si\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"yahf8q8Cl\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:Fc2qCuIQt,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-42094m\",layoutDependency:layoutDependency,layoutId:\"OZQTh01Sa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"AWWWARDS\"})}),className:\"framer-1ewcrv8\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"IBLbY_3GX\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:UWgzLamjX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1970qjw\",layoutDependency:layoutDependency,layoutId:\"pNhNG8MV9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6ryp2b-container\",\"data-framer-name\":\"Arrow 1\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"NskyRPqCL-container\",name:\"Arrow 1\",nodeId:\"NskyRPqCL\",rendersWithMotion:true,scopeId:\"ssibgulzb\",style:{opacity:0,rotate:-45},variants:{awAJI2qGz:{opacity:1},hGbVy2ZSR:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"NskyRPqCL\",layoutId:\"NskyRPqCL\",mirrored:false,name:\"Arrow 1\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-104qp2f-container\",\"data-framer-name\":\"Arrow 2\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"eFg6K9DDZ-container\",name:\"Arrow 2\",nodeId:\"eFg6K9DDZ\",rendersWithMotion:true,scopeId:\"ssibgulzb\",style:{opacity:.5,rotate:-45},variants:{awAJI2qGz:{opacity:0},hGbVy2ZSR:{opacity:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"eFg6K9DDZ\",layoutId:\"eFg6K9DDZ\",mirrored:false,name:\"Arrow 2\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({awAJI2qGz:{color:\"rgb(255, 255, 255)\"},hGbVy2ZSR:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+10+80,...addPropertyOverrides({hGbVy2ZSR:{y:(componentViewport?.y||0)+10+175}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l5vwcc-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"unZ__8tWK-container\",nodeId:\"unZ__8tWK\",rendersWithMotion:true,scopeId:\"ssibgulzb\",children:/*#__PURE__*/_jsx(AwardsAwardsAnimatedLine,{height:\"100%\",id:\"unZ__8tWK\",layoutId:\"unZ__8tWK\",style:{height:\"100%\",width:\"100%\"},variant:\"TDC5lIbjn\",width:\"100%\",...addPropertyOverrides({awAJI2qGz:{variant:\"fMFG3aCnD\"},hGbVy2ZSR:{variant:\"fMFG3aCnD\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-x7VSn.framer-11w3t3r, .framer-x7VSn .framer-11w3t3r { display: block; }\",\".framer-x7VSn.framer-1ytocp5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; text-decoration: none; width: 580px; }\",\".framer-x7VSn .framer-1wopc9z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 5px 0px 5px 0px; position: relative; width: 100%; }\",\".framer-x7VSn .framer-7nr78r { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-x7VSn .framer-mwpfvl { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-x7VSn .framer-1mq8p9l { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-x7VSn .framer-vih6si, .framer-x7VSn .framer-1ewcrv8 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-x7VSn .framer-42094m { 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-x7VSn .framer-1970qjw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 20px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 20px; }\",\".framer-x7VSn .framer-6ryp2b-container { flex: none; height: 20px; left: 0px; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 1; }\",\".framer-x7VSn .framer-104qp2f-container { bottom: -15px; flex: none; height: 20px; left: -16px; position: absolute; width: 20px; z-index: 1; }\",\".framer-x7VSn .framer-1l5vwcc-container { flex: none; height: 1px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-x7VSn.framer-1ytocp5, .framer-x7VSn .framer-1wopc9z, .framer-x7VSn .framer-7nr78r, .framer-x7VSn .framer-mwpfvl, .framer-x7VSn .framer-42094m, .framer-x7VSn .framer-1970qjw { gap: 0px; } .framer-x7VSn.framer-1ytocp5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-x7VSn.framer-1ytocp5 > :first-child { margin-top: 0px; } .framer-x7VSn.framer-1ytocp5 > :last-child { margin-bottom: 0px; } .framer-x7VSn .framer-1wopc9z > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-x7VSn .framer-1wopc9z > :first-child, .framer-x7VSn .framer-7nr78r > :first-child, .framer-x7VSn .framer-mwpfvl > :first-child, .framer-x7VSn .framer-42094m > :first-child, .framer-x7VSn .framer-1970qjw > :first-child { margin-left: 0px; } .framer-x7VSn .framer-1wopc9z > :last-child, .framer-x7VSn .framer-7nr78r > :last-child, .framer-x7VSn .framer-mwpfvl > :last-child, .framer-x7VSn .framer-42094m > :last-child, .framer-x7VSn .framer-1970qjw > :last-child { margin-right: 0px; } .framer-x7VSn .framer-7nr78r > *, .framer-x7VSn .framer-42094m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-x7VSn .framer-mwpfvl > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-x7VSn .framer-1970qjw > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-x7VSn.framer-v-1j5vgu9 .framer-6ryp2b-container, .framer-x7VSn.framer-v-87hagf .framer-6ryp2b-container { left: 16px; top: calc(-29.999999999999975% - 20px / 2); }\",\".framer-x7VSn.framer-v-1j5vgu9 .framer-104qp2f-container, .framer-x7VSn.framer-v-87hagf .framer-104qp2f-container { bottom: 0px; left: 0px; }\",\".framer-x7VSn.framer-v-87hagf.framer-1ytocp5 { gap: 11px; width: 390px; }\",\".framer-x7VSn.framer-v-87hagf .framer-1wopc9z { gap: 20px; }\",\".framer-x7VSn.framer-v-87hagf .framer-7nr78r { flex: 1 0 0px; flex-direction: column; gap: 4px; }\",\".framer-x7VSn.framer-v-87hagf .framer-mwpfvl, .framer-x7VSn.framer-v-87hagf .framer-vih6si { flex: none; width: 100%; }\",\".framer-x7VSn.framer-v-87hagf .framer-1mq8p9l { flex: 1 0 0px; 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-x7VSn.framer-v-87hagf.framer-1ytocp5, .framer-x7VSn.framer-v-87hagf .framer-1wopc9z, .framer-x7VSn.framer-v-87hagf .framer-7nr78r { gap: 0px; } .framer-x7VSn.framer-v-87hagf.framer-1ytocp5 > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-x7VSn.framer-v-87hagf.framer-1ytocp5 > :first-child, .framer-x7VSn.framer-v-87hagf .framer-7nr78r > :first-child { margin-top: 0px; } .framer-x7VSn.framer-v-87hagf.framer-1ytocp5 > :last-child, .framer-x7VSn.framer-v-87hagf .framer-7nr78r > :last-child { margin-bottom: 0px; } .framer-x7VSn.framer-v-87hagf .framer-1wopc9z > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-x7VSn.framer-v-87hagf .framer-1wopc9z > :first-child { margin-left: 0px; } .framer-x7VSn.framer-v-87hagf .framer-1wopc9z > :last-child { margin-right: 0px; } .framer-x7VSn.framer-v-87hagf .framer-7nr78r > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 51\n * @framerIntrinsicWidth 580\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"awAJI2qGz\":{\"layout\":[\"fixed\",\"auto\"]},\"hGbVy2ZSR\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"fRZGzEfhU\":\"title\",\"UWgzLamjX\":\"platform\",\"Fc2qCuIQt\":\"type\",\"NJkPDlnRU\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerssibgulzb=withCSS(Component,css,\"framer-x7VSn\");export default Framerssibgulzb;Framerssibgulzb.displayName=\"Awards / Awards Row 6\";Framerssibgulzb.defaultProps={height:51,width:580};addPropertyControls(Framerssibgulzb,{variant:{options:[\"rmSI4G2nK\",\"awAJI2qGz\",\"hGbVy2ZSR\"],optionTitles:[\"Awards Row - Desktop\",\"Awards Row - Desktop Hover\",\"Awards Row - Mobile\"],title:\"Variant\",type:ControlType.Enum},fRZGzEfhU:{defaultValue:\"Project 003\",displayTextArea:false,title:\"Title\",type:ControlType.String},UWgzLamjX:{defaultValue:\"AWWWARDS\",displayTextArea:false,title:\"Platform\",type:ControlType.String},Fc2qCuIQt:{defaultValue:\"SOTD\",displayTextArea:false,title:\"Type\",type:ControlType.String},NJkPDlnRU:{title:\"Link\",type:ControlType.Link}});addFonts(Framerssibgulzb,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]},...PhosphorFonts,...AwardsAwardsAnimatedLineFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerssibgulzb\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"fRZGzEfhU\\\":\\\"title\\\",\\\"UWgzLamjX\\\":\\\"platform\\\",\\\"Fc2qCuIQt\\\":\\\"type\\\",\\\"NJkPDlnRU\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"51\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"awAJI2qGz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hGbVy2ZSR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"580\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ssibgulzb.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AwardsAwardsAnimatedLine from\"https://framerusercontent.com/modules/RUfUU06S8cn796X6rTHK/NN5N4y8xsDb9nrYLQc8l/lsiiSFwwV.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const AwardsAwardsAnimatedLineFonts=getFonts(AwardsAwardsAnimatedLine);const cycleOrder=[\"WOgdIND1h\",\"WsCFyukie\",\"ns9F9lBs6\"];const serializationHash=\"framer-kqfMQ\";const variantClassNames={ns9F9lBs6:\"framer-v-9zuay2\",WOgdIND1h:\"framer-v-1adn92y\",WsCFyukie:\"framer-v-55z8ac\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.12,.23,0,.96],type:\"tween\"};const transition2={delay:0,duration:.8,ease:[.12,.23,0,.96],type:\"tween\"};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={\"Awards Row - Desktop Hover\":\"WsCFyukie\",\"Awards Row - Desktop\":\"WOgdIND1h\",\"Awards Row - Mobile\":\"ns9F9lBs6\"};const getProps=({height,id,link,platform,title,type,width,...props})=>{return{...props,Fc2qCuIQt:type??props.Fc2qCuIQt??\"SOTD\",fRZGzEfhU:title??props.fRZGzEfhU??\"Project 003\",NJkPDlnRU:link??props.NJkPDlnRU,UWgzLamjX:platform??props.UWgzLamjX??\"AWWWARDS\",variant:humanReadableVariantMap[props.variant]??props.variant??\"WOgdIND1h\"};};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,fRZGzEfhU,UWgzLamjX,Fc2qCuIQt,NJkPDlnRU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WOgdIND1h\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1eeyyak=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"WsCFyukie\");});const onMouseLeavejunsrd=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"WOgdIND1h\");});const sharedStyleClassNames=[];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,...addPropertyOverrides({ns9F9lBs6:{value:transition2},WsCFyukie:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:NJkPDlnRU,motionChild:true,nodeId:\"WOgdIND1h\",openInNewTab:true,scopeId:\"ySueLT7VR\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1adn92y\",className,classNames)} framer-1fcp7zx`,\"data-framer-name\":\"Awards Row - Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WOgdIND1h\",onMouseEnter:onMouseEnter1eeyyak,ref:refBinding,style:{...style},...addPropertyOverrides({ns9F9lBs6:{\"data-framer-name\":\"Awards Row - Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined},WsCFyukie:{\"data-framer-name\":\"Awards Row - Desktop Hover\",onMouseLeave:onMouseLeavejunsrd}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-36lkc0\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"XievSm9t3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-67lkgy\",layoutDependency:layoutDependency,layoutId:\"sW1MINh4v\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h01wig\",layoutDependency:layoutDependency,layoutId:\"ShrvDi2Ji\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"Project 003\"})}),className:\"framer-1fx1h1h\",\"data-framer-name\":\"1\",fonts:[\"FS;Montserrat-semibold\"],layoutDependency:layoutDependency,layoutId:\"xXehOivhs\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:fRZGzEfhU,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"SOTD\"})}),className:\"framer-gnqeqd\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"bLS2DPraC\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:Fc2qCuIQt,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13u7zc3\",layoutDependency:layoutDependency,layoutId:\"FO9gtDsFy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"AWWWARDS\"})}),className:\"framer-1hwb9kg\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"TQQblxKSa\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:UWgzLamjX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16jb64\",layoutDependency:layoutDependency,layoutId:\"kwXjxpnC9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1f74sfu-container\",\"data-framer-name\":\"Arrow 1\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"RLeEPQjX0-container\",name:\"Arrow 1\",nodeId:\"RLeEPQjX0\",rendersWithMotion:true,scopeId:\"ySueLT7VR\",style:{opacity:0,rotate:-45},variants:{ns9F9lBs6:{opacity:1},WsCFyukie:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"RLeEPQjX0\",layoutId:\"RLeEPQjX0\",mirrored:false,name:\"Arrow 1\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9oq7wt-container\",\"data-framer-name\":\"Arrow 2\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"yTPaB_eKz-container\",name:\"Arrow 2\",nodeId:\"yTPaB_eKz\",rendersWithMotion:true,scopeId:\"ySueLT7VR\",style:{opacity:.5,rotate:-45},variants:{ns9F9lBs6:{opacity:0},WsCFyukie:{opacity:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Arrow\",iconSelection:\"ArrowRight\",id:\"yTPaB_eKz\",layoutId:\"yTPaB_eKz\",mirrored:false,name:\"Arrow 2\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({ns9F9lBs6:{color:\"rgb(255, 255, 255)\"},WsCFyukie:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+10+80,...addPropertyOverrides({ns9F9lBs6:{y:(componentViewport?.y||0)+10+175}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16w3x3q-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pVXBbg0EU-container\",nodeId:\"pVXBbg0EU\",rendersWithMotion:true,scopeId:\"ySueLT7VR\",children:/*#__PURE__*/_jsx(AwardsAwardsAnimatedLine,{height:\"100%\",id:\"pVXBbg0EU\",layoutId:\"pVXBbg0EU\",style:{height:\"100%\",width:\"100%\"},variant:\"TDC5lIbjn\",width:\"100%\",...addPropertyOverrides({ns9F9lBs6:{variant:\"fMFG3aCnD\"},WsCFyukie:{variant:\"fMFG3aCnD\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kqfMQ.framer-1fcp7zx, .framer-kqfMQ .framer-1fcp7zx { display: block; }\",\".framer-kqfMQ.framer-1adn92y { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; text-decoration: none; width: 580px; }\",\".framer-kqfMQ .framer-36lkc0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 5px 0px 5px 0px; position: relative; width: 100%; }\",\".framer-kqfMQ .framer-67lkgy { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-kqfMQ .framer-1h01wig { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-kqfMQ .framer-1fx1h1h { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-kqfMQ .framer-gnqeqd, .framer-kqfMQ .framer-1hwb9kg { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-kqfMQ .framer-13u7zc3 { 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-kqfMQ .framer-16jb64 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 20px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 20px; }\",\".framer-kqfMQ .framer-1f74sfu-container { flex: none; height: 20px; left: 0px; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 1; }\",\".framer-kqfMQ .framer-9oq7wt-container { bottom: -15px; flex: none; height: 20px; left: -16px; position: absolute; width: 20px; z-index: 1; }\",\".framer-kqfMQ .framer-16w3x3q-container { flex: none; height: 1px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kqfMQ.framer-1adn92y, .framer-kqfMQ .framer-36lkc0, .framer-kqfMQ .framer-67lkgy, .framer-kqfMQ .framer-1h01wig, .framer-kqfMQ .framer-13u7zc3, .framer-kqfMQ .framer-16jb64 { gap: 0px; } .framer-kqfMQ.framer-1adn92y > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kqfMQ.framer-1adn92y > :first-child { margin-top: 0px; } .framer-kqfMQ.framer-1adn92y > :last-child { margin-bottom: 0px; } .framer-kqfMQ .framer-36lkc0 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-kqfMQ .framer-36lkc0 > :first-child, .framer-kqfMQ .framer-67lkgy > :first-child, .framer-kqfMQ .framer-1h01wig > :first-child, .framer-kqfMQ .framer-13u7zc3 > :first-child, .framer-kqfMQ .framer-16jb64 > :first-child { margin-left: 0px; } .framer-kqfMQ .framer-36lkc0 > :last-child, .framer-kqfMQ .framer-67lkgy > :last-child, .framer-kqfMQ .framer-1h01wig > :last-child, .framer-kqfMQ .framer-13u7zc3 > :last-child, .framer-kqfMQ .framer-16jb64 > :last-child { margin-right: 0px; } .framer-kqfMQ .framer-67lkgy > *, .framer-kqfMQ .framer-13u7zc3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kqfMQ .framer-1h01wig > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-kqfMQ .framer-16jb64 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-kqfMQ.framer-v-55z8ac .framer-1f74sfu-container, .framer-kqfMQ.framer-v-9zuay2 .framer-1f74sfu-container { left: 16px; top: calc(-29.999999999999975% - 20px / 2); }\",\".framer-kqfMQ.framer-v-55z8ac .framer-9oq7wt-container, .framer-kqfMQ.framer-v-9zuay2 .framer-9oq7wt-container { bottom: 0px; left: 0px; }\",\".framer-kqfMQ.framer-v-9zuay2.framer-1adn92y { gap: 11px; width: 390px; }\",\".framer-kqfMQ.framer-v-9zuay2 .framer-36lkc0 { gap: 20px; }\",\".framer-kqfMQ.framer-v-9zuay2 .framer-67lkgy { flex: 1 0 0px; flex-direction: column; gap: 4px; }\",\".framer-kqfMQ.framer-v-9zuay2 .framer-1h01wig, .framer-kqfMQ.framer-v-9zuay2 .framer-gnqeqd { flex: none; width: 100%; }\",\".framer-kqfMQ.framer-v-9zuay2 .framer-1fx1h1h { flex: 1 0 0px; 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-kqfMQ.framer-v-9zuay2.framer-1adn92y, .framer-kqfMQ.framer-v-9zuay2 .framer-36lkc0, .framer-kqfMQ.framer-v-9zuay2 .framer-67lkgy { gap: 0px; } .framer-kqfMQ.framer-v-9zuay2.framer-1adn92y > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-kqfMQ.framer-v-9zuay2.framer-1adn92y > :first-child, .framer-kqfMQ.framer-v-9zuay2 .framer-67lkgy > :first-child { margin-top: 0px; } .framer-kqfMQ.framer-v-9zuay2.framer-1adn92y > :last-child, .framer-kqfMQ.framer-v-9zuay2 .framer-67lkgy > :last-child { margin-bottom: 0px; } .framer-kqfMQ.framer-v-9zuay2 .framer-36lkc0 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-kqfMQ.framer-v-9zuay2 .framer-36lkc0 > :first-child { margin-left: 0px; } .framer-kqfMQ.framer-v-9zuay2 .framer-36lkc0 > :last-child { margin-right: 0px; } .framer-kqfMQ.framer-v-9zuay2 .framer-67lkgy > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 51\n * @framerIntrinsicWidth 580\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WsCFyukie\":{\"layout\":[\"fixed\",\"auto\"]},\"ns9F9lBs6\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"fRZGzEfhU\":\"title\",\"UWgzLamjX\":\"platform\",\"Fc2qCuIQt\":\"type\",\"NJkPDlnRU\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerySueLT7VR=withCSS(Component,css,\"framer-kqfMQ\");export default FramerySueLT7VR;FramerySueLT7VR.displayName=\"Awards / Awards Row 7\";FramerySueLT7VR.defaultProps={height:51,width:580};addPropertyControls(FramerySueLT7VR,{variant:{options:[\"WOgdIND1h\",\"WsCFyukie\",\"ns9F9lBs6\"],optionTitles:[\"Awards Row - Desktop\",\"Awards Row - Desktop Hover\",\"Awards Row - Mobile\"],title:\"Variant\",type:ControlType.Enum},fRZGzEfhU:{defaultValue:\"Project 003\",displayTextArea:false,title:\"Title\",type:ControlType.String},UWgzLamjX:{defaultValue:\"AWWWARDS\",displayTextArea:false,title:\"Platform\",type:ControlType.String},Fc2qCuIQt:{defaultValue:\"SOTD\",displayTextArea:false,title:\"Type\",type:ControlType.String},NJkPDlnRU:{title:\"Link\",type:ControlType.Link}});addFonts(FramerySueLT7VR,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]},...PhosphorFonts,...AwardsAwardsAnimatedLineFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerySueLT7VR\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"580\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WsCFyukie\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ns9F9lBs6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"fRZGzEfhU\\\":\\\"title\\\",\\\"UWgzLamjX\\\":\\\"platform\\\",\\\"Fc2qCuIQt\\\":\\\"type\\\",\\\"NJkPDlnRU\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"51\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ySueLT7VR.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";/**\n * @framerDisableUnlink\n */export function withSmallViewportHeight(Component){return props=>{const[svh,setSvh]=useState(\"100vh\");useEffect(()=>{const setInitialSvh=()=>{const vh=window.innerHeight*.01;document.documentElement.style.setProperty(\"--svh\",`${vh}px`);setSvh(`${window.innerHeight}px`);};setInitialSvh();// We're not adding any resize listeners to keep it static\n},[]);return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,height:svh}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withSmallViewportHeight\":{\"type\":\"reactHoc\",\"name\":\"withSmallViewportHeight\",\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Svh_test.map", "// Generated by Framer (9f1494d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Cormorant Garamond-regular\",\"GF;Cormorant Garamond-regular\",\"GF;Cormorant Garamond-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Cormorant Garamond\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/cormorantgaramond/v19/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86GnbEi_s4Mfs.woff2\",weight:\"400\"},{family:\"Cormorant Garamond\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/cormorantgaramond/v19/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd58jDOitk9Ifu5UQ.woff2\",weight:\"400\"}]}];export const css=['.framer-Mc6BN .framer-styles-preset-axqhss:not(.rich-text-wrapper), .framer-Mc6BN .framer-styles-preset-axqhss.rich-text-wrapper h2 { --framer-font-family: \"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif; --framer-font-family-bold: \"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif; --framer-font-family-italic: \"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 58px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 85%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Mc6BN .framer-styles-preset-axqhss:not(.rich-text-wrapper), .framer-Mc6BN .framer-styles-preset-axqhss.rich-text-wrapper h2 { --framer-font-family: \"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif; --framer-font-family-bold: \"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif; --framer-font-family-italic: \"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 85%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Mc6BN .framer-styles-preset-axqhss:not(.rich-text-wrapper), .framer-Mc6BN .framer-styles-preset-axqhss.rich-text-wrapper h2 { --framer-font-family: \"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif; --framer-font-family-bold: \"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif; --framer-font-family-italic: \"Cormorant Garamond\", \"Cormorant Garamond Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 85%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-Mc6BN\";\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 (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import ServicesArrowCircle from\"#framer/local/canvasComponent/aXuIOT9SY/aXuIOT9SY.js\";import NavigationNavigationDesktop from\"#framer/local/canvasComponent/aY7U7qgIT/aY7U7qgIT.js\";import AccordionAccordion4 from\"#framer/local/canvasComponent/b2haYm4FR/b2haYm4FR.js\";import AwardsAwardsRow3 from\"#framer/local/canvasComponent/fetSINUx_/fetSINUx_.js\";import Button from\"#framer/local/canvasComponent/GHGwnjjeH/GHGwnjjeH.js\";import NavigationNavigationMobileOpen from\"#framer/local/canvasComponent/HlXwoBHVW/HlXwoBHVW.js\";import ScrollMore from\"#framer/local/canvasComponent/ImZKimi7_/ImZKimi7_.js\";import AwardsAwardsRow5 from\"#framer/local/canvasComponent/INsoWRdM6/INsoWRdM6.js\";import NewsCard from\"#framer/local/canvasComponent/kE6CFowlr/kE6CFowlr.js\";import CarouselClients6 from\"#framer/local/canvasComponent/Mlok80w7n/Mlok80w7n.js\";import ProjectCard from\"#framer/local/canvasComponent/nGgc8Qv5L/nGgc8Qv5L.js\";import AwardsAwardsRow4 from\"#framer/local/canvasComponent/oMtnmti3m/oMtnmti3m.js\";import NavigationNavigationMobileClosed from\"#framer/local/canvasComponent/QeOYb5IMX/QeOYb5IMX.js\";import TextLink from\"#framer/local/canvasComponent/RRkfDyZij/RRkfDyZij.js\";import ServicesServices3D from\"#framer/local/canvasComponent/RTyQnoONE/RTyQnoONE.js\";import AwardsAwardsRow6 from\"#framer/local/canvasComponent/ssibgulzb/ssibgulzb.js\";import FooterFooter from\"#framer/local/canvasComponent/Xcfy55KEf/Xcfy55KEf.js\";import AwardsAwardsRow7 from\"#framer/local/canvasComponent/ySueLT7VR/ySueLT7VR.js\";import EnaLogo from\"#framer/local/canvasComponent/zLod6FAMt/zLod6FAMt.js\";import{withSmallViewportHeight}from\"#framer/local/codeFile/bujrF29/Svh_test.js\";import News from\"#framer/local/collection/vaF7lXotP/vaF7lXotP.js\";import*as sharedStyle from\"#framer/local/css/FzAGLwn1W/FzAGLwn1W.js\";import*as sharedStyle3 from\"#framer/local/css/mE3qYDPim/mE3qYDPim.js\";import*as sharedStyle1 from\"#framer/local/css/sjYhh20PV/sjYhh20PV.js\";import*as sharedStyle2 from\"#framer/local/css/u004vSsEl/u004vSsEl.js\";import metadataProvider from\"#framer/local/webPageMetadata/dROjFRRvF/dROjFRRvF.js\";const NavigationNavigationDesktopFonts=getFonts(NavigationNavigationDesktop);const NavigationNavigationDesktopWithVariantAppearEffect=withVariantAppearEffect(NavigationNavigationDesktop);const NavigationNavigationMobileClosedFonts=getFonts(NavigationNavigationMobileClosed);const NavigationNavigationMobileClosedWithVariantAppearEffect=withVariantAppearEffect(NavigationNavigationMobileClosed);const NavigationNavigationMobileOpenFonts=getFonts(NavigationNavigationMobileOpen);const ScrollMoreFonts=getFonts(ScrollMore);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const VideoFonts=getFonts(Video);const MotionSectionWithSmallViewportHeight1aic3mmWithOptimizedAppearEffect=withOptimizedAppearEffect(withCodeBoundaryForOverrides(motion.section,{nodeId:\"GJIInFW5N\",override:withSmallViewportHeight,scopeId:\"dROjFRRvF\"}));const ButtonFonts=getFonts(Button);const ContainerWithFX=withFX(Container);const ProjectCardFonts=getFonts(ProjectCard);const AwardsAwardsRow3Fonts=getFonts(AwardsAwardsRow3);const AwardsAwardsRow4Fonts=getFonts(AwardsAwardsRow4);const AwardsAwardsRow5Fonts=getFonts(AwardsAwardsRow5);const AwardsAwardsRow6Fonts=getFonts(AwardsAwardsRow6);const AwardsAwardsRow7Fonts=getFonts(AwardsAwardsRow7);const ServicesServices3DFonts=getFonts(ServicesServices3D);const AccordionAccordion4Fonts=getFonts(AccordionAccordion4);const CarouselClients6Fonts=getFonts(CarouselClients6);const TextLinkFonts=getFonts(TextLink);const NewsCardFonts=getFonts(NewsCard);const FooterFooterFonts=getFonts(FooterFooter);const ServicesArrowCircleFonts=getFonts(ServicesArrowCircle);const EnaLogoFonts=getFonts(EnaLogo);const breakpoints={ExGU49TYm:\"(min-width: 1200px)\",wcGO7LgRx:\"(max-width: 809px)\",zkcmxfzuJ:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Lzgx1\";const variantClassNames={ExGU49TYm:\"framer-v-1h6rsta\",wcGO7LgRx:\"framer-v-1k39h9d\",zkcmxfzuJ:\"framer-v-h8yy8w\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition2={delay:.3,duration:2,ease:[.23,.98,.56,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation5={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition3={delay:.08,duration:1,ease:[.12,.23,0,.96],type:\"tween\"};const textEffect={effect:animation5,startDelay:.8,threshold:0,tokenization:\"line\",transition:transition3,trigger:\"onInView\",type:\"appear\"};const transition4={delay:1.2,duration:1,ease:[.12,.23,0,.96],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const textEffect1={effect:animation5,repeat:false,startDelay:.2,threshold:0,tokenization:\"line\",transition:transition3,trigger:\"onInView\",type:\"appear\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition5={delay:.7,duration:1,ease:[.12,.23,0,.96],type:\"tween\"};const transition6={delay:.8,duration:1,ease:[.12,.23,0,.96],type:\"tween\"};const transition7={delay:.9,duration:1,ease:[.12,.23,0,.96],type:\"tween\"};const transition8={delay:.05,duration:1,ease:[.12,.23,0,.96],type:\"tween\"};const textEffect2={effect:animation5,repeat:false,startDelay:.2,threshold:0,tokenization:\"word\",transition:transition8,trigger:\"onInView\",type:\"appear\"};const textEffect3={effect:animation5,repeat:false,startDelay:.2,threshold:0,tokenization:\"line\",transition:transition8,trigger:\"onInView\",type:\"appear\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition9={delay:.3,duration:1,ease:[.12,.23,0,.96],type:\"tween\"};const transition10={delay:.4,duration:1,ease:[.12,.23,0,.96],type:\"tween\"};const transition11={delay:.5,duration:1,ease:[.12,.23,0,.96],type:\"tween\"};const transition12={delay:.6,duration:1,ease:[.12,.23,0,.96],type:\"tween\"};const transition13={delay:.2,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition14={delay:.4,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition15={delay:.5,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition16={delay:.6,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"ExGU49TYm\",Phone:\"wcGO7LgRx\",Tablet:\"zkcmxfzuJ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ExGU49TYm\"};};const cursor={component:ServicesArrowCircle,variant:\"ylhAZMCzz\"};const cursor1={component:ServicesArrowCircle,variant:\"rC6mT98xt\"};const cursor2={alignment:\"start\",component:EnaLogo,offset:{x:15,y:-15},placement:\"top\",variant:\"jctk7DScp\"};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,luYbSmIYUpJoKgiYuj,ggXTdKemlpJoKgiYuj,qYQeV8gshpJoKgiYuj,CKpLENRDapJoKgiYuj,zfBlaWI2ApJoKgiYuj,idpJoKgiYuj,luYbSmIYUEjf8_mSlH,ggXTdKemlEjf8_mSlH,qYQeV8gshEjf8_mSlH,CKpLENRDaEjf8_mSlH,zfBlaWI2AEjf8_mSlH,idEjf8_mSlH,luYbSmIYUX6V9tSZcD,ggXTdKemlX6V9tSZcD,qYQeV8gshX6V9tSZcD,CKpLENRDaX6V9tSZcD,zfBlaWI2AX6V9tSZcD,idX6V9tSZcD,...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const EHMhKGDpT3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const wCQM1JsQO1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"wcGO7LgRx\")return false;return true;};const ref1=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"wcGO7LgRx\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"zkcmxfzuJ\",\"wcGO7LgRx\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"V5YB_QEow\");const router=useRouter();const elementId1=useRouteElementId(\"EnQqmxWrX\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"NNUZKWAb2\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"wDjpvQF8t\");const ref4=React.useRef(null);const ref5=React.useRef(null);const elementId4=useRouteElementId(\"iVMtolCmG\");const elementId5=useRouteElementId(\"Q5DOQD4Fs\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"Uy5Y_EXoQ\");const ref7=React.useRef(null);useCustomCursors({\"1dtjyus\":cursor2,\"1sqc9xr\":cursor,mlubtn:cursor1});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ExGU49TYm\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: none; } @media (max-width: 809px) { html body { background: rgb(255, 255, 255) } }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1h6rsta\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gylgt9-container hidden-1k39h9d\",layoutScroll:true,nodeId:\"K5XlBqKnQ\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{variant:\"YH7bj33Bn\"}},children:/*#__PURE__*/_jsx(NavigationNavigationDesktopWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"CRDtBI3sU\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"K5XlBqKnQ\",layoutId:\"K5XlBqKnQ\",style:{width:\"100%\"},variant:\"vm6SGQ0VB\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{height:58,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-ag0oxj-container hidden-1h6rsta hidden-h8yy8w\",\"data-framer-name\":\"Navigation Mobile\",id:\"ag0oxj\",layoutScroll:true,name:\"Navigation Mobile\",nodeId:\"BM0cK6qs_\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:[/*#__PURE__*/_jsx(NavigationNavigationMobileClosedWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"FSM9fupyz\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,EHMhKGDpT:EHMhKGDpT3bnx0g({overlay}),height:\"100%\",id:\"BM0cK6qs_\",layoutId:\"BM0cK6qs_\",name:\"Navigation Mobile\",style:{width:\"100%\"},variant:overlay.visible?\"RaOGEbZq9\":\"WO5xWIs5f\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1679xx5\"),\"data-framer-portal-id\":\"ag0oxj\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"q3Ryt25NC\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:cx(scopingClassNames,\"framer-1sig2fn-container\"),\"data-framer-portal-id\":\"ag0oxj\",exit:animation,inComponentSlot:true,initial:animation2,nodeId:\"GE7VCAzoo\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavigationNavigationMobileOpen,{height:\"100%\",id:\"GE7VCAzoo\",layoutId:\"GE7VCAzoo\",style:{height:\"100%\",width:\"100%\"},wCQM1JsQO:wCQM1JsQO1wnntms({overlay}),width:\"100%\"})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-mxjaj0\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(MotionSectionWithSmallViewportHeight1aic3mmWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1aic3mm\",\"data-framer-appear-id\":\"1aic3mm\",\"data-framer-name\":\"Section Hero\",initial:animation4,optimized:true,children:/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-14ccou6\",\"data-framer-name\":\"Container (Video Poster)\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1q9v7jg\",\"data-framer-name\":\"VALOR-logo-black\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:462,intrinsicWidth:409,svg:'<svg data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 409.19 462.45\"><path d=\"M409.19 1.52c-4.97-2.15-65.52-.89-79.54-.89-9.2 0-21.89-1.78-24.34 2.22 2.08 4.6 3.49 2.89 10.68 3.34 58.69 3.49 36.14 82.8-15.95 99.87-18.7 6.16-161.9 3.63-192.47 3.41-4.01-7.34-7.94-19.36-11.58-28.71-6.53-16.69-19.66-44.44-16.84-61.51 1.86-11.28 13.72-16.4 25.52-10.91 14.76 6.9 22.93 31.24 30.35 48.3 9.13 21 23.89 26.71 52.9 26.19-2.67-16.91-23.6-49.79-15.43-67.97 4.08-8.98 8.68-6.6 17.14-9.35l.07-4.01C186.07-.04 13.63-.7.05 1c-.67 8.46 5.12 3.64 13.43 7.87 23.3 11.87 39.1 82.28 51.94 106.25l92.6.07c10.09 25.15 87.85 225.64 94.45 231.5 4.01-1.48 2.97-1.11 4.75-5.71.89-2.3 1.49-4.38 2.45-7.12 7.42-20.56 15.21-29.75 9.2-44.3l-44.96-115.75c-4.9-12.39-20.11-47.64-21.89-58.62 53.87-1.19 104.1 9.42 137.12-21.59 14.47-13.5 19.14-30.05 29.01-50.9 5.49-11.43 14.1-28.05 25.75-33.91 6.6-3.34 9.35-1.49 15.14-3.19l.15-4.08ZM202.32 462.45c3.27-3.12 3.79-6.68 5.49-11.2 1.34-3.64 2.6-6.98 4.01-10.83 12.32-33.46 11.43-18.62-6.16-66.93l-65.52-175.56c-14.17-37.77-15.88-57.43-64.26-56.02 3.34 13.06 55.5 146.55 61.74 162.65 10.16 26.49 20.7 52.98 31.02 79.99l29.68 74.64c1.93 2.89.67 2.01 4.01 3.27Z\" style=\"fill-rule:evenodd\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g62nze\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-u3eri6\",\"data-styles-preset\":\"FzAGLwn1W\",style:{\"--framer-text-alignment\":\"right\"},children:\"DESIGN+MARKETInG\"})}),className:\"framer-1bwsrrp\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q1hjew\",\"data-framer-name\":\"Scroll More Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1kl5e2l-container\",\"data-framer-appear-id\":\"1kl5e2l\",initial:animation7,nodeId:\"BgaGMMs_k\",optimized:true,rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(ScrollMore,{height:\"100%\",id:\"BgaGMMs_k\",layoutId:\"BgaGMMs_k\",TWVH1Vrqk:\"Empowering the trades\",variant:\"zF9aiHObC\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xqqfkn\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rkx8vh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"i1xyULje9\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgb(0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"i1xyULje9\",isMixedBorderRadius:false,layoutId:\"i1xyULje9\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/8AjFSgfwL6kB2pVNQCY3OXIx8JU.jpg\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/DJWs5Yxz8Mvacsx4xKGLnAzqAA.mp4\",srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1tz9qck\",\"data-framer-name\":\"Section intro\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j9f4ey hidden-h8yy8w hidden-1k39h9d\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hujkdu\",\"data-framer-name\":\"Heading\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-axqhss\",\"data-styles-preset\":\"sjYhh20PV\",children:\"We are designers & consultants driven by creativity, guided by strategy.\"})}),className:\"framer-dq2cwc\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"x7QPEPctu\"},implicitPathVariables:undefined},{href:{webPageId:\"x7QPEPctu\"},implicitPathVariables:undefined},{href:{webPageId:\"x7QPEPctu\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref1,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ueboay-container\",nodeId:\"IWr01s2FB\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{ezwcc9eqR:resolvedLinks[2]},zkcmxfzuJ:{ezwcc9eqR:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{ezwcc9eqR:resolvedLinks[0],height:\"100%\",id:\"IWr01s2FB\",kJ1i2QLSw:\"View work\",layoutId:\"IWr01s2FB\",variant:\"e7aWiXnuM\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-14eprd5\",\"data-framer-name\":\"Section Featured Works\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i0qe8m\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 30px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 55px) / 2, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref1,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yolctx-container\",nodeId:\"YiYG7ZFfh\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"Wv0rjCFhB\"},zkcmxfzuJ:{variant:\"Wv0rjCFhB\"}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",id:\"YiYG7ZFfh\",layoutId:\"YiYG7ZFfh\",s3JNzJswC:2,style:{height:\"100%\",width:\"100%\"},variant:\"WNsBIDgr0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{height:736,width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 30px)`},zkcmxfzuJ:{height:322}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 55px) / 2, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref1,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1krrhbq-container\",nodeId:\"EwPj8_Zy7\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"Wv0rjCFhB\"},zkcmxfzuJ:{variant:\"Wv0rjCFhB\"}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",id:\"EwPj8_Zy7\",layoutId:\"EwPj8_Zy7\",s3JNzJswC:1,style:{height:\"100%\",width:\"100%\"},variant:\"WNsBIDgr0\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1qc0zu\",\"data-framer-name\":\"Section Approach\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1028gv hidden-h8yy8w hidden-1k39h9d\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yfmpgj\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lp65d0\",\"data-framer-name\":\"Content Wrapper\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1nh5yw1\",\"data-styles-preset\":\"u004vSsEl\",children:\"Our Mission\"})}),className:\"framer-q5e290\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-transform\":\"inherit\"},children:\"The trades industry powers the world, but 90% of trade businesses are missing a strong digital presence to match their real-world impact. Social media is full of self-proclaimed gurus selling courses with little value, thriving only because they grab attention. Real businesses like the trades can dominate online too\u2014and we\u2019re here to make it happen. We exist to make sure the trades get the recognition and relevance they deserve.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-transform\":\"inherit\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-transform\":\"inherit\"},children:\"VALOR brings over 20 years of combined experience in website design and digital marketing. We have distilled all of this experience into a single model to help real service providers grow online. This is more than a random website for your brand. This is more than random photos and videos on social media. This is for real businesses who lack strategy.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-transform\":\"inherit\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-transform\":\"inherit\"},children:\"\u2014 This is design+marketing.\"})]}),className:\"framer-n5xrik\",effect:textEffect3,fonts:[\"FS;Montserrat-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pNHeRDjTh\"},implicitPathVariables:undefined},{href:{webPageId:\"pNHeRDjTh\"},implicitPathVariables:undefined},{href:{webPageId:\"pNHeRDjTh\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hxq2z9-container\",nodeId:\"BYGf1uNkC\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{ezwcc9eqR:resolvedLinks1[2]},zkcmxfzuJ:{ezwcc9eqR:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{ezwcc9eqR:resolvedLinks1[0],height:\"100%\",id:\"BYGf1uNkC\",kJ1i2QLSw:\"About us\",layoutId:\"BYGf1uNkC\",variant:\"e7aWiXnuM\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-12w1u6r\",\"data-framer-name\":\"Section Recognition\",children:/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-jsayao\",\"data-framer-name\":\"Container\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12s9mwl\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1nh5yw1\",\"data-styles-preset\":\"u004vSsEl\",children:\"Who we serve\"})}),className:\"framer-bhwwpj\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rou7uf\",\"data-framer-name\":\"Awards Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yrwept-container\",nodeId:\"QQllhS88W\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"zJebYo9I4\"}},children:/*#__PURE__*/_jsx(AwardsAwardsRow3,{Fc2qCuIQt:\"01\",fRZGzEfhU:\"General Contractors\",height:\"100%\",id:\"QQllhS88W\",layoutId:\"QQllhS88W\",style:{width:\"100%\"},UWgzLamjX:\"Build. Manage. Deliver.\",variant:\"CxTmcJR9i\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pbrudh-container\",nodeId:\"T77iOJJFY\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"wvH_8fFFo\"}},children:/*#__PURE__*/_jsx(AwardsAwardsRow4,{Fc2qCuIQt:\"02\",fRZGzEfhU:\"Plumbers\",height:\"100%\",id:\"T77iOJJFY\",layoutId:\"T77iOJJFY\",style:{width:\"100%\"},UWgzLamjX:\"Pipes. Pressure. Precision.\",variant:\"RV5nzXuWE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3unmgp-container\",nodeId:\"UgzyBeyX6\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"P_1rZbrMP\"}},children:/*#__PURE__*/_jsx(AwardsAwardsRow5,{Fc2qCuIQt:\"03\",fRZGzEfhU:\"HVAC Technicians\",height:\"100%\",id:\"UgzyBeyX6\",layoutId:\"UgzyBeyX6\",style:{width:\"100%\"},UWgzLamjX:\"Climate control experts.\",variant:\"G8UJ7JIWQ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b8ousy-container\",nodeId:\"vdKyOdbyq\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"hGbVy2ZSR\"}},children:/*#__PURE__*/_jsx(AwardsAwardsRow6,{Fc2qCuIQt:\"04\",fRZGzEfhU:\"Roofers\",height:\"100%\",id:\"vdKyOdbyq\",layoutId:\"vdKyOdbyq\",style:{width:\"100%\"},UWgzLamjX:\"Strong roofs. No leaks.\",variant:\"rmSI4G2nK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bohivu-container\",nodeId:\"wz6JKBEQl\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"ns9F9lBs6\"}},children:/*#__PURE__*/_jsx(AwardsAwardsRow7,{Fc2qCuIQt:\"05\",fRZGzEfhU:\"Flooring Installer\",height:\"100%\",id:\"wz6JKBEQl\",layoutId:\"wz6JKBEQl\",style:{width:\"100%\"},UWgzLamjX:\"Precision underfoot.\",variant:\"WOgdIND1h\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xwyl2i-container\",nodeId:\"qKbyQZXJH\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"ns9F9lBs6\"}},children:/*#__PURE__*/_jsx(AwardsAwardsRow7,{Fc2qCuIQt:\"06\",fRZGzEfhU:\"Water Restoration\",height:\"100%\",id:\"qKbyQZXJH\",layoutId:\"qKbyQZXJH\",style:{width:\"100%\"},UWgzLamjX:\"Damage. Dried. Done.\",variant:\"WOgdIND1h\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ue1uim-container\",nodeId:\"hSsDMg5xz\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"ns9F9lBs6\"}},children:/*#__PURE__*/_jsx(AwardsAwardsRow7,{Fc2qCuIQt:\"07\",fRZGzEfhU:\"Automotive\",height:\"100%\",id:\"hSsDMg5xz\",layoutId:\"hSsDMg5xz\",style:{width:\"100%\"},UWgzLamjX:\"Fleet-ready service.\",variant:\"WOgdIND1h\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-o1wguw-container\",nodeId:\"vWYK2CZqP\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"ns9F9lBs6\"}},children:/*#__PURE__*/_jsx(AwardsAwardsRow7,{Fc2qCuIQt:\"08\",fRZGzEfhU:\"Landscaping\",height:\"100%\",id:\"vWYK2CZqP\",layoutId:\"vWYK2CZqP\",style:{width:\"100%\"},UWgzLamjX:\"Elevate the outdoors.\",variant:\"WOgdIND1h\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1chbn5y\",\"data-framer-name\":\"Section Services\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hcno77\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15hfgh5\",\"data-framer-name\":\"Sticky\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7ssc7y\",\"data-styles-preset\":\"mE3qYDPim\",children:\"Our Services\"})}),className:\"framer-1r2rc6m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{height:35},zkcmxfzuJ:{height:91}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{style:{scale:.3}},zkcmxfzuJ:{style:{scale:.6}}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-bvaskp-container\",nodeId:\"deBa5__uw\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{style:{height:\"100%\",width:\"100%\"}},zkcmxfzuJ:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ServicesServices3D,{B3QypNWU7:\"Branding\",Cy_5LCDsQ:ref5,height:\"100%\",id:\"deBa5__uw\",kyrVzA6f5:\"Marketing\",layoutId:\"deBa5__uw\",moMJ2PvaD:\"Consulting\",nGk_00bus:\"Design\",qT0ZvsJVI:\"rgb(255, 255, 255)\",style:{width:\"100%\"},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-49guni\",\"data-framer-name\":\"Trigger#1\",id:elementId4,ref:ref5})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fx2rj3\",\"data-framer-name\":\"Sticky Image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uuycl6\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1333,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/uCa9Rz2nNGT9xt3nRjANXRpIJbI.jpg\",srcSet:\"https://framerusercontent.com/images/uCa9Rz2nNGT9xt3nRjANXRpIJbI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uCa9Rz2nNGT9xt3nRjANXRpIJbI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uCa9Rz2nNGT9xt3nRjANXRpIJbI.jpg 2000w\"},className:\"framer-ofino4\"})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-edfngp\",\"data-framer-name\":\"Section Capabilties\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1te0kr\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1nh5yw1\",\"data-styles-preset\":\"u004vSsEl\",children:\"Capabilities\"})}),className:\"framer-10f0w41\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14nbtxa\",\"data-framer-name\":\"Accordion\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:315,width:`max((${componentViewport?.width||\"100vw\"} - 55px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c7hjkv-container\",nodeId:\"WlRQlaQbB\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(AccordionAccordion4,{FemaQbohq:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We capture high-quality photos and videos that show your work in the best light \u2014 from finished projects to action shots of your crew. Whether you need content for your website, ads, or social media, we make your trade look as professional as the work you do.\"})}),height:\"100%\",id:\"WlRQlaQbB\",layoutId:\"WlRQlaQbB\",style:{width:\"100%\"},variant:\"ato5NCQaB\",width:\"100%\",WlEluoqte:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We create custom websites that highlight your skills and services with a modern and professional edge. Designed to load fast, work on any device, and turn visitors into customers, our sites give your trade business the online presence it deserves to outshine the outdated competition.\"})}),wVsQ3Muko:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We run precise ad campaigns across platforms like Google, Facebook, Instagram, and Tiktok targeting only the people who need your services. Our strategies focus on getting your phone ringing with real leads, fast, while keeping your budget in check.\"})}),XWwK4Ud6L:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Our logo design process delivers a unique and powerful symbol of your business. We create visuals that reflect the strength and character of your trade, helping you stand out on trucks, cards, social media, and anywhere else your name appears.\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1hwfpvb\",\"data-framer-name\":\"Section Clients\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h488hj\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1nh5yw1\",\"data-styles-preset\":\"u004vSsEl\",style:{\"--framer-text-alignment\":\"center\"},children:\"Selected Clients\"})}),className:\"framer-1smjmtc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-m8k7wv\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{height:320,width:componentViewport?.width||\"100vw\"},zkcmxfzuJ:{height:320}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:450,width:`calc((${componentViewport?.width||\"100vw\"} - 40px) * 0.5172)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3833m5-container\",nodeId:\"e52fTbLzU\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{Cpp3SGIAR:undefined,rZNdwCFmu:undefined,variant:\"NVmFjz_fZ\"},zkcmxfzuJ:{Cpp3SGIAR:undefined,rZNdwCFmu:undefined,variant:\"NVmFjz_fZ\"}},children:/*#__PURE__*/_jsx(CarouselClients6,{Cpp3SGIAR:\"mlubtn\",height:\"100%\",id:\"e52fTbLzU\",layoutId:\"e52fTbLzU\",rZNdwCFmu:\"1sqc9xr\",style:{height:\"100%\",width:\"100%\"},variant:\"uj0PB4ST0\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1mq5yjn\",\"data-framer-name\":\"Section News\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pqibu4\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xntbmg\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1nh5yw1\",\"data-styles-preset\":\"u004vSsEl\",children:\"Value & Insight\"})}),className:\"framer-2d4ixx\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11f06lg\",\"data-framer-name\":\"Link Wrapper\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"A6u7IhHdZ\"},implicitPathVariables:undefined},{href:{webPageId:\"A6u7IhHdZ\"},implicitPathVariables:undefined},{href:{webPageId:\"A6u7IhHdZ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:15,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17kb46v-container\",nodeId:\"B10GxexWt\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{gI_7elcTO:resolvedLinks2[2]},zkcmxfzuJ:{gI_7elcTO:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(TextLink,{aPy89ItM2:\"All Articles\",gI_7elcTO:resolvedLinks2[0],height:\"100%\",IBYcjioAb:\"rgb(0, 0, 0)\",id:\"B10GxexWt\",layoutId:\"B10GxexWt\",variant:\"NoL_9pC9I\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-118mhyu\",\"data-framer-name\":\"News Row\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1keop06\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"pJoKgiYuj\",data:News,type:\"Collection\"},select:[{collection:\"pJoKgiYuj\",name:\"luYbSmIYU\",type:\"Identifier\"},{collection:\"pJoKgiYuj\",name:\"ggXTdKeml\",type:\"Identifier\"},{collection:\"pJoKgiYuj\",name:\"qYQeV8gsh\",type:\"Identifier\"},{collection:\"pJoKgiYuj\",name:\"CKpLENRDa\",type:\"Identifier\"},{collection:\"pJoKgiYuj\",name:\"zfBlaWI2A\",type:\"Identifier\"},{collection:\"pJoKgiYuj\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"pJoKgiYuj\",name:\"vLSJHpvdP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:1},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({CKpLENRDa:CKpLENRDapJoKgiYuj,ggXTdKeml:ggXTdKemlpJoKgiYuj,id:idpJoKgiYuj,luYbSmIYU:luYbSmIYUpJoKgiYuj,qYQeV8gsh:qYQeV8gshpJoKgiYuj,zfBlaWI2A:zfBlaWI2ApJoKgiYuj},index)=>{luYbSmIYUpJoKgiYuj??=\"\";qYQeV8gshpJoKgiYuj??=\"\";CKpLENRDapJoKgiYuj??=\"\";zfBlaWI2ApJoKgiYuj??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`pJoKgiYuj-${idpJoKgiYuj}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{luYbSmIYU:luYbSmIYUpJoKgiYuj},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{luYbSmIYU:luYbSmIYUpJoKgiYuj},webPageId:\"Gjn6ePvso\"},motionChild:true,nodeId:\"hcKd43L9t\",openInNewTab:false,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-4hicrk framer-174rgin\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:418,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 3, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kmqzzc-container\",nodeId:\"OG20qegx3\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"uAiRT0afR\"},zkcmxfzuJ:{variant:\"uAiRT0afR\"}},children:/*#__PURE__*/_jsx(NewsCard,{bsADRtJb9:toResponsiveImage(ggXTdKemlpJoKgiYuj),height:\"100%\",id:\"OG20qegx3\",layoutId:\"OG20qegx3\",P8bAm6u1h:CKpLENRDapJoKgiYuj,RkXn3SxKd:qYQeV8gshpJoKgiYuj,style:{width:\"100%\"},UD1tmkBrN:zfBlaWI2ApJoKgiYuj,variant:\"h9ro8Nu6Y\",width:\"100%\"})})})})})})})})},idpJoKgiYuj);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wt55fi\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Ejf8_mSlH\",data:News,type:\"Collection\"},select:[{collection:\"Ejf8_mSlH\",name:\"luYbSmIYU\",type:\"Identifier\"},{collection:\"Ejf8_mSlH\",name:\"ggXTdKeml\",type:\"Identifier\"},{collection:\"Ejf8_mSlH\",name:\"qYQeV8gsh\",type:\"Identifier\"},{collection:\"Ejf8_mSlH\",name:\"CKpLENRDa\",type:\"Identifier\"},{collection:\"Ejf8_mSlH\",name:\"zfBlaWI2A\",type:\"Identifier\"},{collection:\"Ejf8_mSlH\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Ejf8_mSlH\",name:\"vLSJHpvdP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:2},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({CKpLENRDa:CKpLENRDaEjf8_mSlH,ggXTdKeml:ggXTdKemlEjf8_mSlH,id:idEjf8_mSlH,luYbSmIYU:luYbSmIYUEjf8_mSlH,qYQeV8gsh:qYQeV8gshEjf8_mSlH,zfBlaWI2A:zfBlaWI2AEjf8_mSlH},index1)=>{luYbSmIYUEjf8_mSlH??=\"\";qYQeV8gshEjf8_mSlH??=\"\";CKpLENRDaEjf8_mSlH??=\"\";zfBlaWI2AEjf8_mSlH??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Ejf8_mSlH-${idEjf8_mSlH}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{luYbSmIYU:luYbSmIYUEjf8_mSlH},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{luYbSmIYU:luYbSmIYUEjf8_mSlH},webPageId:\"Gjn6ePvso\"},motionChild:true,nodeId:\"OEef45SDv\",openInNewTab:false,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-f64vtb framer-174rgin\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:418,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 3, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-i90n53-container\",nodeId:\"hjX50t62p\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"uAiRT0afR\"},zkcmxfzuJ:{variant:\"uAiRT0afR\"}},children:/*#__PURE__*/_jsx(NewsCard,{bsADRtJb9:toResponsiveImage(ggXTdKemlEjf8_mSlH),height:\"100%\",id:\"hjX50t62p\",layoutId:\"hjX50t62p\",P8bAm6u1h:CKpLENRDaEjf8_mSlH,RkXn3SxKd:qYQeV8gshEjf8_mSlH,style:{width:\"100%\"},UD1tmkBrN:zfBlaWI2AEjf8_mSlH,variant:\"h9ro8Nu6Y\",width:\"100%\"})})})})})})})})},idEjf8_mSlH);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-42i4sh\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"X6V9tSZcD\",data:News,type:\"Collection\"},select:[{collection:\"X6V9tSZcD\",name:\"luYbSmIYU\",type:\"Identifier\"},{collection:\"X6V9tSZcD\",name:\"ggXTdKeml\",type:\"Identifier\"},{collection:\"X6V9tSZcD\",name:\"qYQeV8gsh\",type:\"Identifier\"},{collection:\"X6V9tSZcD\",name:\"CKpLENRDa\",type:\"Identifier\"},{collection:\"X6V9tSZcD\",name:\"zfBlaWI2A\",type:\"Identifier\"},{collection:\"X6V9tSZcD\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"X6V9tSZcD\",name:\"vLSJHpvdP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({CKpLENRDa:CKpLENRDaX6V9tSZcD,ggXTdKeml:ggXTdKemlX6V9tSZcD,id:idX6V9tSZcD,luYbSmIYU:luYbSmIYUX6V9tSZcD,qYQeV8gsh:qYQeV8gshX6V9tSZcD,zfBlaWI2A:zfBlaWI2AX6V9tSZcD},index2)=>{luYbSmIYUX6V9tSZcD??=\"\";qYQeV8gshX6V9tSZcD??=\"\";CKpLENRDaX6V9tSZcD??=\"\";zfBlaWI2AX6V9tSZcD??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`X6V9tSZcD-${idX6V9tSZcD}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{luYbSmIYU:luYbSmIYUX6V9tSZcD},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{luYbSmIYU:luYbSmIYUX6V9tSZcD},webPageId:\"Gjn6ePvso\"},motionChild:true,nodeId:\"VajsBNvTy\",openInNewTab:false,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1moq67f framer-174rgin\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:418,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 3, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7s61aa-container\",nodeId:\"NVYqkTLlM\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"uAiRT0afR\"},zkcmxfzuJ:{variant:\"uAiRT0afR\"}},children:/*#__PURE__*/_jsx(NewsCard,{bsADRtJb9:toResponsiveImage(ggXTdKemlX6V9tSZcD),height:\"100%\",id:\"NVYqkTLlM\",layoutId:\"NVYqkTLlM\",P8bAm6u1h:CKpLENRDaX6V9tSZcD,RkXn3SxKd:qYQeV8gshX6V9tSZcD,style:{width:\"100%\"},UD1tmkBrN:zfBlaWI2AX6V9tSZcD,variant:\"h9ro8Nu6Y\",width:\"100%\"})})})})})})})})},idX6V9tSZcD);})})})})})]})]})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xpjwr2-container\",id:elementId6,nodeId:\"Uy5Y_EXoQ\",ref:ref7,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"L_izBgRUn\"},zkcmxfzuJ:{variant:\"HIywnjDrA\"}},children:/*#__PURE__*/_jsx(FooterFooter,{height:\"100%\",id:\"Uy5Y_EXoQ\",KC7RinsLF:\"1dtjyus\",layoutId:\"Uy5Y_EXoQ\",style:{width:\"100%\"},unktgf8Fd:ref7,variant:\"C6VpDW4k9\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Lzgx1.framer-174rgin, .framer-Lzgx1 .framer-174rgin { display: block; }\",\".framer-Lzgx1.framer-1h6rsta { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Lzgx1 .framer-1gylgt9-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-Lzgx1 .framer-ag0oxj-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-Lzgx1.framer-1679xx5 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 6; }\",\".framer-Lzgx1.framer-1sig2fn-container { flex: none; height: 100vh; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 9; }\",\".framer-Lzgx1 .framer-mxjaj0 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lzgx1 .framer-1aic3mm { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Lzgx1 .framer-14ccou6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-end; overflow: hidden; padding: 40px 30px 40px 30px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-Lzgx1 .framer-1q9v7jg { aspect-ratio: 0.8852813852813853 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 505px); position: relative; width: 447px; z-index: 3; }\",\".framer-Lzgx1 .framer-g62nze { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-Lzgx1 .framer-1bwsrrp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 550px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-Lzgx1 .framer-1q1hjew { 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-Lzgx1 .framer-1kl5e2l-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-Lzgx1 .framer-xqqfkn { background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%); flex: none; height: 100vh; left: 0px; opacity: 0.7; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-Lzgx1 .framer-rkx8vh-container { -webkit-filter: grayscale(1); filter: grayscale(1); flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; z-index: -1; }\",\".framer-Lzgx1 .framer-1tz9qck { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 20px 50px 20px; position: relative; width: 100%; z-index: 4; }\",\".framer-Lzgx1 .framer-1j9f4ey { align-self: stretch; flex: 1 0 0px; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-Lzgx1 .framer-hujkdu, .framer-Lzgx1 .framer-14nbtxa { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Lzgx1 .framer-dq2cwc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 860px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Lzgx1 .framer-ueboay-container, .framer-Lzgx1 .framer-hxq2z9-container, .framer-Lzgx1 .framer-17kb46v-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Lzgx1 .framer-14eprd5, .framer-Lzgx1 .framer-118mhyu { 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: 100%; }\",\".framer-Lzgx1 .framer-1i0qe8m { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px 20px 50px 20px; position: relative; width: 1px; z-index: 4; }\",\".framer-Lzgx1 .framer-yolctx-container, .framer-Lzgx1 .framer-1krrhbq-container { aspect-ratio: 1.4743589743589745 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 388px); position: relative; width: 1px; }\",\".framer-Lzgx1 .framer-1qc0zu { align-content: flex-end; align-items: flex-end; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 100px 20px 200px 20px; position: relative; width: 100%; z-index: 8; }\",\".framer-Lzgx1 .framer-1028gv { align-self: stretch; background-color: #ffffff; flex: 1 0 0px; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-Lzgx1 .framer-yfmpgj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Lzgx1 .framer-1lp65d0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Lzgx1 .framer-q5e290, .framer-Lzgx1 .framer-1r2rc6m, .framer-Lzgx1 .framer-1smjmtc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Lzgx1 .framer-n5xrik { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 425px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Lzgx1 .framer-12w1u6r { align-content: flex-end; align-items: flex-end; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 100px 20px 100px 20px; position: relative; width: 100%; z-index: 3; }\",\".framer-Lzgx1 .framer-jsayao { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Lzgx1 .framer-12s9mwl { 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-Lzgx1 .framer-bhwwpj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Lzgx1 .framer-rou7uf { 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: 100%; }\",\".framer-Lzgx1 .framer-yrwept-container, .framer-Lzgx1 .framer-pbrudh-container, .framer-Lzgx1 .framer-3unmgp-container, .framer-Lzgx1 .framer-1b8ousy-container, .framer-Lzgx1 .framer-bohivu-container, .framer-Lzgx1 .framer-xwyl2i-container, .framer-Lzgx1 .framer-ue1uim-container, .framer-Lzgx1 .framer-o1wguw-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-Lzgx1 .framer-1chbn5y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 200vh; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-Lzgx1 .framer-1hcno77 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 200vh; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 4; }\",\".framer-Lzgx1 .framer-15hfgh5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 1px; z-index: 1; }\",\".framer-Lzgx1 .framer-bvaskp-container, .framer-Lzgx1 .framer-1c7hjkv-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Lzgx1 .framer-49guni { flex: none; height: 100vh; overflow: visible; position: absolute; right: 0px; top: calc(50.00000000000002% - 100vh / 2); width: 1px; z-index: 1; }\",\".framer-Lzgx1 .framer-1fx2rj3 { align-content: flex-end; align-items: flex-end; background-color: #000000; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 99.75vh; justify-content: flex-end; overflow: visible; padding: 40px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-Lzgx1 .framer-uuycl6 { background-color: #000000; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); opacity: 0.8; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 2; }\",\".framer-Lzgx1 .framer-ofino4 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-Lzgx1 .framer-edfngp { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 500px; justify-content: center; overflow: hidden; padding: 50px 20px 0px 20px; position: relative; width: 100%; z-index: 2; }\",\".framer-Lzgx1 .framer-1te0kr { 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: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Lzgx1 .framer-10f0w41, .framer-Lzgx1 .framer-2d4ixx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Lzgx1 .framer-1hwfpvb { align-content: flex-end; align-items: flex-end; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 100px 20px 100px 20px; position: relative; width: 100%; z-index: 9; }\",\".framer-Lzgx1 .framer-1h488hj { 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-Lzgx1 .framer-m8k7wv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Lzgx1 .framer-3833m5-container { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 450px); position: relative; width: 52%; }\",\".framer-Lzgx1 .framer-1mq5yjn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-Lzgx1 .framer-pqibu4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 20px 50px 20px; position: relative; width: 100%; z-index: 2; }\",\".framer-Lzgx1 .framer-xntbmg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Lzgx1 .framer-11f06lg { 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: min-content; }\",\".framer-Lzgx1 .framer-1keop06, .framer-Lzgx1 .framer-1wt55fi, .framer-Lzgx1 .framer-42i4sh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-Lzgx1 .framer-4hicrk, .framer-Lzgx1 .framer-f64vtb, .framer-Lzgx1 .framer-1moq67f { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-Lzgx1 .framer-kmqzzc-container, .framer-Lzgx1 .framer-i90n53-container, .framer-Lzgx1 .framer-7s61aa-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Lzgx1 .framer-1xpjwr2-container { flex: none; height: auto; position: relative; width: 100%; z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Lzgx1.framer-1h6rsta, .framer-Lzgx1 .framer-mxjaj0, .framer-Lzgx1 .framer-1aic3mm, .framer-Lzgx1 .framer-14ccou6, .framer-Lzgx1 .framer-g62nze, .framer-Lzgx1 .framer-1q1hjew, .framer-Lzgx1 .framer-1tz9qck, .framer-Lzgx1 .framer-hujkdu, .framer-Lzgx1 .framer-14eprd5, .framer-Lzgx1 .framer-1i0qe8m, .framer-Lzgx1 .framer-1qc0zu, .framer-Lzgx1 .framer-yfmpgj, .framer-Lzgx1 .framer-1lp65d0, .framer-Lzgx1 .framer-12w1u6r, .framer-Lzgx1 .framer-jsayao, .framer-Lzgx1 .framer-12s9mwl, .framer-Lzgx1 .framer-rou7uf, .framer-Lzgx1 .framer-1chbn5y, .framer-Lzgx1 .framer-1hcno77, .framer-Lzgx1 .framer-15hfgh5, .framer-Lzgx1 .framer-1fx2rj3, .framer-Lzgx1 .framer-edfngp, .framer-Lzgx1 .framer-1te0kr, .framer-Lzgx1 .framer-14nbtxa, .framer-Lzgx1 .framer-1hwfpvb, .framer-Lzgx1 .framer-1h488hj, .framer-Lzgx1 .framer-m8k7wv, .framer-Lzgx1 .framer-1mq5yjn, .framer-Lzgx1 .framer-pqibu4, .framer-Lzgx1 .framer-xntbmg, .framer-Lzgx1 .framer-11f06lg, .framer-Lzgx1 .framer-118mhyu, .framer-Lzgx1 .framer-1keop06, .framer-Lzgx1 .framer-4hicrk, .framer-Lzgx1 .framer-1wt55fi, .framer-Lzgx1 .framer-f64vtb, .framer-Lzgx1 .framer-42i4sh, .framer-Lzgx1 .framer-1moq67f { gap: 0px; } .framer-Lzgx1.framer-1h6rsta > *, .framer-Lzgx1 .framer-mxjaj0 > *, .framer-Lzgx1 .framer-14ccou6 > *, .framer-Lzgx1 .framer-rou7uf > *, .framer-Lzgx1 .framer-15hfgh5 > *, .framer-Lzgx1 .framer-1mq5yjn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Lzgx1.framer-1h6rsta > :first-child, .framer-Lzgx1 .framer-mxjaj0 > :first-child, .framer-Lzgx1 .framer-1aic3mm > :first-child, .framer-Lzgx1 .framer-14ccou6 > :first-child, .framer-Lzgx1 .framer-g62nze > :first-child, .framer-Lzgx1 .framer-hujkdu > :first-child, .framer-Lzgx1 .framer-yfmpgj > :first-child, .framer-Lzgx1 .framer-1lp65d0 > :first-child, .framer-Lzgx1 .framer-jsayao > :first-child, .framer-Lzgx1 .framer-12s9mwl > :first-child, .framer-Lzgx1 .framer-rou7uf > :first-child, .framer-Lzgx1 .framer-1chbn5y > :first-child, .framer-Lzgx1 .framer-15hfgh5 > :first-child, .framer-Lzgx1 .framer-1fx2rj3 > :first-child, .framer-Lzgx1 .framer-14nbtxa > :first-child, .framer-Lzgx1 .framer-1hwfpvb > :first-child, .framer-Lzgx1 .framer-1h488hj > :first-child, .framer-Lzgx1 .framer-m8k7wv > :first-child, .framer-Lzgx1 .framer-1mq5yjn > :first-child, .framer-Lzgx1 .framer-pqibu4 > :first-child { margin-top: 0px; } .framer-Lzgx1.framer-1h6rsta > :last-child, .framer-Lzgx1 .framer-mxjaj0 > :last-child, .framer-Lzgx1 .framer-1aic3mm > :last-child, .framer-Lzgx1 .framer-14ccou6 > :last-child, .framer-Lzgx1 .framer-g62nze > :last-child, .framer-Lzgx1 .framer-hujkdu > :last-child, .framer-Lzgx1 .framer-yfmpgj > :last-child, .framer-Lzgx1 .framer-1lp65d0 > :last-child, .framer-Lzgx1 .framer-jsayao > :last-child, .framer-Lzgx1 .framer-12s9mwl > :last-child, .framer-Lzgx1 .framer-rou7uf > :last-child, .framer-Lzgx1 .framer-1chbn5y > :last-child, .framer-Lzgx1 .framer-15hfgh5 > :last-child, .framer-Lzgx1 .framer-1fx2rj3 > :last-child, .framer-Lzgx1 .framer-14nbtxa > :last-child, .framer-Lzgx1 .framer-1hwfpvb > :last-child, .framer-Lzgx1 .framer-1h488hj > :last-child, .framer-Lzgx1 .framer-m8k7wv > :last-child, .framer-Lzgx1 .framer-1mq5yjn > :last-child, .framer-Lzgx1 .framer-pqibu4 > :last-child { margin-bottom: 0px; } .framer-Lzgx1 .framer-1aic3mm > *, .framer-Lzgx1 .framer-12s9mwl > *, .framer-Lzgx1 .framer-1chbn5y > *, .framer-Lzgx1 .framer-1fx2rj3 > *, .framer-Lzgx1 .framer-1h488hj > *, .framer-Lzgx1 .framer-m8k7wv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Lzgx1 .framer-g62nze > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Lzgx1 .framer-1q1hjew > *, .framer-Lzgx1 .framer-14eprd5 > *, .framer-Lzgx1 .framer-1te0kr > *, .framer-Lzgx1 .framer-xntbmg > *, .framer-Lzgx1 .framer-11f06lg > *, .framer-Lzgx1 .framer-118mhyu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Lzgx1 .framer-1q1hjew > :first-child, .framer-Lzgx1 .framer-1tz9qck > :first-child, .framer-Lzgx1 .framer-14eprd5 > :first-child, .framer-Lzgx1 .framer-1i0qe8m > :first-child, .framer-Lzgx1 .framer-1qc0zu > :first-child, .framer-Lzgx1 .framer-12w1u6r > :first-child, .framer-Lzgx1 .framer-1hcno77 > :first-child, .framer-Lzgx1 .framer-edfngp > :first-child, .framer-Lzgx1 .framer-1te0kr > :first-child, .framer-Lzgx1 .framer-xntbmg > :first-child, .framer-Lzgx1 .framer-11f06lg > :first-child, .framer-Lzgx1 .framer-118mhyu > :first-child, .framer-Lzgx1 .framer-1keop06 > :first-child, .framer-Lzgx1 .framer-4hicrk > :first-child, .framer-Lzgx1 .framer-1wt55fi > :first-child, .framer-Lzgx1 .framer-f64vtb > :first-child, .framer-Lzgx1 .framer-42i4sh > :first-child, .framer-Lzgx1 .framer-1moq67f > :first-child { margin-left: 0px; } .framer-Lzgx1 .framer-1q1hjew > :last-child, .framer-Lzgx1 .framer-1tz9qck > :last-child, .framer-Lzgx1 .framer-14eprd5 > :last-child, .framer-Lzgx1 .framer-1i0qe8m > :last-child, .framer-Lzgx1 .framer-1qc0zu > :last-child, .framer-Lzgx1 .framer-12w1u6r > :last-child, .framer-Lzgx1 .framer-1hcno77 > :last-child, .framer-Lzgx1 .framer-edfngp > :last-child, .framer-Lzgx1 .framer-1te0kr > :last-child, .framer-Lzgx1 .framer-xntbmg > :last-child, .framer-Lzgx1 .framer-11f06lg > :last-child, .framer-Lzgx1 .framer-118mhyu > :last-child, .framer-Lzgx1 .framer-1keop06 > :last-child, .framer-Lzgx1 .framer-4hicrk > :last-child, .framer-Lzgx1 .framer-1wt55fi > :last-child, .framer-Lzgx1 .framer-f64vtb > :last-child, .framer-Lzgx1 .framer-42i4sh > :last-child, .framer-Lzgx1 .framer-1moq67f > :last-child { margin-right: 0px; } .framer-Lzgx1 .framer-1tz9qck > *, .framer-Lzgx1 .framer-1i0qe8m > *, .framer-Lzgx1 .framer-1qc0zu > *, .framer-Lzgx1 .framer-12w1u6r > *, .framer-Lzgx1 .framer-1hcno77 > *, .framer-Lzgx1 .framer-edfngp > *, .framer-Lzgx1 .framer-1keop06 > *, .framer-Lzgx1 .framer-1wt55fi > *, .framer-Lzgx1 .framer-42i4sh > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-Lzgx1 .framer-hujkdu > *, .framer-Lzgx1 .framer-14nbtxa > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-Lzgx1 .framer-yfmpgj > *, .framer-Lzgx1 .framer-jsayao > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Lzgx1 .framer-1lp65d0 > *, .framer-Lzgx1 .framer-1hwfpvb > *, .framer-Lzgx1 .framer-pqibu4 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Lzgx1 .framer-4hicrk > *, .framer-Lzgx1 .framer-f64vtb > *, .framer-Lzgx1 .framer-1moq67f > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Lzgx1.framer-1h6rsta { width: 810px; } .framer-Lzgx1 .framer-1gylgt9-container { order: 1; } .framer-Lzgx1 .framer-mxjaj0 { order: 0; } .framer-Lzgx1 .framer-14ccou6 { padding: 20px 20px 40px 20px; } .framer-Lzgx1 .framer-1bwsrrp { max-width: 440px; } .framer-Lzgx1 .framer-dq2cwc { width: 90%; } .framer-Lzgx1 .framer-yolctx-container, .framer-Lzgx1 .framer-1krrhbq-container { height: var(--framer-aspect-ratio-supported, 256px); } .framer-Lzgx1 .framer-n5xrik { max-width: 524px; } .framer-Lzgx1 .framer-bvaskp-container { height: 91px; } .framer-Lzgx1 .framer-1hwfpvb { gap: 30px; } .framer-Lzgx1 .framer-3833m5-container { aspect-ratio: 1.24375 / 1; height: var(--framer-aspect-ratio-supported, 320px); } .framer-Lzgx1 .framer-1xpjwr2-container { order: 3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Lzgx1 .framer-1hwfpvb { gap: 0px; } .framer-Lzgx1 .framer-1hwfpvb > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Lzgx1 .framer-1hwfpvb > :first-child { margin-top: 0px; } .framer-Lzgx1 .framer-1hwfpvb > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-Lzgx1.framer-1h6rsta { background-color: #ffffff; width: 390px; } .framer-Lzgx1 .framer-ag0oxj-container { order: 2; } .framer-Lzgx1.framer-1679xx5 { background-color: unset; } .framer-Lzgx1.framer-1sig2fn-container { z-index: 10; } .framer-Lzgx1 .framer-mxjaj0 { order: 0; } .framer-Lzgx1 .framer-1aic3mm { bottom: unset; position: relative; top: unset; } .framer-Lzgx1 .framer-14ccou6 { gap: 60px; padding: 40px 15px 40px 15px; } .framer-Lzgx1 .framer-1q9v7jg { height: var(--framer-aspect-ratio-supported, 402px); width: 356px; z-index: 7; } .framer-Lzgx1 .framer-1bwsrrp { max-width: unset; width: 90%; } .framer-Lzgx1 .framer-1tz9qck { padding: 50px 15px 50px 15px; } .framer-Lzgx1 .framer-1i0qe8m { flex-direction: column; padding: 0px 15px 50px 15px; } .framer-Lzgx1 .framer-yolctx-container, .framer-Lzgx1 .framer-1krrhbq-container { flex: none; height: var(--framer-aspect-ratio-supported, 245px); width: 100%; } .framer-Lzgx1 .framer-1qc0zu, .framer-Lzgx1 .framer-12w1u6r { padding: 100px 15px 100px 15px; } .framer-Lzgx1 .framer-15hfgh5 { gap: 10px; } .framer-Lzgx1 .framer-bvaskp-container { height: 35px; } .framer-Lzgx1 .framer-edfngp { aspect-ratio: 0.65 / 1; flex-direction: column; gap: 50px; height: var(--framer-aspect-ratio-supported, 600px); padding: 100px 15px 0px 15px; } .framer-Lzgx1 .framer-1te0kr, .framer-Lzgx1 .framer-14nbtxa, .framer-Lzgx1 .framer-4hicrk, .framer-Lzgx1 .framer-1wt55fi, .framer-Lzgx1 .framer-42i4sh { flex: none; width: 100%; } .framer-Lzgx1 .framer-1hwfpvb { gap: 20px; padding: 100px 0px 100px 0px; } .framer-Lzgx1 .framer-1h488hj { padding: 0px 15px 0px 15px; } .framer-Lzgx1 .framer-3833m5-container { aspect-ratio: 1.21875 / 1; height: var(--framer-aspect-ratio-supported, 320px); width: 100%; } .framer-Lzgx1 .framer-pqibu4 { padding: 50px 15px 50px 15px; z-index: 5; } .framer-Lzgx1 .framer-xntbmg { align-content: flex-end; align-items: flex-end; } .framer-Lzgx1 .framer-118mhyu { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; } .framer-Lzgx1 .framer-1keop06 { flex: none; flex-direction: column; width: 100%; } .framer-Lzgx1 .framer-1xpjwr2-container { order: 3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Lzgx1 .framer-14ccou6, .framer-Lzgx1 .framer-1i0qe8m, .framer-Lzgx1 .framer-15hfgh5, .framer-Lzgx1 .framer-edfngp, .framer-Lzgx1 .framer-1hwfpvb, .framer-Lzgx1 .framer-118mhyu, .framer-Lzgx1 .framer-1keop06 { gap: 0px; } .framer-Lzgx1 .framer-14ccou6 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-Lzgx1 .framer-14ccou6 > :first-child, .framer-Lzgx1 .framer-1i0qe8m > :first-child, .framer-Lzgx1 .framer-15hfgh5 > :first-child, .framer-Lzgx1 .framer-edfngp > :first-child, .framer-Lzgx1 .framer-1hwfpvb > :first-child, .framer-Lzgx1 .framer-118mhyu > :first-child, .framer-Lzgx1 .framer-1keop06 > :first-child { margin-top: 0px; } .framer-Lzgx1 .framer-14ccou6 > :last-child, .framer-Lzgx1 .framer-1i0qe8m > :last-child, .framer-Lzgx1 .framer-15hfgh5 > :last-child, .framer-Lzgx1 .framer-edfngp > :last-child, .framer-Lzgx1 .framer-1hwfpvb > :last-child, .framer-Lzgx1 .framer-118mhyu > :last-child, .framer-Lzgx1 .framer-1keop06 > :last-child { margin-bottom: 0px; } .framer-Lzgx1 .framer-1i0qe8m > *, .framer-Lzgx1 .framer-1keop06 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Lzgx1 .framer-15hfgh5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Lzgx1 .framer-edfngp > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-Lzgx1 .framer-1hwfpvb > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Lzgx1 .framer-118mhyu > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7304\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zkcmxfzuJ\":{\"layout\":[\"fixed\",\"auto\"]},\"wcGO7LgRx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"V5YB_QEow\":{\"pattern\":\":V5YB_QEow\",\"name\":\"intro-text\"},\"EnQqmxWrX\":{\"pattern\":\":EnQqmxWrX\",\"name\":\"our-approach\"},\"NNUZKWAb2\":{\"pattern\":\":NNUZKWAb2\",\"name\":\"recognition\"},\"wDjpvQF8t\":{\"pattern\":\":wDjpvQF8t\",\"name\":\"services\"},\"iVMtolCmG\":{\"pattern\":\":iVMtolCmG\",\"name\":\"1\"},\"Q5DOQD4Fs\":{\"pattern\":\":Q5DOQD4Fs\",\"name\":\"news\"},\"Uy5Y_EXoQ\":{\"pattern\":\":Uy5Y_EXoQ\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FramerdROjFRRvF=withCSS(Component,css,\"framer-Lzgx1\");export default FramerdROjFRRvF;FramerdROjFRRvF.displayName=\"Home\";FramerdROjFRRvF.defaultProps={height:7304,width:1200};addFonts(FramerdROjFRRvF,[{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:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"}]},...NavigationNavigationDesktopFonts,...NavigationNavigationMobileClosedFonts,...NavigationNavigationMobileOpenFonts,...ScrollMoreFonts,...VideoFonts,...ButtonFonts,...ProjectCardFonts,...AwardsAwardsRow3Fonts,...AwardsAwardsRow4Fonts,...AwardsAwardsRow5Fonts,...AwardsAwardsRow6Fonts,...AwardsAwardsRow7Fonts,...ServicesServices3DFonts,...AccordionAccordion4Fonts,...CarouselClients6Fonts,...TextLinkFonts,...NewsCardFonts,...FooterFooterFonts,...ServicesArrowCircleFonts,...EnaLogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdROjFRRvF\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"7304\",\"framerScrollSections\":\"{\\\"V5YB_QEow\\\":{\\\"pattern\\\":\\\":V5YB_QEow\\\",\\\"name\\\":\\\"intro-text\\\"},\\\"EnQqmxWrX\\\":{\\\"pattern\\\":\\\":EnQqmxWrX\\\",\\\"name\\\":\\\"our-approach\\\"},\\\"NNUZKWAb2\\\":{\\\"pattern\\\":\\\":NNUZKWAb2\\\",\\\"name\\\":\\\"recognition\\\"},\\\"wDjpvQF8t\\\":{\\\"pattern\\\":\\\":wDjpvQF8t\\\",\\\"name\\\":\\\"services\\\"},\\\"iVMtolCmG\\\":{\\\"pattern\\\":\\\":iVMtolCmG\\\",\\\"name\\\":\\\"1\\\"},\\\"Q5DOQD4Fs\\\":{\\\"pattern\\\":\\\":Q5DOQD4Fs\\\",\\\"name\\\":\\\"news\\\"},\\\"Uy5Y_EXoQ\\\":{\\\"pattern\\\":\\\":Uy5Y_EXoQ\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zkcmxfzuJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wcGO7LgRx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\"}},\"__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", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "ComponentViewportProvider", "css", "FrameraXuIOT9SY", "withCSS", "aXuIOT9SY_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", "u", "cx", "css", "FramerlsiiSFwwV", "withCSS", "lsiiSFwwV_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "AwardsAwardsAnimatedLineFonts", "lsiiSFwwV_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", "link", "platform", "title", "type", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "fRZGzEfhU", "UWgzLamjX", "Fc2qCuIQt", "NJkPDlnRU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1w2disc", "args", "onMouseLeave1igay35", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerfetSINUx_", "withCSS", "fetSINUx_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TWVH1Vrqk", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear19zhv8d", "args", "onAppear126zhri", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "css", "FramerImZKimi7_", "withCSS", "ImZKimi7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "AwardsAwardsAnimatedLineFonts", "lsiiSFwwV_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", "link", "platform", "title", "type", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "fRZGzEfhU", "UWgzLamjX", "Fc2qCuIQt", "NJkPDlnRU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterjxfovg", "args", "onMouseLeave1kjxqng", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerINsoWRdM6", "withCSS", "INsoWRdM6_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "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", "click", "click2", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "VIjAFdxQ1", "Im38zZ0Qk", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapnlw7v9", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "css", "FramerY7Xwe8zJe", "withCSS", "Y7Xwe8zJe_default", "addPropertyControls", "ControlType", "addFonts", "ServicesMobileButtonArrowFonts", "getFonts", "Y7Xwe8zJe_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursorLeft", "cursorRight", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "rZNdwCFmu", "Cpp3SGIAR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapijclz1", "args", "onTap1q8ri72", "onTap1s0kerd", "onTaplmbop4", "VIjAFdxQ1ijclz1", "VIjAFdxQ11hnn8ba", "VIjAFdxQ1uz8g85", "VIjAFdxQ1nz25d4", "VIjAFdxQ1hz9mx9", "VIjAFdxQ11s0kerd", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerMlok80w7n", "withCSS", "Mlok80w7n_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "AwardsAwardsAnimatedLineFonts", "lsiiSFwwV_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", "link", "platform", "title", "type", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "fRZGzEfhU", "UWgzLamjX", "Fc2qCuIQt", "NJkPDlnRU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterlg5xgb", "args", "onMouseLeavenkz4jd", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FrameroMtnmti3m", "withCSS", "oMtnmti3m_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "color", "height", "id", "scrollSection", "text1", "text2", "text3", "text4", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "Cy_5LCDsQ", "qT0ZvsJVI", "nGk_00bus", "B3QypNWU7", "kyrVzA6f5", "moMJ2PvaD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppeargnqhaj", "args", "CycleVariantState", "useOnVariantChange", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "MotionDivWithFX", "RichText2", "css", "FramerRTyQnoONE", "withCSS", "RTyQnoONE_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "AwardsAwardsAnimatedLineFonts", "lsiiSFwwV_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", "link", "platform", "title", "type", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "fRZGzEfhU", "UWgzLamjX", "Fc2qCuIQt", "NJkPDlnRU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterd6z621", "args", "onMouseLeavemjvjrz", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerssibgulzb", "withCSS", "ssibgulzb_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "AwardsAwardsAnimatedLineFonts", "lsiiSFwwV_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", "link", "platform", "title", "type", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "fRZGzEfhU", "UWgzLamjX", "Fc2qCuIQt", "NJkPDlnRU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1eeyyak", "args", "onMouseLeavejunsrd", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerySueLT7VR", "withCSS", "ySueLT7VR_default", "addPropertyControls", "ControlType", "addFonts", "withSmallViewportHeight", "Component", "props", "svh", "setSvh", "ye", "ue", "vh", "window", "p", "fontStore", "fonts", "css", "className", "NavigationNavigationDesktopFonts", "getFonts", "aY7U7qgIT_default", "NavigationNavigationDesktopWithVariantAppearEffect", "withVariantAppearEffect", "NavigationNavigationMobileClosedFonts", "QeOYb5IMX_default", "NavigationNavigationMobileClosedWithVariantAppearEffect", "NavigationNavigationMobileOpenFonts", "HlXwoBHVW_default", "ScrollMoreFonts", "ImZKimi7_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "VideoFonts", "Video", "MotionSectionWithSmallViewportHeight1aic3mmWithOptimizedAppearEffect", "withCodeBoundaryForOverrides", "motion", "withSmallViewportHeight", "ButtonFonts", "GHGwnjjeH_default", "ContainerWithFX", "withFX", "ProjectCardFonts", "nGgc8Qv5L_default", "AwardsAwardsRow3Fonts", "fetSINUx_default", "AwardsAwardsRow4Fonts", "oMtnmti3m_default", "AwardsAwardsRow5Fonts", "INsoWRdM6_default", "AwardsAwardsRow6Fonts", "ssibgulzb_default", "AwardsAwardsRow7Fonts", "ySueLT7VR_default", "ServicesServices3DFonts", "RTyQnoONE_default", "AccordionAccordion4Fonts", "b2haYm4FR_default", "CarouselClients6Fonts", "Mlok80w7n_default", "TextLinkFonts", "RRkfDyZij_default", "NewsCardFonts", "kE6CFowlr_default", "FooterFooterFonts", "Xcfy55KEf_default", "ServicesArrowCircleFonts", "aXuIOT9SY_default", "EnaLogoFonts", "zLod6FAMt_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "transition1", "animation", "animation1", "animation2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition2", "animation3", "animation4", "animation5", "transition3", "textEffect", "transition4", "animation6", "animation7", "textEffect1", "animation8", "transition5", "transition6", "transition7", "transition8", "textEffect2", "textEffect3", "animation9", "transition9", "transition10", "transition11", "transition12", "transition13", "transition14", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "data", "useQueryData", "transition15", "transition16", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "cursor1", "cursor2", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "luYbSmIYUpJoKgiYuj", "ggXTdKemlpJoKgiYuj", "qYQeV8gshpJoKgiYuj", "CKpLENRDapJoKgiYuj", "zfBlaWI2ApJoKgiYuj", "idpJoKgiYuj", "luYbSmIYUEjf8_mSlH", "ggXTdKemlEjf8_mSlH", "qYQeV8gshEjf8_mSlH", "CKpLENRDaEjf8_mSlH", "zfBlaWI2AEjf8_mSlH", "idEjf8_mSlH", "luYbSmIYUX6V9tSZcD", "ggXTdKemlX6V9tSZcD", "qYQeV8gshX6V9tSZcD", "CKpLENRDaX6V9tSZcD", "zfBlaWI2AX6V9tSZcD", "idX6V9tSZcD", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "EHMhKGDpT3bnx0g", "overlay", "loadMore", "args", "wCQM1JsQO1wnntms", "scopingClassNames", "cx", "isDisplayed", "ref1", "isDisplayed1", "isDisplayed2", "elementId", "useRouteElementId", "router", "useRouter", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "ref5", "elementId4", "elementId5", "ref6", "elementId6", "ref7", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "l", "AnimatePresence", "Ga", "x", "SVG", "RichText2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "Image2", "resolvedLinks2", "ChildrenCanSuspend", "vaF7lXotP_default", "collection", "paginationInfo", "index", "PathVariablesContext", "Link", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "css", "FramerdROjFRRvF", "withCSS", "dROjFRRvF_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
