.calculated-wrapper{display:flex;flex-direction:row;gap:48px;min-height:350px}.calculated-wrapper>div{width:100%}.comparison-wrapper{display:flex;flex-direction:row;gap:24px;justify-content:space-between;--max-bar-height:580px}.comparison-wrapper>div{display:flex;flex-direction:column;gap:5px;text-align:center;width:100%}.comparison{display:flex;flex-direction:column;height:var(--max-bar-height);justify-content:flex-end;margin-top:auto;min-height:unset}.comparison>div{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;font-size:clamp(11px,1vw,16px);justify-content:space-between;line-height:1.1;min-height:0;overflow:hidden;padding:0 10px}.comparison>div:first-of-type:not(.savings-bar){border-top-left-radius:13px;border-top-right-radius:13px}.under-desc{display:flex;flex-direction:column;font-size:12px;gap:10px;margin-top:24px}.comparison>.savings-bar:first-of-type+div{border-top-left-radius:13px;border-top-right-radius:13px}.comparison>div:last-of-type{border-bottom-left-radius:13px;border-bottom-right-radius:13px}.savings-bar{background:#fff;border:1px dashed #6d6969;border-radius:10px;color:#000;margin-bottom:5px}@media (max-width:530px){.comparison>div{align-items:center;flex-direction:column;justify-content:center;line-height:17px}}@media (max-width:430px){.comparison .small-text{font-size:14px}}@media (max-width:700px){.calculated-wrapper>div{padding:10px!important}}@media (max-width:1140px){.calculated-wrapper{flex-direction:column;gap:40px}}