.title-page {
  display: none !important;
}

.dnns-wrapper {
  font-size: 1.0666666667rem;
}
.dnns-hero {
  font-size: 0;
}
.dnns-hero img {
  width: 100%;
}
.dnns-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1333333333rem;
  margin-top: 2.1333333333rem;
  min-width: 0;
}
@media (max-width: 767px) {
  .dnns-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3333333333rem;
  }
}
.dnns-intro__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.dnns-intro__right {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35.6666666667rem;
  max-width: 50%;
  min-width: 0;
}
@media (max-width: 1199px) {
  .dnns-intro__right {
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .dnns-intro__right {
    margin-top: 8.6666666667rem;
  }
}
@media (max-width: 767px) {
  .dnns-intro__right {
    max-width: 100%;
    margin-top: 0rem;
  }
}
.dnns-intro__image {
  width: 100%;
}
.dnns-intro__image img {
  width: 100%;
  border-radius: 0.6666666667rem;
}
.dnns-page-title {
  font-size: 2.6666666667rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  color: #737476;
}
.dnns-page-title span {
  color: #f1592a;
}
.dnns-content {
  margin-top: 1.8rem;
  text-align: justify;
}
.dnns-content h4 {
  font-weight: 700;
  text-align: center;
  color: #f1592a;
  font-size: 1.6rem;
}
.dnns-content p {
  margin-bottom: 1rem;
}
.dnns-title {
  font-size: 1.3333333333rem;
  font-weight: 700;
  color: #f1592a;
  margin-top: 2rem;
  margin-bottom: 1.0666666667rem;
  text-align: center;
}
.dnns-sub-title {
  font-size: 1.0666666667rem;
  font-weight: 700;
  color: #f1592a;
  margin-top: 0rem;
  margin-bottom: 1.0666666667rem;
  text-align: center;
}
.dnns-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.1333333333rem;
}
.dnns-item {
  position: relative;
  width: calc(25% - 0.85rem);
  border-radius: 0.6666666667rem;
  -webkit-box-shadow: 0 0.1333333333rem 0.8rem rgba(20, 20, 43, 0.08);
          box-shadow: 0 0.1333333333rem 0.8rem rgba(20, 20, 43, 0.08);
  padding: 1rem;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 991px) {
  .dnns-item {
    width: calc(50% - 0.5666666667rem);
  }
}
@media (max-width: 767px) {
  .dnns-item {
    padding: 0.5333333333rem;
  }
}
.dnns-item__image {
  font-size: 0;
  border-radius: 0.6666666667rem;
  overflow: hidden;
}
.dnns-item__image img {
  width: 100%;
}
.dnns-item__info {
  text-align: center;
}
.dnns-item__info h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333333;
  margin-top: 0.8rem;
  margin-bottom: 0rem;
}
.dnns-item__info p {
  font-size: 0.9333333333rem;
  color: #6E6E73;
  margin-top: 0.2666666667rem;
  margin-bottom: 0rem;
}
.dnns-item__intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(51, 51, 51, 0.87);
  color: #fff;
  font-size: 0.9333333333rem;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dnns-item__intro__content {
  overflow: auto;
  max-height: 100%;
  padding: 1rem;
}
.dnns-item:hover .dnns-item__intro {
  opacity: 1;
}