.news-details-page {
  background: #fff;
}

.page-breadcrumb {
  background: #000;
  padding: 12px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-breadcrumb a {
  color: #fff;
  transition: opacity 0.2s ease;
}

.page-breadcrumb a:hover {
  opacity: 0.8;
}

.page-breadcrumb__sep {
  color: #fff;
  font-size: 12px;
}

.page-breadcrumb__current {
  color: var(--red);
}

.article-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
}

.article-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0.1) 68%, rgba(0, 0, 0, 0) 100%);
}

.article-section {
  padding: 28px 0 56px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.article-main {
  min-width: 0;
}

.show-news-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.4;
}

.show-news-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
}

.show-news-hero__breadcrumb .content-breadcrumb__sep {
  color: rgba(255, 255, 255, 0.56);
}

.show-news-hero__breadcrumb .content-breadcrumb__current {
  color: #ffffff;
}

.show-news-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.show-news-hero__meta span + span {
  position: relative;
  margin-left: 14px;
  padding-left: 14px;
}

.show-news-hero__meta span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  background: #d9c4c4;
  transform: translateY(-50%);
}

.article-info-card {
  margin-bottom: 20px;
  padding: 24px 28px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.article-info-card__title {
  margin: 0;
  color: #111;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.article-info-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.article-info-card__summary {
  margin: 16px 0 0;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}

.article-body--custom {
  padding: 0;
  border: 0;
  background: transparent;
}

.article-inline-hero {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid #ece7e5;
  background: #ffffff;
}

.article-inline-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 26px 32px 30px;
}

.article-inline-hero__title {
  max-width: 340px;
  margin: 0;
  color: #101010;
  font-size: 60px;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.article-inline-hero__line {
  width: 40px;
  height: 3px;
  margin: 18px 0 16px;
  background: #d73a38;
}

.article-inline-hero__summary {
  max-width: 338px;
  margin: 0;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.85;
}

.article-inline-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 26px;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.article-inline-hero__meta span + span {
  position: relative;
  margin-left: 14px;
  padding-left: 14px;
}

.article-inline-hero__meta span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  background: #d9c4c4;
  transform: translateY(-50%);
}

.article-inline-hero__media {
  position: relative;
  min-width: 0;
  min-height: 420px;
  background: #ffffff;
}

.article-inline-hero__media::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.78) 35%, rgba(255,255,255,0) 100%);
  z-index: 1;
  pointer-events: none;
}

.article-inline-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-share-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.article-share-row__label {
  color: #202020;
  font-size: 14px;
  font-weight: 700;
}

.article-share-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 360px;
  max-width: 100%;
}

.article-share-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: #0f0f0f;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.article-share-icons a:hover {
  transform: translateY(-2px);
}

