.programs {
  padding: 130px 0 140px;
}

.type-programs.programs {
  padding: 0;
}

.programs__wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}

.programs__title {
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: var(--color-gray-blue);
}

.programs__text {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 80px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-gray-dark);
}

.programs__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.programs__item {
  display: flex;
  flex-wrap: wrap;
}

.programs__item-project-text {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.programs__item-image {
  width: 100%;
  max-width: 320px;
  height: 360px;
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
}

.programs__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0 80px 0;
  background-color: #f6f6f6;
}

.programs__item-title,
.programs__item-project-title,
.program-projects__item-title {
  margin-bottom: 16px;
  font-size: 32px;
  color: var(--color-gray-blue);
  font-weight: 700;
}

.programs__item-text,
.programs__item-project-text,
.program-projects__item-text {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: var(--color-gray-dark);
}

.program-projects__item-text {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.programs__item-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.programs__item-show {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px 15px 20px;
  border-radius: 80px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.5s ease;
  font-family: "Proxima Nova";
}

.programs__item-show.active svg {
  transform: rotate(180deg);
}

.programs__item-show:hover {
  opacity: 0.8;
}

.programs__item-cta,
.programs__item-project-cta,
.program-projects__item-cta {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  gap: 8px;
  color: var(--color-gray-blue);
  font-weight: 600;
}

.programs__item-projects {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.programs__item-projects-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  padding-top: 40px;
}

.programs__item-project {
  width: calc(50% - 20px);
}

.programs__item-project-image {
  height: 300px;
}

.programs__item-project-image img {
  object-fit: cover;
}

.programs__item-project-image.Wounded img {
  object-fit: contain;
}

.programs__item-project-content {
  padding: 50px 40px;
  background-color: #f6f6f6;
  height: 100%;
}

/* Single program start */

.program-hero,
.project-hero {
  display: flex;
  height: 740px;
}

.program-image,
.project-image {
  width: 50%;
}

.program-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
}

.program-icon svg {
  width: 100%;
  height: 100%;
}

.program-content,
.project-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.project-content {
  background-color: #f6f6f6;
}

.programs-title {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 1.11;
  font-weight: 700;
  color: #fff;
}

.programs-odometer__list.odometer__list {
  display: flex;
  flex-direction: column;
}

.programs-odometer {
  margin-bottom: 80px;
}

.programs-odometer__item {
  align-items: center;
}

.programs-odometer__item-value {
  font-size: 56px;
  color: #171717;
}

.programs-odometer__item-title {
  color: #171717;
  font-size: 16px;
}

.programs-odometer__list.odometer__list.Defenders .programs-odometer__item-value,
.programs-odometer__list.odometer__list.Defenders .programs-odometer__item-title {
  color: #fff;
}

.programs-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 100px 0 140px;
}

.programs-content__title {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 10px;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 16px;
}

.programs-content__title:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--color-blue);
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

.programs-content__disc {
  max-width: 65%;
  font-weight: 600;
}

.programs-content__disc p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-gray-dark);
  margin-bottom: 10px;
}

.programs-content__disc>ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #545454;
}

.programs-content__disc p strong {
  font-weight: 700;
}

.programs-content__sliders {
  position: relative;
  margin-top: 55px;
}

.programs-content--controls__inner {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  padding: 0 20px;
}

.programs-content__slider-pagination {
  width: fit-content !important;
  max-width: 100%;
  padding: 12px 16px;
  background-color: rgba(39, 56, 63, 0.6);
  border-radius: 46px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.programs-content__slider-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  background-color: #fff6da;
  transition: background-color 0.4s ease, opacity 0.4s ease;
}

.programs-content__slider-pagination .swiper-pagination-bullet-active {
  background-color: #ffc300;
}

.programs-content__slider--arrow {
  width: 44px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 2px rgba(255, 255, 255, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  cursor: pointer;
}

.programs-content__slider--arrow svg {
  width: 24px;
  height: 24px;
}

.programs-content__slider--arrow:hover,
.programs-content__slider--arrow:focus {
  background-color: white;
  border-color: white;
}

.programs-content__slider--arrow:hover svg path,
.programs-content__slider--arrow:focus svg path {
  stroke: #27383f;
}

.programs-odometer-btn {
  padding: 26px 75px;
}

.programs-content__slider-img {
  height: 450px;
}

/* Single program end */

/* Program projects start */

.program-projects {
  padding: 140px 0;
  background-color: #f6f6f6;
}

.program-projects__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}

.program-projects__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.program-projects__item {
  display: flex;
}

