.cards-grid-simple{background:var(--grey)}.cards-grid-simple__cards{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.cards-grid-simple__card,.cards-grid-simple__cards{display:-webkit-box;display:-ms-flexbox;display:flex}.cards-grid-simple__card{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:5px;-ms-flex-direction:column;flex-direction:column;gap:32px;max-width:calc(25% - 12px);padding:32px;width:100%}.cards-grid-simple__card--white{background:var(--white);color:var(--black)}.cards-grid-simple__card--beige{background:var(--beige);color:var(--black)}.cards-grid-simple__card--accent{background:var(--accent);color:var(--white)}.cards-grid-simple__card--black{background:var(--black);color:var(--white)}.cards-grid-simple__cards--last-full .cards-grid-simple__card:last-child{max-width:calc(50% - 8px)}.cards-grid-simple__card--white .cards-grid-simple__card-title{color:var(--accent)}.cards-grid-simple__card--beige .cards-grid-simple__card-title{color:var(--black)}.cards-grid-simple__card--accent .cards-grid-simple__card-title,.cards-grid-simple__card--black .cards-grid-simple__card-title{color:var(--white)}.cards-grid-simple__card-icon{display:block;height:auto;max-width:56px;width:100%}@media (max-width:1152px){.cards-grid-simple__card{max-width:calc(50% - 8px);padding:32px 16px}.cards-grid-simple__cards--last-full .cards-grid-simple__card:last-child{max-width:100%}}@media (max-width:767px){.cards-grid-simple__card{max-width:100%}}