.pa-feature-card{background:#191c22;border-radius:.75rem;display:flex;flex-direction:column;gap:24px;padding:32px}@media(min-width:992px){.pa-feature-card{align-items:flex-start;flex-direction:row;gap:64px;padding:96px 48px}}.pa-feature-img{border-radius:.75rem;flex:0 0 38%;overflow:hidden}.pa-feature-img img{display:block;height:100%;object-fit:cover;width:100%}.pa-feature-main{display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.pa-feature-main{flex:1}}.pa-feature-header{align-items:flex-start;display:flex;gap:12px}.pa-feature-icon{flex-shrink:0;height:36px;width:36px}.pa-feature-icon img{display:block;height:100%;object-fit:contain;width:100%}.pa-feature-title{color:#e1e2eb;font-family:var(--ff-heading);font-size:var(--fs-h2);font-weight:700;line-height:var(--lh-h2);margin:0}.pa-feature-body{color:#d1c5b4;font-family:var(--ff-body);font-size:var(--fs-body);line-height:var(--lh-body);margin:0}.pa-feature-body p{margin:0 0 .75em}.pa-feature-body p:last-child{margin-bottom:0}.pa-feature-body--collapsible{max-height:12rem;overflow:hidden;position:relative}.pa-feature-body--collapsible:after{background:linear-gradient(180deg,transparent,#191c22);bottom:0;content:"";height:4rem;left:0;pointer-events:none;position:absolute;right:0}.pa-feature-card.is-expanded .pa-feature-body--collapsible{max-height:none;overflow:visible}.pa-feature-card.is-expanded .pa-feature-body--collapsible:after{display:none}.pa-feature-expand-btn{align-items:center;align-self:flex-start;background:transparent;border:1px solid rgba(233,193,118,.4);border-radius:.75rem;color:#e9c176;cursor:pointer;display:inline-flex;font-family:var(--ff-body);font-size:var(--fs-sm);font-weight:600;gap:8px;padding:10px 20px;transition:background .2s ease,border-color .2s ease}.pa-feature-expand-btn:hover{background:rgba(233,193,118,.08);border-color:#e9c176}.pa-feature-expand-btn .pa-feature-expand-arrow{height:6px;transition:transform .2s ease;width:12px}.pa-feature-card.is-expanded .pa-feature-expand-btn .pa-feature-expand-arrow{transform:rotate(180deg)}