.membership-hero-banner{width:100%;height:260px;background:linear-gradient(160deg,rgba(15,36,99,.58),rgba(5,15,50,.38)),url(https://images.unsplash.com/photo-1524178232363-1fb2b075b655?w=1400&q=80) center 40%/cover no-repeat;border-radius:16px;margin-bottom:40px;position:relative;overflow:hidden}@media (max-width:640px){.membership-hero-banner{height:160px}}.membership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.membership-card{display:block;padding:20px;background-color:var(--color-card);border:1px solid var(--color-grey-border);text-decoration:none;color:inherit}.membership-card h2{color:var(--color-maroon);font-size:var(--font-size-xl)}.membership-card h2,.membership-card p{margin-bottom:var(--spacing-sm);font-weight:400}.membership-card p{color:var(--color-grey-dark);line-height:var(--line-height-base)}.membership-card .card-link{color:var(--color-text-body);font-weight:400;font-size:var(--font-size-base)}@media (max-width:640px){.membership-grid{grid-template-columns:1fr}}.membership-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-1521737852567-6949f3f9f2b5?w=800&q=80) 50%/cover no-repeat}.membership-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-1497366216548-37526070297c?w=800&q=80) center 40%/cover no-repeat}.membership-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-1523240795612-9a054b0db644?w=800&q=80) 50%/cover no-repeat}.membership-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-1568992687947-868a62a9f521?w=800&q=80) 50%/cover no-repeat}.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)}