.tcl-hero-slider__slide {
  position: relative;
  height: calc(100dvh - 118px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  .tcl-hero-slider__slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 16/9;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tcl-hero-slider__slide {
    height: calc(100dvh - 74px);
    aspect-ratio: auto;
  }
}
.tcl-hero-slider__slide-image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tcl-hero-slider__slide-image .tcl-picture,
.tcl-hero-slider__slide-image img {
  width: 100%;
  height: 100%;
}
.tcl-hero-slider__slide-image img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tcl-hero-slider__text-container {
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 50%;
  position: relative;
}
.tcl-hero-slider__text-container > * {
  position: relative;
  z-index: 2;
}
.tcl-hero-slider__text-container:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 60, 122, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1199px) {
  .tcl-hero-slider__text-container {
    width: 85%;
  }
  .tcl-hero-slider__text-container:before {
    width: 200vw;
  }
}
@media (max-width: 767px) {
  .tcl-hero-slider__text-container {
    width: 95%;
  }
}
.tcl-hero-slider__heading {
  font-family: "Montserrat";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-variant: small-caps;
  letter-spacing: 3.85px;
  color: #023c7a;
  color: #f7f5f3;
}
@media (max-width: 1199px) {
  .tcl-hero-slider__heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tcl-hero-slider__heading {
    font-size: 32px;
  }
}
.tcl-hero-slider__text-before-heading {
  font-family: "Montserrat";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-variant: small-caps;
  letter-spacing: 1.65px;
  color: #023c7a;
  text-transform: uppercase;
  color: #f7f5f3;
}
@media (max-width: 1199px) {
  .tcl-hero-slider__text-before-heading {
    font-size: 20px;
  }
}
.tcl-hero-slider__text-after-heading {
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f7f5f3;
}
.tcl-hero-slider .swiper-wrapper {
  position: relative;
}
.tcl-hero-slider .swiper-pagination {
  position: absolute;
  right: 25px;
  bottom: 90px !important;
  left: unset !important;
  top: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
@media (max-width: 1199px) {
  .tcl-hero-slider .swiper-pagination {
    top: 20px !important;
    bottom: unset !important;
    gap: 10px;
  }
}
.tcl-hero-slider .swiper-pagination-bullet {
  margin: 0 !important;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(247, 245, 243, 0.6);
  background: transparent !important;
  opacity: 1 !important;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .tcl-hero-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.tcl-hero-slider .swiper-pagination-bullet-active {
  background: rgba(247, 245, 243, 0.6) !important;
}
.tcl-hero-slider__button-after-text {
  margin-top: 20px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  background-color: #f7f5f3;
  padding: 7px 35px 5px;
  color: #212121;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.tcl-hero-slider__button-after-text:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .tcl-hero-slider__button-after-text {
    font-size: 13px;
    padding: 9px 20px 4px;
  }
}
.tcl-hero-slider__bottom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(2, 60, 122, 0.6);
  padding: 12px 0;
  position: relative;
  z-index: 4;
}
@media (max-width: 1199px) {
  .tcl-hero-slider__bottom-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
  }
}
.tcl-hero-slider__bottom-buttons a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  background-color: #f7f5f3;
  padding: 7px 35px 5px;
  color: #212121;
  position: relative;
  z-index: 3;
}
.tcl-hero-slider__bottom-buttons a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .tcl-hero-slider__bottom-buttons a {
    font-size: 13px;
    padding: 9px 20px 4px;
  }
}
@media (max-width: 767px) {
  .tcl-hero-slider__bottom-buttons a {
    width: 80%;
  }
}
.tcl-hero-slider__bottom-line {
  width: 100%;
  min-height: 30px;
  height: 50%;
  background-color: #023c7a;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .tcl-hero-slider__bottom-line {
    height: 80%;
  }
}