.-green {
  color: #4DCA0E;
}

.bg-green {
  background-color: #4DCA0E;
}

.-light-blue {
  color: #84C4E0;
}

.bg-light-blue {
  background-color: #84C4E0;
}

.-light-mauve {
  color: #D8C2DE;
}

.bg-light-mauve {
  background-color: #D8C2DE;
}

.hero--cadence {
  background: url(/img/hero/cadence-paint.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 80px 20px;
}
.hero--cadence > .hero__text {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .hero--cadence {
    background: url(/img/hero/paints-mobile.jpg) no-repeat center top;
    background-size: contain;
    padding: 120px 20px;
  }
}
.hero__bar {
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.hero__bar--purple {
  background: #50247b;
}
@media screen and (max-width: 768px) {
  .hero__bar {
    height: 87%;
  }
}
.hero__box {
  padding: 30px;
  border-radius: 20px;
  filter: drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.12));
}
.hero__box--white {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .hero__box-image {
    max-width: 200px;
    margin: auto;
  }
}
.hero__list li {
  font-family: "Karla", sans-serif;
}

.activity {
  display: flex;
  max-width: 80%;
  padding: 4%;
  margin-top: 40px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .activity {
    flex-direction: row;
  }
}
.activity:nth-child(odd) {
  background: linear-gradient(98.13deg, #eeeeee 0%, rgba(238, 238, 238, 0.33) 102.78%);
  border-radius: 10px 0px 0px 10px;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .activity:nth-child(odd) {
    padding-right: 18vw;
  }
}
.activity:nth-child(even) {
  background: linear-gradient(98.41deg, #eeeeee 0.55%, rgba(238, 238, 238, 0) 100%, rgba(238, 238, 238, 0.4) 100%);
  border-radius: 0px 10px;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .activity:nth-child(even) {
    padding-left: 18vw;
    flex-direction: row-reverse;
  }
}
.activity--shadow {
  box-shadow: 1px 4px 25px rgba(225, 195, 255, 0.5);
  border-radius: 10px;
}
.activity--shadow:nth-child(odd) {
  background: #ffffff;
}
.activity--shadow:nth-child(even) {
  background: #ffffff;
}
.activity__title {
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: bold;
  position: relative;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
}
.activity__title--accent:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -40%;
  width: 100%;
  background-image: url(/img/accents/brush-stroke.png);
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .activity__title {
    font-size: 26px;
  }
}
.activity__subtitle {
  font-size: 18px;
  line-height: 22px;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.activity__tag {
  flex: 1;
  margin: -10% auto 2% auto;
}
.activity__text {
  flex: 3;
}
.activity__image:nth-child(odd) {
  margin-right: 5%;
}
.activity__image:nth-child(even) {
  margin-left: 5%;
}
@media screen and (min-width: 1024px) {
  .activity:nth-child(odd) .activity__tag {
    margin: 0 0 0 -10%;
    padding-right: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .activity:nth-child(even) .activity__tag {
    margin: 0 -10% 0 0;
    padding-left: 4%;
  }
}

/*# sourceMappingURL=packs.css.map */