.program-projects__item-image {
  width: 100%;
  max-width: 320px;
  height: 330px;
}

.program-projects__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0 80px 0;
  background-color: #fff;
}

.program-projects__title {
  margin-bottom: 100px;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-gray-blue);
}

/* Program projects end */

/* Single Project start */

.project-icon {
  margin-top: auto;
  margin-bottom: 30px;
}

.project-icon img,
.project-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-icon img[src$=".png"] {
  height: auto
}

.project__cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  margin-top: auto;
  color: #fff !important;
  font-size: 28px;
  font-weight: 700;
  gap: 18px;
}

.project__cta svg {
  margin-left: auto;
}

.project__cta-icon {
  width: 32px;
  height: 32px;
}

.project__cta-icon svg,
.project__cta-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-odometer {
  margin-bottom: 50px;
}

/* Single Project end */

/* Cards start */

.cards-section {
  padding-bottom: 140px;
}

.cards__list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}

.cards__item {
  width: calc(33.3% - 28px);
}

.cards__item-image {
  height: 300px;
}

.cards__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards__item-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 300px);
  padding: 40px;
  background-color: #f6f6f6;
}

.cards__item-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  color: var(--color-gray-blue);
  margin-bottom: 16px;
}

.cards__item-text {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  color: #545454;
  margin-bottom: 40px;
}

.cards__item-cta {
  margin-top: auto;
}

/* Cards end */

@media screen and (max-width: 1200px) {
  .program-projects {
    padding: 60px 0;
  }

  .program-projects__wrapper {
    padding: 0;
  }

  .programs__wrapper {
    padding: 0 20px;
  }

  .programs__item-content {
    padding: 0 40px 0;
  }
}

@media screen and (max-width: 1024px) {
  .cards-section {
    padding-bottom: 60px;
  }

  .programs {
    padding: 50px 0 60px;
  }

  .cards__item-title {
    font-size: 24px;
  }

  .cards__item-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .cards__item-content {
    padding: 40px 20px;
  }

  .cards__item {
    width: 100%;
  }

  .programs__item,
  .program-projects__item {
    flex-direction: column;
  }

  .programs__item-image,
  .program-projects__item-image {
    width: 100%;
    max-width: 100%;
  }

  .programs__item-content,
  .program-projects__item-content {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {

  .program-hero,
  .project-hero {
    flex-direction: column;
    height: auto;
  }

  .programs-content-wrapper {
    flex-direction: column;
    padding: 60px 0;
  }

  .programs-content__title {
    margin-bottom: 40px;
  }

  .programs-content__disc p {
    font-size: 16px;
  }

  .programs-content__slider-img {
    height: 300px;
  }

  .program-image,
  .project-image {
    width: 100%;
    height: 400px;
  }

  .program-content,
  .project-content {
    width: 100%;
    padding: 40px 20px 80px;
  }

  .project-content {
    padding-bottom: 0;
  }

  .project__cta {
    position: relative;
    left: -50vw;
    transform: translateX(50vw);
    right: -50vw;
    width: 100%;
    margin: 40px -50vw 0;
    width: 100vw;
  }

  .recent-posts-list__title.title-regular,
  .programs-recent-posts__title.title-regular {
    font-weight: 700;
    font-size: 54px;
  }

  .programs__item-project {
    width: 100%;
  }

  .programs__item-title,
  .programs__item-project-title,
  .program-projects__item-title {
    font-size: 20px;
  }

  .programs__item-show {
    font-size: 16px;
  }

  .programs__item-text,
  .programs__item-project-text,
  .program-projects__item-text {
    font-size: 14px;
  }

  .programs__title {
    margin-bottom: 20px;
    font-size: 54px;
  }

  .programs__text {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .programs__item-content,
  .programs__item-project-content,
  .program-projects__item-content {
    padding: 40px 20px;
    height: auto;
  }

  .program-projects__title {
    margin-bottom: 40px;
    font-size: 54px;
  }
}

@media screen and (max-width: 575px) {

  .recent-posts-list__title.title-regular,
  .programs-recent-posts__title.title-regular {
    font-weight: 700;
    font-size: 36px;
  }

  .programs__title {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .programs__text {
    font-size: 16px;
  }

  .program-projects__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  .programs__item-links {
    flex-direction: column;
  }

  .programs__item-show {
    width: 100%;
    justify-content: center;
  }
}

.post-897 .programs-odometer-btn {
  background-color: #ffff;
}

.post-897 .programs-odometer-btn:hover {
  background-color: #ccc;
}