/* less functions */
.image-slider {
  text-align: center;
  position: relative;
  min-height: 900px;
}
.image-slider h2,
.image-slider p {
  max-width: 600px;
  margin: 0 auto;
}
.image-slider h3 {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 90px;
  font-family: 'Styrene A Light', sans-serif;
}
.image-slider h3.green {
  padding-top: 20px;
  color: #00ab84;
}
.image-slider.pattern_top_right::before {
  position: absolute;
  content: "";
  height: 200px;
  width: 400px;
  right: 0;
  top: -100px;
  background: url(../../img/rethink_pattern_large-right.png) right top no-repeat;
  background-size: 300px;
  z-index: 5;
}
.image-slider .no_curve {
  height: 100%;
  padding: 60px 15px;
}
.image-slider .bottom_curve {
  padding: 60px 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 190%;
  border-radius: 0 0 100% 100%;
  transform: translateX(-50%);
  z-index: 1;
}
.image-slider .slide-count-3 .carousel-indicators li {
  width: 33.3%;
}
.image-slider .slide-count-2 .carousel-indicators li {
  width: 50%;
}
.image-slider .slide-count-1 .carousel-indicators li {
  width: 100%;
}
.image-slider .carousel {
  margin-top: 60px;
  z-index: 5;
}
.image-slider .carousel-inner {
  position: unset;
}
.image-slider .col {
  width: 50%;
  min-height: 400px;
}
.image-slider .img-holder {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-slider .play-btn {
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.image-slider .item-text {
  float: right;
  position: relative;
}
.image-slider .item-text::before {
  position: absolute;
  content: "";
  background: url(../../img/quote_mark.png) center top no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.image-slider .carousel-control {
  background: none;
  width: 50px;
  height: 50px;
}
.image-slider .right-arrow,
.image-slider .left-arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 9px;
}
.image-slider .carousel-control.right {
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.image-slider .carousel-control.right .right-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 10px;
  bottom: 15px;
}
.image-slider .carousel-control.left {
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.image-slider .carousel-control.left .left-arrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.image-slider .content-cta {
  margin-top: 100px;
  position: relative;
  min-height: 100px;
  z-index: 5;
}
.image-slider .content-cta h2 {
  max-width: 900px;
}
.image-slider .content-cta .btn-holder {
  margin-top: 30px;
}
.image-slider .content-cta .btn-holder a.btn {
  display: inline-block;
}
@media (max-width: 1300px) {
  .image-slider {
    min-height: 1090px;
  }
  .image-slider h3 {
    max-width: inherit;
    font-size: 23px;
  }
  .image-slider .bottom_curve {
    width: 230%;
  }
  .image-slider .col {
    min-height: 250px;
  }
  .image-slider .img-holder,
  .image-slider .item-text {
    float: inherit;
    margin: 0 auto;
  }
  .image-slider .item-text::before {
    top: 5%;
  }
  .image-slider .carousel-control.right {
    top: 150px;
    right: 200px;
  }
  .image-slider .carousel-control.left {
    top: 150px;
    left: 200px;
  }
}
@media (max-width: 895px) {
  .image-slider h3 {
    font-size: 20px;
  }
  .image-slider .item-text {
    padding: 0;
  }
  .image-slider .content-cta {
    margin-top: 90px;
  }
  .image-slider .content-cta h2 {
    max-width: 600px;
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .image-slider {
    min-height: 200px;
  }
  .image-slider .bottom_curve {
    position: relative;
    border-radius: 0;
    padding: 30px 15px;
    height: inherit;
    min-height: inherit;
  }
  .image-slider h2,
  .image-slider p {
    max-width: 450px;
    margin: 0 auto;
  }
  .image-slider .content-cta {
    margin-top: 60px;
  }
  .image-slider .content-cta h2 {
    max-width: 450px;
  }
  .image-slider .col {
    width: 35%;
    min-height: 270px;
  }
  .image-slider .carousel-control.right {
    right: 300px;
  }
  .image-slider .carousel-control.left {
    left: 300px;
  }
  .image-slider.pattern_top_right::before {
    display: none;
  }
}
@media (max-width: 540px) {
  .image-slider .col {
    width: 320px;
    min-height: 200px;
  }
  .image-slider h2,
  .image-slider p {
    max-width: 400px;
    margin: 0 auto;
  }
  .image-slider .content-cta h2 {
    max-width: 400px;
  }
  .image-slider .item-text::before {
    width: 50px;
    height: 50px;
    top: 10%;
  }
  .image-slider .carousel-control.right {
    top: 100px;
    right: 290px;
  }
  .image-slider .carousel-control.left {
    top: 100px;
    left: 290px;
  }
}
@media (max-width: 450px) {
  .image-slider .carousel-control.right {
    right: 260px;
  }
  .image-slider .carousel-control.left {
    left: 260px;
  }
}
@media (max-width: 420px) {
  .image-slider h2,
  .image-slider p {
    max-width: 300px;
    margin: 0 auto;
  }
  .image-slider .content-cta h2 {
    max-width: 300px;
  }
  .image-slider .col.img-holder {
    min-height: 200px;
  }
  .image-slider .col {
    width: 300px;
    min-height: 250px;
  }
  .image-slider .carousel-control.right {
    right: 230px;
  }
  .image-slider .carousel-control.left {
    left: 230px;
  }
}
@media (max-width: 325px) {
  .image-slider .carousel-control.right {
    right: 180px;
  }
  .image-slider .carousel-control.left {
    left: 180px;
  }
}
