@cooperco/cooper-component-library 0.1.45 → 0.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6571,7 +6571,7 @@ const Va = ["innerHTML"], Na = /* @__PURE__ */ R({
6571
6571
  ), r = S(() => Ee[e.variant] === Ee.Hero), l = S(() => Ee[e.variant] === Ee.Centered), a = S(() => {
6572
6572
  var x, E, j;
6573
6573
  return U(
6574
- `container-module md:flex bg-${n} relative ${(x = i.value) == null ? void 0 : x.root} ${r.value ? e.backgroundImage ? `md:h-[60vw] md:max-h-[70vh] ${(E = i.value) == null ? void 0 : E.container}` : `md:min-h-[500px] ${(j = i.value) == null ? void 0 : j.container}` : ""} `,
6574
+ `container-module md:flex bg-${n} relative ${(x = i.value) == null ? void 0 : x.root} ${r.value ? e.backgroundImage ? `md:h-[60vw] md:max-h-[70vh] ${(E = i.value) == null ? void 0 : E.container}` : `${(j = i.value) == null ? void 0 : j.container}` : ""} `,
6575
6575
  e.class ?? "",
6576
6576
  e.mobileImagePosition === "Top" && r.value ? "clip-mobile-hero sm:no-clip" : ""
6577
6577
  );
@@ -7085,7 +7085,7 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
7085
7085
  var d, m, f;
7086
7086
  return (m = (d = e.link) == null ? void 0 : d.page) != null && m.slug ? gn : (f = e.link) != null && f.externalUrl ? "a" : "button";
7087
7087
  }), a = S(() => ye[e.elementType ?? "header"]), s = X(!1), c = S(
7088
- () => `relative m-0 ${e.class ?? ""} ${e.isChild ? "sub-" : ""}navigation-element`
7088
+ () => `relative py-2 md:py-0 ${e.class ?? ""} ${e.isChild ? "sub-" : ""}navigation-element`
7089
7089
  ), u = () => {
7090
7090
  s.value = !s.value;
7091
7091
  };
@@ -7373,7 +7373,7 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
7373
7373
  }), yl = { class: "container sm:flex sm:justify-between sm:items-center mx-auto" }, vl = { class: "flex items-center justify-between py-3 sm:p-0" }, bl = {
7374
7374
  key: 0,
7375
7375
  href: "/",
7376
- class: "primary-navigation-logo items-center h-12 hidden lg:flex"
7376
+ class: "primary-navigation-logo items-center h-10 md:h-12 lg:flex"
7377
7377
  }, $l = { class: "sm:hidden" }, wl = {
7378
7378
  key: 0,
7379
7379
  "fill-rule": "evenodd",
@@ -7396,7 +7396,7 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
7396
7396
  return (r, l) => {
7397
7397
  const a = we;
7398
7398
  return p(), h("header", {
7399
- class: g(`primary-navigation-header sticky top-0 z-50 p-5 shadow-2xl bg-${y(o)}`)
7399
+ class: g(`primary-navigation-header sticky top-0 z-50 p-2 md:p-5 shadow-2xl bg-${y(o)}`)
7400
7400
  }, [
7401
7401
  k("div", yl, [
7402
7402
  k("div", vl, [
@@ -7430,14 +7430,15 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
7430
7430
  ref_for: !0
7431
7431
  }, {
7432
7432
  ...s,
7433
- class: `primary-nav-item-${c} ${s.class || ""} ${s.dividerLine ? "border-r pr-4 h-full" : ""}`,
7433
+ class: `primary-nav-item-${c} ${s.class || ""} ${s.dividerLine ? "md:border-r pr-4 h-full" : ""}`,
7434
7434
  isChild: !1,
7435
7435
  elementType: "header"
7436
7436
  }), null, 16))), 128)),
7437
7437
  (p(!0), h(W, null, Y(r.ctas, (s) => (p(), A(a, T({
7438
7438
  key: s.title,
7439
+ class: ["my-4 md:my-0", s.buttonType === "fill" ? "justify-center w-full" : ""],
7439
7440
  ref_for: !0
7440
- }, s), null, 16))), 128))
7441
+ }, s), null, 16, ["class"]))), 128))
7441
7442
  ], 2)) : w("", !0)
7442
7443
  ])
7443
7444
  ], 2);
@@ -86,7 +86,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
86
86
  flex: 1 0 `).concat(100/s.numVisible,`%
87
87
  }
88
88
  }
