.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)}.research-hero-banner{width:100%;height:260px;background-image:url(https://images.unsplash.com/photo-1568992687947-868a62a9f521?w=1400&q=80);background-size:cover;background-position:center 40%;border-radius:16px;margin-bottom:40px;position:relative;overflow:hidden}.research-hero-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(15,36,99,.65),rgba(10,24,72,.45));border-radius:inherit}@media (max-width:640px){.research-hero-banner{height:160px}}.themes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px;margin:var(--spacing-sm) 0 var(--spacing-md)}.theme-card{padding:20px;background-color:var(--color-card);border:1px solid var(--color-grey-border);display:block;text-decoration:none;color:inherit}.theme-card:hover{border-color:var(--color-grey-border)}.theme-card h3{color:var(--color-maroon)}.theme-card h3,.theme-card p{margin-bottom:var(--spacing-sm);font-weight:400}.theme-card p{color:var(--color-grey-dark);line-height:var(--line-height-base)}.theme-card .card-link{color:var(--color-text-body);font-weight:400;font-size:var(--font-size-base)}@media (max-width:640px){.themes-grid{grid-template-columns:1fr}}.research-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-1529088746738-c4c0a152fb2c?w=800&q=80) 50%/cover no-repeat}.research-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-1611974789855-9c2a0a7236a3?w=800&q=80) 50%/cover no-repeat}.research-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-1504711434969-e33886168f5c?w=800&q=80) 50%/cover no-repeat}.research-page .card-grid .card:nth-child(4){background:linear-gradient(145deg,rgba(15,36,99,.78),rgba(10,24,72,.85)),url(https://images.unsplash.com/photo-1434030216411-0b793f4b4173?w=800&q=80) 50%/cover no-repeat}