.fa-chart-cards{border-radius:20px;display:flex;flex-direction:column;gap:2rem;margin-bottom:20px}.fa-chart-cards.fa-chart-cards--background-blue-red-gradient .fa-chart-cards__inner{background:linear-gradient(180deg,rgba(226,231,255,.5),rgba(255,229,223,.5));padding:40px}.fa-chart-cards.fa-chart-cards--background-custom .fa-chart-cards__inner{background:var(--fa-chart-cards-background);padding:40px}.fa-chart-cards.fa-chart-cards--background-none .fa-chart-cards__inner{background:transparent;padding:40px}.fa-chart-cards .fa-chart-cards__inner{border-radius:20px;display:flex;flex-direction:column;gap:2rem;padding:40px}.fa-chart-cards .fa-chart-cards__heading{margin-bottom:1.5rem;width:100%}.fa-chart-cards .fa-chart-cards__title{color:var(--dark-blue);font-family:var(--ff-header);font-size:clamp(2rem,4vw,3rem);font-weight:var(--fw-800);line-height:1.2;margin:0;text-wrap:balance;width:100%}.fa-chart-cards .fa-chart-cards__layout{align-items:center;display:grid;gap:2rem;grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);width:100%}.fa-chart-cards .fa-chart-cards__content{display:flex;flex-direction:column;gap:1.5rem}.fa-chart-cards .fa-chart-cards__text{color:var(--neutral-800);font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem}.fa-chart-cards .fa-chart-cards__text p{margin:0 0 18px}.fa-chart-cards .fa-chart-cards__text p:last-child{margin-bottom:0}.fa-chart-cards .fa-chart-cards__text strong{font-weight:800}.fa-chart-cards .fa-chart-cards__buttons{display:flex;gap:1rem}.fa-chart-cards .fa-chart-cards__cards{width:100%}.fa-chart-cards .fa-chart-cards__card{align-items:flex-end;background:#fff;border-radius:8px;display:flex;justify-content:center;min-height:312px;overflow:hidden;padding:32px}.fa-chart-cards .fa-chart-cards__chart{align-items:flex-end;display:flex;gap:clamp(16px,4vw,32px);height:250px;justify-content:center;width:100%}.fa-chart-cards .fa-chart-cards__chart-item{align-items:flex-end;display:flex;height:100%;position:relative;width:clamp(90px,10vw,140px)}.fa-chart-cards .fa-chart-cards__bar{background:linear-gradient(180deg,var(--bar-start),var(--bar-end));border-radius:10px;height:0;transition:height 1.6s cubic-bezier(.16,1,.3,1);width:100%}.fa-chart-cards .fa-chart-cards__label{align-items:center;bottom:0;display:flex;gap:8px;justify-content:center;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:bottom 1.6s cubic-bezier(.16,1,.3,1),opacity .5s ease .25s;white-space:nowrap;z-index:2}.fa-chart-cards .fa-chart-cards__flag{display:inline-flex;height:var(--icon-size);width:var(--icon-size)}.fa-chart-cards .fa-chart-cards__flag svg{display:block;height:100%;width:100%}.fa-chart-cards .fa-chart-cards__value{color:var(--value-color);font-family:var(--ff-header);font-size:clamp(2rem,4vw,3rem);font-weight:var(--fw-800);line-height:1;white-space:nowrap}.fa-chart-cards.is-visible .fa-chart-cards__bar{height:var(--chart-height)}.fa-chart-cards.is-visible .fa-chart-cards__label{bottom:calc(var(--chart-height) + 8px);opacity:1}@media(max-width:990px){.fa-chart-cards{padding:64px 0}.fa-chart-cards .fa-chart-cards__layout{gap:1rem;grid-template-columns:1fr}.fa-chart-cards .fa-chart-cards__cards{grid-row:1}.fa-chart-cards .fa-chart-cards__content{grid-row:2}}@media(max-width:768px){.fa-chart-cards .fa-chart-cards__inner{padding:32px}.fa-chart-cards .fa-chart-cards__bar{height:var(--chart-height);transition:none}.fa-chart-cards .fa-chart-cards__label{bottom:calc(var(--chart-height) + 8px);opacity:1;transition:none}}
