.m-rd-flex-cards{--rd-flex-cards-bg:var(--sl-navy-blue,#0a2533);--rd-flex-cards-scrim-base:var(--sl-navy-blue,#0a2533);--rd-flex-cards-card-fg:var(--sl-white,#fff);--rd-flex-cards-card-body-fg:color-mix(in srgb,var(--sl-white,#fff) 90%,transparent);--rd-flex-cards-font-heading:var(--sl-font-heading);--rd-flex-cards-font-body:var(--sl-font-body)}@layer rd-flex-cards{.m-rd-flex-cards{--rd-flex-cards-bg:#0a0a0a;--rd-flex-cards-card-radius:clamp(1rem,2.2vw,1.5rem);--rd-flex-cards-card-min-h:clamp(14rem,42vw,22rem);--rd-flex-cards-card-aspect:3/4;--rd-flex-cards-gap:clamp(0.75rem,2vw,1.25rem);--rd-flex-cards-intro-gap:clamp(1rem,2.5vw,1.5rem);--rd-flex-cards-scrim:linear-gradient(to top,color-mix(in srgb,var(--rd-flex-cards-scrim-base,#0a0a0a) 92%,transparent) 0%,color-mix(in srgb,var(--rd-flex-cards-scrim-base,#0a0a0a) 45%,transparent) 45%,transparent 100%);--rd-flex-cards-card-fg:#fff;--rd-flex-cards-card-body-fg:color-mix(in srgb,var(--rd-flex-cards-card-fg) 90%,transparent);--rd-flex-cards-card-title-size:clamp(1.0625rem,1.1vw + 0.9rem,1.25rem);--rd-flex-cards-card-desc-size:clamp(0.875rem,0.35vw + 0.8rem,0.9375rem);--rd-flex-cards-stack-bp:63.99rem;--rd-flex-cards-font-heading:system-ui,sans-serif;--rd-flex-cards-font-body:system-ui,sans-serif;background-color:var(--rd-flex-cards-bg);color:var(--rd-flex-cards-card-fg);container-name:rd-flex-cards;container-type:inline-size;font-family:var(--rd-flex-cards-font-body);--rd-surface-body-fallback:var(--rd-flex-cards-card-body-fg)}.m-rd-flex-cards__inner{display:flex;flex-direction:column;gap:var(--rd-flex-cards-intro-gap)}.m-rd-flex-cards__intro{display:flex;flex-direction:column;gap:.75rem;max-width:48rem}.m-rd-flex-cards[data-rd-align=left] .m-rd-flex-cards__intro{align-self:flex-start;text-align:left}.m-rd-flex-cards[data-rd-align=center] .m-rd-flex-cards__intro{align-self:center;text-align:center}.m-rd-flex-cards[data-rd-align=right] .m-rd-flex-cards__intro{align-self:flex-end;text-align:right}.m-rd-flex-cards__heading :where(h1,h2,h3,h4,h5,h6){font-family:var(--sl-h3-font-family,var(--rd-flex-cards-font-heading));font-size:var(--sl-h3-font-size);font-weight:var(--sl-h3-font-weight);letter-spacing:var(--sl-h3-letter-spacing);line-height:var(--sl-h3-line-height,1.12);margin:0;text-transform:var(--sl-h3-text-transform)}.m-rd-flex-cards__subtitle{line-height:1.5;margin:0}.m-rd-flex-cards__subtitle :where(p){margin:0}.m-rd-flex-cards__subtitle :where(p+p){margin-top:.5rem}.m-rd-flex-cards__list{display:flex;flex-direction:column;gap:var(--rd-flex-cards-gap);list-style:none;margin:0;padding:0}.m-rd-flex-cards__item{margin:0}.m-rd-flex-cards__card{border-radius:var(--rd-flex-cards-card-radius);color:inherit;display:block;min-height:var(--rd-flex-cards-card-min-h);outline-offset:4px;overflow:hidden;position:relative;text-decoration:none;transition:transform .35s ease,box-shadow .35s ease}.m-rd-flex-cards__card--link:hover{box-shadow:0 12px 40px color-mix(in srgb,var(--rd-flex-cards-card-fg) 12%,transparent);transform:translateY(-2px)}.m-rd-flex-cards__card:focus-visible{outline:2px solid var(--rd-flex-cards-card-fg)}@media (min-width:64rem){.m-rd-flex-cards__list{align-items:stretch;flex-direction:row}.m-rd-flex-cards__item{flex:1 1 0;min-width:0}.m-rd-flex-cards__card{aspect-ratio:var(--rd-flex-cards-card-aspect);height:100%;min-height:0}}.m-rd-flex-cards__media{inset:0;position:absolute}.m-rd-flex-cards__img{display:block;height:100%;object-fit:cover;transform:scale(1);transition:transform .5s ease;width:100%}.m-rd-flex-cards__scrim{background-image:var(--rd-flex-cards-scrim);inset:0;opacity:1;pointer-events:none;position:absolute;transition:opacity .45s ease}@media (min-width:64rem){.m-rd-flex-cards__scrim{opacity:0}.m-rd-flex-cards__img{transform:scale(1.02)}.m-rd-flex-cards__card:is(:hover,:focus-within) .m-rd-flex-cards__img{transform:scale(1.06)}.m-rd-flex-cards__card:is(:hover,:focus-within) .m-rd-flex-cards__scrim{opacity:1}}.m-rd-flex-cards__content{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-end;min-height:100%;padding:clamp(1rem,3vw,1.5rem);position:relative;text-align:start;z-index:1}@media (max-width:63.99rem){.m-rd-flex-cards__card{display:flex;flex-direction:column}.m-rd-flex-cards__content{flex:1 1 auto;min-height:400px}}.m-rd-flex-cards__card-title{font-family:var(--sl-font-heading,var(--rd-flex-cards-font-heading));font-size:var(--rd-flex-cards-card-title-size);font-weight:700;line-height:1.2;margin:0;transition:transform .4s ease}.m-rd-flex-cards__card-desc{font-size:var(--rd-flex-cards-card-desc-size);font-weight:400;line-height:1.45;max-width:36ch;transition:opacity .4s ease,transform .4s ease,max-height .45s ease}.m-rd-flex-cards__card-desc :where(p){margin:0}.m-rd-flex-cards__card-desc :where(p+p){margin-top:.35rem}.m-rd-flex-cards__card-desc{max-height:none;opacity:1;transform:translateY(0)}@media (min-width:64rem) and (hover:hover) and (pointer:fine){.m-rd-flex-cards__card-desc{max-height:0;opacity:0;overflow:hidden;transform:translateY(.35rem)}.m-rd-flex-cards__card:is(:hover,:focus-within) .m-rd-flex-cards__card-desc{max-height:9rem;opacity:1;transform:translateY(0)}.m-rd-flex-cards__card:is(:hover,:focus-within) .m-rd-flex-cards__card-title{transform:translateY(-.15rem)}}@media (prefers-reduced-motion:reduce){.m-rd-flex-cards__card,.m-rd-flex-cards__card-desc,.m-rd-flex-cards__card-title,.m-rd-flex-cards__img,.m-rd-flex-cards__scrim{transition:none}.m-rd-flex-cards__card--link:hover{transform:none}.m-rd-flex-cards__img{transform:scale(1)}}@media (prefers-reduced-motion:reduce) and (min-width:64rem){.m-rd-flex-cards__img{transform:scale(1.02)}.m-rd-flex-cards__card:is(:hover,:focus-within) .m-rd-flex-cards__img{transform:scale(1.02)}}@media (prefers-reduced-motion:reduce) and (min-width:64rem) and (hover:hover) and (pointer:fine){.m-rd-flex-cards__card-desc{max-height:none;opacity:1;overflow:visible;transform:none}.m-rd-flex-cards__card:is(:hover,:focus-within) .m-rd-flex-cards__card-title{transform:none}}}