.card-grid{display:grid;gap:0;grid-template-columns:1fr}.card-grid .card{display:flex;flex-direction:column;gap:1rem;overflow:visible;padding:1.75rem 2.5rem}.card-grid .card:nth-child(odd){background:var(--white)}.card-grid .card:nth-child(2n){background:var(--grey-light)}.card-grid .card .card-body{flex-grow:1}.card-grid .card .card-body .preheader{color:var(--purple);display:block;font-size:.875rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.card-grid .card .card-body .h4{margin-bottom:1rem}.card-grid .card .card-footer{margin-top:auto}.card-grid .card .card-footer .btn-card{align-items:center;color:var(--accent1);display:flex;font-size:1.125rem;font-weight:500;text-decoration:none;text-transform:uppercase;svg path{stroke:var(--accent1)}}.card-grid .link-card:hover{background:linear-gradient(45deg,var(--primary),var(--blue-dark))!important;cursor:pointer;svg path{stroke:var(--white)}}.card-grid .card:hover .h4,.card-grid .card:hover .preheader,.card-grid .card:hover p{color:var(--white)}.card-grid .card:hover .btn-card{color:var(--accent3)}.card-grid .card:hover .card-footer .btn-card svg path{fill:var(--accent3);stroke:var(--accent3)}@media (min-width:768px){.card-grid.grid-columns-2{grid-template-columns:repeat(2,1fr)}.card-grid.grid-columns-2 .card:nth-child(4n),.card-grid.grid-columns-2 .card:nth-child(4n+1){background:var(--white)}.card-grid.grid-columns-2 .card:nth-child(4n+2),.card-grid.grid-columns-2 .card:nth-child(4n+3){background:var(--grey-light)}}@media (min-width:992px){.card-grid.grid-columns-3{grid-template-columns:repeat(3,1fr)}.card-grid.grid-columns-4{grid-template-columns:repeat(4,1fr)}.card-grid.grid-columns-5{grid-template-columns:repeat(5,1fr)}}