:where(.c-base-card){position:relative;grid-column:span 4/span 4;display:flex!important;flex-direction:column;gap:0;overflow:hidden;border-radius:.75rem;background-color:var(--theme-colors-neutral-white);color:var(--theme-colors-neutral-black)}:where(.c-base-card):hover .c-base-image__container{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.c-base-card--disable-image-hover:hover .c-base-image__container{--un-scale-x:1 !important;--un-scale-y:1 !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important}.c-base-card--full-link{display:block;cursor:pointer;color:inherit;text-decoration:none}.c-base-card--full-link:focus-visible{outline-width:2px;outline-color:var(--theme-colors-primary-oure);outline-offset:2px}.c-base-card__image-container{display:block;aspect-ratio:1/1;width:100%;flex-shrink:0;overflow:hidden;border-radius:.75rem}.c-base-card__image-container .c-base-image__container{position:static;width:100%;height:100%;transition-property:transform;transition-duration:.15s;transition-duration:.35s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.c-base-card__content{width:100%;display:flex;flex-shrink:0;flex-grow:1;flex-direction:column;padding:1.75rem 1.5rem 1.5rem}.c-base-card__content .c-base-card__title{font-family:var(--theme-typography-heading-h4-font-family);font-weight:var(--theme-typography-heading-h4-font-weight);font-size:var(--theme-typography-heading-h4-font-size);line-height:var(--theme-typography-heading-h4-line-height);letter-spacing:var(--theme-typography-heading-h4-letter-spacing)}.c-base-card__content .c-base-card__date{margin-top:.25rem;display:block;color:var(--theme-colors-primary-oure);font-family:var(--theme-typography-body-small-text-font-family);font-weight:var(--theme-typography-body-small-text-font-weight);font-size:var(--theme-typography-body-small-text-font-size);line-height:var(--theme-typography-body-small-text-line-height);letter-spacing:var(--theme-typography-body-small-text-letter-spacing)}.c-base-card__content .c-base-card__teaser{margin-top:.62rem;display:block;font-family:var(--theme-typography-body-p-font-family);font-weight:var(--theme-typography-body-p-font-weight);font-size:var(--theme-typography-body-p-font-size);line-height:var(--theme-typography-body-p-line-height);letter-spacing:var(--theme-typography-body-p-letter-spacing)}.c-base-card__content .c-base-card__link{margin-top:.62rem;display:block;width:fit-content}
