:root{--spt-pink:#d40f7d;--spt-pink-light:#fce8f4;--spt-pink-border:#f4b3d8;--spt-teal:#00b2a9;--spt-teal-light:#e0f7f6;--spt-teal-border:#80d8d4;--spt-grey-100:#f0f0f0;--spt-grey-200:#e2e2e2;--spt-grey-400:#a0a0a0;--spt-grey-700:#4a4a4a;--spt-grey-900:#1a1a1a}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.card-grid{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;margin:0 auto 2rem;max-width:1260px;padding:2rem}.tldr-card{background:#fff;border:1px solid var(--spt-grey-200);border-radius:10px;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;width:330px}.tldr-card:before{animation:gradientShift 4s ease-in-out infinite;background:linear-gradient(90deg,var(--spt-pink) 0,var(--spt-teal) 33%,var(--spt-pink) 66%,var(--spt-teal) 100%);background-size:200% 100%;content:"";display:block;height:4px}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.card-icon{align-items:center;display:flex;height:160px;justify-content:center;padding:2rem 1rem .5rem}.card-icon img{height:250px;object-fit:contain;width:250px}.tldr-inner{display:flex;flex:1;flex-direction:column;padding:1rem 1.25rem 1.25rem}.tldr-title{color:var(--spt-grey-900);font-size:22px;font-weight:700;line-height:1.3;padding:6px 0 12px}.tldr-divider{background:var(--spt-grey-200);height:1px;margin-bottom:.75rem}.tldr-body{color:var(--spt-grey-700);font-size:14px;line-height:1.7}