.c-card-coordinator.is-c-theme-default{--calibr8-component__color-text: #595959;--calibr8-component__color-text--muted: #595959;--calibr8-component__color-interactive: #103082;--calibr8-component__color-interactive--hover: #2e6fd7;--calibr8-component__color-on-interactive: #ffffff;--calibr8-component__color-background: #103082;--calibr8-component__color-on-background: #ffffff;--calibr8-component__color-surface: #ffffff;--calibr8-component__color-on-surface: #595959;--calibr8-component__color-on-surface--muted: #595959;--calibr8-component__color-border: rgba(22, 22, 22, 0.1);--calibr8-component__color-border--hover: #103082}.is-theme-primary .c-card-coordinator.is-c-theme-default,.is-theme-primary.column .c-card-coordinator.is-c-theme-default{--calibr8-component__color-text: #595959;--calibr8-component__color-text--muted: #595959;--calibr8-component__color-interactive: #ffe922;--calibr8-component__color-interactive--hover: #d5b203;--calibr8-component__color-on-interactive: #103082;--calibr8-component__color-background: #ffe922;--calibr8-component__color-on-background: #103082;--calibr8-component__color-surface: #ffffff;--calibr8-component__color-on-surface: #595959;--calibr8-component__color-on-surface--muted: #595959}.is-theme-primary-gradient .c-card-coordinator.is-c-theme-default,.is-theme-primary-gradient.column .c-card-coordinator.is-c-theme-default{--calibr8-component__color-text: #595959;--calibr8-component__color-text--muted: #595959;--calibr8-component__color-interactive: #ffe922;--calibr8-component__color-interactive--hover: #d5b203;--calibr8-component__color-on-interactive: #103082;--calibr8-component__color-background: #ffe922;--calibr8-component__color-on-background: #103082;--calibr8-component__color-surface: #ffffff;--calibr8-component__color-on-surface: #595959;--calibr8-component__color-on-surface--muted: #595959}.is-theme-secondary .c-card-coordinator.is-c-theme-default,.is-theme-secondary.column .c-card-coordinator.is-c-theme-default{--calibr8-component__color-text: #595959;--calibr8-component__color-text--muted: #595959;--calibr8-component__color-interactive: #ffe922;--calibr8-component__color-interactive--hover: #d5b203;--calibr8-component__color-on-interactive: #103082;--calibr8-component__color-background: #ffe922;--calibr8-component__color-on-background: #103082;--calibr8-component__color-surface: #ffffff;--calibr8-component__color-on-surface: #595959;--calibr8-component__color-on-surface--muted: #595959}.is-theme-grey .c-card-coordinator.is-c-theme-default,.is-theme-grey.column .c-card-coordinator.is-c-theme-default{--calibr8-component__color-text: #595959;--calibr8-component__color-text--muted: #595959;--calibr8-component__color-interactive: #103082;--calibr8-component__color-interactive--hover: #2e6fd7;--calibr8-component__color-on-interactive: #ffffff;--calibr8-component__color-background: #103082;--calibr8-component__color-on-background: #ffffff;--calibr8-component__color-surface: #ffffff;--calibr8-component__color-on-surface: #595959;--calibr8-component__color-on-surface--muted: #595959;--calibr8-component__color-border: rgba(22, 22, 22, 0.1);--calibr8-component__color-border--hover: #103082}.is-theme-white .c-card-coordinator.is-c-theme-default,.is-theme-white.column .c-card-coordinator.is-c-theme-default{--calibr8-component__color-text: #595959;--calibr8-component__color-text--muted: #595959;--calibr8-component__color-interactive: #103082;--calibr8-component__color-interactive--hover: #2e6fd7;--calibr8-component__color-on-interactive: #ffffff;--calibr8-component__color-background: #103082;--calibr8-component__color-on-background: #ffffff;--calibr8-component__color-surface: #ffffff;--calibr8-component__color-on-surface: #595959;--calibr8-component__color-on-surface--muted: #595959;--calibr8-component__color-border: rgba(22, 22, 22, 0.1);--calibr8-component__color-border--hover: #103082}.c-card-coordinator{display:flex;align-items:flex-start;gap:1.5rem;position:relative;height:100%;text-align:initial;border:solid 1px var(--calibr8__color-border, rgba(22, 22, 22, 0.1));border-radius:.625rem;transition:border cubic-bezier(0.215, 0.61, 0.355, 1) .4s}.c-card-coordinator__image{order:-1;flex:0 0 33%;position:relative}.c-card-coordinator__image::before{content:"";inline-size:1px;margin-inline-start:-1px;float:inline-start;block-size:0;padding-block-start:100%}.c-card-coordinator__image::after{content:"";display:table;clear:both}.c-card-coordinator__image>*{position:absolute;top:0;height:100%;width:100%}.c-card-coordinator__image>* *:not([data-once=contextual-render]){height:100%;width:100%}.c-card-coordinator__image>* img{-o-object-fit:cover;object-fit:cover}.c-card-coordinator__header{width:100%;display:flex;gap:1.5rem;align-items:center}.c-card-coordinator__title{font-size:var(--calibr8__font-size--h3);line-height:calc(var(--calibr8__font-size--h3)*1.44);font-weight:500;display:flex;align-items:center;gap:.5rem;margin-bottom:0;transition:color cubic-bezier(0.215, 0.61, 0.355, 1) .4s}@media only screen and (min-width: 692px){.c-card-coordinator__title{font-size:var(--calibr8__font-size--h5);line-height:calc(var(--calibr8__font-size--h5)*1.44);font-weight:500}}.c-card-coordinator__subtitle{font-weight:500}.c-card-coordinator__content-wrapper{padding:var(--calibr8__gutter);flex:1 0 auto;align-self:stretch;align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;max-width:100%}.c-card-coordinator__content-wrapper>*{flex:0 1 auto}.c-card-coordinator__content{align-self:stretch;flex:1 0 auto}.c-card-coordinator__content ul{margin-bottom:0}.c-card-coordinator__content,.c-card-coordinator__footer{display:flex;flex-direction:column;gap:1.5rem}.c-card-coordinator a[href^="mailto:"]{word-break:break-all}.c-card-coordinator.has-link:hover .c-card-coordinator__title{text-decoration:underline}.c-card-coordinator.has-link:hover .c-card-coordinator__title,.c-card-coordinator.has-link:hover .c-card-coordinator__title *{color:#161616}.c-card-coordinator:focus-within .c-card-coordinator__title{text-decoration:underline}.c-card-coordinator:focus-within .overlay-link:focus-visible::after{outline:.15rem dotted currentColor;outline-offset:.3rem}.c-card-coordinator:focus-within .overlay-link:focus,.c-card-coordinator:focus-within .overlay-link:focus:not(:focus-visible)::after{outline:none}.c-card-coordinator__content-wrapper{background:var(--calibr8-component__color-surface);color:var(--calibr8-component__color-on-surface, #595959)}