89
- `)}}this.carouselStyle.innerHTML=o},isVertical:function(){return this.orientation==="vertical"},isCircular:function(){return this.value&&this.d_circular&&this.value.length>=this.d_numVisible},isAutoplay:function(){return this.autoplayInterval&&this.allowAutoplay},firstIndex:function(){return this.isCircular()?-1*(this.totalShiftedItems+this.d_numVisible):this.totalShiftedItems*-1},lastIndex:function(){return this.firstIndex()+this.d_numVisible-1},ariaSlideNumber:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slideNumber.replace(/{slideNumber}/g,e):void 0},ariaPageLabel:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.pageLabel.replace(/{page}/g,e):void 0}},computed:{totalIndicators:function(){return this.value?Math.max(Math.ceil((this.value.length-this.d_numVisible)/this.d_numScroll)+1,0):0},backwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&this.d_page===0},forwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&(this.d_page===this.totalIndicators-1||this.totalIndicators===0)},ariaSlideLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slide:void 0},ariaPrevButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.prevPageLabel:void 0},ariaNextButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.nextPageLabel:void 0},attributeSelector:function(){return Ko()},empty:function(){return!this.value||this.value.length===0},emptyMessageText:function(){var e;return((e=this.$primevue.config)===null||e===void 0||(e=e.locale)===null||e===void 0?void 0:e.emptyMessage)||""}},components:{ChevronRightIcon:kn,ChevronDownIcon:bn,ChevronLeftIcon:Cn,ChevronUpIcon:wn},directives:{ripple:dn}};function Se(n){"@babel/helpers - typeof";return Se=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Se(n)}function vn(n,e){var o=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter(function(l){return Object.getOwnPropertyDescriptor(n,l).enumerable})),o.push.apply(o,r)}return o}function _e(n){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?vn(Object(o),!0).forEach(function(r){Wi(n,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(o)):vn(Object(o)).forEach(function(r){Object.defineProperty(n,r,Object.getOwnPropertyDescriptor(o,r))})}return n}function Wi(n,e,o){return e=Ui(e),e in n?Object.defineProperty(n,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[e]=o,n}function Ui(n){var e=qi(n,"string");return Se(e)=="symbol"?e:String(e)}function qi(n,e){if(Se(n)!="object"||!n)return n;var o=n[Symbol.toPrimitive];if(o!==void 0){var r=o.call(n,e||"default");if(Se(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(n)}var Ki=["aria-live"],Gi=["disabled","aria-label"],Xi=["data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Zi=["aria-hidden","aria-label","aria-roledescription","data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Yi=["disabled","aria-label"],Ji=["data-p-highlight"],Qi=["tabindex","aria-label","aria-current","onClick"];function el(n,e,o,r,l,i){var s=t.resolveDirective("ripple");return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root"),role:"region"},n.ptmi("root")),[n.$slots.header?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("header")},n.ptm("header")),[t.renderSlot(n.$slots,"header")],16)):t.createCommentVNode("",!0),i.empty?t.renderSlot(n.$slots,"empty",{key:2},function(){return[t.createTextVNode(t.toDisplayString(i.emptyMessageText),1)]}):(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:[n.cx("content"),n.contentClass]},n.ptm("content")),[t.createElementVNode("div",t.mergeProps({class:[n.cx("container"),n.containerClass],"aria-live":l.allowAutoplay?"polite":"off"},n.ptm("container")),[n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:0,type:"button",class:n.cx("previousButton"),disabled:i.backwardIsDisabled,"aria-label":i.ariaPrevButtonLabel,onClick:e[0]||(e[0]=function(){return i.navBackward&&i.navBackward.apply(i,arguments)})},_e(_e({},n.prevButtonProps),n.ptm("previousButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"previousicon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(i.isVertical()?"ChevronUpIcon":"ChevronLeftIcon"),t.mergeProps({class:n.cx("previousButtonIcon")},n.ptm("previousButtonIcon")),null,16,["class"]))]})],16,Gi)),[[s]]):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("itemsContent"),style:[{height:i.isVertical()?n.verticalViewPortHeight:"auto"}],onTouchend:e[2]||(e[2]=function(){return i.onTouchEnd&&i.onTouchEnd.apply(i,arguments)}),onTouchstart:e[3]||(e[3]=function(){return i.onTouchStart&&i.onTouchStart.apply(i,arguments)}),onTouchmove:e[4]||(e[4]=function(){return i.onTouchMove&&i.onTouchMove.apply(i,arguments)})},n.ptm("itemsContent")),[t.createElementVNode("div",t.mergeProps({ref:"itemsContainer",class:n.cx("itemsContainer"),onTransitionend:e[1]||(e[1]=function(){return i.onTransitionEnd&&i.onTransitionEnd.apply(i,arguments)})},n.ptm("itemsContainer")),[i.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(n.value.slice(-1*l.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_scloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:l.totalShiftedItems,d_numVisible:l.d_numVisible})},n.ptm("itemCloned"),{"data-p-carousel-item-active":l.totalShiftedItems*-1===n.value.length+l.d_numVisible,"data-p-carousel-item-start":c===0,"data-p-carousel-item-end":n.value.slice(-1*l.d_numVisible).length-1===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Xi)}),128)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.value,function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c,class:n.cx("item",{index:c}),role:"group","aria-hidden":i.firstIndex()>c||i.lastIndex()<c?!0:void 0,"aria-label":i.ariaSlideNumber(c),"aria-roledescription":i.ariaSlideLabel},n.ptm("item"),{"data-p-carousel-item-active":i.firstIndex()<=c&&i.lastIndex()>=c,"data-p-carousel-item-start":i.firstIndex()===c,"data-p-carousel-item-end":i.lastIndex()===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Zi)}),128)),i.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(n.value.slice(0,l.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_fcloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:l.totalShiftedItems,d_numVisible:l.d_numVisible})},n.ptm("itemCloned")),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16)}),128)):t.createCommentVNode("",!0)],16)],16),n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:1,type:"button",class:n.cx("nextButton"),disabled:i.forwardIsDisabled,"aria-label":i.ariaNextButtonLabel,onClick:e[5]||(e[5]=function(){return i.navForward&&i.navForward.apply(i,arguments)})},_e(_e({},n.nextButtonProps),n.ptm("nextButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"nexticon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(i.isVertical()?"ChevronDownIcon":"ChevronRightIcon"),t.mergeProps({class:n.cx("nextButtonIcon")},n.ptm("nextButtonIcon")),null,16,["class"]))]})],16,Yi)),[[s]]):t.createCommentVNode("",!0)],16,Ki),i.totalIndicators>=0&&n.showIndicators?(t.openBlock(),t.createElementBlock("ul",t.mergeProps({key:0,ref:"indicatorContent",class:[n.cx("indicators"),n.indicatorsContentClass],onKeydown:e[6]||(e[6]=function(){return i.onIndicatorKeydown&&i.onIndicatorKeydown.apply(i,arguments)})},n.ptm("indicators")),[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.totalIndicators,function(a,c){return t.openBlock(),t.createElementBlock("li",t.mergeProps({key:"p-carousel-indicator-"+c.toString(),class:n.cx("indicator",{index:c})},n.ptm("indicator",i.getIndicatorPTOptions(c)),{"data-p-highlight":l.d_page===c}),[t.createElementVNode("button",t.mergeProps({class:n.cx("indicatorButton"),type:"button",tabindex:l.d_page===c?"0":"-1","aria-label":i.ariaPageLabel(c+1),"aria-current":l.d_page===c?"page":void 0,onClick:function(d){return i.onIndicatorClick(d,c)}},n.ptm("indicatorButton",i.getIndicatorPTOptions(c))),null,16,Qi)],16,Ji)}),128))],16)):t.createCommentVNode("",!0)],16)),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:3,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)}$n.render=el;const tl=["innerHTML"],nl={class:"flex justify-center items-center gap-6 absolute z-50 bottom-6 left-0 right-0 w-fit me-auto ms-auto"},ol=["onClick"],rl={class:"flex items-center gap-4"},il=["onClick"],ll=["onClick"],Sn=t.defineComponent({__name:"CarouselModule",props:{__typename:{},headline:{},carouselItems:{},backgroundColor:{},pt:{},variant:{default:"Default"},class:{}},setup(n){const e=n,o=t.computed(()=>$(qe,e.pt??{})),r=t.ref(0),l=t.computed(()=>r.value>0),i=t.computed(()=>r.value<e.carouselItems.length-1),{backgroundColor:s,palette:a}=D(e),c=t.computed(()=>`${N(e.variant!=="Hero"?"py-16 px-8":"",`bg-${s}`,e.class)} ${e.variant.toLowerCase()} carousel relative`);return(u,d)=>{var m;return t.openBlock(),t.createBlock(t.unref($n),{value:u.carouselItems,"num-visible":1,"num-scroll":1,class:t.normalizeClass(c.value),pt:o.value,"show-navigators":!1,"show-indicators":!1,page:r.value,"pt:item:class":`carousel-item w-full ${((m=o.value)==null?void 0:m.item)??""}`},t.createSlots({item:t.withCtx(f=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(f.data.__typename),t.mergeProps(f.data,{"is-child":!0}),null,16))]),footer:t.withCtx(()=>[t.createElementVNode("div",nl,[t.createElementVNode("button",{onClick:()=>l.value?r.value--:r.value=u.carouselItems.length-1},d[0]||(d[0]=[t.createElementVNode("img",{class:"w-[11px]",src:"https://images.ctfassets.net/qqblaiss500w/5Nhdf7R1DeedcyBCxbqEGZ/789698047434d57ca6337e3f210ee1f9/icon-left-arrow.svg?fm=webp"},null,-1)]),8,ol),t.createElementVNode("div",rl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(u.carouselItems,(f,p)=>(t.openBlock(),t.createElementBlock("button",{key:p,onClick:()=>r.value=p,class:t.normalizeClass(`w-[11px] h-[11px] rounded-full transition duration-200 focus:outline-none focus:outline-offset-0 focus:ring-1 focus:ring-primary-500 dark:focus:ring-primary-400 border dark:bg-surface-700 dark:hover:bg-surface-600 ${r.value===p?"bg-secondary border-none":"border-gray-400"}`)},null,10,il))),128))]),t.createElementVNode("button",{onClick:()=>i.value?r.value++:r.value=0},d[1]||(d[1]=[t.createElementVNode("img",{class:"w-[11px]",src:"https://images.ctfassets.net/qqblaiss500w/52baRb2rAQgjt4FV4eCjog/91068343d7082e65d18f4eb4030656d9/icon-right-arrow.svg?fm=webp"},null,-1)]),8,ll)])]),_:2},[u.headline?{name:"header",fn:t.withCtx(()=>{var f;return[t.createElementVNode("h2",{class:t.normalizeClass(`carousel-headline ${((f=o.value)==null?void 0:f.headline)??""} text-${t.unref(a).headline}`),innerHTML:u.headline},null,10,tl)]}),key:"0"}:void 0]),1032,["value","class","pt","page","pt:item:class"])}}});var Be=(n=>(n[n.IconTile=0]="IconTile",n[n.ImageTile=1]="ImageTile",n[n.VideoTile=2]="VideoTile",n[n.ImageStackedAnimatedTile=3]="ImageStackedAnimatedTile",n[n.VideoLeft=4]="VideoLeft",n[n.Hero=5]="Hero",n[n.Centered=6]="Centered",n))(Be||{});const al=["innerHTML"],Bn=t.defineComponent({__name:"ContainerModule",props:{__typename:{},headline:{},subHeadline:{},fullWidthContent:{},start:{},end:{},textColor:{},backgroundColor:{},backgroundImage:{},backgroundImageClass:{},variant:{default:"Centered"},isChild:{type:Boolean,default:!1},pt:{},mobileImagePosition:{default:"Top"},class:{}},setup(n){var p,h,b,g,y,w;const e=n,{backgroundColor:o,palette:r}=D(e),l=t.computed(()=>$(Ge[e.variant],e.pt??{})),i=t.computed(()=>Be[e.variant]===Be.Hero),s=t.computed(()=>Be[e.variant]===Be.Centered),a=t.computed(()=>{var k,T,E;return N(`container-module md:flex bg-${o} relative ${(k=l.value)==null?void 0:k.root} ${i.value?e.backgroundImage?`md:h-[60vw] md:max-h-[70vh] ${(T=l.value)==null?void 0:T.container}`:`md:min-h-[500px] ${(E=l.value)==null?void 0:E.container}`:""} `,e.class??"",e.mobileImagePosition==="Top"&&i.value?"clip-mobile-hero sm:no-clip":"")}),c=t.computed(()=>N(`md:absolute md:top-0 md:right-0 object-cover w-full h-full z-0', ${i.value?"object-bottom":""}`,e.backgroundImageClass??"")),u=t.computed(()=>{var T,E;let k=JSON.parse(JSON.stringify(e.backgroundImage));return k!=null&&k.media.width&&(k.media.width=void 0),k!=null&&k.media.height&&(k.media.height=void 0),(T=k==null?void 0:k.mobileMedia)!=null&&T.width&&(k.mobileMedia.width=void 0),(E=k==null?void 0:k.mobileMedia)!=null&&E.height&&(k.mobileMedia.height=void 0),k}),d=((p=e.fullWidthContent)==null?void 0:p.__typename)==="TileContent"?"TileContentTextTile":(h=e.fullWidthContent)==null?void 0:h.__typename,m=((b=e.start)==null?void 0:b.__typename)==="TileContent"?"TileContentTextTile":(g=e.start)==null?void 0:g.__typename,f=((y=e.end)==null?void 0:y.__typename)==="TileContent"?"TileContentTextTile":(w=e.end)==null?void 0:w.__typename;return(k,T)=>{const E=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(k.isChild?"div":"section"),{class:t.normalizeClass(a.value)},{default:t.withCtx(()=>{var _,x,I,A,L,j,v,R,W;return[k.backgroundImage&&u.value?(t.openBlock(),t.createBlock(E,{key:0,media:u.value.media,"mobile-media":u.value.mobileMedia,class:t.normalizeClass(c.value)},null,8,["media","mobile-media","class"])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-inner relative z-10 ${i.value?((_=k.start)==null?void 0:_.__typename)==="Image"?"container-hero-right":"container-hero":"container"} ${k.isChild||i.value?"":"py-4 px-8 md:py-16 md:px-4"} ${((x=l.value)==null?void 0:x.inner)??""}`)},[k.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-module-headline ${!k.isChild&&i.value?"py-16":""} ${s.value?"text-center":""} ${((I=l.value)==null?void 0:I.headline)??""} text-${t.unref(r).headline}`),innerHTML:k.headline},null,10,al)):t.createCommentVNode("",!0),k.subHeadline?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`container-module-subheadline ${s.value?"text-center":""} ${((A=l.value)==null?void 0:A.subheadline)??""} text-${t.unref(r).subheadline}`)},t.toDisplayString(k.subHeadline),3)):t.createCommentVNode("",!0),k.fullWidthContent||k.start||k.end?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`container-module-content flex flex-col ${((L=k.end)==null?void 0:L.__typename)==="Image"&&e.mobileImagePosition!=="Bottom"&&"flex-col-reverse"} md:flex-row gap-5 h-full ${((j=l.value)==null?void 0:j.bodyCopy)??""}`)},[k.fullWidthContent?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-full-width-content ${((v=l.value)==null?void 0:v.fullWidthContent)??""} ${s.value?"mx-auto":""}`)},[t.unref(d)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(d)),t.mergeProps({key:0},k.fullWidthContent,{"is-child":!0,"is-hero":!!(t.unref(d)==="ContentModule"&&i.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[k.start?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-start basis-1/2 ${((R=l.value)==null?void 0:R.start)??""} ${i.value&&t.unref(m)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(m)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(m)),t.mergeProps({key:0},k.start,{"is-child":!0,"is-hero":!!(t.unref(m)==="ContentModule"&&i.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-end basis-1/2 ${((W=l.value)==null?void 0:W.end)??""} ${i.value&&t.unref(f)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(f)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(f)),t.mergeProps({key:0},k.end,{"is-child":!0,"is-hero":!!(t.unref(f)==="ContentModule"&&i.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)],64))],2)):t.createCommentVNode("",!0)],2),t.renderSlot(k.$slots,"default")]}),_:3},8,["class"])}}});var le=(n=>(n.Left="left",n.Center="center",n.Right="right",n.Inline="inline",n))(le||{});const G=t.defineComponent({__name:"CTA",props:{__typename:{},title:{},link:{},color:{},textColor:{},buttonType:{},logo:{},pt:{},ariaLabel:{},ariaDescription:{},anchor:{},target:{},size:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(Ze[e.buttonType],e.pt??{})),r=t.computed(()=>e.buttonType==="link"||e.buttonType==="logo"),{palette:l}=D(e),i=l.cta[e.buttonType],s=t.computed(()=>{var h;const p=["cta whitespace-nowrap",N(((h=o.value)==null?void 0:h.root)??"",e.class??"","flex items-center gap-2")];if((e.buttonType==="link"||e.buttonType==="logo")&&p.push("hover:underline"),p.push(`text-${e.textColor??i.copy}`),e.size)switch(e.size){case"sm":p.push("*:text-sm"),e.buttonType==="fill"&&p.push("py-0.5 px-4");break;case"lg":p.push("*:text-lg font-bold"),e.buttonType==="fill"&&p.push("py-1.5 px-8");break;case"xl":p.push("*:text-xl font-bold"),e.buttonType==="fill"&&p.push("py-2 px-12");break;case"xxl":p.push("*:text-3xl font-bold"),e.buttonType==="fill"&&p.push("py-2 px-16");break}return e.buttonType==="fill"&&(p.push("rounded-[2rem]"),(e.color||i.bg)&&p.push(`bg-${e.color||i.bg}`),e.size||p.push("py-1 px-4")),i.border&&p.push(`border-${e.color??i.border}`),p.join(" ")}),a=t.computed(()=>{var p,h,b,g,y,w;return(h=(p=e.link)==null?void 0:p.page)!=null&&h.slug?`${(g=(b=e.link)==null?void 0:b.page)==null?void 0:g.slug}`:(y=e.link)!=null&&y.externalUrl?(w=e.link)==null?void 0:w.externalUrl:""}),c=t.computed(()=>{var p;return!!((p=e.link)!=null&&p.externalUrl)}),u=t.computed(()=>{var p;return e.ariaLabel??((p=e.link)==null?void 0:p.ariaLabel)??e.title}),d=t.computed(()=>{var p;return e.ariaDescription??((p=e.link)==null?void 0:p.ariaDescription)??""}),m=t.computed(()=>{var p,h,b;return e.target==="New Tab"||((p=e.link)==null?void 0:p.target)==="New Tab"?"_blank":e.target==="Same Tab"||((h=e.link)==null?void 0:h.target)==="Same Tab"?"_self":(b=e.link)!=null&&b.externalUrl?"_blank":"_self"}),f=t.computed(()=>c.value?"a":"router-link");return(p,h)=>{const b=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(f.value),{"aria-label":u.value,"aria-description":d.value,to:c.value?"":a.value,href:c.value?a.value:"",target:c.value?m.value:"",rel:c.value?"noopener":"",class:t.normalizeClass(e.class)},{default:t.withCtx(()=>[t.createVNode(t.unref(Ct),{class:t.normalizeClass(s.value),link:r.value},{default:t.withCtx(()=>{var g,y,w;return[p.logo?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${p.buttonType==="logo"?(g=o.value)==null?void 0:g.logo:""} ${p.buttonType==="logo"?`bg-${e.textColor??t.unref(i).copy}`:""}`)},[typeof p.logo=="object"?(t.openBlock(),t.createBlock(b,t.normalizeProps(t.mergeProps({key:0},p.logo)),null,16)):typeof p.logo=="string"?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(t.unref(N)(p.logo,(y=o.value)==null?void 0:y.logo))},null,2)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("p",{class:t.normalizeClass(t.unref(N)("pointer-events-none whitespace-nowrap",((w=o.value)==null?void 0:w.headline)??""))},t.toDisplayString(p.title),3)]}),_:1},8,["class","link"])]),_:1},8,["aria-label","aria-description","to","href","target","rel","class"])}}}),sl={key:2},cl=["innerHTML"],dl=["innerHTML"],ul=["innerHTML"],Tn=t.defineComponent({__name:"ContentModule",props:{__typename:{},headline:{},subHeadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},pt:{},logo:{},isHero:{type:Boolean,default:!1},alignment:{default:le.Left},isChild:{type:Boolean},class:{}},setup(n){const e=n,o=e.alignment?e.alignment.toLowerCase():"left",r=t.computed(()=>$(Xe,e.pt??{})),l=t.computed(()=>o===le.Inline?"text-left md:text-left":`text-${o}`),i=t.computed(()=>{let m="";switch(o){case le.Right:m="justify-end";break;case le.Center:m="justify-center";break;default:m="justify-start"}return m}),s=t.computed(()=>{var m,f;return`${((m=r.value)==null?void 0:m.logo)??""} ${(f=e==null?void 0:e.logo)==null?void 0:f.class}`}),{backgroundColor:a,palette:c}=D(e),u=t.computed(()=>{var f;const m=["content-module-headline",`text-${c.headline}`,N(((f=r==null?void 0:r.value)==null?void 0:f.headline)??"",l.value)];return e.isChild?e.isHero&&e.isChild?m.push("text-4xl md:text-5xl"):m.push("text-3xl md:text-4xl"):m.push("text-3xl md:text-5xl"),(e.bodyCopy||e.subHeadline&&e.isHero)&&m.push("mb-4 md:mb-6"),m.join(" ")}),d=t.computed(()=>{var f;return["content-module-subheadline mb-2",`text-${c.subheadline}`,N(((f=r==null?void 0:r.value)==null?void 0:f.subheadline)??"",l.value)].join(" ")});return(m,f)=>{var h,b,g,y;const p=H;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`content-module ${m.isChild?"":"p-8 md:p-16"} ${((h=r.value)==null?void 0:h.root)??""} ${e.class??""} ${e.backgroundColor||!m.isChild?`bg-${t.unref(a)}`:""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`content-module-container mx-auto ${((b=r.value)==null?void 0:b.container)??""} ${t.unref(o)===t.unref(le).Inline?"flex flex-col md:flex-row justify-between items-center gap-4":""}`)},[m.logo?(t.openBlock(),t.createBlock(p,t.mergeProps({key:0},m.logo,{class:s.value}),null,16,["class"])):t.createCommentVNode("",!0),m.subHeadline&&!m.isHero?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(d.value)},t.toDisplayString(m.subHeadline),3)):t.createCommentVNode("",!0),m.headline?(t.openBlock(),t.createElementBlock("div",sl,[m.isHero?(t.openBlock(),t.createElementBlock("h1",{key:0,class:t.normalizeClass(u.value),innerHTML:m.headline},null,10,cl)):(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(u.value),innerHTML:m.headline},null,10,dl))])):t.createCommentVNode("",!0),m.subHeadline&&m.isHero?(t.openBlock(),t.createElementBlock("h6",{key:3,class:t.normalizeClass(d.value)},t.toDisplayString(m.subHeadline),3)):t.createCommentVNode("",!0),m.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:4,class:t.normalizeClass(`content-module-body-copy text-${t.unref(c).copy} ${t.unref(N)(((g=r.value)==null?void 0:g.bodyCopy)??"",l.value)}`),innerHTML:m.bodyCopy},null,10,ul)):t.createCommentVNode("",!0),m.ctas?(t.openBlock(),t.createElementBlock("div",{key:5,class:t.normalizeClass(`content-module-ctas flex flex-wrap gap-4 ${i.value} ${t.unref(N)(((y=r.value)==null?void 0:y.ctas)??"",l.value)}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.ctas,(w,k)=>(t.openBlock(),t.createBlock(G,t.mergeProps({ref_for:!0},w,{key:`cta-${w.title}-${k}`,class:`${m.isHero?"w-full sm:w-auto justify-center":""}`}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0)],2)],2)}}}),ml=["innerHTML"],En=t.defineComponent({__name:"ContainerCollectionModule",props:{__typename:{},headline:{},modules:{},backgroundColor:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(Ke,e.pt??{})),{backgroundColor:r,palette:l}=D(e);return(i,s)=>{var a,c;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`container-collection ${e.class??""} bg-${t.unref(r)}`)},[i.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-collection-headline ${(a=o.value)==null?void 0:a.headline} text-${t.unref(l).headline}`),innerHTML:i.headline},null,10,ml)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-collection-content space-y-8 mx-auto container ${(c=o.value)==null?void 0:c.bodyCopy}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.modules,(u,d)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.__typename),t.mergeProps({ref_for:!0},u,{key:`${u==null?void 0:u.__typename}-${d}`,"is-child":!0}),null,16))),128))],2)],2)}}});var te=(n=>(n[n.header=0]="header",n[n.footer=1]="footer",n))(te||{});/*!
89
+ `)}}this.carouselStyle.innerHTML=o},isVertical:function(){return this.orientation==="vertical"},isCircular:function(){return this.value&&this.d_circular&&this.value.length>=this.d_numVisible},isAutoplay:function(){return this.autoplayInterval&&this.allowAutoplay},firstIndex:function(){return this.isCircular()?-1*(this.totalShiftedItems+this.d_numVisible):this.totalShiftedItems*-1},lastIndex:function(){return this.firstIndex()+this.d_numVisible-1},ariaSlideNumber:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slideNumber.replace(/{slideNumber}/g,e):void 0},ariaPageLabel:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.pageLabel.replace(/{page}/g,e):void 0}},computed:{totalIndicators:function(){return this.value?Math.max(Math.ceil((this.value.length-this.d_numVisible)/this.d_numScroll)+1,0):0},backwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&this.d_page===0},forwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&(this.d_page===this.totalIndicators-1||this.totalIndicators===0)},ariaSlideLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slide:void 0},ariaPrevButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.prevPageLabel:void 0},ariaNextButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.nextPageLabel:void 0},attributeSelector:function(){return Ko()},empty:function(){return!this.value||this.value.length===0},emptyMessageText:function(){var e;return((e=this.$primevue.config)===null||e===void 0||(e=e.locale)===null||e===void 0?void 0:e.emptyMessage)||""}},components:{ChevronRightIcon:kn,ChevronDownIcon:bn,ChevronLeftIcon:Cn,ChevronUpIcon:wn},directives:{ripple:dn}};function Se(n){"@babel/helpers - typeof";return Se=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Se(n)}function vn(n,e){var o=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter(function(l){return Object.getOwnPropertyDescriptor(n,l).enumerable})),o.push.apply(o,r)}return o}function _e(n){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?vn(Object(o),!0).forEach(function(r){Wi(n,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(o)):vn(Object(o)).forEach(function(r){Object.defineProperty(n,r,Object.getOwnPropertyDescriptor(o,r))})}return n}function Wi(n,e,o){return e=Ui(e),e in n?Object.defineProperty(n,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[e]=o,n}function Ui(n){var e=qi(n,"string");return Se(e)=="symbol"?e:String(e)}function qi(n,e){if(Se(n)!="object"||!n)return n;var o=n[Symbol.toPrimitive];if(o!==void 0){var r=o.call(n,e||"default");if(Se(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(n)}var Ki=["aria-live"],Gi=["disabled","aria-label"],Xi=["data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Zi=["aria-hidden","aria-label","aria-roledescription","data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Yi=["disabled","aria-label"],Ji=["data-p-highlight"],Qi=["tabindex","aria-label","aria-current","onClick"];function el(n,e,o,r,l,i){var s=t.resolveDirective("ripple");return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root"),role:"region"},n.ptmi("root")),[n.$slots.header?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("header")},n.ptm("header")),[t.renderSlot(n.$slots,"header")],16)):t.createCommentVNode("",!0),i.empty?t.renderSlot(n.$slots,"empty",{key:2},function(){return[t.createTextVNode(t.toDisplayString(i.emptyMessageText),1)]}):(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:[n.cx("content"),n.contentClass]},n.ptm("content")),[t.createElementVNode("div",t.mergeProps({class:[n.cx("container"),n.containerClass],"aria-live":l.allowAutoplay?"polite":"off"},n.ptm("container")),[n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:0,type:"button",class:n.cx("previousButton"),disabled:i.backwardIsDisabled,"aria-label":i.ariaPrevButtonLabel,onClick:e[0]||(e[0]=function(){return i.navBackward&&i.navBackward.apply(i,arguments)})},_e(_e({},n.prevButtonProps),n.ptm("previousButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"previousicon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(i.isVertical()?"ChevronUpIcon":"ChevronLeftIcon"),t.mergeProps({class:n.cx("previousButtonIcon")},n.ptm("previousButtonIcon")),null,16,["class"]))]})],16,Gi)),[[s]]):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("itemsContent"),style:[{height:i.isVertical()?n.verticalViewPortHeight:"auto"}],onTouchend:e[2]||(e[2]=function(){return i.onTouchEnd&&i.onTouchEnd.apply(i,arguments)}),onTouchstart:e[3]||(e[3]=function(){return i.onTouchStart&&i.onTouchStart.apply(i,arguments)}),onTouchmove:e[4]||(e[4]=function(){return i.onTouchMove&&i.onTouchMove.apply(i,arguments)})},n.ptm("itemsContent")),[t.createElementVNode("div",t.mergeProps({ref:"itemsContainer",class:n.cx("itemsContainer"),onTransitionend:e[1]||(e[1]=function(){return i.onTransitionEnd&&i.onTransitionEnd.apply(i,arguments)})},n.ptm("itemsContainer")),[i.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(n.value.slice(-1*l.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_scloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:l.totalShiftedItems,d_numVisible:l.d_numVisible})},n.ptm("itemCloned"),{"data-p-carousel-item-active":l.totalShiftedItems*-1===n.value.length+l.d_numVisible,"data-p-carousel-item-start":c===0,"data-p-carousel-item-end":n.value.slice(-1*l.d_numVisible).length-1===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Xi)}),128)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.value,function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c,class:n.cx("item",{index:c}),role:"group","aria-hidden":i.firstIndex()>c||i.lastIndex()<c?!0:void 0,"aria-label":i.ariaSlideNumber(c),"aria-roledescription":i.ariaSlideLabel},n.ptm("item"),{"data-p-carousel-item-active":i.firstIndex()<=c&&i.lastIndex()>=c,"data-p-carousel-item-start":i.firstIndex()===c,"data-p-carousel-item-end":i.lastIndex()===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Zi)}),128)),i.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(n.value.slice(0,l.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_fcloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:l.totalShiftedItems,d_numVisible:l.d_numVisible})},n.ptm("itemCloned")),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16)}),128)):t.createCommentVNode("",!0)],16)],16),n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:1,type:"button",class:n.cx("nextButton"),disabled:i.forwardIsDisabled,"aria-label":i.ariaNextButtonLabel,onClick:e[5]||(e[5]=function(){return i.navForward&&i.navForward.apply(i,arguments)})},_e(_e({},n.nextButtonProps),n.ptm("nextButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"nexticon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(i.isVertical()?"ChevronDownIcon":"ChevronRightIcon"),t.mergeProps({class:n.cx("nextButtonIcon")},n.ptm("nextButtonIcon")),null,16,["class"]))]})],16,Yi)),[[s]]):t.createCommentVNode("",!0)],16,Ki),i.totalIndicators>=0&&n.showIndicators?(t.openBlock(),t.createElementBlock("ul",t.mergeProps({key:0,ref:"indicatorContent",class:[n.cx("indicators"),n.indicatorsContentClass],onKeydown:e[6]||(e[6]=function(){return i.onIndicatorKeydown&&i.onIndicatorKeydown.apply(i,arguments)})},n.ptm("indicators")),[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.totalIndicators,function(a,c){return t.openBlock(),t.createElementBlock("li",t.mergeProps({key:"p-carousel-indicator-"+c.toString(),class:n.cx("indicator",{index:c})},n.ptm("indicator",i.getIndicatorPTOptions(c)),{"data-p-highlight":l.d_page===c}),[t.createElementVNode("button",t.mergeProps({class:n.cx("indicatorButton"),type:"button",tabindex:l.d_page===c?"0":"-1","aria-label":i.ariaPageLabel(c+1),"aria-current":l.d_page===c?"page":void 0,onClick:function(d){return i.onIndicatorClick(d,c)}},n.ptm("indicatorButton",i.getIndicatorPTOptions(c))),null,16,Qi)],16,Ji)}),128))],16)):t.createCommentVNode("",!0)],16)),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:3,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)}$n.render=el;const tl=["innerHTML"],nl={class:"flex justify-center items-center gap-6 absolute z-50 bottom-6 left-0 right-0 w-fit me-auto ms-auto"},ol=["onClick"],rl={class:"flex items-center gap-4"},il=["onClick"],ll=["onClick"],Sn=t.defineComponent({__name:"CarouselModule",props:{__typename:{},headline:{},carouselItems:{},backgroundColor:{},pt:{},variant:{default:"Default"},class:{}},setup(n){const e=n,o=t.computed(()=>$(qe,e.pt??{})),r=t.ref(0),l=t.computed(()=>r.value>0),i=t.computed(()=>r.value<e.carouselItems.length-1),{backgroundColor:s,palette:a}=D(e),c=t.computed(()=>`${N(e.variant!=="Hero"?"py-16 px-8":"",`bg-${s}`,e.class)} ${e.variant.toLowerCase()} carousel relative`);return(u,d)=>{var m;return t.openBlock(),t.createBlock(t.unref($n),{value:u.carouselItems,"num-visible":1,"num-scroll":1,class:t.normalizeClass(c.value),pt:o.value,"show-navigators":!1,"show-indicators":!1,page:r.value,"pt:item:class":`carousel-item w-full ${((m=o.value)==null?void 0:m.item)??""}`},t.createSlots({item:t.withCtx(f=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(f.data.__typename),t.mergeProps(f.data,{"is-child":!0}),null,16))]),footer:t.withCtx(()=>[t.createElementVNode("div",nl,[t.createElementVNode("button",{onClick:()=>l.value?r.value--:r.value=u.carouselItems.length-1},d[0]||(d[0]=[t.createElementVNode("img",{class:"w-[11px]",src:"https://images.ctfassets.net/qqblaiss500w/5Nhdf7R1DeedcyBCxbqEGZ/789698047434d57ca6337e3f210ee1f9/icon-left-arrow.svg?fm=webp"},null,-1)]),8,ol),t.createElementVNode("div",rl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(u.carouselItems,(f,p)=>(t.openBlock(),t.createElementBlock("button",{key:p,onClick:()=>r.value=p,class:t.normalizeClass(`w-[11px] h-[11px] rounded-full transition duration-200 focus:outline-none focus:outline-offset-0 focus:ring-1 focus:ring-primary-500 dark:focus:ring-primary-400 border dark:bg-surface-700 dark:hover:bg-surface-600 ${r.value===p?"bg-secondary border-none":"border-gray-400"}`)},null,10,il))),128))]),t.createElementVNode("button",{onClick:()=>i.value?r.value++:r.value=0},d[1]||(d[1]=[t.createElementVNode("img",{class:"w-[11px]",src:"https://images.ctfassets.net/qqblaiss500w/52baRb2rAQgjt4FV4eCjog/91068343d7082e65d18f4eb4030656d9/icon-right-arrow.svg?fm=webp"},null,-1)]),8,ll)])]),_:2},[u.headline?{name:"header",fn:t.withCtx(()=>{var f;return[t.createElementVNode("h2",{class:t.normalizeClass(`carousel-headline ${((f=o.value)==null?void 0:f.headline)??""} text-${t.unref(a).headline}`),innerHTML:u.headline},null,10,tl)]}),key:"0"}:void 0]),1032,["value","class","pt","page","pt:item:class"])}}});var Be=(n=>(n[n.IconTile=0]="IconTile",n[n.ImageTile=1]="ImageTile",n[n.VideoTile=2]="VideoTile",n[n.ImageStackedAnimatedTile=3]="ImageStackedAnimatedTile",n[n.VideoLeft=4]="VideoLeft",n[n.Hero=5]="Hero",n[n.Centered=6]="Centered",n))(Be||{});const al=["innerHTML"],Bn=t.defineComponent({__name:"ContainerModule",props:{__typename:{},headline:{},subHeadline:{},fullWidthContent:{},start:{},end:{},textColor:{},backgroundColor:{},backgroundImage:{},backgroundImageClass:{},variant:{default:"Centered"},isChild:{type:Boolean,default:!1},pt:{},mobileImagePosition:{default:"Top"},class:{}},setup(n){var p,h,b,g,y,w;const e=n,{backgroundColor:o,palette:r}=D(e),l=t.computed(()=>$(Ge[e.variant],e.pt??{})),i=t.computed(()=>Be[e.variant]===Be.Hero),s=t.computed(()=>Be[e.variant]===Be.Centered),a=t.computed(()=>{var k,T,E;return N(`container-module md:flex bg-${o} relative ${(k=l.value)==null?void 0:k.root} ${i.value?e.backgroundImage?`md:h-[60vw] md:max-h-[70vh] ${(T=l.value)==null?void 0:T.container}`:`${(E=l.value)==null?void 0:E.container}`:""} `,e.class??"",e.mobileImagePosition==="Top"&&i.value?"clip-mobile-hero sm:no-clip":"")}),c=t.computed(()=>N(`md:absolute md:top-0 md:right-0 object-cover w-full h-full z-0', ${i.value?"object-bottom":""}`,e.backgroundImageClass??"")),u=t.computed(()=>{var T,E;let k=JSON.parse(JSON.stringify(e.backgroundImage));return k!=null&&k.media.width&&(k.media.width=void 0),k!=null&&k.media.height&&(k.media.height=void 0),(T=k==null?void 0:k.mobileMedia)!=null&&T.width&&(k.mobileMedia.width=void 0),(E=k==null?void 0:k.mobileMedia)!=null&&E.height&&(k.mobileMedia.height=void 0),k}),d=((p=e.fullWidthContent)==null?void 0:p.__typename)==="TileContent"?"TileContentTextTile":(h=e.fullWidthContent)==null?void 0:h.__typename,m=((b=e.start)==null?void 0:b.__typename)==="TileContent"?"TileContentTextTile":(g=e.start)==null?void 0:g.__typename,f=((y=e.end)==null?void 0:y.__typename)==="TileContent"?"TileContentTextTile":(w=e.end)==null?void 0:w.__typename;return(k,T)=>{const E=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(k.isChild?"div":"section"),{class:t.normalizeClass(a.value)},{default:t.withCtx(()=>{var _,x,I,A,L,j,v,R,W;return[k.backgroundImage&&u.value?(t.openBlock(),t.createBlock(E,{key:0,media:u.value.media,"mobile-media":u.value.mobileMedia,class:t.normalizeClass(c.value)},null,8,["media","mobile-media","class"])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-inner relative z-10 ${i.value?((_=k.start)==null?void 0:_.__typename)==="Image"?"container-hero-right":"container-hero":"container"} ${k.isChild||i.value?"":"py-4 px-8 md:py-16 md:px-4"} ${((x=l.value)==null?void 0:x.inner)??""}`)},[k.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-module-headline ${!k.isChild&&i.value?"py-16":""} ${s.value?"text-center":""} ${((I=l.value)==null?void 0:I.headline)??""} text-${t.unref(r).headline}`),innerHTML:k.headline},null,10,al)):t.createCommentVNode("",!0),k.subHeadline?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`container-module-subheadline ${s.value?"text-center":""} ${((A=l.value)==null?void 0:A.subheadline)??""} text-${t.unref(r).subheadline}`)},t.toDisplayString(k.subHeadline),3)):t.createCommentVNode("",!0),k.fullWidthContent||k.start||k.end?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`container-module-content flex flex-col ${((L=k.end)==null?void 0:L.__typename)==="Image"&&e.mobileImagePosition!=="Bottom"&&"flex-col-reverse"} md:flex-row gap-5 h-full ${((j=l.value)==null?void 0:j.bodyCopy)??""}`)},[k.fullWidthContent?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-full-width-content ${((v=l.value)==null?void 0:v.fullWidthContent)??""} ${s.value?"mx-auto":""}`)},[t.unref(d)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(d)),t.mergeProps({key:0},k.fullWidthContent,{"is-child":!0,"is-hero":!!(t.unref(d)==="ContentModule"&&i.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[k.start?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-start basis-1/2 ${((R=l.value)==null?void 0:R.start)??""} ${i.value&&t.unref(m)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(m)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(m)),t.mergeProps({key:0},k.start,{"is-child":!0,"is-hero":!!(t.unref(m)==="ContentModule"&&i.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-end basis-1/2 ${((W=l.value)==null?void 0:W.end)??""} ${i.value&&t.unref(f)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(f)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(f)),t.mergeProps({key:0},k.end,{"is-child":!0,"is-hero":!!(t.unref(f)==="ContentModule"&&i.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)],64))],2)):t.createCommentVNode("",!0)],2),t.renderSlot(k.$slots,"default")]}),_:3},8,["class"])}}});var le=(n=>(n.Left="left",n.Center="center",n.Right="right",n.Inline="inline",n))(le||{});const G=t.defineComponent({__name:"CTA",props:{__typename:{},title:{},link:{},color:{},textColor:{},buttonType:{},logo:{},pt:{},ariaLabel:{},ariaDescription:{},anchor:{},target:{},size:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(Ze[e.buttonType],e.pt??{})),r=t.computed(()=>e.buttonType==="link"||e.buttonType==="logo"),{palette:l}=D(e),i=l.cta[e.buttonType],s=t.computed(()=>{var h;const p=["cta whitespace-nowrap",N(((h=o.value)==null?void 0:h.root)??"",e.class??"","flex items-center gap-2")];if((e.buttonType==="link"||e.buttonType==="logo")&&p.push("hover:underline"),p.push(`text-${e.textColor??i.copy}`),e.size)switch(e.size){case"sm":p.push("*:text-sm"),e.buttonType==="fill"&&p.push("py-0.5 px-4");break;case"lg":p.push("*:text-lg font-bold"),e.buttonType==="fill"&&p.push("py-1.5 px-8");break;case"xl":p.push("*:text-xl font-bold"),e.buttonType==="fill"&&p.push("py-2 px-12");break;case"xxl":p.push("*:text-3xl font-bold"),e.buttonType==="fill"&&p.push("py-2 px-16");break}return e.buttonType==="fill"&&(p.push("rounded-[2rem]"),(e.color||i.bg)&&p.push(`bg-${e.color||i.bg}`),e.size||p.push("py-1 px-4")),i.border&&p.push(`border-${e.color??i.border}`),p.join(" ")}),a=t.computed(()=>{var p,h,b,g,y,w;return(h=(p=e.link)==null?void 0:p.page)!=null&&h.slug?`${(g=(b=e.link)==null?void 0:b.page)==null?void 0:g.slug}`:(y=e.link)!=null&&y.externalUrl?(w=e.link)==null?void 0:w.externalUrl:""}),c=t.computed(()=>{var p;return!!((p=e.link)!=null&&p.externalUrl)}),u=t.computed(()=>{var p;return e.ariaLabel??((p=e.link)==null?void 0:p.ariaLabel)??e.title}),d=t.computed(()=>{var p;return e.ariaDescription??((p=e.link)==null?void 0:p.ariaDescription)??""}),m=t.computed(()=>{var p,h,b;return e.target==="New Tab"||((p=e.link)==null?void 0:p.target)==="New Tab"?"_blank":e.target==="Same Tab"||((h=e.link)==null?void 0:h.target)==="Same Tab"?"_self":(b=e.link)!=null&&b.externalUrl?"_blank":"_self"}),f=t.computed(()=>c.value?"a":"router-link");return(p,h)=>{const b=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(f.value),{"aria-label":u.value,"aria-description":d.value,to:c.value?"":a.value,href:c.value?a.value:"",target:c.value?m.value:"",rel:c.value?"noopener":"",class:t.normalizeClass(e.class)},{default:t.withCtx(()=>[t.createVNode(t.unref(Ct),{class:t.normalizeClass(s.value),link:r.value},{default:t.withCtx(()=>{var g,y,w;return[p.logo?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${p.buttonType==="logo"?(g=o.value)==null?void 0:g.logo:""} ${p.buttonType==="logo"?`bg-${e.textColor??t.unref(i).copy}`:""}`)},[typeof p.logo=="object"?(t.openBlock(),t.createBlock(b,t.normalizeProps(t.mergeProps({key:0},p.logo)),null,16)):typeof p.logo=="string"?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(t.unref(N)(p.logo,(y=o.value)==null?void 0:y.logo))},null,2)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("p",{class:t.normalizeClass(t.unref(N)("pointer-events-none whitespace-nowrap",((w=o.value)==null?void 0:w.headline)??""))},t.toDisplayString(p.title),3)]}),_:1},8,["class","link"])]),_:1},8,["aria-label","aria-description","to","href","target","rel","class"])}}}),sl={key:2},cl=["innerHTML"],dl=["innerHTML"],ul=["innerHTML"],Tn=t.defineComponent({__name:"ContentModule",props:{__typename:{},headline:{},subHeadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},pt:{},logo:{},isHero:{type:Boolean,default:!1},alignment:{default:le.Left},isChild:{type:Boolean},class:{}},setup(n){const e=n,o=e.alignment?e.alignment.toLowerCase():"left",r=t.computed(()=>$(Xe,e.pt??{})),l=t.computed(()=>o===le.Inline?"text-left md:text-left":`text-${o}`),i=t.computed(()=>{let m="";switch(o){case le.Right:m="justify-end";break;case le.Center:m="justify-center";break;default:m="justify-start"}return m}),s=t.computed(()=>{var m,f;return`${((m=r.value)==null?void 0:m.logo)??""} ${(f=e==null?void 0:e.logo)==null?void 0:f.class}`}),{backgroundColor:a,palette:c}=D(e),u=t.computed(()=>{var f;const m=["content-module-headline",`text-${c.headline}`,N(((f=r==null?void 0:r.value)==null?void 0:f.headline)??"",l.value)];return e.isChild?e.isHero&&e.isChild?m.push("text-4xl md:text-5xl"):m.push("text-3xl md:text-4xl"):m.push("text-3xl md:text-5xl"),(e.bodyCopy||e.subHeadline&&e.isHero)&&m.push("mb-4 md:mb-6"),m.join(" ")}),d=t.computed(()=>{var f;return["content-module-subheadline mb-2",`text-${c.subheadline}`,N(((f=r==null?void 0:r.value)==null?void 0:f.subheadline)??"",l.value)].join(" ")});return(m,f)=>{var h,b,g,y;const p=H;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`content-module ${m.isChild?"":"p-8 md:p-16"} ${((h=r.value)==null?void 0:h.root)??""} ${e.class??""} ${e.backgroundColor||!m.isChild?`bg-${t.unref(a)}`:""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`content-module-container mx-auto ${((b=r.value)==null?void 0:b.container)??""} ${t.unref(o)===t.unref(le).Inline?"flex flex-col md:flex-row justify-between items-center gap-4":""}`)},[m.logo?(t.openBlock(),t.createBlock(p,t.mergeProps({key:0},m.logo,{class:s.value}),null,16,["class"])):t.createCommentVNode("",!0),m.subHeadline&&!m.isHero?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(d.value)},t.toDisplayString(m.subHeadline),3)):t.createCommentVNode("",!0),m.headline?(t.openBlock(),t.createElementBlock("div",sl,[m.isHero?(t.openBlock(),t.createElementBlock("h1",{key:0,class:t.normalizeClass(u.value),innerHTML:m.headline},null,10,cl)):(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(u.value),innerHTML:m.headline},null,10,dl))])):t.createCommentVNode("",!0),m.subHeadline&&m.isHero?(t.openBlock(),t.createElementBlock("h6",{key:3,class:t.normalizeClass(d.value)},t.toDisplayString(m.subHeadline),3)):t.createCommentVNode("",!0),m.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:4,class:t.normalizeClass(`content-module-body-copy text-${t.unref(c).copy} ${t.unref(N)(((g=r.value)==null?void 0:g.bodyCopy)??"",l.value)}`),innerHTML:m.bodyCopy},null,10,ul)):t.createCommentVNode("",!0),m.ctas?(t.openBlock(),t.createElementBlock("div",{key:5,class:t.normalizeClass(`content-module-ctas flex flex-wrap gap-4 ${i.value} ${t.unref(N)(((y=r.value)==null?void 0:y.ctas)??"",l.value)}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.ctas,(w,k)=>(t.openBlock(),t.createBlock(G,t.mergeProps({ref_for:!0},w,{key:`cta-${w.title}-${k}`,class:`${m.isHero?"w-full sm:w-auto justify-center":""}`}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0)],2)],2)}}}),ml=["innerHTML"],En=t.defineComponent({__name:"ContainerCollectionModule",props:{__typename:{},headline:{},modules:{},backgroundColor:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(Ke,e.pt??{})),{backgroundColor:r,palette:l}=D(e);return(i,s)=>{var a,c;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`container-collection ${e.class??""} bg-${t.unref(r)}`)},[i.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-collection-headline ${(a=o.value)==null?void 0:a.headline} text-${t.unref(l).headline}`),innerHTML:i.headline},null,10,ml)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-collection-content space-y-8 mx-auto container ${(c=o.value)==null?void 0:c.bodyCopy}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.modules,(u,d)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.__typename),t.mergeProps({ref_for:!0},u,{key:`${u==null?void 0:u.__typename}-${d}`,"is-child":!0}),null,16))),128))],2)],2)}}});var te=(n=>(n[n.header=0]="header",n[n.footer=1]="footer",n))(te||{});/*!
90
90
  * vue-router v4.4.3
