{"version":3,"file":"aNYOxSg1P.BMyBSu6S.mjs","names":["getProps","Component","className","css","useRef","Component","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","useRef","className","css","addPropertyOverrides","IconFonts","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","className","css","CTABanner","AdPixelV3","Author","useRef","className","Image"],"sources":["https:/framerusercontent.com/modules/hLOop9JfgBogxWvbCE4u/qtmAMsulY1egFr89gNLo/lLtlPjXjc.js","https:/framerusercontent.com/modules/8S5i4pGEerh4Cq8Es4Kh/RixMrXtNMqBqmNnp3hpB/AdsCode.js","https:/framerusercontent.com/modules/DvwEuHzUzzvxjtejIOC9/VYrgWeSnqlKY9jzgBIr1/AdVariables.js","https:/framerusercontent.com/modules/WAcdCcSVkghIbmBUjTWY/AdNmeOle9P978ZJ913t6/clhdtnoje.js","https:/framerusercontent.com/modules/QBtthYXgVxqmkrXLZXUM/zYpXgieGj4djyqaHjgt3/ttU2DNSpc.js","https:/framerusercontent.com/modules/bNRsBb9iSTBGZK2ySMXz/m1kFBvwnRHQ6qnBxwXlY/aNYOxSg1P.js"],"sourcesContent":["// Generated by Framer (ac3cb42)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.div,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"div\",{...rest,ref:ref});});const getProps=({fill,height,id,width,...props})=>{return{...props,ezTt3ayMo:fill??props.ezTt3ayMo??\"rgb(0, 0, 0)\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,ezTt3ayMo,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,className:cx(\"framer-fhA3H\",className),layoutId:layoutId,ref:ref,style:{\"--21h8s6\":ezTt3ayMo,...style}});});const css=['.framer-fhA3H { aspect-ratio: 1; background-color: var(--21h8s6); mask-image: url(\\'data:image/svg+xml,<svg aria-label=\"Caret Right\" display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 8.781 8.781 L 1.281 16.281 C 0.988 16.574 0.513 16.574 0.22 16.281 C -0.073 15.988 -0.073 15.513 0.22 15.22 L 7.19 8.25 L 0.22 1.281 C -0.073 0.988 -0.073 0.513 0.22 0.22 C 0.513 -0.073 0.988 -0.073 1.281 0.22 L 8.781 7.72 C 8.922 7.86 9.001 8.051 9.001 8.25 C 9.001 8.449 8.922 8.64 8.781 8.781 Z\" fill=\"var(--21h8s6, rgb(0,0,0))\" height=\"16.500834143065617px\" id=\"WCgy8w_DA\" opacity=\"1\" transform=\"translate(8.25 3.75)\" width=\"9.001007063846032px\"/></svg>\\'); mask-position: center; mask-repeat: no-repeat; width: 24px; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerVariables {\"ezTt3ayMo\":\"fill\"}\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Caret Right\",\"color\":{\"type\":\"variable\",\"value\":\"21h8s6\"},\"set\":{\"localId\":\"vectorSet/NGVKdicsm\",\"id\":\"NGVKdicsm\",\"moduleId\":\"omX0gWFPqDwhaiWwf6ab\"}}\n * @framerDisableUnlink true\n */const Icon=withCSS(Component,css,\"framer-fhA3H\");export default Icon;addPropertyControls(Icon,{ezTt3ayMo:{defaultValue:\"rgb(0, 0, 0)\",hidden:false,title:\"Fill\",type:ControlType.Color}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"24\",\"framerVariables\":\"{\\\"ezTt3ayMo\\\":\\\"fill\\\"}\",\"framerDisableUnlink\":\"true\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerVector\":\"{\\\"name\\\":\\\"Caret Right\\\",\\\"color\\\":{\\\"type\\\":\\\"variable\\\",\\\"value\\\":\\\"21h8s6\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/NGVKdicsm\\\",\\\"id\\\":\\\"NGVKdicsm\\\",\\\"moduleId\\\":\\\"omX0gWFPqDwhaiWwf6ab\\\"}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","/*  ------------------------------------------------------------------\n    fireImpression · Dynamic API-based, MRC-compliant\n    Fires an adImpression only after ≥50 % of the creative\n    has stayed in view for ≥1 second (\"dwell time\").\n    Fetches complete ad data from API endpoint dynamically.\n    ------------------------------------------------------------------ */import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";/* ––––– helper: push into GTM's dataLayer if available ––––– */const pushToDataLayer=(event,payload)=>{if(typeof window!==\"undefined\"&&window.dataLayer){console.log(`Pushing ${event}:`,payload);window.dataLayer.push({event,...payload});}else{console.error(\"dataLayer unavailable – payload was:\",payload);}};/* ––––– helper: fetch ad data from API ––––– */const fetchAdData=async endpoint=>{try{const response=await fetch(`https://ads.rostr.workers.dev/${endpoint}`);const data=await response.json();if(data.flights&&data.flights.length>0){const flight=data.flights[0];// Combine all data dynamically\nconst combinedData={// All inventory fields\n...data.inventory,// All flight fields\n...flight,// Meta fields\nadEndpoint:endpoint,source:\"framer\",timestamp:new Date().toISOString(),pageUrl:window.location.href,userAgent:navigator.userAgent};return combinedData;}throw new Error(\"No flights data available\");}catch(error){console.error(`Failed to fetch ad data for ${endpoint}:`,error);return null;}};/*  ––––– HOC ––––– */export function fireImpression(Wrapped){return props=>{const ref=useRef(null);/* page-level throttle / dedupe */let lastImpression=0;let impressionCount=0;const MAX_PER_PAGE=Infinity;const COOLDOWN_MS=0;const DWELL_MS=1e3// ← dwell-time constant\n;/* optional per-element dedupe */const countedSet=useRef(new WeakSet);useEffect(()=>{if(typeof window===\"undefined\")return;/* get endpoint from DOM text */const getEndpoint=()=>{if(!ref.current)return null;const endpointElement=ref.current.querySelector(\".endpoint .framer-text\");const endpoint=endpointElement?.textContent?.trim();if(!endpoint||endpoint===\"No endpoint found\"){console.error(\"No endpoint found in .endpoint element\");return null;}return endpoint;};/* dwell-timer holder */let dwellTimer=null;/* impression after dwell */const queueImpression=async()=>{if(impressionCount>=MAX_PER_PAGE)return;if(Date.now()-lastImpression<COOLDOWN_MS)return;if(countedSet.current.has(ref.current))return;const endpoint=getEndpoint();if(!endpoint)return;const data=await fetchAdData(endpoint);if(data){pushToDataLayer(\"adImpression\",data);lastImpression=Date.now();impressionCount+=1;countedSet.current.add(ref.current);}};/* click handler */const handleClick=async ev=>{const endpoint=getEndpoint();if(!endpoint)return;const data=await fetchAdData(endpoint);if(data){// Add click-specific data\ndata.clickUrl=ev.target?.closest(\"a\")?.getAttribute(\"href\")??\"No link found\";pushToDataLayer(\"adClick\",data);}};/* intersection observer with dwell-time logic */const observer=new IntersectionObserver(entries=>{const[entry]=entries;if(entry.isIntersecting&&entry.intersectionRatio>=.5){if(!dwellTimer){dwellTimer=setTimeout(queueImpression,DWELL_MS);}}else{if(dwellTimer){clearTimeout(dwellTimer);dwellTimer=null;}}},{threshold:[0,.5,1]});/* hook up listeners */if(ref.current){observer.observe(ref.current);ref.current.addEventListener(\"click\",handleClick,{passive:true});ref.current.addEventListener(\"touchstart\",handleClick,{passive:true});}/* cleanup */return()=>{if(ref.current){observer.unobserve(ref.current);ref.current.removeEventListener(\"click\",handleClick);ref.current.removeEventListener(\"touchstart\",handleClick);}if(dwellTimer)clearTimeout(dwellTimer);};},[]);/* @ts-ignore – ref forwarding intentional */return /*#__PURE__*/_jsx(Wrapped,{...props,ref:ref});};}\nexport const __FramerMetadata__ = {\"exports\":{\"fireImpression\":{\"type\":\"reactHoc\",\"name\":\"fireImpression\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AdsCode.map","/*  ------------------------------------------------------------------\n    Ads-API-aligned class helpers\n    ------------------------------------------------------------------ */import{jsx as _jsx}from\"react/jsx-runtime\";/* ——— tiny utilities so we don’t repeat ourselves ——— */const addClass=(props,cls)=>{props.className=(props.className?props.className+\" \":\"\")+cls;};const appendId=(props,suffix)=>{props.id=props.id?props.id+\" \"+suffix:suffix;};/* ───── Root marker: “this element is an ad” ───── */export function withEndpointClass(Component){return props=>{addClass(props,\"endpoint\");return /*#__PURE__*/_jsx(Component,{...props});};}/* ───── Root marker: “this element is an ad” ───── */export function withPromoClass(Component){return props=>{addClass(props,\"adpromotion\");return /*#__PURE__*/_jsx(Component,{...props});};}/* ───── Root marker: “this element is an ad” ───── */export function withTrgProductClass(Component){return props=>{addClass(props,\"trgproduct\");return /*#__PURE__*/_jsx(Component,{...props});};}/* ───── Field-specific markers (Ads API vocabulary) ───── */export function withCpidClass(Component){return props=>{addClass(props,\"cpid\")// CPID\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withCustomerClass(Component){return props=>{addClass(props,\"customer\")// Customer\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withCampaignClass(Component){return props=>{addClass(props,\"campaign\")// Campaign\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withChannelClass(Component){return props=>{addClass(props,\"channel\")// Channel\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withBundleClass(Component){return props=>{addClass(props,\"bundle\")// Bundle\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withPlacementIdClass(Component){return props=>{addClass(props,\"placement-id\")// PlacementId\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withPlacementNameClass(Component){return props=>{addClass(props,\"placement-name\")// PlacementName\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withImageClass(Component){return props=>{addClass(props,\"image\")// Image\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withLinkClass(Component){return props=>{addClass(props,\"link\")// Link\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withAssetVariantNameClass(Component){return props=>{addClass(props,\"asset-variant-name\")// AssetVariantName\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withAssetCaptionClass(Component){return props=>{addClass(props,\"asset-caption\")// AssetCaption\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withAssetTypeClass(Component){return props=>{addClass(props,\"asset-type\")// AssetCaption\n;return /*#__PURE__*/_jsx(Component,{...props});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withEndpointClass\":{\"type\":\"reactHoc\",\"name\":\"withEndpointClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPromoClass\":{\"type\":\"reactHoc\",\"name\":\"withPromoClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPlacementIdClass\":{\"type\":\"reactHoc\",\"name\":\"withPlacementIdClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withCampaignClass\":{\"type\":\"reactHoc\",\"name\":\"withCampaignClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withAssetCaptionClass\":{\"type\":\"reactHoc\",\"name\":\"withAssetCaptionClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withChannelClass\":{\"type\":\"reactHoc\",\"name\":\"withChannelClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withBundleClass\":{\"type\":\"reactHoc\",\"name\":\"withBundleClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withCustomerClass\":{\"type\":\"reactHoc\",\"name\":\"withCustomerClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLinkClass\":{\"type\":\"reactHoc\",\"name\":\"withLinkClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPlacementNameClass\":{\"type\":\"reactHoc\",\"name\":\"withPlacementNameClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withImageClass\":{\"type\":\"reactHoc\",\"name\":\"withImageClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withAssetTypeClass\":{\"type\":\"reactHoc\",\"name\":\"withAssetTypeClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withAssetVariantNameClass\":{\"type\":\"reactHoc\",\"name\":\"withAssetVariantNameClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withCpidClass\":{\"type\":\"reactHoc\",\"name\":\"withCpidClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTrgProductClass\":{\"type\":\"reactHoc\",\"name\":\"withTrgProductClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AdVariables.map","// Generated by Framer (20dc3ed)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withEndpointClass}from\"https://framerusercontent.com/modules/DvwEuHzUzzvxjtejIOC9/VYrgWeSnqlKY9jzgBIr1/AdVariables.js\";const RichTextWithEndpointClasshl4za9=withCodeBoundaryForOverrides(RichText,{nodeId:\"ZVcjDstr6\",override:withEndpointClass,scopeId:\"clhdtnoje\"});const serializationHash=\"framer-D3sO6\";const variantClassNames={BxqlIgMA3:\"framer-v-1viq950\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({endpoint,height,id,width,...props})=>{return{...props,CY4mFKehN:endpoint??props.CY4mFKehN??\"test\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,CY4mFKehN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"BxqlIgMA3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1viq950\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"BxqlIgMA3\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsx(RichTextWithEndpointClasshl4za9,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"1px\"},children:\"test\"})}),className:\"framer-hl4za9\",\"data-framer-name\":\"endpoint\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZVcjDstr6\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:CY4mFKehN,verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-D3sO6.framer-1884azz, .framer-D3sO6 .framer-1884azz { display: block; }\",\".framer-D3sO6.framer-1viq950 { height: 1px; overflow: hidden; position: relative; width: 1px; }\",\".framer-D3sO6 .framer-hl4za9 { bottom: -8px; flex: none; height: 1px; left: -13px; position: absolute; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1\n * @framerIntrinsicWidth 1\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"CY4mFKehN\":\"endpoint\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerclhdtnoje=withCSS(Component,css,\"framer-D3sO6\");export default Framerclhdtnoje;Framerclhdtnoje.displayName=\"Ad Pixel V3\";Framerclhdtnoje.defaultProps={height:1,width:1};addPropertyControls(Framerclhdtnoje,{CY4mFKehN:{defaultValue:\"test\",displayTextArea:false,title:\"endpoint\",type:ControlType.String}});addFonts(Framerclhdtnoje,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerclhdtnoje\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"CY4mFKehN\\\":\\\"endpoint\\\"}\",\"framerIntrinsicWidth\":\"1\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./clhdtnoje.map","// Generated by Framer (eea9f0c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Icon from\"https://framerusercontent.com/modules/hLOop9JfgBogxWvbCE4u/qtmAMsulY1egFr89gNLo/lLtlPjXjc.js\";import{TwoLineTruncatedText}from\"https://framerusercontent.com/modules/ZuwnhVoxYRjd0VedKReK/aty61PgaHQDBbXBE4ok4/Truncate_text.js\";const RichTextTwoLineTruncatedText1jyschr=withCodeBoundaryForOverrides(RichText,{nodeId:\"qEl4qtwOV\",override:TwoLineTruncatedText,scopeId:\"ttU2DNSpc\"});const IconFonts=getFonts(Icon);const cycleOrder=[\"PQXqtH4XV\",\"F51qg7yp7\"];const serializationHash=\"framer-j3K3p\";const variantClassNames={F51qg7yp7:\"framer-v-p79ppe\",PQXqtH4XV:\"framer-v-1r1oyvx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"PQXqtH4XV\",\"Variant 2\":\"F51qg7yp7\"};const getProps=({cTAText,height,id,width,...props})=>{return{...props,SB2dz3Er8:cTAText??props.SB2dz3Er8??\"Learn More\",variant:humanReadableVariantMap[props.variant]??props.variant??\"PQXqtH4XV\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,SB2dz3Er8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PQXqtH4XV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1r1oyvx\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"PQXqtH4XV\",ref:refBinding,style:{backgroundColor:\"rgb(0, 0, 0)\",...style},variants:{F51qg7yp7:{backgroundColor:\"var(--token-8d014b65-03cb-4539-bf80-fc13caf0c590, rgb(227, 20, 137))\"}},...addPropertyOverrides({F51qg7yp7:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-omtpee\",layoutDependency:layoutDependency,layoutId:\"hlXPj6f5z\",children:[/*#__PURE__*/_jsx(RichTextTwoLineTruncatedText1jyschr,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sign up\"})}),className:\"framer-1jyschr\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"qEl4qtwOV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:SB2dz3Er8,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Icon,{animated:true,className:\"framer-2hf690\",layoutDependency:layoutDependency,layoutId:\"ewHCE2X1p\",style:{\"--21h8s6\":\"rgb(255, 255, 255)\"}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j3K3p.framer-1qc28dx, .framer-j3K3p .framer-1qc28dx { display: block; }\",\".framer-j3K3p.framer-1r1oyvx { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 200px; }\",\".framer-j3K3p .framer-omtpee { align-content: center; align-items: center; display: flex; flex: 0.95 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-j3K3p .framer-1jyschr { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-j3K3p .framer-2hf690 { flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"F51qg7yp7\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"SB2dz3Er8\":\"cTAText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerttU2DNSpc=withCSS(Component,css,\"framer-j3K3p\");export default FramerttU2DNSpc;FramerttU2DNSpc.displayName=\"CTA Banner\";FramerttU2DNSpc.defaultProps={height:42,width:200};addPropertyControls(FramerttU2DNSpc,{variant:{options:[\"PQXqtH4XV\",\"F51qg7yp7\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},SB2dz3Er8:{defaultValue:\"Learn More\",displayTextArea:false,title:\"CTA Text\",type:ControlType.String}});addFonts(FramerttU2DNSpc,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...IconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerttU2DNSpc\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"F51qg7yp7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"42\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"SB2dz3Er8\\\":\\\"cTAText\\\"}\",\"framerIntrinsicWidth\":\"200\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (8ebf084)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Icon from\"https://framerusercontent.com/modules/hLOop9JfgBogxWvbCE4u/qtmAMsulY1egFr89gNLo/lLtlPjXjc.js\";import{fireImpression}from\"https://framerusercontent.com/modules/8S5i4pGEerh4Cq8Es4Kh/RixMrXtNMqBqmNnp3hpB/AdsCode.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/90kI9w11u3BjBS7n8caC/9fumA70KiPQkMKMmBLfb/Oy2LjsuEP.js\";import AdPixelV3 from\"https://framerusercontent.com/modules/WAcdCcSVkghIbmBUjTWY/AdNmeOle9P978ZJ913t6/clhdtnoje.js\";import Author from\"https://framerusercontent.com/modules/wTe2bTR8nkL5MbM7t85P/63x2dwGgyuYXLSofepAs/OSfdc4wGP.js\";import CTABanner from\"https://framerusercontent.com/modules/QBtthYXgVxqmkrXLZXUM/zYpXgieGj4djyqaHjgt3/ttU2DNSpc.js\";const IconFonts=getFonts(Icon);const CTABannerFonts=getFonts(CTABanner);const CTABannerWithVariantAppearEffect=withVariantAppearEffect(CTABanner);const AdPixelV3Fonts=getFonts(AdPixelV3);const AuthorFonts=getFonts(Author);const MotionAFireImpressionctfabm=withCodeBoundaryForOverrides(motion.a,{nodeId:\"DdoEuhbe8\",override:fireImpression,scopeId:\"aNYOxSg1P\"});const cycleOrder=[\"DdoEuhbe8\",\"zKdHz5RVd\",\"U_h6wEEdd\",\"MkytAlmEu\",\"nrVbnMwjV\"];const serializationHash=\"framer-m19qa\";const variantClassNames={DdoEuhbe8:\"framer-v-ctfabm\",MkytAlmEu:\"framer-v-vt6k4\",nrVbnMwjV:\"framer-v-3o29g1\",U_h6wEEdd:\"framer-v-177q31w\",zKdHz5RVd:\"framer-v-1cwyuhk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"CTA Square\":\"MkytAlmEu\",\"PB Banner\":\"U_h6wEEdd\",\"Presented By\":\"nrVbnMwjV\",Leaderboard:\"DdoEuhbe8\",Square:\"zKdHz5RVd\"};const getProps=({adDisclaimerVisible,adImage,adRadius,avatarImage,avatarName,border,caption,captionColor,cTASquareFill,cTAText,endpoint,height,id,link,presentedByText,showCaptionBlock,showCTABanner,visible,width,...props})=>{return{...props,DMW0Ef1Fx:endpoint??props.DMW0Ef1Fx??\"needs endpoint\",gSVsuxoe4:adDisclaimerVisible??props.gSVsuxoe4??true,iVCWoW5ai:captionColor??props.iVCWoW5ai??\"rgb(0, 0, 0)\",JM3nnjxW_:link??props.JM3nnjxW_,Kpo5LzuhA:avatarName??props.Kpo5LzuhA??\"Advertiser\",lOsGR4gF5:showCTABanner??props.lOsGR4gF5??true,LSaM7eHso:caption??props.LSaM7eHso??\"This is an ad caption\",Q2yqDbevQ:cTASquareFill??props.Q2yqDbevQ??\"rgba(255, 255, 255, 0)\",R7lS3oixB:showCaptionBlock??props.R7lS3oixB??true,S75qMSAtV:visible??props.S75qMSAtV??true,TC0NEogIi:border??props.TC0NEogIi??{borderColor:\"#222\",borderStyle:\"solid\",borderWidth:1},variant:humanReadableVariantMap[props.variant]??props.variant??\"DdoEuhbe8\",vBjBMxhRq:avatarImage??props.vBjBMxhRq,XgYl0xkBM:adImage??props.XgYl0xkBM,XK_vyPZpX:adRadius??props.XK_vyPZpX??\"0px\",zaWBzwN3J:presentedByText??props.zaWBzwN3J??\"Presented By…\",zrqYgqlGb:cTAText??props.zrqYgqlGb??\"Learn More\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,S75qMSAtV,DMW0Ef1Fx,XgYl0xkBM,JM3nnjxW_,Q2yqDbevQ,TC0NEogIi,R7lS3oixB,LSaM7eHso,iVCWoW5ai,lOsGR4gF5,zrqYgqlGb,vBjBMxhRq,Kpo5LzuhA,zaWBzwN3J,XK_vyPZpX,gSVsuxoe4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DdoEuhbe8\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=value=>{if(baseVariant===\"MkytAlmEu\")return value;return false;};const isDisplayed1=()=>{if(baseVariant===\"MkytAlmEu\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"nrVbnMwjV\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"nrVbnMwjV\")return false;return true;};const isDisplayed4=value=>{if(baseVariant===\"MkytAlmEu\")return false;return value;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:S75qMSAtV&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:JM3nnjxW_,motionChild:true,nodeId:\"DdoEuhbe8\",scopeId:\"aNYOxSg1P\",...addPropertyOverrides({MkytAlmEu:{openInNewTab:true},zKdHz5RVd:{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionAFireImpressionctfabm,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-ctfabm\",className,classNames)} framer-1bvabgt`,\"data-framer-name\":\"Leaderboard\",layoutDependency:layoutDependency,layoutId:\"DdoEuhbe8\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{MkytAlmEu:{\"--border-bottom-width\":(TC0NEogIi.borderBottomWidth??TC0NEogIi.borderWidth)+\"px\",\"--border-color\":TC0NEogIi.borderColor,\"--border-left-width\":(TC0NEogIi.borderLeftWidth??TC0NEogIi.borderWidth)+\"px\",\"--border-right-width\":(TC0NEogIi.borderRightWidth??TC0NEogIi.borderWidth)+\"px\",\"--border-style\":TC0NEogIi.borderStyle,\"--border-top-width\":(TC0NEogIi.borderTopWidth??TC0NEogIi.borderWidth)+\"px\",backgroundColor:Q2yqDbevQ,borderBottomLeftRadius:radiusForCorner(XK_vyPZpX,3),borderBottomRightRadius:radiusForCorner(XK_vyPZpX,2),borderTopLeftRadius:radiusForCorner(XK_vyPZpX,0),borderTopRightRadius:radiusForCorner(XK_vyPZpX,1)},nrVbnMwjV:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},U_h6wEEdd:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},zKdHz5RVd:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"}},...addPropertyOverrides({MkytAlmEu:{\"data-border\":true,\"data-framer-name\":\"CTA Square\"},nrVbnMwjV:{\"data-framer-name\":\"Presented By\"},U_h6wEEdd:{\"data-framer-name\":\"PB Banner\"},zKdHz5RVd:{\"data-border\":true,\"data-framer-name\":\"Square\"}},baseVariant,gestureVariant),children:[isDisplayed(R7lS3oixB)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-9mv042\",\"data-framer-name\":\"Caption\",layoutDependency:layoutDependency,layoutId:\"gqkord_OB\",children:isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-tre3a4\",\"data-styles-preset\":\"Oy2LjsuEP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-iVCWoW5ai-aNYOxSg1P))\"},children:\"Occaecat elit occaecat enim elit laborum excepteur sit non in fugiat. Enim magna proident veniam commodo nulla dolore aliquip amet aliqua non minim cillum eiusmod exercitation sint.\"})}),className:\"framer-1e5yzxi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YSmjDuc5X\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-iVCWoW5ai-aNYOxSg1P)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-iVCWoW5ai-aNYOxSg1P\":iVCWoW5ai},text:LSaM7eHso,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yu1hpp\",\"data-framer-name\":\"CTA Banner\",layoutDependency:layoutDependency,layoutId:\"m8uguSG_p\",style:{backgroundColor:\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wvxib0\",layoutDependency:layoutDependency,layoutId:\"QJ1_QhdiY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Presented By…\"})}),className:\"framer-1rw1us4\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"M5jvBMOzX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:zaWBzwN3J,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(Icon,{animated:true,className:\"framer-43uikd\",layoutDependency:layoutDependency,layoutId:\"kmgfes1UH\",style:{\"--21h8s6\":\"rgb(255, 255, 255)\"}})]})}),isDisplayed(lOsGR4gF5)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({MkytAlmEu:{height:42,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+653}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qbrg08-container\",layoutDependency:layoutDependency,layoutId:\"xaFxX4zE4-container\",nodeId:\"xaFxX4zE4\",rendersWithMotion:true,scopeId:\"aNYOxSg1P\",children:/*#__PURE__*/_jsx(CTABannerWithVariantAppearEffect,{height:\"100%\",id:\"xaFxX4zE4\",layoutId:\"xaFxX4zE4\",SB2dz3Er8:zrqYgqlGb,style:{height:\"100%\",width:\"100%\"},variant:\"PQXqtH4XV\",width:\"100%\",...addPropertyOverrides({MkytAlmEu:{__framer__animateOnce:false,__framer__obscuredVariantId:\"PQXqtH4XV\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"F51qg7yp7\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(XgYl0xkBM)},className:\"framer-lotdt3\",\"data-framer-name\":\"Creative\",layoutDependency:layoutDependency,layoutId:\"jWaSWbLKE\",...addPropertyOverrides({MkytAlmEu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+52),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(XgYl0xkBM)}},nrVbnMwjV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+27),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(XgYl0xkBM)}}},baseVariant,gestureVariant),children:[isDisplayed4(gSVsuxoe4)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t57ki9\",\"data-framer-name\":\"Ad Disclosure\",layoutDependency:layoutDependency,layoutId:\"C7RexChaP\",style:{backgroundColor:\"var(--token-f7b00abd-a07a-4509-a40d-30646e5cbfad, rgb(255, 191, 0))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"AD\"})}),className:\"framer-560vnq\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"Tqn3Qo39Y\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"1px\",y:(componentViewport?.y||0)+0+0+0+((Math.max(0,((componentViewport?.height||90)-0-0)/1)*1-0-1)/2+0+0),...addPropertyOverrides({MkytAlmEu:{y:(componentViewport?.y||0)+0+52+0+600},nrVbnMwjV:{y:(componentViewport?.y||0)+0+27+0+44.5},U_h6wEEdd:{y:(componentViewport?.y||0)+0+0+0+((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0-1)/2+0+0)},zKdHz5RVd:{y:(componentViewport?.y||0)+0+0+0+((Math.max(0,((componentViewport?.height||601)-0-0)/1)*1-0-1)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gk3i9v-container\",layoutDependency:layoutDependency,layoutId:\"w0qo6IF1z-container\",nodeId:\"w0qo6IF1z\",rendersWithMotion:true,scopeId:\"aNYOxSg1P\",style:{opacity:0},children:/*#__PURE__*/_jsx(AdPixelV3,{CY4mFKehN:DMW0Ef1Fx,height:\"100%\",id:\"w0qo6IF1z\",layoutId:\"w0qo6IF1z\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jlniiw\",layoutDependency:layoutDependency,layoutId:\"u6C9BHeM0\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({MkytAlmEu:{height:28,width:`max(${componentViewport?.width||\"100vw\"} * 0.95, 1px)`,y:(componentViewport?.y||0)+0+0+12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13x42iy-container\",layoutDependency:layoutDependency,layoutId:\"WpjnAIkcv-container\",nodeId:\"WpjnAIkcv\",rendersWithMotion:true,scopeId:\"aNYOxSg1P\",children:/*#__PURE__*/_jsx(Author,{height:\"100%\",ICg1oCgXR:toResponsiveImage(vBjBMxhRq),id:\"WpjnAIkcv\",layoutId:\"WpjnAIkcv\",mgZGhCwsF:iVCWoW5ai,pDpDIAMeg:Kpo5LzuhA,style:{width:\"100%\"},variant:\"F2V_waYQJ\",width:\"100%\",ZWab6f3PU:\"999px\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jhw5tv\",\"data-framer-name\":\"Ad Disclosure\",layoutDependency:layoutDependency,layoutId:\"tsInAonNO\",style:{backgroundColor:\"var(--token-f7b00abd-a07a-4509-a40d-30646e5cbfad, rgb(255, 191, 0))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"AD\"})}),className:\"framer-1jwbt0p\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"DNxnlkzbD\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-m19qa.framer-1bvabgt, .framer-m19qa .framer-1bvabgt { display: block; }\",\".framer-m19qa.framer-ctfabm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 90px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 728px; }\",\".framer-m19qa .framer-9mv042 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 51px; overflow: visible; padding: 0px 0px 16px 0px; position: relative; width: 95%; }\",\".framer-m19qa .framer-1e5yzxi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-m19qa .framer-1yu1hpp { align-content: center; align-items: center; aspect-ratio: 26.962962962962962 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 7px); justify-content: center; overflow: visible; padding: 6px; position: relative; width: 100%; }\",\".framer-m19qa .framer-1wvxib0 { align-content: center; align-items: center; display: flex; flex: 0.95 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-m19qa .framer-1rw1us4 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-m19qa .framer-43uikd { flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-m19qa .framer-1qbrg08-container { flex: none; height: 42px; position: relative; width: 100%; }\",\".framer-m19qa .framer-lotdt3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-m19qa .framer-1t57ki9 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 20px; justify-content: center; overflow: visible; padding: 3px; position: absolute; right: 0px; width: 24px; z-index: 1; }\",\".framer-m19qa .framer-560vnq, .framer-m19qa .framer-1jwbt0p { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-m19qa .framer-gk3i9v-container { flex: none; height: 1px; position: relative; width: 1px; }\",\".framer-m19qa .framer-jlniiw { 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; min-height: 201px; overflow: visible; padding: 12px 0px 12px 0px; position: relative; width: 95%; }\",\".framer-m19qa .framer-13x42iy-container { flex: 0.95 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-m19qa .framer-jhw5tv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 22px; justify-content: center; overflow: visible; padding: 3px; position: absolute; right: 10px; top: 10px; width: 23px; z-index: 1; }\",\".framer-m19qa.framer-v-1cwyuhk.framer-ctfabm { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 601px); width: 601px; }\",\".framer-m19qa.framer-v-1cwyuhk .framer-1t57ki9 { height: 22px; width: 23px; }\",\".framer-m19qa.framer-v-177q31w.framer-ctfabm { height: 80px; width: 900px; }\",\".framer-m19qa.framer-v-vt6k4.framer-ctfabm { aspect-ratio: 1 / 1; gap: 0px; height: var(--framer-aspect-ratio-supported, 735px); width: 601px; }\",\".framer-m19qa.framer-v-vt6k4 .framer-9mv042 { flex-direction: row; min-height: unset; order: 4; padding: 12px 0px 12px 0px; }\",\".framer-m19qa.framer-v-vt6k4 .framer-1e5yzxi { flex: 1 0 0px; width: 1px; }\",\".framer-m19qa.framer-v-vt6k4 .framer-1qbrg08-container { order: 3; }\",\".framer-m19qa.framer-v-vt6k4 .framer-lotdt3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 601px); justify-content: flex-end; order: 2; overflow: visible; }\",\".framer-m19qa.framer-v-vt6k4 .framer-jlniiw { min-height: unset; order: 0; }\",\".framer-m19qa.framer-v-3o29g1.framer-ctfabm { aspect-ratio: 8.088888888888889 / 1; gap: 0px; height: var(--framer-aspect-ratio-supported, 117px); }\",\".framer-m19qa.framer-v-3o29g1 .framer-1yu1hpp { height: var(--framer-aspect-ratio-supported, 27px); }\",\".framer-m19qa.framer-v-3o29g1 .framer-lotdt3 { aspect-ratio: 8.088888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 90px); }\",...sharedStyle.css,'.framer-m19qa[data-border=\"true\"]::after, .framer-m19qa [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 90\n * @framerIntrinsicWidth 728\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"zKdHz5RVd\":{\"layout\":[\"fixed\",\"fixed\"]},\"U_h6wEEdd\":{\"layout\":[\"fixed\",\"fixed\"]},\"MkytAlmEu\":{\"layout\":[\"fixed\",\"fixed\"]},\"nrVbnMwjV\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"S75qMSAtV\":\"visible\",\"DMW0Ef1Fx\":\"endpoint\",\"XgYl0xkBM\":\"adImage\",\"JM3nnjxW_\":\"link\",\"Q2yqDbevQ\":\"cTASquareFill\",\"TC0NEogIi\":\"border\",\"R7lS3oixB\":\"showCaptionBlock\",\"LSaM7eHso\":\"caption\",\"iVCWoW5ai\":\"captionColor\",\"lOsGR4gF5\":\"showCTABanner\",\"zrqYgqlGb\":\"cTAText\",\"vBjBMxhRq\":\"avatarImage\",\"Kpo5LzuhA\":\"avatarName\",\"zaWBzwN3J\":\"presentedByText\",\"XK_vyPZpX\":\"adRadius\",\"gSVsuxoe4\":\"adDisclaimerVisible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameraNYOxSg1P=withCSS(Component,css,\"framer-m19qa\");export default FrameraNYOxSg1P;FrameraNYOxSg1P.displayName=\"Ad Units\";FrameraNYOxSg1P.defaultProps={height:90,width:728};addPropertyControls(FrameraNYOxSg1P,{variant:{options:[\"DdoEuhbe8\",\"zKdHz5RVd\",\"U_h6wEEdd\",\"MkytAlmEu\",\"nrVbnMwjV\"],optionTitles:[\"Leaderboard\",\"Square\",\"PB Banner\",\"CTA Square\",\"Presented By\"],title:\"Variant\",type:ControlType.Enum},S75qMSAtV:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},DMW0Ef1Fx:{defaultValue:\"needs endpoint\",displayTextArea:false,title:\"endpoint\",type:ControlType.String},XgYl0xkBM:{title:\"Ad Image\",type:ControlType.ResponsiveImage},JM3nnjxW_:{title:\"Link\",type:ControlType.Link},Q2yqDbevQ:{defaultValue:\"rgba(255, 255, 255, 0)\",title:\"CTA Square Fill\",type:ControlType.Color},TC0NEogIi:{defaultValue:{borderColor:\"#222\",borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},R7lS3oixB:{defaultValue:true,title:\"Show Caption Block\",type:ControlType.Boolean},LSaM7eHso:{defaultValue:\"This is an ad caption\",displayTextArea:false,title:\"Caption\",type:ControlType.String},iVCWoW5ai:{defaultValue:\"rgb(0, 0, 0)\",title:\"Caption Color\",type:ControlType.Color},lOsGR4gF5:{defaultValue:true,title:\"Show CTA Banner\",type:ControlType.Boolean},zrqYgqlGb:{defaultValue:\"Learn More\",displayTextArea:false,title:\"CTA Text\",type:ControlType.String},vBjBMxhRq:{title:\"Avatar Image\",type:ControlType.ResponsiveImage},Kpo5LzuhA:{defaultValue:\"Advertiser\",title:\"Avatar Name\",type:ControlType.String},zaWBzwN3J:{defaultValue:\"Presented By…\",displayTextArea:false,title:\"Presented by text\",type:ControlType.String},XK_vyPZpX:{defaultValue:\"0px\",title:\"Ad Radius\",type:ControlType.BorderRadius},gSVsuxoe4:{defaultValue:true,title:\"Ad Disclaimer Visible\",type:ControlType.Boolean}});addFonts(FrameraNYOxSg1P,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...IconFonts,...CTABannerFonts,...AdPixelV3Fonts,...AuthorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraNYOxSg1P\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"728\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"90\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zKdHz5RVd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"U_h6wEEdd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MkytAlmEu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nrVbnMwjV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"S75qMSAtV\\\":\\\"visible\\\",\\\"DMW0Ef1Fx\\\":\\\"endpoint\\\",\\\"XgYl0xkBM\\\":\\\"adImage\\\",\\\"JM3nnjxW_\\\":\\\"link\\\",\\\"Q2yqDbevQ\\\":\\\"cTASquareFill\\\",\\\"TC0NEogIi\\\":\\\"border\\\",\\\"R7lS3oixB\\\":\\\"showCaptionBlock\\\",\\\"LSaM7eHso\\\":\\\"caption\\\",\\\"iVCWoW5ai\\\":\\\"captionColor\\\",\\\"lOsGR4gF5\\\":\\\"showCTABanner\\\",\\\"zrqYgqlGb\\\":\\\"cTAText\\\",\\\"vBjBMxhRq\\\":\\\"avatarImage\\\",\\\"Kpo5LzuhA\\\":\\\"avatarName\\\",\\\"zaWBzwN3J\\\":\\\"presentedByText\\\",\\\"XK_vyPZpX\\\":\\\"adRadius\\\",\\\"gSVsuxoe4\\\":\\\"adDisclaimerVisible\\\"}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aNYOxSg1P.map"],"mappings":"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"}