:root {
  --l-header: 80px;
  --l-header--mobile: 50px;
  --l-hero--s: 306px;
  --l-hero--s--mobile: 206px;
  --l-left: 230px;
  --l-right: 450px;
}

:root {
  --l-inner: 1280px;
}

.item__header {
  height: 305px;
  position: relative;
  padding-top: var(--l-header);
}
@media only screen and (max-width: 768px) {
  .item__header {
    padding-top: var(--l-header--mobile);
  }
}
.item__header__title {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  width: min(100%, var(--l-inner));
  margin: 0 auto;
  padding: 20px clamp(10px, 3%, 40px);
  position: relative;
  height: 100%;
}
.item__header__title__text {
  aspect-ratio: 1088/126;
  background: url(../images/marsgo-slogan.webp) no-repeat center/contain;
  width: min(90%, 446px);
  color: rgba(0, 0, 0, 0);
}
.item__header__title__text > div {
  display: none !important;
}
.item__header figure {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.item__title {
  font-size: 1.875rem;
  color: #3f3d56;
  text-align: center;
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.item__body {
  background: url(../images/article-bg.webp) no-repeat center/cover;
  padding-bottom: 50px;
}
.item__inner {
  background: #fff;
  padding: 30px;
}
.item__created {
  font-size: 0.75rem;
  text-align: right;
  color: #888;
}

.article__about__content {
  display: flex;
}
.article__about__content__logo {
  flex: 0 0 20%;
  padding-right: 20px;
}
.article__about__content__text {
  flex: 1 1 auto;
  padding: 0 10px;
}

.jrPage .jrFieldDiv,
.jrListingFulltext, .ebd-block, .item__description {
  color: rgb(34, 34, 34);
}
.jrPage .jrFieldDiv a,
.jrListingFulltext a, .ebd-block a, .item__description a {
  color: #ed7d2f;
}
.jrPage .jrFieldDiv a:hover,
.jrListingFulltext a:hover, .ebd-block a:hover, .item__description a:hover {
  color: #ff5701;
}
.jrPage .jrFieldDiv p,
.jrListingFulltext p, .ebd-block p, .item__description p,
.jrPage .jrFieldDiv div,
.jrListingFulltext div,
.ebd-block div,
.item__description div {
  font-size: 1rem;
  margin: 0 0 1rem;
  color: rgb(34, 34, 34);
  font-weight: 400;
  line-height: 160% !important;
}
.jrPage .jrFieldDiv h2,
.jrListingFulltext h2, .ebd-block h2, .item__description h2 {
  font-size: 1.6875rem;
  font-weight: bold;
  margin: 1rem 0;
}
.jrPage .jrFieldDiv h3,
.jrListingFulltext h3, .ebd-block h3, .item__description h3 {
  font-size: 1.4375rem;
  font-weight: bold;
  margin: 1rem 0;
  color: #3f3d56;
}
.jrPage .jrFieldDiv h4,
.jrListingFulltext h4, .ebd-block h4, .item__description h4 {
  font-size: 1.0625rem;
  font-weight: bold;
}
.jrPage .jrFieldDiv h5,
.jrListingFulltext h5, .ebd-block h5, .item__description h5 {
  font-size: 0.8125rem;
  font-weight: bold;
}
.jrPage .jrFieldDiv h6,
.jrListingFulltext h6, .ebd-block h6, .item__description h6 {
  font-size: 0.75rem;
  font-weight: bold;
}
.jrPage .jrFieldDiv ol,
.jrListingFulltext ol, .ebd-block ol, .item__description ol {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  list-style: decimal;
  margin-left: 1.25rem;
}

.s-wrapper {
  --l-inner: 1024px;
}

/*# sourceMappingURL=article.css.map */
