.tcl-static-content__heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 30px;
  color: #0397d6;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tcl-static-content__heading {
    font-size: 24px;
  }
}
.tcl-static-content__text {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #231f20;
}
.tcl-static-content__text a {
  text-decoration: none;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #0397d6;
  position: relative;
}
.tcl-static-content__text a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: #0397d6;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.tcl-static-content__text a:hover {
  color: #0397d6;
}
.tcl-static-content__text a:hover::after {
  opacity: 1;
}
.tcl-static-content__text p {
  margin-top: 0px;
  margin-bottom: 22px;
}
.tcl-static-content__text h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 40px;
  color: #0397d6;
  text-align: left;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tcl-static-content__text h1 {
    font-size: 32px;
  }
}
.tcl-static-content__text h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 36px;
  color: #0397d6;
  text-align: left;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tcl-static-content__text h2 {
    font-size: 26px;
  }
}
.tcl-static-content__text h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 30px;
  color: #0397d6;
  text-align: left;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tcl-static-content__text h3 {
    font-size: 24px;
  }
}
.tcl-static-content__text h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 27px;
  color: #0397d6;
  text-align: left;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tcl-static-content__text h4 {
    font-size: 22px;
  }
}
.tcl-static-content__text h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 20px;
  color: #0397d6;
  text-align: left;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tcl-static-content__text h5 {
    font-size: 18px;
  }
}
.tcl-static-content__text h6 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 20px;
  color: #0397d6;
  text-align: left;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tcl-static-content__text h6 {
    font-size: 18px;
  }
}

.tcl-contrast-mode .tcl-static-content__text {
  color: #fff;
}