.tcl-contact-person__wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.tcl-contact-person__content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.tcl-contact-person__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tcl-contact-person__image:after {
  content: "";
  background: rgba(var(--contact-person), 0.8);
  -webkit-box-shadow: inset 75.1833px -75.1833px 75.1833px rgba(var(--contact-person), 0.1), inset -75.1833px 75.1833px 75.1833px rgba(var(--contact-person), 0.1);
          box-shadow: inset 75.1833px -75.1833px 75.1833px rgba(var(--contact-person), 0.1), inset -75.1833px 75.1833px 75.1833px rgba(var(--contact-person), 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}
.tcl-contact-person__image 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;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.tcl-contact-person__image svg {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .tcl-contact-person__image svg {
    display: none;
  }
}
.tcl-contact-person__heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 36px;
  margin-bottom: 38px;
  text-align: left;
  color: #fff;
}
@media (max-width: 991px) {
  .tcl-contact-person__heading {
    font-size: 26px;
  }
}
.tcl-contact-person__text {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
}
.tcl-contact-person__text p {
  text-shadow: 0px 0px 8px var(--article-background-color);
  margin-top: 0px;
  margin-bottom: 38px;
}
.tcl-contact-person__text p:last-child {
  margin-bottom: 0px;
}
.tcl-contact-person__photo {
  margin-bottom: 22px;
}
.tcl-contact-person__photo img {
  border-radius: 50%;
  width: 100%;
}
@media (max-width: 1199px) {
  .tcl-contact-person__photo {
    margin-top: 50px;
  }
}
.tcl-contact-person__information {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
.tcl-contact-person__information a {
  text-decoration: none;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  position: relative;
}
.tcl-contact-person__information a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.tcl-contact-person__information a:hover {
  color: #fff;
}
.tcl-contact-person__information a:hover::after {
  opacity: 1;
}