.advanced-cards{display:grid;flex-wrap:wrap;gap:20px;justify-content:center}@media (max-width:768px){.advanced-cards{gap:40px}}.advanced-cards .card{border-radius:1rem;box-shadow:none;display:flex;flex-direction:column;height:auto;overflow:hidden;position:relative}.advanced-cards .button-container{position:absolute;right:1rem;top:1rem;z-index:2}.advanced-cards .card-icon-button{align-items:center;border:none;cursor:pointer;display:flex;justify-content:center}.advanced-cards .text-content{padding:2rem 1.5rem 0}.advanced-cards .title{color:#1e1e1e;font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.advanced-cards .description{color:#444;font-size:1rem;line-height:1.5}.advanced-cards .image-container{position:relative}.advanced-cards .image-container img{border-radius:1rem;display:block;width:100%}.advanced-cards .badge{background-color:#dde2f4;border-radius:1rem;color:#3e6df9;font-size:.875rem;font-weight:300;left:1rem;padding:.25rem .75rem;position:absolute;top:1rem}.advanced-cards .item_card-cta{align-items:center;color:#a8004a;display:flex;font-size:14px;font-weight:300;gap:4px;line-height:14px;margin-top:auto;padding:0 1.5rem;text-align:center;text-decoration:underline}.content-first .text-content{order:1}.content-first a.item_card-cta{order:2}.content-first .image-container{margin-top:auto;order:4}a.image-container img{aspect-ratio:260/161;object-fit:cover}.advanced-cards .card{display:none;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.advanced-cards .card.show{display:flex;opacity:1;transform:translateY(0)}.advanced-cards+button{all:unset;background-color:#415ef7;border-radius:30px;color:#fff;display:flex;font-size:14px;margin:32px auto;padding:13px 26px}.cta-container{margin-top:auto}