.custom-programs-v9 {
  background-color: var(--bg-color, var(--primary-color, #333));
  padding-top: 80px;
  padding-bottom: 75px;
  color: var(--text-color, #fff);

  .only-in-cms {
    display: none;
  }
}

.custom-programs-v9 .see-all-container {
  text-align: center;
}

.custom-programs-v9 .header-slot-container h2 {
  font-size: 32px;
}

.custom-programs-v9 .custom-programs-v9-desc-area {
  font-size: 1.35em;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  line-height: 1.5;
}

@media only screen and (max-width: 960px) {
  .custom-programs-v9 .custom-programs-v9-desc-area {
    font-size: 1.2em;
  }
}

.custom-programs-v9-list {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 3em;
}

.custom-programs-v9-item {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.custom-programs-v9-item .custom-program-item-image,
.custom-programs-v9-item .custom-program-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--text-color, #fff);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .custom-programs-v9-item .custom-program-item-image,
  .custom-programs-v9-item .custom-program-item-icon {
    width: 200px;
    height: 200px;
  }
}

.custom-programs-v9-item .custom-program-item-image img {
  max-width: 80%;
  max-height: 80%;
}
.custom-programs-v9-item .custom-program-item-icon svg {
    display: block;
    width: 80%;
    height: 75%;
    margin-inline: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.custom-programs-v9-item .custom-program-item-icon svg * {
    fill: var(--icon-color, var(--bg-color, var(--primary-color, #333)));
}
.custom-programs-v9-item .custom-program-item-title {
  display: block;
  margin-top: 1em;
  font-size: 1.4em;
  color: inherit;
  font-weight: 700;
}

.custom-programs-v9-item .custom-program-item-title a {
  color: inherit;
  text-decoration: none;
}

.custom-programs-v9-item .custom-program-item-title a:hover {
  text-decoration: underline;
}

.custom-programs-v9-item .custom-program-item-desc {
  font-size: 1.2em;
  display: block;
  margin-top: 1em;
  line-height: 1.5;
}

@media only screen and (max-width: 960px) {
  .custom-programs-v9-item .custom-program-item-desc {
    font-size: 1.1em;
  }
}

#custom-programs-v9-list-swiper.swiper {
  box-sizing: border-box;
}

#custom-programs-v9-list-swiper.swiper .custom-programs-v9-list {
  max-width: unset;
  -moz-column-gap: unset;
  column-gap: unset;
}

.custom-programs-v9-outer {
  position: relative;
}

.custom-programs-v9-outer #custom-programs-v9-list-swiper.swiper {
  max-width: calc(100% - 120px);
}

@media only screen and (max-width: 767px) {
  .custom-programs-v9-outer #custom-programs-v9-list-swiper.swiper {
    max-width: 100%;
  }
}

.custom-programs-v9-outer .custom-swiper-controls {
  position: static;
}

.custom-programs-v9-outer .swiper-button-prev-programs-v9-list-swiper,
.custom-programs-v9-outer .swiper-button-next-programs-v9-list-swiper {
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
}

.custom-programs-v9-outer .swiper-button-prev-programs-v9-list-swiper.swiper-button-lock,
.custom-programs-v9-outer .swiper-button-next-programs-v9-list-swiper.swiper-button-lock {
  display: none;
}

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

  .custom-programs-v9-outer .swiper-button-prev-programs-v9-list-swiper,
  .custom-programs-v9-outer .swiper-button-next-programs-v9-list-swiper {
    display: none;
  }
}

.custom-programs-v9-outer .swiper-button-next-programs-v9-list-swiper {
  right: 0;
  left: unset;
}

.custom-swiper-controls:has(.swiper-pagination-programs-v9-list-swiper) {
  display: flex;
  justify-content: center;
}

.custom-swiper-controls:has(.swiper-pagination-programs-v9-list-swiper) .custom-swiper-pagination {
  width: unset;
}
.custom-programs-v9 .image-wrap:has(.image img[src^="http"]) .icon {
    display: none;
}
.custom-programs-v9 .image-wrap .image:not(:has(img[src^="http"])) {
    display: none !important;
}