$space-1: map-get(
  $map: $spacers,
  $key: 1
);
$space-2: map-get(
  $map: $spacers,
  $key: 2
);
$space-3: map-get(
  $map: $spacers,
  $key: 3
);
$space-4: map-get(
  $map: $spacers,
  $key: 4
);
$space-5: map-get(
  $map: $spacers,
  $key: 5
);

.img-blend {
  mix-blend-mode: darken;
}

.text-black {
  color: $black !important;
}

.bg-toxic-green {
  background-color: #52df00 !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.h-200px {
  height: 200px !important;
}

.full-bleed {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.text-no-transform {
  text-transform: none !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-size-cover {
  background-size: cover !important;
}

.bg-position-center {
  background-position: center !important;
}

.membership-benefit-icon {
  height: 120px;
  width: 120px;
}

.mr-30px {
  margin-right: 30px !important;
}

.mb-45px {
  margin-bottom: 45px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}
