@cooperco/cooper-component-library 0.1.73 → 0.1.75
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.
- package/dist/cms/0064-create-placeholder-module.cjs +37 -0
- package/dist/cms/contentModule.query.ts +1 -0
- package/dist/cms/contentful/migrations/scripts/0064-create-placeholder-module.cjs +37 -0
- package/dist/cms/contentful/queries/contentModule.query.js +1 -0
- package/dist/cms/contentful/queries/contentModule.query.ts +1 -0
- package/dist/cms/migrations/scripts/0064-create-placeholder-module.cjs +37 -0
- package/dist/cms/queries/contentModule.query.ts +1 -0
- package/dist/cms/scripts/0064-create-placeholder-module.cjs +37 -0
- package/dist/lib/component-lib.js +2 -2
- package/dist/lib/component-lib.umd.cjs +1 -1
- package/package.json +113 -112
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
// @ts-check
|
|
3
|
+
/** @type { import('contentful-migration').MigrationFunction } */
|
|
4
|
+
up: function (migration) {
|
|
5
|
+
const contentModule = migration.editContentType('contentModule')
|
|
6
|
+
|
|
7
|
+
contentModule
|
|
8
|
+
.createField('placeholderModule')
|
|
9
|
+
.name('Placeholder Module')
|
|
10
|
+
.type('Symbol')
|
|
11
|
+
.required(false)
|
|
12
|
+
.validations([
|
|
13
|
+
{
|
|
14
|
+
in: ['Contact Us'],
|
|
15
|
+
},
|
|
16
|
+
])
|
|
17
|
+
|
|
18
|
+
contentModule.changeFieldControl(
|
|
19
|
+
'placeholderModule',
|
|
20
|
+
'builtin',
|
|
21
|
+
'dropdown',
|
|
22
|
+
{
|
|
23
|
+
"helpText": "If a placeholder is selected, the fields below will be ignored.",
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
contentModule.moveField('placeholderModule').beforeField('logo')
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
// @ts-check
|
|
31
|
+
/** @type { import('contentful-migration').MigrationFunction } */
|
|
32
|
+
down: async function (migration) {
|
|
33
|
+
const contentModule = migration.editContentType('contentModule')
|
|
34
|
+
contentModule.deleteField('placeholderModule')
|
|
35
|
+
},
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
// @ts-check
|
|
3
|
+
/** @type { import('contentful-migration').MigrationFunction } */
|
|
4
|
+
up: function (migration) {
|
|
5
|
+
const contentModule = migration.editContentType('contentModule')
|
|
6
|
+
|
|
7
|
+
contentModule
|
|
8
|
+
.createField('placeholderModule')
|
|
9
|
+
.name('Placeholder Module')
|
|
10
|
+
.type('Symbol')
|
|
11
|
+
.required(false)
|
|
12
|
+
.validations([
|
|
13
|
+
{
|
|
14
|
+
in: ['Contact Us'],
|
|
15
|
+
},
|
|
16
|
+
])
|
|
17
|
+
|
|
18
|
+
contentModule.changeFieldControl(
|
|
19
|
+
'placeholderModule',
|
|
20
|
+
'builtin',
|
|
21
|
+
'dropdown',
|
|
22
|
+
{
|
|
23
|
+
"helpText": "If a placeholder is selected, the fields below will be ignored.",
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
contentModule.moveField('placeholderModule').beforeField('logo')
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
// @ts-check
|
|
31
|
+
/** @type { import('contentful-migration').MigrationFunction } */
|
|
32
|
+
down: async function (migration) {
|
|
33
|
+
const contentModule = migration.editContentType('contentModule')
|
|
34
|
+
contentModule.deleteField('placeholderModule')
|
|
35
|
+
},
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
// @ts-check
|
|
3
|
+
/** @type { import('contentful-migration').MigrationFunction } */
|
|
4
|
+
up: function (migration) {
|
|
5
|
+
const contentModule = migration.editContentType('contentModule')
|
|
6
|
+
|
|
7
|
+
contentModule
|
|
8
|
+
.createField('placeholderModule')
|
|
9
|
+
.name('Placeholder Module')
|
|
10
|
+
.type('Symbol')
|
|
11
|
+
.required(false)
|
|
12
|
+
.validations([
|
|
13
|
+
{
|
|
14
|
+
in: ['Contact Us'],
|
|
15
|
+
},
|
|
16
|
+
])
|
|
17
|
+
|
|
18
|
+
contentModule.changeFieldControl(
|
|
19
|
+
'placeholderModule',
|
|
20
|
+
'builtin',
|
|
21
|
+
'dropdown',
|
|
22
|
+
{
|
|
23
|
+
"helpText": "If a placeholder is selected, the fields below will be ignored.",
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
contentModule.moveField('placeholderModule').beforeField('logo')
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
// @ts-check
|
|
31
|
+
/** @type { import('contentful-migration').MigrationFunction } */
|
|
32
|
+
down: async function (migration) {
|
|
33
|
+
const contentModule = migration.editContentType('contentModule')
|
|
34
|
+
contentModule.deleteField('placeholderModule')
|
|
35
|
+
},
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
// @ts-check
|
|
3
|
+
/** @type { import('contentful-migration').MigrationFunction } */
|
|
4
|
+
up: function (migration) {
|
|
5
|
+
const contentModule = migration.editContentType('contentModule')
|
|
6
|
+
|
|
7
|
+
contentModule
|
|
8
|
+
.createField('placeholderModule')
|
|
9
|
+
.name('Placeholder Module')
|
|
10
|
+
.type('Symbol')
|
|
11
|
+
.required(false)
|
|
12
|
+
.validations([
|
|
13
|
+
{
|
|
14
|
+
in: ['Contact Us'],
|
|
15
|
+
},
|
|
16
|
+
])
|
|
17
|
+
|
|
18
|
+
contentModule.changeFieldControl(
|
|
19
|
+
'placeholderModule',
|
|
20
|
+
'builtin',
|
|
21
|
+
'dropdown',
|
|
22
|
+
{
|
|
23
|
+
"helpText": "If a placeholder is selected, the fields below will be ignored.",
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
contentModule.moveField('placeholderModule').beforeField('logo')
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
// @ts-check
|
|
31
|
+
/** @type { import('contentful-migration').MigrationFunction } */
|
|
32
|
+
down: async function (migration) {
|
|
33
|
+
const contentModule = migration.editContentType('contentModule')
|
|
34
|
+
contentModule.deleteField('placeholderModule')
|
|
35
|
+
},
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -6785,7 +6785,7 @@ const xa = ["innerHTML"], Sa = {
|
|
|
6785
6785
|
alt: "Testimonial image",
|
|
6786
6786
|
class: "absolute md:hidden -top-10 -right-2 w-32 h-32 rounded-full z-10"
|
|
6787
6787
|
}, null, 8, Ia)) : w("", !0),
|
|
6788
|
-
T.testimonialTile.quote ? (d(), h("p", _a,
|
|
6788
|
+
T.testimonialTile.quote ? (d(), h("p", _a, B(T.testimonialTile.quote), 1)) : w("", !0),
|
|
6789
6789
|
T.testimonialTile.author ? (d(), h("p", {
|
|
6790
6790
|
key: 2,
|
|
6791
6791
|
class: v(`text-sm md:text-[17px] text-${(Rt = m(o).interactive) == null ? void 0 : Rt.copy} text-right font-normal`)
|
|
@@ -7692,7 +7692,7 @@ const Na = {
|
|
|
7692
7692
|
i.quote ? (d(), h("p", {
|
|
7693
7693
|
key: 1,
|
|
7694
7694
|
class: v(`testimonial-quote ${((f = t.value) == null ? void 0 : f.quote) ?? ""} text-${m(o).copyAccent}`)
|
|
7695
|
-
},
|
|
7695
|
+
}, B(i.quote), 3)) : w("", !0),
|
|
7696
7696
|
i.author ? (d(), h("p", {
|
|
7697
7697
|
key: 2,
|
|
7698
7698
|
class: v(`testimonial-author ${((g = t.value) == null ? void 0 : g.author) ?? ""} text-${m(o).copy}`)
|
|
@@ -86,4 +86,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
86
86
|
flex: 1 0 `).concat(100/a.numVisible,`%
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
-
`)}}this.carouselStyle.innerHTML=n},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(t){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slideNumber.replace(/{slideNumber}/g,t):void 0},ariaPageLabel:function(t){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.pageLabel.replace(/{page}/g,t):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 Do()},empty:function(){return!this.value||this.value.length===0},emptyMessageText:function(){var t;return((t=this.$primevue.config)===null||t===void 0||(t=t.locale)===null||t===void 0?void 0:t.emptyMessage)||""}},components:{ChevronRightIcon:vn,ChevronDownIcon:$n,ChevronLeftIcon:Bn,ChevronUpIcon:Sn},directives:{ripple:gn}};function Pe(o){"@babel/helpers - typeof";return Pe=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Pe(o)}function En(o,t){var n=Object.keys(o);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(o);t&&(r=r.filter(function(l){return Object.getOwnPropertyDescriptor(o,l).enumerable})),n.push.apply(n,r)}return n}function je(o){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?En(Object(n),!0).forEach(function(r){Ml(o,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(n)):En(Object(n)).forEach(function(r){Object.defineProperty(o,r,Object.getOwnPropertyDescriptor(n,r))})}return o}function Ml(o,t,n){return t=Dl(t),t in o?Object.defineProperty(o,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):o[t]=n,o}function Dl(o){var t=Fl(o,"string");return Pe(t)=="symbol"?t:String(t)}function Fl(o,t){if(Pe(o)!="object"||!o)return o;var n=o[Symbol.toPrimitive];if(n!==void 0){var r=n.call(o,t||"default");if(Pe(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(o)}var Hl=["aria-live"],Rl=["disabled","aria-label"],Wl=["data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Ul=["aria-hidden","aria-label","aria-roledescription","data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],ql=["disabled","aria-label"],Gl=["data-p-highlight"],Kl=["tabindex","aria-label","aria-current","onClick"];function Xl(o,t,n,r,l,i){var a=e.resolveDirective("ripple");return e.openBlock(),e.createElementBlock("div",e.mergeProps({class:o.cx("root"),role:"region"},o.ptmi("root")),[o.$slots.header?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:o.cx("header")},o.ptm("header")),[e.renderSlot(o.$slots,"header")],16)):e.createCommentVNode("",!0),i.empty?e.renderSlot(o.$slots,"empty",{key:2},function(){return[e.createTextVNode(e.toDisplayString(i.emptyMessageText),1)]}):(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:1,class:[o.cx("content"),o.contentClass]},o.ptm("content")),[e.createElementVNode("div",e.mergeProps({class:[o.cx("container"),o.containerClass],"aria-live":l.allowAutoplay?"polite":"off"},o.ptm("container")),[o.showNavigators?e.withDirectives((e.openBlock(),e.createElementBlock("button",e.mergeProps({key:0,type:"button",class:o.cx("previousButton"),disabled:i.backwardIsDisabled,"aria-label":i.ariaPrevButtonLabel,onClick:t[0]||(t[0]=function(){return i.navBackward&&i.navBackward.apply(i,arguments)})},je(je({},o.prevButtonProps),o.ptm("previousButton")),{"data-pc-group-section":"navigator"}),[e.renderSlot(o.$slots,"previousicon",{},function(){return[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.isVertical()?"ChevronUpIcon":"ChevronLeftIcon"),e.mergeProps({class:o.cx("previousButtonIcon")},o.ptm("previousButtonIcon")),null,16,["class"]))]})],16,Rl)),[[a]]):e.createCommentVNode("",!0),e.createElementVNode("div",e.mergeProps({class:o.cx("itemsContent"),style:[{height:i.isVertical()?o.verticalViewPortHeight:"auto"}],onTouchend:t[2]||(t[2]=function(){return i.onTouchEnd&&i.onTouchEnd.apply(i,arguments)}),onTouchstart:t[3]||(t[3]=function(){return i.onTouchStart&&i.onTouchStart.apply(i,arguments)}),onTouchmove:t[4]||(t[4]=function(){return i.onTouchMove&&i.onTouchMove.apply(i,arguments)})},o.ptm("itemsContent")),[e.createElementVNode("div",e.mergeProps({ref:"itemsContainer",class:o.cx("itemsContainer"),onTransitionend:t[1]||(t[1]=function(){return i.onTransitionEnd&&i.onTransitionEnd.apply(i,arguments)})},o.ptm("itemsContainer")),[i.isCircular()?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.value.slice(-1*l.d_numVisible),function(s,c){return e.openBlock(),e.createElementBlock("div",e.mergeProps({key:c+"_scloned",class:o.cx("itemCloned",{index:c,value:o.value,totalShiftedItems:l.totalShiftedItems,d_numVisible:l.d_numVisible})},o.ptm("itemCloned"),{"data-p-carousel-item-active":l.totalShiftedItems*-1===o.value.length+l.d_numVisible,"data-p-carousel-item-start":c===0,"data-p-carousel-item-end":o.value.slice(-1*l.d_numVisible).length-1===c}),[e.renderSlot(o.$slots,"item",{data:s,index:c})],16,Wl)}),128)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.value,function(s,c){return e.openBlock(),e.createElementBlock("div",e.mergeProps({key:c,class:o.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},o.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}),[e.renderSlot(o.$slots,"item",{data:s,index:c})],16,Ul)}),128)),i.isCircular()?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(o.value.slice(0,l.d_numVisible),function(s,c){return e.openBlock(),e.createElementBlock("div",e.mergeProps({key:c+"_fcloned",class:o.cx("itemCloned",{index:c,value:o.value,totalShiftedItems:l.totalShiftedItems,d_numVisible:l.d_numVisible})},o.ptm("itemCloned")),[e.renderSlot(o.$slots,"item",{data:s,index:c})],16)}),128)):e.createCommentVNode("",!0)],16)],16),o.showNavigators?e.withDirectives((e.openBlock(),e.createElementBlock("button",e.mergeProps({key:1,type:"button",class:o.cx("nextButton"),disabled:i.forwardIsDisabled,"aria-label":i.ariaNextButtonLabel,onClick:t[5]||(t[5]=function(){return i.navForward&&i.navForward.apply(i,arguments)})},je(je({},o.nextButtonProps),o.ptm("nextButton")),{"data-pc-group-section":"navigator"}),[e.renderSlot(o.$slots,"nexticon",{},function(){return[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.isVertical()?"ChevronDownIcon":"ChevronRightIcon"),e.mergeProps({class:o.cx("nextButtonIcon")},o.ptm("nextButtonIcon")),null,16,["class"]))]})],16,ql)),[[a]]):e.createCommentVNode("",!0)],16,Hl),i.totalIndicators>=0&&o.showIndicators?(e.openBlock(),e.createElementBlock("ul",e.mergeProps({key:0,ref:"indicatorContent",class:[o.cx("indicators"),o.indicatorsContentClass],onKeydown:t[6]||(t[6]=function(){return i.onIndicatorKeydown&&i.onIndicatorKeydown.apply(i,arguments)})},o.ptm("indicators")),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.totalIndicators,function(s,c){return e.openBlock(),e.createElementBlock("li",e.mergeProps({key:"p-carousel-indicator-"+c.toString(),class:o.cx("indicator",{index:c})},o.ptm("indicator",i.getIndicatorPTOptions(c)),{"data-p-highlight":l.d_page===c}),[e.createElementVNode("button",e.mergeProps({class:o.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(m){return i.onIndicatorClick(m,c)}},o.ptm("indicatorButton",i.getIndicatorPTOptions(c))),null,16,Kl)],16,Gl)}),128))],16)):e.createCommentVNode("",!0)],16)),o.$slots.footer?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:3,class:o.cx("footer")},o.ptm("footer")),[e.renderSlot(o.$slots,"footer")],16)):e.createCommentVNode("",!0)],16)}Tn.render=Xl;const Zl=["innerHTML"],Yl={class:"flex justify-center items-center gap-6 absolute z-50 bottom-6 left-0 right-0 w-fit me-auto ms-auto"},Jl=["onClick"],Ql={class:"flex items-center gap-4"},ei=["onClick"],ti=["onClick"],Pn=e.defineComponent({__name:"CarouselModule",props:{__typename:{},headline:{},carouselItems:{},backgroundColor:{},pt:{},variant:{default:"Default"},class:{}},setup(o){const t=o,n=e.computed(()=>B(Je,t.pt??{})),r=e.ref(0),l=e.computed(()=>r.value>0),i=e.computed(()=>r.value<t.carouselItems.length-1),{backgroundColor:a,palette:s}=F(t),c=e.computed(()=>`${I(t.variant!=="Hero"?"py-16 px-8":"",`bg-${a}`,t.class)} ${t.variant.toLowerCase()} carousel relative`);return(d,m)=>{var u;return e.openBlock(),e.createBlock(e.unref(Tn),{value:d.carouselItems,"num-visible":1,"num-scroll":1,class:e.normalizeClass(c.value),pt:n.value,"show-navigators":!1,"show-indicators":!1,page:r.value,"pt:item:class":`carousel-item w-full ${((u=n.value)==null?void 0:u.item)??""}`},e.createSlots({item:e.withCtx(p=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(p.data.__typename),e.mergeProps(p.data,{"is-child":!0}),null,16))]),footer:e.withCtx(()=>[e.createElementVNode("div",Yl,[e.createElementVNode("button",{onClick:()=>l.value?r.value--:r.value=d.carouselItems.length-1},m[0]||(m[0]=[e.createElementVNode("img",{class:"w-[11px]",src:"https://images.ctfassets.net/qqblaiss500w/5Nhdf7R1DeedcyBCxbqEGZ/789698047434d57ca6337e3f210ee1f9/icon-left-arrow.svg?fm=webp"},null,-1)]),8,Jl),e.createElementVNode("div",Ql,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.carouselItems,(p,f)=>(e.openBlock(),e.createElementBlock("button",{key:f,onClick:()=>r.value=f,class:e.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===f?"bg-secondary border-none":"border-gray-400"}`)},null,10,ei))),128))]),e.createElementVNode("button",{onClick:()=>i.value?r.value++:r.value=0},m[1]||(m[1]=[e.createElementVNode("img",{class:"w-[11px]",src:"https://images.ctfassets.net/qqblaiss500w/52baRb2rAQgjt4FV4eCjog/91068343d7082e65d18f4eb4030656d9/icon-right-arrow.svg?fm=webp"},null,-1)]),8,ti)])]),_:2},[d.headline?{name:"header",fn:e.withCtx(()=>{var p;return[e.createElementVNode("h2",{class:e.normalizeClass(`carousel-headline ${((p=n.value)==null?void 0:p.headline)??""} text-${e.unref(s).headline}`),innerHTML:d.headline},null,10,Zl)]}),key:"0"}:void 0]),1032,["value","class","pt","page","pt:item:class"])}}});var xe=(o=>(o[o.IconTile=0]="IconTile",o[o.ImageTile=1]="ImageTile",o[o.VideoTile=2]="VideoTile",o[o.ImageStackedAnimatedTile=3]="ImageStackedAnimatedTile",o[o.VideoLeft=4]="VideoLeft",o[o.Hero=5]="Hero",o[o.Centered=6]="Centered",o))(xe||{});const ni=["innerHTML"],oi={key:3,class:"container-module-testimonial-tile relative md:absolute md:right-0 md:bottom-10 flex justify-center md:justify-end mt-20 md:mt-0"},ri=["src"],li={key:1,class:"text-[base] text-left md:text-[17px] leading-relaxed mb-4 font-normal pr-32 md:pr-0"},xn=e.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"},testimonialTile:{},class:{}},setup(o){var E,x,A,O,N,V;const t=o,{backgroundColor:n,palette:r}=F(t),l=e.computed(()=>B(et[t.variant],t.pt??{})),i=e.computed(()=>xe[t.variant]===xe.Hero),a=e.computed(()=>xe[t.variant]===xe.Centered),s=e.computed(()=>{if(!i.value)return"";const C=[];return f==="ContentModule"&&g==="Image"&&C.push("md:flex md:items-center md:z-10"),f!=="Image"&&(C.push("py-16 px-8 md:py-0 md:pr-0 lg:pr-16 md:pl-0"),t.testimonialTile&&C.push("pt-8 md:pt-0")),t.mobileImagePosition==="Bottom"&&C.push("pt-16 pb-0 md:py-0"),I(...C)}),c=e.computed(()=>i.value&&g!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":i.value&&g==="Image"?t.testimonialTile?"hidden md:block md:absolute md:h-[100%] md:right-0 md:z-0 clip-hero":"md:absolute md:h-[100%] md:right-0 md:z-0 clip-hero":""),d=e.computed(()=>{var C,S,$;return I(`container-module md:flex ${t.backgroundImage?"":`bg-${n}`} relative ${(C=l.value)==null?void 0:C.root} ${i.value?t.backgroundImage?`md:h-[60vw] md:max-h-[33.75rem] ${(S=l.value)==null?void 0:S.container}`:`${($=l.value)==null?void 0:$.container}`:""} `,i.value&&f==="ContentModule"&&g==="Image"?"md:h-[33.75rem] ":"",t.class??"",t.mobileImagePosition==="Top"&&i.value&&!t.testimonialTile?"clip-mobile-hero sm:no-clip":"")}),m=e.computed(()=>I(`md:absolute md:top-0 md:right-0 object-cover w-full h-full z-0', ${i.value?"object-bottom":""}`,t.backgroundImageClass??"")),u=e.computed(()=>{var S,$;let C=JSON.parse(JSON.stringify(t.backgroundImage));return C!=null&&C.media.width&&(C.media.width=void 0),C!=null&&C.media.height&&(C.media.height=void 0),(S=C==null?void 0:C.mobileMedia)!=null&&S.width&&(C.mobileMedia.width=void 0),($=C==null?void 0:C.mobileMedia)!=null&&$.height&&(C.mobileMedia.height=void 0),C}),p=((E=t.fullWidthContent)==null?void 0:E.__typename)==="TileContent"?"TileContentTextTile":(x=t.fullWidthContent)==null?void 0:x.__typename,f=((A=t.start)==null?void 0:A.__typename)==="TileContent"?"TileContentTextTile":(O=t.start)==null?void 0:O.__typename,g=((N=t.end)==null?void 0:N.__typename)==="TileContent"?"TileContentTextTile":(V=t.end)==null?void 0:V.__typename,h=C=>{const S=C;return S==null?void 0:S.backgroundColor},y=e.computed(()=>{var C,S;return((C=t.end)==null?void 0:C.__typename)==="Image"||((S=t.end)==null?void 0:S.__typename)==="Video"}),b=e.computed(()=>{var $,M;const C=(($=t.start)==null?void 0:$.__typename)==="Accordion",S=((M=t.end)==null?void 0:M.__typename)==="Accordion";return C&&S?"basis-2/3 pr-8":C?"basis-2/3 pr-16":S?"basis-1/3":"basis-1/2"}),w=e.computed(()=>{var $,M;const C=(($=t.start)==null?void 0:$.__typename)==="Accordion",S=((M=t.end)==null?void 0:M.__typename)==="Accordion";return C&&S?"basis-2/3 pl-8":S?"basis-2/3 pl-16":C?"basis-1/3":"basis-1/2"}),v=e.computed(()=>i.value&&g==="Image"?"md:h-full w-full object-cover":"");return(C,S)=>{const $=W;return e.openBlock(),e.createBlock(e.resolveDynamicComponent(C.isChild?"div":"section"),{class:e.normalizeClass(d.value)},{default:e.withCtx(()=>{var M,R,q,U,Ve,me,re,Ne,K,qn,Gn;return[C.backgroundImage&&u.value?(e.openBlock(),e.createBlock($,{key:0,media:u.value.media,"mobile-media":u.value.mobileMedia,class:e.normalizeClass(m.value)},null,8,["media","mobile-media","class"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(`container-module-inner relative z-10 ${i.value?((M=C.start)==null?void 0:M.__typename)==="Image"?"container-hero-right":"container-hero":"container"} ${C.isChild||i.value?"":"py-4 px-8 md:py-16 md:px-4"} ${((R=l.value)==null?void 0:R.inner)??""}`)},[C.headline?(e.openBlock(),e.createElementBlock("h2",{key:0,class:e.normalizeClass(`container-module-headline ${!C.isChild&&i.value?"py-16":""} ${a.value?"text-center":""} ${((q=l.value)==null?void 0:q.headline)??""} text-${e.unref(r).headline}`),innerHTML:C.headline},null,10,ni)):e.createCommentVNode("",!0),C.subHeadline?(e.openBlock(),e.createElementBlock("p",{key:1,class:e.normalizeClass(`container-module-subheadline ${a.value?"text-center":""} ${((U=l.value)==null?void 0:U.subheadline)??""} text-${e.unref(r).subheadline}`)},e.toDisplayString(C.subHeadline),3)):e.createCommentVNode("",!0),C.fullWidthContent||C.start||C.end?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(`container-module-content flex flex-col ${y.value&&t.mobileImagePosition!=="Bottom"&&"flex-col-reverse"} md:flex-row ${i.value?"":"md:justify-between gap-5"} ${i.value?"md:h-full":"h-full"} ${((Ve=l.value)==null?void 0:Ve.bodyCopy)??""}`)},[C.fullWidthContent?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`container-module-full-width-content ${((me=l.value)==null?void 0:me.fullWidthContent)??""} ${a.value?"mx-auto":""}`)},[e.unref(p)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(p)),e.mergeProps({key:0},C.fullWidthContent,{"is-child":!0,"is-hero":!!(e.unref(p)==="ContentModule"&&i.value),"background-color":h(C.fullWidthContent),"parent-background-color":e.unref(n),"parent-has-background-image":!!C.backgroundImage}),null,16,["is-hero","background-color","parent-background-color","parent-has-background-image"])):e.createCommentVNode("",!0)],2)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[C.start?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`container-module-start ${b.value} ${((re=l.value)==null?void 0:re.start)??""} ${s.value}`)},[e.unref(f)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(f)),e.mergeProps({key:0},C.start,{"is-child":!0,"is-hero":!!(e.unref(f)==="ContentModule"&&i.value),"background-color":h(C.start),"parent-background-color":e.unref(n),"parent-has-background-image":!!C.backgroundImage}),null,16,["is-hero","background-color","parent-background-color","parent-has-background-image"])):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(`container-module-end ${w.value} ${((Ne=l.value)==null?void 0:Ne.end)??""} ${c.value}`)},[e.unref(g)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(g)),e.mergeProps({key:0},C.end,{"is-child":!0,"is-hero":!!(e.unref(g)==="ContentModule"&&i.value),"background-color":h(C.end),"parent-background-color":e.unref(n),"parent-has-background-image":!!C.backgroundImage,class:v.value}),null,16,["is-hero","background-color","parent-background-color","parent-has-background-image","class"])):e.createCommentVNode("",!0)],2)],64))],2)):e.createCommentVNode("",!0),C.testimonialTile?(e.openBlock(),e.createElementBlock("div",oi,[e.createElementVNode("div",{class:e.normalizeClass(`bg-${(K=e.unref(r).interactive)==null?void 0:K.bg} rounded-xl md:rounded-r-none px-6 py-6 md:py-8 md:px-10 text-${(qn=e.unref(r).interactive)==null?void 0:qn.copy} max-w-[80vw] md:max-w-[25vw] w-full shadow-lg relative md:top-0 md:right-0 md:bottom-0 md:flex flex-col justify-center`)},[C.testimonialTile.media&&C.testimonialTile.media.__typename==="Image"?(e.openBlock(),e.createElementBlock("img",{key:0,src:C.testimonialTile.media.media.url,alt:"Testimonial image",class:"absolute md:hidden -top-10 -right-2 w-32 h-32 rounded-full z-10"},null,8,ri)):e.createCommentVNode("",!0),C.testimonialTile.quote?(e.openBlock(),e.createElementBlock("p",li,' "'+e.toDisplayString(C.testimonialTile.quote)+'" ',1)):e.createCommentVNode("",!0),C.testimonialTile.author?(e.openBlock(),e.createElementBlock("p",{key:2,class:e.normalizeClass(`text-sm md:text-[17px] text-${(Gn=e.unref(r).interactive)==null?void 0:Gn.copy} text-right font-normal`)}," - "+e.toDisplayString(C.testimonialTile.author),3)):e.createCommentVNode("",!0)],2)])):e.createCommentVNode("",!0)],2),e.renderSlot(C.$slots,"default")]}),_:3},8,["class"])}}});var ue=(o=>(o.Left="left",o.Center="center",o.Right="right",o.Inline="inline",o))(ue||{});const Me=(o,t)=>{var n;if(o==="Default")return(n=t==null?void 0:t.page)!=null&&n.slug?"_self":"_blank";if(o==="New Tab")return"_blank";if(o==="Same Tab")return"_self"},ii={class:"flex items-center justify-center gap-2"},G=e.defineComponent({__name:"CTA",props:{__typename:{},title:{},link:{},color:{},textColor:{},backgroundColor:{},buttonType:{},logo:{},pt:{},ariaLabel:{},ariaDescription:{},anchor:{},target:{},size:{},ctaAction:{},inBanner:{type:Boolean},onClick:{type:Function},class:{}},emits:["trigger"],setup(o,{emit:t}){const n=o,r=t,l=e.computed(()=>B(nt[n.buttonType],n.pt??{})),i=e.computed(()=>n.buttonType==="link"||n.buttonType==="logo"),{palette:a}=F(n),s=e.computed(()=>{var h;return((h=a==null?void 0:a.cta)==null?void 0:h[n.buttonType])||{copy:"soil",bg:"lily"}}),c=e.computed(()=>{var y;const h=["cta whitespace-nowrap",I(((y=l.value)==null?void 0:y.root)??"",n.class??"","flex items-center gap-2")];if((n.buttonType==="link"||n.buttonType==="logo")&&h.push("hover:underline"),h.push(`text-${n.textColor??s.value.copy}`),n.size)switch(n.size){case"sm":h.push("*:text-sm"),n.buttonType==="fill"&&h.push("py-0.5 px-4");break;case"lg":h.push("*:text-lg font-bold"),n.buttonType==="fill"&&h.push("py-1.5 px-8");break;case"xl":h.push("*:text-xl font-bold"),n.buttonType==="fill"&&h.push("py-2 px-12");break;case"xxl":h.push("*:text-3xl font-bold"),n.buttonType==="fill"&&h.push("py-2 px-16");break}return n.buttonType==="fill"&&(h.push("rounded-[2rem]"),(n.color||s.value.bg)&&h.push(`bg-${n.color||s.value.bg}`),n.size||h.push("py-1 px-4")),n.buttonType!=="outline"&&s.value.border&&h.push(`border-${n.color??s.value.border}`),h.join(" ")}),d=e.computed(()=>{var h,y,b,w,v,E;return(y=(h=n.link)==null?void 0:h.page)!=null&&y.slug?`${(w=(b=n.link)==null?void 0:b.page)==null?void 0:w.slug}`:(v=n.link)!=null&&v.externalUrl?(E=n.link)==null?void 0:E.externalUrl:""}),m=e.computed(()=>{var h;return!!((h=n.link)!=null&&h.externalUrl)}),u=e.computed(()=>{var h;return n.ariaLabel??((h=n.link)==null?void 0:h.ariaLabel)??n.title}),p=e.computed(()=>{var h,y;return(h=n.ctaAction)!=null&&h.ariaDescription?n.ctaAction.ariaDescription:n.ariaDescription??((y=n.link)==null?void 0:y.ariaDescription)??""}),f=e.computed(()=>{var h;return m.value?(h=n.link)==null?void 0:h.thirdPartyId:void 0}),g=()=>{var h;(h=n.ctaAction)!=null&&h.triggerMappingValue&&r("trigger",n.ctaAction.triggerMappingValue),n.onClick&&n.onClick()};return(h,y)=>{var w;const b=W;return e.openBlock(),e.createBlock(e.resolveDynamicComponent("a"),{id:f.value,"aria-label":u.value,"aria-description":p.value,href:d.value??void 0,target:e.unref(Me)(n.target||((w=n.link)==null?void 0:w.target),n.link),rel:m.value?"noopener":"",class:e.normalizeClass(n.class),onClick:g},{default:e.withCtx(()=>[e.createVNode(e.unref(Oe),{class:e.normalizeClass(c.value),link:i.value,onClick:g},{default:e.withCtx(()=>{var v,E,x;return[e.createElementVNode("div",ii,[h.logo?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`flex items-center ${h.buttonType==="logo"?(v=l.value)==null?void 0:v.logo:""} ${h.buttonType==="logo"?`bg-${n.textColor??s.value.copy}`:""}`)},[typeof h.logo=="object"?(e.openBlock(),e.createBlock(b,e.normalizeProps(e.mergeProps({key:0},h.logo)),null,16)):typeof h.logo=="string"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(I)(h.logo,(E=l.value)==null?void 0:E.logo))},null,2)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),e.createElementVNode("p",{class:e.normalizeClass(e.unref(I)("pointer-events-none whitespace-nowrap",((x=l.value)==null?void 0:x.headline)??""))},e.toDisplayString(h.title),3)])]}),_:1},8,["class","link"])]),_:1},8,["id","aria-label","aria-description","href","target","rel","class"])}}}),ai={key:2},si=["innerHTML"],ci=["innerHTML"],di=["innerHTML"],In=e.defineComponent({__name:"ContentModule",props:{__typename:{},headline:{},subHeadline:{},bodyCopy:{},image:{},ctas:{},textColor:{},backgroundColor:{},pt:{},logo:{},isHero:{type:Boolean,default:!1},alignment:{default:ue.Left},isChild:{type:Boolean},parentHasBackgroundImage:{type:Boolean,default:!1},parentBackgroundColor:{},class:{}},setup(o){const t=o,n=t.alignment?t.alignment.toLowerCase():"left",r=e.computed(()=>B(tt,t.pt??{})),l=e.computed(()=>n===ue.Inline?"text-left md:text-left":`text-${n}`),i=e.computed(()=>{let u="";switch(n){case ue.Right:u="justify-end";break;case ue.Center:u="justify-center";break;default:u="justify-start"}return u}),a=e.computed(()=>{var u,p;return`${((u=r.value)==null?void 0:u.logo)??""} ${(p=t==null?void 0:t.logo)==null?void 0:p.class}`}),{backgroundColor:s,palette:c}=F({...t,backgroundColor:t.backgroundColor||t.parentBackgroundColor}),d=e.computed(()=>{var p;const u=["content-module-headline",`text-${c.headline}`,I(((p=r==null?void 0:r.value)==null?void 0:p.headline)??"",l.value)];return t.isChild?t.isHero&&t.isChild?u.push("text-4xl md:text-5xl"):u.push("text-3xl md:text-4xl"):u.push("text-3xl md:text-5xl"),(t.bodyCopy||t.subHeadline&&t.isHero)&&u.push("mb-4 md:mb-6"),u.join(" ")}),m=e.computed(()=>{var p;return["content-module-subheadline mb-2",`text-${c.subheadline}`,I(((p=r==null?void 0:r.value)==null?void 0:p.subheadline)??"",l.value)].join(" ")});return(u,p)=>{var f,g,h,y,b,w;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`content-module ${u.isChild?"":"p-8 md:p-16"} ${((f=r.value)==null?void 0:f.root)??""} ${t.class??""} ${!t.parentHasBackgroundImage&&(t.backgroundColor||!u.isChild)?`bg-${e.unref(s)}`:""}`)},[e.createElementVNode("div",{class:e.normalizeClass(`content-module-container mx-auto ${((g=r.value)==null?void 0:g.container)??""} ${e.unref(n)===e.unref(ue).Inline?"flex flex-col md:flex-row justify-between items-center gap-4":""}`)},[u.logo?(e.openBlock(),e.createBlock(W,e.mergeProps({key:0},u.logo,{class:a.value}),null,16,["class"])):e.createCommentVNode("",!0),u.subHeadline&&!u.isHero?(e.openBlock(),e.createElementBlock("h6",{key:1,class:e.normalizeClass(m.value)},e.toDisplayString(u.subHeadline),3)):e.createCommentVNode("",!0),u.headline?(e.openBlock(),e.createElementBlock("div",ai,[u.isHero?(e.openBlock(),e.createElementBlock("h1",{key:0,class:e.normalizeClass(d.value),innerHTML:u.headline},null,10,si)):(e.openBlock(),e.createElementBlock("h2",{key:1,class:e.normalizeClass(d.value),innerHTML:u.headline},null,10,ci))])):e.createCommentVNode("",!0),u.subHeadline&&u.isHero?(e.openBlock(),e.createElementBlock("h6",{key:3,class:e.normalizeClass(m.value)},e.toDisplayString(u.subHeadline),3)):e.createCommentVNode("",!0),u.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:4,class:e.normalizeClass(`content-module-body-copy text-[17px] text-${e.unref(c).copy} ${e.unref(I)(((h=r.value)==null?void 0:h.bodyCopy)??"",l.value)}`),innerHTML:u.bodyCopy},null,10,di)):e.createCommentVNode("",!0),u.image?(e.openBlock(),e.createBlock(W,e.mergeProps({key:5},u.image,{class:`content-module-image ${e.unref(I)(((y=r.value)==null?void 0:y.image)??"",l.value)} ${((b=u.image)==null?void 0:b.class)??""}`}),null,16,["class"])):e.createCommentVNode("",!0),u.ctas?(e.openBlock(),e.createElementBlock("div",{key:6,class:e.normalizeClass(`content-module-ctas flex flex-wrap items-center gap-4 ${i.value} ${e.unref(I)(((w=r.value)==null?void 0:w.ctas)??"",l.value)}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.ctas,(v,E)=>(e.openBlock(),e.createBlock(G,e.mergeProps({ref_for:!0},v,{key:`cta-${v.title}-${E}`,class:`content-module-cta ${u.isHero?"w-full sm:w-auto justify-center":""}`,"background-color":e.unref(s)}),null,16,["class","background-color"]))),128))],2)):e.createCommentVNode("",!0)],2)],2)}}}),ui=["innerHTML"],_n=e.defineComponent({__name:"ContainerCollectionModule",props:{__typename:{},headline:{},modules:{},backgroundColor:{},pt:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(Qe,t.pt??{})),{backgroundColor:r,palette:l}=F(t);return(i,a)=>{var s,c;return e.openBlock(),e.createElementBlock("section",{class:e.normalizeClass(`container-collection ${t.class??""} bg-${e.unref(r)}`)},[i.headline?(e.openBlock(),e.createElementBlock("h2",{key:0,class:e.normalizeClass(`container-collection-headline ${(s=n.value)==null?void 0:s.headline} text-${e.unref(l).headline}`),innerHTML:i.headline},null,10,ui)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(`container-collection-content space-y-8 mx-auto container ${(c=n.value)==null?void 0:c.bodyCopy}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.modules,(d,m)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(d.__typename),e.mergeProps({ref_for:!0},d,{key:`${d==null?void 0:d.__typename}-${m}`,"is-child":!0}),null,16))),128))],2)],2)}}});var oe=(o=>(o[o.header=0]="header",o[o.footer=1]="footer",o))(oe||{});const mi={class:e.normalizeClass("pi pi-chevron-down")},pi={class:e.normalizeClass("pi pi-chevron-up")},fi=["innerHTML"],Y=e.defineComponent({__name:"NavigationElement",props:{__typename:{},elementType:{},title:{},link:{},htmlRef:{},subNavigation:{},dividerLine:{type:Boolean},backgroundColor:{},class:{},isChild:{type:Boolean},pt:{},inBanner:{type:Boolean},expandedMobile:{type:Boolean}},setup(o){const t=o,n=e.computed(()=>B(rt,t.pt??{})),{backgroundColor:r,palette:l}=F(t),i=e.computed(()=>{var p,f;return(p=t.link)!=null&&p.externalUrl?(f=t.link)==null?void 0:f.thirdPartyId:void 0}),a=e.computed(()=>{var p,f,g,h,y,b;return(f=(p=t.link)==null?void 0:p.page)!=null&&f.slug?`${(h=(g=t.link)==null?void 0:g.page)==null?void 0:h.slug}`:(y=t.link)!=null&&y.externalUrl?(b=t.link)==null?void 0:b.externalUrl:""}),s=e.computed(()=>{var p,f,g;return(f=(p=t.link)==null?void 0:p.page)!=null&&f.slug||(g=t.link)!=null&&g.externalUrl?"a":"button"}),c=e.computed(()=>oe[t.elementType??"header"]),d=e.ref(!1),m=e.computed(()=>`relative py-2 md:py-0 ${t.class??""} ${t.isChild?"sub-":""}navigation-element`),u=()=>{d.value=!d.value};return(p,f)=>{const g=e.resolveComponent("NavigationElement",!0);return e.openBlock(),e.createBlock(e.resolveDynamicComponent(p.isChild?"li":"div"),{class:e.normalizeClass(m.value)},{default:e.withCtx(()=>{var h;return[c.value===e.unref(oe).header||p.isChild&&(a.value||p.subNavigation)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.value),{key:0,id:i.value,href:a.value??"",target:t.link?e.unref(Me)((h=t.link)==null?void 0:h.target,t.link):"_self",class:e.normalizeClass(`flex leading-tight items-center hover:underline cursor-pointer text-${e.unref(l).copy} ${c.value===e.unref(oe).header?"whitespace-nowrap":""}`),"aria-expanded":s.value==="button"?!0:void 0,"aria-haspopup":s.value==="button"?!0:void 0,onClick:u},{default:e.withCtx(()=>{var y;return[e.createTextVNode(e.toDisplayString(p.title)+" ",1),!p.isChild&&p.subNavigation&&!(a.value||p.isChild)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass((y=n.value)==null?void 0:y.icon)},[e.withDirectives(e.createElementVNode("i",mi,null,512),[[e.vShow,!d.value]]),e.withDirectives(e.createElementVNode("i",pi,null,512),[[e.vShow,d.value]])],2)):e.createCommentVNode("",!0)]}),_:1},8,["id","href","target","class","aria-expanded","aria-haspopup"])):c.value==e.unref(oe).footer?(e.openBlock(),e.createElementBlock("h2",{key:1,class:e.normalizeClass(`mb-2 font-bold text-${e.unref(l).copy}`)},e.toDisplayString(p.title),3)):e.createCommentVNode("",!0),!p.isChild&&p.subNavigation?(e.openBlock(),e.createElementBlock("ul",{key:2,class:e.normalizeClass({hidden:!d.value&&c.value==e.unref(oe).header,[`sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md bg-${e.unref(r)} ring-opacity-5 focus:outline-none sm:shadow-lg p-5`]:c.value==e.unref(oe).header,"space-y-2 opacity-90":c.value==e.unref(oe).footer}),role:"menu","aria-orientation":"vertical","aria-labelledby":"menu-button",tabindex:"-1"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.subNavigation,(y,b)=>(e.openBlock(),e.createBlock(g,e.mergeProps({key:y.title,class:["ms-3 sm:ms-0",`sub-navigation-element-item-${b}`],role:"menuitem",tabindex:"-1",ref_for:!0},{...y,elementType:p.elementType,isChild:!0,backgroundColor:e.unref(r)}),null,16,["class"]))),128))],2)):e.createCommentVNode("",!0),p.htmlRef?(e.openBlock(),e.createElementBlock("div",{key:3,innerHTML:p.htmlRef},null,8,fi)):e.createCommentVNode("",!0)]}),_:1},8,["class"])}}}),gi={key:0,id:"social-media",class:"flex flex-wrap footer-social gap-2 whitespace-normal"},hi=["id","href","target"],De=e.defineComponent({__name:"SocialMediaRef",props:{socialMediaRef:{}},setup(o){return(t,n)=>{const r=W;return t.socialMediaRef?(e.openBlock(),e.createElementBlock("div",gi,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.socialMediaRef,(l,i)=>{var a,s,c,d;return e.openBlock(),e.createElementBlock("a",{id:(a=l.link)==null?void 0:a.thirdPartyId,key:`footer-social-item-${l.icon.altTag}-${i}`,class:e.normalizeClass(`footer-social-item-${i}`),href:(s=l==null?void 0:l.link)==null?void 0:s.externalUrl,target:e.unref(Me)((c=l==null?void 0:l.link)==null?void 0:c.target,l==null?void 0:l.link)},[e.createVNode(r,{media:(d=l==null?void 0:l.icon)==null?void 0:d.media},null,8,["media"])],10,hi)}),128))])):e.createCommentVNode("",!0)}}}),yi={id:"footer-copyright",class:"flex flex-col lg:flex-row lg:justify-between gap-6 lg:gap-10 text-xs text-white"},bi={key:0,class:"footer-copyright-links basis-1/3"},Ci={class:e.normalizeClass("flex flex-row flex-wrap items-center")},ki={class:"basis-1/3 footer-copyright-logos"},wi={class:"flex items-start md:items-center justify-evenly space-x-2"},Fe=e.defineComponent({__name:"FooterCopyright",props:{navigation:{},copyRight:{},logos:{},addTextMargin:{type:Boolean},isCenterAlign:{type:Boolean},backgroundColor:{}},setup(o){const t=o,{palette:n}=F(t);return(r,l)=>(e.openBlock(),e.createElementBlock("div",yi,[e.createElementVNode("div",{class:e.normalizeClass(`text-${e.unref(n).copy} ${r.addTextMargin?"mt-8":""} w-[90%] md:w-auto basis-1/3`)},e.toDisplayString(r.copyRight),3),r.isCenterAlign?(e.openBlock(),e.createElementBlock("div",bi,[e.createElementVNode("div",Ci,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.navigation,(i,a)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`footer-nav-item-${i.title}-${a}`,class:`footer-nav-item-${a} px-2.5 ${i.dividerLine?`border-r border-${e.unref(n).copy}`:""}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...i,isChild:!1,elementType:"header",backgroundColor:r.backgroundColor}),null,16,["class"]))),128))])])):e.createCommentVNode("",!0),e.createElementVNode("div",ki,[e.createElementVNode("div",wi,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.logos,(i,a)=>(e.openBlock(),e.createBlock(W,{key:`footer-copy-right-logo-${a}`,class:"grow ml-auto",media:i.media},null,8,["media"]))),128))]),r.isCenterAlign?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`flex flex-row items-center justify-end ${r.navigation&&r.navigation.length?"mt-6":""}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.navigation,(i,a)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`footer-nav-item-${i.title}-${a}`,class:`footer-nav-item-${a} px-2.5 ${i.dividerLine?`border-r border-${e.unref(n).copy}`:""}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...i,isChild:!1,elementType:"header",backgroundColor:r.backgroundColor}),null,16,["class"]))),128))],2))])]))}}),$i={class:"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 space-y-2"},Bi={href:"/",class:"footer-navigation-logo text-center"},vi={key:0,class:"grid grid-cols-2 sm:grid-cols-3 gap-x-10 gap-y-8 flex-1"},Si={key:1,class:"grow"},Ti=["innerHTML"],Vn=e.defineComponent({__name:"FooterNavigation",props:{title:{},logo:{},legalText:{},backgroundColor:{},navigation:{},socialMediaRef:{},copyRight:{},copyRightLinks:{},copyRightLogos:{}},setup(o){const t=o,{backgroundColor:n,palette:r}=F(t),l=e.computed(()=>!!(t.navigation&&t.navigation.length>0));return(i,a)=>{var s,c;return e.openBlock(),e.createElementBlock("footer",{class:e.normalizeClass(`text-white text-sm leading-relaxed mt-4 bg-${e.unref(n)}`)},[e.createElementVNode("div",$i,[e.createElementVNode("div",{class:e.normalizeClass(["flex flex-col lg:flex-row lg:items-start lg:justify-between gap-10",{"p-5 justify-between items-start":i.navigation&&i.navigation.length>0,"mb-4 md:items-start":!i.navigation||i.navigation.length===0}])},[e.createElementVNode("a",Bi,[i.logo?(e.openBlock(),e.createBlock(W,{key:0,class:"min-h-[95px] min-w-[100px] h-[100px]",media:i.logo.media},null,8,["media"])):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(i.title),1)]),i.navigation&&i.navigation.length>0?(e.openBlock(),e.createElementBlock("div",vi,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.navigation,(d,m)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`footer-nav-item-${d.title}-${m}`,class:`footer-nav-item-${m}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...d,isChild:!1,elementType:"footer",backgroundColor:e.unref(n)}),null,16,["class"]))),128))])):e.createCommentVNode("",!0),!i.navigation||i.navigation.length===0?(e.openBlock(),e.createElementBlock("div",Si,[i.socialMediaRef?(e.openBlock(),e.createBlock(De,{key:0,"social-media-ref":i.socialMediaRef},null,8,["social-media-ref"])):e.createCommentVNode("",!0),e.createVNode(Fe,{"is-center-align":l.value,"copy-right":i.copyRight,navigation:i.copyRightLinks,logos:i.copyRightLogos,"add-text-margin":!0,"background-color":e.unref(n)},null,8,["is-center-align","copy-right","navigation","logos","background-color"])])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[i.socialMediaRef?(e.openBlock(),e.createBlock(De,{key:0,"social-media-ref":i.socialMediaRef},null,8,["social-media-ref"])):e.createCommentVNode("",!0)],64))],2),i.navigation&&i.navigation.length>0&&i.copyRight&&i.copyRightLinks&&((s=i.copyRightLinks)==null?void 0:s.length)>0&&i.copyRightLogos&&((c=i.copyRightLogos)==null?void 0:c.length)>0?(e.openBlock(),e.createBlock(Fe,{key:0,"is-center-align":l.value,"copy-right":i.copyRight,navigation:i.copyRightLinks,logos:i.copyRightLogos,"background-color":e.unref(n)},null,8,["is-center-align","copy-right","navigation","logos","background-color"])):e.createCommentVNode("",!0),e.createElementVNode("hr",{class:e.normalizeClass(`border-${e.unref(r).copy}`)},null,2),i.legalText?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(`text-xs md:text-sm opacity-80 text-${e.unref(r).copy}`),innerHTML:i.legalText},null,10,Ti)):e.createCommentVNode("",!0)])],2)}}}),Ei=["innerHTML"],Nn=e.defineComponent({__name:"LogoCollectionModule",props:{__typename:{},headline:{},logos:{},backgroundColor:{},pt:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(ot,t.pt??{})),r=e.computed(()=>({"background-color":t.backgroundColor??"transparent",color:"inherit"})),{backgroundColor:l,palette:i}=F(t);return(a,s)=>{var d,m,u;const c=W;return e.openBlock(),e.createElementBlock("section",{style:e.normalizeStyle(r.value),class:e.normalizeClass(`logo-module p-16 ${t.class??""} bg-${e.unref(l)}`)},[e.createElementVNode("div",{class:e.normalizeClass(`container mx-auto ${((d=n.value)==null?void 0:d.container)??""}`)},[a.headline?(e.openBlock(),e.createElementBlock("h2",{key:0,class:e.normalizeClass(`logo-module-headline ${((m=n.value)==null?void 0:m.headline)??""} text-${e.unref(i).headline}`),innerHTML:a.headline},null,10,Ei)):e.createCommentVNode("",!0),a.logos?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((u=n.value)==null?void 0:u.bodyCopy)??""}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.logos,(p,f)=>(e.openBlock(),e.createBlock(c,e.mergeProps({ref_for:!0},p,{key:`cta-${p.altTag}-${f}`}),null,16))),128))],2)):e.createCommentVNode("",!0)],2)],6)}}}),Pi={class:e.normalizeClass("primary-navigation-header sticky top-0 z-50")},xi={class:"hidden md:flex bg-[#d9d9d9] w-full"},Ii={key:0,class:"primary-navigation flex flex-[0_1_87%] justify-end items-center gap-4 py-4 pl-2 pr-0"},_i={class:"lg:max-w-[1440px] mx-auto py-0 px-7 md:pr-4 md:pl-8 md:py-6 xl:py-6 xl:pr-9 xl:pl-16 md:flex md:justify-between md:items-center gap-2"},Vi={class:"flex items-center justify-between py-3 md:p-0"},Ni={key:0,href:"/",class:"primary-navigation-logo items-center h-10 md:h-12 lg:flex"},Ai={class:"flex items-center gap-2 md:hidden"},Li={key:0,class:"primary-navigation text-sm xl:text-base flex items-center gap-2"},Oi=["aria-label","aria-expanded"],zi={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"},ji={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"},An=e.defineComponent({__name:"PrimaryNavigation",props:{title:{},logo:{},backgroundColor:{},navigation:{},ctas:{},inBanner:{}},emits:["navigation-click","cta-click"],setup(o,{emit:t}){const n=o,r=e.ref(!1),{backgroundColor:l,palette:i}=F(n),a=t,s=e.computed(()=>n.navigation||[]),c=e.computed(()=>n.ctas||[]),d=e.computed(()=>{var p;return((p=n.inBanner)==null?void 0:p.filter(f=>f.__typename?f.__typename==="NavigationElement":!("buttonType"in f)))||[]}),m=e.computed(()=>{var p;return((p=n.inBanner)==null?void 0:p.filter(f=>f.__typename?f.__typename==="CTA":"buttonType"in f))||[]}),u=e.computed(()=>{const p=[];return s.value.forEach(f=>{f.expandedMobile&&f.subNavigation&&f.subNavigation.length>0?p.push(...f.subNavigation):p.push(f)}),p});return(p,f)=>(e.openBlock(),e.createElementBlock("header",Pi,[e.createElementVNode("div",xi,[d.value.length>0||m.value.length>0?(e.openBlock(),e.createElementBlock("nav",Ii,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(g,h)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`${g.title}-${h}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...g,class:`primary-nav-item-${h} ${g.class||""} ${g.dividerLine?"md:border-r pr-4 h-full":""}`,isChild:!1,elementType:"header"},{onClick:y=>a("navigation-click",g)}),null,16,["onClick"]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,g=>(e.openBlock(),e.createBlock(G,e.mergeProps({key:g.title,class:["my-4 sm:my-0",g.buttonType==="fill"?"justify-center w-full":""],ref_for:!0},g,{onClick:h=>a("cta-click",g)}),null,16,["class","onClick"]))),128))])):e.createCommentVNode("",!0)]),e.createElementVNode("div",{class:e.normalizeClass(`shadow-2xl bg-${e.unref(l)}`)},[e.createElementVNode("div",_i,[e.createElementVNode("div",Vi,[p.logo?(e.openBlock(),e.createElementBlock("a",Ni,[e.createVNode(W,e.mergeProps(p.logo,{class:"h-full w-auto object-contain"}),null,16)])):e.createCommentVNode("",!0),e.createElementVNode("div",Ai,[d.value.length>0?(e.openBlock(),e.createElementBlock("nav",Li,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(g,h)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`${g.title}-${h}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...g,class:`h-full primary-nav-item-${h} ${g.class||""} ${g.dividerLine?"md:border-r pr-4":""}`,isChild:!1,elementType:"header"},{onClick:y=>a("navigation-click",g)}),null,16,["onClick"]))),128))])):e.createCommentVNode("",!0),e.createElementVNode("button",{type:"button",class:"block","aria-label":r.value?"Close menu":"Open menu","aria-expanded":r.value,onClick:f[0]||(f[0]=g=>r.value=!r.value)},[(e.openBlock(),e.createElementBlock("svg",{class:e.normalizeClass(`h-6 w-6 fill-${e.unref(i).copy}`),viewBox:"0 0 24 24"},[r.value?(e.openBlock(),e.createElementBlock("path",zi)):e.createCommentVNode("",!0),r.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("path",ji))],2))],8,Oi)])]),s.value.length>0||c.value.length>0?(e.openBlock(),e.createElementBlock("nav",{key:0,class:e.normalizeClass(["primary-navigation text-sm xl:text-base items-center px-2 pt-2 pb-4 md:flex gap-2 lg:gap-4 md:justify-evenly md:p-0",r.value?"block":"hidden"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.value,(g,h)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`mobile-${g.title}-${h}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...g,class:`md:hidden h-full primary-nav-item-${h} ${g.class||""} ${g.dividerLine?"md:border-r pr-4":""}`,isChild:!1,elementType:"header"},{onClick:y=>a("navigation-click",g)}),null,16,["onClick"]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(g,h)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`desktop-${g.title}-${h}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...g,class:`hidden md:block h-full primary-nav-item-${h} ${g.class||""} ${g.dividerLine?"sm:border-r pr-4":""}`,isChild:!1,elementType:"header"},{onClick:y=>a("navigation-click",g)}),null,16,["onClick"]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,g=>(e.openBlock(),e.createBlock(G,e.mergeProps({key:`filtered-${g.title}`,class:g.buttonType==="fill"?"justify-center w-full":"",ref_for:!0},g,{onClick:h=>a("cta-click",g)}),null,16,["class","onClick"]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,g=>(e.openBlock(),e.createBlock(G,e.mergeProps({key:g.title,class:["flex md:hidden my-2 md:my-0",g.buttonType==="fill"?"justify-center w-full":""],ref_for:!0},g,{onClick:h=>a("cta-click",g)}),null,16,["class","onClick"]))),128))],2)):e.createCommentVNode("",!0)])],2)]))}}),Mi=["innerHTML"],Ln=e.defineComponent({__name:"SplitModule",props:{__typename:{},entryTitle:{},headline:{},start:{},center:{},end:{},backgroundImage:{},backgroundColor:{},pt:{},isChild:{type:Boolean},class:{}},setup(o){const t=o,n=e.computed(()=>B(lt,t.pt??{})),r=e.computed(()=>({"background-image":`url(${t.backgroundImage??""})`,"background-size":"cover"})),{backgroundColor:l,palette:i}=F(t),a=e.computed(()=>I(`split-module ${t.isChild?"":"py-0 px-8 md:px-8 md:py-16"} bg-${l}`,t.class??""));return(s,c)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.isChild?"div":"section"),{style:e.normalizeStyle(r.value),class:e.normalizeClass(a.value)},{default:e.withCtx(()=>{var d,m,u,p,f;return[s.headline?(e.openBlock(),e.createElementBlock("h2",{key:0,class:e.normalizeClass(`headline ${((d=n.value)==null?void 0:d.headline)??""} text-${e.unref(i).headline}`),innerHTML:s.headline},null,10,Mi)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(`split-module-content ${e.unref(I)("flex justify-evenly gap-4 mx-auto items-center",((m=n.value)==null?void 0:m.bodyCopy)??"")}`)},[s.start?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.start.__typename),e.mergeProps({key:0},s.start,{class:`split-module-start ${((u=n.value)==null?void 0:u.start)??""}`,"is-child":!0}),null,16,["class"])):e.createCommentVNode("",!0),s.center?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.center.__typename),e.mergeProps({key:1},s.center,{class:`split-module-center ${((p=n.value)==null?void 0:p.center)??""}`,"is-child":!0}),null,16,["class"])):e.createCommentVNode("",!0),s.end?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.end.__typename),e.mergeProps({key:2},s.end,{class:`split-module-end ${((f=n.value)==null?void 0:f.end)??""}`,"is-child":!0}),null,16,["class"])):e.createCommentVNode("",!0)],2)]}),_:1},8,["style","class"]))}}),Di=["innerHTML"],On=e.defineComponent({__name:"TestimonialModule",props:{__typename:{},headline:{},quote:{},author:{},details:{},media:{},textColor:{},backgroundColor:{},mediaPosition:{},pt:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(it,t.pt??{})),{palette:r}=F(t),l=e.computed(()=>({"background-color":t.backgroundColor??"transparent",color:t.textColor??"inherit"}));return(i,a)=>{var s,c,d,m,u,p,f,g;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`testimonial ${e.unref(I)("p-5",t.class??"")}`),style:e.normalizeStyle(l.value)},[e.createElementVNode("div",{class:e.normalizeClass(`container mx-auto flex flex-col gap-8 ${((s=n.value)==null?void 0:s.container)??""} ${((c=i.mediaPosition)==null?void 0:c.toLowerCase())==="right"?"lg:flex-row-reverse":"lg:flex-row"}`)},[i.media?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`testimonial-media ${((d=n.value)==null?void 0:d.media)??""}`)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.media.__typename),e.normalizeProps(e.guardReactiveProps(i.media)),null,16))],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(`testimonial-text ${((m=n.value)==null?void 0:m.text)??""}`)},[i.headline?(e.openBlock(),e.createElementBlock("h3",{key:0,class:e.normalizeClass(`testimonial-headline ${((u=n.value)==null?void 0:u.headline)??""} text-${e.unref(r).headline}`),innerHTML:i.headline},null,10,Di)):e.createCommentVNode("",!0),i.quote?(e.openBlock(),e.createElementBlock("p",{key:1,class:e.normalizeClass(`testimonial-quote ${((p=n.value)==null?void 0:p.quote)??""} text-${e.unref(r).copyAccent}`)},' "'+e.toDisplayString(i.quote)+'" ',3)):e.createCommentVNode("",!0),i.author?(e.openBlock(),e.createElementBlock("p",{key:2,class:e.normalizeClass(`testimonial-author ${((f=n.value)==null?void 0:f.author)??""} text-${e.unref(r).copy}`)},e.toDisplayString(i.author),3)):e.createCommentVNode("",!0),i.details?(e.openBlock(),e.createElementBlock("p",{key:3,class:e.normalizeClass(`testimonial-details ${((g=n.value)==null?void 0:g.details)??""} text-${e.unref(r).copy}`)},e.toDisplayString(i.details),3)):e.createCommentVNode("",!0)],2)],2)],6)}}}),Fi=["innerHTML"],Hi={key:3,class:"mx-auto mt-16 w-fit"},Ri={key:0,class:"w-full overflow-hidden pt-8"},zn=e.defineComponent({__name:"TileCollectionModule",props:{__typename:{},headline:{},bodyCopy:{},modules:{},textColor:{},backgroundColor:{},tileLabelType:{},ctas:{},includeDecoration:{type:Boolean,default:!1},cols:{default:3},variant:{},pt:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(at,t.pt??{})),{backgroundColor:r,palette:l}=F(t),i=e.computed(()=>{const s=["w-full md:w-[47%]"];switch(t.modules.length<t.cols?t.modules.length:t.cols){case 4:s.push("lg:w-[23%]");break;case 3:s.push("lg:w-[31%]");break;case 1:s.push("md:w-full");break}return s.join(" ")}),a=e.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(s,c)=>{var u,p,f,g,h;const d=G,m=W;return e.openBlock(),e.createElementBlock("section",{class:e.normalizeClass(`tile-collection ${s.variant} ${e.unref(I)("overflow-hidden py-16",s.includeDecoration?"!pb-0":"",((u=n.value)==null?void 0:u.root)??"",t.class??"")} bg-${e.unref(r)}`)},[e.createElementVNode("div",{class:e.normalizeClass(`container mx-auto ${((p=n.value)==null?void 0:p.container)??""}`)},[s.headline?(e.openBlock(),e.createElementBlock("h2",{key:0,class:e.normalizeClass(`tile-collection-headline ${((f=n.value)==null?void 0:f.headline)??""} text-${e.unref(l).headline} ${s.bodyCopy?"mb-2":""}`),innerHTML:s.headline},null,10,Fi)):e.createCommentVNode("",!0),s.bodyCopy?(e.openBlock(),e.createElementBlock("h3",{key:1,class:e.normalizeClass(`tile-collection-body-copy ${((g=n.value)==null?void 0:g.bodyCopy)??""} text-${e.unref(l).copy}`)},e.toDisplayString(s.bodyCopy),3)):e.createCommentVNode("",!0),s.modules?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(`tile-collection-content ${e.unref(I)(`flex flex-col ${s.variant!=="ImageStackedAnimatedTile"?"md:flex-row flex-wrap gap-12 md:gap-6":"gap-12 md:gap-4"} justify-center`,((h=n.value)==null?void 0:h.bodyCopy)??"")}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.modules,(y,b)=>{var w;return e.openBlock(),e.createBlock(e.resolveDynamicComponent(`TileContent${s.variant}`),e.mergeProps({key:`${y==null?void 0:y.headline}-${b}`,class:`tile-collection-content-item-${b} ${i.value} ${((w=n.value)==null?void 0:w.item)??""} ${y.class}`,ref_for:!0},y,{"parent-background-color":e.unref(r),index:b,"tile-label-type":s.tileLabelType}),null,16,["class","parent-background-color","index","tile-label-type"])}),128))],2)):e.createCommentVNode("",!0),s.ctas?(e.openBlock(),e.createElementBlock("div",Hi,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.ctas,y=>(e.openBlock(),e.createBlock(d,e.mergeProps({key:`${y.title}-cta`,ref_for:!0},y,{size:"xl","background-color":e.unref(r)}),null,16,["background-color"]))),128))])):e.createCommentVNode("",!0)],2),s.includeDecoration?(e.openBlock(),e.createElementBlock("div",Ri,[e.createVNode(m,{animated:!0,media:{url:a.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"])])):e.createCommentVNode("",!0)],2)}}}),Ie=e.defineComponent({__name:"TileLabel",props:{__typename:{},copy:{},type:{default:"Text"},backgroundColor:{},textColor:{},alignment:{default:"right"},pt:{},index:{}},setup(o){const t=o,n=e.useAttrs(),r=e.computed(()=>t.type==="Numeric"&&!t.copy?(t.index??0)+1:t.copy),l=e.computed(()=>B(pt[t.type],t.pt??{})),i=e.computed(()=>{var s;let a=t.type==="Numeric"?"right-2 md:right-4":"right-[-4%]";return t.alignment==="left"&&(a=t.type==="Numeric"?"left-2 md:left-4":"left-[-4%]"),`tile-label absolute ${I(typeof r.value=="number"?"w-[36px] h-[36px] md:h-[60px] md:w-[60px]":"w-[120px]",`text-${t.textColor}`,`bg-${t.backgroundColor}`,"top-2 md:top-4",((s=l==null?void 0:l.value)==null?void 0:s.root)??"",a,n.class)}`});return(a,s)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(i.value),style:e.normalizeStyle({backgroundColor:a.backgroundColor})},e.toDisplayString(r.value),7)):e.createCommentVNode("",!0)}}),He=(o,t)=>o.buttonType==="fill"?o.color??k.COLOR_PALETTES[t].cta.fill.bg:null,Re=(o,t)=>o.textColor??k.COLOR_PALETTES[t].cta[o.buttonType].copy;var Wi={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"},Ui=X.extend({name:"card",classes:Wi}),qi={name:"BaseCard",extends:$e,style:Ui},ie={name:"Card",extends:qi,inheritAttrs:!1};function Gi(o,t,n,r,l,i){return e.openBlock(),e.createElementBlock("div",e.mergeProps({class:o.cx("root")},o.ptmi("root")),[o.$slots.header?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:o.cx("header")},o.ptm("header")),[e.renderSlot(o.$slots,"header")],16)):e.createCommentVNode("",!0),e.createElementVNode("div",e.mergeProps({class:o.cx("body")},o.ptm("body")),[o.$slots.title||o.$slots.subtitle?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:o.cx("caption")},o.ptm("caption")),[o.$slots.title?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:o.cx("title")},o.ptm("title")),[e.renderSlot(o.$slots,"title")],16)):e.createCommentVNode("",!0),o.$slots.subtitle?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:1,class:o.cx("subtitle")},o.ptm("subtitle")),[e.renderSlot(o.$slots,"subtitle")],16)):e.createCommentVNode("",!0)],16)):e.createCommentVNode("",!0),e.createElementVNode("div",e.mergeProps({class:o.cx("content")},o.ptm("content")),[e.renderSlot(o.$slots,"content")],16),o.$slots.footer?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:1,class:o.cx("footer")},o.ptm("footer")),[e.renderSlot(o.$slots,"footer")],16)):e.createCommentVNode("",!0)],16)],16)}ie.render=Gi;const Ki=["src","height","width"],Xi=["src","height","width"],_e=e.defineComponent({__name:"Video",props:{__typename:{},thumbnail:{},url:{},class:{}},setup(o){let t=e.ref(!1);function n(){t.value=!0}return(r,l)=>{var i,a;return e.unref(t)?e.unref(t)?(e.openBlock(),e.createElementBlock("iframe",{key:1,class:e.normalizeClass(`${r.$props.class} w-full`),src:r.url,height:(i=r.thumbnail.media)!=null&&i.height?r.thumbnail.media.height:"100%",width:(a=r.thumbnail.media)!=null&&a.width?r.thumbnail.media.width:"100%",allow:"autoplay"},null,10,Xi)):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`${r.$props.class} relative cursor-pointer`),onClick:n},[l[0]||(l[0]=e.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"},[e.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"}),e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M39.9246 25.9149L69.7535 48.2109L39.9246 70.5069V25.9149Z",fill:"white"})],-1)),e.createElementVNode("img",{class:"w-full",src:r.thumbnail.media.url,height:r.thumbnail.media.height,width:r.thumbnail.media.width},null,8,Ki)],2))}}}),Zi=["innerHTML"],jn=Ee(e.defineComponent({__name:"TileContentIconTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},parentBackgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(st,t.pt??{})),r=t.backgroundColor||t.parentBackgroundColor,{palette:l}=F({backgroundColor:r}),i=t.backgroundColor?l:l.tile,a=typeof t.index=="number",s=t.backgroundColor||l.tile.bg,c=e.computed(()=>t.alignment==="center"?"items-center":t.alignment==="right"?"items-end":"items-start"),d=e.ref(null),m=Pt(d,{threshold:.1});return(u,p)=>{var h,y,b,w,v,E,x,A,O,N,V;const f=Ie,g=G;return e.openBlock(),e.createElementBlock("div",{ref_key:"content",ref:d,style:e.normalizeStyle({transitionDelay:`${(u.index??0)*.2}s`}),class:e.normalizeClass(`tile-content animate-slide-on-top ${e.unref(m)?"visible":""} ${e.unref(I)((h=n.value)==null?void 0:h.root,a?"":"w-full md:w-full lg:w-full")} ${t.class} bg-${e.unref(s)}`)},[u.tileLabel||u.tileLabelType?(e.openBlock(),e.createBlock(f,e.mergeProps({key:0},u.tileLabel,{type:u.tileLabelType??((y=u.tileLabel)==null?void 0:y.type),class:u.tileLabelType==="Numeric"||((b=u.tileLabel)==null?void 0:b.type)==="Numeric"?(w=n.value)==null?void 0:w.numericLabel:(v=n.value)==null?void 0:v.label,"background-color":e.unref(i).label[u.tileLabelType??((E=u.tileLabel)==null?void 0:E.type)??"Text"].bg,"text-color":e.unref(i).label[u.tileLabelType??((x=u.tileLabel)==null?void 0:x.type)??"Text"].copy,index:u.index,alignment:((A=u.tileLabel)==null?void 0:A.alignment)??"right"}),null,16,["type","class","background-color","text-color","index","alignment"])):e.createCommentVNode("",!0),e.createVNode(e.unref(ie),{class:e.normalizeClass(`${((O=n.value)==null?void 0:O.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-footer ${((N=n.value)==null?void 0:N.footer)??""}`,"pt:body:class":((V=n.value)==null?void 0:V.body)??""},e.createSlots({_:2},[u.bodyCopy||u.listItems?{name:"content",fn:e.withCtx(()=>{var C,S,$,M,R,q,U;return[e.createElementVNode("div",{class:e.normalizeClass(`flex flex-col tile-content-inner ${((C=n.value)==null?void 0:C.bodyCopy)??""} ${c.value}`)},[u.image?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`tile-content-media ${((S=n.value)==null?void 0:S.media)??""}`)},[p[0]||(p[0]=e.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),u.image?(e.openBlock(),e.createBlock(W,e.mergeProps({key:0},u.image,{class:e.unref(I)((M=($=u.image)==null?void 0:$.media)!=null&&M.width?"":"w-full",u.image.class)}),null,16,["class"])):e.createCommentVNode("",!0),u.video?(e.openBlock(),e.createBlock(_e,e.mergeProps({key:1},u.video,{class:"w-full"}),null,16)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),u.headline?(e.openBlock(),e.createElementBlock("h3",{key:1,class:e.normalizeClass(`tile-content-headline ${((R=n.value)==null?void 0:R.headline)??""} text-${e.unref(i).headline} text-${u.alignment}`)},e.toDisplayString(u.headline),3)):e.createCommentVNode("",!0),u.subheadline?(e.openBlock(),e.createElementBlock("h6",{key:2,class:e.normalizeClass(`tile-content-subheadline ${((q=n.value)==null?void 0:q.subheadline)??""} text-${e.unref(i).headline} text-${u.alignment}`)},e.toDisplayString(u.subheadline),3)):e.createCommentVNode("",!0),u.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(`tile-content-body-copy ${((U=n.value)==null?void 0:U.bodyCopy)??""} text-${e.unref(i).copy} text-${u.alignment} body-copy-with-lists`),style:e.normalizeStyle({"--bullet-color":`var(--${e.unref(l).bullet})`}),innerHTML:u.bodyCopy},null,14,Zi)):e.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,u.ctas||u.footer?{name:"footer",fn:e.withCtx(()=>{var C,S;return[u.footer?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(`${((C=n.value)==null?void 0:C.footerContent)??""} text-${e.unref(i).copy}`)},e.toDisplayString(u.footer),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(((S=n.value)==null?void 0:S.ctas)??"")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.ctas,($,M)=>{var R;return e.openBlock(),e.createBlock(g,e.mergeProps({key:`cta-${$.title}-${M}`,class:`cta-${M} ${(R=n.value)==null?void 0:R.cta}`,color:e.unref(He)($,e.unref(s)),"text-color":e.unref(Re)($,e.unref(s)),"background-color":e.unref(s),ref_for:!0},$),null,16,["class","color","text-color","background-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-4ead40b0"]]),Yi=["innerHTML"],Mn=Ee(e.defineComponent({__name:"TileContentImageTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},parentBackgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(dt,t.pt??{})),r=t.backgroundColor||t.parentBackgroundColor,{palette:l}=F({backgroundColor:r}),i=t.backgroundColor?l:l.tile,a=typeof t.index=="number",s=t.backgroundColor||l.tile.bg,c=e.computed(()=>t.alignment==="center"?"items-center":t.alignment==="right"?"items-end":"items-start"),d=e.ref(null),m=Pt(d,{threshold:.1});return(u,p)=>{var h,y,b,w;const f=Ie,g=G;return e.openBlock(),e.createElementBlock("div",{ref_key:"content",ref:d,style:e.normalizeStyle({transitionDelay:`${(u.index??0)*.2}s`}),class:e.normalizeClass(`tile-content animate-slide-in-right ${e.unref(m)?"visible":""} ${e.unref(I)(((h=n.value)==null?void 0:h.root)??"",a?"":"w-full md:w-full lg:w-full",`bg-${e.unref(s)}`,t.class??"")}`)},[e.createVNode(e.unref(ie),{class:e.normalizeClass(`${((y=n.value)==null?void 0:y.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((b=n.value)==null?void 0:b.footer)??""}`,"pt:body:class":((w=n.value)==null?void 0:w.body)??""},e.createSlots({_:2},[u.bodyCopy||u.listItems?{name:"content",fn:e.withCtx(()=>{var v,E,x,A,O,N,V,C,S,$,M,R,q,U;return[e.createElementVNode("div",{class:e.normalizeClass(`flex flex-col tile-content-inner ${((v=n.value)==null?void 0:v.bodyCopy)??""} ${c.value}`)},[u.image?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`tile-content-media w-4/5 ${((E=n.value)==null?void 0:E.media)??""}`)},[u.tileLabel||u.tileLabelType?(e.openBlock(),e.createBlock(f,{key:0,class:e.normalizeClass(u.tileLabelType==="Numeric"||((x=u.tileLabel)==null?void 0:x.type)==="Numeric"?(A=n.value)==null?void 0:A.numericLabel:(O=n.value)==null?void 0:O.label),index:u.index,alignment:((N=u.tileLabel)==null?void 0:N.alignment)??"left",type:u.tileLabelType??((V=u.tileLabel)==null?void 0:V.type),"background-color":e.unref(i).label[u.tileLabelType??((C=u.tileLabel)==null?void 0:C.type)??"Text"].bg,"text-color":e.unref(i).label[u.tileLabelType??((S=u.tileLabel)==null?void 0:S.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):e.createCommentVNode("",!0),p[0]||(p[0]=e.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),u.image?(e.openBlock(),e.createBlock(W,e.mergeProps({key:1},u.image,{class:e.unref(I)("rounded-full",(M=($=u.image)==null?void 0:$.media)!=null&&M.width?"":"w-full",u.image.class)}),null,16,["class"])):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),u.headline?(e.openBlock(),e.createElementBlock("h3",{key:1,class:e.normalizeClass(`tile-content-headline ${((R=n.value)==null?void 0:R.headline)??""} text-${e.unref(i).headline}`)},e.toDisplayString(u.headline),3)):e.createCommentVNode("",!0),u.subheadline?(e.openBlock(),e.createElementBlock("h6",{key:2,class:e.normalizeClass(`tile-content-subheadline ${((q=n.value)==null?void 0:q.subheadline)??""} text-${e.unref(i).copy}`)},e.toDisplayString(u.subheadline),3)):e.createCommentVNode("",!0),u.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(`tile-content-body-copy ${((U=n.value)==null?void 0:U.bodyCopy)??""} text-${e.unref(i).copy} text-${u.alignment} body-copy-with-lists`),style:e.normalizeStyle({"--bullet-color":`var(--${e.unref(l).bullet})`}),innerHTML:u.bodyCopy},null,14,Yi)):e.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,u.ctas||u.footer?{name:"footer",fn:e.withCtx(()=>{var v,E;return[u.footer?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(`${((v=n.value)==null?void 0:v.footerContent)??""} text-${e.unref(i).copy} text-${u.alignment}`)},e.toDisplayString(u.footer),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(((E=n.value)==null?void 0:E.ctas)??"")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.ctas,(x,A)=>{var O;return e.openBlock(),e.createBlock(g,e.mergeProps({key:`cta-${x.title}-${A}`,class:`cta-${A} ${(O=n.value)==null?void 0:O.cta}`,color:e.unref(He)(x,e.unref(s)),"text-color":e.unref(Re)(x,e.unref(s)),ref_for:!0},x),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-a481946a"]]),Ji=["innerHTML"],Dn=e.defineComponent({__name:"TileContentTextTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},parentBackgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(ut,t.pt??{})),r=typeof t.index=="number",l=t.backgroundColor||t.parentBackgroundColor,{palette:i}=F({backgroundColor:l}),a=t.backgroundColor?i:i.tile,s=t.backgroundColor||i.tile.bg;return(c,d)=>{var p,f,g,h,y,b,w,v,E,x;const m=Ie,u=G;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`tile-content ${e.unref(I)((p=n.value)==null?void 0:p.root,r?"":"w-full md:w-full lg:w-full")} ${t.class} bg-${e.unref(s)}`)},[c.tileLabel||c.tileLabelType?(e.openBlock(),e.createBlock(m,e.mergeProps({key:0},c.tileLabel,{class:c.tileLabelType==="Numeric"||((f=c.tileLabel)==null?void 0:f.type)==="Numeric"?(g=n.value)==null?void 0:g.numericLabel:(h=n.value)==null?void 0:h.label,index:c.index,type:c.tileLabelType??((y=c.tileLabel)==null?void 0:y.type),"background-color":e.unref(a).label[c.tileLabelType??((b=c.tileLabel)==null?void 0:b.type)??"Text"].bg,"text-color":e.unref(a).label[c.tileLabelType??((w=c.tileLabel)==null?void 0:w.type)??"Text"].copy}),null,16,["class","index","type","background-color","text-color"])):e.createCommentVNode("",!0),e.createVNode(e.unref(ie),{class:e.normalizeClass(`${((v=n.value)==null?void 0:v.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((E=n.value)==null?void 0:E.footer)??""}`,"pt:body:class":((x=n.value)==null?void 0:x.body)??""},e.createSlots({_:2},[c.bodyCopy||c.subheadline||c.headline?{name:"content",fn:e.withCtx(()=>{var A,O,N,V;return[e.createElementVNode("div",{class:e.normalizeClass(`flex flex-col tile-content-inner ${((A=n.value)==null?void 0:A.bodyCopy)??""}`)},[c.subheadline?(e.openBlock(),e.createElementBlock("h6",{key:0,class:e.normalizeClass(`tile-content-subheadline ${((O=n.value)==null?void 0:O.subheadline)??""} text-${e.unref(a).copy} text-${c.alignment}`)},e.toDisplayString(c.subheadline),3)):e.createCommentVNode("",!0),c.headline?(e.openBlock(),e.createElementBlock("h2",{key:1,class:e.normalizeClass(`tile-content-headline ${((N=n.value)==null?void 0:N.headline)??""} text-${e.unref(a).headline} text-${c.alignment}`)},e.toDisplayString(c.headline),3)):e.createCommentVNode("",!0),c.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(`tile-content-body-copy ${((V=n.value)==null?void 0:V.bodyCopy)??""} text-${e.unref(a).copy} text-${c.alignment} body-copy-with-lists`),style:e.normalizeStyle({"--bullet-color":`var(--${e.unref(i).bullet})`}),innerHTML:c.bodyCopy},null,14,Ji)):e.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,c.ctas||c.footer?{name:"footer",fn:e.withCtx(()=>{var A,O;return[c.footer?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(`${((A=n.value)==null?void 0:A.footerContent)??""} text-${e.unref(a).copy} text-${c.alignment}`)},e.toDisplayString(c.footer),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(((O=n.value)==null?void 0:O.ctas)??"")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.ctas,(N,V)=>{var C;return e.openBlock(),e.createBlock(u,e.mergeProps({key:`cta-${N.title}-${V}`,class:`cta-${V} ${(C=n.value)==null?void 0:C.cta} w-full`,color:e.unref(He)(N,e.unref(s)),"text-color":e.unref(Re)(N,e.unref(s)),size:N.size??"xxl","background-color":e.unref(s),ref_for:!0},N),null,16,["class","color","text-color","size","background-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),Qi=["innerHTML"],Fn=e.defineComponent({__name:"TileContentVideoTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},parentBackgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(mt,t.pt??{})),r=typeof t.index=="number",l=t.backgroundColor||t.parentBackgroundColor,{palette:i}=F({backgroundColor:l}),a=t.backgroundColor?i:i.tile,s=t.backgroundColor||i.tile.bg,c=e.computed(()=>t.alignment==="center"?"items-center":t.alignment==="right"?"items-end":"items-start");return(d,m)=>{var f,g,h,y,b,w,v,E,x,A,O;const u=Ie,p=G;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`tile-content ${e.unref(I)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none",`bg-${e.unref(s)}`,r?"":"w-full md:w-full lg:w-full",((f=n.value)==null?void 0:f.root)??"",t.class??"")} ${t.class}`)},[d.tileLabel||d.tileLabelType?(e.openBlock(),e.createBlock(u,{key:0,class:e.normalizeClass(d.tileLabelType==="Numeric"||((g=d.tileLabel)==null?void 0:g.type)==="Numeric"?(h=n.value)==null?void 0:h.numericLabel:(y=n.value)==null?void 0:y.label),index:d.index,alignment:((b=d.tileLabel)==null?void 0:b.alignment)??"right",type:d.tileLabelType??((w=d.tileLabel)==null?void 0:w.type),"background-color":e.unref(a).label[d.tileLabelType??((v=d.tileLabel)==null?void 0:v.type)??"Text"].bg,"text-color":e.unref(a).label[d.tileLabelType??((E=d.tileLabel)==null?void 0:E.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):e.createCommentVNode("",!0),e.createVNode(e.unref(ie),{class:e.normalizeClass(`${((x=n.value)==null?void 0:x.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((A=n.value)==null?void 0:A.ctas)??""}`,"pt:body:class":((O=n.value)==null?void 0:O.body)??""},e.createSlots({_:2},[d.bodyCopy||d.listItems?{name:"content",fn:e.withCtx(()=>{var N,V,C,S,$;return[e.createElementVNode("div",{class:e.normalizeClass(`flex flex-col tile-content-inner ${((N=n.value)==null?void 0:N.bodyCopy)??""} ${c.value}`)},[d.headline?(e.openBlock(),e.createElementBlock("h3",{key:0,class:e.normalizeClass(`tile-content-headline ${((V=n.value)==null?void 0:V.headline)??""} text-${e.unref(a).headline} text-${d.alignment}`)},e.toDisplayString(d.headline),3)):e.createCommentVNode("",!0),d.subheadline?(e.openBlock(),e.createElementBlock("h6",{key:1,class:e.normalizeClass(`tile-content-subheadline ${((C=n.value)==null?void 0:C.subheadline)??""} text-${e.unref(a).copy} text-${d.alignment}`)},e.toDisplayString(d.subheadline),3)):e.createCommentVNode("",!0),d.video?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(`tile-content-media w-full ${((S=n.value)==null?void 0:S.media)??""}`)},[d.video?(e.openBlock(),e.createBlock(_e,e.normalizeProps(e.mergeProps({key:0},d.video)),null,16)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),d.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(`tile-content-body-copy ${(($=n.value)==null?void 0:$.bodyCopy)??""} text-${e.unref(a).copy} text-${d.alignment} body-copy-with-lists`),style:e.normalizeStyle({"--bullet-color":`var(--${e.unref(i).bullet})`}),innerHTML:d.bodyCopy},null,14,Qi)):e.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,d.ctas||d.footer?{name:"footer",fn:e.withCtx(()=>{var N;return[d.footer?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(`${((N=n.value)==null?void 0:N.footer)??""} text-${e.unref(a).copy}`)},e.toDisplayString(d.footer),3)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.ctas,(V,C)=>{var S;return e.openBlock(),e.createBlock(p,e.mergeProps({key:`cta-${V.title}-${C}`,class:`cta-${C} ${(S=n.value)==null?void 0:S.cta}`,color:e.unref(He)(V,e.unref(s)),"text-color":e.unref(Re)(V,e.unref(s)),ref_for:!0},V),null,16,["class","color","text-color"])}),128))]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),_t=Tt?window:void 0;function We(o){var t;const n=te(o);return(t=n==null?void 0:n.$el)!=null?t:n}function ea(...o){let t,n,r,l;if(typeof o[0]=="string"||Array.isArray(o[0])?([n,r,l]=o,t=_t):[t,n,r,l]=o,!t)return ne;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const i=[],a=()=>{i.forEach(m=>m()),i.length=0},s=(m,u,p,f)=>(m.addEventListener(u,p,f),()=>m.removeEventListener(u,p,f)),c=e.watch(()=>[We(t),te(l)],([m,u])=>{if(a(),!m)return;const p=el(u)?{...u}:u;i.push(...n.flatMap(f=>r.map(g=>s(m,f,g,p))))},{immediate:!0,flush:"post"}),d=()=>{c(),a()};return ze(d),d}function ta(){const o=e.ref(!1),t=e.getCurrentInstance();return t&&e.onMounted(()=>{o.value=!0},t),o}function na(o){const t=ta();return e.computed(()=>(t.value,!!o()))}function oa(o,t,n={}){const{root:r,rootMargin:l="0px",threshold:i=0,window:a=_t,immediate:s=!0}=n,c=na(()=>a&&"IntersectionObserver"in a),d=e.computed(()=>{const g=te(o);return(Array.isArray(g)?g:[g]).map(We).filter(yn)});let m=ne;const u=e.ref(s),p=c.value?e.watch(()=>[d.value,We(r),u.value],([g,h])=>{if(m(),!u.value||!g.length)return;const y=new IntersectionObserver(t,{root:We(h),rootMargin:l,threshold:i});g.forEach(b=>b&&y.observe(b)),m=()=>{y.disconnect(),m=ne}},{immediate:s,flush:"post"}):ne,f=()=>{m(),p(),u.value=!1};return ze(f),{isSupported:c,isActive:u,pause(){m(),u.value=!1},resume(){u.value=!0},stop:f}}function Hn(o,t={}){const{window:n=_t,scrollTarget:r,threshold:l=0}=t,i=e.ref(!1);return oa(o,a=>{let s=i.value,c=0;for(const d of a)d.time>=c&&(c=d.time,s=d.isIntersecting);i.value=s},{root:r,window:n,threshold:l}),i}const ra={[Jr.mounted](o,t){if(typeof t.value=="function"){const n=t.value,r=Hn(o);e.watch(r,l=>n(l),{immediate:!0})}else{const[n,r]=t.value,l=Hn(o,r);e.watch(l,i=>n(i),{immediate:!0})}}};function Vt(o){return typeof Window<"u"&&o instanceof Window?o.document.documentElement:typeof Document<"u"&&o instanceof Document?o.documentElement:o}function Rn(o){const t=window.getComputedStyle(o);if(t.overflowX==="scroll"||t.overflowY==="scroll"||t.overflowX==="auto"&&o.clientWidth<o.scrollWidth||t.overflowY==="auto"&&o.clientHeight<o.scrollHeight)return!0;{const n=o.parentNode;return!n||n.tagName==="BODY"?!1:Rn(n)}}function la(o){const t=o||window.event,n=t.target;return Rn(n)?!1:t.touches.length>1?!0:(t.preventDefault&&t.preventDefault(),!1)}const Nt=new WeakMap;function ia(o,t=!1){const n=e.ref(t);let r=null,l="";e.watch(nl(o),s=>{const c=Vt(te(s));if(c){const d=c;if(Nt.get(d)||Nt.set(d,d.style.overflow),d.style.overflow!=="hidden"&&(l=d.style.overflow),d.style.overflow==="hidden")return n.value=!0;if(n.value)return d.style.overflow="hidden"}},{immediate:!0});const i=()=>{const s=Vt(te(o));!s||n.value||(bn&&(r=ea(s,"touchmove",c=>{la(c)},{passive:!1})),s.style.overflow="hidden",n.value=!0)},a=()=>{const s=Vt(te(o));!s||!n.value||(bn&&(r==null||r()),s.style.overflow=l,Nt.delete(s),n.value=!1)};return ze(a),e.computed({get(){return n.value},set(s){s?i():a()}})}function aa(){let o=!1;const t=e.ref(!1);return(n,r)=>{if(t.value=r.value,o)return;o=!0;const l=ia(n,r.value);e.watch(t,i=>l.value=i)}}aa();const sa=["innerHTML"],ca=["innerHTML"],da=["src"],Wn=Ee(e.defineComponent({__name:"TileContentImageStackedAnimatedTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},parentBackgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{},pt:{},listItems:{},footer:{},class:{}},setup(o){const t=e.ref(null),n=e.ref(!1),r=o,l=e.computed(()=>B(ct,r.pt??{})),i=e.computed(()=>!((r.index??0)%2)),a=e.computed(()=>r.index===0),s=r.backgroundColor||r.parentBackgroundColor,{palette:c}=F({backgroundColor:s}),d=e.computed(()=>{var u;return(u=r.tileLabel)!=null&&u.alignment?r.tileLabel.alignment:i.value?"right":"left"}),m=u=>{n.value=u};return(u,p)=>{var g,h,y,b;const f=Ie;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`tile-content ${e.unref(I)(((g=l.value)==null?void 0:g.root)??"",r.class??"")} max-w-[1024px]`)},[e.createVNode(e.unref(ie),{class:e.normalizeClass(`${((h=l.value)==null?void 0:h.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((y=l.value)==null?void 0:y.ctas)??""}`,"pt:body:class":((b=l.value)==null?void 0:b.body)??""},e.createSlots({content:e.withCtx(()=>{var w,v,E,x,A,O,N,V,C,S,$,M;return[e.createElementVNode("div",{class:e.normalizeClass(`flex gap-[5vmin] md:gap-12 relative ${i.value?"flex-row-reverse":""} tile-content-inner ${((w=l.value)==null?void 0:w.bodyCopy)??""}`)},[e.createElementVNode("div",{class:e.normalizeClass(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${((v=l.value)==null?void 0:v.text)??""} text-left ${i.value?"items-start":"items-end"}`)},[u.headline?(e.openBlock(),e.createElementBlock("h3",{key:0,class:e.normalizeClass(`tile-content-headline w-full ${((E=l.value)==null?void 0:E.headline)??""} text-${e.unref(c).subheadline}`),innerHTML:u.headline},null,10,sa)):e.createCommentVNode("",!0),u.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(`tile-content-body-copy ${((x=l.value)==null?void 0:x.description)??""} w-full text-${e.unref(c).copy} body-copy-with-lists`),style:e.normalizeStyle({"--bullet-color":`var(--${e.unref(c).bullet})`}),innerHTML:u.bodyCopy},null,14,ca)):e.createCommentVNode("",!0)],2),u.video||u.image?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"target",ref:t,class:e.normalizeClass(`tile-content-media relative ${((A=l.value)==null?void 0:A.media)??""} max-w-[350px]`)},[e.createElementVNode("img",{class:e.normalizeClass({"should-animate":!0,absolute:!0,animate:n.value,"w-full":!0,"z-0":!0,"top-[36%]":a.value,"left-[-16%]":a.value,"bg-left-top":i.value&&!a.value||!i.value,"animate-even":i.value&&!a.value&&n.value,"left-[-28%]":i.value&&!a.value,"top-[-10%]":i.value&&!a.value,"top-[-16%]":!i.value,"right-[-16%]":!i.value,"animate-odd":!i.value&&n.value}),src:(i.value,"https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")},null,10,da),u.tileLabel||u.tileLabelType?(e.openBlock(),e.createBlock(f,e.mergeProps({key:0},u.tileLabel,{class:{[((O=l.value)==null?void 0:O.numericLabel)??""]:u.tileLabelType==="Numeric"||((N=u.tileLabel)==null?void 0:N.type)==="Numeric",[((V=l.value)==null?void 0:V.label)??""]:u.tileLabelType==="Text"||((C=u.tileLabel)==null?void 0:C.type)==="Text","top-1 md:top-8":!0,"left-1":!i.value,"right-1":i.value},index:u.index,type:u.tileLabelType??((S=u.tileLabel)==null?void 0:S.type),alignment:d.value,"background-color":e.unref(c).label[u.tileLabelType??(($=u.tileLabel)==null?void 0:$.type)??"Text"].bg,"text-color":e.unref(c).label[u.tileLabelType??((M=u.tileLabel)==null?void 0:M.type)??"Text"].copy}),null,16,["class","index","type","alignment","background-color","text-color"])):e.createCommentVNode("",!0),u.image?(e.openBlock(),e.createBlock(W,e.mergeProps({key:1},u.image,{class:e.unref(I)("w-full min-w-[150px] md:min-w-[350px] relative rounded-full z-10",u.image.class)}),null,16,["class"])):e.createCommentVNode("",!0),u.video?(e.openBlock(),e.createBlock(_e,e.normalizeProps(e.mergeProps({key:2},u.video)),null,16)):e.createCommentVNode("",!0)],2)),[[e.unref(ra),m]]):e.createCommentVNode("",!0)],2)]}),_:2},[u.ctas||u.footer?{name:"footer",fn:e.withCtx(()=>{var w;return[u.footer?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(`${((w=l.value)==null?void 0:w.footer)??""} text-${e.unref(c).copy}`)},e.toDisplayString(u.footer),3)):e.createCommentVNode("",!0)]}),key:"0"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),[["__scopeId","data-v-e0d0c2b5"]]),ua={key:0},Un=Ee(e.defineComponent({__name:"HelloBar",props:{__typename:{},helloBarData:{},pt:{},onSegmentCTAClick:{type:Function},class:{}},setup(o){const t=o,n=e.ref("minimized"),r=()=>{n.value=n.value==="maximized"?"minimized":"maximized"},l=e.computed(()=>B(ft,t.pt??{}));return(i,a)=>{var s,c;return t.helloBarData&&t.helloBarData.active?(e.openBlock(),e.createBlock(e.unref(ie),{key:0,"pt:root:class":e.unref(I)((s=l.value)==null?void 0:s.root,t.class,"hello-bar shadow-none border-0 rounded-none",n.value==="maximized"?"hello-bar-max":"",n.value==="minimized"?"hello-bar-min":""),"pt:body:class":e.unref(I)((c=l.value)==null?void 0:c.container,"container-center"),"pt:content:class":"flex flex-col md:flex-row gap-8"},{content:e.withCtx(()=>{var d,m,u,p,f,g,h,y,b;return[e.createElementVNode("div",{class:e.normalizeClass((d=l.value)==null?void 0:d.mobileCollapsed)},[e.createElementVNode("p",null,e.toDisplayString((m=t.helloBarData)==null?void 0:m.mobileCollapsed),1)],2),e.createElementVNode("div",{class:e.normalizeClass([(u=l.value)==null?void 0:u.content,"content"])},[e.createElementVNode("p",{class:e.normalizeClass([(p=l.value)==null?void 0:p.fullCopy,"fullCopy"])},e.toDisplayString((f=t.helloBarData)==null?void 0:f.fullCopy),3)],2),(g=t.helloBarData)!=null&&g.cta?(e.openBlock(),e.createElementBlock("section",ua,[e.createVNode(G,e.mergeProps(t.helloBarData.cta,{class:e.unref(I)((h=l.value)==null?void 0:h.cta,"cta")}),null,16,["class"])])):e.createCommentVNode("",!0),e.createVNode(e.unref(Oe),{class:e.normalizeClass([(y=l.value)==null?void 0:y.toggle,"toggle"]),"pt:root:class":(b=l.value)==null?void 0:b.toggle,tabindex:"0","aria-label":"hello bar close icon",link:!0,onClick:r},{default:e.withCtx(()=>[e.createElementVNode("i",{class:"pi pi-times-circle",style:e.normalizeStyle({fontSize:"16px",color:"#fff",transform:n.value==="minimized"?"rotate(45deg)":"rotate(0deg)",transition:"transform 0.3s ease"})},null,4)]),_:1},8,["class","pt:root:class"])]}),_:1},8,["pt:root:class","pt:body:class"])):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-bc543866"]]),ma=Object.freeze(Object.defineProperty({__proto__:null,Accordion:ce,AccordionItem:hn,AccordionListItem:kn,AccordionTileItem:wn,AnimationWrapper:xt,CTA:G,CarouselModule:Pn,ContainerCollectionModule:_n,ContainerModule:xn,ContentModule:In,FooterCopyright:Fe,FooterNavigation:Vn,HelloBar:Un,Image:W,LogoCollectionModule:Nn,NavigationElement:Y,PrimaryNavigation:An,SocialMediaRef:De,SplitModule:Ln,TestimonialModule:On,TileCollectionModule:zn,TileContentIconTile:jn,TileContentImageStackedAnimatedTile:Wn,TileContentImageTile:Mn,TileContentTextTile:Dn,TileContentVideoTile:Fn,Video:_e},Symbol.toStringTag,{value:"Module"})),pa=o=>{Object.entries(ma).forEach(([t,n])=>{o.component(t,n)})},fa=(o,t)=>{const n=(l,i)=>{for(const a of Object.keys(i))typeof i[a]=="object"?n(l[a],i[a]):l[a]=i[a]},r=So[`${o}Pt`];r&&n(r,t)};k.Accordion=ce,k.AccordionItem=hn,k.AccordionItemPt=ge,k.AccordionListItem=kn,k.AccordionListItemPt=Ze,k.AccordionPt=Ke,k.AccordionTileItem=wn,k.AccordionTileItemPt=Ye,k.AnimationWrapper=xt,k.CTA=G,k.CTAPt=nt,k.CarouselModule=Pn,k.CarouselModuleAltPt=Ft,k.CarouselModulePt=Je,k.ContainerCollectionModule=_n,k.ContainerCollectionModulePt=Qe,k.ContainerModule=xn,k.ContainerModulePt=et,k.ContentModule=In,k.ContentModulePt=tt,k.DEFAULT_PALETTES=qt,k.DEFAULT_PASSTHROUGH=H,k.FooterCopyright=Fe,k.FooterNavigation=Vn,k.FooterNavigationPt=Ht,k.HelloBar=Un,k.HelloBarPt=ft,k.Image=W,k.ImagePt=Rt,k.LogoCollectionModule=Nn,k.LogoCollectionModulePt=ot,k.NavigationElement=Y,k.NavigationElementPt=rt,k.PrimaryNavigation=An,k.PrimaryNavigationPt=Wt,k.SocialMediaRef=De,k.SplitModule=Ln,k.SplitModulePt=lt,k.TestimonialModule=On,k.TestimonialModulePt=it,k.TileCollectionModule=zn,k.TileCollectionModulePt=at,k.TileContentIconTile=jn,k.TileContentIconTilePt=st,k.TileContentImageStackedAnimatedTile=Wn,k.TileContentImageStackedAnimatedTilePt=ct,k.TileContentImageTile=Mn,k.TileContentImageTilePt=dt,k.TileContentPt=le,k.TileContentTextTile=Dn,k.TileContentTextTilePt=ut,k.TileContentVideoTile=Fn,k.TileContentVideoTilePt=mt,k.TileLabelPt=pt,k.Video=_e,k.VideoPt=Ut,k.combineAccordionPassthroughs=Xe,k.combinePassthroughs=B,k.getTarget=Me,k.initGlobalComponents=pa,k.overridePalette=To,k.overridePassthrough=fa,k.withColorPalette=F,Object.defineProperty(k,Symbol.toStringTag,{value:"Module"})});
|
|
89
|
+
`)}}this.carouselStyle.innerHTML=n},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(t){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slideNumber.replace(/{slideNumber}/g,t):void 0},ariaPageLabel:function(t){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.pageLabel.replace(/{page}/g,t):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 Do()},empty:function(){return!this.value||this.value.length===0},emptyMessageText:function(){var t;return((t=this.$primevue.config)===null||t===void 0||(t=t.locale)===null||t===void 0?void 0:t.emptyMessage)||""}},components:{ChevronRightIcon:vn,ChevronDownIcon:$n,ChevronLeftIcon:Bn,ChevronUpIcon:Sn},directives:{ripple:gn}};function Pe(o){"@babel/helpers - typeof";return Pe=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Pe(o)}function En(o,t){var n=Object.keys(o);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(o);t&&(r=r.filter(function(l){return Object.getOwnPropertyDescriptor(o,l).enumerable})),n.push.apply(n,r)}return n}function je(o){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?En(Object(n),!0).forEach(function(r){Ml(o,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(n)):En(Object(n)).forEach(function(r){Object.defineProperty(o,r,Object.getOwnPropertyDescriptor(n,r))})}return o}function Ml(o,t,n){return t=Dl(t),t in o?Object.defineProperty(o,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):o[t]=n,o}function Dl(o){var t=Fl(o,"string");return Pe(t)=="symbol"?t:String(t)}function Fl(o,t){if(Pe(o)!="object"||!o)return o;var n=o[Symbol.toPrimitive];if(n!==void 0){var r=n.call(o,t||"default");if(Pe(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(o)}var Hl=["aria-live"],Rl=["disabled","aria-label"],Wl=["data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Ul=["aria-hidden","aria-label","aria-roledescription","data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],ql=["disabled","aria-label"],Gl=["data-p-highlight"],Kl=["tabindex","aria-label","aria-current","onClick"];function Xl(o,t,n,r,l,i){var a=e.resolveDirective("ripple");return e.openBlock(),e.createElementBlock("div",e.mergeProps({class:o.cx("root"),role:"region"},o.ptmi("root")),[o.$slots.header?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:o.cx("header")},o.ptm("header")),[e.renderSlot(o.$slots,"header")],16)):e.createCommentVNode("",!0),i.empty?e.renderSlot(o.$slots,"empty",{key:2},function(){return[e.createTextVNode(e.toDisplayString(i.emptyMessageText),1)]}):(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:1,class:[o.cx("content"),o.contentClass]},o.ptm("content")),[e.createElementVNode("div",e.mergeProps({class:[o.cx("container"),o.containerClass],"aria-live":l.allowAutoplay?"polite":"off"},o.ptm("container")),[o.showNavigators?e.withDirectives((e.openBlock(),e.createElementBlock("button",e.mergeProps({key:0,type:"button",class:o.cx("previousButton"),disabled:i.backwardIsDisabled,"aria-label":i.ariaPrevButtonLabel,onClick:t[0]||(t[0]=function(){return i.navBackward&&i.navBackward.apply(i,arguments)})},je(je({},o.prevButtonProps),o.ptm("previousButton")),{"data-pc-group-section":"navigator"}),[e.renderSlot(o.$slots,"previousicon",{},function(){return[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.isVertical()?"ChevronUpIcon":"ChevronLeftIcon"),e.mergeProps({class:o.cx("previousButtonIcon")},o.ptm("previousButtonIcon")),null,16,["class"]))]})],16,Rl)),[[a]]):e.createCommentVNode("",!0),e.createElementVNode("div",e.mergeProps({class:o.cx("itemsContent"),style:[{height:i.isVertical()?o.verticalViewPortHeight:"auto"}],onTouchend:t[2]||(t[2]=function(){return i.onTouchEnd&&i.onTouchEnd.apply(i,arguments)}),onTouchstart:t[3]||(t[3]=function(){return i.onTouchStart&&i.onTouchStart.apply(i,arguments)}),onTouchmove:t[4]||(t[4]=function(){return i.onTouchMove&&i.onTouchMove.apply(i,arguments)})},o.ptm("itemsContent")),[e.createElementVNode("div",e.mergeProps({ref:"itemsContainer",class:o.cx("itemsContainer"),onTransitionend:t[1]||(t[1]=function(){return i.onTransitionEnd&&i.onTransitionEnd.apply(i,arguments)})},o.ptm("itemsContainer")),[i.isCircular()?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.value.slice(-1*l.d_numVisible),function(s,c){return e.openBlock(),e.createElementBlock("div",e.mergeProps({key:c+"_scloned",class:o.cx("itemCloned",{index:c,value:o.value,totalShiftedItems:l.totalShiftedItems,d_numVisible:l.d_numVisible})},o.ptm("itemCloned"),{"data-p-carousel-item-active":l.totalShiftedItems*-1===o.value.length+l.d_numVisible,"data-p-carousel-item-start":c===0,"data-p-carousel-item-end":o.value.slice(-1*l.d_numVisible).length-1===c}),[e.renderSlot(o.$slots,"item",{data:s,index:c})],16,Wl)}),128)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.value,function(s,c){return e.openBlock(),e.createElementBlock("div",e.mergeProps({key:c,class:o.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},o.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}),[e.renderSlot(o.$slots,"item",{data:s,index:c})],16,Ul)}),128)),i.isCircular()?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(o.value.slice(0,l.d_numVisible),function(s,c){return e.openBlock(),e.createElementBlock("div",e.mergeProps({key:c+"_fcloned",class:o.cx("itemCloned",{index:c,value:o.value,totalShiftedItems:l.totalShiftedItems,d_numVisible:l.d_numVisible})},o.ptm("itemCloned")),[e.renderSlot(o.$slots,"item",{data:s,index:c})],16)}),128)):e.createCommentVNode("",!0)],16)],16),o.showNavigators?e.withDirectives((e.openBlock(),e.createElementBlock("button",e.mergeProps({key:1,type:"button",class:o.cx("nextButton"),disabled:i.forwardIsDisabled,"aria-label":i.ariaNextButtonLabel,onClick:t[5]||(t[5]=function(){return i.navForward&&i.navForward.apply(i,arguments)})},je(je({},o.nextButtonProps),o.ptm("nextButton")),{"data-pc-group-section":"navigator"}),[e.renderSlot(o.$slots,"nexticon",{},function(){return[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.isVertical()?"ChevronDownIcon":"ChevronRightIcon"),e.mergeProps({class:o.cx("nextButtonIcon")},o.ptm("nextButtonIcon")),null,16,["class"]))]})],16,ql)),[[a]]):e.createCommentVNode("",!0)],16,Hl),i.totalIndicators>=0&&o.showIndicators?(e.openBlock(),e.createElementBlock("ul",e.mergeProps({key:0,ref:"indicatorContent",class:[o.cx("indicators"),o.indicatorsContentClass],onKeydown:t[6]||(t[6]=function(){return i.onIndicatorKeydown&&i.onIndicatorKeydown.apply(i,arguments)})},o.ptm("indicators")),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.totalIndicators,function(s,c){return e.openBlock(),e.createElementBlock("li",e.mergeProps({key:"p-carousel-indicator-"+c.toString(),class:o.cx("indicator",{index:c})},o.ptm("indicator",i.getIndicatorPTOptions(c)),{"data-p-highlight":l.d_page===c}),[e.createElementVNode("button",e.mergeProps({class:o.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(m){return i.onIndicatorClick(m,c)}},o.ptm("indicatorButton",i.getIndicatorPTOptions(c))),null,16,Kl)],16,Gl)}),128))],16)):e.createCommentVNode("",!0)],16)),o.$slots.footer?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:3,class:o.cx("footer")},o.ptm("footer")),[e.renderSlot(o.$slots,"footer")],16)):e.createCommentVNode("",!0)],16)}Tn.render=Xl;const Zl=["innerHTML"],Yl={class:"flex justify-center items-center gap-6 absolute z-50 bottom-6 left-0 right-0 w-fit me-auto ms-auto"},Jl=["onClick"],Ql={class:"flex items-center gap-4"},ei=["onClick"],ti=["onClick"],Pn=e.defineComponent({__name:"CarouselModule",props:{__typename:{},headline:{},carouselItems:{},backgroundColor:{},pt:{},variant:{default:"Default"},class:{}},setup(o){const t=o,n=e.computed(()=>B(Je,t.pt??{})),r=e.ref(0),l=e.computed(()=>r.value>0),i=e.computed(()=>r.value<t.carouselItems.length-1),{backgroundColor:a,palette:s}=F(t),c=e.computed(()=>`${I(t.variant!=="Hero"?"py-16 px-8":"",`bg-${a}`,t.class)} ${t.variant.toLowerCase()} carousel relative`);return(d,m)=>{var u;return e.openBlock(),e.createBlock(e.unref(Tn),{value:d.carouselItems,"num-visible":1,"num-scroll":1,class:e.normalizeClass(c.value),pt:n.value,"show-navigators":!1,"show-indicators":!1,page:r.value,"pt:item:class":`carousel-item w-full ${((u=n.value)==null?void 0:u.item)??""}`},e.createSlots({item:e.withCtx(p=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(p.data.__typename),e.mergeProps(p.data,{"is-child":!0}),null,16))]),footer:e.withCtx(()=>[e.createElementVNode("div",Yl,[e.createElementVNode("button",{onClick:()=>l.value?r.value--:r.value=d.carouselItems.length-1},m[0]||(m[0]=[e.createElementVNode("img",{class:"w-[11px]",src:"https://images.ctfassets.net/qqblaiss500w/5Nhdf7R1DeedcyBCxbqEGZ/789698047434d57ca6337e3f210ee1f9/icon-left-arrow.svg?fm=webp"},null,-1)]),8,Jl),e.createElementVNode("div",Ql,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.carouselItems,(p,f)=>(e.openBlock(),e.createElementBlock("button",{key:f,onClick:()=>r.value=f,class:e.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===f?"bg-secondary border-none":"border-gray-400"}`)},null,10,ei))),128))]),e.createElementVNode("button",{onClick:()=>i.value?r.value++:r.value=0},m[1]||(m[1]=[e.createElementVNode("img",{class:"w-[11px]",src:"https://images.ctfassets.net/qqblaiss500w/52baRb2rAQgjt4FV4eCjog/91068343d7082e65d18f4eb4030656d9/icon-right-arrow.svg?fm=webp"},null,-1)]),8,ti)])]),_:2},[d.headline?{name:"header",fn:e.withCtx(()=>{var p;return[e.createElementVNode("h2",{class:e.normalizeClass(`carousel-headline ${((p=n.value)==null?void 0:p.headline)??""} text-${e.unref(s).headline}`),innerHTML:d.headline},null,10,Zl)]}),key:"0"}:void 0]),1032,["value","class","pt","page","pt:item:class"])}}});var xe=(o=>(o[o.IconTile=0]="IconTile",o[o.ImageTile=1]="ImageTile",o[o.VideoTile=2]="VideoTile",o[o.ImageStackedAnimatedTile=3]="ImageStackedAnimatedTile",o[o.VideoLeft=4]="VideoLeft",o[o.Hero=5]="Hero",o[o.Centered=6]="Centered",o))(xe||{});const ni=["innerHTML"],oi={key:3,class:"container-module-testimonial-tile relative md:absolute md:right-0 md:bottom-10 flex justify-center md:justify-end mt-20 md:mt-0"},ri=["src"],li={key:1,class:"text-[base] text-left md:text-[17px] leading-relaxed mb-4 font-normal pr-32 md:pr-0"},xn=e.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"},testimonialTile:{},class:{}},setup(o){var E,x,A,O,N,V;const t=o,{backgroundColor:n,palette:r}=F(t),l=e.computed(()=>B(et[t.variant],t.pt??{})),i=e.computed(()=>xe[t.variant]===xe.Hero),a=e.computed(()=>xe[t.variant]===xe.Centered),s=e.computed(()=>{if(!i.value)return"";const C=[];return f==="ContentModule"&&g==="Image"&&C.push("md:flex md:items-center md:z-10"),f!=="Image"&&(C.push("py-16 px-8 md:py-0 md:pr-0 lg:pr-16 md:pl-0"),t.testimonialTile&&C.push("pt-8 md:pt-0")),t.mobileImagePosition==="Bottom"&&C.push("pt-16 pb-0 md:py-0"),I(...C)}),c=e.computed(()=>i.value&&g!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":i.value&&g==="Image"?t.testimonialTile?"hidden md:block md:absolute md:h-[100%] md:right-0 md:z-0 clip-hero":"md:absolute md:h-[100%] md:right-0 md:z-0 clip-hero":""),d=e.computed(()=>{var C,S,$;return I(`container-module md:flex ${t.backgroundImage?"":`bg-${n}`} relative ${(C=l.value)==null?void 0:C.root} ${i.value?t.backgroundImage?`md:h-[60vw] md:max-h-[33.75rem] ${(S=l.value)==null?void 0:S.container}`:`${($=l.value)==null?void 0:$.container}`:""} `,i.value&&f==="ContentModule"&&g==="Image"?"md:h-[33.75rem] ":"",t.class??"",t.mobileImagePosition==="Top"&&i.value&&!t.testimonialTile?"clip-mobile-hero sm:no-clip":"")}),m=e.computed(()=>I(`md:absolute md:top-0 md:right-0 object-cover w-full h-full z-0', ${i.value?"object-bottom":""}`,t.backgroundImageClass??"")),u=e.computed(()=>{var S,$;let C=JSON.parse(JSON.stringify(t.backgroundImage));return C!=null&&C.media.width&&(C.media.width=void 0),C!=null&&C.media.height&&(C.media.height=void 0),(S=C==null?void 0:C.mobileMedia)!=null&&S.width&&(C.mobileMedia.width=void 0),($=C==null?void 0:C.mobileMedia)!=null&&$.height&&(C.mobileMedia.height=void 0),C}),p=((E=t.fullWidthContent)==null?void 0:E.__typename)==="TileContent"?"TileContentTextTile":(x=t.fullWidthContent)==null?void 0:x.__typename,f=((A=t.start)==null?void 0:A.__typename)==="TileContent"?"TileContentTextTile":(O=t.start)==null?void 0:O.__typename,g=((N=t.end)==null?void 0:N.__typename)==="TileContent"?"TileContentTextTile":(V=t.end)==null?void 0:V.__typename,h=C=>{const S=C;return S==null?void 0:S.backgroundColor},y=e.computed(()=>{var C,S;return((C=t.end)==null?void 0:C.__typename)==="Image"||((S=t.end)==null?void 0:S.__typename)==="Video"}),b=e.computed(()=>{var $,M;const C=(($=t.start)==null?void 0:$.__typename)==="Accordion",S=((M=t.end)==null?void 0:M.__typename)==="Accordion";return C&&S?"basis-2/3 pr-8":C?"basis-2/3 pr-16":S?"basis-1/3":"basis-1/2"}),w=e.computed(()=>{var $,M;const C=(($=t.start)==null?void 0:$.__typename)==="Accordion",S=((M=t.end)==null?void 0:M.__typename)==="Accordion";return C&&S?"basis-2/3 pl-8":S?"basis-2/3 pl-16":C?"basis-1/3":"basis-1/2"}),v=e.computed(()=>i.value&&g==="Image"?"md:h-full w-full object-cover":"");return(C,S)=>{const $=W;return e.openBlock(),e.createBlock(e.resolveDynamicComponent(C.isChild?"div":"section"),{class:e.normalizeClass(d.value)},{default:e.withCtx(()=>{var M,R,q,U,Ve,me,re,Ne,K,qn,Gn;return[C.backgroundImage&&u.value?(e.openBlock(),e.createBlock($,{key:0,media:u.value.media,"mobile-media":u.value.mobileMedia,class:e.normalizeClass(m.value)},null,8,["media","mobile-media","class"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(`container-module-inner relative z-10 ${i.value?((M=C.start)==null?void 0:M.__typename)==="Image"?"container-hero-right":"container-hero":"container"} ${C.isChild||i.value?"":"py-4 px-8 md:py-16 md:px-4"} ${((R=l.value)==null?void 0:R.inner)??""}`)},[C.headline?(e.openBlock(),e.createElementBlock("h2",{key:0,class:e.normalizeClass(`container-module-headline ${!C.isChild&&i.value?"py-16":""} ${a.value?"text-center":""} ${((q=l.value)==null?void 0:q.headline)??""} text-${e.unref(r).headline}`),innerHTML:C.headline},null,10,ni)):e.createCommentVNode("",!0),C.subHeadline?(e.openBlock(),e.createElementBlock("p",{key:1,class:e.normalizeClass(`container-module-subheadline ${a.value?"text-center":""} ${((U=l.value)==null?void 0:U.subheadline)??""} text-${e.unref(r).subheadline}`)},e.toDisplayString(C.subHeadline),3)):e.createCommentVNode("",!0),C.fullWidthContent||C.start||C.end?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(`container-module-content flex flex-col ${y.value&&t.mobileImagePosition!=="Bottom"&&"flex-col-reverse"} md:flex-row ${i.value?"":"md:justify-between gap-5"} ${i.value?"md:h-full":"h-full"} ${((Ve=l.value)==null?void 0:Ve.bodyCopy)??""}`)},[C.fullWidthContent?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`container-module-full-width-content ${((me=l.value)==null?void 0:me.fullWidthContent)??""} ${a.value?"mx-auto":""}`)},[e.unref(p)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(p)),e.mergeProps({key:0},C.fullWidthContent,{"is-child":!0,"is-hero":!!(e.unref(p)==="ContentModule"&&i.value),"background-color":h(C.fullWidthContent),"parent-background-color":e.unref(n),"parent-has-background-image":!!C.backgroundImage}),null,16,["is-hero","background-color","parent-background-color","parent-has-background-image"])):e.createCommentVNode("",!0)],2)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[C.start?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`container-module-start ${b.value} ${((re=l.value)==null?void 0:re.start)??""} ${s.value}`)},[e.unref(f)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(f)),e.mergeProps({key:0},C.start,{"is-child":!0,"is-hero":!!(e.unref(f)==="ContentModule"&&i.value),"background-color":h(C.start),"parent-background-color":e.unref(n),"parent-has-background-image":!!C.backgroundImage}),null,16,["is-hero","background-color","parent-background-color","parent-has-background-image"])):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(`container-module-end ${w.value} ${((Ne=l.value)==null?void 0:Ne.end)??""} ${c.value}`)},[e.unref(g)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(g)),e.mergeProps({key:0},C.end,{"is-child":!0,"is-hero":!!(e.unref(g)==="ContentModule"&&i.value),"background-color":h(C.end),"parent-background-color":e.unref(n),"parent-has-background-image":!!C.backgroundImage,class:v.value}),null,16,["is-hero","background-color","parent-background-color","parent-has-background-image","class"])):e.createCommentVNode("",!0)],2)],64))],2)):e.createCommentVNode("",!0),C.testimonialTile?(e.openBlock(),e.createElementBlock("div",oi,[e.createElementVNode("div",{class:e.normalizeClass(`bg-${(K=e.unref(r).interactive)==null?void 0:K.bg} rounded-xl md:rounded-r-none px-6 py-6 md:py-8 md:px-10 text-${(qn=e.unref(r).interactive)==null?void 0:qn.copy} max-w-[80vw] md:max-w-[25vw] w-full shadow-lg relative md:top-0 md:right-0 md:bottom-0 md:flex flex-col justify-center`)},[C.testimonialTile.media&&C.testimonialTile.media.__typename==="Image"?(e.openBlock(),e.createElementBlock("img",{key:0,src:C.testimonialTile.media.media.url,alt:"Testimonial image",class:"absolute md:hidden -top-10 -right-2 w-32 h-32 rounded-full z-10"},null,8,ri)):e.createCommentVNode("",!0),C.testimonialTile.quote?(e.openBlock(),e.createElementBlock("p",li,e.toDisplayString(C.testimonialTile.quote),1)):e.createCommentVNode("",!0),C.testimonialTile.author?(e.openBlock(),e.createElementBlock("p",{key:2,class:e.normalizeClass(`text-sm md:text-[17px] text-${(Gn=e.unref(r).interactive)==null?void 0:Gn.copy} text-right font-normal`)}," - "+e.toDisplayString(C.testimonialTile.author),3)):e.createCommentVNode("",!0)],2)])):e.createCommentVNode("",!0)],2),e.renderSlot(C.$slots,"default")]}),_:3},8,["class"])}}});var ue=(o=>(o.Left="left",o.Center="center",o.Right="right",o.Inline="inline",o))(ue||{});const Me=(o,t)=>{var n;if(o==="Default")return(n=t==null?void 0:t.page)!=null&&n.slug?"_self":"_blank";if(o==="New Tab")return"_blank";if(o==="Same Tab")return"_self"},ii={class:"flex items-center justify-center gap-2"},G=e.defineComponent({__name:"CTA",props:{__typename:{},title:{},link:{},color:{},textColor:{},backgroundColor:{},buttonType:{},logo:{},pt:{},ariaLabel:{},ariaDescription:{},anchor:{},target:{},size:{},ctaAction:{},inBanner:{type:Boolean},onClick:{type:Function},class:{}},emits:["trigger"],setup(o,{emit:t}){const n=o,r=t,l=e.computed(()=>B(nt[n.buttonType],n.pt??{})),i=e.computed(()=>n.buttonType==="link"||n.buttonType==="logo"),{palette:a}=F(n),s=e.computed(()=>{var h;return((h=a==null?void 0:a.cta)==null?void 0:h[n.buttonType])||{copy:"soil",bg:"lily"}}),c=e.computed(()=>{var y;const h=["cta whitespace-nowrap",I(((y=l.value)==null?void 0:y.root)??"",n.class??"","flex items-center gap-2")];if((n.buttonType==="link"||n.buttonType==="logo")&&h.push("hover:underline"),h.push(`text-${n.textColor??s.value.copy}`),n.size)switch(n.size){case"sm":h.push("*:text-sm"),n.buttonType==="fill"&&h.push("py-0.5 px-4");break;case"lg":h.push("*:text-lg font-bold"),n.buttonType==="fill"&&h.push("py-1.5 px-8");break;case"xl":h.push("*:text-xl font-bold"),n.buttonType==="fill"&&h.push("py-2 px-12");break;case"xxl":h.push("*:text-3xl font-bold"),n.buttonType==="fill"&&h.push("py-2 px-16");break}return n.buttonType==="fill"&&(h.push("rounded-[2rem]"),(n.color||s.value.bg)&&h.push(`bg-${n.color||s.value.bg}`),n.size||h.push("py-1 px-4")),n.buttonType!=="outline"&&s.value.border&&h.push(`border-${n.color??s.value.border}`),h.join(" ")}),d=e.computed(()=>{var h,y,b,w,v,E;return(y=(h=n.link)==null?void 0:h.page)!=null&&y.slug?`${(w=(b=n.link)==null?void 0:b.page)==null?void 0:w.slug}`:(v=n.link)!=null&&v.externalUrl?(E=n.link)==null?void 0:E.externalUrl:""}),m=e.computed(()=>{var h;return!!((h=n.link)!=null&&h.externalUrl)}),u=e.computed(()=>{var h;return n.ariaLabel??((h=n.link)==null?void 0:h.ariaLabel)??n.title}),p=e.computed(()=>{var h,y;return(h=n.ctaAction)!=null&&h.ariaDescription?n.ctaAction.ariaDescription:n.ariaDescription??((y=n.link)==null?void 0:y.ariaDescription)??""}),f=e.computed(()=>{var h;return m.value?(h=n.link)==null?void 0:h.thirdPartyId:void 0}),g=()=>{var h;(h=n.ctaAction)!=null&&h.triggerMappingValue&&r("trigger",n.ctaAction.triggerMappingValue),n.onClick&&n.onClick()};return(h,y)=>{var w;const b=W;return e.openBlock(),e.createBlock(e.resolveDynamicComponent("a"),{id:f.value,"aria-label":u.value,"aria-description":p.value,href:d.value??void 0,target:e.unref(Me)(n.target||((w=n.link)==null?void 0:w.target),n.link),rel:m.value?"noopener":"",class:e.normalizeClass(n.class),onClick:g},{default:e.withCtx(()=>[e.createVNode(e.unref(Oe),{class:e.normalizeClass(c.value),link:i.value,onClick:g},{default:e.withCtx(()=>{var v,E,x;return[e.createElementVNode("div",ii,[h.logo?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`flex items-center ${h.buttonType==="logo"?(v=l.value)==null?void 0:v.logo:""} ${h.buttonType==="logo"?`bg-${n.textColor??s.value.copy}`:""}`)},[typeof h.logo=="object"?(e.openBlock(),e.createBlock(b,e.normalizeProps(e.mergeProps({key:0},h.logo)),null,16)):typeof h.logo=="string"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(I)(h.logo,(E=l.value)==null?void 0:E.logo))},null,2)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),e.createElementVNode("p",{class:e.normalizeClass(e.unref(I)("pointer-events-none whitespace-nowrap",((x=l.value)==null?void 0:x.headline)??""))},e.toDisplayString(h.title),3)])]}),_:1},8,["class","link"])]),_:1},8,["id","aria-label","aria-description","href","target","rel","class"])}}}),ai={key:2},si=["innerHTML"],ci=["innerHTML"],di=["innerHTML"],In=e.defineComponent({__name:"ContentModule",props:{__typename:{},headline:{},subHeadline:{},bodyCopy:{},image:{},ctas:{},textColor:{},backgroundColor:{},pt:{},logo:{},isHero:{type:Boolean,default:!1},alignment:{default:ue.Left},isChild:{type:Boolean},parentHasBackgroundImage:{type:Boolean,default:!1},parentBackgroundColor:{},class:{}},setup(o){const t=o,n=t.alignment?t.alignment.toLowerCase():"left",r=e.computed(()=>B(tt,t.pt??{})),l=e.computed(()=>n===ue.Inline?"text-left md:text-left":`text-${n}`),i=e.computed(()=>{let u="";switch(n){case ue.Right:u="justify-end";break;case ue.Center:u="justify-center";break;default:u="justify-start"}return u}),a=e.computed(()=>{var u,p;return`${((u=r.value)==null?void 0:u.logo)??""} ${(p=t==null?void 0:t.logo)==null?void 0:p.class}`}),{backgroundColor:s,palette:c}=F({...t,backgroundColor:t.backgroundColor||t.parentBackgroundColor}),d=e.computed(()=>{var p;const u=["content-module-headline",`text-${c.headline}`,I(((p=r==null?void 0:r.value)==null?void 0:p.headline)??"",l.value)];return t.isChild?t.isHero&&t.isChild?u.push("text-4xl md:text-5xl"):u.push("text-3xl md:text-4xl"):u.push("text-3xl md:text-5xl"),(t.bodyCopy||t.subHeadline&&t.isHero)&&u.push("mb-4 md:mb-6"),u.join(" ")}),m=e.computed(()=>{var p;return["content-module-subheadline mb-2",`text-${c.subheadline}`,I(((p=r==null?void 0:r.value)==null?void 0:p.subheadline)??"",l.value)].join(" ")});return(u,p)=>{var f,g,h,y,b,w;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`content-module ${u.isChild?"":"p-8 md:p-16"} ${((f=r.value)==null?void 0:f.root)??""} ${t.class??""} ${!t.parentHasBackgroundImage&&(t.backgroundColor||!u.isChild)?`bg-${e.unref(s)}`:""}`)},[e.createElementVNode("div",{class:e.normalizeClass(`content-module-container mx-auto ${((g=r.value)==null?void 0:g.container)??""} ${e.unref(n)===e.unref(ue).Inline?"flex flex-col md:flex-row justify-between items-center gap-4":""}`)},[u.logo?(e.openBlock(),e.createBlock(W,e.mergeProps({key:0},u.logo,{class:a.value}),null,16,["class"])):e.createCommentVNode("",!0),u.subHeadline&&!u.isHero?(e.openBlock(),e.createElementBlock("h6",{key:1,class:e.normalizeClass(m.value)},e.toDisplayString(u.subHeadline),3)):e.createCommentVNode("",!0),u.headline?(e.openBlock(),e.createElementBlock("div",ai,[u.isHero?(e.openBlock(),e.createElementBlock("h1",{key:0,class:e.normalizeClass(d.value),innerHTML:u.headline},null,10,si)):(e.openBlock(),e.createElementBlock("h2",{key:1,class:e.normalizeClass(d.value),innerHTML:u.headline},null,10,ci))])):e.createCommentVNode("",!0),u.subHeadline&&u.isHero?(e.openBlock(),e.createElementBlock("h6",{key:3,class:e.normalizeClass(m.value)},e.toDisplayString(u.subHeadline),3)):e.createCommentVNode("",!0),u.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:4,class:e.normalizeClass(`content-module-body-copy text-[17px] text-${e.unref(c).copy} ${e.unref(I)(((h=r.value)==null?void 0:h.bodyCopy)??"",l.value)}`),innerHTML:u.bodyCopy},null,10,di)):e.createCommentVNode("",!0),u.image?(e.openBlock(),e.createBlock(W,e.mergeProps({key:5},u.image,{class:`content-module-image ${e.unref(I)(((y=r.value)==null?void 0:y.image)??"",l.value)} ${((b=u.image)==null?void 0:b.class)??""}`}),null,16,["class"])):e.createCommentVNode("",!0),u.ctas?(e.openBlock(),e.createElementBlock("div",{key:6,class:e.normalizeClass(`content-module-ctas flex flex-wrap items-center gap-4 ${i.value} ${e.unref(I)(((w=r.value)==null?void 0:w.ctas)??"",l.value)}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.ctas,(v,E)=>(e.openBlock(),e.createBlock(G,e.mergeProps({ref_for:!0},v,{key:`cta-${v.title}-${E}`,class:`content-module-cta ${u.isHero?"w-full sm:w-auto justify-center":""}`,"background-color":e.unref(s)}),null,16,["class","background-color"]))),128))],2)):e.createCommentVNode("",!0)],2)],2)}}}),ui=["innerHTML"],_n=e.defineComponent({__name:"ContainerCollectionModule",props:{__typename:{},headline:{},modules:{},backgroundColor:{},pt:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(Qe,t.pt??{})),{backgroundColor:r,palette:l}=F(t);return(i,a)=>{var s,c;return e.openBlock(),e.createElementBlock("section",{class:e.normalizeClass(`container-collection ${t.class??""} bg-${e.unref(r)}`)},[i.headline?(e.openBlock(),e.createElementBlock("h2",{key:0,class:e.normalizeClass(`container-collection-headline ${(s=n.value)==null?void 0:s.headline} text-${e.unref(l).headline}`),innerHTML:i.headline},null,10,ui)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(`container-collection-content space-y-8 mx-auto container ${(c=n.value)==null?void 0:c.bodyCopy}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.modules,(d,m)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(d.__typename),e.mergeProps({ref_for:!0},d,{key:`${d==null?void 0:d.__typename}-${m}`,"is-child":!0}),null,16))),128))],2)],2)}}});var oe=(o=>(o[o.header=0]="header",o[o.footer=1]="footer",o))(oe||{});const mi={class:e.normalizeClass("pi pi-chevron-down")},pi={class:e.normalizeClass("pi pi-chevron-up")},fi=["innerHTML"],Y=e.defineComponent({__name:"NavigationElement",props:{__typename:{},elementType:{},title:{},link:{},htmlRef:{},subNavigation:{},dividerLine:{type:Boolean},backgroundColor:{},class:{},isChild:{type:Boolean},pt:{},inBanner:{type:Boolean},expandedMobile:{type:Boolean}},setup(o){const t=o,n=e.computed(()=>B(rt,t.pt??{})),{backgroundColor:r,palette:l}=F(t),i=e.computed(()=>{var p,f;return(p=t.link)!=null&&p.externalUrl?(f=t.link)==null?void 0:f.thirdPartyId:void 0}),a=e.computed(()=>{var p,f,g,h,y,b;return(f=(p=t.link)==null?void 0:p.page)!=null&&f.slug?`${(h=(g=t.link)==null?void 0:g.page)==null?void 0:h.slug}`:(y=t.link)!=null&&y.externalUrl?(b=t.link)==null?void 0:b.externalUrl:""}),s=e.computed(()=>{var p,f,g;return(f=(p=t.link)==null?void 0:p.page)!=null&&f.slug||(g=t.link)!=null&&g.externalUrl?"a":"button"}),c=e.computed(()=>oe[t.elementType??"header"]),d=e.ref(!1),m=e.computed(()=>`relative py-2 md:py-0 ${t.class??""} ${t.isChild?"sub-":""}navigation-element`),u=()=>{d.value=!d.value};return(p,f)=>{const g=e.resolveComponent("NavigationElement",!0);return e.openBlock(),e.createBlock(e.resolveDynamicComponent(p.isChild?"li":"div"),{class:e.normalizeClass(m.value)},{default:e.withCtx(()=>{var h;return[c.value===e.unref(oe).header||p.isChild&&(a.value||p.subNavigation)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.value),{key:0,id:i.value,href:a.value??"",target:t.link?e.unref(Me)((h=t.link)==null?void 0:h.target,t.link):"_self",class:e.normalizeClass(`flex leading-tight items-center hover:underline cursor-pointer text-${e.unref(l).copy} ${c.value===e.unref(oe).header?"whitespace-nowrap":""}`),"aria-expanded":s.value==="button"?!0:void 0,"aria-haspopup":s.value==="button"?!0:void 0,onClick:u},{default:e.withCtx(()=>{var y;return[e.createTextVNode(e.toDisplayString(p.title)+" ",1),!p.isChild&&p.subNavigation&&!(a.value||p.isChild)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass((y=n.value)==null?void 0:y.icon)},[e.withDirectives(e.createElementVNode("i",mi,null,512),[[e.vShow,!d.value]]),e.withDirectives(e.createElementVNode("i",pi,null,512),[[e.vShow,d.value]])],2)):e.createCommentVNode("",!0)]}),_:1},8,["id","href","target","class","aria-expanded","aria-haspopup"])):c.value==e.unref(oe).footer?(e.openBlock(),e.createElementBlock("h2",{key:1,class:e.normalizeClass(`mb-2 font-bold text-${e.unref(l).copy}`)},e.toDisplayString(p.title),3)):e.createCommentVNode("",!0),!p.isChild&&p.subNavigation?(e.openBlock(),e.createElementBlock("ul",{key:2,class:e.normalizeClass({hidden:!d.value&&c.value==e.unref(oe).header,[`sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md bg-${e.unref(r)} ring-opacity-5 focus:outline-none sm:shadow-lg p-5`]:c.value==e.unref(oe).header,"space-y-2 opacity-90":c.value==e.unref(oe).footer}),role:"menu","aria-orientation":"vertical","aria-labelledby":"menu-button",tabindex:"-1"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.subNavigation,(y,b)=>(e.openBlock(),e.createBlock(g,e.mergeProps({key:y.title,class:["ms-3 sm:ms-0",`sub-navigation-element-item-${b}`],role:"menuitem",tabindex:"-1",ref_for:!0},{...y,elementType:p.elementType,isChild:!0,backgroundColor:e.unref(r)}),null,16,["class"]))),128))],2)):e.createCommentVNode("",!0),p.htmlRef?(e.openBlock(),e.createElementBlock("div",{key:3,innerHTML:p.htmlRef},null,8,fi)):e.createCommentVNode("",!0)]}),_:1},8,["class"])}}}),gi={key:0,id:"social-media",class:"flex flex-wrap footer-social gap-2 whitespace-normal"},hi=["id","href","target"],De=e.defineComponent({__name:"SocialMediaRef",props:{socialMediaRef:{}},setup(o){return(t,n)=>{const r=W;return t.socialMediaRef?(e.openBlock(),e.createElementBlock("div",gi,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.socialMediaRef,(l,i)=>{var a,s,c,d;return e.openBlock(),e.createElementBlock("a",{id:(a=l.link)==null?void 0:a.thirdPartyId,key:`footer-social-item-${l.icon.altTag}-${i}`,class:e.normalizeClass(`footer-social-item-${i}`),href:(s=l==null?void 0:l.link)==null?void 0:s.externalUrl,target:e.unref(Me)((c=l==null?void 0:l.link)==null?void 0:c.target,l==null?void 0:l.link)},[e.createVNode(r,{media:(d=l==null?void 0:l.icon)==null?void 0:d.media},null,8,["media"])],10,hi)}),128))])):e.createCommentVNode("",!0)}}}),yi={id:"footer-copyright",class:"flex flex-col lg:flex-row lg:justify-between gap-6 lg:gap-10 text-xs text-white"},bi={key:0,class:"footer-copyright-links basis-1/3"},Ci={class:e.normalizeClass("flex flex-row flex-wrap items-center")},ki={class:"basis-1/3 footer-copyright-logos"},wi={class:"flex items-start md:items-center justify-evenly space-x-2"},Fe=e.defineComponent({__name:"FooterCopyright",props:{navigation:{},copyRight:{},logos:{},addTextMargin:{type:Boolean},isCenterAlign:{type:Boolean},backgroundColor:{}},setup(o){const t=o,{palette:n}=F(t);return(r,l)=>(e.openBlock(),e.createElementBlock("div",yi,[e.createElementVNode("div",{class:e.normalizeClass(`text-${e.unref(n).copy} ${r.addTextMargin?"mt-8":""} w-[90%] md:w-auto basis-1/3`)},e.toDisplayString(r.copyRight),3),r.isCenterAlign?(e.openBlock(),e.createElementBlock("div",bi,[e.createElementVNode("div",Ci,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.navigation,(i,a)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`footer-nav-item-${i.title}-${a}`,class:`footer-nav-item-${a} px-2.5 ${i.dividerLine?`border-r border-${e.unref(n).copy}`:""}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...i,isChild:!1,elementType:"header",backgroundColor:r.backgroundColor}),null,16,["class"]))),128))])])):e.createCommentVNode("",!0),e.createElementVNode("div",ki,[e.createElementVNode("div",wi,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.logos,(i,a)=>(e.openBlock(),e.createBlock(W,{key:`footer-copy-right-logo-${a}`,class:"grow ml-auto",media:i.media},null,8,["media"]))),128))]),r.isCenterAlign?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`flex flex-row items-center justify-end ${r.navigation&&r.navigation.length?"mt-6":""}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.navigation,(i,a)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`footer-nav-item-${i.title}-${a}`,class:`footer-nav-item-${a} px-2.5 ${i.dividerLine?`border-r border-${e.unref(n).copy}`:""}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...i,isChild:!1,elementType:"header",backgroundColor:r.backgroundColor}),null,16,["class"]))),128))],2))])]))}}),$i={class:"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 space-y-2"},Bi={href:"/",class:"footer-navigation-logo text-center"},vi={key:0,class:"grid grid-cols-2 sm:grid-cols-3 gap-x-10 gap-y-8 flex-1"},Si={key:1,class:"grow"},Ti=["innerHTML"],Vn=e.defineComponent({__name:"FooterNavigation",props:{title:{},logo:{},legalText:{},backgroundColor:{},navigation:{},socialMediaRef:{},copyRight:{},copyRightLinks:{},copyRightLogos:{}},setup(o){const t=o,{backgroundColor:n,palette:r}=F(t),l=e.computed(()=>!!(t.navigation&&t.navigation.length>0));return(i,a)=>{var s,c;return e.openBlock(),e.createElementBlock("footer",{class:e.normalizeClass(`text-white text-sm leading-relaxed mt-4 bg-${e.unref(n)}`)},[e.createElementVNode("div",$i,[e.createElementVNode("div",{class:e.normalizeClass(["flex flex-col lg:flex-row lg:items-start lg:justify-between gap-10",{"p-5 justify-between items-start":i.navigation&&i.navigation.length>0,"mb-4 md:items-start":!i.navigation||i.navigation.length===0}])},[e.createElementVNode("a",Bi,[i.logo?(e.openBlock(),e.createBlock(W,{key:0,class:"min-h-[95px] min-w-[100px] h-[100px]",media:i.logo.media},null,8,["media"])):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(i.title),1)]),i.navigation&&i.navigation.length>0?(e.openBlock(),e.createElementBlock("div",vi,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.navigation,(d,m)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`footer-nav-item-${d.title}-${m}`,class:`footer-nav-item-${m}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...d,isChild:!1,elementType:"footer",backgroundColor:e.unref(n)}),null,16,["class"]))),128))])):e.createCommentVNode("",!0),!i.navigation||i.navigation.length===0?(e.openBlock(),e.createElementBlock("div",Si,[i.socialMediaRef?(e.openBlock(),e.createBlock(De,{key:0,"social-media-ref":i.socialMediaRef},null,8,["social-media-ref"])):e.createCommentVNode("",!0),e.createVNode(Fe,{"is-center-align":l.value,"copy-right":i.copyRight,navigation:i.copyRightLinks,logos:i.copyRightLogos,"add-text-margin":!0,"background-color":e.unref(n)},null,8,["is-center-align","copy-right","navigation","logos","background-color"])])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[i.socialMediaRef?(e.openBlock(),e.createBlock(De,{key:0,"social-media-ref":i.socialMediaRef},null,8,["social-media-ref"])):e.createCommentVNode("",!0)],64))],2),i.navigation&&i.navigation.length>0&&i.copyRight&&i.copyRightLinks&&((s=i.copyRightLinks)==null?void 0:s.length)>0&&i.copyRightLogos&&((c=i.copyRightLogos)==null?void 0:c.length)>0?(e.openBlock(),e.createBlock(Fe,{key:0,"is-center-align":l.value,"copy-right":i.copyRight,navigation:i.copyRightLinks,logos:i.copyRightLogos,"background-color":e.unref(n)},null,8,["is-center-align","copy-right","navigation","logos","background-color"])):e.createCommentVNode("",!0),e.createElementVNode("hr",{class:e.normalizeClass(`border-${e.unref(r).copy}`)},null,2),i.legalText?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(`text-xs md:text-sm opacity-80 text-${e.unref(r).copy}`),innerHTML:i.legalText},null,10,Ti)):e.createCommentVNode("",!0)])],2)}}}),Ei=["innerHTML"],Nn=e.defineComponent({__name:"LogoCollectionModule",props:{__typename:{},headline:{},logos:{},backgroundColor:{},pt:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(ot,t.pt??{})),r=e.computed(()=>({"background-color":t.backgroundColor??"transparent",color:"inherit"})),{backgroundColor:l,palette:i}=F(t);return(a,s)=>{var d,m,u;const c=W;return e.openBlock(),e.createElementBlock("section",{style:e.normalizeStyle(r.value),class:e.normalizeClass(`logo-module p-16 ${t.class??""} bg-${e.unref(l)}`)},[e.createElementVNode("div",{class:e.normalizeClass(`container mx-auto ${((d=n.value)==null?void 0:d.container)??""}`)},[a.headline?(e.openBlock(),e.createElementBlock("h2",{key:0,class:e.normalizeClass(`logo-module-headline ${((m=n.value)==null?void 0:m.headline)??""} text-${e.unref(i).headline}`),innerHTML:a.headline},null,10,Ei)):e.createCommentVNode("",!0),a.logos?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((u=n.value)==null?void 0:u.bodyCopy)??""}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.logos,(p,f)=>(e.openBlock(),e.createBlock(c,e.mergeProps({ref_for:!0},p,{key:`cta-${p.altTag}-${f}`}),null,16))),128))],2)):e.createCommentVNode("",!0)],2)],6)}}}),Pi={class:e.normalizeClass("primary-navigation-header sticky top-0 z-50")},xi={class:"hidden md:flex bg-[#d9d9d9] w-full"},Ii={key:0,class:"primary-navigation flex flex-[0_1_87%] justify-end items-center gap-4 py-4 pl-2 pr-0"},_i={class:"lg:max-w-[1440px] mx-auto py-0 px-7 md:pr-4 md:pl-8 md:py-6 xl:py-6 xl:pr-9 xl:pl-16 md:flex md:justify-between md:items-center gap-2"},Vi={class:"flex items-center justify-between py-3 md:p-0"},Ni={key:0,href:"/",class:"primary-navigation-logo items-center h-10 md:h-12 lg:flex"},Ai={class:"flex items-center gap-2 md:hidden"},Li={key:0,class:"primary-navigation text-sm xl:text-base flex items-center gap-2"},Oi=["aria-label","aria-expanded"],zi={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"},ji={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"},An=e.defineComponent({__name:"PrimaryNavigation",props:{title:{},logo:{},backgroundColor:{},navigation:{},ctas:{},inBanner:{}},emits:["navigation-click","cta-click"],setup(o,{emit:t}){const n=o,r=e.ref(!1),{backgroundColor:l,palette:i}=F(n),a=t,s=e.computed(()=>n.navigation||[]),c=e.computed(()=>n.ctas||[]),d=e.computed(()=>{var p;return((p=n.inBanner)==null?void 0:p.filter(f=>f.__typename?f.__typename==="NavigationElement":!("buttonType"in f)))||[]}),m=e.computed(()=>{var p;return((p=n.inBanner)==null?void 0:p.filter(f=>f.__typename?f.__typename==="CTA":"buttonType"in f))||[]}),u=e.computed(()=>{const p=[];return s.value.forEach(f=>{f.expandedMobile&&f.subNavigation&&f.subNavigation.length>0?p.push(...f.subNavigation):p.push(f)}),p});return(p,f)=>(e.openBlock(),e.createElementBlock("header",Pi,[e.createElementVNode("div",xi,[d.value.length>0||m.value.length>0?(e.openBlock(),e.createElementBlock("nav",Ii,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(g,h)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`${g.title}-${h}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...g,class:`primary-nav-item-${h} ${g.class||""} ${g.dividerLine?"md:border-r pr-4 h-full":""}`,isChild:!1,elementType:"header"},{onClick:y=>a("navigation-click",g)}),null,16,["onClick"]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,g=>(e.openBlock(),e.createBlock(G,e.mergeProps({key:g.title,class:["my-4 sm:my-0",g.buttonType==="fill"?"justify-center w-full":""],ref_for:!0},g,{onClick:h=>a("cta-click",g)}),null,16,["class","onClick"]))),128))])):e.createCommentVNode("",!0)]),e.createElementVNode("div",{class:e.normalizeClass(`shadow-2xl bg-${e.unref(l)}`)},[e.createElementVNode("div",_i,[e.createElementVNode("div",Vi,[p.logo?(e.openBlock(),e.createElementBlock("a",Ni,[e.createVNode(W,e.mergeProps(p.logo,{class:"h-full w-auto object-contain"}),null,16)])):e.createCommentVNode("",!0),e.createElementVNode("div",Ai,[d.value.length>0?(e.openBlock(),e.createElementBlock("nav",Li,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(g,h)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`${g.title}-${h}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...g,class:`h-full primary-nav-item-${h} ${g.class||""} ${g.dividerLine?"md:border-r pr-4":""}`,isChild:!1,elementType:"header"},{onClick:y=>a("navigation-click",g)}),null,16,["onClick"]))),128))])):e.createCommentVNode("",!0),e.createElementVNode("button",{type:"button",class:"block","aria-label":r.value?"Close menu":"Open menu","aria-expanded":r.value,onClick:f[0]||(f[0]=g=>r.value=!r.value)},[(e.openBlock(),e.createElementBlock("svg",{class:e.normalizeClass(`h-6 w-6 fill-${e.unref(i).copy}`),viewBox:"0 0 24 24"},[r.value?(e.openBlock(),e.createElementBlock("path",zi)):e.createCommentVNode("",!0),r.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("path",ji))],2))],8,Oi)])]),s.value.length>0||c.value.length>0?(e.openBlock(),e.createElementBlock("nav",{key:0,class:e.normalizeClass(["primary-navigation text-sm xl:text-base items-center px-2 pt-2 pb-4 md:flex gap-2 lg:gap-4 md:justify-evenly md:p-0",r.value?"block":"hidden"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.value,(g,h)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`mobile-${g.title}-${h}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...g,class:`md:hidden h-full primary-nav-item-${h} ${g.class||""} ${g.dividerLine?"md:border-r pr-4":""}`,isChild:!1,elementType:"header"},{onClick:y=>a("navigation-click",g)}),null,16,["onClick"]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(g,h)=>(e.openBlock(),e.createBlock(Y,e.mergeProps({key:`desktop-${g.title}-${h}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...g,class:`hidden md:block h-full primary-nav-item-${h} ${g.class||""} ${g.dividerLine?"sm:border-r pr-4":""}`,isChild:!1,elementType:"header"},{onClick:y=>a("navigation-click",g)}),null,16,["onClick"]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,g=>(e.openBlock(),e.createBlock(G,e.mergeProps({key:`filtered-${g.title}`,class:g.buttonType==="fill"?"justify-center w-full":"",ref_for:!0},g,{onClick:h=>a("cta-click",g)}),null,16,["class","onClick"]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,g=>(e.openBlock(),e.createBlock(G,e.mergeProps({key:g.title,class:["flex md:hidden my-2 md:my-0",g.buttonType==="fill"?"justify-center w-full":""],ref_for:!0},g,{onClick:h=>a("cta-click",g)}),null,16,["class","onClick"]))),128))],2)):e.createCommentVNode("",!0)])],2)]))}}),Mi=["innerHTML"],Ln=e.defineComponent({__name:"SplitModule",props:{__typename:{},entryTitle:{},headline:{},start:{},center:{},end:{},backgroundImage:{},backgroundColor:{},pt:{},isChild:{type:Boolean},class:{}},setup(o){const t=o,n=e.computed(()=>B(lt,t.pt??{})),r=e.computed(()=>({"background-image":`url(${t.backgroundImage??""})`,"background-size":"cover"})),{backgroundColor:l,palette:i}=F(t),a=e.computed(()=>I(`split-module ${t.isChild?"":"py-0 px-8 md:px-8 md:py-16"} bg-${l}`,t.class??""));return(s,c)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.isChild?"div":"section"),{style:e.normalizeStyle(r.value),class:e.normalizeClass(a.value)},{default:e.withCtx(()=>{var d,m,u,p,f;return[s.headline?(e.openBlock(),e.createElementBlock("h2",{key:0,class:e.normalizeClass(`headline ${((d=n.value)==null?void 0:d.headline)??""} text-${e.unref(i).headline}`),innerHTML:s.headline},null,10,Mi)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(`split-module-content ${e.unref(I)("flex justify-evenly gap-4 mx-auto items-center",((m=n.value)==null?void 0:m.bodyCopy)??"")}`)},[s.start?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.start.__typename),e.mergeProps({key:0},s.start,{class:`split-module-start ${((u=n.value)==null?void 0:u.start)??""}`,"is-child":!0}),null,16,["class"])):e.createCommentVNode("",!0),s.center?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.center.__typename),e.mergeProps({key:1},s.center,{class:`split-module-center ${((p=n.value)==null?void 0:p.center)??""}`,"is-child":!0}),null,16,["class"])):e.createCommentVNode("",!0),s.end?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.end.__typename),e.mergeProps({key:2},s.end,{class:`split-module-end ${((f=n.value)==null?void 0:f.end)??""}`,"is-child":!0}),null,16,["class"])):e.createCommentVNode("",!0)],2)]}),_:1},8,["style","class"]))}}),Di=["innerHTML"],On=e.defineComponent({__name:"TestimonialModule",props:{__typename:{},headline:{},quote:{},author:{},details:{},media:{},textColor:{},backgroundColor:{},mediaPosition:{},pt:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(it,t.pt??{})),{palette:r}=F(t),l=e.computed(()=>({"background-color":t.backgroundColor??"transparent",color:t.textColor??"inherit"}));return(i,a)=>{var s,c,d,m,u,p,f,g;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`testimonial ${e.unref(I)("p-5",t.class??"")}`),style:e.normalizeStyle(l.value)},[e.createElementVNode("div",{class:e.normalizeClass(`container mx-auto flex flex-col gap-8 ${((s=n.value)==null?void 0:s.container)??""} ${((c=i.mediaPosition)==null?void 0:c.toLowerCase())==="right"?"lg:flex-row-reverse":"lg:flex-row"}`)},[i.media?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`testimonial-media ${((d=n.value)==null?void 0:d.media)??""}`)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.media.__typename),e.normalizeProps(e.guardReactiveProps(i.media)),null,16))],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(`testimonial-text ${((m=n.value)==null?void 0:m.text)??""}`)},[i.headline?(e.openBlock(),e.createElementBlock("h3",{key:0,class:e.normalizeClass(`testimonial-headline ${((u=n.value)==null?void 0:u.headline)??""} text-${e.unref(r).headline}`),innerHTML:i.headline},null,10,Di)):e.createCommentVNode("",!0),i.quote?(e.openBlock(),e.createElementBlock("p",{key:1,class:e.normalizeClass(`testimonial-quote ${((p=n.value)==null?void 0:p.quote)??""} text-${e.unref(r).copyAccent}`)},e.toDisplayString(i.quote),3)):e.createCommentVNode("",!0),i.author?(e.openBlock(),e.createElementBlock("p",{key:2,class:e.normalizeClass(`testimonial-author ${((f=n.value)==null?void 0:f.author)??""} text-${e.unref(r).copy}`)},e.toDisplayString(i.author),3)):e.createCommentVNode("",!0),i.details?(e.openBlock(),e.createElementBlock("p",{key:3,class:e.normalizeClass(`testimonial-details ${((g=n.value)==null?void 0:g.details)??""} text-${e.unref(r).copy}`)},e.toDisplayString(i.details),3)):e.createCommentVNode("",!0)],2)],2)],6)}}}),Fi=["innerHTML"],Hi={key:3,class:"mx-auto mt-16 w-fit"},Ri={key:0,class:"w-full overflow-hidden pt-8"},zn=e.defineComponent({__name:"TileCollectionModule",props:{__typename:{},headline:{},bodyCopy:{},modules:{},textColor:{},backgroundColor:{},tileLabelType:{},ctas:{},includeDecoration:{type:Boolean,default:!1},cols:{default:3},variant:{},pt:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(at,t.pt??{})),{backgroundColor:r,palette:l}=F(t),i=e.computed(()=>{const s=["w-full md:w-[47%]"];switch(t.modules.length<t.cols?t.modules.length:t.cols){case 4:s.push("lg:w-[23%]");break;case 3:s.push("lg:w-[31%]");break;case 1:s.push("md:w-full");break}return s.join(" ")}),a=e.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(s,c)=>{var u,p,f,g,h;const d=G,m=W;return e.openBlock(),e.createElementBlock("section",{class:e.normalizeClass(`tile-collection ${s.variant} ${e.unref(I)("overflow-hidden py-16",s.includeDecoration?"!pb-0":"",((u=n.value)==null?void 0:u.root)??"",t.class??"")} bg-${e.unref(r)}`)},[e.createElementVNode("div",{class:e.normalizeClass(`container mx-auto ${((p=n.value)==null?void 0:p.container)??""}`)},[s.headline?(e.openBlock(),e.createElementBlock("h2",{key:0,class:e.normalizeClass(`tile-collection-headline ${((f=n.value)==null?void 0:f.headline)??""} text-${e.unref(l).headline} ${s.bodyCopy?"mb-2":""}`),innerHTML:s.headline},null,10,Fi)):e.createCommentVNode("",!0),s.bodyCopy?(e.openBlock(),e.createElementBlock("h3",{key:1,class:e.normalizeClass(`tile-collection-body-copy ${((g=n.value)==null?void 0:g.bodyCopy)??""} text-${e.unref(l).copy}`)},e.toDisplayString(s.bodyCopy),3)):e.createCommentVNode("",!0),s.modules?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(`tile-collection-content ${e.unref(I)(`flex flex-col ${s.variant!=="ImageStackedAnimatedTile"?"md:flex-row flex-wrap gap-12 md:gap-6":"gap-12 md:gap-4"} justify-center`,((h=n.value)==null?void 0:h.bodyCopy)??"")}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.modules,(y,b)=>{var w;return e.openBlock(),e.createBlock(e.resolveDynamicComponent(`TileContent${s.variant}`),e.mergeProps({key:`${y==null?void 0:y.headline}-${b}`,class:`tile-collection-content-item-${b} ${i.value} ${((w=n.value)==null?void 0:w.item)??""} ${y.class}`,ref_for:!0},y,{"parent-background-color":e.unref(r),index:b,"tile-label-type":s.tileLabelType}),null,16,["class","parent-background-color","index","tile-label-type"])}),128))],2)):e.createCommentVNode("",!0),s.ctas?(e.openBlock(),e.createElementBlock("div",Hi,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.ctas,y=>(e.openBlock(),e.createBlock(d,e.mergeProps({key:`${y.title}-cta`,ref_for:!0},y,{size:"xl","background-color":e.unref(r)}),null,16,["background-color"]))),128))])):e.createCommentVNode("",!0)],2),s.includeDecoration?(e.openBlock(),e.createElementBlock("div",Ri,[e.createVNode(m,{animated:!0,media:{url:a.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"])])):e.createCommentVNode("",!0)],2)}}}),Ie=e.defineComponent({__name:"TileLabel",props:{__typename:{},copy:{},type:{default:"Text"},backgroundColor:{},textColor:{},alignment:{default:"right"},pt:{},index:{}},setup(o){const t=o,n=e.useAttrs(),r=e.computed(()=>t.type==="Numeric"&&!t.copy?(t.index??0)+1:t.copy),l=e.computed(()=>B(pt[t.type],t.pt??{})),i=e.computed(()=>{var s;let a=t.type==="Numeric"?"right-2 md:right-4":"right-[-4%]";return t.alignment==="left"&&(a=t.type==="Numeric"?"left-2 md:left-4":"left-[-4%]"),`tile-label absolute ${I(typeof r.value=="number"?"w-[36px] h-[36px] md:h-[60px] md:w-[60px]":"w-[120px]",`text-${t.textColor}`,`bg-${t.backgroundColor}`,"top-2 md:top-4",((s=l==null?void 0:l.value)==null?void 0:s.root)??"",a,n.class)}`});return(a,s)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(i.value),style:e.normalizeStyle({backgroundColor:a.backgroundColor})},e.toDisplayString(r.value),7)):e.createCommentVNode("",!0)}}),He=(o,t)=>o.buttonType==="fill"?o.color??k.COLOR_PALETTES[t].cta.fill.bg:null,Re=(o,t)=>o.textColor??k.COLOR_PALETTES[t].cta[o.buttonType].copy;var Wi={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"},Ui=X.extend({name:"card",classes:Wi}),qi={name:"BaseCard",extends:$e,style:Ui},ie={name:"Card",extends:qi,inheritAttrs:!1};function Gi(o,t,n,r,l,i){return e.openBlock(),e.createElementBlock("div",e.mergeProps({class:o.cx("root")},o.ptmi("root")),[o.$slots.header?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:o.cx("header")},o.ptm("header")),[e.renderSlot(o.$slots,"header")],16)):e.createCommentVNode("",!0),e.createElementVNode("div",e.mergeProps({class:o.cx("body")},o.ptm("body")),[o.$slots.title||o.$slots.subtitle?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:o.cx("caption")},o.ptm("caption")),[o.$slots.title?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:o.cx("title")},o.ptm("title")),[e.renderSlot(o.$slots,"title")],16)):e.createCommentVNode("",!0),o.$slots.subtitle?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:1,class:o.cx("subtitle")},o.ptm("subtitle")),[e.renderSlot(o.$slots,"subtitle")],16)):e.createCommentVNode("",!0)],16)):e.createCommentVNode("",!0),e.createElementVNode("div",e.mergeProps({class:o.cx("content")},o.ptm("content")),[e.renderSlot(o.$slots,"content")],16),o.$slots.footer?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:1,class:o.cx("footer")},o.ptm("footer")),[e.renderSlot(o.$slots,"footer")],16)):e.createCommentVNode("",!0)],16)],16)}ie.render=Gi;const Ki=["src","height","width"],Xi=["src","height","width"],_e=e.defineComponent({__name:"Video",props:{__typename:{},thumbnail:{},url:{},class:{}},setup(o){let t=e.ref(!1);function n(){t.value=!0}return(r,l)=>{var i,a;return e.unref(t)?e.unref(t)?(e.openBlock(),e.createElementBlock("iframe",{key:1,class:e.normalizeClass(`${r.$props.class} w-full`),src:r.url,height:(i=r.thumbnail.media)!=null&&i.height?r.thumbnail.media.height:"100%",width:(a=r.thumbnail.media)!=null&&a.width?r.thumbnail.media.width:"100%",allow:"autoplay"},null,10,Xi)):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`${r.$props.class} relative cursor-pointer`),onClick:n},[l[0]||(l[0]=e.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"},[e.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"}),e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M39.9246 25.9149L69.7535 48.2109L39.9246 70.5069V25.9149Z",fill:"white"})],-1)),e.createElementVNode("img",{class:"w-full",src:r.thumbnail.media.url,height:r.thumbnail.media.height,width:r.thumbnail.media.width},null,8,Ki)],2))}}}),Zi=["innerHTML"],jn=Ee(e.defineComponent({__name:"TileContentIconTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},parentBackgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(st,t.pt??{})),r=t.backgroundColor||t.parentBackgroundColor,{palette:l}=F({backgroundColor:r}),i=t.backgroundColor?l:l.tile,a=typeof t.index=="number",s=t.backgroundColor||l.tile.bg,c=e.computed(()=>t.alignment==="center"?"items-center":t.alignment==="right"?"items-end":"items-start"),d=e.ref(null),m=Pt(d,{threshold:.1});return(u,p)=>{var h,y,b,w,v,E,x,A,O,N,V;const f=Ie,g=G;return e.openBlock(),e.createElementBlock("div",{ref_key:"content",ref:d,style:e.normalizeStyle({transitionDelay:`${(u.index??0)*.2}s`}),class:e.normalizeClass(`tile-content animate-slide-on-top ${e.unref(m)?"visible":""} ${e.unref(I)((h=n.value)==null?void 0:h.root,a?"":"w-full md:w-full lg:w-full")} ${t.class} bg-${e.unref(s)}`)},[u.tileLabel||u.tileLabelType?(e.openBlock(),e.createBlock(f,e.mergeProps({key:0},u.tileLabel,{type:u.tileLabelType??((y=u.tileLabel)==null?void 0:y.type),class:u.tileLabelType==="Numeric"||((b=u.tileLabel)==null?void 0:b.type)==="Numeric"?(w=n.value)==null?void 0:w.numericLabel:(v=n.value)==null?void 0:v.label,"background-color":e.unref(i).label[u.tileLabelType??((E=u.tileLabel)==null?void 0:E.type)??"Text"].bg,"text-color":e.unref(i).label[u.tileLabelType??((x=u.tileLabel)==null?void 0:x.type)??"Text"].copy,index:u.index,alignment:((A=u.tileLabel)==null?void 0:A.alignment)??"right"}),null,16,["type","class","background-color","text-color","index","alignment"])):e.createCommentVNode("",!0),e.createVNode(e.unref(ie),{class:e.normalizeClass(`${((O=n.value)==null?void 0:O.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-footer ${((N=n.value)==null?void 0:N.footer)??""}`,"pt:body:class":((V=n.value)==null?void 0:V.body)??""},e.createSlots({_:2},[u.bodyCopy||u.listItems?{name:"content",fn:e.withCtx(()=>{var C,S,$,M,R,q,U;return[e.createElementVNode("div",{class:e.normalizeClass(`flex flex-col tile-content-inner ${((C=n.value)==null?void 0:C.bodyCopy)??""} ${c.value}`)},[u.image?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`tile-content-media ${((S=n.value)==null?void 0:S.media)??""}`)},[p[0]||(p[0]=e.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),u.image?(e.openBlock(),e.createBlock(W,e.mergeProps({key:0},u.image,{class:e.unref(I)((M=($=u.image)==null?void 0:$.media)!=null&&M.width?"":"w-full",u.image.class)}),null,16,["class"])):e.createCommentVNode("",!0),u.video?(e.openBlock(),e.createBlock(_e,e.mergeProps({key:1},u.video,{class:"w-full"}),null,16)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),u.headline?(e.openBlock(),e.createElementBlock("h3",{key:1,class:e.normalizeClass(`tile-content-headline ${((R=n.value)==null?void 0:R.headline)??""} text-${e.unref(i).headline} text-${u.alignment}`)},e.toDisplayString(u.headline),3)):e.createCommentVNode("",!0),u.subheadline?(e.openBlock(),e.createElementBlock("h6",{key:2,class:e.normalizeClass(`tile-content-subheadline ${((q=n.value)==null?void 0:q.subheadline)??""} text-${e.unref(i).headline} text-${u.alignment}`)},e.toDisplayString(u.subheadline),3)):e.createCommentVNode("",!0),u.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(`tile-content-body-copy ${((U=n.value)==null?void 0:U.bodyCopy)??""} text-${e.unref(i).copy} text-${u.alignment} body-copy-with-lists`),style:e.normalizeStyle({"--bullet-color":`var(--${e.unref(l).bullet})`}),innerHTML:u.bodyCopy},null,14,Zi)):e.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,u.ctas||u.footer?{name:"footer",fn:e.withCtx(()=>{var C,S;return[u.footer?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(`${((C=n.value)==null?void 0:C.footerContent)??""} text-${e.unref(i).copy}`)},e.toDisplayString(u.footer),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(((S=n.value)==null?void 0:S.ctas)??"")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.ctas,($,M)=>{var R;return e.openBlock(),e.createBlock(g,e.mergeProps({key:`cta-${$.title}-${M}`,class:`cta-${M} ${(R=n.value)==null?void 0:R.cta}`,color:e.unref(He)($,e.unref(s)),"text-color":e.unref(Re)($,e.unref(s)),"background-color":e.unref(s),ref_for:!0},$),null,16,["class","color","text-color","background-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-4ead40b0"]]),Yi=["innerHTML"],Mn=Ee(e.defineComponent({__name:"TileContentImageTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},parentBackgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(dt,t.pt??{})),r=t.backgroundColor||t.parentBackgroundColor,{palette:l}=F({backgroundColor:r}),i=t.backgroundColor?l:l.tile,a=typeof t.index=="number",s=t.backgroundColor||l.tile.bg,c=e.computed(()=>t.alignment==="center"?"items-center":t.alignment==="right"?"items-end":"items-start"),d=e.ref(null),m=Pt(d,{threshold:.1});return(u,p)=>{var h,y,b,w;const f=Ie,g=G;return e.openBlock(),e.createElementBlock("div",{ref_key:"content",ref:d,style:e.normalizeStyle({transitionDelay:`${(u.index??0)*.2}s`}),class:e.normalizeClass(`tile-content animate-slide-in-right ${e.unref(m)?"visible":""} ${e.unref(I)(((h=n.value)==null?void 0:h.root)??"",a?"":"w-full md:w-full lg:w-full",`bg-${e.unref(s)}`,t.class??"")}`)},[e.createVNode(e.unref(ie),{class:e.normalizeClass(`${((y=n.value)==null?void 0:y.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((b=n.value)==null?void 0:b.footer)??""}`,"pt:body:class":((w=n.value)==null?void 0:w.body)??""},e.createSlots({_:2},[u.bodyCopy||u.listItems?{name:"content",fn:e.withCtx(()=>{var v,E,x,A,O,N,V,C,S,$,M,R,q,U;return[e.createElementVNode("div",{class:e.normalizeClass(`flex flex-col tile-content-inner ${((v=n.value)==null?void 0:v.bodyCopy)??""} ${c.value}`)},[u.image?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(`tile-content-media w-4/5 ${((E=n.value)==null?void 0:E.media)??""}`)},[u.tileLabel||u.tileLabelType?(e.openBlock(),e.createBlock(f,{key:0,class:e.normalizeClass(u.tileLabelType==="Numeric"||((x=u.tileLabel)==null?void 0:x.type)==="Numeric"?(A=n.value)==null?void 0:A.numericLabel:(O=n.value)==null?void 0:O.label),index:u.index,alignment:((N=u.tileLabel)==null?void 0:N.alignment)??"left",type:u.tileLabelType??((V=u.tileLabel)==null?void 0:V.type),"background-color":e.unref(i).label[u.tileLabelType??((C=u.tileLabel)==null?void 0:C.type)??"Text"].bg,"text-color":e.unref(i).label[u.tileLabelType??((S=u.tileLabel)==null?void 0:S.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):e.createCommentVNode("",!0),p[0]||(p[0]=e.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),u.image?(e.openBlock(),e.createBlock(W,e.mergeProps({key:1},u.image,{class:e.unref(I)("rounded-full",(M=($=u.image)==null?void 0:$.media)!=null&&M.width?"":"w-full",u.image.class)}),null,16,["class"])):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),u.headline?(e.openBlock(),e.createElementBlock("h3",{key:1,class:e.normalizeClass(`tile-content-headline ${((R=n.value)==null?void 0:R.headline)??""} text-${e.unref(i).headline}`)},e.toDisplayString(u.headline),3)):e.createCommentVNode("",!0),u.subheadline?(e.openBlock(),e.createElementBlock("h6",{key:2,class:e.normalizeClass(`tile-content-subheadline ${((q=n.value)==null?void 0:q.subheadline)??""} text-${e.unref(i).copy}`)},e.toDisplayString(u.subheadline),3)):e.createCommentVNode("",!0),u.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(`tile-content-body-copy ${((U=n.value)==null?void 0:U.bodyCopy)??""} text-${e.unref(i).copy} text-${u.alignment} body-copy-with-lists`),style:e.normalizeStyle({"--bullet-color":`var(--${e.unref(l).bullet})`}),innerHTML:u.bodyCopy},null,14,Yi)):e.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,u.ctas||u.footer?{name:"footer",fn:e.withCtx(()=>{var v,E;return[u.footer?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(`${((v=n.value)==null?void 0:v.footerContent)??""} text-${e.unref(i).copy} text-${u.alignment}`)},e.toDisplayString(u.footer),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(((E=n.value)==null?void 0:E.ctas)??"")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.ctas,(x,A)=>{var O;return e.openBlock(),e.createBlock(g,e.mergeProps({key:`cta-${x.title}-${A}`,class:`cta-${A} ${(O=n.value)==null?void 0:O.cta}`,color:e.unref(He)(x,e.unref(s)),"text-color":e.unref(Re)(x,e.unref(s)),ref_for:!0},x),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-a481946a"]]),Ji=["innerHTML"],Dn=e.defineComponent({__name:"TileContentTextTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},parentBackgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(ut,t.pt??{})),r=typeof t.index=="number",l=t.backgroundColor||t.parentBackgroundColor,{palette:i}=F({backgroundColor:l}),a=t.backgroundColor?i:i.tile,s=t.backgroundColor||i.tile.bg;return(c,d)=>{var p,f,g,h,y,b,w,v,E,x;const m=Ie,u=G;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`tile-content ${e.unref(I)((p=n.value)==null?void 0:p.root,r?"":"w-full md:w-full lg:w-full")} ${t.class} bg-${e.unref(s)}`)},[c.tileLabel||c.tileLabelType?(e.openBlock(),e.createBlock(m,e.mergeProps({key:0},c.tileLabel,{class:c.tileLabelType==="Numeric"||((f=c.tileLabel)==null?void 0:f.type)==="Numeric"?(g=n.value)==null?void 0:g.numericLabel:(h=n.value)==null?void 0:h.label,index:c.index,type:c.tileLabelType??((y=c.tileLabel)==null?void 0:y.type),"background-color":e.unref(a).label[c.tileLabelType??((b=c.tileLabel)==null?void 0:b.type)??"Text"].bg,"text-color":e.unref(a).label[c.tileLabelType??((w=c.tileLabel)==null?void 0:w.type)??"Text"].copy}),null,16,["class","index","type","background-color","text-color"])):e.createCommentVNode("",!0),e.createVNode(e.unref(ie),{class:e.normalizeClass(`${((v=n.value)==null?void 0:v.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((E=n.value)==null?void 0:E.footer)??""}`,"pt:body:class":((x=n.value)==null?void 0:x.body)??""},e.createSlots({_:2},[c.bodyCopy||c.subheadline||c.headline?{name:"content",fn:e.withCtx(()=>{var A,O,N,V;return[e.createElementVNode("div",{class:e.normalizeClass(`flex flex-col tile-content-inner ${((A=n.value)==null?void 0:A.bodyCopy)??""}`)},[c.subheadline?(e.openBlock(),e.createElementBlock("h6",{key:0,class:e.normalizeClass(`tile-content-subheadline ${((O=n.value)==null?void 0:O.subheadline)??""} text-${e.unref(a).copy} text-${c.alignment}`)},e.toDisplayString(c.subheadline),3)):e.createCommentVNode("",!0),c.headline?(e.openBlock(),e.createElementBlock("h2",{key:1,class:e.normalizeClass(`tile-content-headline ${((N=n.value)==null?void 0:N.headline)??""} text-${e.unref(a).headline} text-${c.alignment}`)},e.toDisplayString(c.headline),3)):e.createCommentVNode("",!0),c.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(`tile-content-body-copy ${((V=n.value)==null?void 0:V.bodyCopy)??""} text-${e.unref(a).copy} text-${c.alignment} body-copy-with-lists`),style:e.normalizeStyle({"--bullet-color":`var(--${e.unref(i).bullet})`}),innerHTML:c.bodyCopy},null,14,Ji)):e.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,c.ctas||c.footer?{name:"footer",fn:e.withCtx(()=>{var A,O;return[c.footer?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(`${((A=n.value)==null?void 0:A.footerContent)??""} text-${e.unref(a).copy} text-${c.alignment}`)},e.toDisplayString(c.footer),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(((O=n.value)==null?void 0:O.ctas)??"")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.ctas,(N,V)=>{var C;return e.openBlock(),e.createBlock(u,e.mergeProps({key:`cta-${N.title}-${V}`,class:`cta-${V} ${(C=n.value)==null?void 0:C.cta} w-full`,color:e.unref(He)(N,e.unref(s)),"text-color":e.unref(Re)(N,e.unref(s)),size:N.size??"xxl","background-color":e.unref(s),ref_for:!0},N),null,16,["class","color","text-color","size","background-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),Qi=["innerHTML"],Fn=e.defineComponent({__name:"TileContentVideoTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},parentBackgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},class:{}},setup(o){const t=o,n=e.computed(()=>B(mt,t.pt??{})),r=typeof t.index=="number",l=t.backgroundColor||t.parentBackgroundColor,{palette:i}=F({backgroundColor:l}),a=t.backgroundColor?i:i.tile,s=t.backgroundColor||i.tile.bg,c=e.computed(()=>t.alignment==="center"?"items-center":t.alignment==="right"?"items-end":"items-start");return(d,m)=>{var f,g,h,y,b,w,v,E,x,A,O;const u=Ie,p=G;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`tile-content ${e.unref(I)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none",`bg-${e.unref(s)}`,r?"":"w-full md:w-full lg:w-full",((f=n.value)==null?void 0:f.root)??"",t.class??"")} ${t.class}`)},[d.tileLabel||d.tileLabelType?(e.openBlock(),e.createBlock(u,{key:0,class:e.normalizeClass(d.tileLabelType==="Numeric"||((g=d.tileLabel)==null?void 0:g.type)==="Numeric"?(h=n.value)==null?void 0:h.numericLabel:(y=n.value)==null?void 0:y.label),index:d.index,alignment:((b=d.tileLabel)==null?void 0:b.alignment)??"right",type:d.tileLabelType??((w=d.tileLabel)==null?void 0:w.type),"background-color":e.unref(a).label[d.tileLabelType??((v=d.tileLabel)==null?void 0:v.type)??"Text"].bg,"text-color":e.unref(a).label[d.tileLabelType??((E=d.tileLabel)==null?void 0:E.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):e.createCommentVNode("",!0),e.createVNode(e.unref(ie),{class:e.normalizeClass(`${((x=n.value)==null?void 0:x.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((A=n.value)==null?void 0:A.ctas)??""}`,"pt:body:class":((O=n.value)==null?void 0:O.body)??""},e.createSlots({_:2},[d.bodyCopy||d.listItems?{name:"content",fn:e.withCtx(()=>{var N,V,C,S,$;return[e.createElementVNode("div",{class:e.normalizeClass(`flex flex-col tile-content-inner ${((N=n.value)==null?void 0:N.bodyCopy)??""} ${c.value}`)},[d.headline?(e.openBlock(),e.createElementBlock("h3",{key:0,class:e.normalizeClass(`tile-content-headline ${((V=n.value)==null?void 0:V.headline)??""} text-${e.unref(a).headline} text-${d.alignment}`)},e.toDisplayString(d.headline),3)):e.createCommentVNode("",!0),d.subheadline?(e.openBlock(),e.createElementBlock("h6",{key:1,class:e.normalizeClass(`tile-content-subheadline ${((C=n.value)==null?void 0:C.subheadline)??""} text-${e.unref(a).copy} text-${d.alignment}`)},e.toDisplayString(d.subheadline),3)):e.createCommentVNode("",!0),d.video?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(`tile-content-media w-full ${((S=n.value)==null?void 0:S.media)??""}`)},[d.video?(e.openBlock(),e.createBlock(_e,e.normalizeProps(e.mergeProps({key:0},d.video)),null,16)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),d.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(`tile-content-body-copy ${(($=n.value)==null?void 0:$.bodyCopy)??""} text-${e.unref(a).copy} text-${d.alignment} body-copy-with-lists`),style:e.normalizeStyle({"--bullet-color":`var(--${e.unref(i).bullet})`}),innerHTML:d.bodyCopy},null,14,Qi)):e.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,d.ctas||d.footer?{name:"footer",fn:e.withCtx(()=>{var N;return[d.footer?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(`${((N=n.value)==null?void 0:N.footer)??""} text-${e.unref(a).copy}`)},e.toDisplayString(d.footer),3)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.ctas,(V,C)=>{var S;return e.openBlock(),e.createBlock(p,e.mergeProps({key:`cta-${V.title}-${C}`,class:`cta-${C} ${(S=n.value)==null?void 0:S.cta}`,color:e.unref(He)(V,e.unref(s)),"text-color":e.unref(Re)(V,e.unref(s)),ref_for:!0},V),null,16,["class","color","text-color"])}),128))]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),_t=Tt?window:void 0;function We(o){var t;const n=te(o);return(t=n==null?void 0:n.$el)!=null?t:n}function ea(...o){let t,n,r,l;if(typeof o[0]=="string"||Array.isArray(o[0])?([n,r,l]=o,t=_t):[t,n,r,l]=o,!t)return ne;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const i=[],a=()=>{i.forEach(m=>m()),i.length=0},s=(m,u,p,f)=>(m.addEventListener(u,p,f),()=>m.removeEventListener(u,p,f)),c=e.watch(()=>[We(t),te(l)],([m,u])=>{if(a(),!m)return;const p=el(u)?{...u}:u;i.push(...n.flatMap(f=>r.map(g=>s(m,f,g,p))))},{immediate:!0,flush:"post"}),d=()=>{c(),a()};return ze(d),d}function ta(){const o=e.ref(!1),t=e.getCurrentInstance();return t&&e.onMounted(()=>{o.value=!0},t),o}function na(o){const t=ta();return e.computed(()=>(t.value,!!o()))}function oa(o,t,n={}){const{root:r,rootMargin:l="0px",threshold:i=0,window:a=_t,immediate:s=!0}=n,c=na(()=>a&&"IntersectionObserver"in a),d=e.computed(()=>{const g=te(o);return(Array.isArray(g)?g:[g]).map(We).filter(yn)});let m=ne;const u=e.ref(s),p=c.value?e.watch(()=>[d.value,We(r),u.value],([g,h])=>{if(m(),!u.value||!g.length)return;const y=new IntersectionObserver(t,{root:We(h),rootMargin:l,threshold:i});g.forEach(b=>b&&y.observe(b)),m=()=>{y.disconnect(),m=ne}},{immediate:s,flush:"post"}):ne,f=()=>{m(),p(),u.value=!1};return ze(f),{isSupported:c,isActive:u,pause(){m(),u.value=!1},resume(){u.value=!0},stop:f}}function Hn(o,t={}){const{window:n=_t,scrollTarget:r,threshold:l=0}=t,i=e.ref(!1);return oa(o,a=>{let s=i.value,c=0;for(const d of a)d.time>=c&&(c=d.time,s=d.isIntersecting);i.value=s},{root:r,window:n,threshold:l}),i}const ra={[Jr.mounted](o,t){if(typeof t.value=="function"){const n=t.value,r=Hn(o);e.watch(r,l=>n(l),{immediate:!0})}else{const[n,r]=t.value,l=Hn(o,r);e.watch(l,i=>n(i),{immediate:!0})}}};function Vt(o){return typeof Window<"u"&&o instanceof Window?o.document.documentElement:typeof Document<"u"&&o instanceof Document?o.documentElement:o}function Rn(o){const t=window.getComputedStyle(o);if(t.overflowX==="scroll"||t.overflowY==="scroll"||t.overflowX==="auto"&&o.clientWidth<o.scrollWidth||t.overflowY==="auto"&&o.clientHeight<o.scrollHeight)return!0;{const n=o.parentNode;return!n||n.tagName==="BODY"?!1:Rn(n)}}function la(o){const t=o||window.event,n=t.target;return Rn(n)?!1:t.touches.length>1?!0:(t.preventDefault&&t.preventDefault(),!1)}const Nt=new WeakMap;function ia(o,t=!1){const n=e.ref(t);let r=null,l="";e.watch(nl(o),s=>{const c=Vt(te(s));if(c){const d=c;if(Nt.get(d)||Nt.set(d,d.style.overflow),d.style.overflow!=="hidden"&&(l=d.style.overflow),d.style.overflow==="hidden")return n.value=!0;if(n.value)return d.style.overflow="hidden"}},{immediate:!0});const i=()=>{const s=Vt(te(o));!s||n.value||(bn&&(r=ea(s,"touchmove",c=>{la(c)},{passive:!1})),s.style.overflow="hidden",n.value=!0)},a=()=>{const s=Vt(te(o));!s||!n.value||(bn&&(r==null||r()),s.style.overflow=l,Nt.delete(s),n.value=!1)};return ze(a),e.computed({get(){return n.value},set(s){s?i():a()}})}function aa(){let o=!1;const t=e.ref(!1);return(n,r)=>{if(t.value=r.value,o)return;o=!0;const l=ia(n,r.value);e.watch(t,i=>l.value=i)}}aa();const sa=["innerHTML"],ca=["innerHTML"],da=["src"],Wn=Ee(e.defineComponent({__name:"TileContentImageStackedAnimatedTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},parentBackgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{},pt:{},listItems:{},footer:{},class:{}},setup(o){const t=e.ref(null),n=e.ref(!1),r=o,l=e.computed(()=>B(ct,r.pt??{})),i=e.computed(()=>!((r.index??0)%2)),a=e.computed(()=>r.index===0),s=r.backgroundColor||r.parentBackgroundColor,{palette:c}=F({backgroundColor:s}),d=e.computed(()=>{var u;return(u=r.tileLabel)!=null&&u.alignment?r.tileLabel.alignment:i.value?"right":"left"}),m=u=>{n.value=u};return(u,p)=>{var g,h,y,b;const f=Ie;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`tile-content ${e.unref(I)(((g=l.value)==null?void 0:g.root)??"",r.class??"")} max-w-[1024px]`)},[e.createVNode(e.unref(ie),{class:e.normalizeClass(`${((h=l.value)==null?void 0:h.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((y=l.value)==null?void 0:y.ctas)??""}`,"pt:body:class":((b=l.value)==null?void 0:b.body)??""},e.createSlots({content:e.withCtx(()=>{var w,v,E,x,A,O,N,V,C,S,$,M;return[e.createElementVNode("div",{class:e.normalizeClass(`flex gap-[5vmin] md:gap-12 relative ${i.value?"flex-row-reverse":""} tile-content-inner ${((w=l.value)==null?void 0:w.bodyCopy)??""}`)},[e.createElementVNode("div",{class:e.normalizeClass(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${((v=l.value)==null?void 0:v.text)??""} text-left ${i.value?"items-start":"items-end"}`)},[u.headline?(e.openBlock(),e.createElementBlock("h3",{key:0,class:e.normalizeClass(`tile-content-headline w-full ${((E=l.value)==null?void 0:E.headline)??""} text-${e.unref(c).subheadline}`),innerHTML:u.headline},null,10,sa)):e.createCommentVNode("",!0),u.bodyCopy?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(`tile-content-body-copy ${((x=l.value)==null?void 0:x.description)??""} w-full text-${e.unref(c).copy} body-copy-with-lists`),style:e.normalizeStyle({"--bullet-color":`var(--${e.unref(c).bullet})`}),innerHTML:u.bodyCopy},null,14,ca)):e.createCommentVNode("",!0)],2),u.video||u.image?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"target",ref:t,class:e.normalizeClass(`tile-content-media relative ${((A=l.value)==null?void 0:A.media)??""} max-w-[350px]`)},[e.createElementVNode("img",{class:e.normalizeClass({"should-animate":!0,absolute:!0,animate:n.value,"w-full":!0,"z-0":!0,"top-[36%]":a.value,"left-[-16%]":a.value,"bg-left-top":i.value&&!a.value||!i.value,"animate-even":i.value&&!a.value&&n.value,"left-[-28%]":i.value&&!a.value,"top-[-10%]":i.value&&!a.value,"top-[-16%]":!i.value,"right-[-16%]":!i.value,"animate-odd":!i.value&&n.value}),src:(i.value,"https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")},null,10,da),u.tileLabel||u.tileLabelType?(e.openBlock(),e.createBlock(f,e.mergeProps({key:0},u.tileLabel,{class:{[((O=l.value)==null?void 0:O.numericLabel)??""]:u.tileLabelType==="Numeric"||((N=u.tileLabel)==null?void 0:N.type)==="Numeric",[((V=l.value)==null?void 0:V.label)??""]:u.tileLabelType==="Text"||((C=u.tileLabel)==null?void 0:C.type)==="Text","top-1 md:top-8":!0,"left-1":!i.value,"right-1":i.value},index:u.index,type:u.tileLabelType??((S=u.tileLabel)==null?void 0:S.type),alignment:d.value,"background-color":e.unref(c).label[u.tileLabelType??(($=u.tileLabel)==null?void 0:$.type)??"Text"].bg,"text-color":e.unref(c).label[u.tileLabelType??((M=u.tileLabel)==null?void 0:M.type)??"Text"].copy}),null,16,["class","index","type","alignment","background-color","text-color"])):e.createCommentVNode("",!0),u.image?(e.openBlock(),e.createBlock(W,e.mergeProps({key:1},u.image,{class:e.unref(I)("w-full min-w-[150px] md:min-w-[350px] relative rounded-full z-10",u.image.class)}),null,16,["class"])):e.createCommentVNode("",!0),u.video?(e.openBlock(),e.createBlock(_e,e.normalizeProps(e.mergeProps({key:2},u.video)),null,16)):e.createCommentVNode("",!0)],2)),[[e.unref(ra),m]]):e.createCommentVNode("",!0)],2)]}),_:2},[u.ctas||u.footer?{name:"footer",fn:e.withCtx(()=>{var w;return[u.footer?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(`${((w=l.value)==null?void 0:w.footer)??""} text-${e.unref(c).copy}`)},e.toDisplayString(u.footer),3)):e.createCommentVNode("",!0)]}),key:"0"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),[["__scopeId","data-v-e0d0c2b5"]]),ua={key:0},Un=Ee(e.defineComponent({__name:"HelloBar",props:{__typename:{},helloBarData:{},pt:{},onSegmentCTAClick:{type:Function},class:{}},setup(o){const t=o,n=e.ref("minimized"),r=()=>{n.value=n.value==="maximized"?"minimized":"maximized"},l=e.computed(()=>B(ft,t.pt??{}));return(i,a)=>{var s,c;return t.helloBarData&&t.helloBarData.active?(e.openBlock(),e.createBlock(e.unref(ie),{key:0,"pt:root:class":e.unref(I)((s=l.value)==null?void 0:s.root,t.class,"hello-bar shadow-none border-0 rounded-none",n.value==="maximized"?"hello-bar-max":"",n.value==="minimized"?"hello-bar-min":""),"pt:body:class":e.unref(I)((c=l.value)==null?void 0:c.container,"container-center"),"pt:content:class":"flex flex-col md:flex-row gap-8"},{content:e.withCtx(()=>{var d,m,u,p,f,g,h,y,b;return[e.createElementVNode("div",{class:e.normalizeClass((d=l.value)==null?void 0:d.mobileCollapsed)},[e.createElementVNode("p",null,e.toDisplayString((m=t.helloBarData)==null?void 0:m.mobileCollapsed),1)],2),e.createElementVNode("div",{class:e.normalizeClass([(u=l.value)==null?void 0:u.content,"content"])},[e.createElementVNode("p",{class:e.normalizeClass([(p=l.value)==null?void 0:p.fullCopy,"fullCopy"])},e.toDisplayString((f=t.helloBarData)==null?void 0:f.fullCopy),3)],2),(g=t.helloBarData)!=null&&g.cta?(e.openBlock(),e.createElementBlock("section",ua,[e.createVNode(G,e.mergeProps(t.helloBarData.cta,{class:e.unref(I)((h=l.value)==null?void 0:h.cta,"cta")}),null,16,["class"])])):e.createCommentVNode("",!0),e.createVNode(e.unref(Oe),{class:e.normalizeClass([(y=l.value)==null?void 0:y.toggle,"toggle"]),"pt:root:class":(b=l.value)==null?void 0:b.toggle,tabindex:"0","aria-label":"hello bar close icon",link:!0,onClick:r},{default:e.withCtx(()=>[e.createElementVNode("i",{class:"pi pi-times-circle",style:e.normalizeStyle({fontSize:"16px",color:"#fff",transform:n.value==="minimized"?"rotate(45deg)":"rotate(0deg)",transition:"transform 0.3s ease"})},null,4)]),_:1},8,["class","pt:root:class"])]}),_:1},8,["pt:root:class","pt:body:class"])):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-bc543866"]]),ma=Object.freeze(Object.defineProperty({__proto__:null,Accordion:ce,AccordionItem:hn,AccordionListItem:kn,AccordionTileItem:wn,AnimationWrapper:xt,CTA:G,CarouselModule:Pn,ContainerCollectionModule:_n,ContainerModule:xn,ContentModule:In,FooterCopyright:Fe,FooterNavigation:Vn,HelloBar:Un,Image:W,LogoCollectionModule:Nn,NavigationElement:Y,PrimaryNavigation:An,SocialMediaRef:De,SplitModule:Ln,TestimonialModule:On,TileCollectionModule:zn,TileContentIconTile:jn,TileContentImageStackedAnimatedTile:Wn,TileContentImageTile:Mn,TileContentTextTile:Dn,TileContentVideoTile:Fn,Video:_e},Symbol.toStringTag,{value:"Module"})),pa=o=>{Object.entries(ma).forEach(([t,n])=>{o.component(t,n)})},fa=(o,t)=>{const n=(l,i)=>{for(const a of Object.keys(i))typeof i[a]=="object"?n(l[a],i[a]):l[a]=i[a]},r=So[`${o}Pt`];r&&n(r,t)};k.Accordion=ce,k.AccordionItem=hn,k.AccordionItemPt=ge,k.AccordionListItem=kn,k.AccordionListItemPt=Ze,k.AccordionPt=Ke,k.AccordionTileItem=wn,k.AccordionTileItemPt=Ye,k.AnimationWrapper=xt,k.CTA=G,k.CTAPt=nt,k.CarouselModule=Pn,k.CarouselModuleAltPt=Ft,k.CarouselModulePt=Je,k.ContainerCollectionModule=_n,k.ContainerCollectionModulePt=Qe,k.ContainerModule=xn,k.ContainerModulePt=et,k.ContentModule=In,k.ContentModulePt=tt,k.DEFAULT_PALETTES=qt,k.DEFAULT_PASSTHROUGH=H,k.FooterCopyright=Fe,k.FooterNavigation=Vn,k.FooterNavigationPt=Ht,k.HelloBar=Un,k.HelloBarPt=ft,k.Image=W,k.ImagePt=Rt,k.LogoCollectionModule=Nn,k.LogoCollectionModulePt=ot,k.NavigationElement=Y,k.NavigationElementPt=rt,k.PrimaryNavigation=An,k.PrimaryNavigationPt=Wt,k.SocialMediaRef=De,k.SplitModule=Ln,k.SplitModulePt=lt,k.TestimonialModule=On,k.TestimonialModulePt=it,k.TileCollectionModule=zn,k.TileCollectionModulePt=at,k.TileContentIconTile=jn,k.TileContentIconTilePt=st,k.TileContentImageStackedAnimatedTile=Wn,k.TileContentImageStackedAnimatedTilePt=ct,k.TileContentImageTile=Mn,k.TileContentImageTilePt=dt,k.TileContentPt=le,k.TileContentTextTile=Dn,k.TileContentTextTilePt=ut,k.TileContentVideoTile=Fn,k.TileContentVideoTilePt=mt,k.TileLabelPt=pt,k.Video=_e,k.VideoPt=Ut,k.combineAccordionPassthroughs=Xe,k.combinePassthroughs=B,k.getTarget=Me,k.initGlobalComponents=pa,k.overridePalette=To,k.overridePassthrough=fa,k.withColorPalette=F,Object.defineProperty(k,Symbol.toStringTag,{value:"Module"})});
|
package/package.json
CHANGED
|
@@ -1,113 +1,114 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}
|
|
2
|
+
"name": "@cooperco/cooper-component-library",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.1.75",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"main": "./dist/lib/component-lib.umd.cjs",
|
|
10
|
+
"module": "./dist/lib/component-lib.js",
|
|
11
|
+
"types": "./dist/types/src/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./dist/lib/component-lib.js",
|
|
15
|
+
"require": "./dist/lib/component-lib.umd.cjs",
|
|
16
|
+
"types": "./dist/types/src/index.d.ts"
|
|
17
|
+
},
|
|
18
|
+
"./css/main.css": {
|
|
19
|
+
"import": "./dist/lib/css/main.css",
|
|
20
|
+
"require": "./dist/lib/css/main.css"
|
|
21
|
+
},
|
|
22
|
+
"./css/theme.css": {
|
|
23
|
+
"import": "./dist/lib/css/theme.css",
|
|
24
|
+
"require": "./dist/lib/css/theme.css"
|
|
25
|
+
},
|
|
26
|
+
"./cms/contentful/graphql": {
|
|
27
|
+
"import": "./dist/cms/contentful/queries/index.js",
|
|
28
|
+
"types": "./dist/cms/contentful/queries/index.d.ts"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"scripts": {
|
|
32
|
+
"dev": "vite",
|
|
33
|
+
"check-types": "vue-tsc",
|
|
34
|
+
"build:types": "vue-tsc --emitDeclarationOnly --outDir dist/types",
|
|
35
|
+
"build:cms": "tsc -p tsconfig.cms.json",
|
|
36
|
+
"build": "pnpm run build:types && pnpm run build:cms && vite build",
|
|
37
|
+
"preview": "vite preview",
|
|
38
|
+
"tail": "tailwind-config-viewer -o",
|
|
39
|
+
"storybook": "storybook dev -p 6006",
|
|
40
|
+
"build-storybook": "storybook build",
|
|
41
|
+
"chromatic": "chromatic --exit-zero-on-changes",
|
|
42
|
+
"prepare": "husky",
|
|
43
|
+
"lint": "eslint . --no-fix",
|
|
44
|
+
"lint:fix": "eslint . --fix --quiet",
|
|
45
|
+
"local-test": "pnpm run build && pnpm pack"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@primevue/themes": "^4.0.0",
|
|
49
|
+
"@vueuse/components": "^11.1.0",
|
|
50
|
+
"@vueuse/core": "^11.1.0",
|
|
51
|
+
"contentful-management": "^11.68.0",
|
|
52
|
+
"contentful-migration": "^4.23.2",
|
|
53
|
+
"dotenv": "^17.2.3",
|
|
54
|
+
"graphql": "^16.9.0",
|
|
55
|
+
"graphql-tag": "^2.12.6",
|
|
56
|
+
"primeicons": "^7.0.0",
|
|
57
|
+
"primevue": "^3.0.0",
|
|
58
|
+
"tailwind-merge": "^2.4.0",
|
|
59
|
+
"vite-plugin-turbosnap": "^1.0.3",
|
|
60
|
+
"vue": "^3.5.6"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
64
|
+
"@cooperco/contentful-cli-migrations": "^0.5.2",
|
|
65
|
+
"@eslint/js": "^9.4.0",
|
|
66
|
+
"@storybook/addon-essentials": "^8.6.15",
|
|
67
|
+
"@storybook/addon-interactions": "^8.6.15",
|
|
68
|
+
"@storybook/addon-links": "^8.6.15",
|
|
69
|
+
"@storybook/blocks": "^8.6.15",
|
|
70
|
+
"@storybook/builder-vite": "^8.6.15",
|
|
71
|
+
"@storybook/test": "^8.6.15",
|
|
72
|
+
"@storybook/vue3": "^8.6.15",
|
|
73
|
+
"@storybook/vue3-vite": "^8.6.15",
|
|
74
|
+
"@tsconfig/node18": "^18.2.4",
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "^8.24.1",
|
|
76
|
+
"@typescript-eslint/parser": "^8.24.1",
|
|
77
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
78
|
+
"@vue/tsconfig": "^0.5.1",
|
|
79
|
+
"autoprefixer": "^10.4.19",
|
|
80
|
+
"chromatic": "^15.1.0",
|
|
81
|
+
"eslint": "^8.57.0",
|
|
82
|
+
"eslint-config-prettier": "^9.1.0",
|
|
83
|
+
"eslint-plugin-vue": "^9.26.0",
|
|
84
|
+
"globals": "^15.3.0",
|
|
85
|
+
"husky": "^9.1.4",
|
|
86
|
+
"jsdom": "^24.1.0",
|
|
87
|
+
"lint-staged": "^15.2.8",
|
|
88
|
+
"patch-package": "^8.0.0",
|
|
89
|
+
"postcss": "^8.4.38",
|
|
90
|
+
"prettier": "3.3.1",
|
|
91
|
+
"storybook": "^8.6.15",
|
|
92
|
+
"storybook-vue3-router": "^5.0.0",
|
|
93
|
+
"tailwind-config-viewer": "^2.0.2",
|
|
94
|
+
"tailwindcss": "^3.4.4",
|
|
95
|
+
"typescript": "~5.3.3",
|
|
96
|
+
"typescript-eslint": "^7.17.0",
|
|
97
|
+
"unplugin-vue-components": "^0.27.0",
|
|
98
|
+
"vite": "^5.2.0",
|
|
99
|
+
"vite-plugin-css-injected-by-js": "^3.5.1",
|
|
100
|
+
"vite-plugin-static-copy": "^1.0.6",
|
|
101
|
+
"vue-eslint-parser": "^9.4.3",
|
|
102
|
+
"vue-router": "^4.4.3",
|
|
103
|
+
"vue-tsc": "^2.0.29"
|
|
104
|
+
},
|
|
105
|
+
"peerDependencies": {
|
|
106
|
+
"graphql-tag": "^2.12.6",
|
|
107
|
+
"vue": "^3.0.0"
|
|
108
|
+
},
|
|
109
|
+
"lint-staged": {
|
|
110
|
+
"*.{json,js,ts,jsx,tsx,html,vue}": [
|
|
111
|
+
"prettier --write --ignore-unknown"
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
}
|