/* Dg message video: inline playing state (mobile) */
.nh-dg-message .nh-values-section__image-wrapper--playing .nh-values-section__image,
.nh-dg-message .nh-values-section__image-wrapper--playing .nh-values-section__play-button {
  display: none !important;
}

.nh-dg-message .nh-values-section__image {
  object-position: 0 -48px;
}

.nh-dg-message .nh-values-section__image-wrapper--playing .nh-values-section__video {
  display: block !important;
}

.nh-dg-message {
  position: relative;
  width: 100%;
  padding: 0px 0 120px;
  overflow: hidden;
  background-color: #ffffff;
}

.nh-dg-message__decorative-motif {
  position: absolute;
  left: -284px;
  top: 338px;
  z-index: 33;
  pointer-events: none;
  width: 522px;
  height: 847px;
}

.nh-dg-message__motif-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
  display: block;
  opacity: 1;
}

.nh-dg-message__container {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 0;
}

/* Quote Section */
.nh-dg-message__quote-section {
  position: relative;
  margin-bottom: 19px;
  padding-left: 91px;
  /* padding-right: 91px; */
  max-width: 980px;
  /* margin-left: 80px; */
  /* margin-bottom: 110px; */
  /* margin-top: 50px; */
}

.nh-dg-message__quote-mark {
  position: absolute;
  z-index: 1;
}

.nh-dg-message__quote-mark--open {
  left: 5px;
  top: 0;
  width: 71px;
  height: 50px;
}

.nh-dg-message__quote-mark--close {
  right: 80px;
  top: 105px;
  width: 71px;
  height: 50px;
}

.nh-dg-message__quote-mark-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.nh-dg-message__quote-text {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.5;
  color: #292b52;
  text-align: left;
  margin: 0;
  padding: 0;
  font-style: italic;
  width: 85%;
}

/* Content Wrapper */
.nh-dg-message__content-wrapper {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  margin-left: 0;
  justify-content: flex-start;
}

/* Text Block (Left) */
.nh-dg-message__text-block {
  position: relative;
  width: 1135px;
  min-height: 991px;
  background-color: #42609b;
  padding: 63px 76px;
  flex-shrink: 0;
  margin-left: 0;
}

.nh-dg-message__quote-icon {
  position: absolute;
  z-index: 1;
}

.nh-dg-message__quote-icon--open {
  top: 83px;
  left: 83px;
  width: 71px;
  height: 50px;
}

.nh-dg-message__quote-icon--close {
  bottom: 83px;
  right: 83px;
  width: 71px;
  height: 50px;
}

.nh-dg-message__text-content {
  position: relative;
  z-index: 2;
  max-width: 756px;
}

