
.big-numbers {
  grid-column: 3 / 7 !important;
  font-size: 200px;
  display: flex;
  flex-direction: column;
  line-height: 100px;
  margin: 64px 0;
  margin-left: -12px;
}
.big-numbers .blue {
  color: #0046F9;
  position: relative;
  z-index: -1;
}

.card-stats {
  display: flex;
  justify-content: space-between;
}

.card-stats h3 {
  margin: 0;
}
.card-stats h2 {
  margin: 0;
  color: #0046F9;
  font-size: 120px;
  margin-top: -18px;
  margin-bottom: -18px;
}

.card-stats .black {
  color: #002481;
}

@media screen and (max-width: 1000px) {
  .big-numbers {
    font-size: 100px !important;
    line-height: 50px;
    margin-top: 32px;
    margin-left: 0;
  }
  small.legend {
    font-size: 14px !important;
  }
}

.card-stats p {
  font-size: 20px;
  margin: 0;
}

.cards-mockup {
  height: 500px;
  margin-bottom: 120px;
  position: relative;
  z-index: -1;
}
.cards-mockup img {
  width: 100%;
}

.cards-mockup:after {
  content: " ";
  position: absolute;
  inset: 0;
  display: block;
  background: radial-gradient(circle, transparent 50%, white);
}

@media screen and (max-width: 1000px) {
  .card-stats {
    flex-direction: column;
    gap: 32px;
  }
  .card-stats h2 {
    font-size: 100px;
  }
  .cards-mockup {
    margin-top: 60px;
    height: 160px;
    padding: 0 !important;
  }
  .cards-mockup:after {
    content: none;
  }

  h2.contained {
    font-size: 32px;
  }
}

.ecosystem {
  display: flex;
  gap: 24px;
  position: relative;
  justify-content: space-between;
  margin-bottom: 100px;
}

.ecosystem:after {
  content: " ";
  display: block;
  position: absolute;
  left: 24px;
  right: -100vw;
  top: 105px;
  border-top: solid 1px black;
}

.ecosystem img {
  height: 260px;
}

.ecosystem > div {
  position: relative;
}
.ecosystem > div > div {
  display: flex;
  gap: 12px;
}

.ecosystem > div:after {

  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  top: 97px;
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background-color: black;
}

.ecosystem > div > h3 {
  height: 72px;
  margin-bottom: 42px;
  white-space: pre;
}

@media screen and (max-width: 1250px) {
  .ecosystem img {
    height: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .ecosystem {
    flex-direction: column;
  }
  .ecosystem > div {
    padding-left: 8px;

  }
  .ecosystem > div > div {
    justify-content: center;
  }
  .ecosystem:after {
    right: auto;
    left: 16px;
    top: 0px;
    bottom: -64px;
    border-left: solid 1px black;
  }
  .ecosystem > div:after {
    top: 6px;
    left: -16px;
  }
  .ecosystem > div > h3 {
    white-space: normal;
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 0px;
  }
}

.social-stats {
  display: flex;
  justify-content: space-between;
}
.social-stats > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: flex-start;
  gap: 12px;
}
.social-stats h3 {
  color: #0046F9;
  margin: 0;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 12px;
}

.social-stats > div > img {
  margin-top: 38px;
}

.social-stats p {
  margin: 0;
  font-weight: 500;
}

.mobile-devices {
  display: flex;
  justify-content: space-around;
  margin-top: 120px;
  margin-bottom: 100px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile-devices p {
  max-width: 200px;
  height: 40px;
}

.mobile-devices img {
  height: 240px
}

@media screen and (max-width: 1000px) {
  .social-stats {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
  .social-stats > div {
    grid-template-columns: 1fr;
  }
  .social-stats h3 {
    font-size: 48px;
    margin-bottom: 6px;
  }
  .mobile-devices {
    margin-top: 64px;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
  }
  .mobile-devices > div {
    transform: none !important;
  }
  .mobile-devices img {
    height: 180px;
  }
}

.multibrand h2 {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.multibrand .title p {
  font-size: 24px;
  margin: 0;
}


.multibrand .images {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 100px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.multibrand .images p {
  height: 40px;
}

.multibrand .images img {
  height: 240px
}
@media screen and (max-width: 1000px) {
  .multibrand .images {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .multibrand .images img {
    height: 120px
  }
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.club-title {
  margin: 100px auto 60px;
  max-width: calc(100% - 44px);
}

.club-image {
  max-width: calc(100% - 48px);
  position: relative;
}

.club-stat {
  margin-top: 70px;
  margin-bottom: 120px;
}

.club-stat > * { 
  margin: 0;
}
.club-stat > h2 { 
  font-weight: 400;
}
.img-right {
  position: relative;
  float: right;
  z-index: 0;
  margin-top: -28%;
  margin-bottom: 120px;
}

.img-right:after {
  content: " ";
  position: absolute;
  inset: 0;
  display: block;
  background: radial-gradient(closest-side, transparent 50%, black);
}
.main-text {
  float: left;
  padding: 0 22px;
  z-index: 1;
  position: relative;
}
.main-text h2 {
  max-width: 740px;
}
.main-text p {
  max-width: 500px;
}
.circle {
  width: 416px;
  height: 416px;
  border-radius: 100%;
  border: solid 4px white;
  position: absolute;
  z-index: 1;
}

.circle.left {
  left: -210px;
  margin-top: -416px;
}

.circle.right {
  right: -210px;
  margin-top: -386px;
}

@media screen and (max-width: 1000px) {
  .club-title {
    margin-top: 40px;
  }
  .circle {
    width: 200px;
    height: 200px;
    opacity: 0.25;
  }

  .circle.left {
    left: -110px;
    margin-top: -156px;
  }

  .circle.right {
    right: -110px;
    margin-top: -256px;
  }
  .club-stat > h2 {
    font-size: 42px;
    margin-bottom: 12px;
  }
  .club-stat > p {
    font-size: 20px;
  }
  .main-text {
    padding: 0 !important;
  }
  .main-text h2 {
    font-size: 32px;
  }
  .main-text p {
    font-size: 16px;
  }
  .img-right {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .img-right img {
    max-width: 120%;
    margin-right: -20%;
  }
}