.DashboardCard{position:relative;display:block;cursor:pointer;min-height:240px;padding:16px;background:#fff;color:#000;border:#f2f2f2;font-size:1.2rem;overflow:hidden}.DashboardCard.is-withPicture{color:#fff}.DashboardCard.is-withPicture .DashboardCard__arrow path{fill:#fff}.DashboardCard .DashboardCard__arrow{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:1;width:12px}.DashboardCard .DashboardCard__arrow path{fill:#000}.DashboardCard__content{position:relative;display:flex;flex-direction:column;min-height:170px}.DashboardCard__date{text-transform:uppercase;min-height:34px}.DashboardCard__icon{width:20px;min-height:34px}.DashboardCard__icon path{fill:#000}.DashboardCard__title{font-size:1.6rem;font-weight:700;min-height:50px;width:calc(100% - 16px)}.DashboardCard__alert{position:absolute;top:0;right:0;font-size:1.1rem;padding:4px 8px;font-weight:700;color:#fff;background:#ee5352}.DashboardCard__description{min-height:68px;width:calc(100% - 16px)}.DashboardCard__background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%}.DashboardCard__background:after{content:" ";position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(180deg,transparent,#000)}.DashboardCard__background img{height:100%;width:auto}.DashboardCard.is-aemCard .DashboardCard__alert{background:#009ad7}.Dashboard{padding:8px;position:relative}@media screen and (min-width:670px){.Dashboard{padding:32px}}.Dashboard__cards{display:flex;flex-wrap:wrap;align-items:center}.Dashboard__card{margin:8px;width:calc(100% - 16px)}@media screen and (min-width:670px){.Dashboard__card{width:calc(50% - 16px)}}@media screen and (min-width:1024px){.Dashboard__card{width:calc(33.33% - 16px)}}