.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px;margin-top:16px}.card-grid>*{animation:slideUpFade .6s cubic-bezier(.25,.8,.25,1) both}.card-grid>:first-child{animation-delay:.05s}.card-grid>:nth-child(2){animation-delay:.15s}.card-grid>:nth-child(3){animation-delay:.25s}.card-grid>:nth-child(4){animation-delay:.35s}.card-grid>:nth-child(5){animation-delay:.45s}.card-grid>:nth-child(6){animation-delay:.55s}.card-grid>:nth-child(7){animation-delay:.65s}.card-grid>:nth-child(8){animation-delay:.75s}.card-grid>:nth-child(9){animation-delay:.85s}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.card-grid{grid-template-columns:1fr}}.card h3{margin-top:0;margin-bottom:12px;font-size:1.25rem;font-weight:700;color:#fff;line-height:1.3}.card h3,.card p{transition:color .3s ease}.card p{margin:0;color:hsla(0,0%,100%,.8);flex-grow:1;line-height:1.6;font-size:.95rem}.card .small-text{margin-top:24px;font-size:.875rem;font-weight:600;color:silver;display:flex;align-items:center;text-transform:uppercase;letter-spacing:.05em;transition:color .2s ease}.card:hover .small-text{color:#a0a0a0}.card .small-text:after{content:"→";margin-left:8px;font-size:1.1em;transition:transform .2s ease}.card:hover .small-text:after{transform:translateX(6px)}.services-section{margin:var(--spacing-md) 0}.media-hero-banner{width:100%;height:260px;background-image:url(https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1400&q=80);background-size:cover;background-position:center 40%;border-radius:16px;margin-bottom:40px;position:relative;overflow:hidden}.media-hero-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(15,36,99,.62),rgba(10,24,72,.42));border-radius:inherit}@media (max-width:640px){.media-hero-banner{height:160px}}.service-item{margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--color-grey-border)}.service-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.service-item h3{color:var(--color-maroon);margin-bottom:var(--spacing-sm);font-weight:400}.service-item h3 a{text-decoration:none}.service-item h3 a,.service-item h3 a:hover{color:var(--color-maroon)}.service-item p{color:var(--color-grey-dark);line-height:var(--line-height-base);font-weight:400}.service-item .cta-link{display:inline-block;color:var(--color-text-body);font-weight:400;font-size:var(--font-size-base);margin-top:var(--spacing-sm)}.media-page .card-grid .card:first-child{background:linear-gradient(145deg,rgba(15,36,99,.78),rgba(10,24,72,.85)),url(https://images.unsplash.com/photo-1481627834876-b7833e8f5570?w=800&q=80) top/cover no-repeat}.media-page .card-grid .card:nth-child(2){background:linear-gradient(145deg,rgba(15,36,99,.78),rgba(10,24,72,.85)),url(https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=800&q=80) 50%/cover no-repeat}.media-page .card-grid .card:nth-child(3){background:linear-gradient(145deg,rgba(15,36,99,.78),rgba(10,24,72,.85)),url(https://images.unsplash.com/photo-1553729459-efe14ef6055d?w=800&q=80) 50%/cover no-repeat}