{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js", "ssg:https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js", "ssg:https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js", "ssg:https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/yP5gswlupPpLEdcUuBoY/RkxYclGiu9GpeK6WTUO5/hSs5A23jF-0.js", "ssg:https://framerusercontent.com/modules/yP5gswlupPpLEdcUuBoY/RkxYclGiu9GpeK6WTUO5/hSs5A23jF.js", "ssg:https://framerusercontent.com/modules/BesAgYMIczO9VpRl2Ahp/nJYhR5k6AXPBvg8VxK3F/f5xQVrEAZ-0.js", "ssg:https://framerusercontent.com/modules/BesAgYMIczO9VpRl2Ahp/nJYhR5k6AXPBvg8VxK3F/f5xQVrEAZ.js", "ssg:https://framerusercontent.com/modules/3gGpRMpyKnOxUXbYjtwN/GFt4yDH7mjwcmtAm2tqb/f5xQVrEAZ.js", "ssg:https://framerusercontent.com/modules/S7RH223dh7OtPKyWEsPP/rQ5CEtF1wYHoMJeEmxCD/hSs5A23jF.js"],
  "sourcesContent": ["import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();var _activeLocale_id;const activeLocaleId=(_activeLocale_id=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&_activeLocale_id!==void 0?_activeLocale_id:\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}var _selectedLocale_name;return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:locales.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:(_selectedLocale_name=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&_selectedLocale_name!==void 0?_selectedLocale_name:\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `]);LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)))\"},children:\"Menu\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198)))\"},children:\"Close\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8)))\"},children:\"Menu\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)))\"},children:\"Close\"})});export const v4=\"Home\";export const v5=\"Royal Palm Casino\";export const v6=\"Story\";export const v7=\"Palm Beach\";\nexport const __FramerMetadata__ = {\"exports\":{\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c56cc2c)\nimport*as localizedValues from\"./hSs5A23jF-0.js\";const valuesByLocaleId={Lm1ITJteV:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"74px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Home\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Home\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"74px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Home\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Home\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"74px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-32a07757-b405-4609-9ce5-21e39ea031fa, rgb(243, 213, 185)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Home\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-32a07757-b405-4609-9ce5-21e39ea031fa, rgb(243, 213, 185)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Home\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport*as localizedValues from\"./f5xQVrEAZ-0.js\";const valuesByLocaleId={Lm1ITJteV:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/BesAgYMIczO9VpRl2Ahp/nJYhR5k6AXPBvg8VxK3F/f5xQVrEAZ.js\";const enabledGestures={oTMPN9MVA:{hover:true,pressed:true},X19crw9Rt:{hover:true,pressed:true}};const cycleOrder=[\"YP83D60du\",\"oTMPN9MVA\",\"X19crw9Rt\"];const serializationHash=\"framer-Yvo6Q\";const variantClassNames={oTMPN9MVA:\"framer-v-1efxf9u\",X19crw9Rt:\"framer-v-1u3gysr\",YP83D60du:\"framer-v-18lu6y2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - menu\":\"oTMPN9MVA\",\"Mobile - menu\":\"X19crw9Rt\",Desktop:\"YP83D60du\"};const getProps=({height,id,labelPage,link,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,kWqWWKyym:(_ref=labelPage!==null&&labelPage!==void 0?labelPage:props.kWqWWKyym)!==null&&_ref!==void 0?_ref:\"Label\",sRMzUeMx3:link!==null&&link!==void 0?link:props.sRMzUeMx3,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"YP83D60du\"};};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,kWqWWKyym,sRMzUeMx3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YP83D60du\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{nodeId:\"YP83D60du\",...addPropertyOverrides({\"oTMPN9MVA-hover\":{smoothScroll:false},\"oTMPN9MVA-pressed\":{smoothScroll:false},oTMPN9MVA:{href:sRMzUeMx3,openInNewTab:false},X19crw9Rt:{href:sRMzUeMx3,openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-18lu6y2\",className,classNames)} framer-1j42vbw`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"YP83D60du\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"oTMPN9MVA-hover\":{\"data-framer-name\":undefined},\"oTMPN9MVA-pressed\":{\"data-framer-name\":undefined},\"X19crw9Rt-hover\":{\"data-framer-name\":undefined},\"X19crw9Rt-pressed\":{\"data-framer-name\":undefined},oTMPN9MVA:{\"data-framer-name\":\"Desktop - menu\"},X19crw9Rt:{\"data-framer-name\":\"Mobile - menu\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"74px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Label\"})}),className:\"framer-139bqav\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vHBKdigrD\",style:{\"--extracted-a0htzi\":\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"},text:kWqWWKyym,variants:{\"oTMPN9MVA-hover\":{\"--extracted-a0htzi\":\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221))\"},\"oTMPN9MVA-pressed\":{\"--extracted-a0htzi\":\"var(--token-32a07757-b405-4609-9ce5-21e39ea031fa, rgb(243, 213, 185))\"},\"X19crw9Rt-hover\":{\"--extracted-a0htzi\":\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221))\"},\"X19crw9Rt-pressed\":{\"--extracted-a0htzi\":\"var(--token-32a07757-b405-4609-9ce5-21e39ea031fa, rgb(243, 213, 185))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"oTMPN9MVA-hover\":{children:(_getLocalizedValue1=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"74px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Label\"})})},\"oTMPN9MVA-pressed\":{children:(_getLocalizedValue2=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"74px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-32a07757-b405-4609-9ce5-21e39ea031fa, rgb(243, 213, 185)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Label\"})})},\"X19crw9Rt-hover\":{children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Label\"})})},\"X19crw9Rt-pressed\":{children:(_getLocalizedValue4=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-32a07757-b405-4609-9ce5-21e39ea031fa, rgb(243, 213, 185)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Label\"})})},X19crw9Rt:{children:(_getLocalizedValue5=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Label\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Yvo6Q.framer-1j42vbw, .framer-Yvo6Q .framer-1j42vbw { display: block; }\",\".framer-Yvo6Q.framer-18lu6y2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 74px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Yvo6Q .framer-139bqav { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Yvo6Q.framer-18lu6y2 { gap: 0px; } .framer-Yvo6Q.framer-18lu6y2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Yvo6Q.framer-18lu6y2 > :first-child { margin-top: 0px; } .framer-Yvo6Q.framer-18lu6y2 > :last-child { margin-bottom: 0px; } }\",\".framer-Yvo6Q.framer-v-1efxf9u.framer-18lu6y2 { cursor: pointer; overflow: hidden; text-decoration: none; }\",\".framer-Yvo6Q.framer-v-1u3gysr.framer-18lu6y2 { cursor: pointer; height: 38px; overflow: hidden; text-decoration: none; width: 390px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 74\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"oTMPN9MVA\":{\"layout\":[\"fixed\",\"fixed\"]},\"X19crw9Rt\":{\"layout\":[\"fixed\",\"fixed\"]},\"CBjat9sh5\":{\"layout\":[\"fixed\",\"fixed\"]},\"SnlQSg24n\":{\"layout\":[\"fixed\",\"fixed\"]},\"IQkkGaNBd\":{\"layout\":[\"fixed\",\"fixed\"]},\"kZxeZu7e6\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"kWqWWKyym\":\"labelPage\",\"sRMzUeMx3\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerf5xQVrEAZ=withCSS(Component,css,\"framer-Yvo6Q\");export default Framerf5xQVrEAZ;Framerf5xQVrEAZ.displayName=\"Header-menu-item\";Framerf5xQVrEAZ.defaultProps={height:74,width:1200};addPropertyControls(Framerf5xQVrEAZ,{variant:{options:[\"YP83D60du\",\"oTMPN9MVA\",\"X19crw9Rt\"],optionTitles:[\"Desktop\",\"Desktop - menu\",\"Mobile - menu\"],title:\"Variant\",type:ControlType.Enum},kWqWWKyym:{defaultValue:\"Label\",displayTextArea:false,placeholder:\"\",title:\"Label page\",type:ControlType.String},sRMzUeMx3:{title:\"Link\",type:ControlType.Link}});addFonts(Framerf5xQVrEAZ,[{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerf5xQVrEAZ\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"kWqWWKyym\\\":\\\"labelPage\\\",\\\"sRMzUeMx3\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"74\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oTMPN9MVA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X19crw9Rt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CBjat9sh5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SnlQSg24n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IQkkGaNBd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kZxeZu7e6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/yP5gswlupPpLEdcUuBoY/RkxYclGiu9GpeK6WTUO5/hSs5A23jF.js\";import HeaderMenuItem from\"https://framerusercontent.com/modules/3gGpRMpyKnOxUXbYjtwN/GFt4yDH7mjwcmtAm2tqb/f5xQVrEAZ.js\";const LocaleSelectorFonts=getFonts(LocaleSelector);const HeaderMenuItemFonts=getFonts(HeaderMenuItem);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"zsFCBzeI4\",\"RzewlF02y\",\"GDqbhktYm\",\"PCG7hp9HA\",\"IGwIIhrcy\",\"u1Ip6jO7x\",\"jxxoeLvIv\",\"z4pa_0pvJ\"];const serializationHash=\"framer-C65SX\";const variantClassNames={GDqbhktYm:\"framer-v-uhqsh7\",IGwIIhrcy:\"framer-v-195yb5a\",jxxoeLvIv:\"framer-v-1nq1l1i\",PCG7hp9HA:\"framer-v-1qtbkkv\",RzewlF02y:\"framer-v-176m78q\",u1Ip6jO7x:\"framer-v-4cc0dk\",z4pa_0pvJ:\"framer-v-1f45hwf\",zsFCBzeI4:\"framer-v-1kpj9vn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition3={bounce:0,delay:0,duration:1.4,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:75};const transition4={bounce:0,delay:.2,duration:1.4,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={bounce:0,delay:.4,duration:1.4,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={bounce:0,delay:.6,duration:1.4,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={bounce:0,delay:0,duration:.2,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,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.create(React.Fragment);const humanReadableVariantMap={\"Desktop - Fond Clair\":\"PCG7hp9HA\",\"Desktop - menu fonc clair\":\"z4pa_0pvJ\",\"Desktop - menu\":\"RzewlF02y\",\"Phone - Fond Clair\":\"IGwIIhrcy\",\"Phone - menu fond clair\":\"jxxoeLvIv\",\"Phone - menu\":\"u1Ip6jO7x\",Desktop:\"zsFCBzeI4\",Phone:\"GDqbhktYm\"};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:\"zsFCBzeI4\"};};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:\"zsFCBzeI4\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1p5zryu=activeVariantCallback(async(...args)=>{setVariant(\"RzewlF02y\");});const onTap1oy95yt=activeVariantCallback(async(...args)=>{setVariant(\"zsFCBzeI4\");});const onTap1id5vnf=activeVariantCallback(async(...args)=>{setVariant(\"u1Ip6jO7x\");});const onTapl21pf8=activeVariantCallback(async(...args)=>{setVariant(\"z4pa_0pvJ\");});const onTap151d35q=activeVariantCallback(async(...args)=>{setVariant(\"jxxoeLvIv\");});const onTap1noxjdh=activeVariantCallback(async(...args)=>{setVariant(\"GDqbhktYm\");});const onTap1h63b7n=activeVariantCallback(async(...args)=>{setVariant(\"IGwIIhrcy\");});const onTap14b39cr=activeVariantCallback(async(...args)=>{setVariant(\"PCG7hp9HA\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"u1Ip6jO7x\",\"jxxoeLvIv\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"RzewlF02y\",\"u1Ip6jO7x\",\"jxxoeLvIv\",\"z4pa_0pvJ\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"IGwIIhrcy\")return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"IGwIIhrcy\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"u1Ip6jO7x\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"jxxoeLvIv\")return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6;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:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1kpj9vn\",className,classNames),\"data-framer-appear-id\":\"1kpj9vn\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"zsFCBzeI4\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({GDqbhktYm:{\"data-framer-name\":\"Phone\"},IGwIIhrcy:{\"data-framer-name\":\"Phone - Fond Clair\"},jxxoeLvIv:{\"data-framer-name\":\"Phone - menu fond clair\"},PCG7hp9HA:{\"data-framer-name\":\"Desktop - Fond Clair\"},RzewlF02y:{\"data-framer-name\":\"Desktop - menu\"},u1Ip6jO7x:{\"data-framer-name\":\"Phone - menu\"},z4pa_0pvJ:{\"data-framer-name\":\"Desktop - menu fonc clair\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15tg7xd\",\"data-framer-name\":\"menu-item\",layoutDependency:layoutDependency,layoutId:\"K1Hv7XUxH\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12vtk8s\",\"data-framer-name\":\"head\",layoutDependency:layoutDependency,layoutId:\"Y3hlST_w7\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"EgFfKijG4\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-dz7y9a framer-132fyyv\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EgFfKijG4\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 121 72\"><path d=\"M 47.694 65.235 C 46.431 64.35 44.832 63.97 43.374 63.442 C 43.157 63.362 42.702 63.208 42.702 63.208 C 43.065 62.267 49.231 51.384 46.826 51.769 C 45.018 52.058 43.643 54.52 43.643 54.52 C 42.196 56.33 41.622 57.119 40.316 58.285 C 38.277 60.105 35.986 60.526 37.069 58.159 C 37.71 56.756 39.739 55.381 38.994 53.93 C 37.978 52.733 36.421 55.016 35.175 54.906 C 33.286 55.162 33.497 49.639 30.431 51.213 C 21.026 56.854 24.002 64.164 12.92 56.75 C 12.492 56.497 12.578 56.455 12.994 56.427 C 15.506 56.259 18.44 55.437 20.063 54.883 C 55.969 40.614 23.724 21.67 6.433 48.879 C 6.348 49.012 6.146 48.918 6.014 48.844 C 3.439 46.654 0.686 48.216 1.234 51.148 C 1.244 52.887 3.519 54.152 2.894 55.103 C 2.02 56.863 0.974 58.515 0.092 60.267 C -0.229 60.997 0.36 61.639 0.774 62.237 C 1.34 63.039 2.057 62.426 2.538 61.867 C 4.077 60.371 4.828 58.213 6.056 56.454 C 10.521 53.935 15.47 63.727 21.262 62.53 C 24.73 61.596 25.642 55.416 29.039 53.739 C 29.188 53.733 29.085 53.987 29.048 54.091 C 28.031 56.943 30.495 60.932 32.674 57.797 C 33.072 57.224 33.622 55.613 33.622 55.613 C 33.622 55.613 34.095 56.753 35.065 56.373 C 35.397 56.368 36.69 55.688 36.109 56.536 C 34.313 59.156 34.218 60.565 36.121 61.473 C 39.159 62.921 41.907 59.518 44.295 56.766 C 43.259 59.209 40.968 62.704 40.968 62.704 C 40.968 62.704 38.653 62.341 36.612 62.667 C 31.654 63.455 25.463 71.571 32.618 71.626 C 38.035 71.669 41.618 65.165 41.618 65.165 C 42.787 65.406 44.298 65.787 45.471 66.125 C 46.963 66.554 48.871 66.145 47.695 65.238 Z M 4.023 51.703 C 2.682 50.287 3.915 49.43 4.654 50.61 C 4.742 50.725 4.923 51.087 4.961 51.491 C 4.878 52.225 4.409 52.249 4.023 51.703 Z M 9.803 51.51 C 28.562 24.125 46.015 48.034 11.617 53.885 C 9.501 54.231 8.161 53.33 9.803 51.51 Z M 32.293 55.135 C 30.872 58.269 29.451 54.661 30.587 53.521 C 31.251 52.856 31.535 53.046 32.009 53.711 C 32.482 54.376 32.482 54.566 32.293 55.135 Z M 30.849 69.823 C 30.569 69.734 30.471 69.547 30.608 69.282 C 32.203 66.596 36.536 64.573 39.593 64.945 C 37.422 67.573 34.237 70.717 30.849 69.822 Z M 75.071 39.169 L 75.062 39.131 C 71.925 30.673 61.261 47.251 59.776 54.121 C 59.744 54.267 58.729 55.063 58.325 55.348 C 56.219 56.84 54.065 58.432 53.414 57.877 C 53.246 57.739 53.223 57.391 53.39 56.756 C 53.595 55.996 53.855 55.387 54.18 54.631 C 54.279 54.384 54.384 54.115 54.325 53.852 C 54.19 53.378 53.594 53.483 53.149 53.459 C 52.9 53.454 52.583 53.462 52.311 53.488 C 47.226 53.777 45.949 61.186 50.236 58.753 C 50.432 58.637 50.652 58.481 50.826 58.362 C 50.944 58.286 51.043 58.243 51.122 58.258 C 51.253 58.293 51.304 58.402 51.386 58.55 C 52.739 62.144 58.98 56.418 58.98 56.418 C 58.605 58.196 55.641 62.843 57.121 64.217 C 58.114 64.801 59.564 64.033 59.817 63.053 C 60.631 60.265 61.499 56.955 62.561 54.237 C 62.561 54.237 63.131 53.811 63.45 53.609 C 68.725 50.097 76.533 45.908 75.072 39.169 Z M 51.911 55.99 C 52.201 55.724 50.868 56.845 50.868 56.845 C 48.544 58.986 48.988 55.853 51.42 55.366 C 51.688 55.324 52.954 55.135 51.911 55.99 Z M 53.345 58.011 C 53.33 57.999 53.334 57.972 53.345 58.011 Z M 53.346 58.012 C 53.345 58.006 53.344 58 53.343 57.994 C 53.346 58.002 53.348 58.009 53.351 58.015 C 53.349 58.014 53.348 58.013 53.346 58.012 Z M 74.222 40.729 L 74.217 40.748 C 72.653 45.423 67.774 48.395 63.85 51.473 C 63.704 51.575 63.163 51.983 63.163 51.983 C 64.896 46.802 67.744 40.389 72.202 39.198 C 73.372 39.017 74.598 39.513 74.222 40.729 Z M 23.791 30.548 C 35.846 28.614 49.036 17.821 61.533 24.07 C 60.988 25.366 60.323 27.849 64.968 26.49 C 65.306 26.454 65.394 26.815 65.465 27.285 C 66.422 33.555 74.618 23.66 74.618 23.66 C 75.717 24.463 78.889 30.068 76.132 29.989 C 75.457 29.764 74.886 29.051 74.494 28.443 C 73.316 26.626 72.76 31.27 74.371 32.939 C 78.534 35.897 80.479 31.027 78.705 26.345 C 78.521 25.859 82.175 24.046 83.088 23.21 C 83.323 23.057 83.525 23.037 83.755 23.255 C 85.676 24.909 86.536 23.885 88.508 22.598 C 89.362 22.023 88.916 23.894 89.635 23.871 C 90.834 23.877 92.773 20.486 93.636 21.926 C 95.256 29.571 98.706 21.527 98.304 23.647 C 96.736 29.482 102.175 27.044 103.437 22.27 C 103.974 21.408 108.464 21.641 106.879 19.931 L 106.867 19.929 C 105.711 19.83 104.347 20.822 103.306 20.097 C 100.598 17.925 98.321 22.809 96.037 23.313 C 95.582 22.857 95.775 21.741 95.395 21.145 C 94.573 19.464 92.482 19.627 91.478 20.97 C 91.228 21.167 91 21.29 91.181 20.838 C 92.128 19.072 90.976 18.897 89.827 20.274 C 89.074 21.146 84.269 24.194 85.403 21.319 C 87.061 20.032 86.114 16.457 86.983 17.991 C 87.645 19.068 88.306 17.397 88.397 16.795 C 88.365 16.442 88.118 16.264 88.238 15.89 C 88.422 14.406 87.428 15.966 87.359 15.171 C 87.293 14.849 86.943 14.441 86.744 14.502 C 85.653 17.013 84.703 14.013 84.347 15.447 C 84.329 16.062 86.025 16.711 84.99 17.349 C 84.297 17.933 84.777 18.625 85.474 17.912 C 85.937 17.408 85.744 18.615 85.618 18.742 C 82.837 22.267 82.171 22.92 77.616 24.411 C 75.026 21.818 75.613 18.97 78.054 17.685 C 78.246 17.562 78.564 17.37 78.773 17.401 C 79.115 17.451 78.499 18.724 78.972 19.36 C 79.286 19.831 80.125 19.806 80.408 19.428 C 82.28 14.28 76.483 13.684 74.465 17.786 C 73.502 19.894 73.529 21.546 74.038 22.659 C 73.379 23.783 68.621 28.541 68.185 25.469 C 68.48 21.793 71.741 16.674 66.361 19.186 C 64.464 20.071 63.101 21.206 62.011 23.117 C 54.558 20.08 46.982 19.628 39.147 22.025 C 33.618 23.218 28.351 26.769 22.496 27.386 C 17.139 18.335 50.716 -5.601 46.684 5.861 C 46.132 7.429 43.07 9.282 44.298 10.62 C 45.314 11.726 48.837 9.396 49.357 6.497 C 52.537 -11.247 24.119 12.27 20.373 18.823 C 17.068 24.604 17.029 28.537 23.792 30.549 Z M 100.378 22.556 C 100.855 21.678 101.796 21.268 101.807 22.575 C 101.751 23.535 99.613 25.893 99.573 24.486 L 99.573 24.475 C 99.605 23.862 100.024 23.115 100.378 22.555 Z M 67.308 21.938 C 66.929 22.983 66.455 23.648 65.697 24.598 C 65.412 24.977 63.749 25.818 63.526 25.073 C 63.043 23.458 68.595 18.39 67.308 21.938 Z M 120.496 56.584 L 120.488 56.59 C 119.264 58.01 117.236 58.31 115.909 56.837 C 114.759 55.801 113.943 57.369 113.124 58.019 C 111.667 59.258 113.189 55.324 111.389 55.586 C 110.065 55.906 108.344 59.44 108.04 59.241 C 110.89 50.498 105.68 55.248 101.145 59.461 C 100.916 59.621 100.835 59.512 100.872 59.284 C 101.147 58.115 101.563 56.925 101.882 55.748 C 103.611 51.498 108.414 49.591 108.248 44.03 C 108.076 30.997 103.066 48.409 101.516 53.447 C 101.334 53.822 98.392 56.631 98.162 56.079 C 98.127 55.439 98.669 54.668 98.406 54.058 C 96.686 51.902 93.096 54.807 92.22 56.654 C 91.695 57.604 91.283 58.742 91.425 59.795 C 91.54 60.657 93.98 59.897 95.654 58.03 C 95.94 57.791 96.082 57.859 96.079 58.287 C 95.972 60.92 97.624 59.806 98.589 58.37 C 99.281 57.682 100.159 56.557 100.841 56.054 C 99.828 58.586 96.169 63.374 98.526 64.832 C 99.545 65.173 100.069 63.491 100.724 62.881 C 100.637 62.78 109.684 52.774 107.958 56.65 C 105.458 60.885 105.43 65.136 110.04 58.74 C 111.78 56.09 110.233 61 112.541 59.583 C 113.351 59.225 114.089 57.233 115.087 57.835 C 117.863 61.401 122.545 55.836 120.496 56.583 Z M 106.91 41.479 L 106.913 41.491 C 107.769 45.96 103.852 51.567 102.894 52.202 C 103.038 51.587 106.423 39.595 106.91 41.479 Z M 96.452 55.483 L 96.444 55.493 C 95.484 56.538 94.242 58.49 92.982 59.004 C 92.934 58.919 93.006 58.692 93.047 58.568 C 93.545 57.052 94.695 55.285 95.87 54.455 C 96.778 53.928 96.994 54.866 96.451 55.483 Z M 97.928 45.03 C 99.811 39.749 98.124 34.38 92.29 32.914 C 90.94 32.599 89.553 32.741 88.243 32.989 C 85.732 33.433 83.54 34.369 81.386 35.319 C 81.25 35.379 81.332 35.584 81.469 35.536 C 82.021 35.346 82.586 35.194 83.156 35.067 C 84.282 34.817 85.441 34.676 86.588 34.681 C 88.238 34.657 89.765 35.139 91.108 36.036 C 91.886 36.515 92.461 37.173 92.926 37.929 C 93.15 38.285 93.366 38.641 93.572 39.005 C 94.255 40.185 94.601 41.385 94.754 42.852 C 94.979 45.002 94.63 47.227 93.752 49.222 C 91.635 54.138 87.067 58.307 81.712 59.187 C 83.442 55.388 85.248 51.631 87.51 48.091 C 88.555 46.457 89.673 44.871 90.842 43.324 C 91.097 42.987 90.959 42.465 90.612 42.254 C 90.224 42.019 89.765 42.178 89.507 42.517 C 85.592 47.672 82.418 53.271 80.175 59.346 C 80.117 59.349 80.06 59.352 80.001 59.354 C 79.577 59.37 79.154 59.343 78.74 59.278 C 81.516 53.26 84.72 47.453 88.646 42.102 C 88.924 41.721 88.828 41.178 88.436 40.916 C 88.053 40.66 87.536 40.763 87.28 41.146 C 84.647 45.086 82.333 49.238 80.321 53.525 C 79.46 55.359 78.653 57.213 77.885 59.083 C 77.342 58.92 76.826 58.687 76.362 58.388 C 79.077 52.09 82.372 46.061 86.812 40.813 C 87.132 40.437 87.073 39.865 86.684 39.561 C 86.306 39.264 85.76 39.332 85.463 39.712 C 81.208 45.157 78.092 51.373 75.602 57.794 C 74.688 56.932 74.121 55.745 74.188 54.311 C 74.228 53.632 73.572 53.078 72.911 53.243 C 72.345 53.374 71.995 53.945 72.133 54.51 C 72.4 55.833 73.001 57.106 73.952 58.07 C 74.314 58.44 74.711 58.758 75.131 59.028 C 74.998 59.383 74.867 59.737 74.738 60.093 C 73.865 62.494 73.063 64.918 72.306 67.353 C 72.264 67.49 72.336 67.638 72.472 67.686 C 72.612 67.736 72.764 67.662 72.814 67.523 C 73.775 64.818 74.793 62.117 75.907 59.458 C 76.418 59.701 76.957 59.882 77.511 60.005 C 76.628 62.199 75.797 64.414 75 66.635 C 74.952 66.769 75.018 66.92 75.151 66.974 C 75.288 67.03 75.444 66.964 75.5 66.826 C 76.401 64.58 77.345 62.349 78.343 60.144 C 78.601 60.174 78.861 60.194 79.122 60.2 C 79.373 60.204 79.623 60.197 79.873 60.183 C 79.207 62.059 78.588 63.956 78.072 65.878 C 77.976 66.237 78.456 66.34 78.6 66.032 C 79.536 64.032 80.431 62.014 81.338 60.006 C 81.652 59.952 81.965 59.89 82.273 59.822 C 89.511 58.039 95.395 51.968 97.927 45.027 Z\" fill=\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)) /* {&quot;name&quot;:&quot;ocre-0&quot;} */\"></path></svg>',svgContentId:9735443042,withExternalLayout:true,...addPropertyOverrides({GDqbhktYm:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 87 52\"><path d=\"M 34.292 47.114 C 33.384 46.475 32.235 46.201 31.186 45.819 C 31.031 45.762 30.703 45.65 30.703 45.65 C 30.964 44.97 35.398 37.111 33.668 37.389 C 32.368 37.598 31.38 39.376 31.38 39.376 C 30.339 40.683 29.926 41.253 28.987 42.095 C 27.521 43.409 25.874 43.713 26.653 42.004 C 27.114 40.991 28.573 39.998 28.037 38.95 C 27.306 38.085 26.187 39.734 25.291 39.654 C 23.933 39.839 24.085 35.851 21.88 36.987 C 15.118 41.061 17.258 46.341 9.29 40.986 C 8.982 40.803 9.044 40.773 9.343 40.753 C 11.149 40.631 13.259 40.038 14.425 39.638 C 40.242 29.333 17.058 15.651 4.625 35.301 C 4.564 35.397 4.419 35.33 4.324 35.277 C 2.473 33.695 0.493 34.823 0.887 36.941 C 0.894 38.196 2.53 39.11 2.081 39.797 C 1.453 41.067 0.701 42.261 0.066 43.527 C -0.165 44.054 0.259 44.517 0.557 44.949 C 0.964 45.528 1.479 45.085 1.825 44.681 C 2.931 43.601 3.471 42.042 4.354 40.773 C 7.565 38.953 11.123 46.025 15.288 45.161 C 17.781 44.486 18.437 40.022 20.88 38.811 C 20.986 38.807 20.912 38.991 20.885 39.066 C 20.154 41.126 21.926 44.007 23.493 41.742 C 23.779 41.329 24.174 40.165 24.174 40.165 C 24.174 40.165 24.515 40.988 25.212 40.714 C 25.451 40.711 26.381 40.219 25.962 40.832 C 24.671 42.724 24.603 43.742 25.971 44.397 C 28.155 45.443 30.132 42.985 31.848 40.998 C 31.104 42.762 29.456 45.286 29.456 45.286 C 29.456 45.286 27.792 45.024 26.324 45.259 C 22.759 45.829 18.308 51.69 23.453 51.73 C 27.348 51.761 29.924 47.064 29.924 47.064 C 30.764 47.238 31.851 47.513 32.694 47.757 C 33.767 48.067 35.139 47.771 34.293 47.117 Z M 2.893 37.341 C 1.929 36.319 2.815 35.699 3.347 36.552 C 3.41 36.635 3.539 36.896 3.567 37.188 C 3.508 37.718 3.17 37.736 2.893 37.341 Z M 7.049 37.202 C 20.536 17.424 33.086 34.691 8.352 38.917 C 6.831 39.167 5.868 38.516 7.049 37.202 Z M 23.219 39.82 C 22.197 42.083 21.175 39.477 21.993 38.654 C 22.469 38.174 22.674 38.311 23.015 38.791 C 23.355 39.271 23.355 39.409 23.219 39.82 Z M 22.181 50.428 C 21.979 50.363 21.909 50.228 22.007 50.037 C 23.154 48.097 26.269 46.636 28.468 46.905 C 26.906 48.803 24.616 51.073 22.181 50.427 Z M 53.976 28.289 L 53.97 28.261 C 51.714 22.152 44.047 34.125 42.979 39.088 C 42.956 39.193 42.226 39.768 41.936 39.974 C 40.422 41.051 38.873 42.201 38.405 41.8 C 38.284 41.7 38.268 41.449 38.388 40.991 C 38.536 40.442 38.722 40.001 38.956 39.456 C 39.027 39.277 39.103 39.083 39.06 38.893 C 38.963 38.551 38.535 38.626 38.214 38.609 C 38.036 38.605 37.807 38.611 37.612 38.63 C 33.956 38.839 33.038 44.19 36.12 42.433 C 36.261 42.349 36.419 42.237 36.544 42.151 C 36.629 42.095 36.7 42.064 36.757 42.075 C 36.851 42.101 36.888 42.179 36.947 42.286 C 37.92 44.881 42.407 40.746 42.407 40.746 C 42.137 42.03 40.006 45.387 41.07 46.379 C 41.784 46.801 42.827 46.246 43.009 45.538 C 43.594 43.525 44.218 41.134 44.982 39.171 C 44.982 39.171 45.392 38.864 45.621 38.717 C 49.414 36.181 55.028 33.156 53.977 28.289 Z M 37.324 40.437 C 37.533 40.245 36.575 41.055 36.575 41.055 C 34.904 42.601 35.223 40.338 36.971 39.986 C 37.164 39.957 38.074 39.82 37.324 40.437 Z M 38.355 41.897 C 38.345 41.888 38.348 41.868 38.355 41.897 Z M 38.356 41.898 C 38.355 41.893 38.355 41.889 38.354 41.885 C 38.356 41.89 38.357 41.895 38.36 41.9 C 38.358 41.899 38.357 41.898 38.356 41.898 Z M 53.366 29.416 L 53.362 29.429 C 52.238 32.806 48.73 34.952 45.908 37.175 C 45.804 37.249 45.415 37.543 45.415 37.543 C 46.66 33.801 48.709 29.17 51.914 28.31 C 52.755 28.179 53.637 28.537 53.366 29.416 Z M 17.106 22.062 C 25.773 20.665 35.258 12.871 44.243 17.384 C 43.851 18.32 43.373 20.113 46.712 19.132 C 46.956 19.106 47.019 19.366 47.07 19.706 C 47.758 24.234 53.651 17.088 53.651 17.088 C 54.441 17.668 56.722 21.716 54.739 21.659 C 54.254 21.496 53.844 20.981 53.562 20.542 C 52.715 19.23 52.315 22.584 53.474 23.79 C 56.467 25.926 57.865 22.409 56.59 19.027 C 56.457 18.676 59.084 17.366 59.741 16.763 C 59.91 16.652 60.055 16.638 60.221 16.795 C 61.602 17.99 62.22 17.25 63.638 16.321 C 64.252 15.905 63.931 17.257 64.448 17.24 C 65.31 17.245 66.705 14.795 67.325 15.835 C 68.49 21.357 70.97 15.547 70.682 17.078 C 69.554 21.292 73.465 19.532 74.372 16.084 C 74.758 15.461 77.986 15.629 76.847 14.394 L 76.838 14.393 C 76.007 14.321 75.026 15.038 74.278 14.515 C 72.331 12.945 70.693 16.473 69.051 16.837 C 68.724 16.508 68.863 15.702 68.59 15.272 C 67.999 14.057 66.495 14.175 65.773 15.145 C 65.594 15.287 65.429 15.376 65.56 15.05 C 66.241 13.774 65.413 13.648 64.587 14.642 C 64.045 15.272 60.59 17.473 61.405 15.397 C 62.598 14.468 61.917 11.885 62.542 12.993 C 63.017 13.771 63.493 12.565 63.558 12.13 C 63.535 11.875 63.358 11.747 63.444 11.476 C 63.576 10.404 62.861 11.531 62.812 10.957 C 62.765 10.725 62.513 10.43 62.37 10.474 C 61.585 12.287 60.902 10.121 60.646 11.156 C 60.633 11.6 61.853 12.069 61.109 12.53 C 60.61 12.951 60.955 13.452 61.456 12.937 C 61.79 12.572 61.651 13.444 61.56 13.536 C 59.561 16.082 59.082 16.553 55.807 17.63 C 53.944 15.758 54.366 13.7 56.122 12.772 C 56.26 12.683 56.488 12.545 56.638 12.568 C 56.884 12.604 56.441 13.523 56.782 13.982 C 57.007 14.322 57.611 14.304 57.814 14.032 C 59.16 10.313 54.992 9.883 53.541 12.845 C 52.848 14.368 52.868 15.561 53.234 16.365 C 52.76 17.177 49.339 20.613 49.025 18.394 C 49.238 15.74 51.582 12.042 47.714 13.856 C 46.35 14.496 45.37 15.316 44.586 16.695 C 39.227 14.502 33.78 14.176 28.147 15.907 C 24.171 16.768 20.385 19.333 16.175 19.779 C 12.323 13.242 36.465 -4.045 33.566 4.233 C 33.169 5.365 30.967 6.704 31.851 7.67 C 32.581 8.469 35.115 6.786 35.488 4.693 C 37.775 -8.123 17.342 8.862 14.649 13.594 C 12.272 17.77 12.244 20.61 17.107 22.063 Z M 72.172 16.291 C 72.516 15.656 73.192 15.361 73.2 16.304 C 73.16 16.998 71.623 18.701 71.594 17.684 L 71.594 17.676 C 71.617 17.234 71.918 16.694 72.172 16.29 Z M 48.395 15.844 C 48.122 16.599 47.782 17.079 47.237 17.765 C 47.032 18.039 45.836 18.646 45.676 18.109 C 45.329 16.942 49.321 13.281 48.395 15.844 Z M 86.638 40.866 L 86.632 40.87 C 85.752 41.896 84.294 42.113 83.339 41.049 C 82.512 40.301 81.926 41.433 81.337 41.903 C 80.29 42.797 81.384 39.957 80.089 40.145 C 79.138 40.377 77.9 42.929 77.682 42.785 C 79.731 36.471 75.985 39.901 72.724 42.944 C 72.559 43.06 72.501 42.981 72.528 42.817 C 72.725 41.972 73.025 41.112 73.254 40.263 C 74.497 37.193 77.951 35.816 77.831 31.799 C 77.707 22.387 74.106 34.962 72.991 38.601 C 72.86 38.871 70.745 40.9 70.579 40.502 C 70.554 40.039 70.944 39.483 70.754 39.042 C 69.518 37.485 66.937 39.583 66.307 40.917 C 65.93 41.603 65.633 42.425 65.735 43.185 C 65.818 43.808 67.572 43.259 68.776 41.91 C 68.982 41.738 69.083 41.787 69.081 42.096 C 69.005 43.998 70.193 43.194 70.887 42.156 C 71.384 41.659 72.015 40.846 72.506 40.484 C 71.777 42.312 69.147 45.77 70.841 46.823 C 71.574 47.07 71.951 45.855 72.422 45.414 C 72.359 45.341 78.864 38.115 77.623 40.914 C 75.825 43.972 75.805 47.043 79.119 42.423 C 80.371 40.51 79.258 44.056 80.918 43.032 C 81.5 42.773 82.031 41.335 82.748 41.77 C 84.745 44.345 88.111 40.326 86.638 40.865 Z M 76.869 29.957 L 76.871 29.966 C 77.487 33.193 74.67 37.243 73.982 37.701 C 74.085 37.257 76.519 28.597 76.869 29.957 Z M 69.35 40.071 L 69.344 40.078 C 68.654 40.833 67.76 42.243 66.855 42.614 C 66.82 42.552 66.872 42.389 66.902 42.299 C 67.26 41.204 68.087 39.928 68.931 39.329 C 69.584 38.948 69.74 39.625 69.349 40.071 Z M 70.411 32.522 C 71.765 28.708 70.552 24.83 66.358 23.771 C 65.386 23.544 64.389 23.646 63.447 23.825 C 61.642 24.146 60.066 24.822 58.517 25.508 C 58.419 25.551 58.479 25.699 58.577 25.665 C 58.974 25.528 59.38 25.418 59.79 25.326 C 60.599 25.145 61.433 25.044 62.258 25.048 C 63.444 25.03 64.542 25.378 65.508 26.026 C 66.067 26.372 66.481 26.847 66.815 27.393 C 66.975 27.65 67.131 27.908 67.279 28.17 C 67.77 29.023 68.019 29.889 68.129 30.949 C 68.291 32.502 68.04 34.108 67.408 35.549 C 65.886 39.1 62.602 42.11 58.752 42.746 C 59.995 40.002 61.294 37.289 62.921 34.732 C 63.672 33.552 64.476 32.407 65.316 31.289 C 65.5 31.046 65.401 30.669 65.151 30.517 C 64.872 30.347 64.542 30.462 64.357 30.707 C 61.542 34.43 59.259 38.473 57.647 42.861 C 57.605 42.863 57.564 42.865 57.521 42.867 C 57.217 42.879 56.912 42.859 56.615 42.812 C 58.611 38.466 60.915 34.272 63.737 30.407 C 63.937 30.131 63.868 29.74 63.586 29.551 C 63.311 29.365 62.939 29.44 62.755 29.716 C 60.862 32.562 59.198 35.561 57.752 38.657 C 57.132 39.981 56.552 41.321 56 42.671 C 55.609 42.553 55.238 42.385 54.905 42.169 C 56.857 37.621 59.226 33.266 62.419 29.476 C 62.649 29.204 62.606 28.791 62.327 28.572 C 62.054 28.358 61.662 28.406 61.449 28.681 C 58.39 32.614 56.149 37.103 54.358 41.74 C 53.701 41.117 53.293 40.26 53.342 39.224 C 53.37 38.735 52.899 38.334 52.423 38.453 C 52.016 38.548 51.765 38.96 51.864 39.368 C 52.056 40.324 52.488 41.243 53.172 41.939 C 53.433 42.207 53.718 42.437 54.02 42.631 C 53.924 42.888 53.83 43.144 53.738 43.4 C 53.109 45.135 52.533 46.885 51.989 48.644 C 51.958 48.743 52.01 48.849 52.108 48.884 C 52.208 48.92 52.318 48.867 52.354 48.766 C 53.045 46.813 53.777 44.862 54.578 42.942 C 54.945 43.117 55.333 43.248 55.731 43.337 C 55.096 44.922 54.499 46.521 53.926 48.125 C 53.891 48.222 53.939 48.331 54.034 48.37 C 54.133 48.41 54.245 48.363 54.285 48.263 C 54.933 46.641 55.611 45.03 56.329 43.438 C 56.515 43.459 56.702 43.474 56.889 43.478 C 57.07 43.481 57.25 43.476 57.429 43.465 C 56.95 44.82 56.505 46.19 56.135 47.579 C 56.066 47.838 56.411 47.912 56.514 47.69 C 57.187 46.245 57.831 44.788 58.483 43.338 C 58.709 43.299 58.933 43.254 59.155 43.205 C 64.359 41.917 68.59 37.533 70.41 32.52 Z\" fill=\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)) /* {&quot;name&quot;:&quot;ocre-0&quot;} */\"></path></svg>',svgContentId:10706405703},IGwIIhrcy:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 87 52\"><path d=\"M 34.292 47.114 C 33.384 46.475 32.235 46.201 31.186 45.819 C 31.031 45.762 30.703 45.65 30.703 45.65 C 30.964 44.97 35.398 37.111 33.668 37.389 C 32.368 37.598 31.38 39.376 31.38 39.376 C 30.339 40.683 29.926 41.253 28.987 42.095 C 27.521 43.409 25.874 43.713 26.653 42.004 C 27.114 40.991 28.573 39.998 28.037 38.95 C 27.306 38.085 26.187 39.734 25.291 39.654 C 23.933 39.839 24.085 35.851 21.88 36.987 C 15.118 41.061 17.258 46.341 9.29 40.986 C 8.982 40.803 9.044 40.773 9.343 40.753 C 11.149 40.631 13.259 40.038 14.425 39.638 C 40.242 29.333 17.058 15.651 4.625 35.301 C 4.564 35.397 4.419 35.33 4.324 35.277 C 2.473 33.695 0.493 34.823 0.887 36.941 C 0.894 38.196 2.53 39.11 2.081 39.797 C 1.453 41.067 0.701 42.261 0.066 43.527 C -0.165 44.054 0.259 44.517 0.557 44.949 C 0.964 45.528 1.479 45.085 1.825 44.681 C 2.931 43.601 3.471 42.042 4.354 40.773 C 7.565 38.953 11.123 46.025 15.288 45.161 C 17.781 44.486 18.437 40.022 20.88 38.811 C 20.986 38.807 20.912 38.991 20.885 39.066 C 20.154 41.126 21.926 44.007 23.493 41.742 C 23.779 41.329 24.174 40.165 24.174 40.165 C 24.174 40.165 24.515 40.988 25.212 40.714 C 25.451 40.711 26.381 40.219 25.962 40.832 C 24.671 42.724 24.603 43.742 25.971 44.397 C 28.155 45.443 30.132 42.985 31.848 40.998 C 31.104 42.762 29.456 45.286 29.456 45.286 C 29.456 45.286 27.792 45.024 26.324 45.259 C 22.759 45.829 18.308 51.69 23.453 51.73 C 27.348 51.761 29.924 47.064 29.924 47.064 C 30.764 47.238 31.851 47.513 32.694 47.757 C 33.767 48.067 35.139 47.771 34.293 47.117 Z M 2.893 37.341 C 1.929 36.319 2.815 35.699 3.347 36.552 C 3.41 36.635 3.539 36.896 3.567 37.188 C 3.508 37.718 3.17 37.736 2.893 37.341 Z M 7.049 37.202 C 20.536 17.424 33.086 34.691 8.352 38.917 C 6.831 39.167 5.868 38.516 7.049 37.202 Z M 23.219 39.82 C 22.197 42.083 21.175 39.477 21.993 38.654 C 22.469 38.174 22.674 38.311 23.015 38.791 C 23.355 39.271 23.355 39.409 23.219 39.82 Z M 22.181 50.428 C 21.979 50.363 21.909 50.228 22.007 50.037 C 23.154 48.097 26.269 46.636 28.468 46.905 C 26.906 48.803 24.616 51.073 22.181 50.427 Z M 53.976 28.289 L 53.97 28.261 C 51.714 22.152 44.047 34.125 42.979 39.088 C 42.956 39.193 42.226 39.768 41.936 39.974 C 40.422 41.051 38.873 42.201 38.405 41.8 C 38.284 41.7 38.268 41.449 38.388 40.991 C 38.536 40.442 38.722 40.001 38.956 39.456 C 39.027 39.277 39.103 39.083 39.06 38.893 C 38.963 38.551 38.535 38.626 38.214 38.609 C 38.036 38.605 37.807 38.611 37.612 38.63 C 33.956 38.839 33.038 44.19 36.12 42.433 C 36.261 42.349 36.419 42.237 36.544 42.151 C 36.629 42.095 36.7 42.064 36.757 42.075 C 36.851 42.101 36.888 42.179 36.947 42.286 C 37.92 44.881 42.407 40.746 42.407 40.746 C 42.137 42.03 40.006 45.387 41.07 46.379 C 41.784 46.801 42.827 46.246 43.009 45.538 C 43.594 43.525 44.218 41.134 44.982 39.171 C 44.982 39.171 45.392 38.864 45.621 38.717 C 49.414 36.181 55.028 33.156 53.977 28.289 Z M 37.324 40.437 C 37.533 40.245 36.575 41.055 36.575 41.055 C 34.904 42.601 35.223 40.338 36.971 39.986 C 37.164 39.957 38.074 39.82 37.324 40.437 Z M 38.355 41.897 C 38.345 41.888 38.348 41.868 38.355 41.897 Z M 38.356 41.898 C 38.355 41.893 38.355 41.889 38.354 41.885 C 38.356 41.89 38.357 41.895 38.36 41.9 C 38.358 41.899 38.357 41.898 38.356 41.898 Z M 53.366 29.416 L 53.362 29.429 C 52.238 32.806 48.73 34.952 45.908 37.175 C 45.804 37.249 45.415 37.543 45.415 37.543 C 46.66 33.801 48.709 29.17 51.914 28.31 C 52.755 28.179 53.637 28.537 53.366 29.416 Z M 17.106 22.062 C 25.773 20.665 35.258 12.871 44.243 17.384 C 43.851 18.32 43.373 20.113 46.712 19.132 C 46.956 19.106 47.019 19.366 47.07 19.706 C 47.758 24.234 53.651 17.088 53.651 17.088 C 54.441 17.668 56.722 21.716 54.739 21.659 C 54.254 21.496 53.844 20.981 53.562 20.542 C 52.715 19.23 52.315 22.584 53.474 23.79 C 56.467 25.926 57.865 22.409 56.59 19.027 C 56.457 18.676 59.084 17.366 59.741 16.763 C 59.91 16.652 60.055 16.638 60.221 16.795 C 61.602 17.99 62.22 17.25 63.638 16.321 C 64.252 15.905 63.931 17.257 64.448 17.24 C 65.31 17.245 66.705 14.795 67.325 15.835 C 68.49 21.357 70.97 15.547 70.682 17.078 C 69.554 21.292 73.465 19.532 74.372 16.084 C 74.758 15.461 77.986 15.629 76.847 14.394 L 76.838 14.393 C 76.007 14.321 75.026 15.038 74.278 14.515 C 72.331 12.945 70.693 16.473 69.051 16.837 C 68.724 16.508 68.863 15.702 68.59 15.272 C 67.999 14.057 66.495 14.175 65.773 15.145 C 65.594 15.287 65.429 15.376 65.56 15.05 C 66.241 13.774 65.413 13.648 64.587 14.642 C 64.045 15.272 60.59 17.473 61.405 15.397 C 62.598 14.468 61.917 11.885 62.542 12.993 C 63.017 13.771 63.493 12.565 63.558 12.13 C 63.535 11.875 63.358 11.747 63.444 11.476 C 63.576 10.404 62.861 11.531 62.812 10.957 C 62.765 10.725 62.513 10.43 62.37 10.474 C 61.585 12.287 60.902 10.121 60.646 11.156 C 60.633 11.6 61.853 12.069 61.109 12.53 C 60.61 12.951 60.955 13.452 61.456 12.937 C 61.79 12.572 61.651 13.444 61.56 13.536 C 59.561 16.082 59.082 16.553 55.807 17.63 C 53.944 15.758 54.366 13.7 56.122 12.772 C 56.26 12.683 56.488 12.545 56.638 12.568 C 56.884 12.604 56.441 13.523 56.782 13.982 C 57.007 14.322 57.611 14.304 57.814 14.032 C 59.16 10.313 54.992 9.883 53.541 12.845 C 52.848 14.368 52.868 15.561 53.234 16.365 C 52.76 17.177 49.339 20.613 49.025 18.394 C 49.238 15.74 51.582 12.042 47.714 13.856 C 46.35 14.496 45.37 15.316 44.586 16.695 C 39.227 14.502 33.78 14.176 28.147 15.907 C 24.171 16.768 20.385 19.333 16.175 19.779 C 12.323 13.242 36.465 -4.045 33.566 4.233 C 33.169 5.365 30.967 6.704 31.851 7.67 C 32.581 8.469 35.115 6.786 35.488 4.693 C 37.775 -8.123 17.342 8.862 14.649 13.594 C 12.272 17.77 12.244 20.61 17.107 22.063 Z M 72.172 16.291 C 72.516 15.656 73.192 15.361 73.2 16.304 C 73.16 16.998 71.623 18.701 71.594 17.684 L 71.594 17.676 C 71.617 17.234 71.918 16.694 72.172 16.29 Z M 48.395 15.844 C 48.122 16.599 47.782 17.079 47.237 17.765 C 47.032 18.039 45.836 18.646 45.676 18.109 C 45.329 16.942 49.321 13.281 48.395 15.844 Z M 86.638 40.866 L 86.632 40.87 C 85.752 41.896 84.294 42.113 83.339 41.049 C 82.512 40.301 81.926 41.433 81.337 41.903 C 80.29 42.797 81.384 39.957 80.089 40.145 C 79.138 40.377 77.9 42.929 77.682 42.785 C 79.731 36.471 75.985 39.901 72.724 42.944 C 72.559 43.06 72.501 42.981 72.528 42.817 C 72.725 41.972 73.025 41.112 73.254 40.263 C 74.497 37.193 77.951 35.816 77.831 31.799 C 77.707 22.387 74.106 34.962 72.991 38.601 C 72.86 38.871 70.745 40.9 70.579 40.502 C 70.554 40.039 70.944 39.483 70.754 39.042 C 69.518 37.485 66.937 39.583 66.307 40.917 C 65.93 41.603 65.633 42.425 65.735 43.185 C 65.818 43.808 67.572 43.259 68.776 41.91 C 68.982 41.738 69.083 41.787 69.081 42.096 C 69.005 43.998 70.193 43.194 70.887 42.156 C 71.384 41.659 72.015 40.846 72.506 40.484 C 71.777 42.312 69.147 45.77 70.841 46.823 C 71.574 47.07 71.951 45.855 72.422 45.414 C 72.359 45.341 78.864 38.115 77.623 40.914 C 75.825 43.972 75.805 47.043 79.119 42.423 C 80.371 40.51 79.258 44.056 80.918 43.032 C 81.5 42.773 82.031 41.335 82.748 41.77 C 84.745 44.345 88.111 40.326 86.638 40.865 Z M 76.869 29.957 L 76.871 29.966 C 77.487 33.193 74.67 37.243 73.982 37.701 C 74.085 37.257 76.519 28.597 76.869 29.957 Z M 69.35 40.071 L 69.344 40.078 C 68.654 40.833 67.76 42.243 66.855 42.614 C 66.82 42.552 66.872 42.389 66.902 42.299 C 67.26 41.204 68.087 39.928 68.931 39.329 C 69.584 38.948 69.74 39.625 69.349 40.071 Z M 70.411 32.522 C 71.765 28.708 70.552 24.83 66.358 23.771 C 65.386 23.544 64.389 23.646 63.447 23.825 C 61.642 24.146 60.066 24.822 58.517 25.508 C 58.419 25.551 58.479 25.699 58.577 25.665 C 58.974 25.528 59.38 25.418 59.79 25.326 C 60.599 25.145 61.433 25.044 62.258 25.048 C 63.444 25.03 64.542 25.378 65.508 26.026 C 66.067 26.372 66.481 26.847 66.815 27.393 C 66.975 27.65 67.131 27.908 67.279 28.17 C 67.77 29.023 68.019 29.889 68.129 30.949 C 68.291 32.502 68.04 34.108 67.408 35.549 C 65.886 39.1 62.602 42.11 58.752 42.746 C 59.995 40.002 61.294 37.289 62.921 34.732 C 63.672 33.552 64.476 32.407 65.316 31.289 C 65.5 31.046 65.401 30.669 65.151 30.517 C 64.872 30.347 64.542 30.462 64.357 30.707 C 61.542 34.43 59.259 38.473 57.647 42.861 C 57.605 42.863 57.564 42.865 57.521 42.867 C 57.217 42.879 56.912 42.859 56.615 42.812 C 58.611 38.466 60.915 34.272 63.737 30.407 C 63.937 30.131 63.868 29.74 63.586 29.551 C 63.311 29.365 62.939 29.44 62.755 29.716 C 60.862 32.562 59.198 35.561 57.752 38.657 C 57.132 39.981 56.552 41.321 56 42.671 C 55.609 42.553 55.238 42.385 54.905 42.169 C 56.857 37.621 59.226 33.266 62.419 29.476 C 62.649 29.204 62.606 28.791 62.327 28.572 C 62.054 28.358 61.662 28.406 61.449 28.681 C 58.39 32.614 56.149 37.103 54.358 41.74 C 53.701 41.117 53.293 40.26 53.342 39.224 C 53.37 38.735 52.899 38.334 52.423 38.453 C 52.016 38.548 51.765 38.96 51.864 39.368 C 52.056 40.324 52.488 41.243 53.172 41.939 C 53.433 42.207 53.718 42.437 54.02 42.631 C 53.924 42.888 53.83 43.144 53.738 43.4 C 53.109 45.135 52.533 46.885 51.989 48.644 C 51.958 48.743 52.01 48.849 52.108 48.884 C 52.208 48.92 52.318 48.867 52.354 48.766 C 53.045 46.813 53.777 44.862 54.578 42.942 C 54.945 43.117 55.333 43.248 55.731 43.337 C 55.096 44.922 54.499 46.521 53.926 48.125 C 53.891 48.222 53.939 48.331 54.034 48.37 C 54.133 48.41 54.245 48.363 54.285 48.263 C 54.933 46.641 55.611 45.03 56.329 43.438 C 56.515 43.459 56.702 43.474 56.889 43.478 C 57.07 43.481 57.25 43.476 57.429 43.465 C 56.95 44.82 56.505 46.19 56.135 47.579 C 56.066 47.838 56.411 47.912 56.514 47.69 C 57.187 46.245 57.831 44.788 58.483 43.338 C 58.709 43.299 58.933 43.254 59.155 43.205 C 64.359 41.917 68.59 37.533 70.41 32.52 Z\" fill=\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8)) /* {&quot;name&quot;:&quot;brun-0&quot;} */\"></path></svg>',svgContentId:9861864193},PCG7hp9HA:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 121 72\"><path d=\"M 47.694 65.235 C 46.431 64.35 44.832 63.97 43.374 63.442 C 43.157 63.362 42.702 63.208 42.702 63.208 C 43.065 62.267 49.231 51.384 46.826 51.769 C 45.018 52.058 43.643 54.52 43.643 54.52 C 42.196 56.33 41.622 57.119 40.316 58.285 C 38.277 60.105 35.986 60.526 37.069 58.159 C 37.71 56.756 39.739 55.381 38.994 53.93 C 37.978 52.733 36.421 55.016 35.175 54.906 C 33.286 55.162 33.497 49.639 30.431 51.213 C 21.026 56.854 24.002 64.164 12.92 56.75 C 12.492 56.497 12.578 56.455 12.994 56.427 C 15.506 56.259 18.44 55.437 20.063 54.883 C 55.969 40.614 23.724 21.67 6.433 48.879 C 6.348 49.012 6.146 48.918 6.014 48.844 C 3.439 46.654 0.686 48.216 1.234 51.148 C 1.244 52.887 3.519 54.152 2.894 55.103 C 2.02 56.863 0.974 58.515 0.092 60.267 C -0.229 60.997 0.36 61.639 0.774 62.237 C 1.34 63.039 2.057 62.426 2.538 61.867 C 4.077 60.371 4.828 58.213 6.056 56.454 C 10.521 53.935 15.47 63.727 21.262 62.53 C 24.73 61.596 25.642 55.416 29.039 53.739 C 29.188 53.733 29.085 53.987 29.048 54.091 C 28.031 56.943 30.495 60.932 32.674 57.797 C 33.072 57.224 33.622 55.613 33.622 55.613 C 33.622 55.613 34.095 56.753 35.065 56.373 C 35.397 56.368 36.69 55.688 36.109 56.536 C 34.313 59.156 34.218 60.565 36.121 61.473 C 39.159 62.921 41.907 59.518 44.295 56.766 C 43.259 59.209 40.968 62.704 40.968 62.704 C 40.968 62.704 38.653 62.341 36.612 62.667 C 31.654 63.455 25.463 71.571 32.618 71.626 C 38.035 71.669 41.618 65.165 41.618 65.165 C 42.787 65.406 44.298 65.787 45.471 66.125 C 46.963 66.554 48.871 66.145 47.695 65.238 Z M 4.023 51.703 C 2.682 50.287 3.915 49.43 4.654 50.61 C 4.742 50.725 4.923 51.087 4.961 51.491 C 4.878 52.225 4.409 52.249 4.023 51.703 Z M 9.803 51.51 C 28.562 24.125 46.015 48.034 11.617 53.885 C 9.501 54.231 8.161 53.33 9.803 51.51 Z M 32.293 55.135 C 30.872 58.269 29.451 54.661 30.587 53.521 C 31.251 52.856 31.535 53.046 32.009 53.711 C 32.482 54.376 32.482 54.566 32.293 55.135 Z M 30.849 69.823 C 30.569 69.734 30.471 69.547 30.608 69.282 C 32.203 66.596 36.536 64.573 39.593 64.945 C 37.422 67.573 34.237 70.717 30.849 69.822 Z M 75.071 39.169 L 75.062 39.131 C 71.925 30.673 61.261 47.251 59.776 54.121 C 59.744 54.267 58.729 55.063 58.325 55.348 C 56.219 56.84 54.065 58.432 53.414 57.877 C 53.246 57.739 53.223 57.391 53.39 56.756 C 53.595 55.996 53.855 55.387 54.18 54.631 C 54.279 54.384 54.384 54.115 54.325 53.852 C 54.19 53.378 53.594 53.483 53.149 53.459 C 52.9 53.454 52.583 53.462 52.311 53.488 C 47.226 53.777 45.949 61.186 50.236 58.753 C 50.432 58.637 50.652 58.481 50.826 58.362 C 50.944 58.286 51.043 58.243 51.122 58.258 C 51.253 58.293 51.304 58.402 51.386 58.55 C 52.739 62.144 58.98 56.418 58.98 56.418 C 58.605 58.196 55.641 62.843 57.121 64.217 C 58.114 64.801 59.564 64.033 59.817 63.053 C 60.631 60.265 61.499 56.955 62.561 54.237 C 62.561 54.237 63.131 53.811 63.45 53.609 C 68.725 50.097 76.533 45.908 75.072 39.169 Z M 51.911 55.99 C 52.201 55.724 50.868 56.845 50.868 56.845 C 48.544 58.986 48.988 55.853 51.42 55.366 C 51.688 55.324 52.954 55.135 51.911 55.99 Z M 53.345 58.011 C 53.33 57.999 53.334 57.972 53.345 58.011 Z M 53.346 58.012 C 53.345 58.006 53.344 58 53.343 57.994 C 53.346 58.002 53.348 58.009 53.351 58.015 C 53.349 58.014 53.348 58.013 53.346 58.012 Z M 74.222 40.729 L 74.217 40.748 C 72.653 45.423 67.774 48.395 63.85 51.473 C 63.704 51.575 63.163 51.983 63.163 51.983 C 64.896 46.802 67.744 40.389 72.202 39.198 C 73.372 39.017 74.598 39.513 74.222 40.729 Z M 23.791 30.548 C 35.846 28.614 49.036 17.821 61.533 24.07 C 60.988 25.366 60.323 27.849 64.968 26.49 C 65.306 26.454 65.394 26.815 65.465 27.285 C 66.422 33.555 74.618 23.66 74.618 23.66 C 75.717 24.463 78.889 30.068 76.132 29.989 C 75.457 29.764 74.886 29.051 74.494 28.443 C 73.316 26.626 72.76 31.27 74.371 32.939 C 78.534 35.897 80.479 31.027 78.705 26.345 C 78.521 25.859 82.175 24.046 83.088 23.21 C 83.323 23.057 83.525 23.037 83.755 23.255 C 85.676 24.909 86.536 23.885 88.508 22.598 C 89.362 22.023 88.916 23.894 89.635 23.871 C 90.834 23.877 92.773 20.486 93.636 21.926 C 95.256 29.571 98.706 21.527 98.304 23.647 C 96.736 29.482 102.175 27.044 103.437 22.27 C 103.974 21.408 108.464 21.641 106.879 19.931 L 106.867 19.929 C 105.711 19.83 104.347 20.822 103.306 20.097 C 100.598 17.925 98.321 22.809 96.037 23.313 C 95.582 22.857 95.775 21.741 95.395 21.145 C 94.573 19.464 92.482 19.627 91.478 20.97 C 91.228 21.167 91 21.29 91.181 20.838 C 92.128 19.072 90.976 18.897 89.827 20.274 C 89.074 21.146 84.269 24.194 85.403 21.319 C 87.061 20.032 86.114 16.457 86.983 17.991 C 87.645 19.068 88.306 17.397 88.397 16.795 C 88.365 16.442 88.118 16.264 88.238 15.89 C 88.422 14.406 87.428 15.966 87.359 15.171 C 87.293 14.849 86.943 14.441 86.744 14.502 C 85.653 17.013 84.703 14.013 84.347 15.447 C 84.329 16.062 86.025 16.711 84.99 17.349 C 84.297 17.933 84.777 18.625 85.474 17.912 C 85.937 17.408 85.744 18.615 85.618 18.742 C 82.837 22.267 82.171 22.92 77.616 24.411 C 75.026 21.818 75.613 18.97 78.054 17.685 C 78.246 17.562 78.564 17.37 78.773 17.401 C 79.115 17.451 78.499 18.724 78.972 19.36 C 79.286 19.831 80.125 19.806 80.408 19.428 C 82.28 14.28 76.483 13.684 74.465 17.786 C 73.502 19.894 73.529 21.546 74.038 22.659 C 73.379 23.783 68.621 28.541 68.185 25.469 C 68.48 21.793 71.741 16.674 66.361 19.186 C 64.464 20.071 63.101 21.206 62.011 23.117 C 54.558 20.08 46.982 19.628 39.147 22.025 C 33.618 23.218 28.351 26.769 22.496 27.386 C 17.139 18.335 50.716 -5.601 46.684 5.861 C 46.132 7.429 43.07 9.282 44.298 10.62 C 45.314 11.726 48.837 9.396 49.357 6.497 C 52.537 -11.247 24.119 12.27 20.373 18.823 C 17.068 24.604 17.029 28.537 23.792 30.549 Z M 100.378 22.556 C 100.855 21.678 101.796 21.268 101.807 22.575 C 101.751 23.535 99.613 25.893 99.573 24.486 L 99.573 24.475 C 99.605 23.862 100.024 23.115 100.378 22.555 Z M 67.308 21.938 C 66.929 22.983 66.455 23.648 65.697 24.598 C 65.412 24.977 63.749 25.818 63.526 25.073 C 63.043 23.458 68.595 18.39 67.308 21.938 Z M 120.496 56.584 L 120.488 56.59 C 119.264 58.01 117.236 58.31 115.909 56.837 C 114.759 55.801 113.943 57.369 113.124 58.019 C 111.667 59.258 113.189 55.324 111.389 55.586 C 110.065 55.906 108.344 59.44 108.04 59.241 C 110.89 50.498 105.68 55.248 101.145 59.461 C 100.916 59.621 100.835 59.512 100.872 59.284 C 101.147 58.115 101.563 56.925 101.882 55.748 C 103.611 51.498 108.414 49.591 108.248 44.03 C 108.076 30.997 103.066 48.409 101.516 53.447 C 101.334 53.822 98.392 56.631 98.162 56.079 C 98.127 55.439 98.669 54.668 98.406 54.058 C 96.686 51.902 93.096 54.807 92.22 56.654 C 91.695 57.604 91.283 58.742 91.425 59.795 C 91.54 60.657 93.98 59.897 95.654 58.03 C 95.94 57.791 96.082 57.859 96.079 58.287 C 95.972 60.92 97.624 59.806 98.589 58.37 C 99.281 57.682 100.159 56.557 100.841 56.054 C 99.828 58.586 96.169 63.374 98.526 64.832 C 99.545 65.173 100.069 63.491 100.724 62.881 C 100.637 62.78 109.684 52.774 107.958 56.65 C 105.458 60.885 105.43 65.136 110.04 58.74 C 111.78 56.09 110.233 61 112.541 59.583 C 113.351 59.225 114.089 57.233 115.087 57.835 C 117.863 61.401 122.545 55.836 120.496 56.583 Z M 106.91 41.479 L 106.913 41.491 C 107.769 45.96 103.852 51.567 102.894 52.202 C 103.038 51.587 106.423 39.595 106.91 41.479 Z M 96.452 55.483 L 96.444 55.493 C 95.484 56.538 94.242 58.49 92.982 59.004 C 92.934 58.919 93.006 58.692 93.047 58.568 C 93.545 57.052 94.695 55.285 95.87 54.455 C 96.778 53.928 96.994 54.866 96.451 55.483 Z M 97.928 45.03 C 99.811 39.749 98.124 34.38 92.29 32.914 C 90.94 32.599 89.553 32.741 88.243 32.989 C 85.732 33.433 83.54 34.369 81.386 35.319 C 81.25 35.379 81.332 35.584 81.469 35.536 C 82.021 35.346 82.586 35.194 83.156 35.067 C 84.282 34.817 85.441 34.676 86.588 34.681 C 88.238 34.657 89.765 35.139 91.108 36.036 C 91.886 36.515 92.461 37.173 92.926 37.929 C 93.15 38.285 93.366 38.641 93.572 39.005 C 94.255 40.185 94.601 41.385 94.754 42.852 C 94.979 45.002 94.63 47.227 93.752 49.222 C 91.635 54.138 87.067 58.307 81.712 59.187 C 83.442 55.388 85.248 51.631 87.51 48.091 C 88.555 46.457 89.673 44.871 90.842 43.324 C 91.097 42.987 90.959 42.465 90.612 42.254 C 90.224 42.019 89.765 42.178 89.507 42.517 C 85.592 47.672 82.418 53.271 80.175 59.346 C 80.117 59.349 80.06 59.352 80.001 59.354 C 79.577 59.37 79.154 59.343 78.74 59.278 C 81.516 53.26 84.72 47.453 88.646 42.102 C 88.924 41.721 88.828 41.178 88.436 40.916 C 88.053 40.66 87.536 40.763 87.28 41.146 C 84.647 45.086 82.333 49.238 80.321 53.525 C 79.46 55.359 78.653 57.213 77.885 59.083 C 77.342 58.92 76.826 58.687 76.362 58.388 C 79.077 52.09 82.372 46.061 86.812 40.813 C 87.132 40.437 87.073 39.865 86.684 39.561 C 86.306 39.264 85.76 39.332 85.463 39.712 C 81.208 45.157 78.092 51.373 75.602 57.794 C 74.688 56.932 74.121 55.745 74.188 54.311 C 74.228 53.632 73.572 53.078 72.911 53.243 C 72.345 53.374 71.995 53.945 72.133 54.51 C 72.4 55.833 73.001 57.106 73.952 58.07 C 74.314 58.44 74.711 58.758 75.131 59.028 C 74.998 59.383 74.867 59.737 74.738 60.093 C 73.865 62.494 73.063 64.918 72.306 67.353 C 72.264 67.49 72.336 67.638 72.472 67.686 C 72.612 67.736 72.764 67.662 72.814 67.523 C 73.775 64.818 74.793 62.117 75.907 59.458 C 76.418 59.701 76.957 59.882 77.511 60.005 C 76.628 62.199 75.797 64.414 75 66.635 C 74.952 66.769 75.018 66.92 75.151 66.974 C 75.288 67.03 75.444 66.964 75.5 66.826 C 76.401 64.58 77.345 62.349 78.343 60.144 C 78.601 60.174 78.861 60.194 79.122 60.2 C 79.373 60.204 79.623 60.197 79.873 60.183 C 79.207 62.059 78.588 63.956 78.072 65.878 C 77.976 66.237 78.456 66.34 78.6 66.032 C 79.536 64.032 80.431 62.014 81.338 60.006 C 81.652 59.952 81.965 59.89 82.273 59.822 C 89.511 58.039 95.395 51.968 97.927 45.027 Z\" fill=\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8)) /* {&quot;name&quot;:&quot;brun-0&quot;} */\"></path></svg>',svgContentId:11163854316},RzewlF02y:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 121 72\"><path d=\"M 47.694 65.235 C 46.431 64.35 44.832 63.97 43.374 63.442 C 43.157 63.362 42.702 63.208 42.702 63.208 C 43.065 62.267 49.231 51.384 46.826 51.769 C 45.018 52.058 43.643 54.52 43.643 54.52 C 42.196 56.33 41.622 57.119 40.316 58.285 C 38.277 60.105 35.986 60.526 37.069 58.159 C 37.71 56.756 39.739 55.381 38.994 53.93 C 37.978 52.733 36.421 55.016 35.175 54.906 C 33.286 55.162 33.497 49.639 30.431 51.213 C 21.026 56.854 24.002 64.164 12.92 56.75 C 12.492 56.497 12.578 56.455 12.994 56.427 C 15.506 56.259 18.44 55.437 20.063 54.883 C 55.969 40.614 23.724 21.67 6.433 48.879 C 6.348 49.012 6.146 48.918 6.014 48.844 C 3.439 46.654 0.686 48.216 1.234 51.148 C 1.244 52.887 3.519 54.152 2.894 55.103 C 2.02 56.863 0.974 58.515 0.092 60.267 C -0.229 60.997 0.36 61.639 0.774 62.237 C 1.34 63.039 2.057 62.426 2.538 61.867 C 4.077 60.371 4.828 58.213 6.056 56.454 C 10.521 53.935 15.47 63.727 21.262 62.53 C 24.73 61.596 25.642 55.416 29.039 53.739 C 29.188 53.733 29.085 53.987 29.048 54.091 C 28.031 56.943 30.495 60.932 32.674 57.797 C 33.072 57.224 33.622 55.613 33.622 55.613 C 33.622 55.613 34.095 56.753 35.065 56.373 C 35.397 56.368 36.69 55.688 36.109 56.536 C 34.313 59.156 34.218 60.565 36.121 61.473 C 39.159 62.921 41.907 59.518 44.295 56.766 C 43.259 59.209 40.968 62.704 40.968 62.704 C 40.968 62.704 38.653 62.341 36.612 62.667 C 31.654 63.455 25.463 71.571 32.618 71.626 C 38.035 71.669 41.618 65.165 41.618 65.165 C 42.787 65.406 44.298 65.787 45.471 66.125 C 46.963 66.554 48.871 66.145 47.695 65.238 Z M 4.023 51.703 C 2.682 50.287 3.915 49.43 4.654 50.61 C 4.742 50.725 4.923 51.087 4.961 51.491 C 4.878 52.225 4.409 52.249 4.023 51.703 Z M 9.803 51.51 C 28.562 24.125 46.015 48.034 11.617 53.885 C 9.501 54.231 8.161 53.33 9.803 51.51 Z M 32.293 55.135 C 30.872 58.269 29.451 54.661 30.587 53.521 C 31.251 52.856 31.535 53.046 32.009 53.711 C 32.482 54.376 32.482 54.566 32.293 55.135 Z M 30.849 69.823 C 30.569 69.734 30.471 69.547 30.608 69.282 C 32.203 66.596 36.536 64.573 39.593 64.945 C 37.422 67.573 34.237 70.717 30.849 69.822 Z M 75.071 39.169 L 75.062 39.131 C 71.925 30.673 61.261 47.251 59.776 54.121 C 59.744 54.267 58.729 55.063 58.325 55.348 C 56.219 56.84 54.065 58.432 53.414 57.877 C 53.246 57.739 53.223 57.391 53.39 56.756 C 53.595 55.996 53.855 55.387 54.18 54.631 C 54.279 54.384 54.384 54.115 54.325 53.852 C 54.19 53.378 53.594 53.483 53.149 53.459 C 52.9 53.454 52.583 53.462 52.311 53.488 C 47.226 53.777 45.949 61.186 50.236 58.753 C 50.432 58.637 50.652 58.481 50.826 58.362 C 50.944 58.286 51.043 58.243 51.122 58.258 C 51.253 58.293 51.304 58.402 51.386 58.55 C 52.739 62.144 58.98 56.418 58.98 56.418 C 58.605 58.196 55.641 62.843 57.121 64.217 C 58.114 64.801 59.564 64.033 59.817 63.053 C 60.631 60.265 61.499 56.955 62.561 54.237 C 62.561 54.237 63.131 53.811 63.45 53.609 C 68.725 50.097 76.533 45.908 75.072 39.169 Z M 51.911 55.99 C 52.201 55.724 50.868 56.845 50.868 56.845 C 48.544 58.986 48.988 55.853 51.42 55.366 C 51.688 55.324 52.954 55.135 51.911 55.99 Z M 53.345 58.011 C 53.33 57.999 53.334 57.972 53.345 58.011 Z M 53.346 58.012 C 53.345 58.006 53.344 58 53.343 57.994 C 53.346 58.002 53.348 58.009 53.351 58.015 C 53.349 58.014 53.348 58.013 53.346 58.012 Z M 74.222 40.729 L 74.217 40.748 C 72.653 45.423 67.774 48.395 63.85 51.473 C 63.704 51.575 63.163 51.983 63.163 51.983 C 64.896 46.802 67.744 40.389 72.202 39.198 C 73.372 39.017 74.598 39.513 74.222 40.729 Z M 23.791 30.548 C 35.846 28.614 49.036 17.821 61.533 24.07 C 60.988 25.366 60.323 27.849 64.968 26.49 C 65.306 26.454 65.394 26.815 65.465 27.285 C 66.422 33.555 74.618 23.66 74.618 23.66 C 75.717 24.463 78.889 30.068 76.132 29.989 C 75.457 29.764 74.886 29.051 74.494 28.443 C 73.316 26.626 72.76 31.27 74.371 32.939 C 78.534 35.897 80.479 31.027 78.705 26.345 C 78.521 25.859 82.175 24.046 83.088 23.21 C 83.323 23.057 83.525 23.037 83.755 23.255 C 85.676 24.909 86.536 23.885 88.508 22.598 C 89.362 22.023 88.916 23.894 89.635 23.871 C 90.834 23.877 92.773 20.486 93.636 21.926 C 95.256 29.571 98.706 21.527 98.304 23.647 C 96.736 29.482 102.175 27.044 103.437 22.27 C 103.974 21.408 108.464 21.641 106.879 19.931 L 106.867 19.929 C 105.711 19.83 104.347 20.822 103.306 20.097 C 100.598 17.925 98.321 22.809 96.037 23.313 C 95.582 22.857 95.775 21.741 95.395 21.145 C 94.573 19.464 92.482 19.627 91.478 20.97 C 91.228 21.167 91 21.29 91.181 20.838 C 92.128 19.072 90.976 18.897 89.827 20.274 C 89.074 21.146 84.269 24.194 85.403 21.319 C 87.061 20.032 86.114 16.457 86.983 17.991 C 87.645 19.068 88.306 17.397 88.397 16.795 C 88.365 16.442 88.118 16.264 88.238 15.89 C 88.422 14.406 87.428 15.966 87.359 15.171 C 87.293 14.849 86.943 14.441 86.744 14.502 C 85.653 17.013 84.703 14.013 84.347 15.447 C 84.329 16.062 86.025 16.711 84.99 17.349 C 84.297 17.933 84.777 18.625 85.474 17.912 C 85.937 17.408 85.744 18.615 85.618 18.742 C 82.837 22.267 82.171 22.92 77.616 24.411 C 75.026 21.818 75.613 18.97 78.054 17.685 C 78.246 17.562 78.564 17.37 78.773 17.401 C 79.115 17.451 78.499 18.724 78.972 19.36 C 79.286 19.831 80.125 19.806 80.408 19.428 C 82.28 14.28 76.483 13.684 74.465 17.786 C 73.502 19.894 73.529 21.546 74.038 22.659 C 73.379 23.783 68.621 28.541 68.185 25.469 C 68.48 21.793 71.741 16.674 66.361 19.186 C 64.464 20.071 63.101 21.206 62.011 23.117 C 54.558 20.08 46.982 19.628 39.147 22.025 C 33.618 23.218 28.351 26.769 22.496 27.386 C 17.139 18.335 50.716 -5.601 46.684 5.861 C 46.132 7.429 43.07 9.282 44.298 10.62 C 45.314 11.726 48.837 9.396 49.357 6.497 C 52.537 -11.247 24.119 12.27 20.373 18.823 C 17.068 24.604 17.029 28.537 23.792 30.549 Z M 100.378 22.556 C 100.855 21.678 101.796 21.268 101.807 22.575 C 101.751 23.535 99.613 25.893 99.573 24.486 L 99.573 24.475 C 99.605 23.862 100.024 23.115 100.378 22.555 Z M 67.308 21.938 C 66.929 22.983 66.455 23.648 65.697 24.598 C 65.412 24.977 63.749 25.818 63.526 25.073 C 63.043 23.458 68.595 18.39 67.308 21.938 Z M 120.496 56.584 L 120.488 56.59 C 119.264 58.01 117.236 58.31 115.909 56.837 C 114.759 55.801 113.943 57.369 113.124 58.019 C 111.667 59.258 113.189 55.324 111.389 55.586 C 110.065 55.906 108.344 59.44 108.04 59.241 C 110.89 50.498 105.68 55.248 101.145 59.461 C 100.916 59.621 100.835 59.512 100.872 59.284 C 101.147 58.115 101.563 56.925 101.882 55.748 C 103.611 51.498 108.414 49.591 108.248 44.03 C 108.076 30.997 103.066 48.409 101.516 53.447 C 101.334 53.822 98.392 56.631 98.162 56.079 C 98.127 55.439 98.669 54.668 98.406 54.058 C 96.686 51.902 93.096 54.807 92.22 56.654 C 91.695 57.604 91.283 58.742 91.425 59.795 C 91.54 60.657 93.98 59.897 95.654 58.03 C 95.94 57.791 96.082 57.859 96.079 58.287 C 95.972 60.92 97.624 59.806 98.589 58.37 C 99.281 57.682 100.159 56.557 100.841 56.054 C 99.828 58.586 96.169 63.374 98.526 64.832 C 99.545 65.173 100.069 63.491 100.724 62.881 C 100.637 62.78 109.684 52.774 107.958 56.65 C 105.458 60.885 105.43 65.136 110.04 58.74 C 111.78 56.09 110.233 61 112.541 59.583 C 113.351 59.225 114.089 57.233 115.087 57.835 C 117.863 61.401 122.545 55.836 120.496 56.583 Z M 106.91 41.479 L 106.913 41.491 C 107.769 45.96 103.852 51.567 102.894 52.202 C 103.038 51.587 106.423 39.595 106.91 41.479 Z M 96.452 55.483 L 96.444 55.493 C 95.484 56.538 94.242 58.49 92.982 59.004 C 92.934 58.919 93.006 58.692 93.047 58.568 C 93.545 57.052 94.695 55.285 95.87 54.455 C 96.778 53.928 96.994 54.866 96.451 55.483 Z M 97.928 45.03 C 99.811 39.749 98.124 34.38 92.29 32.914 C 90.94 32.599 89.553 32.741 88.243 32.989 C 85.732 33.433 83.54 34.369 81.386 35.319 C 81.25 35.379 81.332 35.584 81.469 35.536 C 82.021 35.346 82.586 35.194 83.156 35.067 C 84.282 34.817 85.441 34.676 86.588 34.681 C 88.238 34.657 89.765 35.139 91.108 36.036 C 91.886 36.515 92.461 37.173 92.926 37.929 C 93.15 38.285 93.366 38.641 93.572 39.005 C 94.255 40.185 94.601 41.385 94.754 42.852 C 94.979 45.002 94.63 47.227 93.752 49.222 C 91.635 54.138 87.067 58.307 81.712 59.187 C 83.442 55.388 85.248 51.631 87.51 48.091 C 88.555 46.457 89.673 44.871 90.842 43.324 C 91.097 42.987 90.959 42.465 90.612 42.254 C 90.224 42.019 89.765 42.178 89.507 42.517 C 85.592 47.672 82.418 53.271 80.175 59.346 C 80.117 59.349 80.06 59.352 80.001 59.354 C 79.577 59.37 79.154 59.343 78.74 59.278 C 81.516 53.26 84.72 47.453 88.646 42.102 C 88.924 41.721 88.828 41.178 88.436 40.916 C 88.053 40.66 87.536 40.763 87.28 41.146 C 84.647 45.086 82.333 49.238 80.321 53.525 C 79.46 55.359 78.653 57.213 77.885 59.083 C 77.342 58.92 76.826 58.687 76.362 58.388 C 79.077 52.09 82.372 46.061 86.812 40.813 C 87.132 40.437 87.073 39.865 86.684 39.561 C 86.306 39.264 85.76 39.332 85.463 39.712 C 81.208 45.157 78.092 51.373 75.602 57.794 C 74.688 56.932 74.121 55.745 74.188 54.311 C 74.228 53.632 73.572 53.078 72.911 53.243 C 72.345 53.374 71.995 53.945 72.133 54.51 C 72.4 55.833 73.001 57.106 73.952 58.07 C 74.314 58.44 74.711 58.758 75.131 59.028 C 74.998 59.383 74.867 59.737 74.738 60.093 C 73.865 62.494 73.063 64.918 72.306 67.353 C 72.264 67.49 72.336 67.638 72.472 67.686 C 72.612 67.736 72.764 67.662 72.814 67.523 C 73.775 64.818 74.793 62.117 75.907 59.458 C 76.418 59.701 76.957 59.882 77.511 60.005 C 76.628 62.199 75.797 64.414 75 66.635 C 74.952 66.769 75.018 66.92 75.151 66.974 C 75.288 67.03 75.444 66.964 75.5 66.826 C 76.401 64.58 77.345 62.349 78.343 60.144 C 78.601 60.174 78.861 60.194 79.122 60.2 C 79.373 60.204 79.623 60.197 79.873 60.183 C 79.207 62.059 78.588 63.956 78.072 65.878 C 77.976 66.237 78.456 66.34 78.6 66.032 C 79.536 64.032 80.431 62.014 81.338 60.006 C 81.652 59.952 81.965 59.89 82.273 59.822 C 89.511 58.039 95.395 51.968 97.927 45.027 Z\" fill=\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198)) /* {&quot;name&quot;:&quot;ocre-1.5&quot;} */\"></path></svg>',svgContentId:10615674910},z4pa_0pvJ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 121 72\"><path d=\"M 47.694 65.235 C 46.431 64.35 44.832 63.97 43.374 63.442 C 43.157 63.362 42.702 63.208 42.702 63.208 C 43.065 62.267 49.231 51.384 46.826 51.769 C 45.018 52.058 43.643 54.52 43.643 54.52 C 42.196 56.33 41.622 57.119 40.316 58.285 C 38.277 60.105 35.986 60.526 37.069 58.159 C 37.71 56.756 39.739 55.381 38.994 53.93 C 37.978 52.733 36.421 55.016 35.175 54.906 C 33.286 55.162 33.497 49.639 30.431 51.213 C 21.026 56.854 24.002 64.164 12.92 56.75 C 12.492 56.497 12.578 56.455 12.994 56.427 C 15.506 56.259 18.44 55.437 20.063 54.883 C 55.969 40.614 23.724 21.67 6.433 48.879 C 6.348 49.012 6.146 48.918 6.014 48.844 C 3.439 46.654 0.686 48.216 1.234 51.148 C 1.244 52.887 3.519 54.152 2.894 55.103 C 2.02 56.863 0.974 58.515 0.092 60.267 C -0.229 60.997 0.36 61.639 0.774 62.237 C 1.34 63.039 2.057 62.426 2.538 61.867 C 4.077 60.371 4.828 58.213 6.056 56.454 C 10.521 53.935 15.47 63.727 21.262 62.53 C 24.73 61.596 25.642 55.416 29.039 53.739 C 29.188 53.733 29.085 53.987 29.048 54.091 C 28.031 56.943 30.495 60.932 32.674 57.797 C 33.072 57.224 33.622 55.613 33.622 55.613 C 33.622 55.613 34.095 56.753 35.065 56.373 C 35.397 56.368 36.69 55.688 36.109 56.536 C 34.313 59.156 34.218 60.565 36.121 61.473 C 39.159 62.921 41.907 59.518 44.295 56.766 C 43.259 59.209 40.968 62.704 40.968 62.704 C 40.968 62.704 38.653 62.341 36.612 62.667 C 31.654 63.455 25.463 71.571 32.618 71.626 C 38.035 71.669 41.618 65.165 41.618 65.165 C 42.787 65.406 44.298 65.787 45.471 66.125 C 46.963 66.554 48.871 66.145 47.695 65.238 Z M 4.023 51.703 C 2.682 50.287 3.915 49.43 4.654 50.61 C 4.742 50.725 4.923 51.087 4.961 51.491 C 4.878 52.225 4.409 52.249 4.023 51.703 Z M 9.803 51.51 C 28.562 24.125 46.015 48.034 11.617 53.885 C 9.501 54.231 8.161 53.33 9.803 51.51 Z M 32.293 55.135 C 30.872 58.269 29.451 54.661 30.587 53.521 C 31.251 52.856 31.535 53.046 32.009 53.711 C 32.482 54.376 32.482 54.566 32.293 55.135 Z M 30.849 69.823 C 30.569 69.734 30.471 69.547 30.608 69.282 C 32.203 66.596 36.536 64.573 39.593 64.945 C 37.422 67.573 34.237 70.717 30.849 69.822 Z M 75.071 39.169 L 75.062 39.131 C 71.925 30.673 61.261 47.251 59.776 54.121 C 59.744 54.267 58.729 55.063 58.325 55.348 C 56.219 56.84 54.065 58.432 53.414 57.877 C 53.246 57.739 53.223 57.391 53.39 56.756 C 53.595 55.996 53.855 55.387 54.18 54.631 C 54.279 54.384 54.384 54.115 54.325 53.852 C 54.19 53.378 53.594 53.483 53.149 53.459 C 52.9 53.454 52.583 53.462 52.311 53.488 C 47.226 53.777 45.949 61.186 50.236 58.753 C 50.432 58.637 50.652 58.481 50.826 58.362 C 50.944 58.286 51.043 58.243 51.122 58.258 C 51.253 58.293 51.304 58.402 51.386 58.55 C 52.739 62.144 58.98 56.418 58.98 56.418 C 58.605 58.196 55.641 62.843 57.121 64.217 C 58.114 64.801 59.564 64.033 59.817 63.053 C 60.631 60.265 61.499 56.955 62.561 54.237 C 62.561 54.237 63.131 53.811 63.45 53.609 C 68.725 50.097 76.533 45.908 75.072 39.169 Z M 51.911 55.99 C 52.201 55.724 50.868 56.845 50.868 56.845 C 48.544 58.986 48.988 55.853 51.42 55.366 C 51.688 55.324 52.954 55.135 51.911 55.99 Z M 53.345 58.011 C 53.33 57.999 53.334 57.972 53.345 58.011 Z M 53.346 58.012 C 53.345 58.006 53.344 58 53.343 57.994 C 53.346 58.002 53.348 58.009 53.351 58.015 C 53.349 58.014 53.348 58.013 53.346 58.012 Z M 74.222 40.729 L 74.217 40.748 C 72.653 45.423 67.774 48.395 63.85 51.473 C 63.704 51.575 63.163 51.983 63.163 51.983 C 64.896 46.802 67.744 40.389 72.202 39.198 C 73.372 39.017 74.598 39.513 74.222 40.729 Z M 23.791 30.548 C 35.846 28.614 49.036 17.821 61.533 24.07 C 60.988 25.366 60.323 27.849 64.968 26.49 C 65.306 26.454 65.394 26.815 65.465 27.285 C 66.422 33.555 74.618 23.66 74.618 23.66 C 75.717 24.463 78.889 30.068 76.132 29.989 C 75.457 29.764 74.886 29.051 74.494 28.443 C 73.316 26.626 72.76 31.27 74.371 32.939 C 78.534 35.897 80.479 31.027 78.705 26.345 C 78.521 25.859 82.175 24.046 83.088 23.21 C 83.323 23.057 83.525 23.037 83.755 23.255 C 85.676 24.909 86.536 23.885 88.508 22.598 C 89.362 22.023 88.916 23.894 89.635 23.871 C 90.834 23.877 92.773 20.486 93.636 21.926 C 95.256 29.571 98.706 21.527 98.304 23.647 C 96.736 29.482 102.175 27.044 103.437 22.27 C 103.974 21.408 108.464 21.641 106.879 19.931 L 106.867 19.929 C 105.711 19.83 104.347 20.822 103.306 20.097 C 100.598 17.925 98.321 22.809 96.037 23.313 C 95.582 22.857 95.775 21.741 95.395 21.145 C 94.573 19.464 92.482 19.627 91.478 20.97 C 91.228 21.167 91 21.29 91.181 20.838 C 92.128 19.072 90.976 18.897 89.827 20.274 C 89.074 21.146 84.269 24.194 85.403 21.319 C 87.061 20.032 86.114 16.457 86.983 17.991 C 87.645 19.068 88.306 17.397 88.397 16.795 C 88.365 16.442 88.118 16.264 88.238 15.89 C 88.422 14.406 87.428 15.966 87.359 15.171 C 87.293 14.849 86.943 14.441 86.744 14.502 C 85.653 17.013 84.703 14.013 84.347 15.447 C 84.329 16.062 86.025 16.711 84.99 17.349 C 84.297 17.933 84.777 18.625 85.474 17.912 C 85.937 17.408 85.744 18.615 85.618 18.742 C 82.837 22.267 82.171 22.92 77.616 24.411 C 75.026 21.818 75.613 18.97 78.054 17.685 C 78.246 17.562 78.564 17.37 78.773 17.401 C 79.115 17.451 78.499 18.724 78.972 19.36 C 79.286 19.831 80.125 19.806 80.408 19.428 C 82.28 14.28 76.483 13.684 74.465 17.786 C 73.502 19.894 73.529 21.546 74.038 22.659 C 73.379 23.783 68.621 28.541 68.185 25.469 C 68.48 21.793 71.741 16.674 66.361 19.186 C 64.464 20.071 63.101 21.206 62.011 23.117 C 54.558 20.08 46.982 19.628 39.147 22.025 C 33.618 23.218 28.351 26.769 22.496 27.386 C 17.139 18.335 50.716 -5.601 46.684 5.861 C 46.132 7.429 43.07 9.282 44.298 10.62 C 45.314 11.726 48.837 9.396 49.357 6.497 C 52.537 -11.247 24.119 12.27 20.373 18.823 C 17.068 24.604 17.029 28.537 23.792 30.549 Z M 100.378 22.556 C 100.855 21.678 101.796 21.268 101.807 22.575 C 101.751 23.535 99.613 25.893 99.573 24.486 L 99.573 24.475 C 99.605 23.862 100.024 23.115 100.378 22.555 Z M 67.308 21.938 C 66.929 22.983 66.455 23.648 65.697 24.598 C 65.412 24.977 63.749 25.818 63.526 25.073 C 63.043 23.458 68.595 18.39 67.308 21.938 Z M 120.496 56.584 L 120.488 56.59 C 119.264 58.01 117.236 58.31 115.909 56.837 C 114.759 55.801 113.943 57.369 113.124 58.019 C 111.667 59.258 113.189 55.324 111.389 55.586 C 110.065 55.906 108.344 59.44 108.04 59.241 C 110.89 50.498 105.68 55.248 101.145 59.461 C 100.916 59.621 100.835 59.512 100.872 59.284 C 101.147 58.115 101.563 56.925 101.882 55.748 C 103.611 51.498 108.414 49.591 108.248 44.03 C 108.076 30.997 103.066 48.409 101.516 53.447 C 101.334 53.822 98.392 56.631 98.162 56.079 C 98.127 55.439 98.669 54.668 98.406 54.058 C 96.686 51.902 93.096 54.807 92.22 56.654 C 91.695 57.604 91.283 58.742 91.425 59.795 C 91.54 60.657 93.98 59.897 95.654 58.03 C 95.94 57.791 96.082 57.859 96.079 58.287 C 95.972 60.92 97.624 59.806 98.589 58.37 C 99.281 57.682 100.159 56.557 100.841 56.054 C 99.828 58.586 96.169 63.374 98.526 64.832 C 99.545 65.173 100.069 63.491 100.724 62.881 C 100.637 62.78 109.684 52.774 107.958 56.65 C 105.458 60.885 105.43 65.136 110.04 58.74 C 111.78 56.09 110.233 61 112.541 59.583 C 113.351 59.225 114.089 57.233 115.087 57.835 C 117.863 61.401 122.545 55.836 120.496 56.583 Z M 106.91 41.479 L 106.913 41.491 C 107.769 45.96 103.852 51.567 102.894 52.202 C 103.038 51.587 106.423 39.595 106.91 41.479 Z M 96.452 55.483 L 96.444 55.493 C 95.484 56.538 94.242 58.49 92.982 59.004 C 92.934 58.919 93.006 58.692 93.047 58.568 C 93.545 57.052 94.695 55.285 95.87 54.455 C 96.778 53.928 96.994 54.866 96.451 55.483 Z M 97.928 45.03 C 99.811 39.749 98.124 34.38 92.29 32.914 C 90.94 32.599 89.553 32.741 88.243 32.989 C 85.732 33.433 83.54 34.369 81.386 35.319 C 81.25 35.379 81.332 35.584 81.469 35.536 C 82.021 35.346 82.586 35.194 83.156 35.067 C 84.282 34.817 85.441 34.676 86.588 34.681 C 88.238 34.657 89.765 35.139 91.108 36.036 C 91.886 36.515 92.461 37.173 92.926 37.929 C 93.15 38.285 93.366 38.641 93.572 39.005 C 94.255 40.185 94.601 41.385 94.754 42.852 C 94.979 45.002 94.63 47.227 93.752 49.222 C 91.635 54.138 87.067 58.307 81.712 59.187 C 83.442 55.388 85.248 51.631 87.51 48.091 C 88.555 46.457 89.673 44.871 90.842 43.324 C 91.097 42.987 90.959 42.465 90.612 42.254 C 90.224 42.019 89.765 42.178 89.507 42.517 C 85.592 47.672 82.418 53.271 80.175 59.346 C 80.117 59.349 80.06 59.352 80.001 59.354 C 79.577 59.37 79.154 59.343 78.74 59.278 C 81.516 53.26 84.72 47.453 88.646 42.102 C 88.924 41.721 88.828 41.178 88.436 40.916 C 88.053 40.66 87.536 40.763 87.28 41.146 C 84.647 45.086 82.333 49.238 80.321 53.525 C 79.46 55.359 78.653 57.213 77.885 59.083 C 77.342 58.92 76.826 58.687 76.362 58.388 C 79.077 52.09 82.372 46.061 86.812 40.813 C 87.132 40.437 87.073 39.865 86.684 39.561 C 86.306 39.264 85.76 39.332 85.463 39.712 C 81.208 45.157 78.092 51.373 75.602 57.794 C 74.688 56.932 74.121 55.745 74.188 54.311 C 74.228 53.632 73.572 53.078 72.911 53.243 C 72.345 53.374 71.995 53.945 72.133 54.51 C 72.4 55.833 73.001 57.106 73.952 58.07 C 74.314 58.44 74.711 58.758 75.131 59.028 C 74.998 59.383 74.867 59.737 74.738 60.093 C 73.865 62.494 73.063 64.918 72.306 67.353 C 72.264 67.49 72.336 67.638 72.472 67.686 C 72.612 67.736 72.764 67.662 72.814 67.523 C 73.775 64.818 74.793 62.117 75.907 59.458 C 76.418 59.701 76.957 59.882 77.511 60.005 C 76.628 62.199 75.797 64.414 75 66.635 C 74.952 66.769 75.018 66.92 75.151 66.974 C 75.288 67.03 75.444 66.964 75.5 66.826 C 76.401 64.58 77.345 62.349 78.343 60.144 C 78.601 60.174 78.861 60.194 79.122 60.2 C 79.373 60.204 79.623 60.197 79.873 60.183 C 79.207 62.059 78.588 63.956 78.072 65.878 C 77.976 66.237 78.456 66.34 78.6 66.032 C 79.536 64.032 80.431 62.014 81.338 60.006 C 81.652 59.952 81.965 59.89 82.273 59.822 C 89.511 58.039 95.395 51.968 97.927 45.027 Z\" fill=\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198)) /* {&quot;name&quot;:&quot;ocre-1.5&quot;} */\"></path></svg>',svgContentId:10615674910}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7yctez\",layoutDependency:layoutDependency,layoutId:\"pVb4sCdO3\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1evljh9-container\",layoutDependency:layoutDependency,layoutId:\"x7c_bF4hD-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\",size:12,type:\"default\"},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",id:\"x7c_bF4hD\",layoutId:\"x7c_bF4hD\",options:{focus:{color:\"var(--token-1f42bcc6-fc2f-4739-aa17-b2ae2034fbbd, rgb(254, 221, 189))\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\",positionX:\"right\",positionY:\"center\"},className:\"framer-1ggslks\",\"data-framer-name\":\"menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"A9BpjOf9s\",onTap:onTap1p5zryu,...addPropertyOverrides({GDqbhktYm:{onTap:onTap1id5vnf},IGwIIhrcy:{onTap:onTap151d35q},jxxoeLvIv:{onTap:onTap1h63b7n},PCG7hp9HA:{onTap:onTapl21pf8},RzewlF02y:{background:{alt:\"\",positionX:\"right\",positionY:\"center\"},onTap:onTap1oy95yt},u1Ip6jO7x:{onTap:onTap1noxjdh},z4pa_0pvJ:{background:{alt:\"\",positionX:\"right\",positionY:\"center\"},onTap:onTap14b39cr}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)))\"},children:\"Menu\"})}),className:\"framer-1hsx15n\",fonts:[\"CUSTOM;Roc Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"agpOY4csJ\",style:{\"--extracted-r6o4lv\":\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{IGwIIhrcy:{\"--extracted-r6o4lv\":\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8))\"},PCG7hp9HA:{\"--extracted-r6o4lv\":\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8))\"},RzewlF02y:{\"--extracted-r6o4lv\":\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"},z4pa_0pvJ:{\"--extracted-r6o4lv\":\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IGwIIhrcy:{children:(_getLocalizedValue1=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8)))\"},children:\"Menu\"})})},jxxoeLvIv:{children:(_getLocalizedValue2=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)))\"},children:\"Fermer\"})})},PCG7hp9HA:{children:(_getLocalizedValue3=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8)))\"},children:\"Menu\"})})},RzewlF02y:{children:(_getLocalizedValue4=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198)))\"},children:\"Fermer\"})})},u1Ip6jO7x:{children:(_getLocalizedValue5=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)))\"},children:\"Fermer\"})})},z4pa_0pvJ:{children:(_getLocalizedValue6=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvYyBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Roc Grotesk Regular\", \"Roc Grotesk Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198)))\"},children:\"Fermer\"})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vp3v2e\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"VPVL9PuDT\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ruy4bh\",\"data-framer-name\":\"Ellipse 3\",layoutDependency:layoutDependency,layoutId:\"vlnYu_T71\",style:{backgroundColor:\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{PCG7hp9HA:{backgroundColor:\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8))\"},RzewlF02y:{backgroundColor:\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"},z4pa_0pvJ:{backgroundColor:\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o11rde\",\"data-framer-name\":\"Ellipse 4\",layoutDependency:layoutDependency,layoutId:\"Wqo8xDmOT\",style:{backgroundColor:\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{PCG7hp9HA:{backgroundColor:\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8))\"},RzewlF02y:{backgroundColor:\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"},z4pa_0pvJ:{backgroundColor:\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19zkcav\",\"data-framer-name\":\"Ellipse 5\",layoutDependency:layoutDependency,layoutId:\"DnhunNmPN\",style:{backgroundColor:\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{PCG7hp9HA:{backgroundColor:\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8))\"},RzewlF02y:{backgroundColor:\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"},z4pa_0pvJ:{backgroundColor:\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17tbaua\",\"data-framer-name\":\"Ellipse 2\",layoutDependency:layoutDependency,layoutId:\"LxLwycUt4\",style:{backgroundColor:\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{PCG7hp9HA:{backgroundColor:\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8))\"},RzewlF02y:{backgroundColor:\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"},z4pa_0pvJ:{backgroundColor:\"var(--token-7b22e53b-d99c-4bf5-98bc-aae0ffe200fb, rgb(255, 226, 198))\"}}})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-licqw5\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"XZ3qCKiP8\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wqx92h\",\"data-framer-name\":\"Ellipse 3\",layoutDependency:layoutDependency,layoutId:\"YWj9YigJ6\",style:{backgroundColor:\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jg4iww\",\"data-framer-name\":\"Ellipse 4\",layoutDependency:layoutDependency,layoutId:\"Yp4SkSOc_\",style:{backgroundColor:\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-msr6cl\",\"data-framer-name\":\"Ellipse 5\",layoutDependency:layoutDependency,layoutId:\"S900HkPCS\",style:{backgroundColor:\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16z4iii\",\"data-framer-name\":\"Ellipse 2\",layoutDependency:layoutDependency,layoutId:\"jabOXWbfv\",style:{backgroundColor:\"var(--token-d0942cac-2eb1-438b-8491-25d75e6f6d01, rgb(68, 20, 8))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}})]})]})]}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"sWNWZuc9Y\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1jx5kfm framer-132fyyv\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sWNWZuc9Y\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 87 52\"><path d=\"M 34.292 47.114 C 33.384 46.475 32.235 46.201 31.186 45.819 C 31.031 45.762 30.703 45.65 30.703 45.65 C 30.964 44.97 35.398 37.111 33.668 37.389 C 32.368 37.598 31.38 39.376 31.38 39.376 C 30.339 40.683 29.926 41.253 28.987 42.095 C 27.521 43.409 25.874 43.713 26.653 42.004 C 27.114 40.991 28.573 39.998 28.037 38.95 C 27.306 38.085 26.187 39.734 25.291 39.654 C 23.933 39.839 24.085 35.851 21.88 36.987 C 15.118 41.061 17.258 46.341 9.29 40.986 C 8.982 40.803 9.044 40.773 9.343 40.753 C 11.149 40.631 13.259 40.038 14.425 39.638 C 40.242 29.333 17.058 15.651 4.625 35.301 C 4.564 35.397 4.419 35.33 4.324 35.277 C 2.473 33.695 0.493 34.823 0.887 36.941 C 0.894 38.196 2.53 39.11 2.081 39.797 C 1.453 41.067 0.701 42.261 0.066 43.527 C -0.165 44.054 0.259 44.517 0.557 44.949 C 0.964 45.528 1.479 45.085 1.825 44.681 C 2.931 43.601 3.471 42.042 4.354 40.773 C 7.565 38.953 11.123 46.025 15.288 45.161 C 17.781 44.486 18.437 40.022 20.88 38.811 C 20.986 38.807 20.912 38.991 20.885 39.066 C 20.154 41.126 21.926 44.007 23.493 41.742 C 23.779 41.329 24.174 40.165 24.174 40.165 C 24.174 40.165 24.515 40.988 25.212 40.714 C 25.451 40.711 26.381 40.219 25.962 40.832 C 24.671 42.724 24.603 43.742 25.971 44.397 C 28.155 45.443 30.132 42.985 31.848 40.998 C 31.104 42.762 29.456 45.286 29.456 45.286 C 29.456 45.286 27.792 45.024 26.324 45.259 C 22.759 45.829 18.308 51.69 23.453 51.73 C 27.348 51.761 29.924 47.064 29.924 47.064 C 30.764 47.238 31.851 47.513 32.694 47.757 C 33.767 48.067 35.139 47.771 34.293 47.117 Z M 2.893 37.341 C 1.929 36.319 2.815 35.699 3.347 36.552 C 3.41 36.635 3.539 36.896 3.567 37.188 C 3.508 37.718 3.17 37.736 2.893 37.341 Z M 7.049 37.202 C 20.536 17.424 33.086 34.691 8.352 38.917 C 6.831 39.167 5.868 38.516 7.049 37.202 Z M 23.219 39.82 C 22.197 42.083 21.175 39.477 21.993 38.654 C 22.469 38.174 22.674 38.311 23.015 38.791 C 23.355 39.271 23.355 39.409 23.219 39.82 Z M 22.181 50.428 C 21.979 50.363 21.909 50.228 22.007 50.037 C 23.154 48.097 26.269 46.636 28.468 46.905 C 26.906 48.803 24.616 51.073 22.181 50.427 Z M 53.976 28.289 L 53.97 28.261 C 51.714 22.152 44.047 34.125 42.979 39.088 C 42.956 39.193 42.226 39.768 41.936 39.974 C 40.422 41.051 38.873 42.201 38.405 41.8 C 38.284 41.7 38.268 41.449 38.388 40.991 C 38.536 40.442 38.722 40.001 38.956 39.456 C 39.027 39.277 39.103 39.083 39.06 38.893 C 38.963 38.551 38.535 38.626 38.214 38.609 C 38.036 38.605 37.807 38.611 37.612 38.63 C 33.956 38.839 33.038 44.19 36.12 42.433 C 36.261 42.349 36.419 42.237 36.544 42.151 C 36.629 42.095 36.7 42.064 36.757 42.075 C 36.851 42.101 36.888 42.179 36.947 42.286 C 37.92 44.881 42.407 40.746 42.407 40.746 C 42.137 42.03 40.006 45.387 41.07 46.379 C 41.784 46.801 42.827 46.246 43.009 45.538 C 43.594 43.525 44.218 41.134 44.982 39.171 C 44.982 39.171 45.392 38.864 45.621 38.717 C 49.414 36.181 55.028 33.156 53.977 28.289 Z M 37.324 40.437 C 37.533 40.245 36.575 41.055 36.575 41.055 C 34.904 42.601 35.223 40.338 36.971 39.986 C 37.164 39.957 38.074 39.82 37.324 40.437 Z M 38.355 41.897 C 38.345 41.888 38.348 41.868 38.355 41.897 Z M 38.356 41.898 C 38.355 41.893 38.355 41.889 38.354 41.885 C 38.356 41.89 38.357 41.895 38.36 41.9 C 38.358 41.899 38.357 41.898 38.356 41.898 Z M 53.366 29.416 L 53.362 29.429 C 52.238 32.806 48.73 34.952 45.908 37.175 C 45.804 37.249 45.415 37.543 45.415 37.543 C 46.66 33.801 48.709 29.17 51.914 28.31 C 52.755 28.179 53.637 28.537 53.366 29.416 Z M 17.106 22.062 C 25.773 20.665 35.258 12.871 44.243 17.384 C 43.851 18.32 43.373 20.113 46.712 19.132 C 46.956 19.106 47.019 19.366 47.07 19.706 C 47.758 24.234 53.651 17.088 53.651 17.088 C 54.441 17.668 56.722 21.716 54.739 21.659 C 54.254 21.496 53.844 20.981 53.562 20.542 C 52.715 19.23 52.315 22.584 53.474 23.79 C 56.467 25.926 57.865 22.409 56.59 19.027 C 56.457 18.676 59.084 17.366 59.741 16.763 C 59.91 16.652 60.055 16.638 60.221 16.795 C 61.602 17.99 62.22 17.25 63.638 16.321 C 64.252 15.905 63.931 17.257 64.448 17.24 C 65.31 17.245 66.705 14.795 67.325 15.835 C 68.49 21.357 70.97 15.547 70.682 17.078 C 69.554 21.292 73.465 19.532 74.372 16.084 C 74.758 15.461 77.986 15.629 76.847 14.394 L 76.838 14.393 C 76.007 14.321 75.026 15.038 74.278 14.515 C 72.331 12.945 70.693 16.473 69.051 16.837 C 68.724 16.508 68.863 15.702 68.59 15.272 C 67.999 14.057 66.495 14.175 65.773 15.145 C 65.594 15.287 65.429 15.376 65.56 15.05 C 66.241 13.774 65.413 13.648 64.587 14.642 C 64.045 15.272 60.59 17.473 61.405 15.397 C 62.598 14.468 61.917 11.885 62.542 12.993 C 63.017 13.771 63.493 12.565 63.558 12.13 C 63.535 11.875 63.358 11.747 63.444 11.476 C 63.576 10.404 62.861 11.531 62.812 10.957 C 62.765 10.725 62.513 10.43 62.37 10.474 C 61.585 12.287 60.902 10.121 60.646 11.156 C 60.633 11.6 61.853 12.069 61.109 12.53 C 60.61 12.951 60.955 13.452 61.456 12.937 C 61.79 12.572 61.651 13.444 61.56 13.536 C 59.561 16.082 59.082 16.553 55.807 17.63 C 53.944 15.758 54.366 13.7 56.122 12.772 C 56.26 12.683 56.488 12.545 56.638 12.568 C 56.884 12.604 56.441 13.523 56.782 13.982 C 57.007 14.322 57.611 14.304 57.814 14.032 C 59.16 10.313 54.992 9.883 53.541 12.845 C 52.848 14.368 52.868 15.561 53.234 16.365 C 52.76 17.177 49.339 20.613 49.025 18.394 C 49.238 15.74 51.582 12.042 47.714 13.856 C 46.35 14.496 45.37 15.316 44.586 16.695 C 39.227 14.502 33.78 14.176 28.147 15.907 C 24.171 16.768 20.385 19.333 16.175 19.779 C 12.323 13.242 36.465 -4.045 33.566 4.233 C 33.169 5.365 30.967 6.704 31.851 7.67 C 32.581 8.469 35.115 6.786 35.488 4.693 C 37.775 -8.123 17.342 8.862 14.649 13.594 C 12.272 17.77 12.244 20.61 17.107 22.063 Z M 72.172 16.291 C 72.516 15.656 73.192 15.361 73.2 16.304 C 73.16 16.998 71.623 18.701 71.594 17.684 L 71.594 17.676 C 71.617 17.234 71.918 16.694 72.172 16.29 Z M 48.395 15.844 C 48.122 16.599 47.782 17.079 47.237 17.765 C 47.032 18.039 45.836 18.646 45.676 18.109 C 45.329 16.942 49.321 13.281 48.395 15.844 Z M 86.638 40.866 L 86.632 40.87 C 85.752 41.896 84.294 42.113 83.339 41.049 C 82.512 40.301 81.926 41.433 81.337 41.903 C 80.29 42.797 81.384 39.957 80.089 40.145 C 79.138 40.377 77.9 42.929 77.682 42.785 C 79.731 36.471 75.985 39.901 72.724 42.944 C 72.559 43.06 72.501 42.981 72.528 42.817 C 72.725 41.972 73.025 41.112 73.254 40.263 C 74.497 37.193 77.951 35.816 77.831 31.799 C 77.707 22.387 74.106 34.962 72.991 38.601 C 72.86 38.871 70.745 40.9 70.579 40.502 C 70.554 40.039 70.944 39.483 70.754 39.042 C 69.518 37.485 66.937 39.583 66.307 40.917 C 65.93 41.603 65.633 42.425 65.735 43.185 C 65.818 43.808 67.572 43.259 68.776 41.91 C 68.982 41.738 69.083 41.787 69.081 42.096 C 69.005 43.998 70.193 43.194 70.887 42.156 C 71.384 41.659 72.015 40.846 72.506 40.484 C 71.777 42.312 69.147 45.77 70.841 46.823 C 71.574 47.07 71.951 45.855 72.422 45.414 C 72.359 45.341 78.864 38.115 77.623 40.914 C 75.825 43.972 75.805 47.043 79.119 42.423 C 80.371 40.51 79.258 44.056 80.918 43.032 C 81.5 42.773 82.031 41.335 82.748 41.77 C 84.745 44.345 88.111 40.326 86.638 40.865 Z M 76.869 29.957 L 76.871 29.966 C 77.487 33.193 74.67 37.243 73.982 37.701 C 74.085 37.257 76.519 28.597 76.869 29.957 Z M 69.35 40.071 L 69.344 40.078 C 68.654 40.833 67.76 42.243 66.855 42.614 C 66.82 42.552 66.872 42.389 66.902 42.299 C 67.26 41.204 68.087 39.928 68.931 39.329 C 69.584 38.948 69.74 39.625 69.349 40.071 Z M 70.411 32.522 C 71.765 28.708 70.552 24.83 66.358 23.771 C 65.386 23.544 64.389 23.646 63.447 23.825 C 61.642 24.146 60.066 24.822 58.517 25.508 C 58.419 25.551 58.479 25.699 58.577 25.665 C 58.974 25.528 59.38 25.418 59.79 25.326 C 60.599 25.145 61.433 25.044 62.258 25.048 C 63.444 25.03 64.542 25.378 65.508 26.026 C 66.067 26.372 66.481 26.847 66.815 27.393 C 66.975 27.65 67.131 27.908 67.279 28.17 C 67.77 29.023 68.019 29.889 68.129 30.949 C 68.291 32.502 68.04 34.108 67.408 35.549 C 65.886 39.1 62.602 42.11 58.752 42.746 C 59.995 40.002 61.294 37.289 62.921 34.732 C 63.672 33.552 64.476 32.407 65.316 31.289 C 65.5 31.046 65.401 30.669 65.151 30.517 C 64.872 30.347 64.542 30.462 64.357 30.707 C 61.542 34.43 59.259 38.473 57.647 42.861 C 57.605 42.863 57.564 42.865 57.521 42.867 C 57.217 42.879 56.912 42.859 56.615 42.812 C 58.611 38.466 60.915 34.272 63.737 30.407 C 63.937 30.131 63.868 29.74 63.586 29.551 C 63.311 29.365 62.939 29.44 62.755 29.716 C 60.862 32.562 59.198 35.561 57.752 38.657 C 57.132 39.981 56.552 41.321 56 42.671 C 55.609 42.553 55.238 42.385 54.905 42.169 C 56.857 37.621 59.226 33.266 62.419 29.476 C 62.649 29.204 62.606 28.791 62.327 28.572 C 62.054 28.358 61.662 28.406 61.449 28.681 C 58.39 32.614 56.149 37.103 54.358 41.74 C 53.701 41.117 53.293 40.26 53.342 39.224 C 53.37 38.735 52.899 38.334 52.423 38.453 C 52.016 38.548 51.765 38.96 51.864 39.368 C 52.056 40.324 52.488 41.243 53.172 41.939 C 53.433 42.207 53.718 42.437 54.02 42.631 C 53.924 42.888 53.83 43.144 53.738 43.4 C 53.109 45.135 52.533 46.885 51.989 48.644 C 51.958 48.743 52.01 48.849 52.108 48.884 C 52.208 48.92 52.318 48.867 52.354 48.766 C 53.045 46.813 53.777 44.862 54.578 42.942 C 54.945 43.117 55.333 43.248 55.731 43.337 C 55.096 44.922 54.499 46.521 53.926 48.125 C 53.891 48.222 53.939 48.331 54.034 48.37 C 54.133 48.41 54.245 48.363 54.285 48.263 C 54.933 46.641 55.611 45.03 56.329 43.438 C 56.515 43.459 56.702 43.474 56.889 43.478 C 57.07 43.481 57.25 43.476 57.429 43.465 C 56.95 44.82 56.505 46.19 56.135 47.579 C 56.066 47.838 56.411 47.912 56.514 47.69 C 57.187 46.245 57.831 44.788 58.483 43.338 C 58.709 43.299 58.933 43.254 59.155 43.205 C 64.359 41.917 68.59 37.533 70.41 32.52 Z\" fill=\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)) /* {&quot;name&quot;:&quot;ocre-0&quot;} */\"></path></svg>',svgContentId:8672908539,withExternalLayout:true,...addPropertyOverrides({u1Ip6jO7x:{svgContentId:9323857513}},baseVariant,gestureVariant)})}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"Nj0ha2ZZT\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-87wik3 framer-132fyyv\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Nj0ha2ZZT\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 87 52\"><path d=\"M 34.292 47.114 C 33.384 46.475 32.235 46.201 31.186 45.819 C 31.031 45.762 30.703 45.65 30.703 45.65 C 30.964 44.97 35.398 37.111 33.668 37.389 C 32.368 37.598 31.38 39.376 31.38 39.376 C 30.339 40.683 29.926 41.253 28.987 42.095 C 27.521 43.409 25.874 43.713 26.653 42.004 C 27.114 40.991 28.573 39.998 28.037 38.95 C 27.306 38.085 26.187 39.734 25.291 39.654 C 23.933 39.839 24.085 35.851 21.88 36.987 C 15.118 41.061 17.258 46.341 9.29 40.986 C 8.982 40.803 9.044 40.773 9.343 40.753 C 11.149 40.631 13.259 40.038 14.425 39.638 C 40.242 29.333 17.058 15.651 4.625 35.301 C 4.564 35.397 4.419 35.33 4.324 35.277 C 2.473 33.695 0.493 34.823 0.887 36.941 C 0.894 38.196 2.53 39.11 2.081 39.797 C 1.453 41.067 0.701 42.261 0.066 43.527 C -0.165 44.054 0.259 44.517 0.557 44.949 C 0.964 45.528 1.479 45.085 1.825 44.681 C 2.931 43.601 3.471 42.042 4.354 40.773 C 7.565 38.953 11.123 46.025 15.288 45.161 C 17.781 44.486 18.437 40.022 20.88 38.811 C 20.986 38.807 20.912 38.991 20.885 39.066 C 20.154 41.126 21.926 44.007 23.493 41.742 C 23.779 41.329 24.174 40.165 24.174 40.165 C 24.174 40.165 24.515 40.988 25.212 40.714 C 25.451 40.711 26.381 40.219 25.962 40.832 C 24.671 42.724 24.603 43.742 25.971 44.397 C 28.155 45.443 30.132 42.985 31.848 40.998 C 31.104 42.762 29.456 45.286 29.456 45.286 C 29.456 45.286 27.792 45.024 26.324 45.259 C 22.759 45.829 18.308 51.69 23.453 51.73 C 27.348 51.761 29.924 47.064 29.924 47.064 C 30.764 47.238 31.851 47.513 32.694 47.757 C 33.767 48.067 35.139 47.771 34.293 47.117 Z M 2.893 37.341 C 1.929 36.319 2.815 35.699 3.347 36.552 C 3.41 36.635 3.539 36.896 3.567 37.188 C 3.508 37.718 3.17 37.736 2.893 37.341 Z M 7.049 37.202 C 20.536 17.424 33.086 34.691 8.352 38.917 C 6.831 39.167 5.868 38.516 7.049 37.202 Z M 23.219 39.82 C 22.197 42.083 21.175 39.477 21.993 38.654 C 22.469 38.174 22.674 38.311 23.015 38.791 C 23.355 39.271 23.355 39.409 23.219 39.82 Z M 22.181 50.428 C 21.979 50.363 21.909 50.228 22.007 50.037 C 23.154 48.097 26.269 46.636 28.468 46.905 C 26.906 48.803 24.616 51.073 22.181 50.427 Z M 53.976 28.289 L 53.97 28.261 C 51.714 22.152 44.047 34.125 42.979 39.088 C 42.956 39.193 42.226 39.768 41.936 39.974 C 40.422 41.051 38.873 42.201 38.405 41.8 C 38.284 41.7 38.268 41.449 38.388 40.991 C 38.536 40.442 38.722 40.001 38.956 39.456 C 39.027 39.277 39.103 39.083 39.06 38.893 C 38.963 38.551 38.535 38.626 38.214 38.609 C 38.036 38.605 37.807 38.611 37.612 38.63 C 33.956 38.839 33.038 44.19 36.12 42.433 C 36.261 42.349 36.419 42.237 36.544 42.151 C 36.629 42.095 36.7 42.064 36.757 42.075 C 36.851 42.101 36.888 42.179 36.947 42.286 C 37.92 44.881 42.407 40.746 42.407 40.746 C 42.137 42.03 40.006 45.387 41.07 46.379 C 41.784 46.801 42.827 46.246 43.009 45.538 C 43.594 43.525 44.218 41.134 44.982 39.171 C 44.982 39.171 45.392 38.864 45.621 38.717 C 49.414 36.181 55.028 33.156 53.977 28.289 Z M 37.324 40.437 C 37.533 40.245 36.575 41.055 36.575 41.055 C 34.904 42.601 35.223 40.338 36.971 39.986 C 37.164 39.957 38.074 39.82 37.324 40.437 Z M 38.355 41.897 C 38.345 41.888 38.348 41.868 38.355 41.897 Z M 38.356 41.898 C 38.355 41.893 38.355 41.889 38.354 41.885 C 38.356 41.89 38.357 41.895 38.36 41.9 C 38.358 41.899 38.357 41.898 38.356 41.898 Z M 53.366 29.416 L 53.362 29.429 C 52.238 32.806 48.73 34.952 45.908 37.175 C 45.804 37.249 45.415 37.543 45.415 37.543 C 46.66 33.801 48.709 29.17 51.914 28.31 C 52.755 28.179 53.637 28.537 53.366 29.416 Z M 17.106 22.062 C 25.773 20.665 35.258 12.871 44.243 17.384 C 43.851 18.32 43.373 20.113 46.712 19.132 C 46.956 19.106 47.019 19.366 47.07 19.706 C 47.758 24.234 53.651 17.088 53.651 17.088 C 54.441 17.668 56.722 21.716 54.739 21.659 C 54.254 21.496 53.844 20.981 53.562 20.542 C 52.715 19.23 52.315 22.584 53.474 23.79 C 56.467 25.926 57.865 22.409 56.59 19.027 C 56.457 18.676 59.084 17.366 59.741 16.763 C 59.91 16.652 60.055 16.638 60.221 16.795 C 61.602 17.99 62.22 17.25 63.638 16.321 C 64.252 15.905 63.931 17.257 64.448 17.24 C 65.31 17.245 66.705 14.795 67.325 15.835 C 68.49 21.357 70.97 15.547 70.682 17.078 C 69.554 21.292 73.465 19.532 74.372 16.084 C 74.758 15.461 77.986 15.629 76.847 14.394 L 76.838 14.393 C 76.007 14.321 75.026 15.038 74.278 14.515 C 72.331 12.945 70.693 16.473 69.051 16.837 C 68.724 16.508 68.863 15.702 68.59 15.272 C 67.999 14.057 66.495 14.175 65.773 15.145 C 65.594 15.287 65.429 15.376 65.56 15.05 C 66.241 13.774 65.413 13.648 64.587 14.642 C 64.045 15.272 60.59 17.473 61.405 15.397 C 62.598 14.468 61.917 11.885 62.542 12.993 C 63.017 13.771 63.493 12.565 63.558 12.13 C 63.535 11.875 63.358 11.747 63.444 11.476 C 63.576 10.404 62.861 11.531 62.812 10.957 C 62.765 10.725 62.513 10.43 62.37 10.474 C 61.585 12.287 60.902 10.121 60.646 11.156 C 60.633 11.6 61.853 12.069 61.109 12.53 C 60.61 12.951 60.955 13.452 61.456 12.937 C 61.79 12.572 61.651 13.444 61.56 13.536 C 59.561 16.082 59.082 16.553 55.807 17.63 C 53.944 15.758 54.366 13.7 56.122 12.772 C 56.26 12.683 56.488 12.545 56.638 12.568 C 56.884 12.604 56.441 13.523 56.782 13.982 C 57.007 14.322 57.611 14.304 57.814 14.032 C 59.16 10.313 54.992 9.883 53.541 12.845 C 52.848 14.368 52.868 15.561 53.234 16.365 C 52.76 17.177 49.339 20.613 49.025 18.394 C 49.238 15.74 51.582 12.042 47.714 13.856 C 46.35 14.496 45.37 15.316 44.586 16.695 C 39.227 14.502 33.78 14.176 28.147 15.907 C 24.171 16.768 20.385 19.333 16.175 19.779 C 12.323 13.242 36.465 -4.045 33.566 4.233 C 33.169 5.365 30.967 6.704 31.851 7.67 C 32.581 8.469 35.115 6.786 35.488 4.693 C 37.775 -8.123 17.342 8.862 14.649 13.594 C 12.272 17.77 12.244 20.61 17.107 22.063 Z M 72.172 16.291 C 72.516 15.656 73.192 15.361 73.2 16.304 C 73.16 16.998 71.623 18.701 71.594 17.684 L 71.594 17.676 C 71.617 17.234 71.918 16.694 72.172 16.29 Z M 48.395 15.844 C 48.122 16.599 47.782 17.079 47.237 17.765 C 47.032 18.039 45.836 18.646 45.676 18.109 C 45.329 16.942 49.321 13.281 48.395 15.844 Z M 86.638 40.866 L 86.632 40.87 C 85.752 41.896 84.294 42.113 83.339 41.049 C 82.512 40.301 81.926 41.433 81.337 41.903 C 80.29 42.797 81.384 39.957 80.089 40.145 C 79.138 40.377 77.9 42.929 77.682 42.785 C 79.731 36.471 75.985 39.901 72.724 42.944 C 72.559 43.06 72.501 42.981 72.528 42.817 C 72.725 41.972 73.025 41.112 73.254 40.263 C 74.497 37.193 77.951 35.816 77.831 31.799 C 77.707 22.387 74.106 34.962 72.991 38.601 C 72.86 38.871 70.745 40.9 70.579 40.502 C 70.554 40.039 70.944 39.483 70.754 39.042 C 69.518 37.485 66.937 39.583 66.307 40.917 C 65.93 41.603 65.633 42.425 65.735 43.185 C 65.818 43.808 67.572 43.259 68.776 41.91 C 68.982 41.738 69.083 41.787 69.081 42.096 C 69.005 43.998 70.193 43.194 70.887 42.156 C 71.384 41.659 72.015 40.846 72.506 40.484 C 71.777 42.312 69.147 45.77 70.841 46.823 C 71.574 47.07 71.951 45.855 72.422 45.414 C 72.359 45.341 78.864 38.115 77.623 40.914 C 75.825 43.972 75.805 47.043 79.119 42.423 C 80.371 40.51 79.258 44.056 80.918 43.032 C 81.5 42.773 82.031 41.335 82.748 41.77 C 84.745 44.345 88.111 40.326 86.638 40.865 Z M 76.869 29.957 L 76.871 29.966 C 77.487 33.193 74.67 37.243 73.982 37.701 C 74.085 37.257 76.519 28.597 76.869 29.957 Z M 69.35 40.071 L 69.344 40.078 C 68.654 40.833 67.76 42.243 66.855 42.614 C 66.82 42.552 66.872 42.389 66.902 42.299 C 67.26 41.204 68.087 39.928 68.931 39.329 C 69.584 38.948 69.74 39.625 69.349 40.071 Z M 70.411 32.522 C 71.765 28.708 70.552 24.83 66.358 23.771 C 65.386 23.544 64.389 23.646 63.447 23.825 C 61.642 24.146 60.066 24.822 58.517 25.508 C 58.419 25.551 58.479 25.699 58.577 25.665 C 58.974 25.528 59.38 25.418 59.79 25.326 C 60.599 25.145 61.433 25.044 62.258 25.048 C 63.444 25.03 64.542 25.378 65.508 26.026 C 66.067 26.372 66.481 26.847 66.815 27.393 C 66.975 27.65 67.131 27.908 67.279 28.17 C 67.77 29.023 68.019 29.889 68.129 30.949 C 68.291 32.502 68.04 34.108 67.408 35.549 C 65.886 39.1 62.602 42.11 58.752 42.746 C 59.995 40.002 61.294 37.289 62.921 34.732 C 63.672 33.552 64.476 32.407 65.316 31.289 C 65.5 31.046 65.401 30.669 65.151 30.517 C 64.872 30.347 64.542 30.462 64.357 30.707 C 61.542 34.43 59.259 38.473 57.647 42.861 C 57.605 42.863 57.564 42.865 57.521 42.867 C 57.217 42.879 56.912 42.859 56.615 42.812 C 58.611 38.466 60.915 34.272 63.737 30.407 C 63.937 30.131 63.868 29.74 63.586 29.551 C 63.311 29.365 62.939 29.44 62.755 29.716 C 60.862 32.562 59.198 35.561 57.752 38.657 C 57.132 39.981 56.552 41.321 56 42.671 C 55.609 42.553 55.238 42.385 54.905 42.169 C 56.857 37.621 59.226 33.266 62.419 29.476 C 62.649 29.204 62.606 28.791 62.327 28.572 C 62.054 28.358 61.662 28.406 61.449 28.681 C 58.39 32.614 56.149 37.103 54.358 41.74 C 53.701 41.117 53.293 40.26 53.342 39.224 C 53.37 38.735 52.899 38.334 52.423 38.453 C 52.016 38.548 51.765 38.96 51.864 39.368 C 52.056 40.324 52.488 41.243 53.172 41.939 C 53.433 42.207 53.718 42.437 54.02 42.631 C 53.924 42.888 53.83 43.144 53.738 43.4 C 53.109 45.135 52.533 46.885 51.989 48.644 C 51.958 48.743 52.01 48.849 52.108 48.884 C 52.208 48.92 52.318 48.867 52.354 48.766 C 53.045 46.813 53.777 44.862 54.578 42.942 C 54.945 43.117 55.333 43.248 55.731 43.337 C 55.096 44.922 54.499 46.521 53.926 48.125 C 53.891 48.222 53.939 48.331 54.034 48.37 C 54.133 48.41 54.245 48.363 54.285 48.263 C 54.933 46.641 55.611 45.03 56.329 43.438 C 56.515 43.459 56.702 43.474 56.889 43.478 C 57.07 43.481 57.25 43.476 57.429 43.465 C 56.95 44.82 56.505 46.19 56.135 47.579 C 56.066 47.838 56.411 47.912 56.514 47.69 C 57.187 46.245 57.831 44.788 58.483 43.338 C 58.709 43.299 58.933 43.254 59.155 43.205 C 64.359 41.917 68.59 37.533 70.41 32.52 Z\" fill=\"var(--token-bb8a2e72-82d8-4884-9e56-c9e098dca8b2, rgb(255, 237, 221)) /* {&quot;name&quot;:&quot;ocre-0&quot;} */\"></path></svg>',svgContentId:8672908539,withExternalLayout:true,...addPropertyOverrides({jxxoeLvIv:{svgContentId:9323857513}},baseVariant,gestureVariant)})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rkqv4y\",\"data-framer-name\":\"items\",layoutDependency:layoutDependency,layoutId:\"I15D81lSn\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xv3aqm\",\"data-framer-name\":\"item\",layoutDependency:layoutDependency,layoutId:\"PYaknAuik\",children:isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({jxxoeLvIv:{height:84,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-20-1e3)/2+0+0)+0+99+0+0+0},RzewlF02y:{height:84,width:\"1200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+105+0+0+0},u1Ip6jO7x:{height:84,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-20-1e3)/2+0+0)+0+99+0+0+0},z4pa_0pvJ:{height:84,width:\"1200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+105+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-zzor9l-container\",\"data-framer-appear-id\":\"zzor9l\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"WHmSYKZ1e-container\",optimized:true,children:/*#__PURE__*/_jsx(HeaderMenuItem,{height:\"100%\",id:\"WHmSYKZ1e\",kWqWWKyym:(_getLocalizedValue=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Home\",layoutId:\"WHmSYKZ1e\",sRMzUeMx3:resolvedLinks[0],style:{height:\"100%\",width:\"100%\"},variant:\"oTMPN9MVA\",width:\"100%\",...addPropertyOverrides({jxxoeLvIv:{sRMzUeMx3:resolvedLinks[3],variant:\"X19crw9Rt\"},RzewlF02y:{sRMzUeMx3:resolvedLinks[1]},u1Ip6jO7x:{sRMzUeMx3:resolvedLinks[2],variant:\"X19crw9Rt\"},z4pa_0pvJ:{sRMzUeMx3:resolvedLinks[4]}},baseVariant,gestureVariant)})})});}})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iub2d3\",\"data-framer-name\":\"item\",layoutDependency:layoutDependency,layoutId:\"VzYp1sUU_\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DddFP9n5P\"},implicitPathVariables:undefined},{href:{webPageId:\"DddFP9n5P\"},implicitPathVariables:undefined},{href:{webPageId:\"DddFP9n5P\"},implicitPathVariables:undefined},{href:{webPageId:\"DddFP9n5P\"},implicitPathVariables:undefined},{href:{webPageId:\"DddFP9n5P\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:84,width:\"1200px\",...addPropertyOverrides({jxxoeLvIv:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-20-1e3)/2+0+0)+0+99+0+89+0},RzewlF02y:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+105+0+144+0},u1Ip6jO7x:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-20-1e3)/2+0+0)+0+99+0+89+0},z4pa_0pvJ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+105+0+144+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-by6iey-container\",\"data-framer-appear-id\":\"by6iey\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"u7mqwVU4A-container\",optimized:true,children:/*#__PURE__*/_jsx(HeaderMenuItem,{height:\"100%\",id:\"u7mqwVU4A\",kWqWWKyym:(_getLocalizedValue=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Casino Royal Palm\",layoutId:\"u7mqwVU4A\",sRMzUeMx3:resolvedLinks1[0],style:{height:\"100%\",width:\"100%\"},variant:\"oTMPN9MVA\",width:\"100%\",...addPropertyOverrides({jxxoeLvIv:{sRMzUeMx3:resolvedLinks1[3],variant:\"X19crw9Rt\"},RzewlF02y:{sRMzUeMx3:resolvedLinks1[1]},u1Ip6jO7x:{sRMzUeMx3:resolvedLinks1[2],variant:\"X19crw9Rt\"},z4pa_0pvJ:{sRMzUeMx3:resolvedLinks1[4]}},baseVariant,gestureVariant)})})});}})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-rudna7\",\"data-framer-name\":\"item\",layoutDependency:layoutDependency,layoutId:\"jK4krhyab\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LZdKijlwP\"},implicitPathVariables:undefined},{href:{webPageId:\"LZdKijlwP\"},implicitPathVariables:undefined},{href:{webPageId:\"LZdKijlwP\"},implicitPathVariables:undefined},{href:{webPageId:\"LZdKijlwP\"},implicitPathVariables:undefined},{href:{webPageId:\"LZdKijlwP\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:84,width:\"1200px\",...addPropertyOverrides({jxxoeLvIv:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-20-1e3)/2+0+0)+0+99+0+178+0},RzewlF02y:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+105+0+288+0},u1Ip6jO7x:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-20-1e3)/2+0+0)+0+99+0+178+0},z4pa_0pvJ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+105+0+288+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-1hl31xq-container\",\"data-framer-appear-id\":\"1hl31xq\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"j7GsUaumj-container\",optimized:true,children:/*#__PURE__*/_jsx(HeaderMenuItem,{height:\"100%\",id:\"j7GsUaumj\",kWqWWKyym:(_getLocalizedValue=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Histoire\",layoutId:\"j7GsUaumj\",sRMzUeMx3:resolvedLinks2[0],style:{height:\"100%\",width:\"100%\"},variant:\"oTMPN9MVA\",width:\"100%\",...addPropertyOverrides({jxxoeLvIv:{sRMzUeMx3:resolvedLinks2[3],variant:\"X19crw9Rt\"},RzewlF02y:{sRMzUeMx3:resolvedLinks2[1]},u1Ip6jO7x:{sRMzUeMx3:resolvedLinks2[2],variant:\"X19crw9Rt\"},z4pa_0pvJ:{sRMzUeMx3:resolvedLinks2[4]}},baseVariant,gestureVariant)})})});}})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-80ea8e\",\"data-framer-name\":\"item\",layoutDependency:layoutDependency,layoutId:\"ZX2scbwFl\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gy_ydcNv9\"},implicitPathVariables:undefined},{href:{webPageId:\"gy_ydcNv9\"},implicitPathVariables:undefined},{href:{webPageId:\"gy_ydcNv9\"},implicitPathVariables:undefined},{href:{webPageId:\"gy_ydcNv9\"},implicitPathVariables:undefined},{href:{webPageId:\"gy_ydcNv9\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:84,width:\"1200px\",...addPropertyOverrides({jxxoeLvIv:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-20-1e3)/2+0+0)+0+99+0+267+0},RzewlF02y:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+105+0+432+0},u1Ip6jO7x:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-20-1e3)/2+0+0)+0+99+0+267+0},z4pa_0pvJ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+105+0+432+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-192oezz-container\",\"data-framer-appear-id\":\"192oezz\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"XWklPU1iD-container\",optimized:true,children:/*#__PURE__*/_jsx(HeaderMenuItem,{height:\"100%\",id:\"XWklPU1iD\",kWqWWKyym:(_getLocalizedValue=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Palm Beach\",layoutId:\"XWklPU1iD\",sRMzUeMx3:resolvedLinks3[0],style:{height:\"100%\",width:\"100%\"},variant:\"oTMPN9MVA\",width:\"100%\",...addPropertyOverrides({jxxoeLvIv:{sRMzUeMx3:resolvedLinks3[3],variant:\"X19crw9Rt\"},RzewlF02y:{sRMzUeMx3:resolvedLinks3[1]},u1Ip6jO7x:{sRMzUeMx3:resolvedLinks3[2],variant:\"X19crw9Rt\"},z4pa_0pvJ:{sRMzUeMx3:resolvedLinks3[4]}},baseVariant,gestureVariant)})})});}})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation7,className:\"framer-1wpdgcw\",\"data-framer-appear-id\":\"1wpdgcw\",\"data-framer-name\":\"background\",initial:animation8,layoutDependency:layoutDependency,layoutId:\"fdj2IpBcg\",optimized:true,style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(50, 12, 1, 0.85)\",WebkitBackdropFilter:\"blur(10px)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-C65SX.framer-132fyyv, .framer-C65SX .framer-132fyyv { display: block; }\",\".framer-C65SX.framer-1kpj9vn { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: 1200px; }\",\".framer-C65SX .framer-15tg7xd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 8; }\",\".framer-C65SX .framer-12vtk8s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 95px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-C65SX .framer-dz7y9a { flex: none; height: 72px; position: relative; text-decoration: none; width: 121px; }\",\".framer-C65SX .framer-7yctez { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 235px; }\",\".framer-C65SX .framer-1evljh9-container { flex: none; height: auto; position: relative; width: 100px; }\",\".framer-C65SX .framer-1ggslks { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 40px; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-C65SX .framer-1hsx15n { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-C65SX .framer-vp3v2e { aspect-ratio: 1.1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); overflow: visible; position: relative; width: 33px; z-index: 1; }\",\".framer-C65SX .framer-ruy4bh { flex: none; height: 14px; left: 1px; position: absolute; top: 16px; width: 14px; }\",\".framer-C65SX .framer-1o11rde { flex: none; height: 10px; left: 3px; position: absolute; top: 0px; width: 10px; }\",\".framer-C65SX .framer-19zkcav { flex: none; height: 10px; left: 21px; position: absolute; top: 20px; width: 10px; }\",\".framer-C65SX .framer-17tbaua { flex: none; height: 14px; left: 19px; position: absolute; top: 1px; width: 14px; }\",\".framer-C65SX .framer-licqw5 { aspect-ratio: 1.1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 26px; z-index: 1; }\",\".framer-C65SX .framer-1wqx92h { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 11px); left: 1px; position: absolute; top: 12px; width: 11px; }\",\".framer-C65SX .framer-1jg4iww { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); left: 3px; position: absolute; top: 2px; width: 8px; }\",\".framer-C65SX .framer-msr6cl { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); left: 17px; position: absolute; top: 14px; width: 8px; }\",\".framer-C65SX .framer-16z4iii { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 11px); left: 15px; position: absolute; top: 0px; width: 11px; }\",\".framer-C65SX .framer-1jx5kfm, .framer-C65SX .framer-87wik3 { flex: none; height: 52px; position: relative; text-decoration: none; width: 87px; z-index: 10; }\",\".framer-C65SX .framer-1rkqv4y { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C65SX .framer-1xv3aqm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 65px; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-C65SX .framer-zzor9l-container, .framer-C65SX .framer-by6iey-container, .framer-C65SX .framer-1hl31xq-container, .framer-C65SX .framer-192oezz-container { flex: none; height: 84px; position: relative; width: 1200px; }\",\".framer-C65SX .framer-1iub2d3, .framer-C65SX .framer-rudna7, .framer-C65SX .framer-80ea8e { 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: 1200px; }\",\".framer-C65SX .framer-1wpdgcw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-C65SX.framer-1kpj9vn, .framer-C65SX .framer-15tg7xd, .framer-C65SX .framer-7yctez, .framer-C65SX .framer-1ggslks, .framer-C65SX .framer-1rkqv4y, .framer-C65SX .framer-1xv3aqm, .framer-C65SX .framer-1iub2d3, .framer-C65SX .framer-rudna7, .framer-C65SX .framer-80ea8e, .framer-C65SX .framer-1wpdgcw { gap: 0px; } .framer-C65SX.framer-1kpj9vn > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-C65SX.framer-1kpj9vn > :first-child, .framer-C65SX .framer-7yctez > :first-child, .framer-C65SX .framer-1ggslks > :first-child, .framer-C65SX .framer-1xv3aqm > :first-child, .framer-C65SX .framer-1iub2d3 > :first-child, .framer-C65SX .framer-rudna7 > :first-child, .framer-C65SX .framer-80ea8e > :first-child, .framer-C65SX .framer-1wpdgcw > :first-child { margin-left: 0px; } .framer-C65SX.framer-1kpj9vn > :last-child, .framer-C65SX .framer-7yctez > :last-child, .framer-C65SX .framer-1ggslks > :last-child, .framer-C65SX .framer-1xv3aqm > :last-child, .framer-C65SX .framer-1iub2d3 > :last-child, .framer-C65SX .framer-rudna7 > :last-child, .framer-C65SX .framer-80ea8e > :last-child, .framer-C65SX .framer-1wpdgcw > :last-child { margin-right: 0px; } .framer-C65SX .framer-15tg7xd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-C65SX .framer-15tg7xd > :first-child, .framer-C65SX .framer-1rkqv4y > :first-child { margin-top: 0px; } .framer-C65SX .framer-15tg7xd > :last-child, .framer-C65SX .framer-1rkqv4y > :last-child { margin-bottom: 0px; } .framer-C65SX .framer-7yctez > *, .framer-C65SX .framer-1xv3aqm > *, .framer-C65SX .framer-1iub2d3 > *, .framer-C65SX .framer-rudna7 > *, .framer-C65SX .framer-80ea8e > *, .framer-C65SX .framer-1wpdgcw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-C65SX .framer-1ggslks > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-C65SX .framer-1rkqv4y > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }\",\".framer-C65SX.framer-v-176m78q.framer-1kpj9vn, .framer-C65SX.framer-v-1f45hwf.framer-1kpj9vn { flex-direction: column; justify-content: flex-start; overflow: visible; }\",\".framer-C65SX.framer-v-176m78q .framer-15tg7xd, .framer-C65SX.framer-v-1f45hwf .framer-15tg7xd { height: min-content; order: 1; z-index: 9; }\",\".framer-C65SX.framer-v-176m78q .framer-dz7y9a, .framer-C65SX.framer-v-176m78q .framer-1hsx15n, .framer-C65SX.framer-v-4cc0dk .framer-1jx5kfm, .framer-C65SX.framer-v-1nq1l1i .framer-87wik3, .framer-C65SX.framer-v-1f45hwf .framer-dz7y9a, .framer-C65SX.framer-v-1f45hwf .framer-1hsx15n { order: 0; }\",\".framer-C65SX.framer-v-176m78q .framer-7yctez, .framer-C65SX.framer-v-176m78q .framer-vp3v2e, .framer-C65SX.framer-v-1f45hwf .framer-7yctez, .framer-C65SX.framer-v-1f45hwf .framer-vp3v2e { order: 1; }\",\".framer-C65SX.framer-v-176m78q .framer-1ggslks, .framer-C65SX.framer-v-1f45hwf .framer-1ggslks { gap: 10px; }\",\".framer-C65SX.framer-v-176m78q .framer-1rkqv4y, .framer-C65SX.framer-v-1f45hwf .framer-1rkqv4y { gap: 60px; }\",\".framer-C65SX.framer-v-176m78q .framer-1xv3aqm, .framer-C65SX.framer-v-1f45hwf .framer-1xv3aqm { min-height: unset; }\",\".framer-C65SX.framer-v-176m78q .framer-1wpdgcw, .framer-C65SX.framer-v-4cc0dk .framer-1wpdgcw, .framer-C65SX.framer-v-1nq1l1i .framer-1wpdgcw, .framer-C65SX.framer-v-1f45hwf .framer-1wpdgcw { order: 0; z-index: 8; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-C65SX.framer-v-176m78q.framer-1kpj9vn, .framer-C65SX.framer-v-176m78q .framer-1ggslks, .framer-C65SX.framer-v-176m78q .framer-1rkqv4y { gap: 0px; } .framer-C65SX.framer-v-176m78q.framer-1kpj9vn > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-C65SX.framer-v-176m78q.framer-1kpj9vn > :first-child, .framer-C65SX.framer-v-176m78q .framer-1rkqv4y > :first-child { margin-top: 0px; } .framer-C65SX.framer-v-176m78q.framer-1kpj9vn > :last-child, .framer-C65SX.framer-v-176m78q .framer-1rkqv4y > :last-child { margin-bottom: 0px; } .framer-C65SX.framer-v-176m78q .framer-1ggslks > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-C65SX.framer-v-176m78q .framer-1ggslks > :first-child { margin-left: 0px; } .framer-C65SX.framer-v-176m78q .framer-1ggslks > :last-child { margin-right: 0px; } .framer-C65SX.framer-v-176m78q .framer-1rkqv4y > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }\",\".framer-C65SX.framer-v-uhqsh7.framer-1kpj9vn, .framer-C65SX.framer-v-195yb5a.framer-1kpj9vn { width: 390px; }\",\".framer-C65SX.framer-v-uhqsh7 .framer-12vtk8s, .framer-C65SX.framer-v-195yb5a .framer-12vtk8s, .framer-C65SX.framer-v-4cc0dk .framer-12vtk8s, .framer-C65SX.framer-v-1nq1l1i .framer-12vtk8s { height: 75px; }\",\".framer-C65SX.framer-v-uhqsh7 .framer-dz7y9a, .framer-C65SX.framer-v-195yb5a .framer-dz7y9a { height: 52px; width: 87px; }\",\".framer-C65SX.framer-v-uhqsh7 .framer-7yctez, .framer-C65SX.framer-v-195yb5a .framer-7yctez { width: 229px; }\",\".framer-C65SX.framer-v-uhqsh7 .framer-vp3v2e, .framer-C65SX.framer-v-1nq1l1i .framer-vp3v2e { height: var(--framer-aspect-ratio-supported, 24px); width: 26px; }\",\".framer-C65SX.framer-v-uhqsh7 .framer-ruy4bh, .framer-C65SX.framer-v-4cc0dk .framer-ruy4bh, .framer-C65SX.framer-v-1nq1l1i .framer-ruy4bh { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 11px); top: 12px; width: 11px; }\",\".framer-C65SX.framer-v-uhqsh7 .framer-1o11rde, .framer-C65SX.framer-v-4cc0dk .framer-1o11rde, .framer-C65SX.framer-v-1nq1l1i .framer-1o11rde { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 8px); top: 2px; width: 8px; }\",\".framer-C65SX.framer-v-uhqsh7 .framer-19zkcav, .framer-C65SX.framer-v-4cc0dk .framer-19zkcav, .framer-C65SX.framer-v-1nq1l1i .framer-19zkcav { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 8px); left: 17px; top: 14px; width: 8px; }\",\".framer-C65SX.framer-v-uhqsh7 .framer-17tbaua, .framer-C65SX.framer-v-4cc0dk .framer-17tbaua, .framer-C65SX.framer-v-1nq1l1i .framer-17tbaua { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 11px); left: 15px; top: 0px; width: 11px; }\",\".framer-C65SX.framer-v-4cc0dk.framer-1kpj9vn, .framer-C65SX.framer-v-1nq1l1i.framer-1kpj9vn { flex-direction: column; overflow: visible; width: 390px; }\",\".framer-C65SX.framer-v-4cc0dk .framer-15tg7xd, .framer-C65SX.framer-v-1nq1l1i .framer-15tg7xd { gap: 24px; height: calc(var(--framer-viewport-height, 100vh) * 1); order: 1; z-index: 9; }\",\".framer-C65SX.framer-v-4cc0dk .framer-7yctez, .framer-C65SX.framer-v-1nq1l1i .framer-7yctez { order: 2; width: 229px; }\",\".framer-C65SX.framer-v-4cc0dk .framer-1evljh9-container, .framer-C65SX.framer-v-4cc0dk .framer-1hsx15n { z-index: 10; }\",\".framer-C65SX.framer-v-4cc0dk .framer-vp3v2e { height: var(--framer-aspect-ratio-supported, 24px); width: 26px; z-index: 10; }\",\".framer-C65SX.framer-v-4cc0dk .framer-1rkqv4y, .framer-C65SX.framer-v-1nq1l1i .framer-1rkqv4y { gap: 5px; }\",\".framer-C65SX.framer-v-4cc0dk .framer-1xv3aqm, .framer-C65SX.framer-v-1nq1l1i .framer-1xv3aqm { min-height: unset; width: 100%; }\",\".framer-C65SX.framer-v-4cc0dk .framer-zzor9l-container, .framer-C65SX.framer-v-4cc0dk .framer-by6iey-container, .framer-C65SX.framer-v-4cc0dk .framer-1hl31xq-container, .framer-C65SX.framer-v-4cc0dk .framer-192oezz-container, .framer-C65SX.framer-v-1nq1l1i .framer-zzor9l-container, .framer-C65SX.framer-v-1nq1l1i .framer-by6iey-container, .framer-C65SX.framer-v-1nq1l1i .framer-1hl31xq-container, .framer-C65SX.framer-v-1nq1l1i .framer-192oezz-container { flex: 1 0 0px; width: 1px; }\",\".framer-C65SX.framer-v-4cc0dk .framer-1iub2d3, .framer-C65SX.framer-v-4cc0dk .framer-rudna7, .framer-C65SX.framer-v-4cc0dk .framer-80ea8e, .framer-C65SX.framer-v-1nq1l1i .framer-1iub2d3, .framer-C65SX.framer-v-1nq1l1i .framer-rudna7, .framer-C65SX.framer-v-1nq1l1i .framer-80ea8e { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-C65SX.framer-v-4cc0dk.framer-1kpj9vn, .framer-C65SX.framer-v-4cc0dk .framer-15tg7xd, .framer-C65SX.framer-v-4cc0dk .framer-1rkqv4y { gap: 0px; } .framer-C65SX.framer-v-4cc0dk.framer-1kpj9vn > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-C65SX.framer-v-4cc0dk.framer-1kpj9vn > :first-child, .framer-C65SX.framer-v-4cc0dk .framer-15tg7xd > :first-child, .framer-C65SX.framer-v-4cc0dk .framer-1rkqv4y > :first-child { margin-top: 0px; } .framer-C65SX.framer-v-4cc0dk.framer-1kpj9vn > :last-child, .framer-C65SX.framer-v-4cc0dk .framer-15tg7xd > :last-child, .framer-C65SX.framer-v-4cc0dk .framer-1rkqv4y > :last-child { margin-bottom: 0px; } .framer-C65SX.framer-v-4cc0dk .framer-15tg7xd > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-C65SX.framer-v-4cc0dk .framer-1rkqv4y > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-C65SX.framer-v-1nq1l1i.framer-1kpj9vn, .framer-C65SX.framer-v-1nq1l1i .framer-15tg7xd, .framer-C65SX.framer-v-1nq1l1i .framer-1rkqv4y { gap: 0px; } .framer-C65SX.framer-v-1nq1l1i.framer-1kpj9vn > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-C65SX.framer-v-1nq1l1i.framer-1kpj9vn > :first-child, .framer-C65SX.framer-v-1nq1l1i .framer-15tg7xd > :first-child, .framer-C65SX.framer-v-1nq1l1i .framer-1rkqv4y > :first-child { margin-top: 0px; } .framer-C65SX.framer-v-1nq1l1i.framer-1kpj9vn > :last-child, .framer-C65SX.framer-v-1nq1l1i .framer-15tg7xd > :last-child, .framer-C65SX.framer-v-1nq1l1i .framer-1rkqv4y > :last-child { margin-bottom: 0px; } .framer-C65SX.framer-v-1nq1l1i .framer-15tg7xd > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-C65SX.framer-v-1nq1l1i .framer-1rkqv4y > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-C65SX.framer-v-1f45hwf.framer-1kpj9vn, .framer-C65SX.framer-v-1f45hwf .framer-1ggslks, .framer-C65SX.framer-v-1f45hwf .framer-1rkqv4y { gap: 0px; } .framer-C65SX.framer-v-1f45hwf.framer-1kpj9vn > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-C65SX.framer-v-1f45hwf.framer-1kpj9vn > :first-child, .framer-C65SX.framer-v-1f45hwf .framer-1rkqv4y > :first-child { margin-top: 0px; } .framer-C65SX.framer-v-1f45hwf.framer-1kpj9vn > :last-child, .framer-C65SX.framer-v-1f45hwf .framer-1rkqv4y > :last-child { margin-bottom: 0px; } .framer-C65SX.framer-v-1f45hwf .framer-1ggslks > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-C65SX.framer-v-1f45hwf .framer-1ggslks > :first-child { margin-left: 0px; } .framer-C65SX.framer-v-1f45hwf .framer-1ggslks > :last-child { margin-right: 0px; } .framer-C65SX.framer-v-1f45hwf .framer-1rkqv4y > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 115\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"RzewlF02y\":{\"layout\":[\"fixed\",\"auto\"]},\"GDqbhktYm\":{\"layout\":[\"fixed\",\"auto\"]},\"PCG7hp9HA\":{\"layout\":[\"fixed\",\"auto\"]},\"IGwIIhrcy\":{\"layout\":[\"fixed\",\"auto\"]},\"u1Ip6jO7x\":{\"layout\":[\"fixed\",\"auto\"]},\"jxxoeLvIv\":{\"layout\":[\"fixed\",\"auto\"]},\"z4pa_0pvJ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhSs5A23jF=withCSS(Component,css,\"framer-C65SX\");export default FramerhSs5A23jF;FramerhSs5A23jF.displayName=\"Header\";FramerhSs5A23jF.defaultProps={height:115,width:1200};addPropertyControls(FramerhSs5A23jF,{variant:{options:[\"zsFCBzeI4\",\"RzewlF02y\",\"GDqbhktYm\",\"PCG7hp9HA\",\"IGwIIhrcy\",\"u1Ip6jO7x\",\"jxxoeLvIv\",\"z4pa_0pvJ\"],optionTitles:[\"Desktop\",\"Desktop - menu\",\"Phone\",\"Desktop - Fond Clair\",\"Phone - Fond Clair\",\"Phone - menu\",\"Phone - menu fond clair\",\"Desktop - menu fonc clair\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhSs5A23jF,[{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:\"Roc Grotesk Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/90ibB7ImWijGbwgJg8QAHHcbLY.woff2\"}]},...LocaleSelectorFonts,...HeaderMenuItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhSs5A23jF\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RzewlF02y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GDqbhktYm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PCG7hp9HA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IGwIIhrcy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u1Ip6jO7x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jxxoeLvIv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"z4pa_0pvJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"115\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getBorderStyle", "e", "t", "o", "d", "r", "i", "l", "h", "b", "borderControls", "ControlType", "getFocusStyle", "color", "width", "style", "offset", "result", "focusControls", "ControlType", "getHoverStyle", "fillColor", "textColor", "borderColor", "hoverControls", "ControlType", "getPaddingStyle", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControls", "ControlType", "getRadiusStyle", "radius", "radiusPerCorner", "radiusTopLeft", "radiusTopRight", "radiusBottomRight", "radiusBottomLeft", "result", "radiusControls", "ControlType", "className", "IconType", "Icon", "type", "color", "image", "size", "p", "CaretType", "Caret", "LocaleSelector", "withCSS", "font", "fillColor", "textColor", "icon", "caret", "title", "gap", "border", "hover", "focus", "style", "props", "id", "ae", "activeLocale", "locales", "setLocale", "useLocaleInfo", "_activeLocale_id", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "_selectedLocale_name", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "hSs5A23jF_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "__FramerMetadata__", "valuesByLocaleId", "hSs5A23jF_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "f5xQVrEAZ_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "__FramerMetadata__", "valuesByLocaleId", "f5xQVrEAZ_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "labelPage", "link", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kWqWWKyym", "sRMzUeMx3", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "LayoutGroup", "Link", "cx", "RichText2", "getLocalizedValue", "css", "Framerf5xQVrEAZ", "withCSS", "f5xQVrEAZ_default", "addPropertyControls", "ControlType", "addFonts", "LocaleSelectorFonts", "getFonts", "LocaleSelector_default", "HeaderMenuItemFonts", "f5xQVrEAZ_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "transition3", "animation2", "animation3", "transition4", "animation4", "transition5", "animation5", "transition6", "animation6", "transition7", "animation7", "animation8", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1p5zryu", "args", "onTap1oy95yt", "onTap1id5vnf", "onTapl21pf8", "onTap151d35q", "onTap1noxjdh", "onTap1h63b7n", "onTap14b39cr", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "LayoutGroup", "u", "cx", "Link", "SVG", "ComponentViewportProvider", "RichText2", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FramerhSs5A23jF", "withCSS", "hSs5A23jF_default", "addPropertyControls", "ControlType", "addFonts"]
}