.nh-dg-message__text {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
  margin-bottom: 12px;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

/* Right Column */
.nh-dg-message__right-column {
  display: flex;
  flex-direction: column;
  width: 448px;
  flex-shrink: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 180px;
}

/* Portrait (Right) */
.nh-dg-message__portrait {
  width: 448px;
  height: 677px;
  margin-left: 0;
  flex-shrink: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.nh-dg-message__portrait-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Signature Block */
.nh-dg-message__signature {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding-right: 0;
  margin-top: 14px;
  width: 100%;
}

.nh-dg-message__signature-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-end;
}

.nh-dg-message__signature-name {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.nh-dg-message__signature-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.nh-dg-message__signature-line {
  width: 5px;
  height: 45px;
  background-color: #fff;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1400px) {
  .nh-dg-message__text-block {
    /* width: 60%; */
    padding: 60px 30px;
  }

  .nh-dg-message__portrait {
    /* max-width: 35%; */
  }

  .nh-dg-message__quote-section {
    /* padding: 0 60px; */
    margin: 0 auto 80px auto;
  }
}

@media (max-width: 1300px) {
  .nh-dg-message__text-content {
    max-width: 50%;
  }

  .nh-dg-message__text {
    font-size: 22px;
  }

  .nh-dg-message__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .nh-dg-message {
    padding-bottom: 55px;
  }
}

@media (max-width: 1250px) {
  .nh-dg-message__right-column {
    top: 250px;
    /* position: fixed; */
  }

  .nh-dg-message__signature {
    padding-right: 30px;
  }
}

@media (max-width: 1024px) {
  .nh-dg-message__content-wrapper {
    flex-direction: column;
  }

  .nh-dg-message__text-block {
    width: 100%;
    padding: 50px 40px;
  }

  .nh-dg-message__portrait {
    max-width: 100%;
    margin: 0 auto;
  }

  .nh-dg-message__quote-text {
    font-size: 30.5px;
  }

  .nh-dg-message__quote-section {
    /* padding: 0 40px; */
    margin: 0 -20px 60px 20px;
  }

  .nh-dg-message__decorative-motif {
    left: -150px;
    width: 300px;
  }
}

@media (max-width:880px) {
  .nh-dg-message {
    padding-top: 0;
  }

  .nh-dg-message .nh-values-section__image {
    object-position: 0 -25px !important;
  }

  .nh-dg-message__portrait-img {
    object-position: top;
  }

}

@media (max-width: 768px) {
  .nh-dg-message {
    padding: 0 0 55px;
  }

  .nh-dg-message__quote-section {
    padding: 0 15px;
    margin-bottom: 50px;
    width: 100%;
    margin: 0 0 30px 0;
    margin-top: 25px;
  }

  .nh-dg-message__quote-mark {
    display: none;
    transform: scale(0.5);
  }

  .nh-dg-message__quote-mark.nh-dg-message__quote-mark--close {
    right: 210px;
    top: 80px;
  }

  .nh-dg-message__quote-mark.nh-dg-message__quote-mark--close {}

  .nh-dg-message__quote-mark--open {
    left: -20px;
    top: -5px;
  }

  .nh-dg-message__quote-text {
    font-size: 26px;
    padding: 0;
    text-align: center;
  }

  .nh-dg-message__text-block {
    padding: 40px 30px;
  }

  .nh-dg-message__quote-icon {
    display: none;
  }

  .nh-dg-message__text {
    font-size: 20px;
  }

  .nh-dg-message__signature {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 15px;
  }

  .nh-dg-message__signature-line {
    /* width: 45px; */
    height: 61px;
  }
}

@media (max-width: 880px) {

  /* Reorder layout: image above text */
  .nh-dg-message__content-wrapper {
    flex-direction: column;
  }

  /* Make right-column (image) appear first */
  .nh-dg-message__right-column {
    order: -1;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100%;
    margin-bottom: 40px;
  }

  /* Make portrait full width */
  .nh-dg-message__portrait {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 290px;
  }

  /* Make text-block full width */
  .nh-dg-message__text-block {
    width: 100% !important;
    min-height: auto;
  }

  /* Make text-content full width */
  .nh-dg-message__text-content {
    max-width: 100% !important;
  }

  /* Ensure quote-section-wrapper takes full width */
  .nh-dg-message__quote-section-wrapper {
    width: 100%;
  }
}

@media(max-width:480px) {
  .nh-dg-message__right-column {
    margin-bottom: 0px;
  }

  .nh-dg-message__decorative-motif {
    display: none;
  }

  .nh-dg-message__text {
    font-size: 17px;
  }
}

.nh-values-section__banner-right {}

.container.nh-values-section__banner-container {}

.nh-values-section__banner {
  margin-bottom: 80px;
}

.nh-values-section__banner-right.aos-init.aos-animate {
  padding: 0 30px;
}

.nh-values-section__banner {
  height: 475px !important;
}

.nh-values-section__banner {}

.container.nh-values-section__banner-container {
  max-width: 1630px;
}

@media (max-width:880px) {
  .nh-values-section__banner {
    height: 637px !important;
  }
}