.content-block--darkerBlue {
  background-color: #1e0080;
  color: #fff;
}
.content-block--darkerBlue .content-block__header-right {
  position: relative;
}

.content-block--image {
  background-repeat: no-repeat;
  background-size: cover;
}

.content-stats__grid {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-block h2, .content-block__header h2 {
  color: #220090;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.95;
  margin-bottom: 0;
}

.content-block--darkBlue h2, .content-block--darkerBlue h2, .content-field--darkBlue h2, .content-field--darkerBlue h2 {
  color: #fff;
}

.content-block__cta {
  align-self: flex-start;
  display: flex;
  position: relative;
}

.cta-link {
  align-items: center;
  color: #220090;
  cursor: pointer;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 0.95;
  text-decoration: none;
}

.content-block--darkBlue .cta-link, .content-block--darkerBlue .cta-link {
  color: #fff;
}

.cta-link svg {
  fill: #220090;
  margin-right: 12px;
  transition: all 0.15s ease;
}

.content-block--darkBlue .cta-link svg, .content-block--darkerBlue .cta-link svg {
  fill: #fff;
}

.cta-link span {
  margin-top: -2px;
}

.stats-item {
  box-sizing: border-box;
  color: #141414;
  font-family: Montserrat Bold, verdana, Campton, arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 0.95;
  max-width: 400px;
  padding: 32px 24px;
  position: relative;
  text-transform: uppercase;
}

.content-stats__grid > * {
  flex: 1;
  width: 100%;
}

.stats-item > * {
  margin: 0;
  position: relative;
  z-index: 1;
}

.stats-item__desc {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-top: 8px;
}

.stats-item:after {
  background-color: #fdd922;
  content: "";
  height: 0;
  -webkit-mask-image: url(../images/image-mask.svg);
  mask-image: url(../images/image-mask.svg);
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  padding-bottom: 120px;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none;
  width: 120px;
}

.stats-item__count {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 70.5em) {
  .content-stats__grid > * {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 60em) {
  .content-block__cta {
    align-self: flex-end;
  }
  .content-stats__grid {
    align-items: flex-start;
    flex-direction: row;
    margin-top: 32px;
  }
  .content-stats__grid > * {
    margin-left: 24px;
    margin-right: 24px;
  }
  .content-stats__grid > :first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 40em) {
  .content-block--darkerBlue .content-block__header {
    justify-content: space-between;
    margin-bottom: 48px;
    display: flex;
  }
  .content-block--darkerBlue .content-block__header-right {
    align-self: flex-end;
  }
  .stats-item__count {
    font-size: 4em;
    font-weight: 700;
  }
}
.card-stats__grid--overview {
  grid-gap: 64px 24px;
  display: grid;
}

@media screen and (min-width: 40em) {
  .card-stats__grid {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 60em) {
  .card-stats__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 60em) {
  .card-stats__grid--overview > :nth-child(3n+2) {
    margin: -32px 0;
  }
}
.card-stats {
  display: flex;
  flex-direction: column;
}

.card-stats--highlighted .card-stats__header {
  background-color: #fdd922;
}

.card-stats--highlighted.green .card-stats__header {
  background-color: #42b649;
}

.card-stats--highlighted.blue .card-stats__header {
  background-color: #0600ff;
}

.card-stats__header {
  background-color: #0600ff;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 272px;
  overflow: hidden;
  padding: 32px 72px 24px 24px;
  position: relative;
  text-decoration: none;
}

.card-stats__header > * {
  position: relative;
  z-index: 5;
}

.card-stats__header__top {
  align-items: center;
  background-color: #b49a31;
  display: flex;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.yellow .card-stats__header__top__label, .yellow .card-stats__header__label, .yellow .card-stats__header__stat, .yellow .card-stats__header__name, .yellow .card-stats__header__stats, .yellow .card-stats__header__stats-item, .yellow .card-stats__row__stats-item--position {
  color: #220090;
}

.card-stats--highlighted .card-stats__header__top {
  background-color: #b49a31;
}

.card-stats--highlighted.green .card-stats__header__top {
  background-color: #1f8a43;
}

.card-stats--highlighted.blue .card-stats__header__top {
  background-color: rgba(34, 0, 144, 0.6);
}

.card-stats--highlighted.green .card-stats__header__top__label {
  background-color: #42b649;
}

.card-stats--highlighted.blue .card-stats__header__top__label {
  background-color: #0600ff;
}

.card-stats--highlighted .card-stats__header__top__label {
  background-color: #fdd922;
}

.card-stats__header__top__label {
  align-items: center;
  background-color: #0600ff;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 100%;
  line-height: 0.95;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
}

.card-stats--highlighted .card-stats__header__overlay:after, .card-stats--highlighted .card-stats__header__top__label:after {
  border-left-color: #fdd922;
}

.card-stats--highlighted.blue .card-stats__header__overlay:after, .card-stats--highlighted.blue .card-stats__header__top__label:after {
  border-left-color: #0600ff;
}

.card-stats--highlighted.green .card-stats__header__overlay:after, .card-stats--highlighted.green .card-stats__header__top__label:after {
  border-left-color: #42b649;
}

.card-stats__header__top__label:after {
  border-bottom: 0 solid transparent;
  border-left: 32px solid #0600ff;
  border-top: 32px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 100%;
  position: absolute;
  width: 0;
}

.card-stats__header__label {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 8px 0 0 -12px;
}

.card-stats__header__stat {
  font-size: 2.5rem;
  font-family: hansonbold, arial, sans-serif;
  font-weight: 500;
  line-height: 0.95;
  margin: auto 0 48px;
}
.card-stats__header__stat small {
  font-size: 0.4em;
}

.card-stats__header__name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}

.card-stats__header__stats {
  color: #fff !important;
}

.card-stats__header__stats, .card-stats__row__stats {
  color: rgba(34, 0, 144, 0.6);
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 4px;
  padding: 0;
  text-transform: none;
}

.card-stats__header__stats-item--position, .card-stats__row__stats-item--position {
  text-transform: capitalize;
}

.card-stats__header__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

.card-stats__header__overlay:after {
  border-bottom: 0 solid transparent;
  border-left: 200px solid #0600ff;
  border-top: 200px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.card-stats__header__image {
  bottom: 0;
  height: calc(100% - 48px);
  position: absolute;
  right: -5%;
  z-index: 3;
}

.card-stats__header__background {
  fill: rgba(34, 0, 144, 0.1);
  position: absolute;
  right: -48px;
  top: -16px;
  z-index: 1;
}

.card-stats--highlighted .card-stats__header__background {
  fill: rgba(34, 0, 144, 0.05);
}

.card-stats__row {
  align-items: center;
  background-color: #e0e0e0;
  color: #220090;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 16px 24px;
  text-decoration: none;
}

.card-stats__row__rank {
  flex-shrink: 0;
  font-weight: 600;
  width: 25px;
}

.card-stats__row__image-wrapper {
  flex-shrink: 0;
  height: 32px;
  margin-right: 20px;
  position: relative;
  width: 32px;
}

.card-stats__row__image-wrapper__inner {
  background-color: #e4e4e4;
  border-radius: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
  width: 32px;
}

.card-stats__row__image {
  height: 100%;
  height: calc(100% + 4px);
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-stats__row__logo {
  bottom: 0;
  height: 20px;
  position: absolute;
  right: -8px;
  width: 20px;
}

.card-stats__row__score {
  margin-left: auto;
  padding-left: 16px;
  font-weight: 800;
}

.card-stats__row__name {
  font-weight: 800;
}

.card-stats__header__logo {
  z-index: 4;
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 40px;
  height: 40px;
}

.card-stats__row:nth-child(odd) {
  background-color: #f6f6f6;
}

/*# sourceMappingURL=stats_cards.css.map */
