/*---------------------------------------------------*/
/*	Spaces
/*---------------------------------------------------*/
.pt-8 {
  padding-top: 0.5rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-48 {
  padding-top: 3rem !important;
}

.pt-56 {
  padding-top: 3.5rem !important;
}

.pt-64 {
  padding-top: 4rem !important;
}

.pt-72 {
  padding-top: 4.5rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-88 {
  padding-top: 5.5rem !important;
}

.pt-96 {
  padding-top: 6rem !important;
}

.pt-104 {
  padding-top: 6.5rem !important;
}

.pt-112 {
  padding-top: 7rem !important;
}

.pt-120 {
  padding-top: 7.5rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pb-32 {
  padding-bottom: 2rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-48 {
  padding-bottom: 3rem !important;
}

.pb-56 {
  padding-bottom: 3.5rem !important;
}

.pb-64 {
  padding-bottom: 4rem !important;
}

.pb-72 {
  padding-bottom: 4.5rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-88 {
  padding-bottom: 5.5rem !important;
}

.pb-96 {
  padding-bottom: 6rem !important;
}

.pb-104 {
  padding-bottom: 6.5rem !important;
}

.pb-112 {
  padding-bottom: 7rem !important;
}

.pb-120 {
  padding-bottom: 7.5rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-48 {
  margin-top: 3rem !important;
}

.mt-56 {
  margin-top: 3.5rem !important;
}

.mt-64 {
  margin-top: 4rem !important;
}

.mt-72 {
  margin-top: 4.5rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-88 {
  margin-top: 5.5rem !important;
}

.mt-96 {
  margin-top: 6rem !important;
}

.mt-104 {
  margin-top: 6.5rem !important;
}

.mt-112 {
  margin-top: 7rem !important;
}

.mt-120 {
  margin-top: 7.5rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-48 {
  margin-bottom: 3rem !important;
}

.mb-56 {
  margin-bottom: 3.5rem !important;
}

.mb-64 {
  margin-bottom: 4rem !important;
}

.mb-72 {
  margin-bottom: 4.5rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-88 {
  margin-bottom: 5.5rem !important;
}

.mb-96 {
  margin-bottom: 6rem !important;
}

.mb-104 {
  margin-bottom: 6.5rem !important;
}

.mb-112 {
  margin-bottom: 7rem !important;
}

.mb-120 {
  margin-bottom: 7.5rem !important;
}

@media (min-width: 768px) {
  .pt-md-8 {
    padding-top: 0.5rem !important;
  }

  .pt-md-16 {
    padding-top: 1rem !important;
  }

  .pt-md-24 {
    padding-top: 1.5rem !important;
  }

  .pt-md-32 {
    padding-top: 2rem !important;
  }

  .pt-md-40 {
    padding-top: 2.5rem !important;
  }

  .pt-md-48 {
    padding-top: 3rem !important;
  }

  .pt-md-56 {
    padding-top: 3.5rem !important;
  }

  .pt-md-64 {
    padding-top: 4rem !important;
  }

  .pt-md-72 {
    padding-top: 4.5rem !important;
  }

  .pt-md-80 {
    padding-top: 5rem !important;
  }

  .pt-md-88 {
    padding-top: 5.5rem !important;
  }

  .pt-md-96 {
    padding-top: 6rem !important;
  }

  .pt-md-104 {
    padding-top: 6.5rem !important;
  }

  .pt-md-112 {
    padding-top: 7rem !important;
  }

  .pt-md-120 {
    padding-top: 7.5rem !important;
  }

  .pb-md-8 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-16 {
    padding-bottom: 1rem !important;
  }

  .pb-md-24 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-32 {
    padding-bottom: 2rem !important;
  }

  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-48 {
    padding-bottom: 3rem !important;
  }

  .pb-md-56 {
    padding-bottom: 3.5rem !important;
  }

  .pb-md-64 {
    padding-bottom: 4rem !important;
  }

  .pb-md-72 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-80 {
    padding-bottom: 5rem !important;
  }

  .pb-md-88 {
    padding-bottom: 5.5rem !important;
  }

  .pb-md-96 {
    padding-bottom: 6rem !important;
  }

  .pb-md-104 {
    padding-bottom: 6.5rem !important;
  }

  .pb-md-112 {
    padding-bottom: 7rem !important;
  }

  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }

  .mt-md-8 {
    margin-top: 0.5rem !important;
  }

  .mt-md-16 {
    margin-top: 1rem !important;
  }

  .mt-md-24 {
    margin-top: 1.5rem !important;
  }

  .mt-md-32 {
    margin-top: 2rem !important;
  }

  .mt-md-40 {
    margin-top: 2.5rem !important;
  }

  .mt-md-48 {
    margin-top: 3rem !important;
  }

  .mt-md-56 {
    margin-top: 3.5rem !important;
  }

  .mt-md-64 {
    margin-top: 4rem !important;
  }

  .mt-md-72 {
    margin-top: 4.5rem !important;
  }

  .mt-md-80 {
    margin-top: 5rem !important;
  }

  .mt-md-88 {
    margin-top: 5.5rem !important;
  }

  .mt-md-96 {
    margin-top: 6rem !important;
  }

  .mt-md-104 {
    margin-top: 6.5rem !important;
  }

  .mt-md-112 {
    margin-top: 7rem !important;
  }

  .mt-md-120 {
    margin-top: 7.5rem !important;
  }

  .mb-md-8 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-16 {
    margin-bottom: 1rem !important;
  }

  .mb-md-24 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-32 {
    margin-bottom: 2rem !important;
  }

  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-48 {
    margin-bottom: 3rem !important;
  }

  .mb-md-56 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-64 {
    margin-bottom: 4rem !important;
  }

  .mb-md-72 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-80 {
    margin-bottom: 5rem !important;
  }

  .mb-md-88 {
    margin-bottom: 5.5rem !important;
  }

  .mb-md-96 {
    margin-bottom: 6rem !important;
  }

  .mb-md-104 {
    margin-bottom: 6.5rem !important;
  }

  .mb-md-112 {
    margin-bottom: 7rem !important;
  }

  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-16 {
    padding-top: 1rem !important;
  }

  .pt-lg-24 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-32 {
    padding-top: 2rem !important;
  }

  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-48 {
    padding-top: 3rem !important;
  }

  .pt-lg-56 {
    padding-top: 3.5rem !important;
  }

  .pt-lg-64 {
    padding-top: 4rem !important;
  }

  .pt-lg-72 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-80 {
    padding-top: 5rem !important;
  }

  .pt-lg-88 {
    padding-top: 5.5rem !important;
  }

  .pt-lg-96 {
    padding-top: 6rem !important;
  }

  .pt-lg-104 {
    padding-top: 6.5rem !important;
  }

  .pt-lg-112 {
    padding-top: 7rem !important;
  }

  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-24 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-32 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-48 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-56 {
    padding-bottom: 3.5rem !important;
  }

  .pb-lg-64 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-72 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-88 {
    padding-bottom: 5.5rem !important;
  }

  .pb-lg-96 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-104 {
    padding-bottom: 6.5rem !important;
  }

  .pb-lg-112 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }

  .mt-lg-8 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-16 {
    margin-top: 1rem !important;
  }

  .mt-lg-24 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-32 {
    margin-top: 2rem !important;
  }

  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-48 {
    margin-top: 3rem !important;
  }

  .mt-lg-56 {
    margin-top: 3.5rem !important;
  }

  .mt-lg-64 {
    margin-top: 4rem !important;
  }

  .mt-lg-72 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-80 {
    margin-top: 5rem !important;
  }

  .mt-lg-88 {
    margin-top: 5.5rem !important;
  }

  .mt-lg-96 {
    margin-top: 6rem !important;
  }

  .mt-lg-104 {
    margin-top: 6.5rem !important;
  }

  .mt-lg-112 {
    margin-top: 7rem !important;
  }

  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-24 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-32 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-48 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-56 {
    margin-bottom: 3.5rem !important;
  }

  .mb-lg-64 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-72 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-88 {
    margin-bottom: 5.5rem !important;
  }

  .mb-lg-96 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-104 {
    margin-bottom: 6.5rem !important;
  }

  .mb-lg-112 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-16 {
    padding-top: 1rem !important;
  }

  .pt-xl-24 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-32 {
    padding-top: 2rem !important;
  }

  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-48 {
    padding-top: 3rem !important;
  }

  .pt-xl-56 {
    padding-top: 3.5rem !important;
  }

  .pt-xl-64 {
    padding-top: 4rem !important;
  }

  .pt-xl-72 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-80 {
    padding-top: 5rem !important;
  }

  .pt-xl-88 {
    padding-top: 5.5rem !important;
  }

  .pt-xl-96 {
    padding-top: 6rem !important;
  }

  .pt-xl-104 {
    padding-top: 6.5rem !important;
  }

  .pt-xl-112 {
    padding-top: 7rem !important;
  }

  .pt-xl-120 {
    padding-top: 7.5rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-32 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-48 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-56 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xl-64 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-88 {
    padding-bottom: 5.5rem !important;
  }

  .pb-xl-96 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-104 {
    padding-bottom: 6.5rem !important;
  }

  .pb-xl-112 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-120 {
    padding-bottom: 7.5rem !important;
  }

  .mt-xl-8 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-16 {
    margin-top: 1rem !important;
  }

  .mt-xl-24 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-32 {
    margin-top: 2rem !important;
  }

  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-48 {
    margin-top: 3rem !important;
  }

  .mt-xl-56 {
    margin-top: 3.5rem !important;
  }

  .mt-xl-64 {
    margin-top: 4rem !important;
  }

  .mt-xl-72 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-80 {
    margin-top: 5rem !important;
  }

  .mt-xl-88 {
    margin-top: 5.5rem !important;
  }

  .mt-xl-96 {
    margin-top: 6rem !important;
  }

  .mt-xl-104 {
    margin-top: 6.5rem !important;
  }

  .mt-xl-112 {
    margin-top: 7rem !important;
  }

  .mt-xl-120 {
    margin-top: 7.5rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-24 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-32 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-48 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-56 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xl-64 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-72 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-88 {
    margin-bottom: 5.5rem !important;
  }

  .mb-xl-96 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-104 {
    margin-bottom: 6.5rem !important;
  }

  .mb-xl-112 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-120 {
    margin-bottom: 7.5rem !important;
  }
}
