.page-value-added {
  background: #fff;
  color: #1a1a1a;
}

.page-value-added .mobile-menu__panel {
  border: none;
  margin: 0;
}

.value-hero {
  height: 502px;
  overflow: hidden;
  color: #fff;
  background: url("../assets/images/value-added/hero-bg@2x.png") center / cover no-repeat;
}

.value-hero__inner {
  position: relative;
  height: 100%;
  padding-top: 164px;
  z-index: 2;
}

.value-hero__en {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  /* font-family: var(--font-family-oswald); */
  /* letter-spacing: 0.05em; */
}

.value-hero__title {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
}
.value-hero__title::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 128px;
  height: 12px;
  background: linear-gradient(90deg, #d82f2f 0%, rgba(216, 47, 47, 0) 100%);
  z-index: -1;
}

.value-hero__lead {
  margin: 28px 0 0;
  max-width: 650px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.95);
}

.value-hero__desc {
  margin: 16px 0 0;
  max-width: 650px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.value-hero__watermark {
  display: none;
}

.value-hero__visual {
  /* position: absolute;
  right: 38px;
  bottom: 0;
  width: min(31vw, 442px);
  max-width: 442px;
  height: auto; */
  display: none;
}

.value-service {
  padding: 96px 0;
}
.value-service--payment {
  background: url("../assets/images/value-added/section-bg-01@2x.png") center / cover no-repeat;
}

.value-service__inner {
  display: grid;
  grid-template-columns: minmax(0, 594px) minmax(0, 965px);
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
.value-service--payment .value-service__inner{
  grid-template-columns: minmax(0, 714px) minmax(0, 665px);
}

.value-service--estate .value-service__inner {
  max-width: 100%;
  padding-left: 5%;
  justify-content: center
  /* justify-content: flex-end; */
}

.value-service__heading h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
}

.value-service__heading p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.75;
  /* font-family: var(--font-family-oswald); */
  color: #1c1c1c;
  text-transform: uppercase;
}

.value-service__rule {
  margin-top: 14px;
  display: block;
  width: 67px;
  height: 3px;
  background: #d82f2f;
}

.value-service__content p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
.value-service__content .value-service__content-text {
  margin-top: 24px;
  color: #666;
}

.value-feature-list {
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
  gap: 26px 46px;
}

.value-feature-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.value-feature-list li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.value-contact-btn {
  margin-top: 28px;
  width: 135px;
  height: 45px;
  border-radius: 22.5px;
  background: #d82f2f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
}

.value-contact-btn img {
  width: 14px;
}

.value-payment-media {
  margin: 0;
  position: relative;
  min-height: 345px;
}

.value-payment-media::before {
  content: "";
  position: absolute;
  inset: 22px 0 0 0;
  background: url("../assets/images/value-added/section-bg-01@2x.png") center / cover no-repeat;
}

.value-payment-media__main {
  position: relative;
  z-index: 2;
  width: min(100%, 678px);
  display: block;
}

.value-payment-media__accent {
  position: absolute;
  right: -10px;
  bottom: 2px;
  width: min(52%, 370px);
  z-index: 2;
}

.value-service--estate {
  color: #fff;
  padding: 80px 0;
  background: url("../assets/images/value-added/section-bg-02@2x.png") center / cover no-repeat;
}

.value-service--estate .value-service__heading h2,
.value-service--estate .value-service__heading p,
.value-service--estate .value-feature-list li {
  color: #fff;
}

/* .value-service--estate .value-service__content p {
  color: rgba(255, 255, 255, 0.88);
} */

/* .value-service--estate .value-service__rule {
  background: #fff;
} */

.value-feature-list--light li {
  color: rgba(255, 255, 255, 0.96);
}

.value-contact-btn--light {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
}

.value-estate-media {
  margin: 0;
  min-height: 520px;
  gap: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  width: min(100%, 965px);
}

.value-service--investment {
  background:
    url("../assets/images/value-added/bottom-bg@2x.png") center / cover no-repeat;
}

.value-investment__highlight {
  margin-top: 26px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
}
.value-investment__highlight span {
  padding: 14px 25px;
  background: #D82F2F;
}
.value-investment__highlight .value-contact-btn {
  margin-top: 0;
}

.value-investment-media {
  /* min-height: 260px; */
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.value-investment-media > img {
  width: 100%;
}
.value-investment-media__visual {
  display: none;
}
.value-investment__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  font-size: 16px;
  color: #666666;
}



.value-service--insurance {
  padding-top: 80px;
  background: #fff;
}

.value-insurance {
  display: grid;
  grid-template-columns: minmax(0, 920px) minmax(0, 655px);
  align-items: center;
  /* justify-content: space-between; */
  gap: 96px;
}

.value-insurance__visual {
  margin: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.value-insurance__visual::before {
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  height: 71%;
  left: 0px;
  bottom: -30px;
  background: #D82F2F;
  z-index: 1;
}
.value-insurance__visual img {
  width: min(90%, 750px);
  margin-left: auto;
  z-index: 2;
}
.value-insurance__content > p {
  margin-top: 24px;
  color: #666;
}



.value-insurance__brands {
  position: relative;
  margin-top: 92px;
  width: 100%;
}

.value-insurance__brands-bg {
  width: min(100%, 1480px);
  display: block;
}

.value-insurance__brands-img {
  position: absolute;
  right: 110px;
  top: 8px;
  width: min(26%, 313px);
}

.value-insurance__brands-bg-m {
  display: none;
}