html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    font-family: "Digital Numbers";
  }
  
  *,:before,:after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
  }
  
  .container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
  }
  
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media screen and (min-width: 1204px) {
    .container {
      max-width: 1140px;
    }
    .container {
      max-width: 1140px;
    }
  }
  
  .hero {
    background:linear-gradient(to top,#ababab1a,#ababab00);
    min-height: 70vh;
    margin-top: -170px !important;
    padding-top: 170px !important;
  }
  
  @media screen and (max-width: 768px) {
    /* .hero {
      min-height: auto;
    } */
  }
  
  .hero .hero-body .campaign {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .hero.connect-page {
    min-height: auto;
  }
  
  .hero .hero-body {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  @media screen and (max-width: 768px) {
    .hero .hero-body {
      padding: 2rem 0;
    }
  }
  
  .section.pair .pair-steps .step .step-number .value {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
  }
  
  .hero .hero-body .counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
  }
  
  @media screen and (max-width: 768px) {
    .hero .hero-body .counter {
      margin: 2rem 0 0;
    }
  }
  
  .hero .hero-body .counter .title {
    color: #9c9c9c;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 2px #0003;
  }
  
  .hero .hero-body .counter .counter-boxes {
    display: flex;
    flex-direction: row;
  }
  
  .hero .hero-body .counter .counter-boxes .count-box {
    background-color: #1a1c1ccc;
    box-shadow: 0 5px 10px #0000004d;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-right: 4px;
    text-shadow: 0 1px 0 #0000004d;
  }
  
  @media screen and (max-width: 768px) {
    .hero .hero-body .counter .counter-boxes .count-box {
      width: 70px;
      height: 70px;
    }
  }
  
  .hero .hero-body .counter .counter-boxes .count-box h1 {
    color: #fff;
    padding: 8px 0 0;
    margin: 0;
    font-size: 2.5rem;
    line-height: 2rem;
  }
  
  @media screen and (max-width: 768px) {
    .hero .hero-body .counter .counter-boxes .count-box h1 {
      font-size: 2rem;
    }
  }
  
  .hero .hero-body .counter .counter-boxes .count-box span {
    color: #9c9c9c;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 768px) {
    .hero .hero-body .counter .counter-boxes .count-box span {
      font-size: 10px;
      letter-spacing: 0;
    }
  }
  
  .hero .hero-body .counter .counter-boxes .count-box:last-of-type {
    margin-right: 0;
  }
  
  .container {
    width: 100%;
  }