.enrollment-form-violator {
  top: calc(9.2727vw + var(--header-height));
}
@media (max-width: 2200px) {
  .enrollment-form-violator {
    top: calc(min(14.55vw, 204px) + var(--header-height));
  }
}
@media (max-width: 2200px) {
  .home-banner {
    height: min(61.527vw, 886px);
    object-fit: cover;
  }
}
.home-section-1 .testimonial-wrap {
  margin-top: -19.733vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .home-section-1 .testimonial-wrap {
    margin-top: -17.64vw;
  }
}
@media (min-width: 1400px) {
  .home-section-1 .testimonial-wrap {
    margin-top: -254px;
  }
}
.home-section-1 .testimonial-wrap .testimonial-container {
  display: grid;
  gap: 40px;
  max-width: 100%;
  align-items: start;
  grid-template-columns: 100%;
}
@media (min-width: 360px) {
  .home-section-1 .testimonial-wrap .testimonial-container {
    padding: 0 26px;
  }
}
@media (min-width: 1200px) {
  .home-section-1 .testimonial-wrap .testimonial-container {
    grid-template-columns: 1fr 1.2fr 1fr;
    padding: 0;
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .home-section-1 .testimonial-wrap .testimonial-container {
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 40px;
  }
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 29px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (min-width: 768px) {
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card {
    gap: 24px;
    padding: 34px 0;
  }
}
@media (min-width: 1200px) {
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card {
    min-height: 420px;
  }
}
@media (min-width: 1400px) {
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card {
    min-height: 395px;
  }
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .card-icon {
  width: 70px;
}
@media (min-width: 768px) {
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .card-icon {
    width: 100px;
  }
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .content-wrap {
  padding: 0 34px;
  text-align: center;
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .content-wrap .content-title {
  margin-bottom: 14px;
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box {
  background-color: #5575D9;
  border: 2px solid #5575D9;
  color: #FFF;
  border-radius: 30px 0;
}
@media (min-width: 768px) {
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box {
    border-radius: 40px 0;
  }
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box .head-item {
  display: flex;
  padding: 14px 14px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  width: max-content;
  min-width: min(100%, 234px);
  cursor: pointer;
}
@media (min-width: 768px) {
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box .head-item {
    padding: 14px 20px;
    min-width: min(100%, 303px);
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box .head-item {
    padding: 14px 28px;
  }
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box .head-item::after {
  content: "";
  flex: 0 0 14px;
  height: 14px;
  background-image: url("/wp-content/uploads/white-plus-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 200ms all ease;
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box .head-item .head-title {
  font-size: clamp(1rem, 2.77vw, 1.25rem);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box .content-item {
  display: none;
  flex-direction: column;
  color: #21272A;
  padding: 0 14px 18px;
  gap: 17px;
}
@media (min-width: 768px) {
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box .content-item {
    padding: 0 20px 24px;
  }
}
@media (min-width: 1200px) {
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box .content-item {
    padding: 0 28px 24px;
  }
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box .content-item > p > a {
  font-weight: 500;
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box .content-item > p > a:hover {
  font-weight: 800;
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box.is-active {
  background-color: #FFF;
  color: #5575D9;
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box.is-active .head-item::after {
  background-image: url("/wp-content/uploads/blue-plus-icon.png");
  transform: rotate(45deg);
}
.home-section-1 .testimonial-wrap .testimonial-container .testimonial-card .clinical-studies-expandable-box.is-active .content-item {
  display: flex;
}
@media (min-width: 1400px) {
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card:nth-child(1) .content-wrap {
    padding: 0 46.25px;
  }
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card:nth-child(2) .content-wrap {
    padding: 0 62px;
  }
  .home-section-1 .testimonial-wrap .testimonial-container .testimonial-card:nth-child(3) .content-wrap {
    padding: 0 22.5px;
  }
}
