.card{flex:1;position:relative}.card.center{text-align:center}.card.center .card_wrapper{justify-content:center;align-items:center;display:flex}.card_wrapper{margin-bottom:1.5rem}.card.step{counter-increment:i}.card.step:not(:last-of-type):after{content:"→";color:var(--accent);font-size:2.25rem;font-weight:700;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}.card_content{height:100%;transition:var(--transition_smooth);background:#fff;border-radius:1.5rem;padding:2rem;transition-duration:.5s;box-shadow:0 4px 20px -4px #7c3bed1a}.card.glass>.card_content{background:#ffffff1a;border:1px solid #fff3;border-radius:12.75px;box-shadow:0 25px 50px -12px #00000040}.card.bordered .card_content{border:1px solid var(--border)}.card.accent_border .card_content{border-color:var(--accent);border-width:2px}.card.step .card_content:before{content:counter(i);aspect-ratio:1;color:#fff;background:var(--accent);width:2rem;box-shadow:var(--dark_shadow);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex;position:absolute;top:.5rem;left:.5rem}.card.lg>.card_content{padding:3rem}.card.md>.card_content{border-radius:1rem;padding:1rem}.card.sm>.card_content{border-radius:1rem;padding:1.5rem}.card.xs>.card_content{border-radius:.5rem;padding:.875rem}.card.xxs>.card_content{border-radius:1rem;padding:.75rem}.card.admin>.card_content{border:1px solid var(--border);box-shadow:none;border-radius:1rem;padding:1.5rem}.card.admin.accent_gradient>.card_content{background:linear-gradient(135deg,#7c3bed0d,#d371f40d);border-color:#7c3bed33}.card.admin:not(.no_hover):hover>.card_content{box-shadow:0 8px 24px -4px #7c3bed26}.card.no_shadow .card_content{box-shadow:none}.card_row{counter-reset:i;justify-content:space-between;gap:2rem;max-width:80%;margin:0 auto;display:flex}.card_row.card_align_start{align-items:flex-start}.card_row.full{max-width:100%}.card_head_title{margin-bottom:.5rem}.card_title{margin:1.5rem 0;font-weight:700}.card_subheading{margin:1rem 0 2rem}.card_icon_title{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.card_icon_title.card_l_icon{margin-bottom:1.5rem}.card_text{line-height:1.625}.card_btn_container{justify-content:center;margin-top:3rem;display:flex}@media screen and (min-width:761px){.card:not(.no_hover):hover>.card_content{box-shadow:var(--glow_shadow);transform:translateY(-4px)scale(1.05)}}@media screen and (max-width:760px){.card.lg .card_content{padding:2rem}.card.sm>.card_content{padding:1.5rem 1rem}.card.step:not(:last-of-type):after{display:none}.card_row{flex-direction:column;max-width:100%}}
