@media (width <= 47.99875rem) {
  .hero {
    height: 48rem;
  }
}
.hero__date {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1rem;
  gap: 1rem;
  bottom: 2.5rem;
  left: 3.75rem;
  z-index: 10;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  color: var(--color-white);
  margin-top: 2.5rem;
}
@media (width <= 63.99875rem) {
  .hero__date {
    position: static;
  }
}
@media (width <= 47.99875rem) {
  .hero__date {
    margin-top: 1.875rem;
  }
}

.news-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.875rem;
}
@media (width <= 47.99875rem) {
  .news-item__inner {
    padding-top: 2.5rem;
  }
}
.news-item__body {
  line-height: 2rem;
}
@media (width <= 47.99875rem) {
  .news-item__body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.news-item__body ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  list-style-type: none;
}
.news-item__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.news-item__body ul li::before {
  content: "";
  display: inline;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 1rem;
  width: 1rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background-color: var(--color-blue);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width <= 47.99875rem) {
  .news-item__body ul li::before {
    margin-bottom: 0.75rem;
  }
}
.news-item__button {
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 3.25rem;
  width: 9.5rem;
}
@media (width <= 63.99875rem) {
  .news-item__button {
    margin-top: 2.5rem;
  }
}
@media (width <= 36.24875rem) {
  .news-item__button {
    width: 100%;
  }
}

.blog {
  background-color: var(--color-white);
}
.blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media (width <= 63.99875rem) {
  .blog__header {
    margin-bottom: 2.625rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.25rem;
  }
}
.blog__title {
  font-size: 3.25rem;
  font-weight: 700;
  font-family: var(--font-family-alt);
}
@media (width <= 63.99875rem) {
  .blog__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__button {
    display: none;
  }
}
.blog__button_mobile {
  display: none;
}
@media (width <= 47.99875rem) {
  .blog__button_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.blog__inner {
  padding-block: 4rem;
}
@media (width <= 63.99875rem) {
  .blog__inner {
    padding-block: 3rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__inner {
    padding-block: 2rem;
  }
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media (width <= 63.99875rem) {
  .blog__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__list {
    margin-bottom: 1.875rem;
    gap: 1.25rem;
  }
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f3f3f3;
  border-radius: 0.75rem;
  overflow: hidden;
}
.blog__item-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  padding-inline: 1.625rem;
  margin-bottom: 1.5rem;
}
@media (width <= 63.99875rem) {
  .blog__item-title {
    padding-inline: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__item-title {
    font-size: 0.875rem;
    padding-inline: 1rem;
    line-height: 1.0625rem;
  }
}
.blog__item-image {
  width: 100%;
  height: 20.375rem;
  margin-bottom: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 63.99875rem) {
  .blog__item-image {
    height: 25.5rem;
    margin-bottom: 1.875rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__item-image {
    margin-bottom: 0.875rem;
    height: 11.5rem;
  }
}
.blog__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
  color: rgba(11, 11, 11, 0.6);
  padding-inline: 1.625rem;
  margin-bottom: 1rem;
}
@media (width <= 63.99875rem) {
  .blog__item-date {
    margin-bottom: 1.75rem;
    gap: 1.25rem;
    line-height: 1.1875rem;
    padding-inline: 1.5rem;
  }
  .blog__item-date img {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (width <= 47.99875rem) {
  .blog__item-date {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    gap: 0.5rem;
    padding-inline: 1rem;
    margin-bottom: 0.75rem;
  }
  .blog__item-date img {
    width: 1rem;
    height: 1rem;
  }
}

.image-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media (width <= 63.99875rem) {
  .image-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width <= 36.24875rem) {
  .image-list {
    grid-template-columns: 1fr;
  }
}

.image-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
@media (width <= 47.99875rem) {
  table {
    word-wrap: break-word;
    display: block;
    overflow-x: auto;
    font-size: 0.75rem;
  }
}
table th,
table td {
  padding: 1rem 2rem;
  border: 0.0625rem solid #787878;
}
@media (width <= 47.99875rem) {
  table th,
  table td {
    padding: 0.5rem;
  }
}
table tr th:first-child {
  text-align: start;
}
table .text-center {
  text-align: center;
}
table .text-left {
  text-align: start;
}

iframe {
  max-width: 100%;
}/*# sourceMappingURL=newsItem.css.map */