.article-share-icons img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.article-body {
  margin-top: 18px;
  padding: 28px 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.article-body p,
.article-body li {
  color: #424242;
  font-size: 17px;
  line-height: 1.8;
}

.article-body p {
  margin: 0 0 16px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 18px 22px;
  padding: 0;
}

.article-body li + li {
  margin-top: 8px;
}

.article-body h2 {
  margin: 26px 0 14px;
  color: #1f1f1f;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.article-body strong {
  color: #232323;
}

.article-body a {
  color: var(--red);
}

.article-body__figure {
  margin: 24px 0;
}

.article-body__figure img {
  width: 100%;
  border-radius: 4px;
}

.article-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.article-footer__item {
  padding: 18px 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.article-footer__item--next {
  text-align: right;
}

.article-footer__label {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-footer__item a {
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.article-related-block {
  grid-column: 1 / -1;
  margin-top: 24px;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.section-heading__accent {
  width: 2px;
  height: 18px;
  border-radius: 999px;
  background: var(--red);
}

.section-heading h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.article-related-card {
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
}

.article-related-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1.15 / 1;
  overflow: hidden;
}

.article-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-related-card__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.article-related-card h3 {
  margin: 0;
  padding: 12px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.article-sidebar {
  display: grid;
  gap: 0;
  align-content: start;
  grid-auto-rows: max-content;
}

.article-sidebar > .article-sidebar-card + .article-sidebar-card {
  margin-top: 0 !important;
}

@media (min-width: 1181px) {
  .article-sidebar {
    align-self: stretch;
  }

  .article-sidebar-card--quote.is-sticky {
    position: sticky;
    top: 84px;
    align-self: start;
    z-index: 2;
  }
}

.article-sidebar-card {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 20px;
}

.article-sidebar-card h3 {
  margin: 0 0 14px;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.article-sidebar-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.article-sidebar-card--expert {
  position: relative;
  padding: 0;
  overflow: hidden;
  align-self: start;
  height: 260px;
}

.article-sidebar-card--quote {
  border-top: 0;
  height: max-content;
}

.article-sidebar-card--expert img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-sidebar-btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  background: #0f3057;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.article-quote-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.article-quote-form input,
.article-quote-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dadada;
  background: #fff;
  color: #333;
  font-size: 14px;
}

.article-quote-form textarea {
  resize: vertical;
}

.popular-list {
  display: grid;
  gap: 14px;
}

.popular-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.popular-thumb {
  display: block;
  width: 86px;
  height: 66px;
  overflow: hidden;
  background: #ececec;
}

.popular-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-meta {
  display: grid;
  gap: 6px;
}

.popular-title {
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.popular-date {
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

@media (max-width: 900px) {
  .article-hero {
    min-height: 300px;
  }

  .article-inline-hero {
    grid-template-columns: 1fr;
  }

  .article-inline-hero__copy {
    padding: 26px 22px 20px;
  }

  .article-inline-hero__title {
    max-width: 100%;
    font-size: 46px;
  }

  .article-inline-hero__summary {
    max-width: none;
  }

  .article-inline-hero__media {
    min-height: 320px;
  }

  .article-inline-hero__media::before {
    display: none;
  }

  .article-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .article-section {
    padding: 20px 0 44px;
  }

  .article-inline-hero__title {
    font-size: 38px;
  }

  .article-inline-hero__summary {
    font-size: 14px;
    line-height: 1.8;
  }

  .article-info-card {
    padding: 20px 18px;
  }

  .article-info-card__title {
    font-size: 28px;
  }

  .article-info-card__summary {
    font-size: 15px;
    line-height: 1.75;
  }

  .article-body {
    padding: 20px 18px;
  }

  .article-body p,
  .article-body li {
    font-size: 16px;
  }

  .article-body h2 {
    font-size: 24px;
  }

  .article-footer {
    grid-template-columns: 1fr;
  }

  .article-footer__item--next {
    text-align: left;
  }

  .article-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .article-hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.26) 54%, rgba(0, 0, 0, 0.12) 100%);
  }

  .article-inline-hero__copy {
    padding: 22px 18px 18px;
  }

  .article-inline-hero__title {
    font-size: 32px;
    line-height: 1.02;
  }

  .article-inline-hero__meta {
    font-size: 12px;
  }

  .article-inline-hero__media {
    min-height: 240px;
  }

  .show-news-hero__breadcrumb,
  .show-news-hero__meta {
    font-size: 12px;
  }

  .article-info-card__title {
    font-size: 24px;
    line-height: 1.28;
  }

  .article-info-card__meta {
    gap: 10px;
    font-size: 13px;
  }

  .article-share-row {
    padding: 14px;
  }

  .article-share-icons {
    gap: 8px;
  }

  .article-sidebar-card {
    padding: 16px;
  }
}

/* NEWS_RICHTEXT_STYLES_START */
.news-richtext-host .news-richtext .eh-wrap{
  --eh-red:#7b0708;
  --eh-red-dark:#5d0405;
  --eh-line:#ece7e5;
  --eh-line-strong:#e2dbd9;
  --eh-text:#161616;
  --eh-muted:#666666;
  width:100%;
  margin:0;
  padding:0;
  background:#ffffff;
  color:var(--eh-text);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.65;
}
.news-richtext-host .news-richtext .eh-wrap,
.news-richtext-host .news-richtext .eh-wrap *{
  box-sizing:border-box;
}
.news-richtext-host .news-richtext .eh-wrap p{
  margin:0;
}
.news-richtext-host .news-richtext .eh-wrap img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  border:0;
}
.news-richtext-host .news-richtext .eh-page{
  width:100%;
  background:#fff;
  border:1px solid var(--eh-line);
}
.news-richtext-host .news-richtext .eh-section{
  padding:24px 18px 0;
  border-top:1px solid var(--eh-line);
}
.news-richtext-host .news-richtext .eh-section:first-of-type{
  border-top:0;
}
.news-richtext-host .news-richtext .eh-grid{
  display:grid;
  grid-template-columns:31% 69%;
  gap:24px;
  align-items:start;
}
.news-richtext-host .news-richtext .eh-section--def .eh-grid{
  grid-template-columns:30.5% 69.5%;
  gap:26px;
}
.news-richtext-host .news-richtext .eh-section--work .eh-grid{
  grid-template-columns:30.5% 69.5%;
  gap:26px;
  align-items:start;
}
.news-richtext-host .news-richtext .eh-label{
  display:flex;
  align-items:flex-end;
  gap:16px;
  margin:0 0 18px;
}
.news-richtext-host .news-richtext .eh-section--def .eh-label,
.news-richtext-host .news-richtext .eh-section--work .eh-label{
  gap:14px;
  margin-bottom:16px;
}
.news-richtext-host .news-richtext .eh-no{
  min-width:24px;
  color:var(--eh-red);
  font-size:34px;
  font-weight:700;
  line-height:.9;
}
.news-richtext-host .news-richtext .eh-section--def .eh-no,
.news-richtext-host .news-richtext .eh-section--work .eh-no{
  min-width:22px;
  font-size:32px;
}
.news-richtext-host .news-richtext .eh-no::after{
  content:"";
  display:block;
  width:24px;
  height:3px;
  margin-top:6px;
  background:var(--eh-red);
}
.news-richtext-host .news-richtext .eh-section--def .eh-no::after,
.news-richtext-host .news-richtext .eh-section--work .eh-no::after{
  width:22px;
  height:2px;
  margin-top:7px;
}
.news-richtext-host .news-richtext .eh-title{
  margin:0 0 4px;
  color:#121212;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
}
.news-richtext-host .news-richtext .eh-section--def .eh-title,
.news-richtext-host .news-richtext .eh-section--work .eh-title{
  margin-bottom:2px;
  font-size:19px;
}
.news-richtext-host .news-richtext .eh-copy{
  font-size:16px;
  line-height:1.9;
  color:#383838;
}
.news-richtext-host .news-richtext .eh-copy--def{
  font-size:15px;
  line-height:1.88;
  color:#424242;
}
.news-richtext-host .news-richtext .eh-copy p + p{
  margin-top:14px;
}
.news-richtext-host .news-richtext .eh-copy--def p + p{
  margin-top:12px;
}
.news-richtext-host .news-richtext .eh-structure-box{
  position:relative;
  border:1px solid var(--eh-line-strong);
  border-radius:8px;
  background:#fbfbfb;
  padding:46px 24px 20px;
}
.news-richtext-host .news-richtext .eh-structure-tag{
  position:absolute;
  left:18px;
  top:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:168px;
  min-height:34px;
  padding:0 16px;
  border-radius:999px;
  background:var(--eh-red);
  color:#fff;
  font-size:13px;
  font-weight:700;
  line-height:1;
  text-transform:uppercase;
}
.news-richtext-host .news-richtext .eh-structure-box img{
  width:94%;
  max-width:none;
  margin:0 auto;
  object-fit:contain;
}
.news-richtext-host .news-richtext .eh-section--def .eh-structure-box{
  min-height:322px;
  width:100%;
  max-width:100%;
  justify-self:stretch;
}
.news-richtext-host .news-richtext .eh-principles{
  display:grid;
  gap:14px;
}
.news-richtext-host .news-richtext .eh-principles--work{
  gap:12px;
  padding-top:2px;
}
.news-richtext-host .news-richtext .eh-principle{
  display:grid;
  grid-template-columns:26px 1fr;
  gap:12px;
  align-items:start;
}
.news-richtext-host .news-richtext .eh-principles--work .eh-principle{
  grid-template-columns:24px 1fr;
  gap:10px;
}
.news-richtext-host .news-richtext .eh-principle-dot{
  width:20px;
  height:20px;
  margin-top:2px;
  border-radius:50%;
  background:var(--eh-red);
  color:#fff;
  font-size:11px;
  font-weight:700;
  line-height:20px;
  text-align:center;
}
.news-richtext-host .news-richtext .eh-principles--work .eh-principle-dot{
  width:18px;
  height:18px;
  margin-top:3px;
  font-size:10px;
  line-height:18px;
}
.news-richtext-host .news-richtext .eh-principle-name{
  margin:0 0 4px;
  font-size:16px;
  font-weight:700;
  line-height:1.35;
  color:#121212;
}
.news-richtext-host .news-richtext .eh-principles--work .eh-principle-name{
  margin-bottom:3px;
  font-size:16px;
}
.news-richtext-host .news-richtext .eh-principle-desc{
  font-size:15px;
  line-height:1.7;
  color:#4f4f4f;
}
.news-richtext-host .news-richtext .eh-principles--work .eh-principle-desc{
  font-size:14px;
  line-height:1.65;
  color:#555555;
}
.news-richtext-host .news-richtext .eh-photo{
  border-radius:8px;
  overflow:hidden;
  background:#fafafa;
}
.news-richtext-host .news-richtext .eh-photo--work{
  border-radius:6px;
  width:100%;
  max-width:100%;
  justify-self:stretch;
}
.news-richtext-host .news-richtext .eh-photo--work img{
  aspect-ratio:1.92/1;
  object-fit:cover;
}
.news-richtext-host .news-richtext .eh-features{
  padding:24px 18px 0;
  border-top:1px solid var(--eh-line);
}
.news-richtext-host .news-richtext .eh-feature-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  border-top:1px solid var(--eh-line);
}
.news-richtext-host .news-richtext .eh-feature{
  padding:18px 14px 6px;
  text-align:center;
}
.news-richtext-host .news-richtext .eh-feature-name{
  margin:0 0 8px;
  font-size:16px;
  font-weight:700;
  line-height:1.35;
  color:#151515;
}
.news-richtext-host .news-richtext .eh-feature-desc{
  font-size:14px;
  line-height:1.8;
  color:#555555;
}
.news-richtext-host .news-richtext .eh-scenes{
  padding:24px 18px 0;
  border-top:1px solid var(--eh-line);
}
.news-richtext-host .news-richtext .eh-scene-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.news-richtext-host .news-richtext .eh-scene{
  min-width:0;
}
.news-richtext-host .news-richtext .eh-scene-image{
  border-radius:6px;
  overflow:hidden;
  margin:0 0 10px;
}
.news-richtext-host .news-richtext .eh-scene-image img{
  aspect-ratio:1.26/1;
  object-fit:cover;
}
.news-richtext-host .news-richtext .eh-scene-name{
  margin:0 0 6px;
  font-size:16px;
  font-weight:700;
  line-height:1.35;
  color:#171717;
  text-align:center;
}
.news-richtext-host .news-richtext .eh-scene-desc{
  font-size:14px;
  line-height:1.75;
  color:#555555;
  text-align:center;
}
.news-richtext-host .news-richtext .eh-conclusion{
  padding:24px 18px 18px;
  border-top:1px solid var(--eh-line);
}
.news-richtext-host .news-richtext .eh-conclusion-box{
  display:grid;
  grid-template-columns:1fr 240px;
  gap:24px;
  align-items:center;
  padding:18px 18px 20px;
  background:#fafafa;
  border:1px solid var(--eh-line);
  border-radius:6px;
}
.news-richtext-host .news-richtext .eh-conclusion-copy{
  font-size:15px;
  line-height:1.8;
  color:#4d4d4d;
}
.news-richtext-host .news-richtext .eh-conclusion-copy p + p{
  margin-top:10px;
}
.news-richtext-host .news-richtext .eh-cta{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:160px;
  padding:24px 22px;
  border:1px solid rgba(123,7,8,.16);
  border-radius:8px;
  background:var(--eh-red);
  box-shadow:none;
}
.news-richtext-host .news-richtext .eh-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:168px;
  min-height:48px;
  padding:0 28px;
  background:transparent;
  color:#fff !important;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  line-height:1;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.3);
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.news-richtext-host .news-richtext .eh-cta-btn:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.45);
  color:#fff !important;
}
.news-richtext-host .news-richtext .eh-cta-note{
  margin:0;
  max-width:220px;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.92);
}
@media (max-width: 991px){
  .news-richtext-host .news-richtext .eh-grid,
  .news-richtext-host .news-richtext .eh-conclusion-box{
    grid-template-columns:1fr;
  }
  .news-richtext-host .news-richtext .eh-section--def .eh-grid,
  .news-richtext-host .news-richtext .eh-section--work .eh-grid{
    grid-template-columns:1fr;
  }
  .news-richtext-host .news-richtext .eh-feature-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px 0;
  }
  .news-richtext-host .news-richtext .eh-scene-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 767px){
  .news-richtext-host .news-richtext .eh-page{
    border:0;
  }
  .news-richtext-host .news-richtext .eh-section,
  .news-richtext-host .news-richtext .eh-features,
  .news-richtext-host .news-richtext .eh-scenes,
  .news-richtext-host .news-richtext .eh-conclusion,
  .news-richtext-host .news-richtext .eh-feature-grid,
  .news-richtext-host .news-richtext .eh-structure-box,
  .news-richtext-host .news-richtext .eh-conclusion-box,
  .news-richtext-host .news-richtext .eh-cta{
    border:0;
    box-shadow:none;
  }
  .news-richtext-host .news-richtext .eh-section,
  .news-richtext-host .news-richtext .eh-features,
  .news-richtext-host .news-richtext .eh-scenes,
  .news-richtext-host .news-richtext .eh-conclusion{
    padding-left:14px;
    padding-right:14px;
  }
  .news-richtext-host .news-richtext .eh-grid{
    gap:16px;
  }
  .news-richtext-host .news-richtext .eh-structure-box{
    padding:52px 10px 12px;
  }
  .news-richtext-host .news-richtext .eh-section--def .eh-structure-box{
    min-height:auto;
  }
  .news-richtext-host .news-richtext .eh-structure-box img{
    width:100%;
  }
  .news-richtext-host .news-richtext .eh-label{
    gap:12px;
    margin-bottom:14px;
  }
  .news-richtext-host .news-richtext .eh-no{
    font-size:28px;
  }
  .news-richtext-host .news-richtext .eh-title{
    font-size:18px;
  }
  .news-richtext-host .news-richtext .eh-copy{
    font-size:15px;
  }
  .news-richtext-host .news-richtext .eh-feature-grid,
  .news-richtext-host .news-richtext .eh-scene-grid{
    grid-template-columns:1fr;
  }
  .news-richtext-host .news-richtext .eh-feature,
  .news-richtext-host .news-richtext .eh-feature-name,
  .news-richtext-host .news-richtext .eh-feature-desc{
    text-align:left;
  }
}
/* NEWS_RICHTEXT_STYLES_END */
