/* line 1, ../sass/screen.scss */
div.cmp-carousel {
  overflow: hidden;
}
/* line 3, ../sass/screen.scss */
div.cmp-carousel .swiper-slide {
  height: 700px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  background-position: center;
}
/* line 12, ../sass/screen.scss */
div.cmp-carousel h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 900;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 64px;
  font-family: "Red Hat Display", Sans-serif;
}
/* line 21, ../sass/screen.scss */
div.cmp-carousel .content {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
  font-family: "Red Hat Display", Sans-serif;
}
/* line 30, ../sass/screen.scss */
div.cmp-carousel .action {
  text-align: center;
  margin-top: 40px;
}
/* line 34, ../sass/screen.scss */
div.cmp-carousel .btn {
  font-family: "Red Hat Display", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #E6331A;
  border-radius: 33px 33px 33px 33px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px 40px 15px 40px;
  letter-spacing: 2px;
}
/* line 46, ../sass/screen.scss */
div.cmp-carousel .btn:hover {
  transform: scale(1.1);
}
/* line 50, ../sass/screen.scss */
div.cmp-carousel .swiper-button-navigation {
  background: url(../img/arrow-slider.svg);
  height: 48px;
  width: 48px;
  transform: scale(1);
  transition: all .3s;
  mix-blend-mode: difference;
}
/* line 57, ../sass/screen.scss */
div.cmp-carousel .swiper-button-navigation:hover {
  transform: scale(1.1);
}
/* line 60, ../sass/screen.scss */
div.cmp-carousel .swiper-button-navigation.swiper-button-next {
  transform: rotate(180deg);
}
/* line 62, ../sass/screen.scss */
div.cmp-carousel .swiper-button-navigation.swiper-button-next:hover {
  transform: rotate(180deg) scale(1.1);
}
/* line 67, ../sass/screen.scss */
div.cmp-carousel .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  mix-blend-mode: difference;
}
/* line 73, ../sass/screen.scss */
div.cmp-carousel .swiper-pagination span {
  mix-blend-mode: difference;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  opacity: 1;
  background: none;
  border: 1px solid #fff;
}
/* line 81, ../sass/screen.scss */
div.cmp-carousel .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

@media screen and (max-width: 960px) {
  /* line 90, ../sass/screen.scss */
  div.cmp-carousel h2 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 auto 24px;
  }
  /* line 95, ../sass/screen.scss */
  div.cmp-carousel .btn {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #E6331A;
    border-radius: 33px 33px 33px 33px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    letter-spacing: 2px;
  }
  /* line 107, ../sass/screen.scss */
  div.cmp-carousel .btn:hover {
    transform: scale(1.1);
  }
}
