/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/post-collection/post-collection.scss ***!
  \******************************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 6.25rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 6.25rem;
  }
}

p .span-cta,
h1 .span-cta,
h2 .span-cta,
h3 .span-cta,
h4 .span-cta {
  color: #03bfd7;
}

.content > p + p {
  padding-top: 0.5rem;
}
@media screen and (min-width: 1279px) {
  .content > p + p {
    padding-top: 1rem;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(rf(40));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.blog-card {
  border-radius: 0.375rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(6.25rem);
}
.blog-card.show {
  animation: fade-in-up 1.2s forwards ease;
}
@media (hover: hover) and (pointer: fine) {
  .blog-card:hover .btn {
    background: #101e3a;
  }
  .blog-card:hover .blog-card__content {
    background: #e4e8f7;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.blog-card.swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.blog-card__image {
  height: 11.75rem;
  width: 100%;
  object-fit: cover;
}
.blog-card__content {
  padding: 2.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  transition: background 0.3s ease;
}
.blog-card__content p {
  margin: 0 0 1rem;
}
.blog-card__content h3 {
  margin: 0 0 1.75rem;
}
@media screen and (min-width: 768px) {
  .blog-card__content h3 {
    margin: 0 0 2.625rem;
  }
}
.blog-card__content button {
  margin: auto 0 0;
}
@media screen and (min-width: 768px) {
  .blog-card__content {
    padding: 2.25rem 1.875rem;
  }
}

.post-collection {
  background: #f3f5ff;
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .post-collection {
    padding: 6rem 0 7.5rem;
  }
}
.post-collection__filter {
  display: flex;
  align-items: center;
  max-width: fit-content;
  border-radius: 0.1875rem;
  margin: 0 auto 2.25rem;
  transition: background 0.3s ease;
  flex-wrap: wrap;
  gap: 0.875rem;
  opacity: 0;
  transform: translateY(2.5rem);
}
.post-collection__filter.show {
  animation: fade-in-up 1s ease forwards;
}
@media screen and (min-width: 768px) {
  .post-collection__filter {
    gap: 1.75rem;
    flex-wrap: nowrap;
    background: #fff;
    margin: 0 auto 4.75rem;
    padding: 0.9375rem 1.25rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .post-collection__filter:hover {
    background: #e4e8f7;
  }
}
.post-collection__filter p {
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  background: #fff;
  border-radius: 0.1875rem;
  padding: 0.75rem 1.25rem;
}
@media (hover: hover) and (pointer: fine) {
  .post-collection__filter p:hover {
    background: #e4e8f7;
  }
}
@media screen and (min-width: 768px) {
  .post-collection__filter p {
    padding: 0;
    background: transparent;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .post-collection__filter p:hover {
    background: transparent;
  }
}
.post-collection__filter p.active {
  color: #0080ff;
}
.post-collection__wrapper h2 {
  margin: 0 0 2.75rem;
}
.post-collection__wrapper-items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .post-collection__wrapper-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .post-collection__wrapper-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-collection__wrapper-items .blog-card {
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=post-collection.css.map*/