.tcl-list-events__events, .tcl-list-events__past-events {
  position: relative;
}
.tcl-list-events__events.shadow:after, .tcl-list-events__past-events.shadow:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 300px;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#111111), color-stop(30%, #111111), to(rgba(17, 17, 17, 0)));
  background: -o-linear-gradient(bottom, #111111 0%, #111111 30%, rgba(17, 17, 17, 0) 100%);
  background: linear-gradient(360deg, #111111 0%, #111111 30%, rgba(17, 17, 17, 0) 100%);
  opacity: 0.9;
  pointer-events: none;
}
.tcl-list-events__events .row > div, .tcl-list-events__past-events .row > div {
  margin-bottom: 50px;
}
.tcl-list-events__events .row > div:nth-child(odd), .tcl-list-events__past-events .row > div:nth-child(odd) {
  margin-left: 16.66666667%;
}
@media (max-width: 1199px) {
  .tcl-list-events__events .row > div:nth-child(odd), .tcl-list-events__past-events .row > div:nth-child(odd) {
    margin-left: 0;
  }
}
.tcl-list-events__past-events-heading {
  position: relative;
  margin: 60px 0;
}
.tcl-list-events__past-events-heading h2 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  max-width: 500px;
  background-color: #111111;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .tcl-list-events__past-events-heading h2 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .tcl-list-events__past-events-heading h2 {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0 20px;
  }
}
.tcl-list-events__past-events-heading:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1.1px;
  background-color: #444444;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
          transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(48.82%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.8)));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 48.82%, rgba(255, 255, 255, 0.8) 91.9%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 48.82%, rgba(255, 255, 255, 0.8) 91.9%);
  opacity: 0.5;
}
.tcl-list-events__past-events-heading:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1.1px;
  background-color: #444444;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(48.82%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.8)));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 48.82%, rgba(255, 255, 255, 0.8) 91.9%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 48.82%, rgba(255, 255, 255, 0.8) 91.9%);
  opacity: 0.5;
}
.tcl-list-events__load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-list-events__load-more a {
  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;
  padding: 8px 15px;
  display: block;
}
.tcl-list-events__load-more a:disabled {
  opacity: 0.5 !important;
}
.tcl-list-events__load-more a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.tcl-section--light .tcl-list-events__events.shadow:after, .tcl-section--light .tcl-list-events__past-events.shadow:after {
  display: none;
}
.tcl-section--light .tcl-list-events__past-events-heading h2 {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-list-events__past-events-heading:before, .tcl-section--light .tcl-list-events__past-events-heading:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.05)), color-stop(48.82%, rgba(17, 17, 17, 0.8)), color-stop(91.9%, rgba(17, 17, 17, 0.8)));
  background: -o-linear-gradient(right, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 48.82%, rgba(17, 17, 17, 0.8) 91.9%);
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 48.82%, rgba(17, 17, 17, 0.8) 91.9%);
}
.tcl-section--light .tcl-list-events__load-more a {
  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;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background-color: #ffffff;
  padding: 8px 15px;
  display: block;
}
.tcl-section--light .tcl-list-events__load-more a:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-list-events__load-more a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-list-events__load-more a:hover {
  color: #111111;
  background-color: rgba(17, 17, 17, 0.1);
}
.tcl-section--light .tcl-post-card__link a {
  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;
  margin: 0 0;
}
.tcl-section--light .tcl-post-card__link a:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-post-card__link a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-post-card__link a:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-post-card__link a:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-post-card__link a:hover {
  color: #111111;
  background-color: #ffffff;
}