.three-col-card{align-items:stretch;background-color:#fafafa;border-radius:12px;display:flex;flex-direction:column;min-height:300px;overflow:hidden}.three-col-card__columns{align-items:stretch;display:flex;flex:1;gap:2rem}.three-col-card__columns--horizontal{flex-direction:row}.three-col-card__columns--vertical{flex-direction:column;gap:1rem}.three-col-card__center--top{flex:0 0 auto;margin:0 auto;max-width:600px;padding:1rem 2rem;width:100%}.three-col-card__content-bottom{align-items:stretch;display:flex;flex:1;gap:2rem}.three-col-card__left,.three-col-card__right{display:flex;flex:1;flex-direction:column;padding:2rem}.three-col-card__center{align-items:center;display:flex;flex:0 0 300px;flex-direction:column;justify-content:center;padding:1rem}.three-col-card__heading{font-family:var(--font-base,inherit);margin:0 0 1rem}.three-col-card__text{line-height:1.6;margin:0 0 1.5rem}.three-col-card__text>:first-child{margin-top:0}.three-col-card__text>:last-child{margin-bottom:0}.three-col-card__image{border-radius:12px;height:100%;margin-top:1rem;overflow:hidden;position:relative;width:100%}.three-col-card__image img{display:block;height:100%;object-fit:cover;width:100%}.three-col-card__button .button{display:inline-block;text-decoration:none;transition:all .3s ease}.three-col-card--align-top .three-col-card__left,.three-col-card--align-top .three-col-card__right{justify-content:flex-start}.three-col-card--align-center .three-col-card__left,.three-col-card--align-center .three-col-card__right{justify-content:center}.three-col-card--align-top .three-col-card__center{justify-content:flex-start}.three-col-card--align-center .three-col-card__center{justify-content:center}.three-col-card--no-image .three-col-card__columns{gap:0}.three-col-card--no-image .three-col-card__left,.three-col-card--no-image .three-col-card__right{flex:1}.three-col-card--height-small{min-height:250px!important}.three-col-card--height-medium{min-height:300px!important}.three-col-card--height-large{min-height:400px!important}.three-col-card--padding-small .three-col-card__left,.three-col-card--padding-small .three-col-card__right{padding:1.5rem}.three-col-card--padding-medium .three-col-card__left,.three-col-card--padding-medium .three-col-card__right{padding:2rem}.three-col-card--padding-large .three-col-card__left,.three-col-card--padding-large .three-col-card__right{padding:3rem}.three-col-card--text-left .three-col-card__left,.three-col-card--text-left .three-col-card__right{text-align:left}.three-col-card--text-center .three-col-card__left,.three-col-card--text-center .three-col-card__right{text-align:center}.three-col-card--text-right .three-col-card__left,.three-col-card--text-right .three-col-card__right{text-align:right}.three-col-card--image-rounded .three-col-card__image img{border-radius:12px}.three-col-card--image-square .three-col-card__image img{border-radius:0}.three-col-card--image-circle .three-col-card__image img{border-radius:50%}.mb-none{margin-bottom:0}.mb-small{margin-bottom:1rem}.mb-medium{margin-bottom:2rem}.mb-large{margin-bottom:3rem}.mb-very-large{margin-bottom:4rem}@media (max-width:767px){.three-col-card__columns--horizontal,.three-col-card__content-bottom{flex-direction:column;gap:1rem}.three-col-card__center{flex:0 0 auto;height:200px;padding:.5rem}.three-col-card__center--top{padding:.5rem 1rem}.three-col-card__left,.three-col-card__right{padding:1.5rem}.three-col-card--no-image .three-col-card__columns{gap:0}.three-col-card--text-center .three-col-card__left,.three-col-card--text-center .three-col-card__right,.three-col-card--text-right .three-col-card__left,.three-col-card--text-right .three-col-card__right{text-align:left}}@media (min-width:768px) and (max-width:1023px){.three-col-card__center{flex:0 0 250px}.three-col-card__center--top{max-width:500px;padding:1rem 1.5rem}.three-col-card__left,.three-col-card__right{padding:1.75rem}.three-col-card__columns--horizontal,.three-col-card__content-bottom{gap:1.5rem}}