.cards-with-image{background-color:var(--bg-color,#fff);padding-top:var(--padding-top,100px);padding-bottom:var(--padding-bottom,80px);color:#282928}@media only screen and (max-width:767px){.cards-with-image{padding-top:var(--mobile-padding-top,50px);padding-bottom:var(--mobile-padding-bottom,50px)}}.cards-with-image .section-header__subheading{color:#282928;font-weight:500;line-height:150%;letter-spacing:1.28px;margin-bottom:8px}.cards-with-image .section-header__heading{font-family:Elastik,sans-serif;font-size:64px;font-weight:500;line-height:80%;letter-spacing:-1.92px;margin-bottom:0;color:#282928}@media only screen and (max-width:767px){.cards-with-image .section-header__heading{font-size:40px;line-height:80%;letter-spacing:-1.2px}}.cards-with-image .container.container--lg{max-width:1440px;padding:0 56px}@media only screen and (max-width:1279px){.cards-with-image .container.container--lg{padding:0 24px}}.cards-with-image .expand-button{border-radius:8px;border:1px solid #282928;width:48px;height:48px;flex-shrink:0}.cards-with-image .plus-icon{width:18px;height:18px}.cards-with-image__header{margin-bottom:56px}@media only screen and (max-width:767px){.cards-with-image__header{margin-bottom:40px}}.cards-with-image__wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.cards-with-image__actions{display:flex;justify-content:center;margin-top:56px}@media only screen and (max-width:767px){.cards-with-image__actions{margin-top:30px}}.cards-with-image__actions .btn{min-width:200px}.cards-with-image__item{max-width:calc((100% / 4) - 12px);min-width:250px;width:100%}@media only screen and (max-width:767px){.cards-with-image__item{max-width:100%}}.image-card{position:relative;display:flex;flex-direction:column;background-color:var(--cards-bg-color,rgba(var(--color-primary-background-1),1));border-radius:var(--border-radius,8px);overflow:hidden}.image-card__image{position:relative;width:100%;padding-top:82%}@media only screen and (max-width:767px){.image-card__image{padding:24px 24px 0}}img.image-card__background{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:50px 90px 0}@media only screen and (max-width:767px){img.image-card__background{position:static;padding:0;width:80px;height:80px;-o-object-fit:cover;object-fit:cover}}.image-card__body{width:100%;display:flex;gap:8px;justify-content:space-between;align-items:center;padding:24px;margin-top:auto}@media only screen and (max-width:767px){.image-card__body{padding-top:0;margin-top:0}}.image-card__decoration{width:80px;height:80px;transform:rotate(90deg);margin:12px auto}.image-card__decoration svg{display:block;width:100%;height:100%}.image-card__heading{flex:1;color:rgba(var(--color-heading),1);margin:0;transition:var(--transition-duration,.3s);font-size:28px;font-weight:500;line-height:90%;letter-spacing:-.56px;color:#282928;font-family:Elastik,sans-serif}.image-card__expand{background-color:transparent}.overlay-tooltip__body{display:flex;flex-direction:column;height:100%}.image-card__tooltip{height:100%;display:flex;flex-direction:column;align-items:center}.image-card__tooltip[open] .image-card__body{position:relative;z-index:2}.image-card__tooltip[open] .image-card__content{position:initial}.image-card__tooltip[open] .image-card__image{display:none}.image-card__tooltip[open] .image-card__heading{opacity:0;visibility:hidden}.image-card__content{position:absolute;width:100%;height:100%;text-align:center;padding:20px 26px;overflow:auto;margin:0;box-shadow:none}@media only screen and (max-width:767px){.image-card__content{height:auto}}