.block-content-card{background-color:var(--hh-color-white,#fff);height:100%}.block-content-card__wrapper{border:1px solid var(--hh-color-primary,purple);display:flex;flex-direction:column;height:100%}.block-content-card__top{background-color:var(--hh-color-primary,purple);color:var(--hh-color-white,#fff);padding:calc(var(--hh-gutter-width, 2rem)*.75);position:relative}.block-content-card__top:after{aspect-ratio:2;background-color:var(--hh-color-primary,purple);bottom:0;clip-path:shape(from 100% 100%,curve to 64.64% 70.71% with 86.74% 100%/74.02% 89.46%,curve to 50% 0 with 55.27% 51.96%/50% 26.52%,curve to 35.36% 70.71% with 50% 26.52%/44.73% 51.96%,curve to 0 100% with 25.98% 89.46%/13.26% 100%,curve to 35.36% 100% with 13.26% 100%/35.36% 100%,curve to 50% 100% with 44.73% 100%/50% 100%,curve to 64.64% 100% with 50% 100%/64.64% 100%,curve to 100% 100% with 74.02% 100%/86.74% 100%,close);content:"";height:1.875rem;left:calc(var(--hh-gutter-width, 2rem)*.75);position:absolute;transform:rotate(-180deg);transform-origin:bottom;z-index:1}.hh-has-dark-background .block-content-card__top{background-color:var(--hh-color-light,#d3d3d3);color:var(--hh-color-primary,purple)}.hh-has-dark-background .block-content-card__top:after{background-color:var(--hh-color-light,#d3d3d3)}.block-content-card--dark .block-content-card__top{color:var(--hh-color-white,#fff)}.block-content-card--dark .block-content-card__top,.block-content-card--dark .block-content-card__top:after{background-color:var(--hh-color-primary-light,purple)}[class*="--background-color-primary"] .block-content-card--dark .block-content-card__top{background-color:var(--hh-btn-secondary-dark-color-back-hover,blue);color:var(--hh-color-white,#fff)}[class*="--background-color-primary"] .block-content-card--dark .block-content-card__top:after{background-color:var(--hh-btn-secondary-dark-color-back-hover,blue)}.block-content-card.hh-has-light-background .hh-button--style-outlined.hh-button--color-primary{border-color:var(--hh-color-primary,purple)!important;color:var(--hh-color-primary,purple)!important}.block-content-card.hh-has-light-background .hh-button--style-outlined.hh-button--color-primary:hover{background-color:var(--hh-btn-primary-dark-color-back,purple);border-color:var(--hh-btn-primary-dark-color-back,purple);color:var(--hh-btn-primary-dark-color-front,#fff)!important}.block-content-card.hh-has-light-background .hh-button--style-outlined.hh-button--color-secondary{border-color:var(--hh-color-secondary,blue)!important;color:var(--hh-color-secondary,blue)!important}.block-content-card.hh-has-light-background .hh-button--style-outlined.hh-button--color-secondary:hover{color:var(--hh-btn-secondary-dark-color-front,#fff)!important}.block-content-card.hh-has-light-background .hh-button--style-text.hh-button--color-primary{color:var(--hh-btn-primary-dark-color-outline,purple)}.block-content-card.hh-has-light-background .hh-button--style-text.hh-button--color-secondary{color:var(--hh-btn-secondary-dark-color-outline,blue)}.block-content-card__content{align-items:start;background-color:var(--hh-color-white,#fff);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:3rem var(--hh-gutter-width,2rem)}.block-content-card--dark .block-content-card__content{background-color:var(--hh-color-primary,purple)}[class*="--background-color-primary"] .block-content-card--dark .block-content-card__content{background-color:var(--hh-color-secondary,blue)}