91
91
  * (c) 2024 Eduardo San Martin Morote
92
92
  * @license MIT
@@ -95,4 +95,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
95
95
  - previous to:`,l,`
96
96
  - props:`,n):Pn(`Invalid value for prop "to" in useLink()
97
97
  - to:`,d,`
98
- - props:`,n)),l=d,r=!0),e.resolve(d)}),s=t.computed(()=>{const{matched:d}=i.value,{length:m}=d,f=d[m-1],p=o.matched;if(!f||!p.length)return-1;const h=p.findIndex(xn.bind(null,f));if(h>-1)return h;const b=jn(d[m-2]);return m>1&&jn(f)===b&&p[p.length-1].path!==b?p.findIndex(xn.bind(null,d[m-2])):h}),a=t.computed(()=>s.value>-1&&Cl(o.params,i.value.params)),c=t.computed(()=>s.value>-1&&s.value===o.matched.length-1&&gl(o.params,i.value.params));function u(d={}){return bl(d)?e[t.unref(n.replace)?"replace":"push"](t.unref(n.to)).catch(fl):Promise.resolve()}if(process.env.NODE_ENV!=="production"&&pl){const d=t.getCurrentInstance();if(d){const m={route:i.value,isActive:a.value,isExactActive:c.value,error:null};d.__vrl_devtools=d.__vrl_devtools||[],d.__vrl_devtools.push(m),t.watchEffect(()=>{m.route=i.value,m.isActive=a.value,m.isExactActive=c.value,m.error=_n(t.unref(n.to))?null:'Invalid "to" value'},{flush:"post"})}}return{route:i,href:t.computed(()=>i.value.href),isActive:a,isExactActive:c,navigate:u}}const zn=t.defineComponent({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:On,setup(n,{slots:e}){const o=t.reactive(On(n)),{options:r}=t.inject(Ln),l=t.computed(()=>({[Mn(n.activeClass,r.linkActiveClass,"router-link-active")]:o.isActive,[Mn(n.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:o.isExactActive}));return()=>{const i=e.default&&e.default(o);return n.custom?i:t.h("a",{"aria-current":o.isExactActive?n.ariaCurrentValue:null,href:o.href,onClick:o.navigate,class:l.value},i)}}});function bl(n){if(!(n.metaKey||n.altKey||n.ctrlKey||n.shiftKey)&&!n.defaultPrevented&&!(n.button!==void 0&&n.button!==0)){if(n.currentTarget&&n.currentTarget.getAttribute){const e=n.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return n.preventDefault&&n.preventDefault(),!0}}function Cl(n,e){for(const o in e){const r=e[o],l=n[o];if(typeof r=="string"){if(r!==l)return!1}else if(!Ne(l)||l.length!==r.length||r.some((i,s)=>i!==l[s]))return!1}return!0}function jn(n){return n?n.aliasOf?n.aliasOf.path:n.path:""}const Mn=(n,e,o)=>n??e??o,kl={class:t.normalizeClass("pi pi-chevron-down")},wl={class:t.normalizeClass("pi pi-chevron-up")},$l=["innerHTML"],ae=t.defineComponent({__name:"NavigationElement",props:{elementType:{},title:{},link:{},htmlRef:{},subNavigation:{},dividerLine:{type:Boolean},class:{},isChild:{type:Boolean},pt:{}},setup(n){const e=n,o=t.computed(()=>$(Je,e.pt??{})),{backgroundColor:r,palette:l}=D(e),i=t.computed(()=>{var m,f,p,h,b,g;return(f=(m=e.link)==null?void 0:m.page)!=null&&f.slug?`${(h=(p=e.link)==null?void 0:p.page)==null?void 0:h.slug}`:(b=e.link)!=null&&b.externalUrl?(g=e.link)==null?void 0:g.externalUrl:""}),s=t.computed(()=>{var m,f,p;return(f=(m=e.link)==null?void 0:m.page)!=null&&f.slug?zn:(p=e.link)!=null&&p.externalUrl?"a":"button"}),a=t.computed(()=>te[e.elementType??"header"]),c=t.ref(!1),u=t.computed(()=>`relative m-0 ${e.class??""} ${e.isChild?"sub-":""}navigation-element`),d=()=>{c.value=!c.value};return(m,f)=>{const p=t.resolveComponent("NavigationElement",!0);return t.openBlock(),t.createBlock(t.resolveDynamicComponent(m.isChild?"li":"div"),{class:t.normalizeClass(u.value)},{default:t.withCtx(()=>[a.value===t.unref(te).header||m.isChild&&(i.value||m.subNavigation)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.value),{key:0,to:s.value===t.unref(zn)?i.value:void 0,href:s.value==="a"?i.value:void 0,class:t.normalizeClass(`flex leading-tight items-center hover:underline cursor-pointer text-${t.unref(l).copy} ${a.value===t.unref(te).header?"whitespace-nowrap":""}`),"aria-expanded":s.value==="button"?!0:void 0,"aria-haspopup":s.value==="button"?!0:void 0,onClick:d},{default:t.withCtx(()=>{var h;return[t.createTextVNode(t.toDisplayString(m.title)+" ",1),!m.isChild&&m.subNavigation&&!(i.value||m.isChild)?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass((h=o.value)==null?void 0:h.icon)},[t.withDirectives(t.createElementVNode("i",kl,null,512),[[t.vShow,!c.value]]),t.withDirectives(t.createElementVNode("i",wl,null,512),[[t.vShow,c.value]])],2)):t.createCommentVNode("",!0)]}),_:1},8,["to","href","class","aria-expanded","aria-haspopup"])):a.value==t.unref(te).footer?(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(`mb-2 font-bold text-${t.unref(l).copy}`)},t.toDisplayString(m.title),3)):t.createCommentVNode("",!0),!m.isChild&&m.subNavigation?(t.openBlock(),t.createElementBlock("ul",{key:2,class:t.normalizeClass({hidden:!c.value&&a.value==t.unref(te).header,[`sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md bg-${t.unref(r)} ring-opacity-5 focus:outline-none sm:shadow-lg p-5`]:a.value==t.unref(te).header,"space-y-2 opacity-90":a.value==t.unref(te).footer}),role:"menu","aria-orientation":"vertical","aria-labelledby":"menu-button",tabindex:"-1"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.subNavigation,(h,b)=>(t.openBlock(),t.createBlock(p,t.mergeProps({key:h.title,class:["ms-3 sm:ms-0",`sub-navigation-element-item-${b}`],role:"menuitem",tabindex:"-1",ref_for:!0},{...h,elementType:m.elementType,isChild:!0}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0),m.htmlRef?(t.openBlock(),t.createElementBlock("div",{key:3,innerHTML:m.htmlRef},null,8,$l)):t.createCommentVNode("",!0)]),_:1},8,["class"])}}}),vl={key:0,id:"social-media",class:"flex flex-wrap footer-social gap-2 whitespace-normal"},Sl=["href"],Le=t.defineComponent({__name:"SocialMediaRef",props:{socialMediaRef:{}},setup(n){return(e,o)=>{const r=H;return e.socialMediaRef?(t.openBlock(),t.createElementBlock("div",vl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.socialMediaRef,(l,i)=>{var s,a;return t.openBlock(),t.createElementBlock("a",{key:`footer-social-item-${l.icon.altTag}-${i}`,class:t.normalizeClass(`footer-social-item-${i}`),href:(s=l==null?void 0:l.link)==null?void 0:s.externalUrl},[t.createVNode(r,{media:(a=l==null?void 0:l.icon)==null?void 0:a.media},null,8,["media"])],10,Sl)}),128))])):t.createCommentVNode("",!0)}}}),Bl={id:"footer-copyright",class:"flex md:flex-row flex-col-reverse justify-between whitespace-normal items-start md:items-end mt-8 md:mt-0"},Tl={key:0,class:"footer-copyright-links basis-1/3"},El={class:"flex flex-row divide-x items-center"},Pl={class:"basis-1/3 footer-copyright-logos"},xl={class:"flex items-start md:items-center justify-evenly space-x-2"},Oe=t.defineComponent({__name:"FooterCopyright",props:{navigation:{},copyRight:{},logos:{},addTextMargin:{type:Boolean},isCenterAlign:{type:Boolean}},setup(n){const e=n,{palette:o}=D(e);return(r,l)=>(t.openBlock(),t.createElementBlock("div",Bl,[t.createElementVNode("div",{class:t.normalizeClass(`text-${t.unref(o).copy} ${r.addTextMargin?"mt-8":""} w-[90%] md:w-auto basis-1/3`)},t.toDisplayString(r.copyRight),3),r.isCenterAlign?(t.openBlock(),t.createElementBlock("div",Tl,[t.createElementVNode("div",El,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.navigation,(i,s)=>(t.openBlock(),t.createBlock(ae,t.mergeProps({key:`footer-nav-item-${i.title}-${s}`,class:`footer-nav-item-${s} px-2.5`,role:"menuitem",tabindex:"-1",ref_for:!0},{...i,isChild:!1,elementType:"header"}),null,16,["class"]))),128))])])):t.createCommentVNode("",!0),t.createElementVNode("div",Pl,[t.createElementVNode("div",xl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.logos,(i,s)=>(t.openBlock(),t.createBlock(H,{key:`footer-copy-right-logo-${s}`,class:"grow ml-auto",media:i.media},null,8,["media"]))),128))]),r.isCenterAlign?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["flex flex-row divide-x items-center justify-end",{"mt-6":r.navigation&&r.navigation.length}])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.navigation,(i,s)=>(t.openBlock(),t.createBlock(ae,t.mergeProps({key:`footer-nav-item-${i.title}-${s}`,class:`footer-nav-item-${s} px-2.5`,role:"menuitem",tabindex:"-1",ref_for:!0},{...i,isChild:!1,elementType:"header"}),null,16,["class"]))),128))],2))])]))}}),Il={class:"container flex flex-col mx-auto"},Al={href:"/",class:"footer-navigation-logo text-center"},Vl={key:0,class:"footer-navigation px-2 pt-2 pb-4 sm:flex sm:p-0 sm:space-x-2 md:space-x-4 space-y-5 sm:space-y-0 mb-12"},_l={key:1,class:"grow"},Nl=["innerHTML"],Dn=t.defineComponent({__name:"FooterNavigation",props:{title:{},logo:{},legalText:{},backgroundColor:{},navigation:{},socialMediaRef:{},copyRight:{},copyRightLinks:{},copyRightLogos:{}},setup(n){const e=n,{backgroundColor:o,palette:r}=D(e),l=t.computed(()=>!!(e.navigation&&e.navigation.length>0));return(i,s)=>(t.openBlock(),t.createElementBlock("footer",{class:t.normalizeClass(`w-full p-8 content-center md:py-16 px-6 lg:px-0 mx-auto bg-${t.unref(o)}`)},[t.createElementVNode("div",Il,[t.createElementVNode("div",{class:t.normalizeClass(["flex flex-col sm:flex-row md:gap-4",{"p-5 justify-between items-start":i.navigation&&i.navigation.length>0,"mb-4 md:items-start":!i.navigation||i.navigation.length===0}])},[t.createElementVNode("a",Al,[i.logo?(t.openBlock(),t.createBlock(H,{key:0,class:"min-h-[95px] min-w-[100px] h-[100px]",media:i.logo.media},null,8,["media"])):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(i.title),1)]),i.navigation&&i.navigation.length>0?(t.openBlock(),t.createElementBlock("div",Vl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.navigation,(a,c)=>(t.openBlock(),t.createBlock(ae,t.mergeProps({key:`footer-nav-item-${a.title}-${c}`,class:`footer-nav-item-${c}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...a,isChild:!1,elementType:"footer"}),null,16,["class"]))),128))])):t.createCommentVNode("",!0),!i.navigation||i.navigation.length===0?(t.openBlock(),t.createElementBlock("div",_l,[i.socialMediaRef?(t.openBlock(),t.createBlock(Le,{key:0,"social-media-ref":i.socialMediaRef},null,8,["social-media-ref"])):t.createCommentVNode("",!0),t.createVNode(Oe,{"is-center-align":l.value,"copy-right":i.copyRight,navigation:i.copyRightLinks,logos:i.copyRightLogos,"add-text-margin":!0},null,8,["is-center-align","copy-right","navigation","logos"])])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[i.socialMediaRef?(t.openBlock(),t.createBlock(Le,{key:0,"social-media-ref":i.socialMediaRef},null,8,["social-media-ref"])):t.createCommentVNode("",!0)],64))],2),i.navigation&&i.navigation.length>0?(t.openBlock(),t.createBlock(Oe,{key:0,"is-center-align":l.value,"copy-right":i.copyRight,navigation:i.copyRightLinks,logos:i.copyRightLogos},null,8,["is-center-align","copy-right","navigation","logos"])):t.createCommentVNode("",!0),s[0]||(s[0]=t.createElementVNode("hr",{class:""},null,-1)),i.legalText?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`py-5 text-xs md:text-sm opacity-80 text-${t.unref(r).copy}`),innerHTML:i.legalText},null,10,Nl)):t.createCommentVNode("",!0)])],2))}}),Ll=["innerHTML"],Fn=t.defineComponent({__name:"LogoCollectionModule",props:{__typename:{},headline:{},logos:{},backgroundColor:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(Ye,e.pt??{})),r=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:"inherit"})),{backgroundColor:l,palette:i}=D(e);return(s,a)=>{var u,d,m;const c=H;return t.openBlock(),t.createElementBlock("section",{style:t.normalizeStyle(r.value),class:t.normalizeClass(`logo-module ${e.class??""} bg-${t.unref(l)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((u=o.value)==null?void 0:u.container)??""}`)},[s.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`logo-module-headline ${((d=o.value)==null?void 0:d.headline)??""} text-${t.unref(i).headline}`),innerHTML:s.headline},null,10,Ll)):t.createCommentVNode("",!0),s.logos?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((m=o.value)==null?void 0:m.bodyCopy)??""}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.logos,(f,p)=>(t.openBlock(),t.createBlock(c,t.mergeProps({ref_for:!0},f,{key:`cta-${f.altTag}-${p}`}),null,16))),128))],2)):t.createCommentVNode("",!0)],2)],6)}}}),Ol={class:"container sm:flex sm:justify-between sm:items-center mx-auto"},zl={class:"flex items-center justify-between py-3 sm:p-0"},jl={key:0,href:"/",class:"primary-navigation-logo items-center h-12 hidden lg:flex"},Ml={class:"sm:hidden"},Dl={key:0,"fill-rule":"evenodd",d:"M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z"},Fl={key:1,"fill-rule":"evenodd",d:"M4 5h16a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2z"},Hn=t.defineComponent({__name:"PrimaryNavigation",props:{title:{},logo:{},backgroundColor:{},navigation:{},ctas:{}},setup(n){const e=n,o=t.ref(!1),{backgroundColor:r,palette:l}=D(e);return(i,s)=>{const a=G;return t.openBlock(),t.createElementBlock("header",{class:t.normalizeClass(`primary-navigation-header sticky top-0 z-50 p-5 shadow-2xl bg-${t.unref(r)}`)},[t.createElementVNode("div",Ol,[t.createElementVNode("div",zl,[i.logo?(t.openBlock(),t.createElementBlock("a",jl,[t.createVNode(H,t.normalizeProps(t.guardReactiveProps(i.logo)),null,16)])):t.createCommentVNode("",!0),t.createElementVNode("div",Ml,[t.createElementVNode("button",{type:"button",class:"block",onClick:s[0]||(s[0]=c=>o.value=!o.value)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(`h-6 w-6 fill-${t.unref(l).copy}`),viewBox:"0 0 24 24"},[o.value?(t.openBlock(),t.createElementBlock("path",Dl)):t.createCommentVNode("",!0),o.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("path",Fl))],2))])])]),i.navigation?(t.openBlock(),t.createElementBlock("nav",{key:0,class:t.normalizeClass(["primary-navigation items-center px-2 pt-2 pb-4 sm:flex gap-4 sm:justify-evenly sm:p-0",o.value?"block":"hidden"])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.navigation,(c,u)=>(t.openBlock(),t.createBlock(ae,t.mergeProps({key:`${c.title}-${u}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...c,class:`primary-nav-item-${u} ${c.class||""} ${c.dividerLine?"border-r pr-4 h-full":""}`,isChild:!1,elementType:"header"}),null,16))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,c=>(t.openBlock(),t.createBlock(a,t.mergeProps({key:c.title,ref_for:!0},c),null,16))),128))],2)):t.createCommentVNode("",!0)])],2)}}}),Hl=["innerHTML"],Rn=t.defineComponent({__name:"SplitModule",props:{__typename:{},entryTitle:{},headline:{},start:{},center:{},end:{},backgroundImage:{},backgroundColor:{},pt:{},isChild:{type:Boolean},class:{}},setup(n){const e=n,o=t.computed(()=>$(Qe,e.pt??{})),r=t.computed(()=>({"background-image":`url(${e.backgroundImage??""})`,"background-size":"cover"})),{backgroundColor:l,palette:i}=D(e),s=t.computed(()=>N(`split-module ${e.isChild?"":"py-0 px-8 md:px-8 md:py-16"} bg-${l}`,e.class??""));return(a,c)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.isChild?"div":"section"),{style:t.normalizeStyle(r.value),class:t.normalizeClass(s.value)},{default:t.withCtx(()=>{var u,d,m,f,p;return[a.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(i).headline}`),innerHTML:a.headline},null,10,Hl)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`split-module-content ${t.unref(N)("flex justify-evenly gap-4 mx-auto items-center",((d=o.value)==null?void 0:d.bodyCopy)??"")}`)},[a.start?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.start.__typename),t.mergeProps({key:0},a.start,{class:`split-module-start ${((m=o.value)==null?void 0:m.start)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),a.center?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.center.__typename),t.mergeProps({key:1},a.center,{class:`split-module-center ${((f=o.value)==null?void 0:f.center)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),a.end?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.end.__typename),t.mergeProps({key:2},a.end,{class:`split-module-end ${((p=o.value)==null?void 0:p.end)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0)],2)]}),_:1},8,["style","class"]))}}),Rl=["innerHTML"],Wn=t.defineComponent({__name:"TestimonialModule",props:{__typename:{},headline:{},quote:{},author:{},details:{},media:{},textColor:{},backgroundColor:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(et,e.pt??{})),{palette:r}=D(e),l=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"}));return(i,s)=>{var a,c,u,d,m,f,p;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`testimonial ${t.unref(N)("p-5",e.class??"")}`),style:t.normalizeStyle(l.value)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto flex flex-col lg:flex-row gap-8 ${((a=o.value)==null?void 0:a.container)??""}`)},[i.media?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`testimonial-media ${((c=o.value)==null?void 0:c.media)??""}`)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(i.media.__typename),t.normalizeProps(t.guardReactiveProps(i.media)),null,16))],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`testimonial-text ${((u=o.value)==null?void 0:u.text)??""}`)},[i.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`testimonial-headline ${((d=o.value)==null?void 0:d.headline)??""} text-${t.unref(r).headline}`),innerHTML:i.headline},null,10,Rl)):t.createCommentVNode("",!0),i.quote?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`testimonial-quote ${((m=o.value)==null?void 0:m.quote)??""} text-${t.unref(r).copyAccent}`)},' "'+t.toDisplayString(i.quote)+'" ',3)):t.createCommentVNode("",!0),i.author?(t.openBlock(),t.createElementBlock("p",{key:2,class:t.normalizeClass(`testimonial-author ${((f=o.value)==null?void 0:f.author)??""} text-${t.unref(r).copy}`)},t.toDisplayString(i.author),3)):t.createCommentVNode("",!0),i.details?(t.openBlock(),t.createElementBlock("p",{key:3,class:t.normalizeClass(`testimonial-details ${((p=o.value)==null?void 0:p.details)??""} text-${t.unref(r).copy}`)},t.toDisplayString(i.details),3)):t.createCommentVNode("",!0)],2)],2)],6)}}}),Wl=["innerHTML"],Ul={key:3,class:"mx-auto mt-16 w-fit"},ql={key:0,class:"w-full overflow-hidden pt-8"},Un=t.defineComponent({__name:"TileCollectionModule",props:{__typename:{},headline:{},bodyCopy:{},modules:{},textColor:{},backgroundColor:{},tileLabelType:{},ctas:{},includeDecoration:{type:Boolean,default:!1},cols:{default:3},variant:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(tt,e.pt??{})),{backgroundColor:r,palette:l}=D(e),i=t.computed(()=>{const a=["w-full md:w-[47%]"];switch(e.modules.length<e.cols?e.modules.length:e.cols){case 4:a.push("lg:w-[23%]");break;case 3:a.push("lg:w-[31%]");break;case 1:a.push("md:w-full");break}return a.join(" ")}),s=t.computed(()=>{switch(r){case"iris":return"https://images.ctfassets.net/qqblaiss500w/6M4qmV1iPDg67IPiCXreV7/859124c674bf3267e81bcf429ac142fd/stem-reasons-background.svg";case"wisteria":return"https://images.ctfassets.net/qqblaiss500w/6M4qmV1iPDg67IPiCXreV7/859124c674bf3267e81bcf429ac142fd/stem-reasons-background.svg";default:return"https://images.ctfassets.net/qqblaiss500w/5LopxqqvQC9Vzutf6cvGR3/6b20c6a67b637de8ba90bb817b3b521d/circles.png"}});return(a,c)=>{var m,f,p,h,b;const u=G,d=H;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`tile-collection ${a.variant} ${t.unref(N)("overflow-hidden py-16",a.includeDecoration?"!pb-0":"",((m=o.value)==null?void 0:m.root)??"",e.class??"")} bg-${t.unref(r)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((f=o.value)==null?void 0:f.container)??""}`)},[a.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`tile-collection-headline ${((p=o.value)==null?void 0:p.headline)??""} text-${t.unref(l).headline} ${a.bodyCopy?"mb-2":""}`),innerHTML:a.headline},null,10,Wl)):t.createCommentVNode("",!0),a.bodyCopy?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-collection-body-copy ${((h=o.value)==null?void 0:h.bodyCopy)??""} text-${t.unref(l).copy}`)},t.toDisplayString(a.bodyCopy),3)):t.createCommentVNode("",!0),a.modules?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-collection-content ${t.unref(N)(`flex flex-col ${a.variant!=="ImageStackedAnimatedTile"?"md:flex-row flex-wrap gap-12 md:gap-6":"gap-12 md:gap-4"} justify-center`,((b=o.value)==null?void 0:b.bodyCopy)??"")}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.modules,(g,y)=>{var w;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(`TileContent${a.variant}`),t.mergeProps({key:`${g==null?void 0:g.headline}-${y}`,class:`tile-collection-content-item-${y} ${i.value} ${((w=o.value)==null?void 0:w.item)??""} ${g.class}`,ref_for:!0},g,{index:y,"tile-label-type":a.tileLabelType}),null,16,["class","index","tile-label-type"])}),128))],2)):t.createCommentVNode("",!0),a.ctas?(t.openBlock(),t.createElementBlock("div",Ul,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.ctas,g=>(t.openBlock(),t.createBlock(u,t.mergeProps({key:`${g.title}-cta`,ref_for:!0},g,{size:"xl"}),null,16))),128))])):t.createCommentVNode("",!0)],2),a.includeDecoration?(t.openBlock(),t.createElementBlock("div",ql,[t.createVNode(d,{animated:!0,media:{url:s.value},"alt-tag":"Stem cell background image, series of multicolor circles in a circular pattern.",class:"w-full md:w-3/4 h-[20vw] md:h-[200px] object-top object-cover mx-auto"},null,8,["media"])])):t.createCommentVNode("",!0)],2)}}}),Te=t.defineComponent({__name:"TileLabel",props:{__typename:{},copy:{},type:{default:"Text"},backgroundColor:{},textColor:{},alignment:{default:"right"},pt:{},index:{}},setup(n){const e=n,o=t.useAttrs(),r=t.computed(()=>e.type==="Numeric"&&!e.copy?(e.index??0)+1:e.copy),l=t.computed(()=>$(at[e.type],e.pt??{})),i=t.computed(()=>{var a;let s=e.type==="Numeric"?"right-2 md:right-4":"right-[-4%]";return e.alignment==="left"&&(s=e.type==="Numeric"?"left-2 md:left-4":"left-[-4%]"),`tile-label absolute ${N(typeof r.value=="number"?"w-[36px] h-[36px] md:h-[60px] md:w-[60px]":"w-[120px]",`text-${e.textColor}`,`bg-${e.backgroundColor}`,"top-2 md:top-4",((a=l==null?void 0:l.value)==null?void 0:a.root)??"",s,o.class)}`});return(s,a)=>r.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(i.value),style:t.normalizeStyle({backgroundColor:s.backgroundColor})},t.toDisplayString(r.value),7)):t.createCommentVNode("",!0)}}),ze=(n,e)=>n.buttonType==="fill"?n.color??C.COLOR_PALETTES[e].cta.fill.bg:null,je=(n,e)=>n.textColor??C.COLOR_PALETTES[e].cta[n.buttonType].copy;var Kl={root:"p-card p-component",header:"p-card-header",body:"p-card-body",caption:"p-card-caption",title:"p-card-title",subtitle:"p-card-subtitle",content:"p-card-content",footer:"p-card-footer"},Gl=U.extend({name:"card",classes:Kl}),Xl={name:"BaseCard",extends:Ce,style:Gl},se={name:"Card",extends:Xl,inheritAttrs:!1};function Zl(n,e,o,r,l,i){return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root")},n.ptmi("root")),[n.$slots.header?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("header")},n.ptm("header")),[t.renderSlot(n.$slots,"header")],16)):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("body")},n.ptm("body")),[n.$slots.title||n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("caption")},n.ptm("caption")),[n.$slots.title?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("title")},n.ptm("title")),[t.renderSlot(n.$slots,"title")],16)):t.createCommentVNode("",!0),n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("subtitle")},n.ptm("subtitle")),[t.renderSlot(n.$slots,"subtitle")],16)):t.createCommentVNode("",!0)],16)):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("content")},n.ptm("content")),[t.renderSlot(n.$slots,"content")],16),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)],16)}se.render=Zl;const Yl=["src","height","width"],Jl=["src","height","width"],Ee=t.defineComponent({__name:"Video",props:{__typename:{},thumbnail:{},url:{},class:{}},setup(n){let e=t.ref(!1);function o(){e.value=!0}return(r,l)=>{var i,s;return t.unref(e)?t.unref(e)?(t.openBlock(),t.createElementBlock("iframe",{key:1,class:t.normalizeClass(`${r.$props.class} w-full`),src:r.url,height:(i=r.thumbnail.media)!=null&&i.height?r.thumbnail.media.height:"100%",width:(s=r.thumbnail.media)!=null&&s.width?r.thumbnail.media.width:"100%",allow:"autoplay"},null,10,Jl)):t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${r.$props.class} relative cursor-pointer`),onClick:o},[l[0]||(l[0]=t.createElementVNode("svg",{class:"absolute bottom-0 left-0 right-0 top-0 m-auto block",xmlns:"http://www.w3.org/2000/svg",width:"97",height:"97",viewBox:"0 0 97 97",fill:"none"},[t.createElementVNode("path",{d:"M91.4217 48.2108C91.4217 72.0755 72.0755 91.4217 48.2108 91.4217C24.3462 91.4217 5 72.0755 5 48.2108C5 24.3462 24.3462 5 48.2108 5C72.0755 5 91.4217 24.3462 91.4217 48.2108Z",stroke:"white","stroke-width":"10"}),t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M39.9246 25.9149L69.7535 48.2109L39.9246 70.5069V25.9149Z",fill:"white"})],-1)),t.createElementVNode("img",{class:"w-full",src:r.thumbnail.media.url,height:r.thumbnail.media.height,width:r.thumbnail.media.width},null,8,Yl)],2))}}}),Ql=["innerHTML"],qn=Ve(t.defineComponent({__name:"TileContentIconTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(nt,e.pt??{})),{palette:r}=D(e),l=e.backgroundColor?r:r.tile,i=typeof e.index=="number",s=e.backgroundColor?e.backgroundColor:r.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start"),c=t.ref(null),u=$t(c,{threshold:.1});return(d,m)=>{var h,b,g,y,w,k,T,E,_,x,I;const f=Te,p=G;return t.openBlock(),t.createElementBlock("div",{ref_key:"content",ref:c,style:t.normalizeStyle({transitionDelay:`${(d.index??0)*.2}s`}),class:t.normalizeClass(`tile-content animate-slide-on-top ${t.unref(u)?"visible":""} ${t.unref(N)((h=o.value)==null?void 0:h.root,i?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(s)}`)},[d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,t.mergeProps({key:0},d.tileLabel,{type:d.tileLabelType??((b=d.tileLabel)==null?void 0:b.type),class:d.tileLabelType==="Numeric"||((g=d.tileLabel)==null?void 0:g.type)==="Numeric"?(y=o.value)==null?void 0:y.numericLabel:(w=o.value)==null?void 0:w.label,"background-color":t.unref(l).label[d.tileLabelType??((k=d.tileLabel)==null?void 0:k.type)??"Text"].bg,"text-color":t.unref(l).label[d.tileLabelType??((T=d.tileLabel)==null?void 0:T.type)??"Text"].copy,index:d.index,alignment:((E=d.tileLabel)==null?void 0:E.alignment)??"right"}),null,16,["type","class","background-color","text-color","index","alignment"])):t.createCommentVNode("",!0),t.createVNode(t.unref(se),{class:t.normalizeClass(`${((_=o.value)==null?void 0:_.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-footer ${((x=o.value)==null?void 0:x.footer)??""}`,"pt:body:class":((I=o.value)==null?void 0:I.body)??""},t.createSlots({_:2},[d.bodyCopy||d.listItems?{name:"content",fn:t.withCtx(()=>{var A,L,j,v,R,W,q;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((A=o.value)==null?void 0:A.bodyCopy)??""} ${a.value}`)},[d.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media ${((L=o.value)==null?void 0:L.media)??""}`)},[m[0]||(m[0]=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:0},d.image,{class:t.unref(N)((v=(j=d.image)==null?void 0:j.media)!=null&&v.width?"":"w-full",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),d.video?(t.openBlock(),t.createBlock(Ee,t.mergeProps({key:1},d.video,{class:"w-full"}),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),d.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((R=o.value)==null?void 0:R.headline)??""} text-${t.unref(l).headline} text-${d.alignment}`)},t.toDisplayString(d.headline),3)):t.createCommentVNode("",!0),d.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((W=o.value)==null?void 0:W.subheadline)??""} text-${t.unref(l).headline} text-${d.alignment}`)},t.toDisplayString(d.subheadline),3)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((q=o.value)==null?void 0:q.bodyCopy)??""} text-${t.unref(l).copy} text-${d.alignment}`),innerHTML:d.bodyCopy},null,10,Ql)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var A,L;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((A=o.value)==null?void 0:A.footerContent)??""} text-${t.unref(l).copy}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((L=o.value)==null?void 0:L.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.ctas,(j,v)=>{var R;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${j.title}-${v}`,class:`cta-${v} ${(R=o.value)==null?void 0:R.cta}`,color:t.unref(ze)(j,t.unref(s)),"text-color":t.unref(je)(j,t.unref(s)),ref_for:!0},j),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-c3708d8c"]]),ea=["innerHTML"],Kn=Ve(t.defineComponent({__name:"TileContentImageTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(rt,e.pt??{})),{palette:r}=D(e),l=e.backgroundColor?r:r.tile,i=typeof e.index=="number",s=e.backgroundColor?e.backgroundColor:r.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start"),c=t.ref(null),u=$t(c,{threshold:.1});return(d,m)=>{var h,b,g,y;const f=Te,p=G;return t.openBlock(),t.createElementBlock("div",{ref_key:"content",ref:c,style:t.normalizeStyle({transitionDelay:`${(d.index??0)*.2}s`}),class:t.normalizeClass(`tile-content animate-slide-in-right ${t.unref(u)?"visible":""} ${t.unref(N)(((h=o.value)==null?void 0:h.root)??"",i?"":"w-full md:w-full lg:w-full",`bg-${t.unref(s)}`,e.class??"")}`)},[t.createVNode(t.unref(se),{class:t.normalizeClass(`${((b=o.value)==null?void 0:b.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((g=o.value)==null?void 0:g.footer)??""}`,"pt:body:class":((y=o.value)==null?void 0:y.body)??""},t.createSlots({_:2},[d.bodyCopy||d.listItems?{name:"content",fn:t.withCtx(()=>{var w,k,T,E,_,x,I,A,L,j,v,R,W,q;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((w=o.value)==null?void 0:w.bodyCopy)??""} ${a.value}`)},[d.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media w-4/5 ${((k=o.value)==null?void 0:k.media)??""}`)},[d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,{key:0,class:t.normalizeClass(d.tileLabelType==="Numeric"||((T=d.tileLabel)==null?void 0:T.type)==="Numeric"?(E=o.value)==null?void 0:E.numericLabel:(_=o.value)==null?void 0:_.label),index:d.index,alignment:((x=d.tileLabel)==null?void 0:x.alignment)??"left",type:d.tileLabelType??((I=d.tileLabel)==null?void 0:I.type),"background-color":t.unref(l).label[d.tileLabelType??((A=d.tileLabel)==null?void 0:A.type)??"Text"].bg,"text-color":t.unref(l).label[d.tileLabelType??((L=d.tileLabel)==null?void 0:L.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),m[0]||(m[0]=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},d.image,{class:t.unref(N)("rounded-full",(v=(j=d.image)==null?void 0:j.media)!=null&&v.width?"":"w-full",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),d.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((R=o.value)==null?void 0:R.headline)??""} text-${t.unref(l).headline}`)},t.toDisplayString(d.headline),3)):t.createCommentVNode("",!0),d.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((W=o.value)==null?void 0:W.subheadline)??""} text-${t.unref(l).copy}`)},t.toDisplayString(d.subheadline),3)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((q=o.value)==null?void 0:q.bodyCopy)??""} text-${t.unref(l).copy} text-${d.alignment}`),innerHTML:d.bodyCopy},null,10,ea)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var w,k;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((w=o.value)==null?void 0:w.footerContent)??""} text-${t.unref(l).copy} text-${d.alignment}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((k=o.value)==null?void 0:k.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.ctas,(T,E)=>{var _;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${T.title}-${E}`,class:`cta-${E} ${(_=o.value)==null?void 0:_.cta}`,color:t.unref(ze)(T,t.unref(s)),"text-color":t.unref(je)(T,t.unref(s)),ref_for:!0},T),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-a6018848"]]),ta=["innerHTML"],Gn=t.defineComponent({__name:"TileContentTextTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(it,e.pt??{})),r=typeof e.index=="number",{palette:l}=D(e),i=e.backgroundColor?l:l.tile,s=e.backgroundColor?e.backgroundColor:l.tile.bg;return(a,c)=>{var m,f,p,h,b,g,y,w,k,T;const u=Te,d=G;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(N)((m=o.value)==null?void 0:m.root,r?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(s)}`)},[a.tileLabel||a.tileLabelType?(t.openBlock(),t.createBlock(u,t.mergeProps({key:0},a.tileLabel,{class:a.tileLabelType==="Numeric"||((f=a.tileLabel)==null?void 0:f.type)==="Numeric"?(p=o.value)==null?void 0:p.numericLabel:(h=o.value)==null?void 0:h.label,index:a.index,type:a.tileLabelType??((b=a.tileLabel)==null?void 0:b.type),"background-color":t.unref(i).label[a.tileLabelType??((g=a.tileLabel)==null?void 0:g.type)??"Text"].bg,"text-color":t.unref(i).label[a.tileLabelType??((y=a.tileLabel)==null?void 0:y.type)??"Text"].copy}),null,16,["class","index","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(se),{class:t.normalizeClass(`${((w=o.value)==null?void 0:w.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((k=o.value)==null?void 0:k.footer)??""}`,"pt:body:class":((T=o.value)==null?void 0:T.body)??""},t.createSlots({_:2},[a.bodyCopy||a.subheadline||a.headline?{name:"content",fn:t.withCtx(()=>{var E,_,x,I;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((E=o.value)==null?void 0:E.bodyCopy)??""}`)},[a.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:0,class:t.normalizeClass(`tile-content-subheadline ${((_=o.value)==null?void 0:_.subheadline)??""} text-${t.unref(i).copy} text-${a.alignment}`)},t.toDisplayString(a.subheadline),3)):t.createCommentVNode("",!0),a.headline?(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(`tile-content-headline ${((x=o.value)==null?void 0:x.headline)??""} text-${t.unref(i).headline} text-${a.alignment}`)},t.toDisplayString(a.headline),3)):t.createCommentVNode("",!0),a.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-body-copy ${((I=o.value)==null?void 0:I.bodyCopy)??""} text-${t.unref(i).copy} text-${a.alignment}`),innerHTML:a.bodyCopy},null,10,ta)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,a.ctas||a.footer?{name:"footer",fn:t.withCtx(()=>{var E,_;return[a.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((E=o.value)==null?void 0:E.footerContent)??""} text-${t.unref(i).copy} text-${a.alignment}`)},t.toDisplayString(a.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((_=o.value)==null?void 0:_.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.ctas,(x,I)=>{var A;return t.openBlock(),t.createBlock(d,t.mergeProps({key:`cta-${x.title}-${I}`,class:`cta-${I} ${(A=o.value)==null?void 0:A.cta} w-full`,color:t.unref(ze)(x,t.unref(s)),"text-color":t.unref(je)(x,t.unref(s)),size:x.size??"xxl",ref_for:!0},x),null,16,["class","color","text-color","size"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),na=["innerHTML"],Xn=t.defineComponent({__name:"TileContentVideoTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(lt,e.pt??{})),r=typeof e.index=="number",{palette:l}=D(e),i=e.backgroundColor?l:l.tile,s=e.backgroundColor?e.backgroundColor:l.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start");return(c,u)=>{var f,p,h,b,g,y,w,k,T,E,_;const d=Te,m=G;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(N)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none",`bg-${t.unref(s)}`,r?"":"w-full md:w-full lg:w-full",((f=o.value)==null?void 0:f.root)??"",e.class??"")} ${e.class}`)},[c.tileLabel||c.tileLabelType?(t.openBlock(),t.createBlock(d,{key:0,class:t.normalizeClass(c.tileLabelType==="Numeric"||((p=c.tileLabel)==null?void 0:p.type)==="Numeric"?(h=o.value)==null?void 0:h.numericLabel:(b=o.value)==null?void 0:b.label),index:c.index,alignment:((g=c.tileLabel)==null?void 0:g.alignment)??"right",type:c.tileLabelType??((y=c.tileLabel)==null?void 0:y.type),"background-color":t.unref(i).label[c.tileLabelType??((w=c.tileLabel)==null?void 0:w.type)??"Text"].bg,"text-color":t.unref(i).label[c.tileLabelType??((k=c.tileLabel)==null?void 0:k.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(se),{class:t.normalizeClass(`${((T=o.value)==null?void 0:T.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((E=o.value)==null?void 0:E.ctas)??""}`,"pt:body:class":((_=o.value)==null?void 0:_.body)??""},t.createSlots({_:2},[c.bodyCopy||c.listItems?{name:"content",fn:t.withCtx(()=>{var x,I,A,L,j;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((x=o.value)==null?void 0:x.bodyCopy)??""} ${a.value}`)},[c.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline ${((I=o.value)==null?void 0:I.headline)??""} text-${t.unref(i).headline} text-${c.alignment}`)},t.toDisplayString(c.headline),3)):t.createCommentVNode("",!0),c.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(`tile-content-subheadline ${((A=o.value)==null?void 0:A.subheadline)??""} text-${t.unref(i).copy} text-${c.alignment}`)},t.toDisplayString(c.subheadline),3)):t.createCommentVNode("",!0),c.video?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-media w-full ${((L=o.value)==null?void 0:L.media)??""}`)},[c.video?(t.openBlock(),t.createBlock(Ee,t.normalizeProps(t.mergeProps({key:0},c.video)),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),c.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((j=o.value)==null?void 0:j.bodyCopy)??""} text-${t.unref(i).copy} text-${c.alignment}`),innerHTML:c.bodyCopy},null,10,na)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,c.ctas||c.footer?{name:"footer",fn:t.withCtx(()=>{var x;return[c.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((x=o.value)==null?void 0:x.footer)??""} text-${t.unref(i).copy}`)},t.toDisplayString(c.footer),3)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.ctas,(I,A)=>{var L;return t.openBlock(),t.createBlock(m,t.mergeProps({key:`cta-${I.title}-${A}`,class:`cta-${A} ${(L=o.value)==null?void 0:L.cta}`,color:t.unref(ze)(I,t.unref(s)),"text-color":t.unref(je)(I,t.unref(s)),ref_for:!0},I),null,16,["class","color","text-color"])}),128))]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),Bt=kt?window:void 0;function Me(n){var e;const o=Q(n);return(e=o==null?void 0:o.$el)!=null?e:o}function oa(...n){let e,o,r,l;if(typeof n[0]=="string"||Array.isArray(n[0])?([o,r,l]=n,e=Bt):[e,o,r,l]=n,!e)return ee;Array.isArray(o)||(o=[o]),Array.isArray(r)||(r=[r]);const i=[],s=()=>{i.forEach(d=>d()),i.length=0},a=(d,m,f,p)=>(d.addEventListener(m,f,p),()=>d.removeEventListener(m,f,p)),c=t.watch(()=>[Me(e),Q(l)],([d,m])=>{if(s(),!d)return;const f=ai(m)?{...m}:m;i.push(...o.flatMap(p=>r.map(h=>a(d,p,h,f))))},{immediate:!0,flush:"post"}),u=()=>{c(),s()};return Ae(u),u}function ra(){const n=t.ref(!1),e=t.getCurrentInstance();return e&&t.onMounted(()=>{n.value=!0},e),n}function ia(n){const e=ra();return t.computed(()=>(e.value,!!n()))}function la(n,e,o={}){const{root:r,rootMargin:l="0px",threshold:i=0,window:s=Bt,immediate:a=!0}=o,c=ia(()=>s&&"IntersectionObserver"in s),u=t.computed(()=>{const h=Q(n);return(Array.isArray(h)?h:[h]).map(Me).filter(pn)});let d=ee;const m=t.ref(a),f=c.value?t.watch(()=>[u.value,Me(r),m.value],([h,b])=>{if(d(),!m.value||!h.length)return;const g=new IntersectionObserver(e,{root:Me(b),rootMargin:l,threshold:i});h.forEach(y=>y&&g.observe(y)),d=()=>{g.disconnect(),d=ee}},{immediate:a,flush:"post"}):ee,p=()=>{d(),f(),m.value=!1};return Ae(p),{isSupported:c,isActive:m,pause(){d(),m.value=!1},resume(){m.value=!0},stop:p}}function Zn(n,e={}){const{window:o=Bt,scrollTarget:r,threshold:l=0}=e,i=t.ref(!1);return la(n,s=>{let a=i.value,c=0;for(const u of s)u.time>=c&&(c=u.time,a=u.isIntersecting);i.value=a},{root:r,window:o,threshold:l}),i}const aa={[ii.mounted](n,e){if(typeof e.value=="function"){const o=e.value,r=Zn(n);t.watch(r,l=>o(l),{immediate:!0})}else{const[o,r]=e.value,l=Zn(n,r);t.watch(l,i=>o(i),{immediate:!0})}}};function Tt(n){return typeof Window<"u"&&n instanceof Window?n.document.documentElement:typeof Document<"u"&&n instanceof Document?n.documentElement:n}function Yn(n){const e=window.getComputedStyle(n);if(e.overflowX==="scroll"||e.overflowY==="scroll"||e.overflowX==="auto"&&n.clientWidth<n.scrollWidth||e.overflowY==="auto"&&n.clientHeight<n.scrollHeight)return!0;{const o=n.parentNode;return!o||o.tagName==="BODY"?!1:Yn(o)}}function sa(n){const e=n||window.event,o=e.target;return Yn(o)?!1:e.touches.length>1?!0:(e.preventDefault&&e.preventDefault(),!1)}const Et=new WeakMap;function ca(n,e=!1){const o=t.ref(e);let r=null,l="";t.watch(ci(n),a=>{const c=Tt(Q(a));if(c){const u=c;if(Et.get(u)||Et.set(u,u.style.overflow),u.style.overflow!=="hidden"&&(l=u.style.overflow),u.style.overflow==="hidden")return o.value=!0;if(o.value)return u.style.overflow="hidden"}},{immediate:!0});const i=()=>{const a=Tt(Q(n));!a||o.value||(fn&&(r=oa(a,"touchmove",c=>{sa(c)},{passive:!1})),a.style.overflow="hidden",o.value=!0)},s=()=>{const a=Tt(Q(n));!a||!o.value||(fn&&(r==null||r()),a.style.overflow=l,Et.delete(a),o.value=!1)};return Ae(s),t.computed({get(){return o.value},set(a){a?i():s()}})}function da(){let n=!1;const e=t.ref(!1);return(o,r)=>{if(e.value=r.value,n)return;n=!0;const l=ca(o,r.value);t.watch(e,i=>l.value=i)}}da();const ua=["innerHTML"],ma=["innerHTML"],pa=["src"],Jn=Ve(t.defineComponent({__name:"TileContentImageStackedAnimatedTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{},pt:{},listItems:{},footer:{},class:{}},setup(n){const e=t.ref(null),o=t.ref(!1),r=n,l=t.computed(()=>$(ot,r.pt??{})),i=t.computed(()=>!((r.index??0)%2)),s=t.computed(()=>r.index===0),{palette:a}=D(r),c=t.computed(()=>{var d;return(d=r.tileLabel)!=null&&d.alignment?r.tileLabel.alignment:i.value?"right":"left"}),u=d=>{o.value=d};return(d,m)=>{var p,h,b,g;const f=Te;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(N)(((p=l.value)==null?void 0:p.root)??"",r.class??"")} max-w-[1024px]`)},[t.createVNode(t.unref(se),{class:t.normalizeClass(`${((h=l.value)==null?void 0:h.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((b=l.value)==null?void 0:b.ctas)??""}`,"pt:body:class":((g=l.value)==null?void 0:g.body)??""},t.createSlots({content:t.withCtx(()=>{var y,w,k,T,E,_,x,I,A,L,j,v;return[t.createElementVNode("div",{class:t.normalizeClass(`flex gap-[5vmin] md:gap-12 relative ${i.value?"flex-row-reverse":""} tile-content-inner ${((y=l.value)==null?void 0:y.bodyCopy)??""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${((w=l.value)==null?void 0:w.text)??""} text-left ${i.value?"items-start":"items-end"}`)},[d.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline w-full ${((k=l.value)==null?void 0:k.headline)??""} text-${t.unref(a).subheadline}`),innerHTML:d.headline},null,10,ua)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`tile-content-body-copy ${((T=l.value)==null?void 0:T.description)??""} w-full text-${t.unref(a).copy}`),innerHTML:d.bodyCopy},null,10,ma)):t.createCommentVNode("",!0)],2),d.video||d.image?t.withDirectives((t.openBlock(),t.createElementBlock("div",{key:0,ref_key:"target",ref:e,class:t.normalizeClass(`tile-content-media relative ${((E=l.value)==null?void 0:E.media)??""} max-w-[350px]`)},[t.createElementVNode("img",{class:t.normalizeClass({"should-animate":!0,absolute:!0,animate:o.value,"w-full":!0,"z-0":!0,"top-[36%]":s.value,"left-[-16%]":s.value,"bg-left-top":i.value&&!s.value||!i.value,"animate-even":i.value&&!s.value&&o.value,"left-[-28%]":i.value&&!s.value,"top-[-10%]":i.value&&!s.value,"top-[-16%]":!i.value,"right-[-16%]":!i.value,"animate-odd":!i.value&&o.value}),src:(i.value,"https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")},null,10,pa),d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,t.mergeProps({key:0},d.tileLabel,{class:{[((_=l.value)==null?void 0:_.numericLabel)??""]:d.tileLabelType==="Numeric"||((x=d.tileLabel)==null?void 0:x.type)==="Numeric",[((I=l.value)==null?void 0:I.label)??""]:d.tileLabelType==="Text"||((A=d.tileLabel)==null?void 0:A.type)==="Text","top-1 md:top-8":!0,"left-1":!i.value,"right-1":i.value},index:d.index,type:d.tileLabelType??((L=d.tileLabel)==null?void 0:L.type),alignment:c.value,"background-color":t.unref(a).label[d.tileLabelType??((j=d.tileLabel)==null?void 0:j.type)??"Text"].bg,"text-color":t.unref(a).label[d.tileLabelType??((v=d.tileLabel)==null?void 0:v.type)??"Text"].copy}),null,16,["class","index","type","alignment","background-color","text-color"])):t.createCommentVNode("",!0),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},d.image,{class:t.unref(N)("w-full min-w-[150px] md:min-w-[350px] relative rounded-full z-10",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),d.video?(t.openBlock(),t.createBlock(Ee,t.normalizeProps(t.mergeProps({key:2},d.video)),null,16)):t.createCommentVNode("",!0)],2)),[[t.unref(aa),u]]):t.createCommentVNode("",!0)],2)]}),_:2},[d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var y;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((y=l.value)==null?void 0:y.footer)??""} text-${t.unref(a).copy}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0)]}),key:"0"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),[["__scopeId","data-v-2163591e"]]),fa=Object.freeze(Object.defineProperty({__proto__:null,Accordion:un,AccordionItem:mn,AccordionListItem:hn,AccordionTileItem:yn,AnimationWrapper:vt,CTA:G,CarouselModule:Sn,ContainerCollectionModule:En,ContainerModule:Bn,ContentModule:Tn,FooterCopyright:Oe,FooterNavigation:Dn,Image:H,LogoCollectionModule:Fn,NavigationElement:ae,PrimaryNavigation:Hn,SocialMediaRef:Le,SplitModule:Rn,TestimonialModule:Wn,TileCollectionModule:Un,TileContentIconTile:qn,TileContentImageStackedAnimatedTile:Jn,TileContentImageTile:Kn,TileContentTextTile:Gn,TileContentVideoTile:Xn,Video:Ee},Symbol.toStringTag,{value:"Module"})),ga=n=>{Object.entries(fa).forEach(([e,o])=>{n.component(e,o)})},ha=(n,e)=>{const o=(l,i)=>{for(const s of Object.keys(i))typeof i[s]=="object"?o(l[s],i[s]):l[s]=i[s]},r=Vo[`${n}Pt`];r&&o(r,e)};C.Accordion=un,C.AccordionItem=mn,C.AccordionItemPt=me,C.AccordionListItem=hn,C.AccordionListItemPt=We,C.AccordionPt=Re,C.AccordionTileItem=yn,C.AccordionTileItemPt=Ue,C.AnimationWrapper=vt,C.CTA=G,C.CTAPt=Ze,C.CarouselModule=Sn,C.CarouselModuleAltPt=Ot,C.CarouselModulePt=qe,C.ContainerCollectionModule=En,C.ContainerCollectionModulePt=Ke,C.ContainerModule=Bn,C.ContainerModulePt=Ge,C.ContentModule=Tn,C.ContentModulePt=Xe,C.DEFAULT_PALETTES=Ft,C.DEFAULT_PASSTHROUGH=F,C.FooterCopyright=Oe,C.FooterNavigation=Dn,C.FooterNavigationPt=zt,C.Image=H,C.ImagePt=jt,C.LogoCollectionModule=Fn,C.LogoCollectionModulePt=Ye,C.NavigationElement=ae,C.NavigationElementPt=Je,C.PrimaryNavigation=Hn,C.PrimaryNavigationPt=Mt,C.SocialMediaRef=Le,C.SplitModule=Rn,C.SplitModulePt=Qe,C.TestimonialModule=Wn,C.TestimonialModulePt=et,C.TileCollectionModule=Un,C.TileCollectionModulePt=tt,C.TileContentIconTile=qn,C.TileContentIconTilePt=nt,C.TileContentImageStackedAnimatedTile=Jn,C.TileContentImageStackedAnimatedTilePt=ot,C.TileContentImageTile=Kn,C.TileContentImageTilePt=rt,C.TileContentPt=ne,C.TileContentTextTile=Gn,C.TileContentTextTilePt=it,C.TileContentVideoTile=Xn,C.TileContentVideoTilePt=lt,C.TileLabelPt=at,C.Video=Ee,C.VideoPt=Dt,C.combinePassthroughs=$,C.initGlobalComponents=ga,C.overridePalette=_o,C.overridePassthrough=ha,C.withColorPalette=D,Object.defineProperty(C,Symbol.toStringTag,{value:"Module"})});
98
+ - props:`,n)),l=d,r=!0),e.resolve(d)}),s=t.computed(()=>{const{matched:d}=i.value,{length:m}=d,f=d[m-1],p=o.matched;if(!f||!p.length)return-1;const h=p.findIndex(xn.bind(null,f));if(h>-1)return h;const b=jn(d[m-2]);return m>1&&jn(f)===b&&p[p.length-1].path!==b?p.findIndex(xn.bind(null,d[m-2])):h}),a=t.computed(()=>s.value>-1&&Cl(o.params,i.value.params)),c=t.computed(()=>s.value>-1&&s.value===o.matched.length-1&&gl(o.params,i.value.params));function u(d={}){return bl(d)?e[t.unref(n.replace)?"replace":"push"](t.unref(n.to)).catch(fl):Promise.resolve()}if(process.env.NODE_ENV!=="production"&&pl){const d=t.getCurrentInstance();if(d){const m={route:i.value,isActive:a.value,isExactActive:c.value,error:null};d.__vrl_devtools=d.__vrl_devtools||[],d.__vrl_devtools.push(m),t.watchEffect(()=>{m.route=i.value,m.isActive=a.value,m.isExactActive=c.value,m.error=_n(t.unref(n.to))?null:'Invalid "to" value'},{flush:"post"})}}return{route:i,href:t.computed(()=>i.value.href),isActive:a,isExactActive:c,navigate:u}}const zn=t.defineComponent({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:On,setup(n,{slots:e}){const o=t.reactive(On(n)),{options:r}=t.inject(Ln),l=t.computed(()=>({[Mn(n.activeClass,r.linkActiveClass,"router-link-active")]:o.isActive,[Mn(n.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:o.isExactActive}));return()=>{const i=e.default&&e.default(o);return n.custom?i:t.h("a",{"aria-current":o.isExactActive?n.ariaCurrentValue:null,href:o.href,onClick:o.navigate,class:l.value},i)}}});function bl(n){if(!(n.metaKey||n.altKey||n.ctrlKey||n.shiftKey)&&!n.defaultPrevented&&!(n.button!==void 0&&n.button!==0)){if(n.currentTarget&&n.currentTarget.getAttribute){const e=n.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return n.preventDefault&&n.preventDefault(),!0}}function Cl(n,e){for(const o in e){const r=e[o],l=n[o];if(typeof r=="string"){if(r!==l)return!1}else if(!Ne(l)||l.length!==r.length||r.some((i,s)=>i!==l[s]))return!1}return!0}function jn(n){return n?n.aliasOf?n.aliasOf.path:n.path:""}const Mn=(n,e,o)=>n??e??o,kl={class:t.normalizeClass("pi pi-chevron-down")},wl={class:t.normalizeClass("pi pi-chevron-up")},$l=["innerHTML"],ae=t.defineComponent({__name:"NavigationElement",props:{elementType:{},title:{},link:{},htmlRef:{},subNavigation:{},dividerLine:{type:Boolean},class:{},isChild:{type:Boolean},pt:{}},setup(n){const e=n,o=t.computed(()=>$(Je,e.pt??{})),{backgroundColor:r,palette:l}=D(e),i=t.computed(()=>{var m,f,p,h,b,g;return(f=(m=e.link)==null?void 0:m.page)!=null&&f.slug?`${(h=(p=e.link)==null?void 0:p.page)==null?void 0:h.slug}`:(b=e.link)!=null&&b.externalUrl?(g=e.link)==null?void 0:g.externalUrl:""}),s=t.computed(()=>{var m,f,p;return(f=(m=e.link)==null?void 0:m.page)!=null&&f.slug?zn:(p=e.link)!=null&&p.externalUrl?"a":"button"}),a=t.computed(()=>te[e.elementType??"header"]),c=t.ref(!1),u=t.computed(()=>`relative py-2 md:py-0 ${e.class??""} ${e.isChild?"sub-":""}navigation-element`),d=()=>{c.value=!c.value};return(m,f)=>{const p=t.resolveComponent("NavigationElement",!0);return t.openBlock(),t.createBlock(t.resolveDynamicComponent(m.isChild?"li":"div"),{class:t.normalizeClass(u.value)},{default:t.withCtx(()=>[a.value===t.unref(te).header||m.isChild&&(i.value||m.subNavigation)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.value),{key:0,to:s.value===t.unref(zn)?i.value:void 0,href:s.value==="a"?i.value:void 0,class:t.normalizeClass(`flex leading-tight items-center hover:underline cursor-pointer text-${t.unref(l).copy} ${a.value===t.unref(te).header?"whitespace-nowrap":""}`),"aria-expanded":s.value==="button"?!0:void 0,"aria-haspopup":s.value==="button"?!0:void 0,onClick:d},{default:t.withCtx(()=>{var h;return[t.createTextVNode(t.toDisplayString(m.title)+" ",1),!m.isChild&&m.subNavigation&&!(i.value||m.isChild)?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass((h=o.value)==null?void 0:h.icon)},[t.withDirectives(t.createElementVNode("i",kl,null,512),[[t.vShow,!c.value]]),t.withDirectives(t.createElementVNode("i",wl,null,512),[[t.vShow,c.value]])],2)):t.createCommentVNode("",!0)]}),_:1},8,["to","href","class","aria-expanded","aria-haspopup"])):a.value==t.unref(te).footer?(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(`mb-2 font-bold text-${t.unref(l).copy}`)},t.toDisplayString(m.title),3)):t.createCommentVNode("",!0),!m.isChild&&m.subNavigation?(t.openBlock(),t.createElementBlock("ul",{key:2,class:t.normalizeClass({hidden:!c.value&&a.value==t.unref(te).header,[`sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md bg-${t.unref(r)} ring-opacity-5 focus:outline-none sm:shadow-lg p-5`]:a.value==t.unref(te).header,"space-y-2 opacity-90":a.value==t.unref(te).footer}),role:"menu","aria-orientation":"vertical","aria-labelledby":"menu-button",tabindex:"-1"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.subNavigation,(h,b)=>(t.openBlock(),t.createBlock(p,t.mergeProps({key:h.title,class:["ms-3 sm:ms-0",`sub-navigation-element-item-${b}`],role:"menuitem",tabindex:"-1",ref_for:!0},{...h,elementType:m.elementType,isChild:!0}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0),m.htmlRef?(t.openBlock(),t.createElementBlock("div",{key:3,innerHTML:m.htmlRef},null,8,$l)):t.createCommentVNode("",!0)]),_:1},8,["class"])}}}),vl={key:0,id:"social-media",class:"flex flex-wrap footer-social gap-2 whitespace-normal"},Sl=["href"],Le=t.defineComponent({__name:"SocialMediaRef",props:{socialMediaRef:{}},setup(n){return(e,o)=>{const r=H;return e.socialMediaRef?(t.openBlock(),t.createElementBlock("div",vl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.socialMediaRef,(l,i)=>{var s,a;return t.openBlock(),t.createElementBlock("a",{key:`footer-social-item-${l.icon.altTag}-${i}`,class:t.normalizeClass(`footer-social-item-${i}`),href:(s=l==null?void 0:l.link)==null?void 0:s.externalUrl},[t.createVNode(r,{media:(a=l==null?void 0:l.icon)==null?void 0:a.media},null,8,["media"])],10,Sl)}),128))])):t.createCommentVNode("",!0)}}}),Bl={id:"footer-copyright",class:"flex md:flex-row flex-col-reverse justify-between whitespace-normal items-start md:items-end mt-8 md:mt-0"},Tl={key:0,class:"footer-copyright-links basis-1/3"},El={class:"flex flex-row divide-x items-center"},Pl={class:"basis-1/3 footer-copyright-logos"},xl={class:"flex items-start md:items-center justify-evenly space-x-2"},Oe=t.defineComponent({__name:"FooterCopyright",props:{navigation:{},copyRight:{},logos:{},addTextMargin:{type:Boolean},isCenterAlign:{type:Boolean}},setup(n){const e=n,{palette:o}=D(e);return(r,l)=>(t.openBlock(),t.createElementBlock("div",Bl,[t.createElementVNode("div",{class:t.normalizeClass(`text-${t.unref(o).copy} ${r.addTextMargin?"mt-8":""} w-[90%] md:w-auto basis-1/3`)},t.toDisplayString(r.copyRight),3),r.isCenterAlign?(t.openBlock(),t.createElementBlock("div",Tl,[t.createElementVNode("div",El,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.navigation,(i,s)=>(t.openBlock(),t.createBlock(ae,t.mergeProps({key:`footer-nav-item-${i.title}-${s}`,class:`footer-nav-item-${s} px-2.5`,role:"menuitem",tabindex:"-1",ref_for:!0},{...i,isChild:!1,elementType:"header"}),null,16,["class"]))),128))])])):t.createCommentVNode("",!0),t.createElementVNode("div",Pl,[t.createElementVNode("div",xl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.logos,(i,s)=>(t.openBlock(),t.createBlock(H,{key:`footer-copy-right-logo-${s}`,class:"grow ml-auto",media:i.media},null,8,["media"]))),128))]),r.isCenterAlign?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["flex flex-row divide-x items-center justify-end",{"mt-6":r.navigation&&r.navigation.length}])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.navigation,(i,s)=>(t.openBlock(),t.createBlock(ae,t.mergeProps({key:`footer-nav-item-${i.title}-${s}`,class:`footer-nav-item-${s} px-2.5`,role:"menuitem",tabindex:"-1",ref_for:!0},{...i,isChild:!1,elementType:"header"}),null,16,["class"]))),128))],2))])]))}}),Il={class:"container flex flex-col mx-auto"},Al={href:"/",class:"footer-navigation-logo text-center"},Vl={key:0,class:"footer-navigation px-2 pt-2 pb-4 sm:flex sm:p-0 sm:space-x-2 md:space-x-4 space-y-5 sm:space-y-0 mb-12"},_l={key:1,class:"grow"},Nl=["innerHTML"],Dn=t.defineComponent({__name:"FooterNavigation",props:{title:{},logo:{},legalText:{},backgroundColor:{},navigation:{},socialMediaRef:{},copyRight:{},copyRightLinks:{},copyRightLogos:{}},setup(n){const e=n,{backgroundColor:o,palette:r}=D(e),l=t.computed(()=>!!(e.navigation&&e.navigation.length>0));return(i,s)=>(t.openBlock(),t.createElementBlock("footer",{class:t.normalizeClass(`w-full p-8 content-center md:py-16 px-6 lg:px-0 mx-auto bg-${t.unref(o)}`)},[t.createElementVNode("div",Il,[t.createElementVNode("div",{class:t.normalizeClass(["flex flex-col sm:flex-row md:gap-4",{"p-5 justify-between items-start":i.navigation&&i.navigation.length>0,"mb-4 md:items-start":!i.navigation||i.navigation.length===0}])},[t.createElementVNode("a",Al,[i.logo?(t.openBlock(),t.createBlock(H,{key:0,class:"min-h-[95px] min-w-[100px] h-[100px]",media:i.logo.media},null,8,["media"])):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(i.title),1)]),i.navigation&&i.navigation.length>0?(t.openBlock(),t.createElementBlock("div",Vl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.navigation,(a,c)=>(t.openBlock(),t.createBlock(ae,t.mergeProps({key:`footer-nav-item-${a.title}-${c}`,class:`footer-nav-item-${c}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...a,isChild:!1,elementType:"footer"}),null,16,["class"]))),128))])):t.createCommentVNode("",!0),!i.navigation||i.navigation.length===0?(t.openBlock(),t.createElementBlock("div",_l,[i.socialMediaRef?(t.openBlock(),t.createBlock(Le,{key:0,"social-media-ref":i.socialMediaRef},null,8,["social-media-ref"])):t.createCommentVNode("",!0),t.createVNode(Oe,{"is-center-align":l.value,"copy-right":i.copyRight,navigation:i.copyRightLinks,logos:i.copyRightLogos,"add-text-margin":!0},null,8,["is-center-align","copy-right","navigation","logos"])])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[i.socialMediaRef?(t.openBlock(),t.createBlock(Le,{key:0,"social-media-ref":i.socialMediaRef},null,8,["social-media-ref"])):t.createCommentVNode("",!0)],64))],2),i.navigation&&i.navigation.length>0?(t.openBlock(),t.createBlock(Oe,{key:0,"is-center-align":l.value,"copy-right":i.copyRight,navigation:i.copyRightLinks,logos:i.copyRightLogos},null,8,["is-center-align","copy-right","navigation","logos"])):t.createCommentVNode("",!0),s[0]||(s[0]=t.createElementVNode("hr",{class:""},null,-1)),i.legalText?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`py-5 text-xs md:text-sm opacity-80 text-${t.unref(r).copy}`),innerHTML:i.legalText},null,10,Nl)):t.createCommentVNode("",!0)])],2))}}),Ll=["innerHTML"],Fn=t.defineComponent({__name:"LogoCollectionModule",props:{__typename:{},headline:{},logos:{},backgroundColor:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(Ye,e.pt??{})),r=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:"inherit"})),{backgroundColor:l,palette:i}=D(e);return(s,a)=>{var u,d,m;const c=H;return t.openBlock(),t.createElementBlock("section",{style:t.normalizeStyle(r.value),class:t.normalizeClass(`logo-module ${e.class??""} bg-${t.unref(l)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((u=o.value)==null?void 0:u.container)??""}`)},[s.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`logo-module-headline ${((d=o.value)==null?void 0:d.headline)??""} text-${t.unref(i).headline}`),innerHTML:s.headline},null,10,Ll)):t.createCommentVNode("",!0),s.logos?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((m=o.value)==null?void 0:m.bodyCopy)??""}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.logos,(f,p)=>(t.openBlock(),t.createBlock(c,t.mergeProps({ref_for:!0},f,{key:`cta-${f.altTag}-${p}`}),null,16))),128))],2)):t.createCommentVNode("",!0)],2)],6)}}}),Ol={class:"container sm:flex sm:justify-between sm:items-center mx-auto"},zl={class:"flex items-center justify-between py-3 sm:p-0"},jl={key:0,href:"/",class:"primary-navigation-logo items-center h-10 md:h-12 lg:flex"},Ml={class:"sm:hidden"},Dl={key:0,"fill-rule":"evenodd",d:"M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z"},Fl={key:1,"fill-rule":"evenodd",d:"M4 5h16a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2z"},Hn=t.defineComponent({__name:"PrimaryNavigation",props:{title:{},logo:{},backgroundColor:{},navigation:{},ctas:{}},setup(n){const e=n,o=t.ref(!1),{backgroundColor:r,palette:l}=D(e);return(i,s)=>{const a=G;return t.openBlock(),t.createElementBlock("header",{class:t.normalizeClass(`primary-navigation-header sticky top-0 z-50 p-2 md:p-5 shadow-2xl bg-${t.unref(r)}`)},[t.createElementVNode("div",Ol,[t.createElementVNode("div",zl,[i.logo?(t.openBlock(),t.createElementBlock("a",jl,[t.createVNode(H,t.normalizeProps(t.guardReactiveProps(i.logo)),null,16)])):t.createCommentVNode("",!0),t.createElementVNode("div",Ml,[t.createElementVNode("button",{type:"button",class:"block",onClick:s[0]||(s[0]=c=>o.value=!o.value)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(`h-6 w-6 fill-${t.unref(l).copy}`),viewBox:"0 0 24 24"},[o.value?(t.openBlock(),t.createElementBlock("path",Dl)):t.createCommentVNode("",!0),o.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("path",Fl))],2))])])]),i.navigation?(t.openBlock(),t.createElementBlock("nav",{key:0,class:t.normalizeClass(["primary-navigation items-center px-2 pt-2 pb-4 sm:flex gap-4 sm:justify-evenly sm:p-0",o.value?"block":"hidden"])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.navigation,(c,u)=>(t.openBlock(),t.createBlock(ae,t.mergeProps({key:`${c.title}-${u}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...c,class:`primary-nav-item-${u} ${c.class||""} ${c.dividerLine?"md:border-r pr-4 h-full":""}`,isChild:!1,elementType:"header"}),null,16))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,c=>(t.openBlock(),t.createBlock(a,t.mergeProps({key:c.title,class:["my-4 md:my-0",c.buttonType==="fill"?"justify-center w-full":""],ref_for:!0},c),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0)])],2)}}}),Hl=["innerHTML"],Rn=t.defineComponent({__name:"SplitModule",props:{__typename:{},entryTitle:{},headline:{},start:{},center:{},end:{},backgroundImage:{},backgroundColor:{},pt:{},isChild:{type:Boolean},class:{}},setup(n){const e=n,o=t.computed(()=>$(Qe,e.pt??{})),r=t.computed(()=>({"background-image":`url(${e.backgroundImage??""})`,"background-size":"cover"})),{backgroundColor:l,palette:i}=D(e),s=t.computed(()=>N(`split-module ${e.isChild?"":"py-0 px-8 md:px-8 md:py-16"} bg-${l}`,e.class??""));return(a,c)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.isChild?"div":"section"),{style:t.normalizeStyle(r.value),class:t.normalizeClass(s.value)},{default:t.withCtx(()=>{var u,d,m,f,p;return[a.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(i).headline}`),innerHTML:a.headline},null,10,Hl)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`split-module-content ${t.unref(N)("flex justify-evenly gap-4 mx-auto items-center",((d=o.value)==null?void 0:d.bodyCopy)??"")}`)},[a.start?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.start.__typename),t.mergeProps({key:0},a.start,{class:`split-module-start ${((m=o.value)==null?void 0:m.start)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),a.center?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.center.__typename),t.mergeProps({key:1},a.center,{class:`split-module-center ${((f=o.value)==null?void 0:f.center)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),a.end?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.end.__typename),t.mergeProps({key:2},a.end,{class:`split-module-end ${((p=o.value)==null?void 0:p.end)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0)],2)]}),_:1},8,["style","class"]))}}),Rl=["innerHTML"],Wn=t.defineComponent({__name:"TestimonialModule",props:{__typename:{},headline:{},quote:{},author:{},details:{},media:{},textColor:{},backgroundColor:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(et,e.pt??{})),{palette:r}=D(e),l=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"}));return(i,s)=>{var a,c,u,d,m,f,p;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`testimonial ${t.unref(N)("p-5",e.class??"")}`),style:t.normalizeStyle(l.value)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto flex flex-col lg:flex-row gap-8 ${((a=o.value)==null?void 0:a.container)??""}`)},[i.media?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`testimonial-media ${((c=o.value)==null?void 0:c.media)??""}`)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(i.media.__typename),t.normalizeProps(t.guardReactiveProps(i.media)),null,16))],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`testimonial-text ${((u=o.value)==null?void 0:u.text)??""}`)},[i.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`testimonial-headline ${((d=o.value)==null?void 0:d.headline)??""} text-${t.unref(r).headline}`),innerHTML:i.headline},null,10,Rl)):t.createCommentVNode("",!0),i.quote?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`testimonial-quote ${((m=o.value)==null?void 0:m.quote)??""} text-${t.unref(r).copyAccent}`)},' "'+t.toDisplayString(i.quote)+'" ',3)):t.createCommentVNode("",!0),i.author?(t.openBlock(),t.createElementBlock("p",{key:2,class:t.normalizeClass(`testimonial-author ${((f=o.value)==null?void 0:f.author)??""} text-${t.unref(r).copy}`)},t.toDisplayString(i.author),3)):t.createCommentVNode("",!0),i.details?(t.openBlock(),t.createElementBlock("p",{key:3,class:t.normalizeClass(`testimonial-details ${((p=o.value)==null?void 0:p.details)??""} text-${t.unref(r).copy}`)},t.toDisplayString(i.details),3)):t.createCommentVNode("",!0)],2)],2)],6)}}}),Wl=["innerHTML"],Ul={key:3,class:"mx-auto mt-16 w-fit"},ql={key:0,class:"w-full overflow-hidden pt-8"},Un=t.defineComponent({__name:"TileCollectionModule",props:{__typename:{},headline:{},bodyCopy:{},modules:{},textColor:{},backgroundColor:{},tileLabelType:{},ctas:{},includeDecoration:{type:Boolean,default:!1},cols:{default:3},variant:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(tt,e.pt??{})),{backgroundColor:r,palette:l}=D(e),i=t.computed(()=>{const a=["w-full md:w-[47%]"];switch(e.modules.length<e.cols?e.modules.length:e.cols){case 4:a.push("lg:w-[23%]");break;case 3:a.push("lg:w-[31%]");break;case 1:a.push("md:w-full");break}return a.join(" ")}),s=t.computed(()=>{switch(r){case"iris":return"https://images.ctfassets.net/qqblaiss500w/6M4qmV1iPDg67IPiCXreV7/859124c674bf3267e81bcf429ac142fd/stem-reasons-background.svg";case"wisteria":return"https://images.ctfassets.net/qqblaiss500w/6M4qmV1iPDg67IPiCXreV7/859124c674bf3267e81bcf429ac142fd/stem-reasons-background.svg";default:return"https://images.ctfassets.net/qqblaiss500w/5LopxqqvQC9Vzutf6cvGR3/6b20c6a67b637de8ba90bb817b3b521d/circles.png"}});return(a,c)=>{var m,f,p,h,b;const u=G,d=H;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`tile-collection ${a.variant} ${t.unref(N)("overflow-hidden py-16",a.includeDecoration?"!pb-0":"",((m=o.value)==null?void 0:m.root)??"",e.class??"")} bg-${t.unref(r)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((f=o.value)==null?void 0:f.container)??""}`)},[a.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`tile-collection-headline ${((p=o.value)==null?void 0:p.headline)??""} text-${t.unref(l).headline} ${a.bodyCopy?"mb-2":""}`),innerHTML:a.headline},null,10,Wl)):t.createCommentVNode("",!0),a.bodyCopy?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-collection-body-copy ${((h=o.value)==null?void 0:h.bodyCopy)??""} text-${t.unref(l).copy}`)},t.toDisplayString(a.bodyCopy),3)):t.createCommentVNode("",!0),a.modules?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-collection-content ${t.unref(N)(`flex flex-col ${a.variant!=="ImageStackedAnimatedTile"?"md:flex-row flex-wrap gap-12 md:gap-6":"gap-12 md:gap-4"} justify-center`,((b=o.value)==null?void 0:b.bodyCopy)??"")}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.modules,(g,y)=>{var w;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(`TileContent${a.variant}`),t.mergeProps({key:`${g==null?void 0:g.headline}-${y}`,class:`tile-collection-content-item-${y} ${i.value} ${((w=o.value)==null?void 0:w.item)??""} ${g.class}`,ref_for:!0},g,{index:y,"tile-label-type":a.tileLabelType}),null,16,["class","index","tile-label-type"])}),128))],2)):t.createCommentVNode("",!0),a.ctas?(t.openBlock(),t.createElementBlock("div",Ul,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.ctas,g=>(t.openBlock(),t.createBlock(u,t.mergeProps({key:`${g.title}-cta`,ref_for:!0},g,{size:"xl"}),null,16))),128))])):t.createCommentVNode("",!0)],2),a.includeDecoration?(t.openBlock(),t.createElementBlock("div",ql,[t.createVNode(d,{animated:!0,media:{url:s.value},"alt-tag":"Stem cell background image, series of multicolor circles in a circular pattern.",class:"w-full md:w-3/4 h-[20vw] md:h-[200px] object-top object-cover mx-auto"},null,8,["media"])])):t.createCommentVNode("",!0)],2)}}}),Te=t.defineComponent({__name:"TileLabel",props:{__typename:{},copy:{},type:{default:"Text"},backgroundColor:{},textColor:{},alignment:{default:"right"},pt:{},index:{}},setup(n){const e=n,o=t.useAttrs(),r=t.computed(()=>e.type==="Numeric"&&!e.copy?(e.index??0)+1:e.copy),l=t.computed(()=>$(at[e.type],e.pt??{})),i=t.computed(()=>{var a;let s=e.type==="Numeric"?"right-2 md:right-4":"right-[-4%]";return e.alignment==="left"&&(s=e.type==="Numeric"?"left-2 md:left-4":"left-[-4%]"),`tile-label absolute ${N(typeof r.value=="number"?"w-[36px] h-[36px] md:h-[60px] md:w-[60px]":"w-[120px]",`text-${e.textColor}`,`bg-${e.backgroundColor}`,"top-2 md:top-4",((a=l==null?void 0:l.value)==null?void 0:a.root)??"",s,o.class)}`});return(s,a)=>r.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(i.value),style:t.normalizeStyle({backgroundColor:s.backgroundColor})},t.toDisplayString(r.value),7)):t.createCommentVNode("",!0)}}),ze=(n,e)=>n.buttonType==="fill"?n.color??C.COLOR_PALETTES[e].cta.fill.bg:null,je=(n,e)=>n.textColor??C.COLOR_PALETTES[e].cta[n.buttonType].copy;var Kl={root:"p-card p-component",header:"p-card-header",body:"p-card-body",caption:"p-card-caption",title:"p-card-title",subtitle:"p-card-subtitle",content:"p-card-content",footer:"p-card-footer"},Gl=U.extend({name:"card",classes:Kl}),Xl={name:"BaseCard",extends:Ce,style:Gl},se={name:"Card",extends:Xl,inheritAttrs:!1};function Zl(n,e,o,r,l,i){return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root")},n.ptmi("root")),[n.$slots.header?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("header")},n.ptm("header")),[t.renderSlot(n.$slots,"header")],16)):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("body")},n.ptm("body")),[n.$slots.title||n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("caption")},n.ptm("caption")),[n.$slots.title?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("title")},n.ptm("title")),[t.renderSlot(n.$slots,"title")],16)):t.createCommentVNode("",!0),n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("subtitle")},n.ptm("subtitle")),[t.renderSlot(n.$slots,"subtitle")],16)):t.createCommentVNode("",!0)],16)):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("content")},n.ptm("content")),[t.renderSlot(n.$slots,"content")],16),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)],16)}se.render=Zl;const Yl=["src","height","width"],Jl=["src","height","width"],Ee=t.defineComponent({__name:"Video",props:{__typename:{},thumbnail:{},url:{},class:{}},setup(n){let e=t.ref(!1);function o(){e.value=!0}return(r,l)=>{var i,s;return t.unref(e)?t.unref(e)?(t.openBlock(),t.createElementBlock("iframe",{key:1,class:t.normalizeClass(`${r.$props.class} w-full`),src:r.url,height:(i=r.thumbnail.media)!=null&&i.height?r.thumbnail.media.height:"100%",width:(s=r.thumbnail.media)!=null&&s.width?r.thumbnail.media.width:"100%",allow:"autoplay"},null,10,Jl)):t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${r.$props.class} relative cursor-pointer`),onClick:o},[l[0]||(l[0]=t.createElementVNode("svg",{class:"absolute bottom-0 left-0 right-0 top-0 m-auto block",xmlns:"http://www.w3.org/2000/svg",width:"97",height:"97",viewBox:"0 0 97 97",fill:"none"},[t.createElementVNode("path",{d:"M91.4217 48.2108C91.4217 72.0755 72.0755 91.4217 48.2108 91.4217C24.3462 91.4217 5 72.0755 5 48.2108C5 24.3462 24.3462 5 48.2108 5C72.0755 5 91.4217 24.3462 91.4217 48.2108Z",stroke:"white","stroke-width":"10"}),t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M39.9246 25.9149L69.7535 48.2109L39.9246 70.5069V25.9149Z",fill:"white"})],-1)),t.createElementVNode("img",{class:"w-full",src:r.thumbnail.media.url,height:r.thumbnail.media.height,width:r.thumbnail.media.width},null,8,Yl)],2))}}}),Ql=["innerHTML"],qn=Ve(t.defineComponent({__name:"TileContentIconTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(nt,e.pt??{})),{palette:r}=D(e),l=e.backgroundColor?r:r.tile,i=typeof e.index=="number",s=e.backgroundColor?e.backgroundColor:r.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start"),c=t.ref(null),u=$t(c,{threshold:.1});return(d,m)=>{var h,b,g,y,w,k,T,E,_,x,I;const f=Te,p=G;return t.openBlock(),t.createElementBlock("div",{ref_key:"content",ref:c,style:t.normalizeStyle({transitionDelay:`${(d.index??0)*.2}s`}),class:t.normalizeClass(`tile-content animate-slide-on-top ${t.unref(u)?"visible":""} ${t.unref(N)((h=o.value)==null?void 0:h.root,i?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(s)}`)},[d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,t.mergeProps({key:0},d.tileLabel,{type:d.tileLabelType??((b=d.tileLabel)==null?void 0:b.type),class:d.tileLabelType==="Numeric"||((g=d.tileLabel)==null?void 0:g.type)==="Numeric"?(y=o.value)==null?void 0:y.numericLabel:(w=o.value)==null?void 0:w.label,"background-color":t.unref(l).label[d.tileLabelType??((k=d.tileLabel)==null?void 0:k.type)??"Text"].bg,"text-color":t.unref(l).label[d.tileLabelType??((T=d.tileLabel)==null?void 0:T.type)??"Text"].copy,index:d.index,alignment:((E=d.tileLabel)==null?void 0:E.alignment)??"right"}),null,16,["type","class","background-color","text-color","index","alignment"])):t.createCommentVNode("",!0),t.createVNode(t.unref(se),{class:t.normalizeClass(`${((_=o.value)==null?void 0:_.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-footer ${((x=o.value)==null?void 0:x.footer)??""}`,"pt:body:class":((I=o.value)==null?void 0:I.body)??""},t.createSlots({_:2},[d.bodyCopy||d.listItems?{name:"content",fn:t.withCtx(()=>{var A,L,j,v,R,W,q;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((A=o.value)==null?void 0:A.bodyCopy)??""} ${a.value}`)},[d.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media ${((L=o.value)==null?void 0:L.media)??""}`)},[m[0]||(m[0]=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:0},d.image,{class:t.unref(N)((v=(j=d.image)==null?void 0:j.media)!=null&&v.width?"":"w-full",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),d.video?(t.openBlock(),t.createBlock(Ee,t.mergeProps({key:1},d.video,{class:"w-full"}),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),d.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((R=o.value)==null?void 0:R.headline)??""} text-${t.unref(l).headline} text-${d.alignment}`)},t.toDisplayString(d.headline),3)):t.createCommentVNode("",!0),d.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((W=o.value)==null?void 0:W.subheadline)??""} text-${t.unref(l).headline} text-${d.alignment}`)},t.toDisplayString(d.subheadline),3)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((q=o.value)==null?void 0:q.bodyCopy)??""} text-${t.unref(l).copy} text-${d.alignment}`),innerHTML:d.bodyCopy},null,10,Ql)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var A,L;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((A=o.value)==null?void 0:A.footerContent)??""} text-${t.unref(l).copy}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((L=o.value)==null?void 0:L.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.ctas,(j,v)=>{var R;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${j.title}-${v}`,class:`cta-${v} ${(R=o.value)==null?void 0:R.cta}`,color:t.unref(ze)(j,t.unref(s)),"text-color":t.unref(je)(j,t.unref(s)),ref_for:!0},j),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-c3708d8c"]]),ea=["innerHTML"],Kn=Ve(t.defineComponent({__name:"TileContentImageTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(rt,e.pt??{})),{palette:r}=D(e),l=e.backgroundColor?r:r.tile,i=typeof e.index=="number",s=e.backgroundColor?e.backgroundColor:r.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start"),c=t.ref(null),u=$t(c,{threshold:.1});return(d,m)=>{var h,b,g,y;const f=Te,p=G;return t.openBlock(),t.createElementBlock("div",{ref_key:"content",ref:c,style:t.normalizeStyle({transitionDelay:`${(d.index??0)*.2}s`}),class:t.normalizeClass(`tile-content animate-slide-in-right ${t.unref(u)?"visible":""} ${t.unref(N)(((h=o.value)==null?void 0:h.root)??"",i?"":"w-full md:w-full lg:w-full",`bg-${t.unref(s)}`,e.class??"")}`)},[t.createVNode(t.unref(se),{class:t.normalizeClass(`${((b=o.value)==null?void 0:b.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((g=o.value)==null?void 0:g.footer)??""}`,"pt:body:class":((y=o.value)==null?void 0:y.body)??""},t.createSlots({_:2},[d.bodyCopy||d.listItems?{name:"content",fn:t.withCtx(()=>{var w,k,T,E,_,x,I,A,L,j,v,R,W,q;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((w=o.value)==null?void 0:w.bodyCopy)??""} ${a.value}`)},[d.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media w-4/5 ${((k=o.value)==null?void 0:k.media)??""}`)},[d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,{key:0,class:t.normalizeClass(d.tileLabelType==="Numeric"||((T=d.tileLabel)==null?void 0:T.type)==="Numeric"?(E=o.value)==null?void 0:E.numericLabel:(_=o.value)==null?void 0:_.label),index:d.index,alignment:((x=d.tileLabel)==null?void 0:x.alignment)??"left",type:d.tileLabelType??((I=d.tileLabel)==null?void 0:I.type),"background-color":t.unref(l).label[d.tileLabelType??((A=d.tileLabel)==null?void 0:A.type)??"Text"].bg,"text-color":t.unref(l).label[d.tileLabelType??((L=d.tileLabel)==null?void 0:L.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),m[0]||(m[0]=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},d.image,{class:t.unref(N)("rounded-full",(v=(j=d.image)==null?void 0:j.media)!=null&&v.width?"":"w-full",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),d.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((R=o.value)==null?void 0:R.headline)??""} text-${t.unref(l).headline}`)},t.toDisplayString(d.headline),3)):t.createCommentVNode("",!0),d.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((W=o.value)==null?void 0:W.subheadline)??""} text-${t.unref(l).copy}`)},t.toDisplayString(d.subheadline),3)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((q=o.value)==null?void 0:q.bodyCopy)??""} text-${t.unref(l).copy} text-${d.alignment}`),innerHTML:d.bodyCopy},null,10,ea)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var w,k;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((w=o.value)==null?void 0:w.footerContent)??""} text-${t.unref(l).copy} text-${d.alignment}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((k=o.value)==null?void 0:k.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.ctas,(T,E)=>{var _;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${T.title}-${E}`,class:`cta-${E} ${(_=o.value)==null?void 0:_.cta}`,color:t.unref(ze)(T,t.unref(s)),"text-color":t.unref(je)(T,t.unref(s)),ref_for:!0},T),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-a6018848"]]),ta=["innerHTML"],Gn=t.defineComponent({__name:"TileContentTextTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(it,e.pt??{})),r=typeof e.index=="number",{palette:l}=D(e),i=e.backgroundColor?l:l.tile,s=e.backgroundColor?e.backgroundColor:l.tile.bg;return(a,c)=>{var m,f,p,h,b,g,y,w,k,T;const u=Te,d=G;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(N)((m=o.value)==null?void 0:m.root,r?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(s)}`)},[a.tileLabel||a.tileLabelType?(t.openBlock(),t.createBlock(u,t.mergeProps({key:0},a.tileLabel,{class:a.tileLabelType==="Numeric"||((f=a.tileLabel)==null?void 0:f.type)==="Numeric"?(p=o.value)==null?void 0:p.numericLabel:(h=o.value)==null?void 0:h.label,index:a.index,type:a.tileLabelType??((b=a.tileLabel)==null?void 0:b.type),"background-color":t.unref(i).label[a.tileLabelType??((g=a.tileLabel)==null?void 0:g.type)??"Text"].bg,"text-color":t.unref(i).label[a.tileLabelType??((y=a.tileLabel)==null?void 0:y.type)??"Text"].copy}),null,16,["class","index","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(se),{class:t.normalizeClass(`${((w=o.value)==null?void 0:w.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((k=o.value)==null?void 0:k.footer)??""}`,"pt:body:class":((T=o.value)==null?void 0:T.body)??""},t.createSlots({_:2},[a.bodyCopy||a.subheadline||a.headline?{name:"content",fn:t.withCtx(()=>{var E,_,x,I;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((E=o.value)==null?void 0:E.bodyCopy)??""}`)},[a.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:0,class:t.normalizeClass(`tile-content-subheadline ${((_=o.value)==null?void 0:_.subheadline)??""} text-${t.unref(i).copy} text-${a.alignment}`)},t.toDisplayString(a.subheadline),3)):t.createCommentVNode("",!0),a.headline?(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(`tile-content-headline ${((x=o.value)==null?void 0:x.headline)??""} text-${t.unref(i).headline} text-${a.alignment}`)},t.toDisplayString(a.headline),3)):t.createCommentVNode("",!0),a.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-body-copy ${((I=o.value)==null?void 0:I.bodyCopy)??""} text-${t.unref(i).copy} text-${a.alignment}`),innerHTML:a.bodyCopy},null,10,ta)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,a.ctas||a.footer?{name:"footer",fn:t.withCtx(()=>{var E,_;return[a.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((E=o.value)==null?void 0:E.footerContent)??""} text-${t.unref(i).copy} text-${a.alignment}`)},t.toDisplayString(a.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((_=o.value)==null?void 0:_.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.ctas,(x,I)=>{var A;return t.openBlock(),t.createBlock(d,t.mergeProps({key:`cta-${x.title}-${I}`,class:`cta-${I} ${(A=o.value)==null?void 0:A.cta} w-full`,color:t.unref(ze)(x,t.unref(s)),"text-color":t.unref(je)(x,t.unref(s)),size:x.size??"xxl",ref_for:!0},x),null,16,["class","color","text-color","size"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),na=["innerHTML"],Xn=t.defineComponent({__name:"TileContentVideoTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(lt,e.pt??{})),r=typeof e.index=="number",{palette:l}=D(e),i=e.backgroundColor?l:l.tile,s=e.backgroundColor?e.backgroundColor:l.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start");return(c,u)=>{var f,p,h,b,g,y,w,k,T,E,_;const d=Te,m=G;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(N)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none",`bg-${t.unref(s)}`,r?"":"w-full md:w-full lg:w-full",((f=o.value)==null?void 0:f.root)??"",e.class??"")} ${e.class}`)},[c.tileLabel||c.tileLabelType?(t.openBlock(),t.createBlock(d,{key:0,class:t.normalizeClass(c.tileLabelType==="Numeric"||((p=c.tileLabel)==null?void 0:p.type)==="Numeric"?(h=o.value)==null?void 0:h.numericLabel:(b=o.value)==null?void 0:b.label),index:c.index,alignment:((g=c.tileLabel)==null?void 0:g.alignment)??"right",type:c.tileLabelType??((y=c.tileLabel)==null?void 0:y.type),"background-color":t.unref(i).label[c.tileLabelType??((w=c.tileLabel)==null?void 0:w.type)??"Text"].bg,"text-color":t.unref(i).label[c.tileLabelType??((k=c.tileLabel)==null?void 0:k.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(se),{class:t.normalizeClass(`${((T=o.value)==null?void 0:T.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((E=o.value)==null?void 0:E.ctas)??""}`,"pt:body:class":((_=o.value)==null?void 0:_.body)??""},t.createSlots({_:2},[c.bodyCopy||c.listItems?{name:"content",fn:t.withCtx(()=>{var x,I,A,L,j;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((x=o.value)==null?void 0:x.bodyCopy)??""} ${a.value}`)},[c.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline ${((I=o.value)==null?void 0:I.headline)??""} text-${t.unref(i).headline} text-${c.alignment}`)},t.toDisplayString(c.headline),3)):t.createCommentVNode("",!0),c.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(`tile-content-subheadline ${((A=o.value)==null?void 0:A.subheadline)??""} text-${t.unref(i).copy} text-${c.alignment}`)},t.toDisplayString(c.subheadline),3)):t.createCommentVNode("",!0),c.video?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-media w-full ${((L=o.value)==null?void 0:L.media)??""}`)},[c.video?(t.openBlock(),t.createBlock(Ee,t.normalizeProps(t.mergeProps({key:0},c.video)),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),c.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((j=o.value)==null?void 0:j.bodyCopy)??""} text-${t.unref(i).copy} text-${c.alignment}`),innerHTML:c.bodyCopy},null,10,na)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,c.ctas||c.footer?{name:"footer",fn:t.withCtx(()=>{var x;return[c.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((x=o.value)==null?void 0:x.footer)??""} text-${t.unref(i).copy}`)},t.toDisplayString(c.footer),3)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.ctas,(I,A)=>{var L;return t.openBlock(),t.createBlock(m,t.mergeProps({key:`cta-${I.title}-${A}`,class:`cta-${A} ${(L=o.value)==null?void 0:L.cta}`,color:t.unref(ze)(I,t.unref(s)),"text-color":t.unref(je)(I,t.unref(s)),ref_for:!0},I),null,16,["class","color","text-color"])}),128))]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),Bt=kt?window:void 0;function Me(n){var e;const o=Q(n);return(e=o==null?void 0:o.$el)!=null?e:o}function oa(...n){let e,o,r,l;if(typeof n[0]=="string"||Array.isArray(n[0])?([o,r,l]=n,e=Bt):[e,o,r,l]=n,!e)return ee;Array.isArray(o)||(o=[o]),Array.isArray(r)||(r=[r]);const i=[],s=()=>{i.forEach(d=>d()),i.length=0},a=(d,m,f,p)=>(d.addEventListener(m,f,p),()=>d.removeEventListener(m,f,p)),c=t.watch(()=>[Me(e),Q(l)],([d,m])=>{if(s(),!d)return;const f=ai(m)?{...m}:m;i.push(...o.flatMap(p=>r.map(h=>a(d,p,h,f))))},{immediate:!0,flush:"post"}),u=()=>{c(),s()};return Ae(u),u}function ra(){const n=t.ref(!1),e=t.getCurrentInstance();return e&&t.onMounted(()=>{n.value=!0},e),n}function ia(n){const e=ra();return t.computed(()=>(e.value,!!n()))}function la(n,e,o={}){const{root:r,rootMargin:l="0px",threshold:i=0,window:s=Bt,immediate:a=!0}=o,c=ia(()=>s&&"IntersectionObserver"in s),u=t.computed(()=>{const h=Q(n);return(Array.isArray(h)?h:[h]).map(Me).filter(pn)});let d=ee;const m=t.ref(a),f=c.value?t.watch(()=>[u.value,Me(r),m.value],([h,b])=>{if(d(),!m.value||!h.length)return;const g=new IntersectionObserver(e,{root:Me(b),rootMargin:l,threshold:i});h.forEach(y=>y&&g.observe(y)),d=()=>{g.disconnect(),d=ee}},{immediate:a,flush:"post"}):ee,p=()=>{d(),f(),m.value=!1};return Ae(p),{isSupported:c,isActive:m,pause(){d(),m.value=!1},resume(){m.value=!0},stop:p}}function Zn(n,e={}){const{window:o=Bt,scrollTarget:r,threshold:l=0}=e,i=t.ref(!1);return la(n,s=>{let a=i.value,c=0;for(const u of s)u.time>=c&&(c=u.time,a=u.isIntersecting);i.value=a},{root:r,window:o,threshold:l}),i}const aa={[ii.mounted](n,e){if(typeof e.value=="function"){const o=e.value,r=Zn(n);t.watch(r,l=>o(l),{immediate:!0})}else{const[o,r]=e.value,l=Zn(n,r);t.watch(l,i=>o(i),{immediate:!0})}}};function Tt(n){return typeof Window<"u"&&n instanceof Window?n.document.documentElement:typeof Document<"u"&&n instanceof Document?n.documentElement:n}function Yn(n){const e=window.getComputedStyle(n);if(e.overflowX==="scroll"||e.overflowY==="scroll"||e.overflowX==="auto"&&n.clientWidth<n.scrollWidth||e.overflowY==="auto"&&n.clientHeight<n.scrollHeight)return!0;{const o=n.parentNode;return!o||o.tagName==="BODY"?!1:Yn(o)}}function sa(n){const e=n||window.event,o=e.target;return Yn(o)?!1:e.touches.length>1?!0:(e.preventDefault&&e.preventDefault(),!1)}const Et=new WeakMap;function ca(n,e=!1){const o=t.ref(e);let r=null,l="";t.watch(ci(n),a=>{const c=Tt(Q(a));if(c){const u=c;if(Et.get(u)||Et.set(u,u.style.overflow),u.style.overflow!=="hidden"&&(l=u.style.overflow),u.style.overflow==="hidden")return o.value=!0;if(o.value)return u.style.overflow="hidden"}},{immediate:!0});const i=()=>{const a=Tt(Q(n));!a||o.value||(fn&&(r=oa(a,"touchmove",c=>{sa(c)},{passive:!1})),a.style.overflow="hidden",o.value=!0)},s=()=>{const a=Tt(Q(n));!a||!o.value||(fn&&(r==null||r()),a.style.overflow=l,Et.delete(a),o.value=!1)};return Ae(s),t.computed({get(){return o.value},set(a){a?i():s()}})}function da(){let n=!1;const e=t.ref(!1);return(o,r)=>{if(e.value=r.value,n)return;n=!0;const l=ca(o,r.value);t.watch(e,i=>l.value=i)}}da();const ua=["innerHTML"],ma=["innerHTML"],pa=["src"],Jn=Ve(t.defineComponent({__name:"TileContentImageStackedAnimatedTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{},pt:{},listItems:{},footer:{},class:{}},setup(n){const e=t.ref(null),o=t.ref(!1),r=n,l=t.computed(()=>$(ot,r.pt??{})),i=t.computed(()=>!((r.index??0)%2)),s=t.computed(()=>r.index===0),{palette:a}=D(r),c=t.computed(()=>{var d;return(d=r.tileLabel)!=null&&d.alignment?r.tileLabel.alignment:i.value?"right":"left"}),u=d=>{o.value=d};return(d,m)=>{var p,h,b,g;const f=Te;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(N)(((p=l.value)==null?void 0:p.root)??"",r.class??"")} max-w-[1024px]`)},[t.createVNode(t.unref(se),{class:t.normalizeClass(`${((h=l.value)==null?void 0:h.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((b=l.value)==null?void 0:b.ctas)??""}`,"pt:body:class":((g=l.value)==null?void 0:g.body)??""},t.createSlots({content:t.withCtx(()=>{var y,w,k,T,E,_,x,I,A,L,j,v;return[t.createElementVNode("div",{class:t.normalizeClass(`flex gap-[5vmin] md:gap-12 relative ${i.value?"flex-row-reverse":""} tile-content-inner ${((y=l.value)==null?void 0:y.bodyCopy)??""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${((w=l.value)==null?void 0:w.text)??""} text-left ${i.value?"items-start":"items-end"}`)},[d.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline w-full ${((k=l.value)==null?void 0:k.headline)??""} text-${t.unref(a).subheadline}`),innerHTML:d.headline},null,10,ua)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`tile-content-body-copy ${((T=l.value)==null?void 0:T.description)??""} w-full text-${t.unref(a).copy}`),innerHTML:d.bodyCopy},null,10,ma)):t.createCommentVNode("",!0)],2),d.video||d.image?t.withDirectives((t.openBlock(),t.createElementBlock("div",{key:0,ref_key:"target",ref:e,class:t.normalizeClass(`tile-content-media relative ${((E=l.value)==null?void 0:E.media)??""} max-w-[350px]`)},[t.createElementVNode("img",{class:t.normalizeClass({"should-animate":!0,absolute:!0,animate:o.value,"w-full":!0,"z-0":!0,"top-[36%]":s.value,"left-[-16%]":s.value,"bg-left-top":i.value&&!s.value||!i.value,"animate-even":i.value&&!s.value&&o.value,"left-[-28%]":i.value&&!s.value,"top-[-10%]":i.value&&!s.value,"top-[-16%]":!i.value,"right-[-16%]":!i.value,"animate-odd":!i.value&&o.value}),src:(i.value,"https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")},null,10,pa),d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,t.mergeProps({key:0},d.tileLabel,{class:{[((_=l.value)==null?void 0:_.numericLabel)??""]:d.tileLabelType==="Numeric"||((x=d.tileLabel)==null?void 0:x.type)==="Numeric",[((I=l.value)==null?void 0:I.label)??""]:d.tileLabelType==="Text"||((A=d.tileLabel)==null?void 0:A.type)==="Text","top-1 md:top-8":!0,"left-1":!i.value,"right-1":i.value},index:d.index,type:d.tileLabelType??((L=d.tileLabel)==null?void 0:L.type),alignment:c.value,"background-color":t.unref(a).label[d.tileLabelType??((j=d.tileLabel)==null?void 0:j.type)??"Text"].bg,"text-color":t.unref(a).label[d.tileLabelType??((v=d.tileLabel)==null?void 0:v.type)??"Text"].copy}),null,16,["class","index","type","alignment","background-color","text-color"])):t.createCommentVNode("",!0),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},d.image,{class:t.unref(N)("w-full min-w-[150px] md:min-w-[350px] relative rounded-full z-10",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),d.video?(t.openBlock(),t.createBlock(Ee,t.normalizeProps(t.mergeProps({key:2},d.video)),null,16)):t.createCommentVNode("",!0)],2)),[[t.unref(aa),u]]):t.createCommentVNode("",!0)],2)]}),_:2},[d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var y;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((y=l.value)==null?void 0:y.footer)??""} text-${t.unref(a).copy}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0)]}),key:"0"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),[["__scopeId","data-v-2163591e"]]),fa=Object.freeze(Object.defineProperty({__proto__:null,Accordion:un,AccordionItem:mn,AccordionListItem:hn,AccordionTileItem:yn,AnimationWrapper:vt,CTA:G,CarouselModule:Sn,ContainerCollectionModule:En,ContainerModule:Bn,ContentModule:Tn,FooterCopyright:Oe,FooterNavigation:Dn,Image:H,LogoCollectionModule:Fn,NavigationElement:ae,PrimaryNavigation:Hn,SocialMediaRef:Le,SplitModule:Rn,TestimonialModule:Wn,TileCollectionModule:Un,TileContentIconTile:qn,TileContentImageStackedAnimatedTile:Jn,TileContentImageTile:Kn,TileContentTextTile:Gn,TileContentVideoTile:Xn,Video:Ee},Symbol.toStringTag,{value:"Module"})),ga=n=>{Object.entries(fa).forEach(([e,o])=>{n.component(e,o)})},ha=(n,e)=>{const o=(l,i)=>{for(const s of Object.keys(i))typeof i[s]=="object"?o(l[s],i[s]):l[s]=i[s]},r=Vo[`${n}Pt`];r&&o(r,e)};C.Accordion=un,C.AccordionItem=mn,C.AccordionItemPt=me,C.AccordionListItem=hn,C.AccordionListItemPt=We,C.AccordionPt=Re,C.AccordionTileItem=yn,C.AccordionTileItemPt=Ue,C.AnimationWrapper=vt,C.CTA=G,C.CTAPt=Ze,C.CarouselModule=Sn,C.CarouselModuleAltPt=Ot,C.CarouselModulePt=qe,C.ContainerCollectionModule=En,C.ContainerCollectionModulePt=Ke,C.ContainerModule=Bn,C.ContainerModulePt=Ge,C.ContentModule=Tn,C.ContentModulePt=Xe,C.DEFAULT_PALETTES=Ft,C.DEFAULT_PASSTHROUGH=F,C.FooterCopyright=Oe,C.FooterNavigation=Dn,C.FooterNavigationPt=zt,C.Image=H,C.ImagePt=jt,C.LogoCollectionModule=Fn,C.LogoCollectionModulePt=Ye,C.NavigationElement=ae,C.NavigationElementPt=Je,C.PrimaryNavigation=Hn,C.PrimaryNavigationPt=Mt,C.SocialMediaRef=Le,C.SplitModule=Rn,C.SplitModulePt=Qe,C.TestimonialModule=Wn,C.TestimonialModulePt=et,C.TileCollectionModule=Un,C.TileCollectionModulePt=tt,C.TileContentIconTile=qn,C.TileContentIconTilePt=nt,C.TileContentImageStackedAnimatedTile=Jn,C.TileContentImageStackedAnimatedTilePt=ot,C.TileContentImageTile=Kn,C.TileContentImageTilePt=rt,C.TileContentPt=ne,C.TileContentTextTile=Gn,C.TileContentTextTilePt=it,C.TileContentVideoTile=Xn,C.TileContentVideoTilePt=lt,C.TileLabelPt=at,C.Video=Ee,C.VideoPt=Dt,C.combinePassthroughs=$,C.initGlobalComponents=ga,C.overridePalette=_o,C.overridePassthrough=ha,C.withColorPalette=D,Object.defineProperty(C,Symbol.toStringTag,{value:"Module"})});