.nlwfw-posts__list {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 100px 0px
}

.nlwfw-posts__item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--celuk-primary, #3EE622);
  display: flex;
  flex-wrap: nowrap
}

@media (max-width: 767.98px) {
  .nlwfw-posts__item {
    flex-wrap: wrap
  }
}

.nlwfw-posts__item:first-child {
  padding-top: 0px !important
}

.nlwfw-posts__item-thumbnail {
  width: 240px;
  overflow: hidden;
  margin-right: 20px !important;
  flex-shrink: 0
}

@media (max-width: 767.98px) {
  .nlwfw-posts__item-thumbnail {
    width: 100%
  }
}

.nlwfw-posts__item-content {
  flex-grow: 1;
  flex-shrink: 1
}

.nlwfw-posts__item-date {
  font-family: "TT Supermolot Regular", sans-serif;
  font-size: .875rem !important;
  letter-spacing: .04em;
  text-transform: uppercase
}

@media (max-width: 767.98px) {
  .nlwfw-posts__item-date {
    font-size: .75rem !important
  }
}

.nlwfw-posts__item-read-time {
  position: relative;
  font-family: "TT Supermolot Regular", sans-serif;
  font-size: .875rem !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-left: 45px;
  margin-left: 15px
}

.nlwfw-posts__item-read-time::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 30px;
  height: 1px;
  background-color: var(--celuk-dark, #030014)
}

