/* Mr. Engineering Theme V6.2.6 — fourth digital-advisor hero slide. */
.mre-video-hero--v626 .mre-video-hero__advisor-points{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  max-width:760px;
  margin:0 0 24px;
  padding:0;
  list-style:none;
}
.mre-video-hero--v626 .mre-video-hero__advisor-points li{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:999px;
  background:rgba(5,24,46,.42);
  color:#fff;
  font-size:.78rem;
  font-weight:850;
  line-height:1.4;
  backdrop-filter:blur(10px);
}
.mre-video-hero--v626 .mre-video-hero__advisor-points li::before{
  content:"";
  flex:0 0 7px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#d6a93a;
  box-shadow:0 0 0 4px rgba(214,169,58,.16);
}
.mre-video-hero--v626 .mre-video-hero__slide:nth-child(4) .mre-video-hero__overlay{
  background:
    radial-gradient(circle at 72% 28%,rgba(214,169,58,.14),transparent 30%),
    linear-gradient(90deg,rgba(4,19,37,.92),rgba(4,19,37,.72) 58%,rgba(4,19,37,.48));
  opacity:1;
}
.mre-video-hero--v626 .mre-video-hero__slide:nth-child(4) .mre-video-hero__title span{
  max-width:920px;
}
.mre-video-hero--v626 .mre-video-hero__slide:nth-child(4) .mre-video-hero__title strong{
  max-width:780px;
}
@media(max-width:767px){
  .mre-video-hero--v626 .mre-video-hero__advisor-points{
    justify-content:center;
    gap:7px;
    width:100%;
    margin:0 auto 18px;
  }
  .mre-video-hero--v626 .mre-video-hero__advisor-points li{
    min-height:32px;
    padding:6px 9px;
    font-size:.68rem;
  }
  .mre-video-hero--v626 .mre-video-hero__slide:nth-child(4) .mre-video-hero__title span{
    font-size:clamp(1.82rem,9.6vw,2.72rem);
    line-height:1.22;
  }
  .mre-video-hero--v626 .mre-video-hero__slide:nth-child(4) .mre-video-hero__description{
    max-width:570px;
  }
}
@media(max-width:420px){
  .mre-video-hero--v626 .mre-video-hero__advisor-points li{
    width:100%;
    justify-content:center;
  }
}
