.dashboardHeaderContent{display:flex;flex-direction:column;gap:24px;padding-bottom:50px}.dashboardHeaderContent__top{display:flex;flex-direction:column;gap:4px}.dashboardHeaderContent__title{font-size:56px}.dashboardHeaderContent__stats{display:flex;gap:56px;align-items:center}.dashboardHeaderContent__stat{display:flex;flex-direction:column;gap:4px}.dashboardHeaderContent__statLabel{font-size:14px;color:var(--color-basic-white-70)}.dashboardHeaderContent__statValue{display:flex;gap:8px;align-items:center;font-size:24px;font-weight:700;color:var(--color-basic-white)}.dashboardHeaderContent__statValue span{font-weight:400;color:var(--color-basic-neutral)}.dashboardHeaderContent__statIcon{width:24px;height:24px}@media(max-width:1399px){.dashboardHeaderContent{padding-bottom:40px}.dashboardHeaderContent__title{font-size:40px}.dashboardHeaderContent__description{font-size:20px}.dashboardHeaderContent__stats{gap:24px}.dashboardHeaderContent{padding-bottom:30px}}@media(max-width:991px){.dashboardHeaderContent{flex-direction:row;gap:8px;justify-content:space-between;padding-bottom:24px}.dashboardHeaderContent__title{font-size:32px}.dashboardHeaderContent__description{font-size:14px}.dashboardHeaderContent__stats{flex-wrap:wrap;gap:12px}.dashboardHeaderContent__statLabel{font-size:12px}.dashboardHeaderContent__statValue{font-size:16px}.dashboardHeaderContent__statIcon{width:16px;height:16px}}@media(max-width:767px){.dashboardHeaderContent{flex-direction:column;gap:16px}.dashboardHeaderContent__stats{justify-content:space-between}}@media(max-width:575px){.dashboardHeaderContent{gap:8px;padding-bottom:16px}.dashboardHeaderContent__title{font-size:24px}.dashboardHeaderContent__statLabel{font-size:10px}}