.nlwfw-posts__item-title {
  font-size: 1.875rem !important;
  line-height: 40px !important;
  font-family: "TT Supermolot Regular", sans-serif !important;
  margin: 0px;
  letter-spacing: .02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

@media (max-width: 767.98px) {
  .nlwfw-posts__item-title {
    font-size: 1.5625rem !important
  }
}

.nlwfw-posts__item-title + .nlwfw-posts__item-description {
  margin-top: 15px
}

.nlwfw-posts__item-description {
  font-family: "TT Supermolot Regular", sans-serif;
  font-size: 1rem !important;
  color: var(--celuk-dark, #030014);
  line-height: 26px;
  letter-spacing: .02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 100px
}

.nlwfw-posts__item-description a {
  color: inherit !important;
  font-family: "TT Supermolot Regular" !important;
  font-size: inherit !important
}

.nlwfw-posts__item-description p:last-of-type {
  margin-bottom: 0px
}

.nlwfw-pagination {
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.nlwfw-pagination__item {
  display: inline-block
}

.nlwfw-pagination__item:not(:last-of-type) {
  margin-right: 15px
}

@media (max-width: 767.98px) {
  .nlwfw-pagination__item:not(:last-of-type) {
    margin-right: 5px
  }
}

.nlwfw-pagination__item > * {
  display: block
}

.nlwfw-pagination__item .page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 6px;
  gap: 10px;
  min-width: 32px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--celuk-dark, #030014)
}

.nlwfw-pagination__item .page-numbers:hover,
.nlwfw-pagination__item .page-numbers:focus {
  border-color: var(--celuk-primary, #3EE622)
}

.nlwfw-pagination__item .dots {
  color: var(--celuk-primary, #3EE622);
  font-family: "TT Supermolot Bold", sans-serif
}

.nlwfw-pagination__item .dots:hover,
.nlwfw-pagination__item .dots:focus {
  border-color: rgba(0, 0, 0, 0)
}

.nlwfw-pagination__item .current {
  min-width: 42px;
  border-color: var(--celuk-primary, #3EE622);
  font-family: "TT Supermolot Bold", sans-serif
}

.nlwfw-pagination__item .prev,
.nlwfw-pagination__item .next {
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5
}

.nlwfw-pagination__item .prev:hover,
.nlwfw-pagination__item .prev:focus,
.nlwfw-pagination__item .next:hover,
.nlwfw-pagination__item .next:focus {
  opacity: 1
}

.nlwfw-pagination__item .prev {
  background-image: url(../../7d0a9ac787da93b62e59.svg)
}

.nlwfw-pagination__item .next {
  background-image: url(../../950266984128b9f619ba.svg)
}


.nav-links .prev,
.nav-links .next {
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5
}

.nav-links .prev:hover,
.nav-links .prev:focus,
.nav-links .next:hover,
.nav-links .next:focus {
  opacity: 1
}

.nav-links .prev {
  background-image: url(../7d0a9ac787da93b62e59.svg)
}

.nav-links .next {
  background-image: url(../950266984128b9f619ba.svg)
}

.nlwfw-posts__filter {
  display: inline-block;
  font-size: .875rem !important;
  font-family: "TT Supermolot Regular", sans-serif;
  color: var(--celuk-dark, #030014);
  padding: 1px;
  clip-path: polygon(0% 0%, 100% 0, 100% 65%, 92% 100%, 0% 100%);
  text-transform: uppercase;
  letter-spacing: .08em;
  text-align: center
}

.nlwfw-posts__filter:hover,
.nlwfw-posts__filter:focus,
.nlwfw-posts__filter.active {
  background-color: var(--celuk-primary, #3EE622)
}

.nlwfw-posts__filter span {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  clip-path: inherit
}

@media (max-width: 767.98px) {
  .nlwfw-posts__filter span {
    padding: 6px 10px
  }
}

@media (max-width: 767.98px) {
  .nlwfw-posts__filter {
    font-size: .625rem !important;
    width: 110px
  }
}

.nlwfw-institutes__list {
  margin: 0px;
  padding: 0px;
  list-style: none
}

@media (max-width: 767.98px) {
  .nlwfw-institutes__list {
    margin-top: 2rem
  }
}

.nlwfw-institutes__list-item {
  background-color: #fff;
  padding: 25px
}

.nlwfw-institutes__list-item:not(:last-of-type) {
  margin-bottom: 5px
}

.nlwfw-institutes__name {
  font-family: "TT Supermolot Bold", sans-serif;
  font-size: .875rem !important;
  line-height: 16px;
  color: var(--celuk-dark, #030014) !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px
}

.nlwfw-institutes__title {
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 24px;
  color: var(--celuk-dark, #030014) !important;
  letter-spacing: .02em;
  margin: 0px
}

.nlwfw-institutes__title a {
  font-family: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important
}

.nlwfw-posts__item-category {
  display: inline-block;
  font-size: .875rem !important;
  font-family: "TT Supermolot Regular", sans-serif;
  background-color: var(--celuk-primary, #3EE622);
  color: var(--celuk-dark, #030014);
  padding: 1px;
  clip-path: polygon(0% 0%, 100% 0, 100% 65%, 92% 100%, 0% 100%);
  text-transform: uppercase;
  letter-spacing: .08em
}

.nlwfw-posts__item-category:focus {
  border: 2px solid var(--celuk-primary, #3EE622)
}

.nlwfw-posts__item-category span {
  display: block;
  padding: 10px 15px;
  background-color: var(--celuk-light, #F5F6F7);
  clip-path: inherit
}

@media (max-width: 767.98px) {
  .nlwfw-posts__item-category {
    display: none
  }
}

.nspw-post__title {
  font-family: "TT Supermolot Regular", sans-serif !important;
  line-height: 34px;
  letter-spacing: .02em;
  color: var(--celuk-dark, #030014);
  font-size: 1.875rem !important;
  margin-bottom: 15px
}

@media (max-width: 767.98px) {
  .nspw-post__title {
    font-size: 1.5625rem !important;
    margin-top: 15px
  }
}

.nspw-post__description {
  overflow: hidden;
  max-height: 140px;
  font-family: "TT Supermolot Regular";
  font-size: 1rem !important;
  line-height: 26px;
  letter-spacing: .02em;
  width: 85%
}

@media (max-width: 767.98px) {
  .nspw-post__description {
    font-size: .9375rem !important;
    max-height: 205px
  }
}

.nspw-post__read-more {
  display: inline-block;
  font-family: "TT Supermolot Bold", sans-serif !important;
  font-size: .875rem !important;
  line-height: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-right: 37px;
  position: relative;
  color: var(--celuk-dark, #030014)
}

@media (min-width: 992px) {
  .nspw-post__read-more {
    margin-top: 40px
  }
}

@media (min-width: 768px)and (max-width: 991.98px) {
  .nspw-post__read-more {
    margin-top: 20px
  }
}

@media (max-width: 767.98px) {
  .nspw-post__read-more {
    margin-top: 20px
  }
}

.nspw-post__read-more::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA0NyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNy4wMDk3N0MwLjQ0NzcxNSA3LjAwOTc3IDQuODI4MjNlLTA4IDcuNDU3NDggMCA4LjAwOTc3Qy00LjgyODIzZS0wOCA4LjU2MjA1IDAuNDQ3NzE1IDkuMDA5NzcgMSA5LjAwOTc3TDEgNy4wMDk3N1pNNDYuNzA3MSA4LjcxNjg4QzQ3LjA5NzYgOC4zMjYzNSA0Ny4wOTc2IDcuNjkzMTkgNDYuNzA3MSA3LjMwMjY2TDQwLjM0MzEgMC45Mzg3MDFDMzkuOTUyNiAwLjU0ODE3NyAzOS4zMTk1IDAuNTQ4MTc3IDM4LjkyODkgMC45Mzg3MDFDMzguNTM4NCAxLjMyOTIzIDM4LjUzODQgMS45NjIzOSAzOC45Mjg5IDIuMzUyOTFMNDQuNTg1OCA4LjAwOTc3TDM4LjkyODkgMTMuNjY2NkMzOC41Mzg0IDE0LjA1NzEgMzguNTM4NCAxNC42OTAzIDM4LjkyODkgMTUuMDgwOEMzOS4zMTk1IDE1LjQ3MTQgMzkuOTUyNiAxNS40NzE0IDQwLjM0MzEgMTUuMDgwOEw0Ni43MDcxIDguNzE2ODhaTTEgOS4wMDk3N0w0NiA5LjAwOTc3TDQ2IDcuMDA5NzdMMSA3LjAwOTc3TDEgOS4wMDk3N1oiIGZpbGw9IiMwMzAwMTQiLz4KPC9zdmc+Cg==);
  position: absolute;
  right: 0px;
  top: 3px;
  width: 27px;
  height: 8px;
  background-size: cover
}

@media (max-width: 767.98px) {
  .nspw-category-name-mobile {
    display: flex;
    font-size: .75rem !important;
    font-family: "TT Supermolot Regular", sans-serif;
    color: var(--celuk-dark, #030014);
    text-transform: uppercase;
    letter-spacing: .04em;
    padding-bottom: 1rem
  }
}

@media (min-width: 768px) {
  .nspw-category-name-mobile {
    display: none
  }
}

.navigation.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 2rem auto;
}

.navigation.pagination .nav-links {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.navigation.pagination .page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 6px;
  gap: 10px;
  min-width: 32px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--celuk-dark, #030014);
}

.navigation.pagination .page-numbers.current {
  min-width: 42px;
  border-color: var(--celuk-primary, #3EE622);
  font-family: "TT Supermolot Bold", sans-serif;
}
