.tcl-technology-tabs__wrapper {
  overflow: hidden;
}
.tcl-technology-tabs__navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.tcl-technology-tabs__navigation:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
  opacity: 0.3;
  bottom: 0;
}
.tcl-technology-tabs__navigation:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
  opacity: 0.3;
  top: 0;
}
.tcl-technology-tabs__navigation-item a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  padding-bottom: 3px;
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.3s ease, text-shadow 0.1s linear;
  -o-transition: opacity 0.3s ease, text-shadow 0.1s linear;
  transition: opacity 0.3s ease, text-shadow 0.1s linear;
}
.tcl-technology-tabs__navigation-item a:hover {
  text-shadow: 0.7px 0 0 #ffffff;
}
.tcl-technology-tabs__navigation-item a.active {
  opacity: 1;
}
.tcl-technology-tabs__navigation-item a.active:after {
  width: 30px;
}
.tcl-technology-tabs__navigation-item a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0px;
  height: 3px;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.tcl-technology-tabs__tab-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 42px;
}
.tcl-technology-tabs__tab-list ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
.tcl-technology-tabs__tab-list ul li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  line-height: 130%;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
.tcl-technology-tabs__tab-list ul li:last-child {
  margin-bottom: 0;
}
.tcl-technology-tabs__tab-list ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 5px;
  top: 9px;
}
.tcl-technology-tabs__tab-picture img {
  width: 100%;
}
.tcl-technology-tabs__tab-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.tcl-technology-tabs__tab-column--left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-technology-tabs__tab-column--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tcl-section--light .tcl-technology-tabs__navigation:after, .tcl-section--light .tcl-technology-tabs__navigation:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.05)), color-stop(29.68%, rgba(17, 17, 17, 0.8)), color-stop(60.79%, rgba(17, 17, 17, 0.8)), color-stop(91.9%, rgba(17, 17, 17, 0.05)));
  background: -o-linear-gradient(right, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 29.68%, rgba(17, 17, 17, 0.8) 60.79%, rgba(17, 17, 17, 0.05) 91.9%);
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 29.68%, rgba(17, 17, 17, 0.8) 60.79%, rgba(17, 17, 17, 0.05) 91.9%);
}
.tcl-section--light .tcl-technology-tabs__navigation-item a {
  color: #111111;
}
.tcl-section--light .tcl-technology-tabs__navigation-item a:hover {
  text-shadow: 0.7px 0 0 #111111;
}
.tcl-section--light .tcl-technology-tabs__navigation-item a:after {
  background-color: #111111;
}
.tcl-section--light .tcl-technology-tabs__tab-heading {
  color: #111111;
}
.tcl-section--light .tcl-technology-tabs__tab-list ul li {
  color: #111111;
}
.tcl-section--light .tcl-technology-tabs__tab-list ul li:after {
  background-color: #111111;
}

@media (max-width: 1199px) {
  .tcl-technology-tabs__tab-picture {
    margin: 30px auto 0;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .tcl-technology-tabs__navigation {
    margin-bottom: 80px;
    padding: 10px 10%;
  }
  .tcl-technology-tabs__navigation-item a {
    line-height: 135%;
    font-weight: 400;
    padding-bottom: 0;
    text-align: center;
  }
  .tcl-technology-tabs__navigation-item a:after {
    display: none;
  }
  .tcl-technology-tabs__tab-heading {
    width: 100%;
    margin-bottom: 37px;
  }
  .tcl-technology-tabs__tab-list ul li {
    margin-bottom: 20px;
  }
  .tcl-technology-tabs__tab-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .tcl-technology-tabs__tab-column--left {
    margin-bottom: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tcl-technology-tabs__tab-column--right {
    margin-top: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tcl-technology-tabs .slick-list {
    padding: 0 !important;
  }
  .tcl-technology-tabs .slick-dots {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
  }
  .tcl-technology-tabs .slick-dots button {
    border: none;
    height: 5px;
    overflow: hidden;
    line-height: 0;
    color: transparent;
    width: 5px;
    border-radius: 100%;
    padding: 0;
    border: 1px solid #ffffff;
    background: transparent;
  }
  .tcl-technology-tabs .slick-dots button:focus, .tcl-technology-tabs .slick-dots button:focus-visible {
    outline: none;
    border: none;
  }
  .tcl-technology-tabs .slick-dots li {
    display: inline-block;
    margin-right: 7px;
    line-height: 0;
    padding: 10px 0;
  }
  .tcl-technology-tabs .slick-dots li:last-of-type {
    margin-right: 0;
  }
  .tcl-technology-tabs .slick-dots li.slick-active button {
    color: white;
    background: white;
  }
  .tcl-technology-tabs .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 17px;
    width: 17px;
    background: transparent no-repeat center;
    background-size: contain;
    z-index: 2;
    border: none;
  }
  .tcl-technology-tabs .slick-arrow.slick-next {
    right: 15px;
    background-image: url("../../../images/small-arrow-left.svg");
  }
  .tcl-technology-tabs .slick-arrow.slick-prev {
    left: 15px;
    background-image: url("../../../images/small-arrow.svg");
  }
  .tcl-technology-tabs .slick-arrow.slick-disabled {
    display: none !important;
  }
  .tcl-technology-tabs.tcl-section--light .slick-dots button {
    border: 1px solid #111111;
  }
  .tcl-technology-tabs.tcl-section--light .slick-dots li.slick-active button {
    color: #111111;
    background: #111111;
  }
  .tcl-technology-tabs.tcl-section--light .slick-arrow.slick-next {
    background-image: url("../../../images/small-arrow-left-dark.svg");
  }
  .tcl-technology-tabs.tcl-section--light .slick-arrow.slick-prev {
    background-image: url("../../../images/small-arrow-dark.svg");
  }
}