.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.red {
  color: #E44939;
}
.red-bg {
  background-color: #E44939;
  color: white;
}

.gray {
  color: #657285;
}
.gray-bg {
  background-color: #657285;
  color: white;
}

.light-gray {
  color: #657285;
}
.light-gray-bg {
  background-color: #657285;
  color: white;
}

.gray-light {
  color: #B2B8BF;
}
.gray-light-bg {
  background-color: #B2B8BF;
  color: white;
}

.blue {
  color: #002788;
}
.blue-bg {
  background-color: #002788;
  color: white;
}

.orange {
  color: #F6B00D;
}
.orange-bg {
  background-color: #F6B00D;
  color: white;
}

.darkpurple {
  color: #600088;
}
.darkpurple-bg {
  background-color: #600088;
  color: white;
}

.green {
  color: #06D6A0;
}
.green-bg {
  background-color: #06D6A0;
  color: white;
}

.purple {
  color: #E0E5F2 !important;
}
.purple-bg {
  background-color: #E0E5F2 !important;
  color: white !important;
}

.white {
  color: #FFFFFF;
}

.uppercase {
  text-transform: uppercase;
}

.section-title {
  font-size: 18px;
  margin-bottom: 32px;
}

.section {
  margin-bottom: 100px !important;
}

.huge {
  font-size: 50px;
  line-height: 50px;
}
.huge-extra {
  font-size: 137px;
  line-height: 137px;
}

.big {
  font-size: 20px;
}

.medium {
  font-size: 14px;
}

.small {
  font-size: 13px;
}
