.offering-card{border:1px solid color-mix(in srgb, var(--theme-border) 75%, transparent);background:var(--theme-panel-bg);box-shadow:var(--theme-panel-shadow);border-radius:1.25rem;flex-direction:column;transition:border-color .35s,transform .35s,box-shadow .35s;display:flex;overflow:hidden}.offering-card:hover{box-shadow:var(--theme-panel-shadow-hover);border-color:#10b9814d;transform:translateY(-3px)}.offering-card--featured{border-color:#10b98140;flex-direction:row}@media (max-width:767px){.offering-card--featured{flex-direction:column}}.offering-card__thumb{aspect-ratio:16/10;width:100%}.offering-card--featured .offering-card__thumb{aspect-ratio:auto;width:42%;min-height:12rem}@media (max-width:767px){.offering-card--featured .offering-card__thumb{aspect-ratio:16/10;width:100%;min-height:0}}.offering-card__body{flex-direction:column;flex:1;padding:1.25rem 1.5rem 1.5rem;display:flex}.offering-card--featured .offering-card__body{justify-content:center;padding:1.5rem 1.75rem}.offering-card__label{letter-spacing:.12em;text-transform:uppercase;color:#10b981cc;font-size:.65rem;font-weight:600}.offering-card__title{color:var(--theme-fg-heading);margin-top:.5rem;font-size:1.125rem;font-weight:600;transition:color .3s}.group:hover .offering-card__title{color:#6ee7b7}.offering-card--featured .offering-card__title{font-size:1.35rem}.offering-card__excerpt{color:var(--theme-body-muted);flex:1;margin-top:.5rem;font-size:.875rem;line-height:1.6}.offering-card__link{color:#10b981d9;align-items:center;gap:.25rem;margin-top:1rem;font-size:.875rem;display:inline-flex}.industry-list-card{border:1px solid color-mix(in srgb, var(--theme-border) 75%, transparent);background:var(--theme-panel-bg);box-shadow:var(--theme-panel-shadow);border-radius:1.25rem;grid-template-columns:1fr;gap:0;transition:border-color .35s,box-shadow .35s;display:grid;overflow:hidden}@media (min-width:768px){.industry-list-card{grid-template-columns:16rem 1fr}}.group:hover .industry-list-card{box-shadow:var(--theme-panel-shadow-hover);border-color:#10b98140}.industry-list-card__thumb{aspect-ratio:16/10;min-height:100%}@media (min-width:768px){.industry-list-card__thumb{aspect-ratio:auto;min-height:10rem}}.industry-list-card__body{flex-direction:column;justify-content:center;padding:1.5rem 1.75rem;display:flex}.industry-list-card__label{letter-spacing:.12em;text-transform:uppercase;color:#10b981cc;font-size:.65rem;font-weight:600}.industry-list-card__title{color:var(--theme-fg-heading);margin-top:.35rem;font-size:1.35rem;font-weight:600;transition:color .3s}.group:hover .industry-list-card__title{color:#6ee7b7}.industry-list-card__excerpt{color:var(--theme-body-muted);margin-top:.5rem;font-size:.875rem;line-height:1.6}.offering-detail-visual__inner{padding-top:0;padding-bottom:clamp(2rem,4vw,3rem)}.offering-detail-visual__grid{grid-template-columns:1fr;align-items:center;gap:1.25rem;max-width:56rem;margin-inline:auto;display:grid}@media (min-width:1024px){.offering-detail-visual__grid{grid-template-columns:1fr 1.2fr}}.offering-detail-visual__wide{display:none}@media (min-width:1024px){.offering-detail-visual__wide{display:block}}
