section.location-boxes{position:relative}section.location-boxes:after{background:linear-gradient(146deg,#0016a3,#80b9b6);content:"";height:100%;left:0;margin:0 auto;max-width:calc(100vw - 40px);position:absolute;right:0;top:62px;z-index:1}@media(max-width:767px){section.location-boxes:after{top:0}section.location-boxes{padding-bottom:50px}}section.location-boxes .card-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:1234px;position:relative;z-index:3}section.location-boxes .card{background:var(--light-grey);min-height:250px;opacity:1;transition:opacity .2s ease-in-out,transform .2s ease-in-out;width:100%}section.location-boxes .card.card--hidden{height:0;min-height:0;opacity:0;transform:scale(.8)}section.location-boxes .card .card-body,section.location-boxes .card .card-footer,section.location-boxes .card .card-heading{padding:1rem}section.location-boxes .card .card-heading{background:var(--white)}section.location-boxes .card .card-heading h4{margin-bottom:0}section.location-boxes .load-more{margin-top:1.5rem;position:relative;z-index:5}@media screen and (max-width:767px){section.location-boxes .card-grid{padding:0 20px}section.location-boxes:after{max-width:100vw}}@media screen and (min-width:768px){section.location-boxes .card{width:40%}}@media screen and (min-width:1024px){section.location-boxes:after{max-width:calc(100vw - 80px)}section.location-boxes .card-grid--d-3 .card{width:30%}section.location-boxes .card-grid--d-4 .card{width:45%}section.location-boxes .card-grid .card p{max-width:16rem}}@media screen and (min-width:1280px){section.location-boxes .card-grid--d-4 .card{width:23%}}