@media (max-width: 780px) {
  #all-news #news-filter-form {
    row-gap: 16px;
  }
}
#all-news #news-filter-form label:hover {
  cursor: pointer;
}
#all-news #news-filter-form label input[type=radio] {
  transform: scale(0);
}
#all-news #news-filter-form label input[type=radio]:checked ~ span {
  background: var(--Growth-500-Growth, #024138);
  color: #fff;
}
#all-news #news-filter-form label input[type=radio]:not(:checked):hover ~ span {
  background-color: #EEF6F6;
}
#all-news #news-filter-form label input[type=radio] ~ span {
  background: transparent;
  border-radius: 4px;
  padding: 4px 10px;
  color: var(--Growth-500-Growth, #024138);
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
#all-news .loading-gif {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#all-news .loading-gif.show {
  opacity: 1;
}
#all-news #news-results {
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 780px) {
  #all-news #news-results {
    gap: 0;
  }
}
#all-news #news-results.hide {
  opacity: 0;
}
#all-news #news-results .news-item {
  padding: 40px 32px;
  width: 33.3%;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 780px) {
  #all-news #news-results .news-item {
    width: 100%;
    padding: 24px;
  }
}
#all-news #news-results .news-item:focus, #all-news #news-results .news-item:focus-visible, #all-news #news-results .news-item:active {
  color: #fff;
}
#all-news #news-results .news-item:hover {
  background: var(--Future-500-Future, #006051);
}
#all-news #news-results .news-item:hover::before, #all-news #news-results .news-item:hover::after {
  opacity: 1;
}
#all-news #news-results .news-item:hover h2 {
  color: #fff;
}
#all-news #news-results .news-item:hover .category {
  color: #fff;
  border-color: #fff;
}
#all-news #news-results .news-item:hover .char {
  animation: disappear-up 0.1s ease forwards, appear-up 0.08s ease 0.15s forwards;
  animation-delay: calc(var(--i) * 0.015s), calc(0.15s + var(--i) * 0.012s);
  color: #fff;
}
#all-news #news-results .news-item:hover .is-style-text-link::after {
  right: 0;
  background-color: #DEF3EE;
  background-image: url(../../img/arrows/blue-arrow.svg);
}
#all-news #news-results .news-item::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 73.261px;
  height: 73.259px;
  background-image: url("../../img/shapes/NewsCardSquares.svg");
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#all-news #news-results .news-item::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 75.845px;
  height: 75.845px;
  background-image: url("../../img/shapes/NewsCardSquares-TopRight.svg");
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#all-news #news-results .news-item h2 {
  transition: all 0.4s ease-in-out;
}
#all-news #news-results .news-item .category {
  display: inline-block;
  color: var(--Growth-500-Growth, #024138);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  border: 1px solid var(--Growth-500-Growth, #024138);
  border-radius: 4px;
  padding: 2px 8px;
  margin-bottom: 24px;
  height: 29px;
  overflow: hidden;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
#all-news #news-results .news-item .category span {
  color: var(--Growth-500-Growth, #024138);
  font-weight: 500;
}
#all-news #news-results .news-item .img-cont {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 343px;
  margin-bottom: 24px;
  background-color: #fff;
}
@media (max-width: 1050px) {
  #all-news #news-results .news-item .img-cont {
    height: 294px;
    margin-bottom: 14px;
  }
}
#all-news #news-results .news-item .img-cont img {
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#all-news #news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
#all-news #news-pagination .news-pagination {
  border-radius: 88px;
  border: 2px solid var(--Future-200, #CCDFDC);
  padding: 14px 14px;
}
#all-news #news-pagination .news-pagination .ellipsis {
  padding: 0 8px;
  color: var(--Future-400, #00806C);
  font-size: 18px;
  font-weight: 600;
}
#all-news #news-pagination .news-pagination a.news-page-link {
  color: var(--Future-400, #00806C);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 8px;
  position: relative;
  outline-offset: 2px;
  /* 133.333% */
}
#all-news #news-pagination .news-pagination a.news-page-link:hover {
  background-color: var(--Future-700, #003A30);
  cursor: pointer;
}
#all-news #news-pagination .news-pagination a.news-page-link::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 4px;
  height: 4px;
  background: var(--Future-700, #003A30);
  transform: translateX(-50%);
  opacity: 0;
}
#all-news #news-pagination .news-pagination a.news-page-link.active {
  color: var(--Future-700, #003A30);
}
#all-news #news-pagination .news-pagination a.news-page-link.active::before {
  opacity: 1;
}
#all-news #news-pagination .news-pagination a.news-page-link.next,
#all-news #news-pagination .news-pagination a.news-page-link.prev {
  background-color: var(--Future-400, #00806C);
  border-radius: 1000px;
  width: 24px;
  height: 24px;
  padding: 1px 7px;
  transition: all 0.3s ease-in-out;
}
#all-news #news-pagination .news-pagination a.news-page-link.next::before,
#all-news #news-pagination .news-pagination a.news-page-link.prev::before {
  display: none;
}
#all-news #news-pagination .news-pagination a.news-page-link.next svg,
#all-news #news-pagination .news-pagination a.news-page-link.prev svg {
  margin-top: -2px;
}
#all-news #news-pagination .news-pagination a.news-page-link.next:hover,
#all-news #news-pagination .news-pagination a.news-page-link.prev:hover {
  background-color: var(--Future-600, #004d40);
}
#all-news #news-pagination .news-pagination a.news-page-link.prev {
  margin-right: 30px;
}
#all-news #news-pagination .news-pagination a.news-page-link.prev svg {
  margin-right: -4px;
}
#all-news #news-pagination .news-pagination a.news-page-link.next {
  margin-left: 30px;
}
#all-news #news-pagination .news-pagination a.news-page-link.next svg {
  margin-left: -4px;
}
/*# sourceMappingURL=all-news.css.map */
