.news-block {
  padding: clamp(48px, 5.56vw, 80px) 0 clamp(48px, 5.56vw, 80px);
  position: relative;
  overflow: hidden;
}
.news-block__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 2.78vw, 40px);
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .news-block__header {
    flex-direction: column;
  }
}
.news-block__header-main {
  max-width: 560px;
}
.news-block__heading {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(36px, 3.33vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  line-height: 1;
  margin: 0;
}
.news-block__content {
  margin-top: 16px;
}
.news-block__content p {
  font-family: "Inter", -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  margin: 0 0 12px;
}
.news-block__content p:last-child {
  margin-bottom: 0;
}
.news-block__header-actions {
  flex-shrink: 0;
}
.news-block__header-actions .ov-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.news-block__all-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1.5px solid #231f20;
  background: transparent;
  color: #231f20;
  font-family: "Inter", -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 4px 4px 4px 16px;
  border-radius: 20px;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.news-block__all-btn:hover, .news-block__all-btn:focus {
  background: #231f20;
  color: #fff;
  text-decoration: none;
}
.news-block__all-btn:hover .news-block__all-btn-icon path, .news-block__all-btn:focus .news-block__all-btn-icon path {
  stroke: #fff;
}
.news-block__all-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 31px;
  border: 1.5px solid #231f20;
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}
.news-block__grid {
  position: relative;
  z-index: 1;
}
.news-block__col {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767.98px) {
  .news-block__col {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.news-block__card {
  display: block;
  position: relative;
  width: 100%;
  height: clamp(300px, 29.79vw, 429px);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.news-block__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 150, 32, 0.1);
  mix-blend-mode: multiply;
  z-index: 1;
  border-radius: 16px;
  pointer-events: none;
}
.news-block__card:hover, .news-block__card:focus {
  text-decoration: none;
  color: inherit;
}
.news-block__card:hover .news-block__card-excerpt-wrap, .news-block__card:focus .news-block__card-excerpt-wrap {
  grid-template-rows: 1fr;
}
.news-block__card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.news-block__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.news-block__card-overlayinner {
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  background: rgba(255, 255, 255, 0.65);
  border-radius: 0 0 20px 20px;
  padding: clamp(20px, 1.67vw, 24px) clamp(20px, 1.94vw, 28px);
}
.news-block__card-title {
  font-family: "Integral CF", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.39vw, 20px);
  line-height: 1.15;
  text-transform: uppercase;
  color: #231f20;
  margin: 0 0 16px;
}
.news-block__card-excerpt-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s ease;
}
.news-block__card-excerpt-wrap > div {
  overflow: hidden;
  min-height: 0;
}
.news-block__card-excerpt {
  font-family: "Inter", -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  margin: 0 0 16px;
  padding-top: 4px;
}
.news-block__read-story {
  display: inline-block;
  font-family: "Inter", -apple-system, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #231f20;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
}

/*# sourceMappingURL=news-block.css.map */