/**handles:acf-image-text-style**/
.c-image-text__header{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:header;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem}.c-image-text__header>*{margin:0!important}@media(min-width:64em){.has-points .c-image-text__header{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.c-image-text__heading{color:var(--wp--preset--color--black)}.c-image-text__blurb{font-size:var(--wp--custom--typography--text--lg)}.c-image-text__wrapper{display:grid;grid-template-areas:"footer" "header";grid-template-columns:1fr;grid-template-rows:auto;width:100%;grid-gap:1.5rem;gap:1.5rem}.has-points .c-image-text__wrapper{grid-template-areas:"footer" "header" "points"}.is-right .c-image-text__wrapper{grid-template-areas:"header" "points" "footer"}@media(min-width:64em){.c-image-text__wrapper{display:grid;grid-template-areas:"footer header";grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-column-gap:4rem;-moz-column-gap:4rem;-webkit-column-gap:4rem;column-gap:4rem;grid-row-gap:3rem;row-gap:3rem}.has-points .c-image-text__wrapper{grid-template-areas:"footer header" "footer points"}.is-right .c-image-text__wrapper{grid-template-areas:"header footer"}.is-right.has-points .c-image-text__wrapper{grid-template-areas:"header footer" "points footer"}}.c-image-text__points{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:points;width:100%}@media(min-width:64em){.c-image-text__points{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.c-image-text__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:.5rem;padding:1.5rem;border:1px solid var(--wp--preset--color--ui-700);border-radius:1rem;background-color:var(--wp--preset--color--ui-500)}.c-image-text__content>*{margin:0!important}.c-image-text__points-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;width:100%}@media(min-width:40em){.c-image-text__points-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-item-align:center;align-self:center}}.c-image-text__title{color:var(--wp--preset--color--black);font-size:var(--wp--custom--typography--text--lg);font-weight:var(--wp--custom--typography--weight--semi-bold)}.c-image-text__description{font-size:var(--wp--custom--typography--text--sm)}.c-image-text__footer{grid-area:footer;overflow:hidden;border-radius:1rem;aspect-ratio:4/3}.c-image-text__footer>img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media(min-width:64em){.c-image-text__footer{-ms-flex-item-align:center;align-self:center}}