.post-item {
  overflow: hidden;
  display: inline-block;
  width: 22.5%;
  vertical-align: top;
  margin: 0 1%;
  position: relative;
}
@media (max-width: 1024px) {
  .post-item {
    width: 47.5%;
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .post-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.post-item .post-item--video,
.post-item .video-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  .post-item .post-item--video,
  .post-item .video-wrapper {
    margin-bottom: 25px;
  }
}
.post-item .subline {
  margin-bottom: 30px;
}
.post-item p {
  margin-bottom: 30px;
}
.post-item svg {
  transition: all 0.2s ease-out;
}
.post-item::before {
  content: "";
  width: 104px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 999px) {
  .post-item::before {
    display: none;
  }
}
.post-item .post-item--img {
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  .post-item .post-item--img {
    margin-bottom: 25px;
  }
}
.post-item video,
.post-item .cover-image,
.post-item img {
  min-height: 234px;
  will-change: transition;
  transition: transform 0.4s ease;
}
.post-item:hover video,
.post-item:hover .cover-image,
.post-item:hover img {
  transform: scale(1.05);
}
.post-item:hover svg {
  transform: translateX(5px);
}
.post-item--text {
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  .post-item--text {
    height: auto !important;
  }
}

.blog--row {
  position: relative;
}
.blog--row .post-item {
  margin-bottom: 75px;
}
@media (max-width: 999px) {
  .blog--row .post-item {
    margin-bottom: 20px;
  }
}
.blog--row--5 .post-item {
  width: 46%;
  min-width: 46%;
}
@media (max-width: 999px) {
  .blog--row--5 .post-item {
    min-width: 100%;
  }
}
.blog--row--5 .post-item--bigone {
  min-width: 48.5%;
  position: sticky;
  top: 15px;
}
@media (max-width: 999px) {
  .blog--row--5 .post-item--bigone {
    position: relative;
    min-width: 100%;
    top: unset;
  }
}
.blog--row--5 .post-item--bigone .post-item--img {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  .blog--row--5 .post-item--bigone .post-item--img {
    padding-bottom: 135%;
  }
}
.blog--row--5 .post-item--bigone .post-item--video .video-wrapper {
  min-height: 640px;
}
@media (max-width: 1024px) {
  .blog--row--5 .post-item--bigone .post-item--video .video-wrapper {
    min-height: 400px;
  }
}
.blog--row--3 .post-item:last-child {
  width: 45%;
}
@media (max-width: 999px) {
  .blog--row--3 .post-item:last-child {
    min-width: 100%;
  }
}
.blog--row--3 .post-item:last-child .post-item--img {
  overflow: hidden;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
}/*# sourceMappingURL=post-item.css.map */