/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* No mobile hover
*
* how to use:
    @include hover() {
        opacity: 0.5;
    }
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.handwritten, .handwritten * {
  font-family: "Nothing You Could Do";
}

.block-article-header {
  display: block;
  position: relative;
  padding-top: 188px;
  border-top: solid 7px #35ED54;
}
@media (max-width: 1279.98px) {
  .block-article-header {
    padding-top: 117px;
  }
}
.block-article-header__image {
  aspect-ratio: 2.5/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
@media (max-width: 991.98px) {
  .block-article-header__image {
    aspect-ratio: 16/9;
    width: 100%;
  }
}
.block-article-header__title {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: clamp(36px, 12.0520381613px + 0.0312228968 * 100vw, 72px);
  line-height: 120%;
  padding-top: clamp(2rem, 21.356461405px + 0.013876843 * 100vw, 3rem);
  margin-top: 0;
  margin-bottom: clamp(2rem, 21.356461405px + 0.013876843 * 100vw, 3rem);
  color: #184e51;
  border-top: 1px solid rgba(24, 78, 81, 0.25);
}
@media (min-width: 992px) {
  .block-article-header__title {
    padding-right: 20%;
  }
}
.block-article-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: clamp(2rem, 21.356461405px + 0.013876843 * 100vw, 3rem);
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .block-article-header__meta {
    flex-direction: column;
    align-items: start;
  }
}
.block-article-header__meta-line {
  height: 3rem;
  width: 1px;
  background-color: rgba(24, 78, 81, 0.25);
  margin-right: clamp(1.25rem, 17.3391153513px + 0.0034692108 * 100vw, 1.5rem);
  margin-left: clamp(1.25rem, 17.3391153513px + 0.0034692108 * 100vw, 1.5rem);
}
@media (max-width: 991.98px) {
  .block-article-header__meta-line {
    display: none;
  }
}
.block-article-header__meta .post-author {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.block-article-header__meta .post-author__avatar, .block-article-header__meta .post-author img.avatar {
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  margin-right: 26px;
}
@media (max-width: 991.98px) {
  .block-article-header__meta .post-author__avatar, .block-article-header__meta .post-author img.avatar {
    width: 36px;
    height: 36px;
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .block-article-header__meta .post-author__avatar, .block-article-header__meta .post-author img.avatar {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
}
.block-article-header__meta .post-author__name {
  display: block;
  position: relative;
  color: #184e51;
  font-weight: 500;
  font-size: clamp(14px, 12.6695576756px + 0.0017346054 * 100vw, 16px);
}
.block-article-header__meta .post-date {
  display: block;
  position: relative;
  margin-right: clamp(1.25rem, 17.3391153513px + 0.0034692108 * 100vw, 1.5rem);
  color: rgba(24, 78, 81, 0.75);
  font-weight: 500;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 767px) / (1920 - 767));
  line-height: 24px;
  line-height: calc(14.4px + (24 - 14.4) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .block-article-header__meta .post-date {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .block-article-header__meta .post-date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .block-article-header__meta .post-date {
    line-height: 14.4px;
  }
}
@media screen and (min-width: 1920px) {
  .block-article-header__meta .post-date {
    line-height: 24px;
  }
}
.block-article-header__meta .post-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.block-article-header__meta .post-tags span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: clamp(14px, 12.6695576756px + 0.0017346054 * 100vw, 16px);
  border: 1px solid rgba(24, 78, 81, 0.25);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  color: #184e51;
}
@media (max-width: 991.98px) {
  .block-article-header__meta .post-tags {
    margin-top: 1rem;
    width: 100%;
  }
}
.block-article-header__excerpt {
  display: block;
  position: relative;
  color: #184e51;
  margin-top: clamp(4rem, 32.0693842151px + 0.0416305291 * 100vw, 7rem);
  margin-bottom: clamp(4rem, 32.0693842151px + 0.0416305291 * 100vw, 7rem) !important;
  font-weight: 400;
  font-size: 24px;
  font-size: calc(24px + (24 - 24) * (100vw - 767px) / (1920 - 767));
  line-height: 36px;
  line-height: calc(29px + (36 - 29) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .block-article-header__excerpt {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .block-article-header__excerpt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .block-article-header__excerpt {
    line-height: 29px;
  }
}
@media screen and (min-width: 1920px) {
  .block-article-header__excerpt {
    line-height: 36px;
  }
}
@media (max-width: 767.98px) {
  .block-article-header__excerpt {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=block_article-header.css.map*/