.latest-posts-section {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .latest-posts-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .latest-posts-section {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
.latest-posts-section__header {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .latest-posts-section__header {
    margin-bottom: 20px;
  }
}
.latest-posts-section__title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .latest-posts-section__title {
    gap: 8px;
  }
}
.latest-posts-section__title-word1 {
  color: #000;
  font-family: "Spectral", serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -6px;
}
@media (max-width: 1200px) {
  .latest-posts-section__title-word1 {
    font-size: 80px;
    letter-spacing: -4.8px;
  }
}
@media (max-width: 992px) {
  .latest-posts-section__title-word1 {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media (max-width: 768px) {
  .latest-posts-section__title-word1 {
    font-size: 48px;
    letter-spacing: -2px;
  }
}
@media (max-width: 576px) {
  .latest-posts-section__title-word1 {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
.latest-posts-section__title-rest {
  color: #7970A9;
  font-family: "Spectral", serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -6px;
}
@media (max-width: 1200px) {
  .latest-posts-section__title-rest {
    font-size: 80px;
    letter-spacing: -4.8px;
  }
}
@media (max-width: 992px) {
  .latest-posts-section__title-rest {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media (max-width: 768px) {
  .latest-posts-section__title-rest {
    font-size: 48px;
    letter-spacing: -2px;
  }
}
@media (max-width: 576px) {
  .latest-posts-section__title-rest {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
.latest-posts-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .latest-posts-section__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .latest-posts-section__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}
.latest-posts-section__load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest-posts-section__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #7970A9;
  background: transparent;
  color: #7970A9;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.42px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.latest-posts-section__button:hover:not([data-loading=true]) {
  background: #7970A9;
  color: #FFF;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.latest-posts-section__button:disabled, .latest-posts-section__button[data-loading=true] {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .latest-posts-section__button {
    width: 100%;
    max-width: 300px;
  }
}

.latest-post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 240px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 24px;
  background: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .latest-post-card {
    min-height: 200px;
    padding: 20px;
    border-radius: 16px;
  }
}
.latest-post-card:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.latest-post-card:hover .latest-post-card__title {
  color: #7970A9;
}
.latest-post-card__title {
  max-width: 360px;
  color: #000;
  font-family: "Spectral", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.96px;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 992px) {
  .latest-post-card__title {
    font-size: 22px;
    letter-spacing: -0.88px;
  }
}
@media (max-width: 768px) {
  .latest-post-card__title {
    font-size: 20px;
    letter-spacing: -0.8px;
    max-width: 100%;
  }
}
.latest-post-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #000;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1px;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .latest-post-card__meta {
    font-size: 13px;
  }
}
.latest-post-card__date, .latest-post-card__reading-time {
  color: #000;
}
.latest-post-card__separator {
  width: 6px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.latest-post-card {
  -webkit-animation: fadeInUp 0.4s ease-out;
          animation: fadeInUp 0.4s ease-out;
}