.media-cards-grid{overflow:hidden;position:relative}.media-cards-grid .page-center{margin:0 auto;max-width:1550px;width:100%}.media-cards-grid .heading-area{display:flex;flex-direction:column;gap:20px;margin-bottom:50px}.media-cards-grid *{margin:0}.media-cards-grid .heading-area h2{max-width:660px}.media-cards-grid .heading-area .description{display:flex;flex-direction:column;font-size:var(--body-text-size);gap:15px;max-width:820px}.media-cards-grid .heading-area .description *{font-size:var(--body-text-size);letter-spacing:-.94px}.media-cards-grid .heading-area .seperator{border-top:.5px solid #e0e0e0}.media-cards-grid .cards-row{column-gap:30px;display:flex;flex-wrap:wrap;row-gap:10px}.media-cards-grid .cards-row .card{width:100%}.media-cards-grid .cards-row.two{justify-content:space-between}.media-cards-grid .cards-row.two .card{width:calc(41.5% - 15px)}.media-cards-grid .cards-row.three .card{width:calc(33.33333% - 20px)}.media-cards-grid .cards-row.four .card{width:calc(25% - 22.5px)}.media-cards-grid .card .media-holder{overflow:hidden;position:relative}.media-cards-grid .card .media-holder .cstm-link{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.media-cards-grid .card .card-image{aspect-ratio:16/17}.media-cards-grid .card .card-image img{display:block;height:100%!important;object-fit:cover;object-position:center;width:100%!important}.media-cards-grid .card .card-video{height:calc(100% + 4px);left:-2px;opacity:0;position:absolute;top:-2px;transition:opacity .3s ease-out;width:calc(100% + 4px)}.media-cards-grid .card .card-video video{height:100%;object-fit:cover;width:100%}.media-cards-grid .card:hover .card-video{opacity:1}.media-cards-grid .card .card-content{display:flex;flex-direction:column;gap:15px;padding:20px 10px}.media-cards-grid .card .card-content h3{font-size:1.65rem;font-weight:400}.media-cards-grid .card .card-content p{font-size:var(--body-text-size)}.media-cards-grid .card .card-content .card-cta{border-bottom:1px solid var(--link-color);color:var(--link-color);max-width:max-content;padding-bottom:3px;text-decoration:none}.media-cards-grid .card .card-content .card-cta:hover{box-shadow:0 2px var(--link-hover-color);color:var(--link-hover-color)}@media (max-width:1100px){.media-cards-grid .cards-row.four .card{width:calc(33.33333% - 20px)}}@media (max-width:991px){.media-cards-grid .cards-row.four .card,.media-cards-grid .cards-row.three .card{width:calc(50% - 15px)}}@media (max-width:767px){.media-cards-grid .cards-row{column-gap:20px}.media-cards-grid .cards-row.four .card,.media-cards-grid .cards-row.three .card,.media-cards-grid .cards-row.two .card{width:calc(50% - 10px)}}@media (max-width:575px){.media-cards-grid .cards-row.four .card,.media-cards-grid .cards-row.three .card,.media-cards-grid .cards-row.two .card{width:100%}.media-cards-grid .card .card-content{padding:10px 10px 20px}}