/* Slide 10 (#1) */
.slide[data-cid=slide-10-807108eb] {
  /* Animation */
}
.slide[data-cid=slide-10-807108eb] .waves {
  position: relative;
  width: 100%;
  height: 35vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 150px;
  max-height: 200px;
}
.slide[data-cid=slide-10-807108eb] .content {
  position: relative;
  height: 80vh;
  text-align: center;
  background-color: #f2f3f4;
}
.slide[data-cid=slide-10-807108eb] .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.slide[data-cid=slide-10-807108eb] .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.slide[data-cid=slide-10-807108eb] .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.slide[data-cid=slide-10-807108eb] .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.slide[data-cid=slide-10-807108eb] .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .slide[data-cid=slide-10-807108eb] .waves {
    height: 200px;
    min-height: 180px;
  }
  .slide[data-cid=slide-10-807108eb] .content {
    height: 60vh;
  }
  .slide[data-cid=slide-10-807108eb] h1 {
    font-size: 28px;
  }
}

/* Slide 10 (#2) */
.slide[data-cid=slide-10-33c3e7d4] {
  background-color: #9f6185;
  color: #f2f3f4;
}

/* Slide 40 (#3) */
.slide[data-cid=slide-40-3106e593] {
  background-color: #f2f3f4;
}

.slide[data-cid=slide-40-3106e593] .background {
  opacity: 0.3;
}

/* Slide 40 (#4) */
.slide[data-cid=slide-40-17301f5c] {
  background-color: #f2f3f4;
}

.slide[data-cid=slide-40-17301f5c] .background {
  opacity: 0.3;
}

/* Slide 40 (#5) */
.slide[data-cid=slide-40-d34a4255] {
  background-color: #f2f3f4;
}

.slide[data-cid=slide-40-d34a4255] .background {
  opacity: 0.3;
}

/* Slide 40 (#6) */
.slide[data-cid=slide-40-684b2eb1] {
  background-color: #f2f3f4;
}

.slide[data-cid=slide-40-684b2eb1] .background {
  opacity: 0.3;
}

/* Slide 10 (#7) */
.slide[data-cid=slide-10-b4069911] {
  background-color: #9f6185;
  color: #f2f3f4;
}

/* Slide 161 (#8) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-161-effce853"] */
.slide[data-cid=slide-161-effce853] .box-161 {
  width: 120px;
  height: 120px;
  line-height: 120px;
}
