.off-kilter {
  padding: 6% 2%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .off-kilter {
    flex-direction: row;
    justify-content: space-around;
  }
}
.off-kilter__item {
  position: relative;
  flex: 1;
  display: flex;
  max-width: 250px;
}
.off-kilter__item::before {
  content: url(/img/accents/swoosh-lines.png);
  position: absolute;
  width: 100%;
  z-index: 2;
}
.off-kilter__item img {
  width: 100%;
}
.off-kilter__item:first-child {
  left: -10%;
}
.off-kilter__item:nth-child(2) {
  margin-top: -16%;
  right: -20%;
}
.off-kilter__item:nth-child(3) {
  margin-top: -10%;
}
@media screen and (min-width: 768px) {
  .off-kilter__item:before {
    left: 0;
  }
  .off-kilter__item:nth-child(odd)::before {
    bottom: 0;
  }
  .off-kilter__item:nth-child(even)::before {
    top: 0;
  }
  .off-kilter__item:first-child {
    left: unset;
  }
  .off-kilter__item:nth-child(2) {
    margin-top: -5%;
    right: unset;
  }
  .off-kilter__item:nth-child(3) {
    margin-top: -1%;
  }
}

.scribble {
  position: relative;
}
.scribble::before {
  content: url(/img/accents/marker-blue.png);
  position: absolute;
  width: 100%;
  left: 0;
}

.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%;
  }
}

.freebie {
  border: 5px solid #19baed;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .freebie {
    padding-top: 94vw;
    margin: 10% auto;
    max-width: 84vw;
  }
}
@media screen and (min-width: 768px) {
  .freebie {
    margin: 10% 2%;
    height: 380px;
  }
}
.freebie__image {
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .freebie__image {
    width: 94vw;
    height: 94vw;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .freebie__image {
    left: 8%;
    width: 440px;
    height: 440px;
    position: relative;
    top: -30px;
  }
}
.freebie__content {
  padding: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .freebie__content {
    height: 100%;
  }
}
.freebie input {
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(225, 195, 255, 0.58);
  border-radius: 5px;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #757575;
  margin-right: 10px;
  margin-bottom: 10px;
}
.freebie input:last-child {
  margin-right: 0;
}
.freebie button {
  background: #19baed;
  border-radius: 30px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  border: none;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: bolder;
}

.stacked-images {
  padding: 6% 2%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stacked-images__item {
  position: relative;
  flex: 1;
  display: flex;
  max-width: 250px;
}
.stacked-images__item::before {
  content: url(/img/accents/swoosh-lines.png);
  position: absolute;
  width: 100%;
  z-index: 2;
}
.stacked-images__item img {
  width: 100%;
}
.stacked-images__item:first-child {
  left: -10%;
}
.stacked-images__item:nth-child(2) {
  margin-top: -16%;
  right: -20%;
}
.stacked-images__item:nth-child(3) {
  margin-top: -10%;
}

.book {
  color: #4a4a4a;
  display: flex;
  max-width: 80%;
  padding: 4%;
  margin-top: 40px;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 1px 4px 25px rgba(225, 195, 255, 0.5);
  border-radius: 10px;
  position: relative;
}
.book__link {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: absolute;
  transition: 0.4s ease;
}
.book__link:hover {
  transform: scale(1.1);
  transition: 0.4s ease;
}
.book__tag {
  flex: 1;
}
.book__tag img {
  border-radius: 10px;
}
.book__text {
  flex: 3;
}
.book__title {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  display: block;
}
@media screen and (max-width: 768px) {
  .book__title {
    margin-top: 20px;
  }
}
.book__subtitle {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .book {
    flex-direction: row;
  }
}
.book:nth-child(odd) {
  border-radius: 10px 0px 0px 10px;
  margin-left: auto;
}
.book:nth-child(odd) .book__link {
  top: -8px;
  left: -8px;
}
@media screen and (min-width: 1024px) {
  .book:nth-child(odd) {
    padding-right: 18vw;
  }
  .book:nth-child(odd) .book__tag {
    margin-right: 20px;
  }
}
.book:nth-child(even) {
  border-radius: 0px 10px;
  margin-right: auto;
}
.book:nth-child(even) .book__link {
  top: -8px;
  right: -8px;
}
@media screen and (min-width: 1024px) {
  .book:nth-child(even) {
    padding-left: 18vw;
    flex-direction: row-reverse;
  }
  .book:nth-child(even) .book__tag {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .book__tag {
    margin-right: 15px;
  }
}
.blog-hero {
  background: linear-gradient(104.49deg, rgba(225, 195, 255, 0.7) 4.12%, rgba(225, 195, 255, 0.1) 97.7%);
  position: relative;
  display: flex;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .blog-hero {
    background: none;
  }
}
.blog-hero__content {
  position: relative;
  margin-top: 5vw;
  margin-left: 5vw;
  margin-bottom: 5vw;
  padding: 2% 4%;
  flex: 2.5;
}
@media screen and (min-width: 768px) {
  .blog-hero__content {
    background: linear-gradient(104.49deg, rgba(225, 195, 255, 0.7) 4.12%, rgba(225, 195, 255, 0.1) 97.7%);
    flex: 1.5;
  }
}
.blog-hero__content:before {
  content: url(/img/accents/dashes.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .blog-hero__content:before {
    bottom: -7%;
  }
}
.blog-hero__title {
  background: #50247b;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  border-radius: 20px;
  z-index: 3;
  position: relative;
  color: #fff;
  padding: 5% 10%;
  font-size: 22px;
  max-width: 52vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .blog-hero__title {
    padding: 5%;
    font-size: 28px;
    max-width: unset;
  }
}
@media screen and (min-width: 1216px) {
  .blog-hero__title {
    font-size: 34px;
  }
}
.blog-hero__tags {
  max-width: 52vw;
}
@media screen and (min-width: 768px) {
  .blog-hero__tags {
    max-width: unset;
  }
}
.blog-hero__body {
  padding: 15% 5% 5% 5%;
}
.blog-hero__body h5 {
  font-weight: 300;
}
@media (min-width: 480px) {
  .blog-hero__body {
    padding-top: 2%;
  }
}
.blog-hero__image {
  flex: 2;
  margin-left: auto;
  object-fit: cover;
}
@media (min-width: 1216px) {
  .blog-hero__image {
    flex: 1.2;
  }
}
@media (max-width: 480px) {
  .blog-hero__image {
    position: absolute;
    z-index: 0;
    width: 45vw;
    right: 0;
    max-width: 200px;
  }
}
.blog-hero__image img {
  object-fit: cover;
  width: 100%;
}

.related-product {
  margin-bottom: 10px;
  padding: 15px;
  border: 3px solid transparent;
  display: inline-block;
  transition: 0.1s ease;
  text-align: center;
}
.related-product:hover {
  border: 3px solid #E1C3FF;
  box-sizing: border-box;
  border-radius: 10px;
  transition: 0.1s ease;
}
.related-product__image {
  max-width: 200px;
  margin: auto;
}
.related-product__image img {
  border-radius: 10px;
}
.related-product__info {
  margin-top: 15px;
  margin-bottom: 10px;
}

.-boxed {
  border: 2px solid #eee;
  border-radius: 30px;
  padding: 20px;
}

.category__tags {
  padding: 2% 5% 2% 5%;
  position: relative;
  z-index: 3;
}

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