.tcl-highlights {
  background: var(--main-background-color);
  opacity: 0;
}
.tcl-highlights__wrapper {
  padding: 90px 0 100px;
}
.tcl-highlights__subtitle {
  font-size: 20px;
  font-family: "Roboto Slab", serif;
  color: var(--main-text-color);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0.2px;
}
@media (max-width: 991px) {
  .tcl-highlights__subtitle {
    font-size: 16px;
  }
}
.tcl-highlights__title {
  font-size: 60px;
  font-family: "Khand", sans-serif;
  color: var(--main-text-color);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .tcl-highlights__title {
    font-size: 50px;
    line-height: 1.15;
  }
}
@media (max-width: 767px) {
  .tcl-highlights__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tcl-highlights__title {
    margin-bottom: 50px;
  }
}
.tcl-highlights__hero {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .tcl-highlights__hero {
    margin-bottom: 40px;
  }
}
.tcl-highlights__hero-picture {
  /* compensates global body side paddings (100px tablet / 42px mobile) */
}
@media (max-width: 1199px) {
  .tcl-highlights__hero-picture {
    margin: 0 -100px;
  }
}
@media (max-width: 767px) {
  .tcl-highlights__hero-picture {
    margin: 0 -42px;
  }
}
.tcl-highlights__hero-picture img {
  display: block;
  width: 100%;
  height: auto;
}
.tcl-highlights__hero-heading-wrap {
  margin-top: -140px;
}
.tcl-highlights__hero-heading-wrap.is-one-line {
  margin-top: -88px;
}
@media (max-width: 767px) {
  .tcl-highlights__hero-heading-wrap {
    margin-top: 0 !important;
  }
}
.tcl-highlights__hero-title {
  font-size: 60px;
  font-family: "Khand", sans-serif;
  color: var(--main-text-color);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
  background: var(--main-background-color);
  max-width: calc(100% + 30px);
  text-align: left;
  margin: 0 -15px;
  padding: 15px;
}
@media (max-width: 991px) {
  .tcl-highlights__hero-title {
    font-size: 50px;
    line-height: 1.15;
  }
}
@media (max-width: 767px) {
  .tcl-highlights__hero-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tcl-highlights__hero-title {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .tcl-highlights__hero-title {
    word-wrap: break-word;
  }
}
.tcl-highlights__filter {
  position: relative;
  width: 49%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .tcl-highlights__filter {
    width: 100%;
    margin-bottom: 50px;
  }
}
.tcl-highlights__filter-selected {
  cursor: pointer;
  font-size: 26px;
  font-family: "Khand", sans-serif;
  color: var(--main-text-color);
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 10px;
  text-align: left;
}
.tcl-highlights__filter-selected:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -5px;
  background-color: var(--main-text-color);
}
.tcl-highlights__filter-selected svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tcl-highlights__filter-selected.open {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-highlights__filter-selected.open svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tcl-highlights__filter-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  top: 60px;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 3;
  padding-top: 15px;
}
.tcl-highlights__filter-dropdown .active {
  display: none;
}
.tcl-highlights__filter-option {
  font-family: "Khand", sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.tcl-highlights__list {
  width: 100%;
}
.tcl-highlights__list .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tcl-highlights__masonry {
  -webkit-columns: 3;
  -moz-columns: 3;
       columns: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .tcl-highlights__masonry {
    -webkit-columns: 1;
    -moz-columns: 1;
         columns: 1;
  }
}
.tcl-highlights__masonry .tcl-highlights__list-article-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.tcl-highlights__list-article-wrapper {
  width: 100%;
  margin-bottom: 55px;
}
.tcl-highlights__list-article-wrapper:hover .img-border:after {
  opacity: 0;
  border: 0px solid #323232;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.tcl-highlights__list-article {
  text-decoration: none;
  display: block;
  width: 100%;
}
.tcl-highlights__list-article-categories {
  margin-top: 40px;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  color: var(--main-text-color);
  line-height: 1;
  text-align: left;
}
.tcl-highlights__list-article-category {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tcl-highlights__list-article-categories-divider {
  margin: 0 6px;
}
.tcl-highlights__list-article-heading {
  font-size: 26px;
  font-family: "Khand", sans-serif;
  color: var(--main-text-color);
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  margin: 25px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tcl-highlights__list-article-excerpt {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  color: var(--main-text-color);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  text-align: left;
  margin-bottom: 40px;
}
.tcl-highlights__list-article-more {
  text-decoration: none;
  position: relative;
  font-family: "Roboto Slab", serif;
  color: #a5a5a5;
  font-size: 12px;
  position: relative;
  letter-spacing: 0.9px;
}
.tcl-highlights__list-article-more:after {
  position: absolute;
  top: -8px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #898989;
}
.tcl-highlights__button {
  font-size: 12px;
  font-family: "Roboto Slab", serif;
  color: var(--main-text-color);
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  width: 390px;
  height: 36px;
  border: 1px solid var(--main-text-color);
  text-decoration: none;
  padding: 12px 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  margin: 45px auto 0;
}
.tcl-highlights__button > * {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-highlights__button:hover {
  background-color: var(--main-text-color);
  color: var(--main-background-color);
}
.tcl-highlights__button:hover > * {
  color: var(--main-background-color);
}
@media (max-width: 575px) {
  .tcl-highlights__button {
    width: 69%;
  }
}
.tcl-highlights .img-border {
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
@media (max-width: 767px) {
  .tcl-highlights .img-border {
    padding-bottom: 56.25%;
  }
}
.tcl-highlights .img-border:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  border: 23px solid var(--main-background-color);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.tcl-highlights .img-border img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}