:root {
  --header-height: 80px;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}

.tcl-hero-front-page {
  overflow: hidden;
}
.tcl-hero-front-page__content {
  position: relative;
  z-index: 100;
}
.tcl-hero-front-page__border {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .tcl-hero-front-page__border {
    width: 126%;
    left: -13%;
  }
}
.tcl-hero-front-page__text {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .tcl-hero-front-page__text {
    margin-top: 0;
  }
}
.tcl-hero-front-page__big-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.tcl-hero-front-page__picture {
  position: relative;
  width: 100%;
}
.tcl-hero-front-page__desktop-heading {
  width: 100%;
  position: absolute;
  bottom: 70px;
  left: 0;
}
@media (max-width: 1199px) {
  .tcl-hero-front-page__desktop-heading {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tcl-hero-front-page__desktop-heading {
    display: none;
  }
}
.tcl-hero-front-page__heading {
  font-size: 54px;
  line-height: 62px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-hero-front-page__heading {
    font-size: 45px;
    line-height: 54px;
  }
}
.tcl-hero-front-page__heading:before, .tcl-hero-front-page__heading:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 20px;
  background-color: #fff;
  left: 0;
  border-radius: 3px;
}
.tcl-hero-front-page__heading:before {
  top: 0;
}
.tcl-hero-front-page__heading:after {
  bottom: 0;
}
@media (max-width: 1199px) {
  .tcl-hero-front-page__heading:before, .tcl-hero-front-page__heading:after {
    width: 40px;
    height: 15px;
  }
}
.tcl-hero-front-page__heading--mobile {
  display: none;
  padding: 30px 0;
  margin-bottom: 20px;
}
.tcl-hero-front-page__heading--mobile:before, .tcl-hero-front-page__heading--mobile:after {
  background-color: #e8d4bf;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tcl-hero-front-page__heading--desktop {
  display: block;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  color: var(--heading-color);
  width: 100%;
  z-index: 5;
  text-align: left;
  padding: 40px 0;
  max-width: 615px;
}
.tcl-hero-front-page__heading--desktop:before, .tcl-hero-front-page__heading--desktop:after {
  background-color: var(--heading-color);
}
@media (max-width: 1199px) {
  .tcl-hero-front-page__heading--desktop {
    max-width: 405px;
  }
}
@media (max-width: 767px) {
  .tcl-hero-front-page__heading {
    font-size: 32px;
    line-height: 1.2;
  }
  .tcl-hero-front-page__heading--desktop {
    display: none;
  }
  .tcl-hero-front-page__heading--mobile {
    display: block;
  }
}
.tcl-hero-front-page__description {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 160%;
}
@media (max-width: 1199px) {
  .tcl-hero-front-page__description {
    margin-bottom: 30px;
  }
}
.tcl-hero-front-page__sub-heading {
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
  color: #b29f7e;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .tcl-hero-front-page__sub-heading {
    font-size: 25px;
  }
}
.tcl-hero-front-page__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-hero-front-page__links {
    gap: 10px;
  }
}
.tcl-hero-front-page__links a {
  background-color: #cc0000;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
  color: #fff;
  min-height: 50px;
  min-width: 145px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border: 1px solid #cc0000;
  text-align: center;
  background-color: var(--link-color);
  border-color: var(--link-color);
}
.tcl-hero-front-page__links a:hover {
  background-color: transparent;
  color: #cc0000;
}
.tcl-hero-front-page__links a:hover {
  color: var(--link-color);
}
.tcl-hero-front-page__video {
  position: relative;
}
.tcl-hero-front-page__video:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.tcl-hero-front-page .plyr__controls,
.tcl-hero-front-page .plyr__control {
  display: none !important;
}