@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.articles-page {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .articles-page {
    padding-top: 0;
  }
}
.articles-page__banner {
  padding-top: 68px;
  padding-bottom: 44px;
  width: 1400px;
  padding-inline: 176px;
  margin: auto;
}
.articles-page__banner .title {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 26px;
  line-height: 109%;
  text-transform: uppercase;
}
.articles-page__banner .subtitle h1,
.articles-page__banner .subtitle h2,
.articles-page__banner .subtitle h3 {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 70px;
  line-height: 109%;
}
@media screen and (max-width: 768px) {
  .articles-page__banner {
    padding-top: 29px;
    padding-bottom: 36px;
    width: 100%;
    padding-inline: 20px;
    background-color: rgba(217, 217, 217, 0.8);
  }
  .articles-page__banner .title {
    margin-bottom: 4px;
  }
  .articles-page__banner .subtitle h1,
  .articles-page__banner .subtitle h2,
  .articles-page__banner .subtitle h3 {
    font-size: 50px;
  }
}
.articles-page__upcoming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 80px;
  width: 100%;
  min-height: 404px;
  background-color: #e5e5e5;
  padding-inline: 176px;
  padding-top: 50px;
  padding-bottom: 42px;
}
.articles-page__upcoming .upcoming-image {
  width: 448px;
  height: 300px;
  border-radius: 44px;
  overflow: hidden;
}
.articles-page__upcoming .upcoming-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-page__upcoming .upcoming-content {
  width: 560px;
}
.articles-page__upcoming .upcoming-content .title {
  text-transform: uppercase;
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: #000;
}
.articles-page__upcoming .upcoming-content .date {
  font-family: "heboo";
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 7px;
  line-height: 130%;
}
.articles-page__upcoming .upcoming-content .title-event {
  font-family: "heboo";
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 6px;
}
.articles-page__upcoming .upcoming-content .content {
  margin-bottom: 16px;
  max-height: 168px;
  overflow: hidden;
}
.articles-page__upcoming .upcoming-content .content p {
  font-family: "heboo";
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.articles-page__upcoming .upcoming-content .article-link {
  color: #6F6F6F;
  font-family: "heboo";
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .articles-page__upcoming {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    background-color: transparent;
    padding-top: 34px;
    padding-inline: 20px;
  }
  .articles-page__upcoming .upcoming-image {
    width: 100%;
    height: 200px;
    border-radius: 44px;
    overflow: hidden;
  }
  .articles-page__upcoming .upcoming-content {
    width: 100%;
  }
  .articles-page__upcoming .upcoming-content .title {
    font-size: 50px;
  }
  .articles-page__upcoming .upcoming-content .date {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 140%;
  }
  .articles-page__upcoming .upcoming-content .title-event {
    font-family: "BebasNeue";
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 4px;
  }
  .articles-page__upcoming .upcoming-content .content {
    margin-bottom: 20px;
    max-height: 310px;
    overflow: hidden;
  }
  .articles-page__upcoming .upcoming-content .content p {
    font-size: 18px;
    line-height: 134%;
  }
  .articles-page__upcoming .upcoming-content .article-link {
    color: #86a650;
    font-size: 16px;
    line-height: 130%;
  }
}
.articles-page__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 64px;
  padding-inline: 176px;
  width: 1400px;
  margin: auto;
  gap: 18px;
}
.articles-page__filter .filter-btn {
  background: none;
  cursor: pointer;
  border: none;
  font-family: "heboo";
  font-weight: 400;
  font-size: 16px;
  color: #6F6F6F;
  padding-inline: 22px;
}
.articles-page__filter .filter-btn:not(:last-child) {
  border-right: 1px solid #6F6F6F;
}
.articles-page__filter .filter-btn:first-child {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.articles-page__filter .filter-btn.active {
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .articles-page__filter {
    padding-bottom: 44px;
    padding-inline: 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .articles-page__filter .filter-btn {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding-inline: 0;
    text-align: center;
    width: 90px;
    height: 36px;
    line-height: 36px;
    border-radius: 22px;
  }
  .articles-page__filter .filter-btn:not(:last-child) {
    border-right: unset;
  }
  .articles-page__filter .filter-btn:first-child {
    -webkit-padding-start: unset;
            padding-inline-start: unset;
  }
  .articles-page__filter .filter-btn.active {
    color: #fff;
    background-color: #95b859;
    font-weight: 700;
  }
}
.articles-page__articles-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 1400px;
  margin: auto;
  padding-inline: 176px;
  gap: 108px;
  margin-bottom: 110px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.articles-page__articles-wrapper.rendering {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .articles-page__articles-wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 40px;
    padding-inline: 27px;
  }
  .articles-page__articles-wrapper .article-card {
    height: 370px !important;
  }
  .articles-page__articles-wrapper .article-card .article-image {
    height: 205px !important;
  }
  .articles-page__articles-wrapper .article-card .article-card-content {
    padding: 22px !important;
  }
  .articles-page__articles-wrapper .article-card .article-card-content .article-content {
    height: 48px !important;
    margin-bottom: 20px !important;
  }
  .articles-page__articles-wrapper .article-card .article-card-content .article-link {
    left: 22px !important;
    bottom: 0 !important;
  }
}
.articles-page__recently {
  border-top: 1px solid #e5e5e5;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 140px;
  width: 1400px;
  padding-inline: 176px;
}
.articles-page__recently .recently-title {
  color: #000;
  font-family: "BebasNeue";
  text-transform: capitalize;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  margin-top: 44px;
  margin-bottom: 36px;
}
.articles-page__recently .recently-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.articles-page__recently .article-card {
  width: 336px;
}
.articles-page__recently .article-card .article-image {
  width: 100%;
  height: 205px;
  border-radius: 50px 50px 0 0;
}
.articles-page__recently .article-card .article-card-content {
  padding-inline: 32px;
  padding-top: 22px;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.articles-page__recently .article-card .article-card-content .article-title {
  font-weight: 700;
  font-family: "heboo";
  color: #6F6F6F;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.articles-page__recently .article-card .article-card-content .article-title .title-round {
  left: -20px;
  width: 12px;
  height: 12px;
}
.articles-page__recently .article-card .article-card-content .articles-page-article-date {
  display: none;
}
.articles-page__recently .article-card .article-card-content .article-content {
  color: #6F6F6F;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-bottom: 16px;
}
.articles-page__recently .article-card .article-card-content .article-link {
  margin-bottom: 20px;
  color: #6F6F6F;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "heboo";
}
@media screen and (max-width: 768px) {
  .articles-page__recently {
    width: 100%;
    overflow: scroll;
    padding-inline: 20px;
  }
}
.articles-page .article-card {
  height: 535px;
  max-width: unset;
  border-radius: 36px;
  overflow: hidden;
}
.articles-page .article-card .article-image {
  width: 100%;
  height: 261px;
}
.articles-page .article-card .article-card-content {
  padding: 23px 36px;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.articles-page .article-card .article-card-content .article-title {
  font-weight: 700;
  font-family: "heboo";
  color: #000;
  line-height: 120%;
  font-size: 22px;
  margin-bottom: 4px;
}
.articles-page .article-card .article-card-content .article-title .title-round {
  left: -20px;
}
.articles-page .article-card .article-card-content .articles-page-article-date {
  font-family: "heboo";
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #000;
  display: block;
  margin-bottom: 7px;
  height: 17px;
}
.articles-page .article-card .article-card-content .article-content {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  height: 120px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-bottom: 32px;
}
.articles-page .article-card .article-card-content .article-link {
  color: #6F6F6F;
  font-size: 13px;
  line-height: 130%;
  font-weight: 400;
  font-family: "heboo";
  left: 36px;
  bottom: 28px;
}
.articles-page .article-card.small {
  height: 363px;
}
.articles-page .article-card.small .article-image {
  height: 205px;
}
.articles-page .article-card.small .article-card-content {
  padding: 23px 32px;
}
.articles-page .article-card.small .article-card-content .article-title {
  color: #6F6F6F;
  line-height: 140%;
  font-size: 16px;
  margin-bottom: 1px;
}
.articles-page .article-card.small .article-card-content .articles-page-article-date {
  display: none;
}
.articles-page .article-card.small .article-card-content .article-content {
  color: #6F6F6F;
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  margin-bottom: 8px;
}
.articles-page .article-card.small .article-card-content .article-link {
  color: #444444;
  left: 32px;
  bottom: -10px;
}