{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/73UsIpa97froefZwqzz9/Image.js", "ssg:https://framerusercontent.com/modules/v5MJOY0qNWcRAPBPJIWx/STfoCqqQZMJHDxIuh2QV/ScrollProgressBar.js", "ssg:https://framerusercontent.com/modules/cxLGkkj7CHWdsNr8AsGg/TUW25P7ngUlKUTMyq04t/componentPresets.js", "ssg:https://framerusercontent.com/modules/BGU25H0jifLJWsCFR9Us/89i0tbOL8ewFgADABDQN/DqcyMeIFo.js", "ssg:https://framerusercontent.com/modules/CzfzPzaBjGRSY3LkjXzD/Ohm5KjyrCuZucoV9ohBe/eMJwlCEnk.js", "ssg:https://framerusercontent.com/modules/987ZcSUX95qvfet9zSrP/WQ12mOvldetbr4HeYLHk/lYOLFlQp7.js", "ssg:https://framerusercontent.com/modules/hWVpuvYmCx1rTs27brG2/pNSIUA7AdaPXoejcoZ1S/oFmnpzi_h.js", "ssg:https://framerusercontent.com/modules/rHLyDOZfr5u7MAe34Dbc/jomwk63oPghyd9B0kGFN/PHuwR6CXa.js", "ssg:https://framerusercontent.com/modules/umMxmeGlAD9eqL48Il8Z/3IXhit9fxZkQf7EwgZcl/pM7m0p8b4.js", "ssg:https://framerusercontent.com/modules/UpWTpv8VHOHp716FzFMZ/l3wzgOWs6eXVH5lzvq1R/sgVikna6f.js", "ssg:https://framerusercontent.com/modules/ntXWzVcIOI97jPrqrxn0/k0Y7Qw1FMWeZIVih55qG/utyND5ptv.js", "ssg:https://framerusercontent.com/modules/sADKrMXTxhL6YmXMlA8l/WfGmmzuuNvAyM4xUOPcU/wWkRHVKMR.js", "ssg:https://framerusercontent.com/modules/nE08pALvA4eKkUOCynBp/AVppJBCJsFo5Z9DofOl3/YckFIlg3V.js", "ssg:https://framerusercontent.com/modules/g31HJlXMAGcTH4N7UjOq/zYFPoAuCNwrgUoaZgjoZ/t_aDJe_UU.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Responsive Image\n * By Benjamin\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n *\n */ export default function Image(props){const{image,alt,radius,padding,link,newTab,style,shadowOptions}=props;const{shadowX,shadowY,shadowBlur,shadowColor,shadowEnabled}=shadowOptions;const wrapperStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",width:\"100%\",height:\"100%\",padding:padding};const imageStyle={maxWidth:\"100%\",maxHeight:\"100%\",borderRadius:radius,boxShadow:shadowEnabled&&`${shadowX}px ${shadowY}px ${shadowBlur}px ${shadowColor}`};const imageSource=(image===null||image===void 0?void 0:image.src)||\"https://framerusercontent.com/images/64n4wnVJKDJspLlFZ6DarCP0M4.jpg\";return link?/*#__PURE__*/ _jsx(\"a\",{href:link,title:alt,target:newTab?\"_blank\":\"_self\",style:wrapperStyle,children:/*#__PURE__*/ _jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt})}):/*#__PURE__*/ _jsx(\"div\",{style:wrapperStyle,children:/*#__PURE__*/ _jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt})});};Image.defaultProps={radius:10,padding:10,alt:\"\",shadowOptions:{shadowEnabled:false,shadowX:0,shadowY:2,shadowBlur:4,shadowColor:\"rgba(0,0,0,0.2)\"}};addPropertyControls(Image,{image:{title:\"Image\",type:ControlType.ResponsiveImage},alt:{type:ControlType.String,title:\"Alt\",placeholder:\"Alt Text\"},radius:{title:\"Radius\",type:ControlType.Number,min:0,max:100,step:5,displayStepper:true},padding:{title:\"Padding\",type:ControlType.Number,min:0,max:100,step:5,displayStepper:true},link:{type:ControlType.Link,title:\"Link\"},newTab:{type:ControlType.Boolean,title:\"New Tab\",hidden:props=>!props.link},shadowOptions:{type:ControlType.Object,title:\"Shadow\",controls:{shadowEnabled:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},shadowX:{type:ControlType.Number,title:\"X\",min:0,defaultValue:0,hidden:props=>!props.shadowEnabled},shadowY:{type:ControlType.Number,title:\"Y\",min:0,defaultValue:2,hidden:props=>!props.shadowEnabled},shadowBlur:{type:ControlType.Number,title:\"Blur\",min:0,defaultValue:4,hidden:props=>!props.shadowEnabled},shadowColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.shadowEnabled}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Image\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,useSpring,useTransform,useScroll}from\"framer-motion\";/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 40\n */export default function ScrollProgressBar(props){const isCanvas=RenderTarget.current()===RenderTarget.canvas;const borderRadius=props.radiusIsMixed?`${props.topLeft}px ${props.topRight}px ${props.bottomRight}px ${props.bottomLeft}px`:`${props.radius}px`;const isVertical=props.direction==\"vertical\";const previewScroll=props.previewPercent/100;const{alignment}=props;const gradientScaled=props.fill.gradientScaled;const{scrollYProgress}=useScroll();const scroll=useSpring(scrollYProgress,props.transition);return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:props.direction==\"horizontal\"?\"row\":\"column\",justifyContent:alignment,borderRadius:borderRadius,backgroundColor:props.background,overflow:\"hidden\",...props.style},children:/*#__PURE__*/_jsx(motion.div,{initial:false,transition:{type:false},style:{[isVertical?\"width\":\"height\"]:\"100%\",[isVertical?\"height\":\"width\"]:useTransform(()=>`${isCanvas?previewScroll*100:scroll.get()*100}%`),background:useTransform(()=>props.fill.mode==\"color\"?props.fill.color:`linear-gradient(to ${isVertical?\"bottom\":\"right\"}, ${props.fill.startColor} ${gradientScaled?0:alignment==\"center\"?50+-50/(isCanvas?previewScroll:scroll.get()):alignment==\"flex-end\"?-100/(isCanvas?previewScroll:scroll.get())+100:0}%, ${props.fill.endColor} ${gradientScaled?100:alignment==\"center\"?50+50/(isCanvas?previewScroll:scroll.get()):alignment==\"flex-start\"?100/(isCanvas?previewScroll:scroll.get()):100}%)`),borderRadius:props.innerRadius?borderRadius:\"0px\"}})});}ScrollProgressBar.displayName=\"Scroll Progress Bar\";addPropertyControls(ScrollProgressBar,{fill:{type:ControlType.Object,controls:{mode:{type:ControlType.Enum,defaultValue:\"color\",options:[\"color\",\"gradient\"],optionTitles:[\"Solid\",\"Gradient\"],displaySegmentedControl:true},color:{type:ControlType.Color,defaultValue:\"#000\",hidden(props){return props.mode!=\"color\";}},startColor:{type:ControlType.Color,defaultValue:\"#000\",hidden(props){return props.mode!=\"gradient\";}},endColor:{type:ControlType.Color,defaultValue:\"#CCC\",hidden(props){return props.mode!=\"gradient\";}},gradientScaled:{type:ControlType.Boolean,defaultValue:false,title:\"Scaled\"}}},background:{type:ControlType.Color,defaultValue:\"#EDEDED\",optional:true},direction:{type:ControlType.Enum,defaultValue:\"horizontal\",options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true},alignment:{type:ControlType.Enum,defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{horizontal:[\"align-left\",\"align-center\",\"align-right\"],vertical:[\"align-top\",\"align-middle\",\"align-bottom\"]}},displaySegmentedControl:true},previewPercent:{type:ControlType.Number,defaultValue:75,min:0,max:100,unit:\"%\",title:\"Preview\"},radius:{type:ControlType.FusedNumber,defaultValue:10,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},innerRadius:{type:ControlType.Boolean,defaultValue:true},transition:{type:ControlType.Transition,defaultValue:{type:false,damping:60,delay:0,duration:.3,mass:1,stiffness:600},description:'Do not use \"Ease\"'}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ScrollProgressBar\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ScrollProgressBar.map", "// Generated by Framer (f7d95e4)\nexport const props={CqFNRjNoL:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,isMixedBorderRadius:false,topLeftRadius:0,topRightRadius:0},CR8CGv4fz:{borderRadius:15,bottomLeftRadius:15,bottomRightRadius:15,darkTheme:\"framerDark\",font:{fontFamily:'\"Fragment Mono\", monospace',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},isMixedBorderRadius:false,lightTheme:\"framerLight\",padding:30,paddingBottom:30,paddingLeft:30,paddingPerSide:false,paddingRight:30,paddingTop:30,theme:\"framerDark\",themeMode:\"Dynamic\",topLeftRadius:15,topRightRadius:15},KdPrJTaEc:{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,isMixedBorderRadius:false,isRed:false,topLeftRadius:0,topRightRadius:0}};export const fonts={CR8CGv4fz:[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}]};\nexport const __FramerMetadata__ = {\"exports\":{\"props\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Fragment Mono-regular\"]);export const fonts=[{family:\"Fragment Mono\",moduleAsset:{localModuleIdentifier:\"local-module:css/DqcyMeIFo:default\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4RNh4UI_1U.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4RNh4UI_1U.ttf\",weight:\"400\"}];export const css=['.framer-cpDaZ .framer-styles-preset-1smfg6k { --framer-code-font-family: \"Fragment Mono\", monospace; --framer-code-font-style: normal; --framer-code-font-weight: 400; --framer-code-text-color: #333; --framer-font-size-scale: 1; background-color: rgba(0, 0, 0, 0.1); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; padding-bottom: 0.1em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.1em; }'];export const className=\"framer-cpDaZ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6d82f59)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-FP5qh .framer-styles-preset-gkd5bl {  }\"];export const className=\"framer-FP5qh\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (81a45be)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;SF Compact Display Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"SF Compact Display Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/OXtJe5KkEOXo7EhsxaGfF49RRKI.otf\"}]}];export const css=['.framer-c1OIQ .framer-styles-preset-1pt2aqn:not(.rich-text-wrapper), .framer-c1OIQ .framer-styles-preset-1pt2aqn.rich-text-wrapper h6 { --framer-font-family: \"SF Compact Display Medium\", \"SF Compact Display Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-6ac1b70a-67cf-4a5b-8e67-47539fd38219, #a0a0a0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-c1OIQ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fd8545d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;SF Compact Display Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"SF Compact Display Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/r5WleibZUD88dy2qWDRq8TYrao.otf\"}]}];export const css=['.framer-JcyAM .framer-styles-preset-13sghr:not(.rich-text-wrapper), .framer-JcyAM .framer-styles-preset-13sghr.rich-text-wrapper p { --framer-font-family: \"SF Compact Display Regular\", \"SF Compact Display Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.1em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-6ac1b70a-67cf-4a5b-8e67-47539fd38219, #a0a0a0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-JcyAM .framer-styles-preset-13sghr:not(.rich-text-wrapper), .framer-JcyAM .framer-styles-preset-13sghr.rich-text-wrapper p { --framer-font-family: \"SF Compact Display Regular\", \"SF Compact Display Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.1em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-6ac1b70a-67cf-4a5b-8e67-47539fd38219, #a0a0a0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-JcyAM .framer-styles-preset-13sghr:not(.rich-text-wrapper), .framer-JcyAM .framer-styles-preset-13sghr.rich-text-wrapper p { --framer-font-family: \"SF Compact Display Regular\", \"SF Compact Display Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.1em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-6ac1b70a-67cf-4a5b-8e67-47539fd38219, #a0a0a0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-JcyAM\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ea53337)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;SF Compact Display Semibold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"SF Compact Display Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/ZPX5QyU8gHyYADt5u1je3kqbnvc.otf\"}]}];export const css=[\".framer-oMGzn .framer-styles-preset-1bshqpq:not(.rich-text-wrapper), .framer-oMGzn .framer-styles-preset-1bshqpq.rich-text-wrapper h2 { --framer-font-family: \\\"SF Compact Display Semibold\\\", \\\"SF Compact Display Semibold Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #333333); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; }\"];export const className=\"framer-oMGzn\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (81a45be)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;SF Compact Display Semibold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"SF Compact Display Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/ZPX5QyU8gHyYADt5u1je3kqbnvc.otf\"}]}];export const css=['.framer-N67X0 .framer-styles-preset-27id45:not(.rich-text-wrapper), .framer-N67X0 .framer-styles-preset-27id45.rich-text-wrapper h4 { --framer-font-family: \"SF Compact Display Semibold\", \"SF Compact Display Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 30px; --framer-text-alignment: left; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-N67X0 .framer-styles-preset-27id45:not(.rich-text-wrapper), .framer-N67X0 .framer-styles-preset-27id45.rich-text-wrapper h4 { --framer-font-family: \"SF Compact Display Semibold\", \"SF Compact Display Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 30px; --framer-text-alignment: left; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-N67X0 .framer-styles-preset-27id45:not(.rich-text-wrapper), .framer-N67X0 .framer-styles-preset-27id45.rich-text-wrapper h4 { --framer-font-family: \"SF Compact Display Semibold\", \"SF Compact Display Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 30px; --framer-text-alignment: left; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-N67X0\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (81a45be)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Libre Baskerville-italic\",\"GF;Libre Baskerville-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Libre Baskerville\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/librebaskerville/v14/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxMaDc2V2ro.woff2\",weight:\"400\"}]}];export const css=['.framer-tWdXx .framer-styles-preset-13edi0g:not(.rich-text-wrapper), .framer-tWdXx .framer-styles-preset-13edi0g.rich-text-wrapper p { --framer-font-family: \"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif; --framer-font-family-italic: \"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #333333); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-tWdXx .framer-styles-preset-13edi0g:not(.rich-text-wrapper), .framer-tWdXx .framer-styles-preset-13edi0g.rich-text-wrapper p { --framer-font-family: \"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif; --framer-font-family-italic: \"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.45em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #333333); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-tWdXx .framer-styles-preset-13edi0g:not(.rich-text-wrapper), .framer-tWdXx .framer-styles-preset-13edi0g.rich-text-wrapper p { --framer-font-family: \"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif; --framer-font-family-italic: \"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.35em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #333333); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-tWdXx\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (81a45be)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;SF Compact Display Semibold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"SF Compact Display Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/ZPX5QyU8gHyYADt5u1je3kqbnvc.otf\"}]}];export const css=['.framer-zzTZO .framer-styles-preset-1mm1c3r:not(.rich-text-wrapper), .framer-zzTZO .framer-styles-preset-1mm1c3r.rich-text-wrapper h5 { --framer-font-family: \"SF Compact Display Semibold\", \"SF Compact Display Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 1px; --framer-line-height: 1.25em; --framer-paragraph-spacing: 15px; --framer-text-alignment: left; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #333333); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-zzTZO\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (677c5d1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Libre Baskerville-italic\",\"GF;Libre Baskerville-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Libre Baskerville\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/librebaskerville/v14/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxMaDc2V2ro.woff2\",weight:\"400\"}]}];export const css=['.framer-59WEc .framer-styles-preset-1ogr8jq:not(.rich-text-wrapper), .framer-59WEc .framer-styles-preset-1ogr8jq.rich-text-wrapper blockquote { --framer-blockquote-font-family: \"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif; --framer-blockquote-font-family-italic: \"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif; --framer-blockquote-font-size: 23px; --framer-blockquote-font-style: italic; --framer-blockquote-font-style-italic: italic; --framer-blockquote-font-variation-axes: normal; --framer-blockquote-font-weight: 400; --framer-blockquote-font-weight-italic: 400; --framer-blockquote-letter-spacing: -0.02em; --framer-blockquote-line-height: 1.45em; --framer-blockquote-paragraph-spacing: 20px; --framer-blockquote-text-alignment: left; --framer-blockquote-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #333333); --framer-blockquote-text-stroke-color: initial; --framer-blockquote-text-stroke-width: initial; --framer-font-open-type-features: normal; border-bottom-width: 1px; border-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #333333); border-left-width: 0px; border-right-width: 0px; border-style: solid; border-top-width: 1px; padding: 40px 50px 40px 0px; }','.framer-59WEc .framer-styles-preset-1ogr8jq:not(.rich-text-wrapper)::before, .framer-59WEc .framer-styles-preset-1ogr8jq.rich-text-wrapper blockquote::before { background-color: var(--token-dbae964b-bf6d-472d-98f8-5b6acb34fbc5, #f65936) /* {\"name\":\"Red\"} */; border-radius: 40px 40px 1px 1px; content: \" \"; display: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 7px; }'];export const className=\"framer-59WEc\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fd8545d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Gambarino-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gambarino\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZINX7PW4XMYISLZAZKYY4QHYYHYNPKAV/Z54IGKTR4PBLA5KTYL3IDQZHFQPJJVNZ/6KBHT5NXCZVM6GHTPKGIR6DXZLQAYIFK.woff2\",weight:\"400\"}]}];export const css=['.framer-o5sIi .framer-styles-preset-12lj5ox:not(.rich-text-wrapper), .framer-o5sIi .framer-styles-preset-12lj5ox.rich-text-wrapper h3 { --framer-font-family: \"Gambarino\", \"Gambarino Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-o5sIi .framer-styles-preset-12lj5ox:not(.rich-text-wrapper), .framer-o5sIi .framer-styles-preset-12lj5ox.rich-text-wrapper h3 { --framer-font-family: \"Gambarino\", \"Gambarino Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-o5sIi .framer-styles-preset-12lj5ox:not(.rich-text-wrapper), .framer-o5sIi .framer-styles-preset-12lj5ox.rich-text-wrapper h3 { --framer-font-family: \"Gambarino\", \"Gambarino Placeholder\", serif; --framer-font-open-type-features: normal; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }'];export const className=\"framer-o5sIi\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Image1 from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/73UsIpa97froefZwqzz9/Image.js\";import CMSItemCounter from\"https://framerusercontent.com/modules/BBUAbGx22zVBT9dNUfhp/8sfQG6otPZ6Zt70vg4QT/CMSCounter.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import ScrollProgressBar from\"https://framerusercontent.com/modules/v5MJOY0qNWcRAPBPJIWx/STfoCqqQZMJHDxIuh2QV/ScrollProgressBar.js\";import Footer from\"#framer/local/canvasComponent/cYW02ri5F/cYW02ri5F.js\";import ButtonMenu from\"#framer/local/canvasComponent/DCXSWeeKb/DCXSWeeKb.js\";import ElementsAvatarCopy from\"#framer/local/canvasComponent/FqDwSbkX4/FqDwSbkX4.js\";import BrandRow from\"#framer/local/canvasComponent/JKWApoAfC/JKWApoAfC.js\";import Rows from\"#framer/local/canvasComponent/NEkMXNgzn/NEkMXNgzn.js\";import CardBrand from\"#framer/local/canvasComponent/rWlPZbm7N/rWlPZbm7N.js\";import Logo from\"#framer/local/canvasComponent/uLVuODKMw/uLVuODKMw.js\";import CategoryHyperlink from\"#framer/local/canvasComponent/VRrVsG8d4/VRrVsG8d4.js\";import Articles,{enumToDisplayNameFunctions}from\"#framer/local/collection/kFZ9bhFxc/kFZ9bhFxc.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle9 from\"#framer/local/css/CQ4LJEFCY/CQ4LJEFCY.js\";import*as sharedStyle12 from\"#framer/local/css/DqcyMeIFo/DqcyMeIFo.js\";import*as sharedStyle13 from\"#framer/local/css/eMJwlCEnk/eMJwlCEnk.js\";import*as sharedStyle14 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle8 from\"#framer/local/css/lYOLFlQp7/lYOLFlQp7.js\";import*as sharedStyle3 from\"#framer/local/css/oFmnpzi_h/oFmnpzi_h.js\";import*as sharedStyle4 from\"#framer/local/css/PHuwR6CXa/PHuwR6CXa.js\";import*as sharedStyle6 from\"#framer/local/css/pM7m0p8b4/pM7m0p8b4.js\";import*as sharedStyle from\"#framer/local/css/PW8DGe7q3/PW8DGe7q3.js\";import*as sharedStyle10 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle2 from\"#framer/local/css/sgVikna6f/sgVikna6f.js\";import*as sharedStyle7 from\"#framer/local/css/utyND5ptv/utyND5ptv.js\";import*as sharedStyle11 from\"#framer/local/css/wWkRHVKMR/wWkRHVKMR.js\";import*as sharedStyle1 from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle5 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import metadataProvider from\"#framer/local/webPageMetadata/t_aDJe_UU/t_aDJe_UU.js\";const ElementsAvatarCopyFonts=getFonts(ElementsAvatarCopy);const CMSItemCounterFonts=getFonts(CMSItemCounter);const LogoFonts=getFonts(Logo);const ButtonMenuFonts=getFonts(ButtonMenu);const RowsFonts=getFonts(Rows);const ScrollProgressBarFonts=getFonts(ScrollProgressBar);const MotionDivWithFX=withFX(motion.div);const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const VideoFonts=getFonts(Video);const ImageWithFX=withFX(Image);const CategoryHyperlinkFonts=getFonts(CategoryHyperlink);const Image1Fonts=getFonts(Image1);const BrandRowFonts=getFonts(BrandRow);const CardBrandFonts=getFonts(CardBrand);const ContainerWithFX=withFX(Container);const FooterFonts=getFonts(Footer);const breakpoints={FRw4rymS4:\"(max-width: 809px)\",oZZBR2oTq:\"(min-width: 1200px)\",SABXh2StP:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-gHFHw\";const variantClassNames={FRw4rymS4:\"framer-v-tr49sr\",oZZBR2oTq:\"framer-v-1b7sij1\",SABXh2StP:\"framer-v-1429xwd\"};const transition1={damping:60,delay:0,mass:.1,stiffness:600,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-63};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const negate=value=>{return!value;};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition3={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition4={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:150};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition5={damping:60,delay:.25,mass:1,stiffness:400,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:50};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation13={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:50};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"oZZBR2oTq\",Phone:\"FRw4rymS4\",Tablet:\"SABXh2StP\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"oZZBR2oTq\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"t_aDJe_UU\",data:Articles,type:\"Collection\"},select:[{collection:\"t_aDJe_UU\",name:\"mz9kVlpKW\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"yY_LYPfWj\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"vaSY19i4P\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"mR6WMkLiK\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"VIxfKYhCI\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"GSEMEwnpz\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"F8zBQKXIO\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"Ju99_oYna\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"SNzXc9qW1\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"PnrrC3gRl\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"UJo19OGpZ\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"uulcserP6\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"kBTDQ4OWA\",type:\"Identifier\"},{collection:\"t_aDJe_UU\",name:\"CKi4Be8r4\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"t_aDJe_UU\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,VIxfKYhCI=getFromCurrentRouteData(\"VIxfKYhCI\"),Ju99_oYna=getFromCurrentRouteData(\"Ju99_oYna\")??\"\",yY_LYPfWjcAjcFlA5n,uulcserP6cAjcFlA5n,idcAjcFlA5n,yY_LYPfWj=getFromCurrentRouteData(\"yY_LYPfWj\"),uulcserP6RT9ENxGPL,idRT9ENxGPL,uulcserP6pUolGHN9D,idpUolGHN9D,vaSY19i4P=getFromCurrentRouteData(\"vaSY19i4P\")??\"\",mR6WMkLiK=getFromCurrentRouteData(\"mR6WMkLiK\")??\"\",kBTDQ4OWA=getFromCurrentRouteData(\"kBTDQ4OWA\"),F8zBQKXIO=getFromCurrentRouteData(\"F8zBQKXIO\"),SNzXc9qW1=getFromCurrentRouteData(\"SNzXc9qW1\"),mz9kVlpKW=getFromCurrentRouteData(\"mz9kVlpKW\"),PnrrC3gRl=getFromCurrentRouteData(\"PnrrC3gRl\")??\"\",UJo19OGpZ=getFromCurrentRouteData(\"UJo19OGpZ\")??[],N6yFwmpWqXhVHCJKkv,CKi4Be8r4=getFromCurrentRouteData(\"CKi4Be8r4\")??\"\",N6yFwmpWqyLRQWn4Ac,uulcserP6UkzNTn9pq,GSEMEwnpzUkzNTn9pq,SNzXc9qW1UkzNTn9pq,vaSY19i4PUkzNTn9pq,idUkzNTn9pq,uulcserP6=getFromCurrentRouteData(\"uulcserP6\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const hx7zLPRFo3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(VIxfKYhCI);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"FRw4rymS4\")return false;return true;};const visible1=negate(isSet(VIxfKYhCI));const visible2=negate(isSet(kBTDQ4OWA));const elementId=useRouteElementId(\"pe_G2N_H1\");const ref1=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"SABXh2StP\",\"FRw4rymS4\"].includes(baseVariant))return false;return true;};const activeLocaleCode=useLocaleCode();const textContent1=toDateString(mz9kVlpKW,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const visible3=isSet(UJo19OGpZ);const isDisplayed2=()=>{if(!isBrowser())return true;if([\"SABXh2StP\",\"FRw4rymS4\"].includes(baseVariant))return true;return false;};const isDisplayed3=value=>{if(!isBrowser())return true;if([\"SABXh2StP\",\"FRw4rymS4\"].includes(baseVariant))return value;return true;};const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"oZZBR2oTq\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-20c9c865-f712-4e96-8cd7-7f67933d8121, rgb(247, 247, 247)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1b7sij1\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12og2wf\",\"data-framer-name\":\"NAVIGATION\",\"data-nosnippet\":true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j2zdqm\",\"data-framer-name\":\"Main Navi\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wazamp\",children:[visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c9fj36\",\"data-framer-name\":\"BRAND\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{openInNewTab:false}},children:/*#__PURE__*/_jsx(Link,{href:Ju99_oYna,motionChild:true,nodeId:\"cAjcFlA5n\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-12vxgs7 framer-znm8mn\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"cAjcFlA5n\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"cAjcFlA5n\",name:\"yY_LYPfWj\",type:\"Identifier\"},{collection:\"cAjcFlA5n\",name:\"uulcserP6\",type:\"Identifier\"},{collection:\"cAjcFlA5n\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"cAjcFlA5n\",name:\"yY_LYPfWj\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:yY_LYPfWj},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idcAjcFlA5n,uulcserP6:uulcserP6cAjcFlA5n,yY_LYPfWj:yY_LYPfWjcAjcFlA5n},index)=>{uulcserP6cAjcFlA5n??=\"\";const textContent=enumToDisplayNameFunctions[\"yY_LYPfWj\"]?.(yY_LYPfWjcAjcFlA5n,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`cAjcFlA5n-${idcAjcFlA5n}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{uulcserP6:uulcserP6cAjcFlA5n},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ow48j4\",\"data-framer-name\":\"Brand\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-eczz49\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-y7sbuw-container\",nodeId:\"R92kKzcIK\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(ElementsAvatarCopy,{ApbJ0qlLr:false,height:\"100%\",id:\"R92kKzcIK\",layoutId:\"R92kKzcIK\",rxuSom06d:\"var(--token-a249c9b2-a602-4b93-ba21-377a16cea550, rgb(12, 223, 152))\",style:{height:\"100%\",width:\"100%\"},VqLXyQmbq:100,width:\"100%\",xmIvQmf4p:toResponsiveImage(VIxfKYhCI)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-127xw1w hidden-tr49sr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e34i4t\",\"data-styles-preset\":\"PW8DGe7q3\",style:{\"--framer-text-color\":\"var(--token-6ac1b70a-67cf-4a5b-8e67-47539fd38219, rgb(160, 160, 160))\"},children:\"Content\"})}),className:\"framer-1xaszdc\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]})})},idcAjcFlA5n);})})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wsekee-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"T0pRh2L7X\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(CMSItemCounter,{collectionList:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ejk10c\",\"data-framer-name\":\"Articles Brand\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"RT9ENxGPL\",data:Articles,type:\"Collection\"},select:[{collection:\"RT9ENxGPL\",name:\"uulcserP6\",type:\"Identifier\"},{collection:\"RT9ENxGPL\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"RT9ENxGPL\",name:\"yY_LYPfWj\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:yY_LYPfWj},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idRT9ENxGPL,uulcserP6:uulcserP6RT9ENxGPL},index1)=>{uulcserP6RT9ENxGPL??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`RT9ENxGPL-${idRT9ENxGPL}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{uulcserP6:uulcserP6RT9ENxGPL},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16pt861\",\"data-framer-name\":\"Articles\"})})},idRT9ENxGPL);})})})})})],commas:true,font:{fontFamily:'\"SF Compact Display Semibold\", \"SF Compact Display Semibold Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0.1em\",lineHeight:\"0.1em\",textAlign:\"left\"},fontColor:\"var(--token-dbae964b-bf6d-472d-98f8-5b6acb34fbc5, rgb(246, 89, 54))\",height:\"100%\",id:\"T0pRh2L7X\",layoutId:\"T0pRh2L7X\",placeholder:0,textSelect:false,transform:{plural:false,pluralPrefix:\"\",pluralSuffix:\" items\",prefix:\"\",singularPrefix:\"\",singularSuffix:\"\",suffix:\"\"},width:\"100%\"})})})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r0fe9f\",\"data-framer-name\":\"NO BRAND\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Fw38esp6t\"},motionChild:true,nodeId:\"jaWdhcJJG\",openInNewTab:false,scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-16fedr2 framer-znm8mn\",\"data-framer-name\":\"CALEO ICON\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><g id=\"ss10590905431_1\"><path d=\"M 14.231 16.179 C 14.136 16.665 14.005 17.041 13.841 17.307 C 13.678 17.574 13.482 17.751 13.256 17.84 C 13.03 17.929 12.788 17.973 12.528 17.973 C 12.213 17.973 11.937 17.909 11.698 17.778 C 11.458 17.648 11.26 17.396 11.103 17.019 C 10.945 16.643 10.829 16.113 10.754 15.43 C 10.679 14.746 10.641 13.852 10.641 12.744 C 10.641 11.704 10.668 10.826 10.723 10.109 C 10.778 9.392 10.873 8.811 11.01 8.367 C 11.147 7.923 11.335 7.602 11.574 7.404 C 11.812 7.206 12.117 7.107 12.486 7.107 C 13.156 7.107 13.617 7.349 13.871 7.835 C 14.123 8.321 14.25 9.096 14.25 10.162 L 17.203 10.162 C 17.203 9.629 17.165 9.058 17.09 8.451 C 17.015 7.843 16.826 7.275 16.527 6.749 C 16.226 6.222 15.772 5.788 15.162 5.447 C 14.553 5.105 13.723 4.934 12.671 4.934 C 11.563 4.934 10.683 5.122 10.025 5.497 C 9.369 5.873 8.867 6.397 8.518 7.066 C 8.169 7.736 7.944 8.539 7.841 9.476 C 7.739 10.412 7.688 11.434 7.688 12.542 C 7.688 13.65 7.739 14.688 7.841 15.618 C 7.944 16.548 8.17 17.348 8.518 18.018 C 8.867 18.688 9.369 19.201 10.025 19.556 C 10.681 19.911 11.563 20.089 12.671 20.089 C 13.642 20.089 14.431 19.938 15.039 19.637 C 15.647 19.336 16.119 18.919 16.454 18.386 C 16.789 17.853 17.018 17.231 17.141 16.519 C 17.264 15.808 17.325 15.056 17.325 14.264 L 14.372 14.264 C 14.372 15.057 14.324 15.697 14.228 16.181 Z\" fill=\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(51, 51, 51)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 12.508 0 C 5.61 0 0 5.61 0 12.508 C 0 19.405 5.61 25.015 12.508 25.015 C 19.405 25.015 25.015 19.405 25.015 12.508 C 25.015 5.61 19.405 0 12.508 0 Z M 12.508 21.939 C 7.307 21.939 3.076 17.708 3.076 12.508 C 3.076 7.307 7.308 3.077 12.508 3.077 C 17.707 3.077 21.939 7.308 21.939 12.509 C 21.939 17.709 17.708 21.94 12.508 21.94 Z\" fill=\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(51, 51, 51)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path></g></svg>',svgContentId:10590905431,withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mg7dac-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OlJe61vYK\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(CMSItemCounter,{collectionList:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qnw24s\",\"data-framer-name\":\"Articles All\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"pUolGHN9D\",data:Articles,type:\"Collection\"},select:[{collection:\"pUolGHN9D\",name:\"uulcserP6\",type:\"Identifier\"},{collection:\"pUolGHN9D\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({id:idpUolGHN9D,uulcserP6:uulcserP6pUolGHN9D},index2)=>{uulcserP6pUolGHN9D??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`pUolGHN9D-${idpUolGHN9D}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{uulcserP6:uulcserP6pUolGHN9D},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z8oa34\",\"data-framer-name\":\"Articles\"})})},idpUolGHN9D);})})})})})],commas:true,font:{fontFamily:'\"SF Compact Display Semibold\", \"SF Compact Display Semibold Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0.1em\",lineHeight:\"0.1em\",textAlign:\"left\"},fontColor:\"var(--token-dbae964b-bf6d-472d-98f8-5b6acb34fbc5, rgb(246, 89, 54))\",height:\"100%\",id:\"OlJe61vYK\",layoutId:\"OlJe61vYK\",placeholder:0,textSelect:false,transform:{plural:false,pluralPrefix:\"\",pluralSuffix:\" items\",prefix:\"\",singularPrefix:\"\",singularSuffix:\"\",suffix:\"\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{width:\"140px\",y:21}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,y:22.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wohwda-container\",nodeId:\"r6Twz0tdg\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Logo,{Ftts9ts4D:\"caleomag.com\",height:\"100%\",id:\"r6Twz0tdg\",layoutId:\"r6Twz0tdg\",variant:\"VRpYyiokD\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gghhuo\",\"data-framer-name\":\"Button Alle Brands\",children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{y:21}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:22.5,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-zungxt-container\",id:\"zungxt\",nodeId:\"NDhOZdq8s\",scopeId:\"t_aDJe_UU\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{variant:overlay.visible?\"iyopiDcOi\":\"iyopiDcOi\"}},children:/*#__PURE__*/_jsx(ButtonMenu,{AxdykCQl5:\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(51, 51, 51))\",height:\"100%\",hx7zLPRFo:hx7zLPRFo3bnx0g({overlay}),id:\"NDhOZdq8s\",layoutId:\"NDhOZdq8s\",variant:overlay.visible?\"aBUNyYrP4\":\"iJnYiMbQf\",width:\"100%\",xenEp9T_O:\"var(--token-dbae964b-bf6d-472d-98f8-5b6acb34fbc5, rgb(246, 89, 54))\",YkSLsJmQt:\"var(--token-dbae964b-bf6d-472d-98f8-5b6acb34fbc5, rgb(246, 89, 54))\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1},className:cx(scopingClassNames,\"framer-mgj3y4\"),\"data-framer-portal-id\":\"zungxt\",exit:{opacity:0},initial:{opacity:0},onTap:()=>overlay.hide(),transition:{damping:60,delay:0,mass:.1,stiffness:600,type:\"spring\"}},\"jT_KRx4sz\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{width:\"min(90vw, 1600px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"min(95vw, 1600px)\",children:/*#__PURE__*/_jsx(Container,{animate:animation2,className:cx(scopingClassNames,\"framer-1id5wtt-container\"),\"data-framer-portal-id\":\"zungxt\",exit:animation1,inComponentSlot:true,initial:animation3,nodeId:\"Ro6g7yHtM\",rendersWithMotion:true,scopeId:\"t_aDJe_UU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{variant:\"Rxy2Lgrcv\"},SABXh2StP:{variant:\"gzXGJQbX9\"}},children:/*#__PURE__*/_jsx(Rows,{height:\"100%\",id:\"Ro6g7yHtM\",layoutId:\"Ro6g7yHtM\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"VaHxmQJU8\",width:\"100%\"})})})})})]}),getContainer())})})]})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jm1lp9\",\"data-framer-name\":\"Line\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zwvg5n-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"IlI7cQFWl\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(ScrollProgressBar,{alignment:\"flex-start\",background:\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(51, 51, 51))\",bottomLeft:0,bottomRight:0,direction:\"horizontal\",fill:{color:\"var(--token-dbae964b-bf6d-472d-98f8-5b6acb34fbc5, rgb(246, 89, 54))\",endColor:\"rgb(204, 204, 204)\",gradientScaled:false,mode:\"color\",startColor:\"rgb(0, 0, 0)\"},height:\"100%\",id:\"IlI7cQFWl\",innerRadius:false,layoutId:\"IlI7cQFWl\",previewPercent:75,radius:0,radiusIsMixed:false,style:{height:\"100%\",width:\"100%\"},topLeft:0,topRight:0,transition:{duration:0,type:\"tween\"},width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-d0qw4v hidden-tr49sr\",\"data-framer-name\":\"Brand List\",\"data-hide-scrollbars\":true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eiccpa\",\"data-framer-name\":\"HEADER ROLL OVER\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1ns7cfm\",\"data-framer-appear-id\":\"1ns7cfm\",\"data-framer-name\":\"Titel and Picture Roll Over\",initial:animation5,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{__framer__styleAppearEffectEnabled:undefined,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(51, 51, 51))\"},children:\"Herm\\xe8s FW25: Inhabiting Time\"})}),initial:animation9,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-color\":\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(51, 51, 51))\"},children:\"Herm\\xe8s FW25: Inhabiting Time\"})}),className:\"framer-v6gfz9\",\"data-framer-appear-id\":\"v6gfz9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:vaSY19i4P,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{__framer__styleAppearEffectEnabled:undefined,animate:animation12,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13edi0g\",\"data-styles-preset\":\"sgVikna6f\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(51, 51, 51))\"},children:\"Herm\\xe8s enth\\xfcllt F/W24 Kollektion von V\\xe9ronique Nichanian: Eine Kollektion, die Paradoxien und Materialspiel vereint.\"})}),initial:animation13,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13edi0g\",\"data-styles-preset\":\"sgVikna6f\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(51, 51, 51))\"},children:\"Herm\\xe8s enth\\xfcllt F/W24 Kollektion von V\\xe9ronique Nichanian: Eine Kollektion, die Paradoxien und Materialspiel vereint.\"})}),className:\"framer-z49aot\",\"data-framer-appear-id\":\"z49aot\",\"data-framer-name\":\"Preview Text\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:mR6WMkLiK,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1imz37k\",\"data-framer-name\":\"Picture Roll Over\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vhrwk4\",\"data-framer-name\":\"Video\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q7m9n6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fazvSPbXJ\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"var(--token-20c9c865-f712-4e96-8cd7-7f67933d8121, rgb(247, 247, 245))\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"fazvSPbXJ\",isMixedBorderRadius:false,layoutId:\"fazvSPbXJ\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:kBTDQ4OWA,srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SABXh2StP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+550+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(F8zBQKXIO)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:120,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+700+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(F8zBQKXIO)},className:\"framer-3v99rl\",\"data-framer-name\":\"Picture\"})})]})]}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-13jonl6\",\"data-framer-name\":\"CONTENT\",\"data-nosnippet\":true,id:elementId,ref:ref1,children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6kvrlt hidden-1429xwd hidden-tr49sr\",\"data-framer-name\":\"DESKTOP\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-140f6tj\",\"data-framer-name\":\"BODY\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3e2xft\",\"data-framer-name\":\"INFO\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,y:(componentViewport?.y||0)+0+1650+0+0+40+-12.5+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x70pog-container\",nodeId:\"b_vatYVma\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(CategoryHyperlink,{H31hUforj:enumToDisplayNameFunctions[\"SNzXc9qW1\"]?.(SNzXc9qW1,activeLocale),height:\"100%\",id:\"b_vatYVma\",layoutId:\"b_vatYVma\",style:{height:\"100%\"},variant:\"B5RM5zrZU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",style:{\"--framer-text-color\":\"var(--token-6ac1b70a-67cf-4a5b-8e67-47539fd38219, rgb(173, 173, 173))\"},children:\"Content\"})}),className:\"framer-1qqga8k\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16zyq6l\",\"data-border\":true,\"data-framer-name\":\"CONTENT\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"CqFNRjNoL\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"PyGugCyoB\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"CR8CGv4fz\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:PnrrC3gRl,className:\"framer-l9zshb\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-1ogr8jq\",code:\"framer-styles-preset-1smfg6k\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1bshqpq\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-27id45\",h5:\"framer-styles-preset-1mm1c3r\",h6:\"framer-styles-preset-1pt2aqn\",img:\"framer-styles-preset-gkd5bl\",p:\"framer-styles-preset-e21h0x\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rf1xgh\",\"data-framer-name\":\"AD\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://prf.hn/l/vwjxjqZ/\",motionChild:true,nodeId:\"Cv07OUTjg\",openInNewTab:true,scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1650+0+0+40+-12.5+0+0+0),pixelHeight:2e3,pixelWidth:2e3,sizes:\"300px\",src:\"https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg 2000w\"},className:\"framer-31xl9x framer-znm8mn\",\"data-framer-name\":\"Image Square\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-y9f1q4\",\"data-framer-name\":\"Label\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e34i4t\",\"data-styles-preset\":\"PW8DGe7q3\",style:{\"--framer-text-color\":\"var(--token-6ac1b70a-67cf-4a5b-8e67-47539fd38219, rgb(160, 160, 160))\"},children:\"Werbung\"})}),className:\"framer-p9m9fc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),visible3&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n7eky1\",\"data-framer-name\":\"GALLERY\",children:UJo19OGpZ?.map(({id,N6yFwmpWq:N6yFwmpWqXhVHCJKkv},index3)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`XhVHCJKkv-${id??index3}`,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wbviag-container\",isModuleExternal:true,nodeId:\"CsCTzkzQl\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(Image1,{alt:\"Asset A\",height:\"100%\",id:\"CsCTzkzQl\",image:toResponsiveImage(N6yFwmpWqXhVHCJKkv),layoutId:\"CsCTzkzQl\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})})},id??index3);})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bq5aj\",\"data-framer-name\":\"CREDITS\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"CqFNRjNoL\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"KdPrJTaEc\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"CR8CGv4fz\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:CKi4Be8r4,className:\"framer-1xgdlm7\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-1ogr8jq\",code:\"framer-styles-preset-1smfg6k\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-27id45\",h5:\"framer-styles-preset-1mm1c3r\",h6:\"framer-styles-preset-1pt2aqn\",img:\"framer-styles-preset-gkd5bl\",p:\"framer-styles-preset-e21h0x\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12k8id1 hidden-1b7sij1\",\"data-framer-name\":\"MOBILE\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ovvrl\",\"data-framer-name\":\"INFO\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{y:(componentViewport?.y||0)+0+1300+0+0+25+0+0+0},SABXh2StP:{y:(componentViewport?.y||0)+0+1100+0+0+25+-12.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,children:/*#__PURE__*/_jsx(Container,{className:\"framer-36np8b-container\",nodeId:\"eciUpQd9m\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(CategoryHyperlink,{H31hUforj:enumToDisplayNameFunctions[\"SNzXc9qW1\"]?.(SNzXc9qW1,activeLocale),height:\"100%\",id:\"eciUpQd9m\",layoutId:\"eciUpQd9m\",style:{height:\"100%\"},variant:\"B5RM5zrZU\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",style:{\"--framer-text-color\":\"var(--token-6ac1b70a-67cf-4a5b-8e67-47539fd38219, rgb(173, 173, 173))\"},children:\"Content\"})}),className:\"framer-1t7h9um\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3(visible3)&&/*#__PURE__*/_jsx(\"div\",{className:cx(\"framer-1a068z9\",!visible3&&\"hidden-1429xwd\",!visible3&&\"hidden-tr49sr\"),\"data-framer-name\":\"GALLERY\",children:UJo19OGpZ?.map(({id:id1,N6yFwmpWq:N6yFwmpWqyLRQWn4Ac},index4)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`yLRQWn4Ac-${id1??index4}`,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mtpbo2-container\",isModuleExternal:true,nodeId:\"swLAHpAR8\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(Image1,{alt:\"Asset A\",height:\"100%\",id:\"swLAHpAR8\",image:toResponsiveImage(N6yFwmpWqyLRQWn4Ac),layoutId:\"swLAHpAR8\",newTab:true,padding:0,radius:0,shadowOptions:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.2)\",shadowEnabled:false,shadowX:0,shadowY:2},style:{width:\"100%\"},width:\"100%\"})})})},id1??index4);})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14hnzqd\",\"data-border\":true,\"data-framer-name\":\"CONTENT\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"CqFNRjNoL\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"KdPrJTaEc\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"CR8CGv4fz\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-1ogr8jq\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1bshqpq\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-27id45\",h5:\"framer-styles-preset-1mm1c3r\",h6:\"framer-styles-preset-1pt2aqn\",img:\"framer-styles-preset-gkd5bl\",p:\"framer-styles-preset-e21h0x\"}},SABXh2StP:{stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-1ogr8jq\",code:\"framer-styles-preset-1smfg6k\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1bshqpq\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-27id45\",h5:\"framer-styles-preset-1mm1c3r\",h6:\"framer-styles-preset-1pt2aqn\",img:\"framer-styles-preset-gkd5bl\",p:\"framer-styles-preset-e21h0x\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:PnrrC3gRl,className:\"framer-121pshs\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-1ogr8jq\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-27id45\",h5:\"framer-styles-preset-1mm1c3r\",h6:\"framer-styles-preset-1pt2aqn\",img:\"framer-styles-preset-gkd5bl\",p:\"framer-styles-preset-e21h0x\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tijaft\",\"data-border\":true,\"data-framer-name\":\"CREDITS\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"CqFNRjNoL\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"KdPrJTaEc\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"CR8CGv4fz\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:CKi4Be8r4,className:\"framer-19ht5fj\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-1ogr8jq\",code:\"framer-styles-preset-1smfg6k\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-27id45\",h5:\"framer-styles-preset-1mm1c3r\",h6:\"framer-styles-preset-1pt2aqn\",img:\"framer-styles-preset-gkd5bl\",p:\"framer-styles-preset-e21h0x\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jbtl7j\",\"data-framer-name\":\"AD\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{href:\"https://prf.hn/l/vwjxjqZ/\",openInNewTab:true},SABXh2StP:{href:\"https://prf.hn/l/vwjxjqZ/\",openInNewTab:true}},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.awin1.com/cread.php?s=2306557&v=10009&q=319316&r=386337\",motionChild:true,nodeId:\"glQUEJ6bw\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1300+0+0+25+425+0+0),pixelHeight:2e3,pixelWidth:2e3,sizes:\"300px\",src:\"https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg 2000w\"}},SABXh2StP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1100+0+0+25+407.5+20+0),pixelHeight:2e3,pixelWidth:2e3,sizes:\"300px\",src:\"https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/l14xCCobxjaBIdh51XQmPMYU6w.jpeg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/DRajmCgstdCX5MBzuaVpqVuH0.jpg\"},className:\"framer-ku6ezt framer-znm8mn\",\"data-framer-name\":\"Image Square\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dqefb9\",\"data-framer-name\":\"Label\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e34i4t\",\"data-styles-preset\":\"PW8DGe7q3\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6ac1b70a-67cf-4a5b-8e67-47539fd38219, rgb(160, 160, 160))\"},children:\"Werbung\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1e34i4t\",\"data-styles-preset\":\"PW8DGe7q3\",style:{\"--framer-text-color\":\"var(--token-6ac1b70a-67cf-4a5b-8e67-47539fd38219, rgb(160, 160, 160))\"},children:\"Werbung\"})}),className:\"framer-9g4d3w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-se14au\",\"data-framer-name\":\"PADDING\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xre9wl\",\"data-framer-name\":\"WEITERE THEMEN\",\"data-nosnippet\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) * 0.9)`,y:(componentViewport?.y||0)+0+1300+0+823+0+0},SABXh2StP:{height:120,y:(componentViewport?.y||0)+0+1100+0+798+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`min(${componentViewport?.width||\"100vw\"} * 0.95, 1600px)`,y:(componentViewport?.y||0)+0+1650+0+564+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aioaam-container\",\"data-framer-name\":\"Headline\",name:\"Headline\",nodeId:\"eohHXjTVA\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{style:{width:\"100%\"},variant:\"yUe7qrdZI\"}},children:/*#__PURE__*/_jsx(BrandRow,{height:\"100%\",id:\"eohHXjTVA\",layoutId:\"eohHXjTVA\",name:\"Headline\",style:{height:\"100%\",width:\"100%\"},variant:\"Q7FPcrdHs\",width:\"100%\",z8w6b8zVW:\"Weitere Themen\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15z1sha\",\"data-framer-name\":\"Articles\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{query:{from:{alias:\"UkzNTn9pq\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"UkzNTn9pq\",direction:\"desc\",name:\"mz9kVlpKW\",type:\"Identifier\"}],select:[{collection:\"UkzNTn9pq\",name:\"uulcserP6\",type:\"Identifier\"},{collection:\"UkzNTn9pq\",name:\"GSEMEwnpz\",type:\"Identifier\"},{collection:\"UkzNTn9pq\",name:\"SNzXc9qW1\",type:\"Identifier\"},{collection:\"UkzNTn9pq\",name:\"vaSY19i4P\",type:\"Identifier\"},{collection:\"UkzNTn9pq\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"UkzNTn9pq\",name:\"yY_LYPfWj\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:yY_LYPfWj},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"UkzNTn9pq\",name:\"uulcserP6\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:uulcserP6},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"UkzNTn9pq\",name:\"U_fqU98P9\",type:\"Identifier\"},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"UkzNTn9pq\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},orderBy:[{collection:\"UkzNTn9pq\",direction:\"desc\",name:\"mz9kVlpKW\",type:\"Identifier\"}],select:[{collection:\"UkzNTn9pq\",name:\"uulcserP6\",type:\"Identifier\"},{collection:\"UkzNTn9pq\",name:\"GSEMEwnpz\",type:\"Identifier\"},{collection:\"UkzNTn9pq\",name:\"SNzXc9qW1\",type:\"Identifier\"},{collection:\"UkzNTn9pq\",name:\"vaSY19i4P\",type:\"Identifier\"},{collection:\"UkzNTn9pq\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"UkzNTn9pq\",name:\"yY_LYPfWj\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:yY_LYPfWj},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"UkzNTn9pq\",name:\"uulcserP6\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:uulcserP6},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"UkzNTn9pq\",name:\"U_fqU98P9\",type:\"Identifier\"},type:\"BinaryOperation\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({GSEMEwnpz:GSEMEwnpzUkzNTn9pq,id:idUkzNTn9pq,SNzXc9qW1:SNzXc9qW1UkzNTn9pq,uulcserP6:uulcserP6UkzNTn9pq,vaSY19i4P:vaSY19i4PUkzNTn9pq},index5)=>{uulcserP6UkzNTn9pq??=\"\";vaSY19i4PUkzNTn9pq??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`UkzNTn9pq-${idUkzNTn9pq}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{uulcserP6:uulcserP6UkzNTn9pq},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-13f872o\",\"data-framer-name\":\"Articles\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{uulcserP6:uulcserP6UkzNTn9pq},webPageId:\"t_aDJe_UU\"},implicitPathVariables:undefined},{href:{pathVariables:{uulcserP6:uulcserP6UkzNTn9pq},webPageId:\"t_aDJe_UU\"},implicitPathVariables:undefined},{href:{pathVariables:{uulcserP6:uulcserP6UkzNTn9pq},webPageId:\"t_aDJe_UU\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1600px) * 0.9, 200px)`,y:(componentViewport?.y||0)+0+1300+0+823+0+130+20+0+0+0},SABXh2StP:{width:`max((min(${componentViewport?.width||\"100vw\"} * 0.95, 1600px) - 20px) / 2, 200px)`,y:(componentViewport?.y||0)+0+1100+0+798+0+120+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:651,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.95, 1600px) - 25px) / 2, 200px)`,y:(componentViewport?.y||0)+0+1650+0+564+0+130+0+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ivrea0-container\",nodeId:\"a_4QV6Jab\",rendersWithMotion:true,scopeId:\"t_aDJe_UU\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{FGBLuU585:resolvedLinks[2]},SABXh2StP:{FGBLuU585:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(CardBrand,{FGBLuU585:resolvedLinks[0],G6l67NRzN:enumToDisplayNameFunctions[\"SNzXc9qW1\"]?.(SNzXc9qW1UkzNTn9pq,activeLocale),height:\"100%\",id:\"a_4QV6Jab\",layoutId:\"a_4QV6Jab\",LRL_mvDaJ:vaSY19i4PUkzNTn9pq,style:{width:\"100%\"},variant:\"Jhx9P6akf\",width:\"100%\",xuMNzM7cK:toResponsiveImage(GSEMEwnpzUkzNTn9pq)})})})})})})})})},idUkzNTn9pq);})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1600px)`,y:(componentViewport?.y||0)+0+2949},SABXh2StP:{y:(componentViewport?.y||0)+0+2714}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(${componentViewport?.width||\"100vw\"} * 0.95, 1600px)`,y:(componentViewport?.y||0)+0+3045,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ptbxd7-container\",\"data-framer-name\":\"FOOTER\",name:\"FOOTER\",nodeId:\"teqU_U6ea\",scopeId:\"t_aDJe_UU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FRw4rymS4:{variant:\"T0tXocv1c\"},SABXh2StP:{variant:\"oDG6hTdfw\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"teqU_U6ea\",layoutId:\"teqU_U6ea\",name:\"FOOTER\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"FeRnXFMjh\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gHFHw.framer-znm8mn, .framer-gHFHw .framer-znm8mn { display: block; }\",\".framer-gHFHw.framer-1b7sij1 { align-content: center; align-items: center; background-color: var(--token-20c9c865-f712-4e96-8cd7-7f67933d8121, #f7f7f7); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-gHFHw .framer-12og2wf { align-content: center; align-items: center; background-color: var(--token-20c9c865-f712-4e96-8cd7-7f67933d8121, #f7f7f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 70px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 20px 0px 0px 0px; position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-gHFHw .framer-1j2zdqm { align-content: center; align-items: center; bottom: 22px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; left: calc(50.00000000000002% - min(1600px, 95%) / 2); max-width: 1600px; overflow: hidden; padding: 0px; position: absolute; top: 22px; width: 95%; z-index: 3; }\",\".framer-gHFHw .framer-1wazamp { display: grid; flex: none; gap: 0px; grid-auto-rows: 200px; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, 200px); height: 25px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-c9fj36 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 1fr; }\",\".framer-gHFHw .framer-12vxgs7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-gHFHw .framer-ow48j4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-gHFHw .framer-eczz49 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 35px; }\",\".framer-gHFHw .framer-y7sbuw-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; width: 25px; }\",\".framer-gHFHw .framer-127xw1w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-gHFHw .framer-1xaszdc, .framer-gHFHw .framer-p9m9fc, .framer-gHFHw .framer-9g4d3w { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-gHFHw .framer-wsekee-container, .framer-gHFHw .framer-1mg7dac-container, .framer-gHFHw .framer-zungxt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-gHFHw .framer-ejk10c { display: grid; gap: 25px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: start; padding: 0px 0px 50px 0px; position: relative; width: 328px; }\",\".framer-gHFHw .framer-16pt861, .framer-gHFHw .framer-z8oa34, .framer-gHFHw .framer-13f872o { align-self: start; display: grid; flex: none; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: auto; justify-content: center; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-1r0fe9f { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 60px; }\",\".framer-gHFHw .framer-16fedr2 { flex: none; height: 25px; position: relative; text-decoration: none; width: 25px; }\",\".framer-gHFHw .framer-1qnw24s { display: grid; gap: 25px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); height: min-content; justify-content: start; padding: 0px; position: relative; width: 328px; }\",\".framer-gHFHw .framer-1wohwda-container { align-self: start; flex: none; height: auto; justify-self: center; position: relative; width: fit-content; }\",\".framer-gHFHw .framer-1gghhuo { align-content: center; align-items: center; align-self: start; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 25px; justify-content: flex-end; justify-self: end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",'.framer-gHFHw.framer-mgj3y4 { background-color: var(--token-20c9c865-f712-4e96-8cd7-7f67933d8121, #f7f7f5) /* {\"name\":\"Light Grey\"} */; inset: 0px; position: fixed; user-select: none; z-index: 5; }',\".framer-gHFHw.framer-1id5wtt-container { flex: none; height: 100vh; left: calc(50.00000000000002% - min(1600px, 95%) / 2); max-width: 1600px; position: fixed; top: 69px; width: 95%; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-gHFHw .framer-1jm1lp9 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: flex-start; left: 0px; overflow: hidden; padding: 25px 0px 0px 0px; position: absolute; right: 0px; top: 45px; z-index: 1; }\",\".framer-gHFHw .framer-zwvg5n-container { flex: 1 0 0px; height: 6px; position: relative; width: 1px; }\",\".framer-gHFHw .framer-d0qw4v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 50px 0px 0px 0px; position: relative; width: 1140px; }\",\".framer-gHFHw .framer-1eiccpa, .framer-gHFHw .framer-1xre9wl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-1ns7cfm { align-content: center; align-items: center; background-color: var(--token-20c9c865-f712-4e96-8cd7-7f67933d8121, #f7f7f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: 70vh; justify-content: center; overflow: hidden; padding: 75px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-gHFHw .framer-v6gfz9 { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 70%; z-index: 1; }\",\".framer-gHFHw .framer-z49aot { flex: none; height: auto; max-width: 75%; position: relative; white-space: pre-wrap; width: 50%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-gHFHw .framer-1imz37k { align-content: center; align-items: center; background-color: var(--token-20c9c865-f712-4e96-8cd7-7f67933d8121, #f7f7f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 95vh; justify-content: flex-end; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-1vhrwk4 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-gHFHw .framer-1q7m9n6-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-gHFHw .framer-3v99rl { flex: none; height: 140%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-gHFHw .framer-13jonl6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1600px; padding: 0px; position: relative; width: 95%; }\",\".framer-gHFHw .framer-6kvrlt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-140f6tj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-3e2xft { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 25%; z-index: 1; }\",\".framer-gHFHw .framer-x70pog-container, .framer-gHFHw .framer-36np8b-container { flex: none; height: 18px; position: relative; width: auto; }\",\".framer-gHFHw .framer-1qqga8k, .framer-gHFHw .framer-1t7h9um { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gHFHw .framer-16zyq6l { --border-bottom-width: 0px; --border-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #333333); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 60%; overflow: visible; padding: 0px 25px 0px 25px; position: relative; width: 1px; }\",\".framer-gHFHw .framer-l9zshb, .framer-gHFHw .framer-1xgdlm7 { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gHFHw .framer-rf1xgh, .framer-gHFHw .framer-1jbtl7j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; top: 100px; width: min-content; z-index: 1; }\",\".framer-gHFHw .framer-31xl9x, .framer-gHFHw .framer-ku6ezt { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 300px); justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 300px; }\",\".framer-gHFHw .framer-y9f1q4, .framer-gHFHw .framer-1dqefb9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-gHFHw .framer-1n7eky1 { display: grid; flex: none; gap: 25px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(0px, 1fr)); height: min-content; justify-content: start; max-width: 80%; padding: 50px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-wbviag-container { align-self: center; flex: none; height: auto; justify-self: center; position: relative; width: 100%; }\",\".framer-gHFHw .framer-1bq5aj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 45%; overflow: visible; padding: 40px 15px 0px 15px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-12k8id1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-10ovvrl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 143%; z-index: 1; }\",\".framer-gHFHw .framer-1a068z9 { display: grid; flex: 1 0 0px; gap: 25px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(0px, 1fr)); height: min-content; justify-content: start; padding: 0px; position: relative; width: 1px; }\",\".framer-gHFHw .framer-mtpbo2-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-gHFHw .framer-14hnzqd { --border-bottom-width: 0px; --border-color: rgba(51, 51, 51, 0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 60%; overflow: visible; padding: 0px 25px 0px 25px; position: relative; width: 1px; }\",\".framer-gHFHw .framer-121pshs { --framer-paragraph-spacing: 25px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gHFHw .framer-tijaft { --border-bottom-width: 0px; --border-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #333333); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 60%; overflow: visible; padding: 25px; position: relative; width: 120px; }\",\".framer-gHFHw .framer-19ht5fj { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 634px; word-break: break-word; word-wrap: break-word; }\",\".framer-gHFHw .framer-se14au { flex: none; height: 50px; overflow: hidden; position: relative; width: 100%; }\",\".framer-gHFHw .framer-1aioaam-container { flex: none; height: 130px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-15z1sha { display: grid; flex: none; gap: 25px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: start; padding: 0px 0px 25px 0px; position: relative; width: 100%; }\",\".framer-gHFHw .framer-1ivrea0-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 1fr; }\",\".framer-gHFHw .framer-1ptbxd7-container { flex: none; height: auto; max-width: 1600px; position: relative; width: 95%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gHFHw.framer-1b7sij1, .framer-gHFHw .framer-12og2wf, .framer-gHFHw .framer-1j2zdqm, .framer-gHFHw .framer-c9fj36, .framer-gHFHw .framer-12vxgs7, .framer-gHFHw .framer-ow48j4, .framer-gHFHw .framer-eczz49, .framer-gHFHw .framer-127xw1w, .framer-gHFHw .framer-1r0fe9f, .framer-gHFHw .framer-1gghhuo, .framer-gHFHw .framer-1jm1lp9, .framer-gHFHw .framer-d0qw4v, .framer-gHFHw .framer-1eiccpa, .framer-gHFHw .framer-1ns7cfm, .framer-gHFHw .framer-1imz37k, .framer-gHFHw .framer-13jonl6, .framer-gHFHw .framer-6kvrlt, .framer-gHFHw .framer-140f6tj, .framer-gHFHw .framer-3e2xft, .framer-gHFHw .framer-16zyq6l, .framer-gHFHw .framer-rf1xgh, .framer-gHFHw .framer-31xl9x, .framer-gHFHw .framer-y9f1q4, .framer-gHFHw .framer-1bq5aj, .framer-gHFHw .framer-12k8id1, .framer-gHFHw .framer-10ovvrl, .framer-gHFHw .framer-14hnzqd, .framer-gHFHw .framer-tijaft, .framer-gHFHw .framer-1jbtl7j, .framer-gHFHw .framer-ku6ezt, .framer-gHFHw .framer-1dqefb9, .framer-gHFHw .framer-1xre9wl { gap: 0px; } .framer-gHFHw.framer-1b7sij1 > *, .framer-gHFHw .framer-12og2wf > *, .framer-gHFHw .framer-1eiccpa > *, .framer-gHFHw .framer-1imz37k > *, .framer-gHFHw .framer-13jonl6 > *, .framer-gHFHw .framer-6kvrlt > *, .framer-gHFHw .framer-3e2xft > *, .framer-gHFHw .framer-10ovvrl > *, .framer-gHFHw .framer-1xre9wl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gHFHw.framer-1b7sij1 > :first-child, .framer-gHFHw .framer-12og2wf > :first-child, .framer-gHFHw .framer-1j2zdqm > :first-child, .framer-gHFHw .framer-d0qw4v > :first-child, .framer-gHFHw .framer-1eiccpa > :first-child, .framer-gHFHw .framer-1ns7cfm > :first-child, .framer-gHFHw .framer-1imz37k > :first-child, .framer-gHFHw .framer-13jonl6 > :first-child, .framer-gHFHw .framer-6kvrlt > :first-child, .framer-gHFHw .framer-3e2xft > :first-child, .framer-gHFHw .framer-16zyq6l > :first-child, .framer-gHFHw .framer-rf1xgh > :first-child, .framer-gHFHw .framer-31xl9x > :first-child, .framer-gHFHw .framer-y9f1q4 > :first-child, .framer-gHFHw .framer-1bq5aj > :first-child, .framer-gHFHw .framer-10ovvrl > :first-child, .framer-gHFHw .framer-14hnzqd > :first-child, .framer-gHFHw .framer-tijaft > :first-child, .framer-gHFHw .framer-1jbtl7j > :first-child, .framer-gHFHw .framer-ku6ezt > :first-child, .framer-gHFHw .framer-1dqefb9 > :first-child, .framer-gHFHw .framer-1xre9wl > :first-child { margin-top: 0px; } .framer-gHFHw.framer-1b7sij1 > :last-child, .framer-gHFHw .framer-12og2wf > :last-child, .framer-gHFHw .framer-1j2zdqm > :last-child, .framer-gHFHw .framer-d0qw4v > :last-child, .framer-gHFHw .framer-1eiccpa > :last-child, .framer-gHFHw .framer-1ns7cfm > :last-child, .framer-gHFHw .framer-1imz37k > :last-child, .framer-gHFHw .framer-13jonl6 > :last-child, .framer-gHFHw .framer-6kvrlt > :last-child, .framer-gHFHw .framer-3e2xft > :last-child, .framer-gHFHw .framer-16zyq6l > :last-child, .framer-gHFHw .framer-rf1xgh > :last-child, .framer-gHFHw .framer-31xl9x > :last-child, .framer-gHFHw .framer-y9f1q4 > :last-child, .framer-gHFHw .framer-1bq5aj > :last-child, .framer-gHFHw .framer-10ovvrl > :last-child, .framer-gHFHw .framer-14hnzqd > :last-child, .framer-gHFHw .framer-tijaft > :last-child, .framer-gHFHw .framer-1jbtl7j > :last-child, .framer-gHFHw .framer-ku6ezt > :last-child, .framer-gHFHw .framer-1dqefb9 > :last-child, .framer-gHFHw .framer-1xre9wl > :last-child { margin-bottom: 0px; } .framer-gHFHw .framer-1j2zdqm > *, .framer-gHFHw .framer-d0qw4v > *, .framer-gHFHw .framer-16zyq6l > *, .framer-gHFHw .framer-1bq5aj > *, .framer-gHFHw .framer-14hnzqd > *, .framer-gHFHw .framer-tijaft > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gHFHw .framer-c9fj36 > *, .framer-gHFHw .framer-eczz49 > *, .framer-gHFHw .framer-1r0fe9f > *, .framer-gHFHw .framer-1jm1lp9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gHFHw .framer-c9fj36 > :first-child, .framer-gHFHw .framer-12vxgs7 > :first-child, .framer-gHFHw .framer-ow48j4 > :first-child, .framer-gHFHw .framer-eczz49 > :first-child, .framer-gHFHw .framer-127xw1w > :first-child, .framer-gHFHw .framer-1r0fe9f > :first-child, .framer-gHFHw .framer-1gghhuo > :first-child, .framer-gHFHw .framer-1jm1lp9 > :first-child, .framer-gHFHw .framer-140f6tj > :first-child, .framer-gHFHw .framer-12k8id1 > :first-child { margin-left: 0px; } .framer-gHFHw .framer-c9fj36 > :last-child, .framer-gHFHw .framer-12vxgs7 > :last-child, .framer-gHFHw .framer-ow48j4 > :last-child, .framer-gHFHw .framer-eczz49 > :last-child, .framer-gHFHw .framer-127xw1w > :last-child, .framer-gHFHw .framer-1r0fe9f > :last-child, .framer-gHFHw .framer-1gghhuo > :last-child, .framer-gHFHw .framer-1jm1lp9 > :last-child, .framer-gHFHw .framer-140f6tj > :last-child, .framer-gHFHw .framer-12k8id1 > :last-child { margin-right: 0px; } .framer-gHFHw .framer-12vxgs7 > * { margin: 0px; margin-left: calc(9px / 2); margin-right: calc(9px / 2); } .framer-gHFHw .framer-ow48j4 > *, .framer-gHFHw .framer-1gghhuo > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-gHFHw .framer-127xw1w > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-gHFHw .framer-1ns7cfm > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-gHFHw .framer-140f6tj > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-gHFHw .framer-rf1xgh > *, .framer-gHFHw .framer-31xl9x > *, .framer-gHFHw .framer-1jbtl7j > *, .framer-gHFHw .framer-ku6ezt > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-gHFHw .framer-y9f1q4 > *, .framer-gHFHw .framer-1dqefb9 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-gHFHw .framer-12k8id1 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,'.framer-gHFHw[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-gHFHw [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-gHFHw[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-gHFHw [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-gHFHw[data-hide-scrollbars=\"true\"], .framer-gHFHw [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }','.framer-gHFHw[data-border=\"true\"]::after, .framer-gHFHw [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-gHFHw.framer-1b7sij1 { width: 810px; } .framer-gHFHw .framer-c9fj36 { order: 0; } .framer-gHFHw .framer-12vxgs7 { gap: 5px; } .framer-gHFHw .framer-1r0fe9f { order: 1; width: min-content; } .framer-gHFHw .framer-1wohwda-container { order: 2; } .framer-gHFHw .framer-1gghhuo { order: 3; } .framer-gHFHw .framer-1ns7cfm, .framer-gHFHw .framer-1imz37k { height: 55.00000000000001vh; } .framer-gHFHw .framer-v6gfz9 { max-width: 75%; width: 90%; } .framer-gHFHw .framer-12k8id1 { align-content: center; align-items: center; flex-direction: column; gap: 0px; padding: 25px 0px 0px 0px; } .framer-gHFHw .framer-10ovvrl { order: 0; padding: 0px 0px 30px 0px; width: 100%; } .framer-gHFHw .framer-1a068z9 { flex: none; grid-template-columns: repeat(1, minmax(0px, 1fr)); max-width: 80%; order: 2; padding: 50px 0px 0px 0px; width: 100%; } .framer-gHFHw .framer-14hnzqd { --border-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #333333); flex: none; max-width: 75%; order: 1; width: 80%; } .framer-gHFHw .framer-121pshs { --framer-paragraph-spacing: 30px; } .framer-gHFHw .framer-tijaft { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; max-width: 75%; order: 3; width: 80%; } .framer-gHFHw .framer-19ht5fj { width: 100%; } .framer-gHFHw .framer-1jbtl7j { align-content: center; align-items: center; justify-content: center; order: 4; padding: 20px 0px 0px 0px; width: 100%; } .framer-gHFHw .framer-se14au { height: 20px; } .framer-gHFHw .framer-1aioaam-container { height: 120px; } .framer-gHFHw .framer-15z1sha { gap: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gHFHw .framer-12vxgs7, .framer-gHFHw .framer-12k8id1, .framer-gHFHw .framer-15z1sha { gap: 0px; } .framer-gHFHw .framer-12vxgs7 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-gHFHw .framer-12vxgs7 > :first-child { margin-left: 0px; } .framer-gHFHw .framer-12vxgs7 > :last-child { margin-right: 0px; } .framer-gHFHw .framer-12k8id1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gHFHw .framer-12k8id1 > :first-child { margin-top: 0px; } .framer-gHFHw .framer-12k8id1 > :last-child { margin-bottom: 0px; } .framer-gHFHw .framer-15z1sha > *, .framer-gHFHw .framer-15z1sha > :first-child, .framer-gHFHw .framer-15z1sha > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-gHFHw.framer-1b7sij1 { width: 390px; } .framer-gHFHw .framer-1j2zdqm { left: calc(50.00000000000002% - min(1600px, 90%) / 2); top: 19px; width: 90%; } .framer-gHFHw .framer-c9fj36 { gap: 0px; order: 0; } .framer-gHFHw .framer-12vxgs7 { order: 0; } .framer-gHFHw .framer-wsekee-container, .framer-gHFHw .framer-1r0fe9f { order: 1; } .framer-gHFHw .framer-1wohwda-container { order: 2; width: 140px; } .framer-gHFHw .framer-1gghhuo { order: 3; } .framer-gHFHw.framer-1id5wtt-container { left: calc(50.00000000000002% - min(1600px, 90%) / 2); width: 90%; } .framer-gHFHw .framer-1ns7cfm { align-content: flex-start; align-items: flex-start; gap: 20px; width: 90%; } .framer-gHFHw .framer-v6gfz9 { max-width: 90%; width: 100%; will-change: var(--framer-will-change-effect-override, transform); } .framer-gHFHw .framer-z49aot { max-width: 100%; width: 90%; will-change: var(--framer-will-change-effect-override, transform); } .framer-gHFHw .framer-1imz37k { height: 60vh; padding: 0px 20px 40px 0px; } .framer-gHFHw .framer-13jonl6, .framer-gHFHw .framer-19ht5fj { width: 100%; } .framer-gHFHw .framer-12k8id1 { align-content: center; align-items: center; flex-direction: column; gap: 0px; padding: 25px 0px 0px 0px; } .framer-gHFHw .framer-10ovvrl { order: 0; padding: 0px 0px 30px 0px; width: 90%; } .framer-gHFHw .framer-1a068z9 { flex: none; grid-template-columns: repeat(1, minmax(0px, 1fr)); order: 2; padding: 25px 0px 0px 0px; width: 100%; } .framer-gHFHw .framer-14hnzqd { flex: none; max-width: unset; order: 1; padding: 0px; width: 100%; } .framer-gHFHw .framer-121pshs { --framer-paragraph-spacing: 30px; width: 90%; } .framer-gHFHw .framer-tijaft { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; max-width: unset; order: 3; padding: 30px 0px 50px 0px; width: 90%; } .framer-gHFHw .framer-1jbtl7j { align-content: center; align-items: center; order: 4; } .framer-gHFHw .framer-se14au { height: 35px; } .framer-gHFHw .framer-1aioaam-container { height: auto; width: 90%; } .framer-gHFHw .framer-15z1sha { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: center; padding: 20px 0px 25px 0px; width: 90%; } .framer-gHFHw .framer-13f872o { align-self: unset; gap: 20px; height: min-content; } .framer-gHFHw .framer-1ptbxd7-container { width: 90%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gHFHw .framer-c9fj36, .framer-gHFHw .framer-1ns7cfm, .framer-gHFHw .framer-12k8id1, .framer-gHFHw .framer-15z1sha, .framer-gHFHw .framer-13f872o { gap: 0px; } .framer-gHFHw .framer-c9fj36 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-gHFHw .framer-c9fj36 > :first-child { margin-left: 0px; } .framer-gHFHw .framer-c9fj36 > :last-child { margin-right: 0px; } .framer-gHFHw .framer-1ns7cfm > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-gHFHw .framer-1ns7cfm > :first-child, .framer-gHFHw .framer-12k8id1 > :first-child, .framer-gHFHw .framer-15z1sha > :first-child { margin-top: 0px; } .framer-gHFHw .framer-1ns7cfm > :last-child, .framer-gHFHw .framer-12k8id1 > :last-child, .framer-gHFHw .framer-15z1sha > :last-child { margin-bottom: 0px; } .framer-gHFHw .framer-12k8id1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gHFHw .framer-15z1sha > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gHFHw .framer-13f872o > *, .framer-gHFHw .framer-13f872o > :first-child, .framer-gHFHw .framer-13f872o > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3974\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SABXh2StP\":{\"layout\":[\"fixed\",\"auto\"]},\"FRw4rymS4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"pe_G2N_H1\":{\"pattern\":\":pe_G2N_H1\",\"name\":\"content\"}}\n * @framerResponsiveScreen\n */const Framert_aDJe_UU=withCSS(Component,css,\"framer-gHFHw\");export default Framert_aDJe_UU;Framert_aDJe_UU.displayName=\"Generated Component\";Framert_aDJe_UU.defaultProps={height:3974,width:1200};addFonts(Framert_aDJe_UU,[{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:\"SF Compact Display Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/ZPX5QyU8gHyYADt5u1je3kqbnvc.otf\"}]},...ElementsAvatarCopyFonts,...CMSItemCounterFonts,...LogoFonts,...ButtonMenuFonts,...RowsFonts,...ScrollProgressBarFonts,...VideoFonts,...CategoryHyperlinkFonts,...Image1Fonts,...BrandRowFonts,...CardBrandFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...componentPresets.fonts?.[\"CR8CGv4fz\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"CR8CGv4fz\"]):[],...componentPresets.fonts?.[\"CqFNRjNoL\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"CqFNRjNoL\"]):[],...componentPresets.fonts?.[\"PyGugCyoB\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"PyGugCyoB\"]):[],...componentPresets.fonts?.[\"KdPrJTaEc\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"KdPrJTaEc\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framert_aDJe_UU\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"pe_G2N_H1\\\":{\\\"pattern\\\":\\\":pe_G2N_H1\\\",\\\"name\\\":\\\"content\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"3974\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SABXh2StP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FRw4rymS4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Image", "props", "image", "alt", "radius", "padding", "link", "newTab", "style", "shadowOptions", "shadowX", "shadowY", "shadowBlur", "shadowColor", "shadowEnabled", "wrapperStyle", "imageStyle", "imageSource", "p", "addPropertyControls", "ControlType", "ScrollProgressBar", "props", "isCanvas", "RenderTarget", "borderRadius", "isVertical", "previewScroll", "alignment", "gradientScaled", "scrollYProgress", "useScroll", "scroll", "useSpring", "p", "motion", "useTransform", "addPropertyControls", "ControlType", "props", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "ElementsAvatarCopyFonts", "getFonts", "FqDwSbkX4_default", "CMSItemCounterFonts", "CMSCounter", "LogoFonts", "uLVuODKMw_default", "ButtonMenuFonts", "DCXSWeeKb_default", "RowsFonts", "NEkMXNgzn_default", "ScrollProgressBarFonts", "ScrollProgressBar", "MotionDivWithFX", "withFX", "motion", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "MotionDivWithOptimizedAppearEffect", "VideoFonts", "Video", "ImageWithFX", "Image2", "CategoryHyperlinkFonts", "VRrVsG8d4_default", "Image1Fonts", "Image", "BrandRowFonts", "JKWApoAfC_default", "CardBrandFonts", "rWlPZbm7N_default", "ContainerWithFX", "Container", "FooterFonts", "cYW02ri5F_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "isSet", "value", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "negate", "transition2", "animation1", "animation2", "animation3", "getContainer", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition3", "animation4", "animation5", "animation6", "transition4", "animation7", "animation8", "animation9", "animation10", "transition5", "animation11", "animation12", "animation13", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "animation14", "animation15", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "kFZ9bhFxc_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "VIxfKYhCI", "Ju99_oYna", "yY_LYPfWjcAjcFlA5n", "uulcserP6cAjcFlA5n", "idcAjcFlA5n", "yY_LYPfWj", "uulcserP6RT9ENxGPL", "idRT9ENxGPL", "uulcserP6pUolGHN9D", "idpUolGHN9D", "vaSY19i4P", "mR6WMkLiK", "kBTDQ4OWA", "F8zBQKXIO", "SNzXc9qW1", "mz9kVlpKW", "PnrrC3gRl", "UJo19OGpZ", "N6yFwmpWqXhVHCJKkv", "CKi4Be8r4", "N6yFwmpWqyLRQWn4Ac", "uulcserP6UkzNTn9pq", "GSEMEwnpzUkzNTn9pq", "SNzXc9qW1UkzNTn9pq", "vaSY19i4PUkzNTn9pq", "idUkzNTn9pq", "uulcserP6", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "hx7zLPRFo3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "visible1", "visible2", "elementId", "useRouteElementId", "ref1", "isDisplayed1", "activeLocaleCode", "useLocaleCode", "textContent1", "visible3", "isDisplayed2", "isDisplayed3", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "Link", "ChildrenCanSuspend", "collection", "paginationInfo", "l", "index", "textContent", "enumToDisplayNameFunctions", "PathVariablesContext", "ComponentViewportProvider", "x", "collection1", "paginationInfo1", "loadMore1", "index1", "SVG", "collection2", "paginationInfo2", "loadMore2", "index2", "AnimatePresence", "Ga", "getLoadingLazyAtYPosition", "ComponentPresetsProvider", "index3", "id1", "index4", "collection3", "paginationInfo3", "loadMore3", "index5", "ResolveLinks", "resolvedLinks", "css", "Framert_aDJe_UU", "withCSS", "t_aDJe_UU_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
