.Slider__Navigation{margin-top:15px}.Slider__Carousel{-moz-user-select:auto!important;user-select:auto!important;-webkit-user-select:auto!important}.SliderNavigation{position:relative;width:100%}.SliderNavigation__Buttons{display:flex;justify-content:space-between}.SliderNavigation__Button{display:flex;width:32px;height:32px;border-radius:10px;align-items:center;justify-content:center;background-color:var(--chakra-colors-brand-normal)}.SliderNavigation__Button:hover{cursor:pointer;background-color:var(--chakra-colors-brand-light)}.SliderNavigation__Button--Disabled,.SliderNavigation__Button--Disabled:hover{background-color:var(--chakra-colors-gray-800)}.SliderNavigation__Button--Disabled:hover{cursor:default}.SliderNavigation__Button--Next{position:absolute;right:0}.SliderNavigation__ProgressBars{position:absolute;display:flex;width:calc(100% - 120px);margin:0 auto;top:50%;left:50%;transform:translate(-50%,-50%)}.SliderNavigation__ProgressBar{width:100%;margin-right:16px}.SliderNavigation__ProgressBar:last-child{margin-right:0}.DashboardCard{padding:30px;height:180px}.DashboardCard__ContentWrapper{display:flex;flex-direction:column;height:100%}.DashboardCard__ContentWrapper--Icon{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:100%}.DashboardCard__Content{height:100%;display:flex;flex-direction:column;width:100%;overflow:hidden}.DashboardCard__ContentWrapper--Icon .DashboardCard__Content{display:block;height:auto}.DashboardCard__Title{margin-bottom:12px;color:var(--chakra-colors-brand-normal);font-style:italic;font-size:.875rem;text-transform:uppercase}.DashboardCard__Title,.DashboardCard__Value{font-family:var(--chakra-fonts-heading);font-weight:800}.DashboardCard__Value{font-size:1.25rem;height:100%}@media screen and (max-width:62em){.DashboardCard{padding:28px}}@media screen and (max-width:48em){.DashboardCard{padding:16px;height:120px}.DashboardCard__Title{margin-bottom:4px}}.DashboardCards{width:100%}.DashboardCards__Slider{margin-top:-10px;margin-bottom:-10px}.DashboardCards__CardsColumn{width:90%;padding:10px}.DashboardCards__Card{margin-bottom:20px}.DashboardCards__Card:last-child{margin-bottom:0}@media screen and (min-width:600px){.DashboardCards .SliderNavigation{display:none}}@media screen and (max-width:48em){.DashboardCards__CardsColumn{padding:10px 4px}.DashboardCards__Card{margin-bottom:8px}.DashboardCards__Card:last-child{margin-bottom:0}}@media screen and (max-width:600px){.DashboardCards__Slider{width:calc(100% + 20px)}.DashboardCards .Slider__Carousel{width:110%;margin:0 calc(-5% - 4px);overflow:visible}}.DashboardCards--NoSlider .DashboardCards__Grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px;width:100%}@media screen and (min-width:48em){.DashboardCards--AlwaysSlider .SliderNavigation{display:block}}.DashboardCards__Title{margin-bottom:12px;color:var(--chakra-colors-brand-normal);font-style:italic;font-size:.875rem;text-transform:uppercase;white-space:nowrap}.DashboardCards__Title,.DashboardCards__Value{font-family:var(--chakra-fonts-heading);font-weight:800}.DashboardCards__Value{font-size:1.25rem;flex-grow:1}