.tcl-slider-hero-with-points__wrapper {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-slider-hero-with-points__image-slider {
  position: relative;
  z-index: 2;
}
.tcl-slider-hero-with-points__image-slider-item {
  position: relative;
}
.tcl-slider-hero-with-points__image-slider-item .tcl-picture * {
  width: 100%;
}
.tcl-slider-hero-with-points__image-slider-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.tcl-slider-hero-with-points__image-slider .slick-arrow {
  position: absolute;
  height: 24px;
  width: 7px;
  background: transparent no-repeat center;
  background-size: contain;
  border: none;
  top: 100%;
  z-index: 2;
  padding: 0;
}
.tcl-slider-hero-with-points__image-slider .slick-arrow.slick-prev {
  left: calc(50% - 85px);
  background-image: url("../../../images/small-arrow.svg");
}
.tcl-slider-hero-with-points__image-slider .slick-arrow.slick-next {
  right: calc(50% - 85px);
  background-image: url("../../../images/small-arrow-left.svg");
}
.tcl-slider-hero-with-points__image-point {
  position: absolute;
  cursor: pointer;
}
.tcl-slider-hero-with-points__image-point:after {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  content: attr(data-index);
  display: inline-block;
  vertical-align: sub;
}
.tcl-slider-hero-with-points__initial-content {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.tcl-slider-hero-with-points__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
.tcl-slider-hero-with-points__heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .tcl-slider-hero-with-points__heading {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .tcl-slider-hero-with-points__heading {
    padding-left: 15px;
  }
}
.tcl-slider-hero-with-points__heading::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: -40px;
  top: 0;
}
@media (max-width: 1199px) {
  .tcl-slider-hero-with-points__heading::after {
    left: 0;
  }
}
.tcl-slider-hero-with-points__subheading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}
.tcl-slider-hero-with-points__content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.tcl-slider-hero-with-points__button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-slider-hero-with-points__button:disabled {
  opacity: 0.5 !important;
}
.tcl-slider-hero-with-points__button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-slider-hero-with-points__button:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-slider-hero-with-points__button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-slider-hero-with-points__point-content {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-slider-hero-with-points__point-content.active {
  opacity: 1;
  z-index: 2;
}
.tcl-slider-hero-with-points__point-index {
  margin: 0 80px 0 15px;
  position: absolute;
  right: 100%;
}
.tcl-slider-hero-with-points__point-index:after {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  content: attr(data-index);
  position: absolute;
  top: 15px;
  left: 30px;
}

.tcl-section--light .tcl-slider-hero-with-points__wrapper {
  background-color: #ffffff;
}
.tcl-section--light .tcl-slider-hero-with-points__image-slider:after {
  color: #111111;
}
.tcl-section--light .tcl-slider-hero-with-points__image-slider .slick-arrow.slick-prev {
  background-image: url("../../../images/small-arrow-dark.svg");
}
.tcl-section--light .tcl-slider-hero-with-points__image-slider .slick-arrow.slick-next {
  background-image: url("../../../images/small-arrow-left-dark.svg");
}
.tcl-section--light .tcl-slider-hero-with-points__heading {
  color: #111111;
}
.tcl-section--light .tcl-slider-hero-with-points__heading::after {
  background-color: #111111;
}
.tcl-section--light .tcl-slider-hero-with-points__subheading {
  color: #111111;
}
.tcl-section--light .tcl-slider-hero-with-points__button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-slider-hero-with-points__button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-slider-hero-with-points__button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-slider-hero-with-points__button:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-slider-hero-with-points__button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-slider-hero-with-points__button:hover {
  color: #111111;
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  .tcl-slider-hero-with-points__wrapper {
    height: auto;
    min-height: 100vh;
    padding-bottom: 30px;
  }
  .tcl-slider-hero-with-points__text-container {
    display: block;
    margin-top: 80px;
  }
  .tcl-slider-hero-with-points__point-content {
    top: 0;
    position: relative;
    display: none;
  }
  .tcl-slider-hero-with-points__point-content.active {
    display: block;
    opacity: 1 !important;
  }
  .tcl-slider-hero-with-points__point-index {
    right: auto;
    margin-left: 0;
    bottom: calc(100% + 15px);
  }
}