.learning-swiper__description {
  margin-top: 24px;
}
.learning-swiper__btn {
  margin-top: 48px;
}
.learning-swiper__item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 64px;
  align-items: center;
}
@media (min-width: 1025px) {
  .learning-swiper__item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-right: 136px;
  }
}
.learning-swiper__image-container {
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px rgba(45, 27, 91, 0.15);
  overflow: hidden;
}
.learning-swiper .swiper-controller {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 14px;
  z-index: 2;
  position: relative;
  margin-top: 16px;
}
@media (min-width: 640px) {
  .learning-swiper .swiper-controller {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .learning-swiper .swiper-controller {
    position: absolute;
    flex-direction: column;
    top: 0;
    right: 0;
    width: 136px;
    gap: 26px;
    height: 100%;
    background-color: #fff;
    margin-top: 0;
  }
}
.learning-swiper .swiper-pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  gap: 14px;
  width: auto;
}
@media (min-width: 1025px) {
  .learning-swiper .swiper-pagination {
    gap: 26px;
    flex-direction: column;
  }
}
.learning-swiper .swiper-button-prev, .learning-swiper .swiper-button-next {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  width: 32px;
  height: 32px;
  border-radius: 999rem;
  border: 1px solid #683EC3;
  box-shadow: 0px 2px 4px 0px rgba(45, 27, 91, 0.2);
  margin-top: 0;
}
.learning-swiper .swiper-button-prev svg, .learning-swiper .swiper-button-next svg {
  width: 18px;
  height: 18px;
  fill: #683EC3;
}
@media (min-width: 1025px) {
  .learning-swiper .swiper-button-prev svg, .learning-swiper .swiper-button-next svg {
    width: 24px;
    height: 24px;
  }
}
.learning-swiper .swiper-button-prev::after, .learning-swiper .swiper-button-next::after {
  display: none;
}
@media (min-width: 1025px) {
  .learning-swiper .swiper-button-prev, .learning-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.learning-swiper .swiper-button-prev {
  transform: rotate(-90deg);
}
@media (min-width: 1025px) {
  .learning-swiper .swiper-button-prev {
    transform: rotate(0deg);
  }
}
.learning-swiper .swiper-button-next {
  transform: rotate(-90deg);
}
@media (min-width: 1025px) {
  .learning-swiper .swiper-button-next {
    transform: rotate(0deg);
  }
}
.learning-swiper .swiper-button-disabled {
  opacity: 1;
  border: 1px solid #CE9FFC;
}
.learning-swiper .swiper-button-disabled svg {
  fill: #CE9FFC;
}
.learning-swiper .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0;
  width: 20px;
  background-color: #CE9FFC;
}
@media (min-width: 1025px) {
  .learning-swiper .swiper-pagination-bullet {
    width: 2px;
    height: 20px;
  }
}
.learning-swiper .swiper-pagination-bullet-active {
  height: 2px;
  width: 60px;
  background-color: #683EC3;
}
@media (min-width: 1025px) {
  .learning-swiper .swiper-pagination-bullet-active {
    height: 60px;
    width: auto;
  }
}
.testimonial-swiper {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #C5BEF4;
}
.testimonial-swiper__description {
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.testimonial-swiper__user {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.testimonial-swiper__user-image {
  width: 40px;
  height: 40px;
  border-radius: 99rem;
  overflow: hidden;
}
.testimonial-swiper__user-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.testimonial-swiper__action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-swiper__footer {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 640px) {
  .testimonial-swiper__footer {
    flex-direction: column-reverse;
  }
}
.testimonial-swiper__button {
  padding: 14px 28px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 8px;
}
.testimonial-swiper .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0;
  width: 20px;
  background-color: #fff;
}
.testimonial-swiper .swiper-pagination-bullet-active {
  width: 60px;
  background-color: #fff;
}
.testimonial-swiper .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
@media (min-width: 640px) {
  .testimonial-swiper .swiper-controls {
    justify-content: center;
  }
}
.testimonial-swiper .swiper-pagination {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  width: auto;
}
.testimonial-swiper .swiper-button-prev, .testimonial-swiper .swiper-button-next {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  width: 48px;
  height: 48px;
  border-radius: 999rem;
  border: 1px solid #fff;
  box-shadow: 0px 2px 4px 0px rgba(45, 27, 91, 0.2);
  margin-top: 0;
}
.testimonial-swiper .swiper-button-prev svg, .testimonial-swiper .swiper-button-next svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.testimonial-swiper .swiper-button-prev::after, .testimonial-swiper .swiper-button-next::after {
  display: none;
}
.testimonial-swiper .testimonial-swiper__action .testimonial-swiper__button {
  color: #fff;
  text-decoration: none;
}
.our-students-swiper .swiper-slide {
  background: #FCF9FF;
  background: linear-gradient(90deg, #fcf9ff 0%, #faf5fe 100%);
  border-radius: 8px;
  padding: 24px;
  height: auto;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.our-students-swiper .star-rating-list {
  display: flex;
  gap: 2px;
}
.our-students-swiper .star {
  width: 24px;
  height: 24px;
  color: #ffc107;
  font-size: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.our-students-swiper .review-content {
  margin-top: 16px;
}
.our-students-swiper .review-title {
  font-size: 18px;
  font-weight: 700;
}
.our-students-swiper .review-text {
  font-style: italic;
}
.our-students-swiper .reviewer-info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 43px;
}
.our-students-swiper .reviewer-avatar {
  width: 34px;
  height: 34px;
  border-radius: 99rem;
  overflow: hidden;
}
.our-students .swiper-controllers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  z-index: 2;
  position: relative;
  margin-top: 24px;
}
@media (min-width: 640px) {
  .our-students .swiper-controllers {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .our-students .swiper-controllers {
    gap: 26px;
    margin-top: 48px;
  }
}
.our-students .swiper-pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  gap: 0;
  width: auto;
}
.our-students .swiper-pagination-bullet {
  margin: 0;
  border-radius: 0;
  width: 20px;
  height: 2px;
  background-color: #683EC3;
}
.our-students .swiper-pagination-bullet-active {
  width: 40px;
}
@media (min-width: 480px) {
  .our-students .swiper-pagination-bullet-active {
    width: 60px;
  }
}
.our-students .swiper-button-prev, .our-students .swiper-button-next {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  width: 32px;
  height: 32px;
  border-radius: 999rem;
  border: 1px solid #683EC3;
  box-shadow: 0px 2px 4px 0px rgba(45, 27, 91, 0.2);
  margin-top: 0;
}
.our-students .swiper-button-prev svg, .our-students .swiper-button-next svg {
  width: 18px;
  height: 18px;
  fill: #683EC3;
}
@media (min-width: 1025px) {
  .our-students .swiper-button-prev svg, .our-students .swiper-button-next svg {
    width: 24px;
    height: 24px;
  }
}
.our-students .swiper-button-prev::after, .our-students .swiper-button-next::after {
  display: none;
}
@media (min-width: 1025px) {
  .our-students .swiper-button-prev, .our-students .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.our-students .swiper-button-prev {
  transform: rotate(-90deg);
}
.our-students .swiper-button-next {
  transform: rotate(-90deg);
}
.achieve-swiper {
  padding: 10px;
  margin: 28px -10px -10px;
}
.achieve-swiper .swiper-slide {
  background: linear-gradient(0deg, #f8f6fd 0%, #f5f2fc 100%);
  height: auto;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(45, 27, 91, 0.15);
  text-align: center;
}
.achieve-swiper .achieve-title-container {
  margin-top: 24px;
}
.achieve-swiper .achieve-description {
  margin-top: 24px;
}
.achieve-swiper .swiper-controllers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 14px;
  z-index: 2;
  position: relative;
  margin-top: 24px;
}
@media (min-width: 640px) {
  .achieve-swiper .swiper-controllers {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .achieve-swiper .swiper-controllers {
    gap: 26px;
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .achieve-swiper .swiper-controllers {
    display: none;
  }
}
.achieve-swiper .swiper-pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  gap: 0;
  width: auto;
}
.achieve-swiper .swiper-pagination-bullet {
  margin: 0;
  border-radius: 0;
  width: 20px;
  height: 2px;
  background-color: #683EC3;
}
.achieve-swiper .swiper-pagination-bullet-active {
  width: 60px;
}
.achieve-swiper .swiper-button-prev, .achieve-swiper .swiper-button-next {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  width: 32px;
  height: 32px;
  border-radius: 999rem;
  border: 1px solid #683EC3;
  box-shadow: 0px 2px 4px 0px rgba(45, 27, 91, 0.2);
  margin-top: 0;
  display: inline-flex;
}
.achieve-swiper .swiper-button-prev svg, .achieve-swiper .swiper-button-next svg {
  width: 18px;
  height: 18px;
  fill: #683EC3;
}
@media (min-width: 1025px) {
  .achieve-swiper .swiper-button-prev svg, .achieve-swiper .swiper-button-next svg {
    width: 24px;
    height: 24px;
  }
}
.achieve-swiper .swiper-button-prev::after, .achieve-swiper .swiper-button-next::after {
  display: none;
}
@media (min-width: 1025px) {
  .achieve-swiper .swiper-button-prev, .achieve-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.achieve-swiper .swiper-button-prev {
  transform: rotate(-90deg);
}
.achieve-swiper .swiper-button-next {
  transform: rotate(-90deg);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fcustom_codes%2F234-scss-default.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%22%7D */