{
  "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/XQ1GMXuIqYrEN1c0R6E5/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/aAxahKMy3ketEF6YhUR7/tUkUCeNv4FpLvAXZdv47/jWJrfnUux.js", "ssg:https://framerusercontent.com/modules/IZQBD9bBzyaU5ohGPp5J/50AtpwgbA1ptoK2EKYbd/zrwDqzX6p-0.js", "ssg:https://framerusercontent.com/modules/IZQBD9bBzyaU5ohGPp5J/50AtpwgbA1ptoK2EKYbd/zrwDqzX6p.js", "ssg:https://framerusercontent.com/modules/lRlcvWmRXcuonpmPPuJD/Bwgl8erlyb9qhEtp6y3l/zrwDqzX6p.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(typeof padding===\"string\"){return{padding};}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.Padding,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getPaddingStyle\":{\"type\":\"function\",\"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}={}){if(typeof radius===\"string\"){return{borderRadius:radius};}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.BorderRadius,defaultValue:\"10px\"}};\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,// @ts-ignore Internal function\nuseLocalesForCurrentRoute,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/XQ1GMXuIqYrEN1c0R6E5/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/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();const localesForCurrentRoute=useLocalesForCurrentRoute();const activeLocaleId=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);}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:localesForCurrentRoute.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??\"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        `],\"framer-library-LocalePicker\");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,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",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,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",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\":{\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "// Generated by Framer (2a0d5ab)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js\";const LocaleSelectorFonts=getFonts(LocaleSelector);const cycleOrder=[\"xaBHf68WU\",\"IVCVMz_vs\",\"KFfPEI2oQ\",\"jXQO7DIbL\",\"YFzHl0KRq\",\"FZWMtoOSP\"];const serializationHash=\"framer-jx2f3\";const variantClassNames={FZWMtoOSP:\"framer-v-1nlmj90\",IVCVMz_vs:\"framer-v-1pr9nb7\",jXQO7DIbL:\"framer-v-12fn2w3\",KFfPEI2oQ:\"framer-v-mnak2u\",xaBHf68WU:\"framer-v-rmwapz\",YFzHl0KRq:\"framer-v-3cid72\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"White Desktop\":\"jXQO7DIbL\",\"White Phone\":\"FZWMtoOSP\",\"White Tablet\":\"YFzHl0KRq\",Desktop:\"xaBHf68WU\",Phone:\"KFfPEI2oQ\",Tablet:\"IVCVMz_vs\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xaBHf68WU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xaBHf68WU\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-rmwapz\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"xaBHf68WU\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{FZWMtoOSP:{backgroundColor:\"rgb(255, 255, 255)\"},jXQO7DIbL:{backgroundColor:\"rgb(255, 255, 255)\"},YFzHl0KRq:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({FZWMtoOSP:{\"data-framer-name\":\"White Phone\"},IVCVMz_vs:{\"data-framer-name\":\"Tablet\"},jXQO7DIbL:{\"data-framer-name\":\"White Desktop\"},KFfPEI2oQ:{\"data-framer-name\":\"Phone\"},YFzHl0KRq:{\"data-framer-name\":\"White Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"O1bq3URzS\",openInNewTab:false,scopeId:\"jWJrfnUux\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-4h7sos framer-6o54c5\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"O1bq3URzS\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 107 54\"><path d=\"M 5.729 2.033 L 5.372 2.033 L 5.372 1.324 L 16.054 1.324 L 16.054 2.033 L 15.343 2.033 C 12.494 2.033 11.783 2.742 11.783 4.162 C 11.783 4.904 12.432 6.356 12.528 6.616 L 17.9 21.264 L 23.5 5.938 C 23.629 5.518 23.888 4.938 23.888 4.324 C 23.888 2.742 23.079 2.033 20.682 2.033 L 19.971 2.033 L 19.971 1.324 L 28.515 1.324 L 28.515 2.033 C 27.965 2.033 26.54 2.033 24.728 6.647 L 18.125 24.458 L 16.021 24.458 L 8.738 4.518 C 7.735 2.033 5.729 2.033 5.729 2.033 Z M 32.787 8.162 L 27.445 9.582 L 27.445 10.131 C 29.387 10.131 30.294 10.647 30.294 12.809 L 30.294 20.682 C 30.294 23.329 27.965 23.329 27.965 23.329 L 27.448 23.329 L 27.448 24.038 L 35.638 24.038 L 35.638 23.329 L 35.087 23.329 C 35.087 23.329 32.789 23.329 32.789 20.682 L 32.789 8.162 Z M 31.525 5.324 C 32.334 5.324 33.143 4.938 33.143 3.742 C 33.143 2.547 32.334 2.129 31.525 2.129 C 30.716 2.129 29.94 2.549 29.94 3.742 C 29.94 4.936 30.749 5.324 31.525 5.324 Z M 44.537 23.329 L 44.019 23.329 C 44.019 23.329 41.69 23.329 41.69 20.651 L 41.69 0 L 36.349 1.42 L 36.349 1.969 C 38.29 1.969 39.198 2.484 39.198 4.647 L 39.198 20.651 C 39.198 23.329 36.899 23.329 36.899 23.329 L 36.349 23.329 L 36.349 24.038 L 44.539 24.038 L 44.539 23.329 Z M 53.438 23.329 L 52.92 23.329 C 52.92 23.329 50.591 23.329 50.591 20.651 L 50.591 0 L 45.25 1.42 L 45.25 1.969 C 47.191 1.969 48.099 2.484 48.099 4.647 L 48.099 20.651 C 48.099 23.329 45.8 23.329 45.8 23.329 L 45.25 23.329 L 45.25 24.038 L 53.44 24.038 L 53.44 23.329 Z M 67.16 24.489 C 65.573 24.489 64.505 23.424 64.505 21.649 L 64.505 20.94 L 64.311 20.94 C 63.081 22.811 61.302 24.489 58.81 24.489 C 56.674 24.489 54.893 23.424 54.893 21.327 C 54.893 19.229 56.674 17.391 60.234 16.293 L 63.438 15.389 C 64.505 15.098 64.505 14.744 64.505 14.389 C 64.505 12.067 63.794 9.776 60.589 9.776 C 58.808 9.776 57.189 10.647 55.961 12.422 L 55.41 12.067 C 56.122 10.647 58.259 8.162 61.657 8.162 C 64.86 8.162 66.998 10.131 66.998 14.229 L 66.998 21.489 C 66.998 22.36 67.354 23.069 68.228 23.069 C 68.939 23.069 69.653 22.553 70.007 21.649 L 70.558 22.004 C 69.846 23.618 68.583 24.489 67.158 24.489 Z M 64.508 15.971 L 61.369 16.94 C 59.169 17.682 57.744 19.167 57.744 20.587 C 57.744 22.007 59.006 22.716 60.399 22.716 C 61.307 22.716 62.891 22.007 64.51 19.876 L 64.51 15.971 Z M 16.054 46.813 L 21.362 53.138 L 21.362 53.558 L 17.996 53.558 L 9.03 42.911 L 6.766 42.911 L 6.766 49.656 C 6.766 52.849 9.971 52.849 9.971 52.849 L 10.682 52.849 L 10.682 53.558 L 0 53.558 L 0 52.849 L 0.711 52.849 C 0.711 52.849 3.917 52.849 3.917 49.656 L 3.917 34.749 C 3.917 31.556 0.711 31.556 0.711 31.556 L 0 31.556 L 0 30.847 L 9.969 30.847 C 15.31 30.847 18.513 32.622 18.513 36.88 C 18.513 40.267 15.276 42.656 10.68 42.882 L 10.68 43.269 C 11.748 43.269 14.532 45.044 16.052 46.818 Z M 9.612 41.844 C 13.172 41.844 15.308 39.716 15.308 36.876 C 15.308 34.036 13.527 31.907 9.612 31.907 L 6.763 31.907 L 6.763 41.844 Z M 38.096 45.844 C 38.096 50.458 34.536 54.009 30.069 54.009 C 25.602 54.009 22.075 50.46 22.075 45.844 C 22.075 41.229 25.635 37.68 30.069 37.68 C 34.503 37.68 38.096 41.229 38.096 45.844 Z M 35.183 45.038 C 34.472 40.456 31.915 38.164 28.937 38.649 C 25.959 39.1 24.211 41.713 24.989 46.651 C 25.765 51.556 28.226 53.491 31.235 53.007 C 34.213 52.556 35.896 49.587 35.183 45.038 Z M 56.514 45.491 C 56.514 50.46 53.665 54.009 49.037 54.009 C 45.834 54.009 42.985 52.589 41.917 51.524 L 41.917 34.133 C 41.917 32.004 41.043 31.456 39.068 31.456 L 39.068 30.94 L 44.409 29.52 L 44.409 41.233 L 44.603 41.233 C 46.028 39.104 47.452 37.684 50.299 37.684 C 54.022 37.684 56.514 40.524 56.514 45.493 Z M 53.665 46.2 C 53.665 41.587 51.723 39.262 48.874 39.262 C 46.739 39.262 45.41 40.876 44.407 42.811 L 44.407 47.973 C 44.407 51.522 46.899 52.942 48.681 52.942 C 51.529 52.942 53.665 50.102 53.665 46.198 Z M 63.698 50.169 L 63.698 29.518 L 58.357 30.938 L 58.357 31.487 C 60.299 31.487 61.206 32.002 61.206 34.164 L 61.206 50.169 C 61.206 52.847 58.908 52.847 58.908 52.847 L 58.357 52.847 L 58.357 53.556 L 66.547 53.556 L 66.547 52.847 L 66.03 52.847 C 66.03 52.847 63.701 52.847 63.701 50.169 Z M 83.313 45.684 L 84.187 45.684 L 84.187 45.847 C 84.187 50.364 80.627 54.011 76.193 54.011 C 71.759 54.011 68.166 50.364 68.166 45.847 C 68.166 41.329 71.726 37.682 76.193 37.682 C 79.916 37.682 82.408 40.522 82.408 44.427 L 69.559 44.427 C 69.461 44.813 69.43 45.264 69.43 45.684 C 69.43 48.911 72.537 51.524 76.356 51.524 C 80.174 51.524 83.315 48.911 83.315 45.684 Z M 69.882 43.36 L 78.331 43.36 C 78.331 43.36 79.398 43.36 79.398 42.489 C 79.398 40.52 77.78 39.296 75.645 39.296 C 72.796 39.296 70.66 41.167 69.882 43.36 Z M 93.607 44.716 C 90.823 43.458 89.044 42.942 89.044 41.198 C 89.044 39.713 90.469 38.778 92.604 38.778 C 96.164 38.778 96.942 41.713 97.232 44.36 L 97.943 44.36 L 97.943 39.293 C 97.134 38.68 95.451 37.711 92.765 37.711 C 89.592 37.711 86.906 39.293 86.906 41.809 C 86.906 44.649 89.786 45.713 91.989 46.747 C 94.318 47.844 96.681 48.682 96.681 50.489 C 96.681 52.004 95.226 53.038 92.958 53.038 C 90.11 53.038 87.651 50.651 87.263 46.747 L 86.552 46.747 L 86.552 52.102 C 87.62 53.069 89.951 54.007 92.573 54.007 C 96.846 54.007 98.658 52.264 98.658 49.587 C 98.658 47.102 96.458 46.004 93.609 44.713 Z M 81.643 28.298 C 86.271 28.298 89.314 25.04 89.314 21.136 C 89.314 15.811 86.142 13.682 82.388 13.682 C 80.542 13.682 79.443 14.102 77.662 15.102 L 77.564 14.973 L 78.696 7.262 L 88.6 8.004 L 88.957 5.164 L 78.081 5.164 L 76.139 16.522 L 76.496 16.813 C 77.921 15.909 79.28 15.458 80.769 15.458 C 83.424 15.458 85.917 17.393 85.917 20.782 C 85.917 23.978 83.846 26.622 80.803 26.622 C 78.505 26.622 76.24 25.202 74.717 23.331 L 74.167 23.782 C 75.785 26.622 78.44 28.3 81.643 28.3 Z M 103.039 25.071 L 103.039 17.069 L 100.513 17.069 L 100.513 25.2 L 93.393 25.587 L 93.295 25.36 C 94.815 23.456 98.732 17.229 101.224 12.551 L 101.224 12.293 L 98.021 12.293 C 96.273 17.713 93.295 23.682 91.255 27.2 L 91.255 27.716 L 100.513 27.716 L 100.513 32.878 L 103.005 32.878 L 103.005 27.747 L 106.565 27.747 L 106.922 24.876 L 103.039 25.069 Z\" fill=\"rgb(255, 250, 245)\"></path></svg>',svgContentId:11224468224,withExternalLayout:true,...addPropertyOverrides({FZWMtoOSP:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 107 54\"><path d=\"M 5.729 2.033 L 5.372 2.033 L 5.372 1.324 L 16.054 1.324 L 16.054 2.033 L 15.343 2.033 C 12.494 2.033 11.783 2.742 11.783 4.162 C 11.783 4.904 12.432 6.356 12.528 6.616 L 17.9 21.264 L 23.5 5.938 C 23.629 5.518 23.888 4.938 23.888 4.324 C 23.888 2.742 23.079 2.033 20.682 2.033 L 19.971 2.033 L 19.971 1.324 L 28.515 1.324 L 28.515 2.033 C 27.965 2.033 26.54 2.033 24.728 6.647 L 18.125 24.458 L 16.021 24.458 L 8.738 4.518 C 7.735 2.033 5.729 2.033 5.729 2.033 Z M 32.787 8.162 L 27.445 9.582 L 27.445 10.131 C 29.387 10.131 30.294 10.647 30.294 12.809 L 30.294 20.682 C 30.294 23.329 27.965 23.329 27.965 23.329 L 27.448 23.329 L 27.448 24.038 L 35.638 24.038 L 35.638 23.329 L 35.087 23.329 C 35.087 23.329 32.789 23.329 32.789 20.682 L 32.789 8.162 Z M 31.525 5.324 C 32.334 5.324 33.143 4.938 33.143 3.742 C 33.143 2.547 32.334 2.129 31.525 2.129 C 30.716 2.129 29.94 2.549 29.94 3.742 C 29.94 4.936 30.749 5.324 31.525 5.324 Z M 44.537 23.329 L 44.019 23.329 C 44.019 23.329 41.69 23.329 41.69 20.651 L 41.69 0 L 36.349 1.42 L 36.349 1.969 C 38.29 1.969 39.198 2.484 39.198 4.647 L 39.198 20.651 C 39.198 23.329 36.899 23.329 36.899 23.329 L 36.349 23.329 L 36.349 24.038 L 44.539 24.038 L 44.539 23.329 Z M 53.438 23.329 L 52.92 23.329 C 52.92 23.329 50.591 23.329 50.591 20.651 L 50.591 0 L 45.25 1.42 L 45.25 1.969 C 47.191 1.969 48.099 2.484 48.099 4.647 L 48.099 20.651 C 48.099 23.329 45.8 23.329 45.8 23.329 L 45.25 23.329 L 45.25 24.038 L 53.44 24.038 L 53.44 23.329 Z M 67.16 24.489 C 65.573 24.489 64.505 23.424 64.505 21.649 L 64.505 20.94 L 64.311 20.94 C 63.081 22.811 61.302 24.489 58.81 24.489 C 56.674 24.489 54.893 23.424 54.893 21.327 C 54.893 19.229 56.674 17.391 60.234 16.293 L 63.438 15.389 C 64.505 15.098 64.505 14.744 64.505 14.389 C 64.505 12.067 63.794 9.776 60.589 9.776 C 58.808 9.776 57.189 10.647 55.961 12.422 L 55.41 12.067 C 56.122 10.647 58.259 8.162 61.657 8.162 C 64.86 8.162 66.998 10.131 66.998 14.229 L 66.998 21.489 C 66.998 22.36 67.354 23.069 68.228 23.069 C 68.939 23.069 69.653 22.553 70.007 21.649 L 70.558 22.004 C 69.846 23.618 68.583 24.489 67.158 24.489 Z M 64.508 15.971 L 61.369 16.94 C 59.169 17.682 57.744 19.167 57.744 20.587 C 57.744 22.007 59.006 22.716 60.399 22.716 C 61.307 22.716 62.891 22.007 64.51 19.876 L 64.51 15.971 Z M 16.054 46.813 L 21.362 53.138 L 21.362 53.558 L 17.996 53.558 L 9.03 42.911 L 6.766 42.911 L 6.766 49.656 C 6.766 52.849 9.971 52.849 9.971 52.849 L 10.682 52.849 L 10.682 53.558 L 0 53.558 L 0 52.849 L 0.711 52.849 C 0.711 52.849 3.917 52.849 3.917 49.656 L 3.917 34.749 C 3.917 31.556 0.711 31.556 0.711 31.556 L 0 31.556 L 0 30.847 L 9.969 30.847 C 15.31 30.847 18.513 32.622 18.513 36.88 C 18.513 40.267 15.276 42.656 10.68 42.882 L 10.68 43.269 C 11.748 43.269 14.532 45.044 16.052 46.818 Z M 9.612 41.844 C 13.172 41.844 15.308 39.716 15.308 36.876 C 15.308 34.036 13.527 31.907 9.612 31.907 L 6.763 31.907 L 6.763 41.844 Z M 38.096 45.844 C 38.096 50.458 34.536 54.009 30.069 54.009 C 25.602 54.009 22.075 50.46 22.075 45.844 C 22.075 41.229 25.635 37.68 30.069 37.68 C 34.503 37.68 38.096 41.229 38.096 45.844 Z M 35.183 45.038 C 34.472 40.456 31.915 38.164 28.937 38.649 C 25.959 39.1 24.211 41.713 24.989 46.651 C 25.765 51.556 28.226 53.491 31.235 53.007 C 34.213 52.556 35.896 49.587 35.183 45.038 Z M 56.514 45.491 C 56.514 50.46 53.665 54.009 49.037 54.009 C 45.834 54.009 42.985 52.589 41.917 51.524 L 41.917 34.133 C 41.917 32.004 41.043 31.456 39.068 31.456 L 39.068 30.94 L 44.409 29.52 L 44.409 41.233 L 44.603 41.233 C 46.028 39.104 47.452 37.684 50.299 37.684 C 54.022 37.684 56.514 40.524 56.514 45.493 Z M 53.665 46.2 C 53.665 41.587 51.723 39.262 48.874 39.262 C 46.739 39.262 45.41 40.876 44.407 42.811 L 44.407 47.973 C 44.407 51.522 46.899 52.942 48.681 52.942 C 51.529 52.942 53.665 50.102 53.665 46.198 Z M 63.698 50.169 L 63.698 29.518 L 58.357 30.938 L 58.357 31.487 C 60.299 31.487 61.206 32.002 61.206 34.164 L 61.206 50.169 C 61.206 52.847 58.908 52.847 58.908 52.847 L 58.357 52.847 L 58.357 53.556 L 66.547 53.556 L 66.547 52.847 L 66.03 52.847 C 66.03 52.847 63.701 52.847 63.701 50.169 Z M 83.313 45.684 L 84.187 45.684 L 84.187 45.847 C 84.187 50.364 80.627 54.011 76.193 54.011 C 71.759 54.011 68.166 50.364 68.166 45.847 C 68.166 41.329 71.726 37.682 76.193 37.682 C 79.916 37.682 82.408 40.522 82.408 44.427 L 69.559 44.427 C 69.461 44.813 69.43 45.264 69.43 45.684 C 69.43 48.911 72.537 51.524 76.356 51.524 C 80.174 51.524 83.315 48.911 83.315 45.684 Z M 69.882 43.36 L 78.331 43.36 C 78.331 43.36 79.398 43.36 79.398 42.489 C 79.398 40.52 77.78 39.296 75.645 39.296 C 72.796 39.296 70.66 41.167 69.882 43.36 Z M 93.607 44.716 C 90.823 43.458 89.044 42.942 89.044 41.198 C 89.044 39.713 90.469 38.778 92.604 38.778 C 96.164 38.778 96.942 41.713 97.232 44.36 L 97.943 44.36 L 97.943 39.293 C 97.134 38.68 95.451 37.711 92.765 37.711 C 89.592 37.711 86.906 39.293 86.906 41.809 C 86.906 44.649 89.786 45.713 91.989 46.747 C 94.318 47.844 96.681 48.682 96.681 50.489 C 96.681 52.004 95.226 53.038 92.958 53.038 C 90.11 53.038 87.651 50.651 87.263 46.747 L 86.552 46.747 L 86.552 52.102 C 87.62 53.069 89.951 54.007 92.573 54.007 C 96.846 54.007 98.658 52.264 98.658 49.587 C 98.658 47.102 96.458 46.004 93.609 44.713 Z M 81.643 28.298 C 86.271 28.298 89.314 25.04 89.314 21.136 C 89.314 15.811 86.142 13.682 82.388 13.682 C 80.542 13.682 79.443 14.102 77.662 15.102 L 77.564 14.973 L 78.696 7.262 L 88.6 8.004 L 88.957 5.164 L 78.081 5.164 L 76.139 16.522 L 76.496 16.813 C 77.921 15.909 79.28 15.458 80.769 15.458 C 83.424 15.458 85.917 17.393 85.917 20.782 C 85.917 23.978 83.846 26.622 80.803 26.622 C 78.505 26.622 76.24 25.202 74.717 23.331 L 74.167 23.782 C 75.785 26.622 78.44 28.3 81.643 28.3 Z M 103.039 25.071 L 103.039 17.069 L 100.513 17.069 L 100.513 25.2 L 93.393 25.587 L 93.295 25.36 C 94.815 23.456 98.732 17.229 101.224 12.551 L 101.224 12.293 L 98.021 12.293 C 96.273 17.713 93.295 23.682 91.255 27.2 L 91.255 27.716 L 100.513 27.716 L 100.513 32.878 L 103.005 32.878 L 103.005 27.747 L 106.565 27.747 L 106.922 24.876 L 103.039 25.069 Z\" fill=\"rgb(81, 50, 30)\"></path></svg>',svgContentId:12869016461},jXQO7DIbL:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 107 54\"><path d=\"M 5.729 2.033 L 5.372 2.033 L 5.372 1.324 L 16.054 1.324 L 16.054 2.033 L 15.343 2.033 C 12.494 2.033 11.783 2.742 11.783 4.162 C 11.783 4.904 12.432 6.356 12.528 6.616 L 17.9 21.264 L 23.5 5.938 C 23.629 5.518 23.888 4.938 23.888 4.324 C 23.888 2.742 23.079 2.033 20.682 2.033 L 19.971 2.033 L 19.971 1.324 L 28.515 1.324 L 28.515 2.033 C 27.965 2.033 26.54 2.033 24.728 6.647 L 18.125 24.458 L 16.021 24.458 L 8.738 4.518 C 7.735 2.033 5.729 2.033 5.729 2.033 Z M 32.787 8.162 L 27.445 9.582 L 27.445 10.131 C 29.387 10.131 30.294 10.647 30.294 12.809 L 30.294 20.682 C 30.294 23.329 27.965 23.329 27.965 23.329 L 27.448 23.329 L 27.448 24.038 L 35.638 24.038 L 35.638 23.329 L 35.087 23.329 C 35.087 23.329 32.789 23.329 32.789 20.682 L 32.789 8.162 Z M 31.525 5.324 C 32.334 5.324 33.143 4.938 33.143 3.742 C 33.143 2.547 32.334 2.129 31.525 2.129 C 30.716 2.129 29.94 2.549 29.94 3.742 C 29.94 4.936 30.749 5.324 31.525 5.324 Z M 44.537 23.329 L 44.019 23.329 C 44.019 23.329 41.69 23.329 41.69 20.651 L 41.69 0 L 36.349 1.42 L 36.349 1.969 C 38.29 1.969 39.198 2.484 39.198 4.647 L 39.198 20.651 C 39.198 23.329 36.899 23.329 36.899 23.329 L 36.349 23.329 L 36.349 24.038 L 44.539 24.038 L 44.539 23.329 Z M 53.438 23.329 L 52.92 23.329 C 52.92 23.329 50.591 23.329 50.591 20.651 L 50.591 0 L 45.25 1.42 L 45.25 1.969 C 47.191 1.969 48.099 2.484 48.099 4.647 L 48.099 20.651 C 48.099 23.329 45.8 23.329 45.8 23.329 L 45.25 23.329 L 45.25 24.038 L 53.44 24.038 L 53.44 23.329 Z M 67.16 24.489 C 65.573 24.489 64.505 23.424 64.505 21.649 L 64.505 20.94 L 64.311 20.94 C 63.081 22.811 61.302 24.489 58.81 24.489 C 56.674 24.489 54.893 23.424 54.893 21.327 C 54.893 19.229 56.674 17.391 60.234 16.293 L 63.438 15.389 C 64.505 15.098 64.505 14.744 64.505 14.389 C 64.505 12.067 63.794 9.776 60.589 9.776 C 58.808 9.776 57.189 10.647 55.961 12.422 L 55.41 12.067 C 56.122 10.647 58.259 8.162 61.657 8.162 C 64.86 8.162 66.998 10.131 66.998 14.229 L 66.998 21.489 C 66.998 22.36 67.354 23.069 68.228 23.069 C 68.939 23.069 69.653 22.553 70.007 21.649 L 70.558 22.004 C 69.846 23.618 68.583 24.489 67.158 24.489 Z M 64.508 15.971 L 61.369 16.94 C 59.169 17.682 57.744 19.167 57.744 20.587 C 57.744 22.007 59.006 22.716 60.399 22.716 C 61.307 22.716 62.891 22.007 64.51 19.876 L 64.51 15.971 Z M 16.054 46.813 L 21.362 53.138 L 21.362 53.558 L 17.996 53.558 L 9.03 42.911 L 6.766 42.911 L 6.766 49.656 C 6.766 52.849 9.971 52.849 9.971 52.849 L 10.682 52.849 L 10.682 53.558 L 0 53.558 L 0 52.849 L 0.711 52.849 C 0.711 52.849 3.917 52.849 3.917 49.656 L 3.917 34.749 C 3.917 31.556 0.711 31.556 0.711 31.556 L 0 31.556 L 0 30.847 L 9.969 30.847 C 15.31 30.847 18.513 32.622 18.513 36.88 C 18.513 40.267 15.276 42.656 10.68 42.882 L 10.68 43.269 C 11.748 43.269 14.532 45.044 16.052 46.818 Z M 9.612 41.844 C 13.172 41.844 15.308 39.716 15.308 36.876 C 15.308 34.036 13.527 31.907 9.612 31.907 L 6.763 31.907 L 6.763 41.844 Z M 38.096 45.844 C 38.096 50.458 34.536 54.009 30.069 54.009 C 25.602 54.009 22.075 50.46 22.075 45.844 C 22.075 41.229 25.635 37.68 30.069 37.68 C 34.503 37.68 38.096 41.229 38.096 45.844 Z M 35.183 45.038 C 34.472 40.456 31.915 38.164 28.937 38.649 C 25.959 39.1 24.211 41.713 24.989 46.651 C 25.765 51.556 28.226 53.491 31.235 53.007 C 34.213 52.556 35.896 49.587 35.183 45.038 Z M 56.514 45.491 C 56.514 50.46 53.665 54.009 49.037 54.009 C 45.834 54.009 42.985 52.589 41.917 51.524 L 41.917 34.133 C 41.917 32.004 41.043 31.456 39.068 31.456 L 39.068 30.94 L 44.409 29.52 L 44.409 41.233 L 44.603 41.233 C 46.028 39.104 47.452 37.684 50.299 37.684 C 54.022 37.684 56.514 40.524 56.514 45.493 Z M 53.665 46.2 C 53.665 41.587 51.723 39.262 48.874 39.262 C 46.739 39.262 45.41 40.876 44.407 42.811 L 44.407 47.973 C 44.407 51.522 46.899 52.942 48.681 52.942 C 51.529 52.942 53.665 50.102 53.665 46.198 Z M 63.698 50.169 L 63.698 29.518 L 58.357 30.938 L 58.357 31.487 C 60.299 31.487 61.206 32.002 61.206 34.164 L 61.206 50.169 C 61.206 52.847 58.908 52.847 58.908 52.847 L 58.357 52.847 L 58.357 53.556 L 66.547 53.556 L 66.547 52.847 L 66.03 52.847 C 66.03 52.847 63.701 52.847 63.701 50.169 Z M 83.313 45.684 L 84.187 45.684 L 84.187 45.847 C 84.187 50.364 80.627 54.011 76.193 54.011 C 71.759 54.011 68.166 50.364 68.166 45.847 C 68.166 41.329 71.726 37.682 76.193 37.682 C 79.916 37.682 82.408 40.522 82.408 44.427 L 69.559 44.427 C 69.461 44.813 69.43 45.264 69.43 45.684 C 69.43 48.911 72.537 51.524 76.356 51.524 C 80.174 51.524 83.315 48.911 83.315 45.684 Z M 69.882 43.36 L 78.331 43.36 C 78.331 43.36 79.398 43.36 79.398 42.489 C 79.398 40.52 77.78 39.296 75.645 39.296 C 72.796 39.296 70.66 41.167 69.882 43.36 Z M 93.607 44.716 C 90.823 43.458 89.044 42.942 89.044 41.198 C 89.044 39.713 90.469 38.778 92.604 38.778 C 96.164 38.778 96.942 41.713 97.232 44.36 L 97.943 44.36 L 97.943 39.293 C 97.134 38.68 95.451 37.711 92.765 37.711 C 89.592 37.711 86.906 39.293 86.906 41.809 C 86.906 44.649 89.786 45.713 91.989 46.747 C 94.318 47.844 96.681 48.682 96.681 50.489 C 96.681 52.004 95.226 53.038 92.958 53.038 C 90.11 53.038 87.651 50.651 87.263 46.747 L 86.552 46.747 L 86.552 52.102 C 87.62 53.069 89.951 54.007 92.573 54.007 C 96.846 54.007 98.658 52.264 98.658 49.587 C 98.658 47.102 96.458 46.004 93.609 44.713 Z M 81.643 28.298 C 86.271 28.298 89.314 25.04 89.314 21.136 C 89.314 15.811 86.142 13.682 82.388 13.682 C 80.542 13.682 79.443 14.102 77.662 15.102 L 77.564 14.973 L 78.696 7.262 L 88.6 8.004 L 88.957 5.164 L 78.081 5.164 L 76.139 16.522 L 76.496 16.813 C 77.921 15.909 79.28 15.458 80.769 15.458 C 83.424 15.458 85.917 17.393 85.917 20.782 C 85.917 23.978 83.846 26.622 80.803 26.622 C 78.505 26.622 76.24 25.202 74.717 23.331 L 74.167 23.782 C 75.785 26.622 78.44 28.3 81.643 28.3 Z M 103.039 25.071 L 103.039 17.069 L 100.513 17.069 L 100.513 25.2 L 93.393 25.587 L 93.295 25.36 C 94.815 23.456 98.732 17.229 101.224 12.551 L 101.224 12.293 L 98.021 12.293 C 96.273 17.713 93.295 23.682 91.255 27.2 L 91.255 27.716 L 100.513 27.716 L 100.513 32.878 L 103.005 32.878 L 103.005 27.747 L 106.565 27.747 L 106.922 24.876 L 103.039 25.069 Z\" fill=\"rgb(81, 50, 30)\"></path></svg>',svgContentId:12869016461},YFzHl0KRq:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 107 54\"><path d=\"M 5.729 2.033 L 5.372 2.033 L 5.372 1.324 L 16.054 1.324 L 16.054 2.033 L 15.343 2.033 C 12.494 2.033 11.783 2.742 11.783 4.162 C 11.783 4.904 12.432 6.356 12.528 6.616 L 17.9 21.264 L 23.5 5.938 C 23.629 5.518 23.888 4.938 23.888 4.324 C 23.888 2.742 23.079 2.033 20.682 2.033 L 19.971 2.033 L 19.971 1.324 L 28.515 1.324 L 28.515 2.033 C 27.965 2.033 26.54 2.033 24.728 6.647 L 18.125 24.458 L 16.021 24.458 L 8.738 4.518 C 7.735 2.033 5.729 2.033 5.729 2.033 Z M 32.787 8.162 L 27.445 9.582 L 27.445 10.131 C 29.387 10.131 30.294 10.647 30.294 12.809 L 30.294 20.682 C 30.294 23.329 27.965 23.329 27.965 23.329 L 27.448 23.329 L 27.448 24.038 L 35.638 24.038 L 35.638 23.329 L 35.087 23.329 C 35.087 23.329 32.789 23.329 32.789 20.682 L 32.789 8.162 Z M 31.525 5.324 C 32.334 5.324 33.143 4.938 33.143 3.742 C 33.143 2.547 32.334 2.129 31.525 2.129 C 30.716 2.129 29.94 2.549 29.94 3.742 C 29.94 4.936 30.749 5.324 31.525 5.324 Z M 44.537 23.329 L 44.019 23.329 C 44.019 23.329 41.69 23.329 41.69 20.651 L 41.69 0 L 36.349 1.42 L 36.349 1.969 C 38.29 1.969 39.198 2.484 39.198 4.647 L 39.198 20.651 C 39.198 23.329 36.899 23.329 36.899 23.329 L 36.349 23.329 L 36.349 24.038 L 44.539 24.038 L 44.539 23.329 Z M 53.438 23.329 L 52.92 23.329 C 52.92 23.329 50.591 23.329 50.591 20.651 L 50.591 0 L 45.25 1.42 L 45.25 1.969 C 47.191 1.969 48.099 2.484 48.099 4.647 L 48.099 20.651 C 48.099 23.329 45.8 23.329 45.8 23.329 L 45.25 23.329 L 45.25 24.038 L 53.44 24.038 L 53.44 23.329 Z M 67.16 24.489 C 65.573 24.489 64.505 23.424 64.505 21.649 L 64.505 20.94 L 64.311 20.94 C 63.081 22.811 61.302 24.489 58.81 24.489 C 56.674 24.489 54.893 23.424 54.893 21.327 C 54.893 19.229 56.674 17.391 60.234 16.293 L 63.438 15.389 C 64.505 15.098 64.505 14.744 64.505 14.389 C 64.505 12.067 63.794 9.776 60.589 9.776 C 58.808 9.776 57.189 10.647 55.961 12.422 L 55.41 12.067 C 56.122 10.647 58.259 8.162 61.657 8.162 C 64.86 8.162 66.998 10.131 66.998 14.229 L 66.998 21.489 C 66.998 22.36 67.354 23.069 68.228 23.069 C 68.939 23.069 69.653 22.553 70.007 21.649 L 70.558 22.004 C 69.846 23.618 68.583 24.489 67.158 24.489 Z M 64.508 15.971 L 61.369 16.94 C 59.169 17.682 57.744 19.167 57.744 20.587 C 57.744 22.007 59.006 22.716 60.399 22.716 C 61.307 22.716 62.891 22.007 64.51 19.876 L 64.51 15.971 Z M 16.054 46.813 L 21.362 53.138 L 21.362 53.558 L 17.996 53.558 L 9.03 42.911 L 6.766 42.911 L 6.766 49.656 C 6.766 52.849 9.971 52.849 9.971 52.849 L 10.682 52.849 L 10.682 53.558 L 0 53.558 L 0 52.849 L 0.711 52.849 C 0.711 52.849 3.917 52.849 3.917 49.656 L 3.917 34.749 C 3.917 31.556 0.711 31.556 0.711 31.556 L 0 31.556 L 0 30.847 L 9.969 30.847 C 15.31 30.847 18.513 32.622 18.513 36.88 C 18.513 40.267 15.276 42.656 10.68 42.882 L 10.68 43.269 C 11.748 43.269 14.532 45.044 16.052 46.818 Z M 9.612 41.844 C 13.172 41.844 15.308 39.716 15.308 36.876 C 15.308 34.036 13.527 31.907 9.612 31.907 L 6.763 31.907 L 6.763 41.844 Z M 38.096 45.844 C 38.096 50.458 34.536 54.009 30.069 54.009 C 25.602 54.009 22.075 50.46 22.075 45.844 C 22.075 41.229 25.635 37.68 30.069 37.68 C 34.503 37.68 38.096 41.229 38.096 45.844 Z M 35.183 45.038 C 34.472 40.456 31.915 38.164 28.937 38.649 C 25.959 39.1 24.211 41.713 24.989 46.651 C 25.765 51.556 28.226 53.491 31.235 53.007 C 34.213 52.556 35.896 49.587 35.183 45.038 Z M 56.514 45.491 C 56.514 50.46 53.665 54.009 49.037 54.009 C 45.834 54.009 42.985 52.589 41.917 51.524 L 41.917 34.133 C 41.917 32.004 41.043 31.456 39.068 31.456 L 39.068 30.94 L 44.409 29.52 L 44.409 41.233 L 44.603 41.233 C 46.028 39.104 47.452 37.684 50.299 37.684 C 54.022 37.684 56.514 40.524 56.514 45.493 Z M 53.665 46.2 C 53.665 41.587 51.723 39.262 48.874 39.262 C 46.739 39.262 45.41 40.876 44.407 42.811 L 44.407 47.973 C 44.407 51.522 46.899 52.942 48.681 52.942 C 51.529 52.942 53.665 50.102 53.665 46.198 Z M 63.698 50.169 L 63.698 29.518 L 58.357 30.938 L 58.357 31.487 C 60.299 31.487 61.206 32.002 61.206 34.164 L 61.206 50.169 C 61.206 52.847 58.908 52.847 58.908 52.847 L 58.357 52.847 L 58.357 53.556 L 66.547 53.556 L 66.547 52.847 L 66.03 52.847 C 66.03 52.847 63.701 52.847 63.701 50.169 Z M 83.313 45.684 L 84.187 45.684 L 84.187 45.847 C 84.187 50.364 80.627 54.011 76.193 54.011 C 71.759 54.011 68.166 50.364 68.166 45.847 C 68.166 41.329 71.726 37.682 76.193 37.682 C 79.916 37.682 82.408 40.522 82.408 44.427 L 69.559 44.427 C 69.461 44.813 69.43 45.264 69.43 45.684 C 69.43 48.911 72.537 51.524 76.356 51.524 C 80.174 51.524 83.315 48.911 83.315 45.684 Z M 69.882 43.36 L 78.331 43.36 C 78.331 43.36 79.398 43.36 79.398 42.489 C 79.398 40.52 77.78 39.296 75.645 39.296 C 72.796 39.296 70.66 41.167 69.882 43.36 Z M 93.607 44.716 C 90.823 43.458 89.044 42.942 89.044 41.198 C 89.044 39.713 90.469 38.778 92.604 38.778 C 96.164 38.778 96.942 41.713 97.232 44.36 L 97.943 44.36 L 97.943 39.293 C 97.134 38.68 95.451 37.711 92.765 37.711 C 89.592 37.711 86.906 39.293 86.906 41.809 C 86.906 44.649 89.786 45.713 91.989 46.747 C 94.318 47.844 96.681 48.682 96.681 50.489 C 96.681 52.004 95.226 53.038 92.958 53.038 C 90.11 53.038 87.651 50.651 87.263 46.747 L 86.552 46.747 L 86.552 52.102 C 87.62 53.069 89.951 54.007 92.573 54.007 C 96.846 54.007 98.658 52.264 98.658 49.587 C 98.658 47.102 96.458 46.004 93.609 44.713 Z M 81.643 28.298 C 86.271 28.298 89.314 25.04 89.314 21.136 C 89.314 15.811 86.142 13.682 82.388 13.682 C 80.542 13.682 79.443 14.102 77.662 15.102 L 77.564 14.973 L 78.696 7.262 L 88.6 8.004 L 88.957 5.164 L 78.081 5.164 L 76.139 16.522 L 76.496 16.813 C 77.921 15.909 79.28 15.458 80.769 15.458 C 83.424 15.458 85.917 17.393 85.917 20.782 C 85.917 23.978 83.846 26.622 80.803 26.622 C 78.505 26.622 76.24 25.202 74.717 23.331 L 74.167 23.782 C 75.785 26.622 78.44 28.3 81.643 28.3 Z M 103.039 25.071 L 103.039 17.069 L 100.513 17.069 L 100.513 25.2 L 93.393 25.587 L 93.295 25.36 C 94.815 23.456 98.732 17.229 101.224 12.551 L 101.224 12.293 L 98.021 12.293 C 96.273 17.713 93.295 23.682 91.255 27.2 L 91.255 27.716 L 100.513 27.716 L 100.513 32.878 L 103.005 32.878 L 103.005 27.747 L 106.565 27.747 L 106.922 24.876 L 103.039 25.069 Z\" fill=\"rgb(81, 50, 30)\"></path></svg>',svgContentId:12869016461}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ea3rq\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"uuzuvhl77\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sawk34-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Qq0ZhL65V-container\",nodeId:\"Qq0ZhL65V\",rendersWithMotion:true,scopeId:\"jWJrfnUux\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(255, 250, 245)\",size:24,type:\"default\"},font:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(255, 250, 245)\",size:24,type:\"default\"},id:\"Qq0ZhL65V\",layoutId:\"Qq0ZhL65V\",options:{focus:{color:\"rgb(255, 255, 255)\",offset:0,style:\"solid\",width:1},gap:16,hover:{},title:true},padding:\"16px\",radius:\"28px\",textColor:\"rgb(255, 250, 245)\",width:\"100%\",...addPropertyOverrides({FZWMtoOSP:{caret:{color:\"rgb(81, 50, 30)\",size:24,type:\"default\"},icon:{color:\"rgb(81, 50, 30)\",size:24,type:\"default\"},options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:16,title:false},textColor:\"rgb(81, 50, 30)\"},jXQO7DIbL:{caret:{color:\"rgb(81, 50, 30)\",size:24,type:\"default\"},icon:{color:\"rgb(81, 50, 30)\",size:24,type:\"default\"},textColor:\"rgb(81, 50, 30)\"},KFfPEI2oQ:{options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:16,title:false}},YFzHl0KRq:{caret:{color:\"rgb(81, 50, 30)\",size:24,type:\"default\"},icon:{color:\"rgb(81, 50, 30)\",size:24,type:\"default\"},textColor:\"rgb(81, 50, 30)\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jx2f3.framer-6o54c5, .framer-jx2f3 .framer-6o54c5 { display: block; }\",\".framer-jx2f3.framer-rmwapz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 24px 48px 24px 48px; position: relative; width: 1440px; }\",\".framer-jx2f3 .framer-4h7sos { flex: none; height: 54px; position: relative; text-decoration: none; width: 107px; }\",\".framer-jx2f3 .framer-ea3rq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jx2f3 .framer-sawk34-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-jx2f3.framer-v-1pr9nb7.framer-rmwapz, .framer-jx2f3.framer-v-3cid72.framer-rmwapz { padding: 24px; width: 810px; }\",\".framer-jx2f3.framer-v-mnak2u.framer-rmwapz, .framer-jx2f3.framer-v-1nlmj90.framer-rmwapz { padding: 24px; width: 390px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 104\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"IVCVMz_vs\":{\"layout\":[\"fixed\",\"auto\"]},\"KFfPEI2oQ\":{\"layout\":[\"fixed\",\"auto\"]},\"jXQO7DIbL\":{\"layout\":[\"fixed\",\"auto\"]},\"YFzHl0KRq\":{\"layout\":[\"fixed\",\"auto\"]},\"FZWMtoOSP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerjWJrfnUux=withCSS(Component,css,\"framer-jx2f3\");export default FramerjWJrfnUux;FramerjWJrfnUux.displayName=\"Nav\";FramerjWJrfnUux.defaultProps={height:104,width:1440};addPropertyControls(FramerjWJrfnUux,{variant:{options:[\"xaBHf68WU\",\"IVCVMz_vs\",\"KFfPEI2oQ\",\"jXQO7DIbL\",\"YFzHl0KRq\",\"FZWMtoOSP\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"White Desktop\",\"White Tablet\",\"White Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerjWJrfnUux,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"}]},...LocaleSelectorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjWJrfnUux\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IVCVMz_vs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KFfPEI2oQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jXQO7DIbL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YFzHl0KRq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FZWMtoOSP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"104\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jWJrfnUux.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\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--framer-root-font-size, 1rem) * 1)\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 250, 245))\"},children:\"Punta Cana Village\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c07a8c1)\nimport*as localizedValues from\"./zrwDqzX6p-0.js\";const valuesByLocaleId={oFKhEpTe4: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 (c07a8c1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/IZQBD9bBzyaU5ohGPp5J/50AtpwgbA1ptoK2EKYbd/zrwDqzX6p.js\";const cycleOrder=[\"iCqJMMrac\",\"x466n9XK0\",\"zRlgKRwF8\"];const serializationHash=\"framer-lYaZX\";const variantClassNames={iCqJMMrac:\"framer-v-5pdy9c\",x466n9XK0:\"framer-v-mqf8bc\",zRlgKRwF8:\"framer-v-zwl7at\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"iCqJMMrac\",Phone:\"zRlgKRwF8\",Tablet:\"x466n9XK0\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"iCqJMMrac\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iCqJMMrac\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaps7dtwm=activeVariantCallback(async(...args)=>{setVariant(\"iCqJMMrac\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-5pdy9c\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"iCqJMMrac\",ref:refBinding,style:{backgroundColor:\"rgb(81, 50, 30)\",boxShadow:\"0px 4px 4px 0px rgba(0, 0, 0, 0.25)\",...style},...addPropertyOverrides({x466n9XK0:{\"data-framer-name\":\"Tablet\"},zRlgKRwF8:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lchfwh\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"pLY3U9kNJ\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4zqoh1\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"egNqKj9JE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 107 54\"><path d=\"M 5.729 2.033 L 5.372 2.033 L 5.372 1.324 L 16.054 1.324 L 16.054 2.033 L 15.343 2.033 C 12.494 2.033 11.783 2.742 11.783 4.162 C 11.783 4.904 12.432 6.356 12.528 6.616 L 17.9 21.264 L 23.5 5.938 C 23.629 5.518 23.888 4.938 23.888 4.324 C 23.888 2.742 23.079 2.033 20.682 2.033 L 19.971 2.033 L 19.971 1.324 L 28.515 1.324 L 28.515 2.033 C 27.965 2.033 26.54 2.033 24.728 6.647 L 18.125 24.458 L 16.021 24.458 L 8.738 4.518 C 7.735 2.033 5.729 2.033 5.729 2.033 Z M 32.787 8.162 L 27.445 9.582 L 27.445 10.131 C 29.387 10.131 30.294 10.647 30.294 12.809 L 30.294 20.682 C 30.294 23.329 27.965 23.329 27.965 23.329 L 27.448 23.329 L 27.448 24.038 L 35.638 24.038 L 35.638 23.329 L 35.087 23.329 C 35.087 23.329 32.789 23.329 32.789 20.682 L 32.789 8.162 Z M 31.525 5.324 C 32.334 5.324 33.143 4.938 33.143 3.742 C 33.143 2.547 32.334 2.129 31.525 2.129 C 30.716 2.129 29.94 2.549 29.94 3.742 C 29.94 4.936 30.749 5.324 31.525 5.324 Z M 44.537 23.329 L 44.019 23.329 C 44.019 23.329 41.69 23.329 41.69 20.651 L 41.69 0 L 36.349 1.42 L 36.349 1.969 C 38.29 1.969 39.198 2.484 39.198 4.647 L 39.198 20.651 C 39.198 23.329 36.899 23.329 36.899 23.329 L 36.349 23.329 L 36.349 24.038 L 44.539 24.038 L 44.539 23.329 Z M 53.438 23.329 L 52.92 23.329 C 52.92 23.329 50.591 23.329 50.591 20.651 L 50.591 0 L 45.25 1.42 L 45.25 1.969 C 47.191 1.969 48.099 2.484 48.099 4.647 L 48.099 20.651 C 48.099 23.329 45.8 23.329 45.8 23.329 L 45.25 23.329 L 45.25 24.038 L 53.44 24.038 L 53.44 23.329 Z M 67.16 24.489 C 65.573 24.489 64.505 23.424 64.505 21.649 L 64.505 20.94 L 64.311 20.94 C 63.081 22.811 61.302 24.489 58.81 24.489 C 56.674 24.489 54.893 23.424 54.893 21.327 C 54.893 19.229 56.674 17.391 60.234 16.293 L 63.438 15.389 C 64.505 15.098 64.505 14.744 64.505 14.389 C 64.505 12.067 63.794 9.776 60.589 9.776 C 58.808 9.776 57.189 10.647 55.961 12.422 L 55.41 12.067 C 56.122 10.647 58.259 8.162 61.657 8.162 C 64.86 8.162 66.998 10.131 66.998 14.229 L 66.998 21.489 C 66.998 22.36 67.354 23.069 68.228 23.069 C 68.939 23.069 69.653 22.553 70.007 21.649 L 70.558 22.004 C 69.846 23.618 68.583 24.489 67.158 24.489 Z M 64.508 15.971 L 61.369 16.94 C 59.169 17.682 57.744 19.167 57.744 20.587 C 57.744 22.007 59.006 22.716 60.399 22.716 C 61.307 22.716 62.891 22.007 64.51 19.876 L 64.51 15.971 Z M 16.054 46.813 L 21.362 53.138 L 21.362 53.558 L 17.996 53.558 L 9.03 42.911 L 6.766 42.911 L 6.766 49.656 C 6.766 52.849 9.971 52.849 9.971 52.849 L 10.682 52.849 L 10.682 53.558 L 0 53.558 L 0 52.849 L 0.711 52.849 C 0.711 52.849 3.917 52.849 3.917 49.656 L 3.917 34.749 C 3.917 31.556 0.711 31.556 0.711 31.556 L 0 31.556 L 0 30.847 L 9.969 30.847 C 15.31 30.847 18.513 32.622 18.513 36.88 C 18.513 40.267 15.276 42.656 10.68 42.882 L 10.68 43.269 C 11.748 43.269 14.532 45.044 16.052 46.818 Z M 9.612 41.844 C 13.172 41.844 15.308 39.716 15.308 36.876 C 15.308 34.036 13.527 31.907 9.612 31.907 L 6.763 31.907 L 6.763 41.844 Z M 38.096 45.844 C 38.096 50.458 34.536 54.009 30.069 54.009 C 25.602 54.009 22.075 50.46 22.075 45.844 C 22.075 41.229 25.635 37.68 30.069 37.68 C 34.503 37.68 38.096 41.229 38.096 45.844 Z M 35.183 45.038 C 34.472 40.456 31.915 38.164 28.937 38.649 C 25.959 39.1 24.211 41.713 24.989 46.651 C 25.765 51.556 28.226 53.491 31.235 53.007 C 34.213 52.556 35.896 49.587 35.183 45.038 Z M 56.514 45.491 C 56.514 50.46 53.665 54.009 49.037 54.009 C 45.834 54.009 42.985 52.589 41.917 51.524 L 41.917 34.133 C 41.917 32.004 41.043 31.456 39.068 31.456 L 39.068 30.94 L 44.409 29.52 L 44.409 41.233 L 44.603 41.233 C 46.028 39.104 47.452 37.684 50.299 37.684 C 54.022 37.684 56.514 40.524 56.514 45.493 Z M 53.665 46.2 C 53.665 41.587 51.723 39.262 48.874 39.262 C 46.739 39.262 45.41 40.876 44.407 42.811 L 44.407 47.973 C 44.407 51.522 46.899 52.942 48.681 52.942 C 51.529 52.942 53.665 50.102 53.665 46.198 Z M 63.698 50.169 L 63.698 29.518 L 58.357 30.938 L 58.357 31.487 C 60.299 31.487 61.206 32.002 61.206 34.164 L 61.206 50.169 C 61.206 52.847 58.908 52.847 58.908 52.847 L 58.357 52.847 L 58.357 53.556 L 66.547 53.556 L 66.547 52.847 L 66.03 52.847 C 66.03 52.847 63.701 52.847 63.701 50.169 Z M 83.313 45.684 L 84.187 45.684 L 84.187 45.847 C 84.187 50.364 80.627 54.011 76.193 54.011 C 71.759 54.011 68.166 50.364 68.166 45.847 C 68.166 41.329 71.726 37.682 76.193 37.682 C 79.916 37.682 82.408 40.522 82.408 44.427 L 69.559 44.427 C 69.461 44.813 69.43 45.264 69.43 45.684 C 69.43 48.911 72.537 51.524 76.356 51.524 C 80.174 51.524 83.315 48.911 83.315 45.684 Z M 69.882 43.36 L 78.331 43.36 C 78.331 43.36 79.398 43.36 79.398 42.489 C 79.398 40.52 77.78 39.296 75.645 39.296 C 72.796 39.296 70.66 41.167 69.882 43.36 Z M 93.607 44.716 C 90.823 43.458 89.044 42.942 89.044 41.198 C 89.044 39.713 90.469 38.778 92.604 38.778 C 96.164 38.778 96.942 41.713 97.232 44.36 L 97.943 44.36 L 97.943 39.293 C 97.134 38.68 95.451 37.711 92.765 37.711 C 89.592 37.711 86.906 39.293 86.906 41.809 C 86.906 44.649 89.786 45.713 91.989 46.747 C 94.318 47.844 96.681 48.682 96.681 50.489 C 96.681 52.004 95.226 53.038 92.958 53.038 C 90.11 53.038 87.651 50.651 87.263 46.747 L 86.552 46.747 L 86.552 52.102 C 87.62 53.069 89.951 54.007 92.573 54.007 C 96.846 54.007 98.658 52.264 98.658 49.587 C 98.658 47.102 96.458 46.004 93.609 44.713 Z M 81.643 28.298 C 86.271 28.298 89.314 25.04 89.314 21.136 C 89.314 15.811 86.142 13.682 82.388 13.682 C 80.542 13.682 79.443 14.102 77.662 15.102 L 77.564 14.973 L 78.696 7.262 L 88.6 8.004 L 88.957 5.164 L 78.081 5.164 L 76.139 16.522 L 76.496 16.813 C 77.921 15.909 79.28 15.458 80.769 15.458 C 83.424 15.458 85.917 17.393 85.917 20.782 C 85.917 23.978 83.846 26.622 80.803 26.622 C 78.505 26.622 76.24 25.202 74.717 23.331 L 74.167 23.782 C 75.785 26.622 78.44 28.3 81.643 28.3 Z M 103.039 25.071 L 103.039 17.069 L 100.513 17.069 L 100.513 25.2 L 93.393 25.587 L 93.295 25.36 C 94.815 23.456 98.732 17.229 101.224 12.551 L 101.224 12.293 L 98.021 12.293 C 96.273 17.713 93.295 23.682 91.255 27.2 L 91.255 27.716 L 100.513 27.716 L 100.513 32.878 L 103.005 32.878 L 103.005 27.747 L 106.565 27.747 L 106.922 24.876 L 103.039 25.069 Z\" fill=\"rgb(255, 250, 245)\"></path></svg>',svgContentId:11186681984,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--framer-root-font-size, 1rem) * 1)\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 250, 245))\"},children:\"Punta Cana Village\"})}),className:\"framer-1epnt1i\",\"data-framer-name\":\"Promotora inmobiliaria m\\xe1s exclusiva de la Rep\\xfablica Dominicana\",\"data-highlight\":true,fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"OEhc_If0t\",onTap:onTaps7dtwm,style:{\"--extracted-r6o4lv\":\"rgb(255, 250, 245)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lYaZX.framer-b66all, .framer-lYaZX .framer-b66all { display: block; }\",\".framer-lYaZX.framer-5pdy9c { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 128px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 72px 64px 72px 64px; position: relative; width: 1440px; }\",\".framer-lYaZX .framer-1lchfwh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lYaZX .framer-4zqoh1 { flex: none; height: 54px; position: relative; width: 107px; }\",\".framer-lYaZX .framer-1epnt1i { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lYaZX.framer-v-mqf8bc.framer-5pdy9c { padding: 48px 48px 64px 48px; width: 810px; }\",\".framer-lYaZX.framer-v-mqf8bc .framer-1lchfwh { gap: 64px; }\",\".framer-lYaZX.framer-v-zwl7at.framer-5pdy9c { padding: 40px 24px 64px 24px; width: 390px; }\",\".framer-lYaZX.framer-v-zwl7at .framer-1lchfwh { gap: 48px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 269\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"x466n9XK0\":{\"layout\":[\"fixed\",\"auto\"]},\"zRlgKRwF8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerzrwDqzX6p=withCSS(Component,css,\"framer-lYaZX\");export default FramerzrwDqzX6p;FramerzrwDqzX6p.displayName=\"Footer\";FramerzrwDqzX6p.defaultProps={height:269,width:1440};addPropertyControls(FramerzrwDqzX6p,{variant:{options:[\"iCqJMMrac\",\"x466n9XK0\",\"zRlgKRwF8\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerzrwDqzX6p,[{explicitInter:true,fonts:[{family:\"Avenir Roman\",source:\"custom\",url:\"https://framerusercontent.com/assets/nj1gDJwM78Ug6h4uuiK4JIJO9OM.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzrwDqzX6p\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"269\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"x466n9XK0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zRlgKRwF8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getBorderStyle", "t", "o", "d", "r", "i", "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", "localesForCurrentRoute", "useLocalesForCurrentRoute", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "LocaleSelectorFonts", "getFonts", "LocaleSelector_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerjWJrfnUux", "withCSS", "jWJrfnUux_default", "addPropertyControls", "ControlType", "addFonts", "zrwDqzX6p_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "p", "motion", "__FramerMetadata__", "valuesByLocaleId", "zrwDqzX6p_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaps7dtwm", "args", "scopingClassNames", "cx", "LayoutGroup", "u", "SVG", "RichText2", "getLocalizedValue", "css", "FramerzrwDqzX6p", "withCSS", "zrwDqzX6p_default", "addPropertyControls", "ControlType", "addFonts"]
}
