/*! carousel.css 10-03-2022 10:34:25 */

.carousel {
  position: relative;
  padding: 0 0 80px 0;
  min-height: 250px;
  height: 100%;
  overflow: hidden;
  background: #f3f3f3;
}
@media only screen and (min-width: 640px) {
  .carousel {
    padding: 0;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel {
    min-height: 700px;
  }
}
.carousel--zoom .carousel__background-wrap {
  transform: scale(1.25);
}
.carousel--align-left {
  text-align: left;
}
.carousel--align-left .carousel__title h2 {
  text-align: left;
}
@media only screen and (min-width: 640px) {
  .carousel--align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .carousel--align-center .carousel__title,
  .carousel--align-center .carousel__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .carousel--align-center .carousel__content {
    padding-top: 260px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel--align-center .carousel__content {
    padding-top: 360px;
  }
}
.carousel__background {
  position: relative;
  height: 250px;
  background-size: 315px auto;
  background-position: center center;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .carousel__background {
    position: absolute;
    height: 500px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel__background {
    height: 700px;
  }
}
.carousel__background-wrap {
  transition: transform 25s linear;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel__background img {
  width: 100%;
  height: 100%;
  min-height: 315px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel__background--align-center img {
  min-height: 350px;
}
@media only screen and (min-width: 640px) {
  .carousel__background--align-center img {
    min-height: 714px;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1024px) {
  .carousel__background--align-center img {
    min-height: 1000px;
  }
}
@media only screen and (max-width: 639px) {
  .carousel__background--align-left .field-name-field-carousel-background {
    margin-left: -200px;
    margin-top: -40px;
  }
}
.carousel__content {
  position: relative;
  z-index: 3;
  padding: 40px 30px 30px;
}
@media only screen and (min-width: 640px) {
  .carousel__content {
    padding: 100px 40px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel__content {
    padding: 200px 150px 30px;
  }
}
.carousel__title, .carousel__subtitle {
  max-width: 800px;
}
body .carousel__title h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  body .carousel__title h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  body .carousel__title h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 640px) {
  body .carousel__title--color-white h2 {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  }
  body .carousel__title--color-orange h2 {
    color: #FF9210;
  }
  body .carousel__title--color-black h2 {
    color: #111;
  }
}
.carousel__subtitle {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .carousel__subtitle {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel__subtitle {
    font-size: 48px;
  }
}
@media only screen and (min-width: 640px) {
  .carousel__subtitle--color-white {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  }
  .carousel__subtitle--color-orange {
    color: #FF9210;
  }
  .carousel__subtitle--color-black {
    color: #000;
  }
}
.carousel__link {
  display: inline-block;
  position: relative;
  z-index: 3;
  left: 30px;
}
@media only screen and (min-width: 640px) {
  .carousel__link {
    margin-top: 5px;
    left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel__link {
    left: 150px;
    margin-top: 15px;
  }
}
.carousel__link a {
  display: inline-block;
  font-weight: bold;
  border-radius: 3px;
  padding: 10px 20px;
  color: #fff;
  background: #FF9210;
  text-transform: uppercase;
  text-align: center;
  min-width: 140px;
}
.carousel__link a:hover, .carousel__link a:focus, .carousel__link a:active {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .carousel__link a {
    padding: 12px 30px;
    font-size: 16px;
    opacity: .9;
  }
  .carousel__link a:hover, .carousel__link a:focus, .carousel__link a:active {
    opacity: 1;
  }
}
@media only screen and (min-width: 640px) {
  .carousel__link--align-center {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .carousel-zone {
    padding-top: 72px;
  }
}

.view-id-carousel .views-row {
  display: none;
}
.view-id-carousel .views-row-1 {
  display: block;
}
.view-id-carousel .slick-track {
  display: flex;
  align-content: stretch;
  align-items: stretch;
}
.view-id-carousel .slick-slide {
  height: auto;
}
.view-id-carousel .slick-dots {
  bottom: 30px;
  text-align: left;
  padding: 0 30px;
}
.view-id-carousel .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 12px 0 0;
}
.view-id-carousel .slick-dots li:last-child {
  margin-right: 0;
}
.view-id-carousel .slick-dots li button {
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 99px;
  border: 1px solid #333333;
}
@media only screen and (min-width: 640px) {
  .view-id-carousel .slick-dots li button {
    background: rgba(0, 0, 0, 0.5);
  }
}
.view-id-carousel .slick-dots li button:before {
  content: none;
}
.view-id-carousel .slick-dots li.slick-active button {
  background: #333333;
}
@media only screen and (min-width: 640px) {
  .view-id-carousel .slick-dots {
    text-align: center;
  }
  .view-id-carousel .slick-dots li button {
    border-color: #fff;
  }
  .view-id-carousel .slick-dots li.slick-active button {
    background: rgba(255, 146, 16, 0.6);
  }
}
@media only screen and (min-width: 1024px) {
  .view-id-carousel .slick-dots li {
    width: 16px;
    height: 16px;
    margin-right: 15px;
  }
  .view-id-carousel .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.view-id-carousel .slick-prev,
.view-id-carousel .slick-next {
  display: none !important;
  top: 50%;
  height: 100px;
}
@media only screen and (min-width: 1024px) {
  .view-id-carousel .slick-prev,
  .view-id-carousel .slick-next {
    display: block !important;
  }
}

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