.banner {
  height: 560px;
}
.banner > .row {
  height: 100%;
}
.banner > .row > .col {
  display: flex;
  flex-direction: column;
}
.banner__wrap {
  display: flex;
  justify-content: end;
}
.banner .h1 {
  padding-bottom: 0.68em;
}
.banner .h1 span {
  font-size: 0.625em;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  line-height: 0.6em;
}
.banner__title {
  margin-bottom: 1.5em;
  position: relative;
}
.banner__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  left: 0;
  top: 100%;
  background-color: var(--clr-10);
}
.banner__subtitle {
  font-size: 20px;
  line-height: 175%;
  margin-bottom: 2.1em;
}
.banner__top {
  flex: 1;
  padding-top: 90px;
}
.banner__bottom {
  font-family: "Gilroy", sans-serif;
  height: 72px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 32px;
  white-space: nowrap;
  overflow: hidden;
}
.banner .col {
  width: 50%;
}

.banner-slider {
  height: 100%;
}
.banner-slider .slick-list,
.banner-slider .slick-track {
  height: 100%;
}
.banner-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slider .slick-dots {
  width: 60%;
  height: 72px;
  bottom: 0;
  left: unset;
  right: 0;
  transform: unset;
  background: rgba(0, 1, 0, 0.5);
  padding-left: 42px;
  align-items: center;
  margin: 0;
}
.banner-slider .slick-dots button {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin: 0 6px;
  padding: 0;
  display: block;
}
.banner-slider .slick-dots li {
  margin: unset !important;
  text-indent: unset;
}
.banner-slider .slick-dots li:before {
  content: none;
}
.banner-slider .slick-dots li:first-child button {
  margin-left: 0;
}
.banner-slider .slick-dots .slick-active button {
  background-color: var(--clr-08) !important;
}
.banner-slider .slick-dots:after {
  content: "";
  height: 1px;
  background-color: var(--clr-08);
  flex: 1;
  margin-left: 14px;
}

@media (max-width: 79.99875em) {
  .banner {
    height: 520px;
  }
  .banner__subtitle {
    font-size: 16px;
    margin-bottom: 2.1em;
  }
  .banner__top {
    padding-top: 60px;
  }
  .banner__bottom {
    font-size: 24px;
  }
  .banner .btn {
    width: 300px;
  }
}
@media (max-width: 61.99875em) {
  .banner {
    height: 480px;
  }
  .banner .h1 {
    font-size: 36px;
  }
  .banner__subtitle {
    font-size: 14px;
  }
  .banner__top {
    padding-top: 50px;
  }
  .banner__bottom {
    height: 60px;
    font-size: 18px;
  }
  .banner-slider .slick-dots {
    height: 60px;
    width: 70%;
  }
}
@media (max-width: 47.99875em) {
  .banner {
    height: auto;
  }
  .banner__wrap {
    justify-content: center;
  }
  .banner__top {
    padding-bottom: 15px;
  }
  .banner .h1 {
    font-size: 40px;
    padding-bottom: 0.44em;
  }
  .banner .h1 span {
    line-height: 1.1em;
  }
  .banner__title {
    margin-bottom: 1.1em;
  }
  .banner__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner__top {
    padding-top: 36px;
  }
  .banner__bottom {
    height: 40px;
    font-size: 20px;
    letter-spacing: 0.156em;
  }
  .banner > .row {
    flex-wrap: wrap;
  }
  .banner .col {
    width: 100%;
  }
  .banner-slider {
    height: 80vw;
  }
  .banner-slider .slick-dots {
    height: 72px;
    width: 100%;
    left: 0;
    padding-left: 38vw;
  }
}
@media (max-width: 29.99875em) {
  .banner .btn {
    width: 100%;
  }
}