.level-card{align-items:center;background-color:#eff1ff;border-radius:.75rem;column-gap:2rem;display:flex;padding:2rem;position:relative;width:100%}.level-card__icon{flex-shrink:0;max-width:100%;object-fit:contain;width:15%}.level-card__content{display:flex;flex-direction:column;flex-grow:1}.level-card__title{font-size:1.75rem;font-weight:800;margin:0}.level-card__description{font-size:1.25rem;font-weight:300;margin-bottom:.5rem;margin-top:-.25em}.level-card__progress-wrapper{align-items:center;column-gap:1rem;display:flex;width:100%}.level-card__progress-track{background-color:#dadced;border-radius:.25rem;flex-grow:1;height:.625rem}.level-card__progress-fill{background-color:#6aefb6;border-radius:.25rem;height:100%;transition:width 2s ease-out}.level-card__progress-text{color:#2a2c41;font-size:1rem;font-weight:700;min-width:2.5rem;text-align:right}.level-card__badge{height:auto;max-width:100%;position:absolute;right:1.5rem;top:1.5rem;width:2.75rem}@media (max-width:600px){.level-card{column-gap:0;flex-direction:column;padding:1.5rem 1rem;row-gap:1.25rem;text-align:center}.level-card__icon{width:25%}.level-card__progress-wrapper{justify-content:center}}