.supported-tech-new .stn-hero {
  min-height: 358px;
  background-image: url(images/stn-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 86px;
  padding-bottom: 66px;
  text-align: center;
  margin-bottom: 43px;
}
.supported-tech-new .stn-hero h1 {
  margin-top: 0;
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.2;
  text-align: center;
  font-family: "os_700";
  text-transform: none;
}
.supported-tech-new .stn-hero p {
  margin-top: 0;
  width: 382px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
}
.supported-tech-new .stn-hero .stn-button {
  width: auto;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #40C2C4;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.18);
  padding-left: 36px;
  padding-right: 36px;
  font-size: 18px;
  font-family: "os_700";
}
.supported-tech-new .stn-cols {
  width: 1130px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px;
}
.supported-tech-new .stn-cols .stn-sidebar {
  width: 35%;
  flex-basis: 35%;
  max-width: 35%;
}
.supported-tech-new .stn-cols .stn-sidebar h2 {
  margin-bottom: 12px;
  margin-top: 0;
  color: #40C2C4;
  font-family: "os_700";
  font-size: 20px;
  line-height: 1.5;
  text-transform: none;
}
.supported-tech-new .stn-cols .stn-sidebar li {
  display: flex;
  align-items: center;
}
.supported-tech-new .stn-cols .stn-sidebar li a {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 2px solid #304257;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  margin-right: 17px;
}
.supported-tech-new .stn-cols .stn-sidebar li a.checked:after {
  content: "";
  width: 16px;
  height: 13px;
  background-image: url(images/stn-check.svg);
  background-repeat: no-repeat;
  background-size: 16px 13px;
  position: absolute;
  top: -3px;
  left: 2px;
}
.supported-tech-new .stn-cols .stn-sidebar li span {
  font-size: 16px;
  font-family: "os_700";
  color: #304257;
  line-height: 1.94;
  margin: 0;
}
.supported-tech-new .stn-cols .stn-sidebar li span:hover {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .supported-tech-new .stn-cols .stn-sidebar {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.supported-tech-new .stn-cols .stn-content {
  width: 65%;
  flex-basis: 65%;
  max-width: 65%;
}
.supported-tech-new .stn-cols .stn-content form {
  border: none;
  background: transparent;
  margin-bottom: 36px;
}
.supported-tech-new .stn-cols .stn-content form input {
  height: 31px;
  border: none;
  border-bottom: 1px solid #000;
  padding-left: 39px;
  color: #000;
  font-size: 16px;
  line-height: 31px;
  background-image: url(images/stn-search-icon.svg);
  background-repeat: no-repeat;
  background-size: 23px 18px;
  padding-right: 0;
  width: 568px;
  max-width: 100%;
  padding-bottom: 12px;
}
.supported-tech-new .stn-cols .stn-content form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
.supported-tech-new .stn-cols .stn-content form input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
.supported-tech-new .stn-cols .stn-content form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
.supported-tech-new .stn-cols .stn-content form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.supported-tech-new .stn-cols .stn-content form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.supported-tech-new .stn-cols .stn-content .stn-cat {
  margin-bottom: 33px;
}
.supported-tech-new .stn-cols .stn-content .stn-cat h2 {
  margin-bottom: 15px;
  margin-top: 0;
  color: #40C2C4;
  font-family: "os_700";
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 414px) {
  .supported-tech-new .stn-cols .stn-content .stn-cat h2 {
    text-align: center;
  }
}
.supported-tech-new .stn-cols .stn-content .stn-cat .stn-cat-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 414px) {
  .supported-tech-new .stn-cols .stn-content .stn-cat .stn-cat-boxes {
    justify-content: center;
  }
}
.supported-tech-new .stn-cols .stn-content .stn-cat .stn-box {
  margin-right: 7px;
  margin-left: 7px;
  width: 201px;
  flex-basis: 201px;
  max-width: 201px;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  min-height: 173px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.supported-tech-new .stn-cols .stn-content .stn-cat .stn-box .stn-box-name {
  color: #253951;
  font-size: 14px;
  font-family: "os_700";
  left: 0;
  width: 100%;
  bottom: 36px;
}
.supported-tech-new .stn-cols .stn-content .stn-cat .stn-box img {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  height: 54px;
  width: auto;
}
@media (max-width: 1024px) {
  .supported-tech-new .stn-cols .stn-content {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .supported-tech-new .stn-cols {
    flex-direction: column-reverse;
  }
}
@media (max-width: 414px) {
  .supported-tech-new .stn-cols {
    margin-bottom: 0;
  }
}
.supported-tech-new .nho-page {
  padding-top: 0;
}/*# sourceMappingURL=supported-technologies-new.css.map */