.section.d-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  z-index: 2;
}
.section.d-1 .bg__wrap {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 37.5rem;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  background: #2C294B;
}
.section.d-1 .bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section.d-1 .bg-1,
.section.d-1 .bg-2,
.section.d-1 .bg-3,
.section.d-1 .bg-4 {
  border: 0.24rem solid #FFC700;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .section.d-1 .bg-1,
.section.d-1 .bg-2,
.section.d-1 .bg-3,
.section.d-1 .bg-4 {
    border-width: 0.4rem;
  }
}
.section.d-1 .bg-2,
.section.d-1 .bg-4 {
  width: 2.85vw;
  height: 2.85vw;
  max-width: 1.9rem;
  max-height: 1.9rem;
}
.section.d-1 .bg-1 {
  width: 3.94vw;
  height: 3.94vw;
  max-width: 2.6rem;
  max-height: 2.6rem;
  top: 9.5rem;
  left: 12.4rem;
}
.section.d-1 .bg-2 {
  bottom: 8.6rem;
  left: 4rem;
}
.section.d-1 .bg-3 {
  width: 4.25vw;
  height: 4.25vw;
  max-width: 2.8rem;
  max-height: 2.8rem;
  top: 8rem;
  right: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .section.d-1 .bg-3 {
    top: auto;
    bottom: 16.2rem;
    right: 12.5%;
  }
}
.section.d-1 .bg-4 {
  top: 10.7rem;
  right: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .section.d-1 .bg-4 {
    top: auto;
    bottom: 10.5rem;
    right: 27%;
  }
}
.section.d-1 .bg-5 {
  width: 17.6vw;
  height: 17.6vw;
  max-width: 10.6rem;
  max-height: 10.6rem;
  background-image: url("../../img/home-bg-2.svg");
  top: 6.9rem;
  left: 1.4rem;
}
.section.d-1 .bg-6 {
  width: 47.45vw;
  height: 47.45vw;
  max-width: 30rem;
  max-height: 30rem;
  background-image: url("../../img/home-bg-3.svg");
  bottom: -5.8rem;
  right: 0;
}
.section.d-1 .bg-7 {
  width: 91.2vw;
  height: 49.1vw;
  max-width: 59.7rem;
  max-height: 31.3rem;
  background-image: url("../../img/home-bg-1.svg");
  bottom: -1rem;
  right: -10rem;
  border-radius: 0;
}
.section.d-1 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 14rem;
}
.section.d-1 .title__wrap {
  max-width: 61.4rem;
}
.section.d-1 .title__wrap .subtitle {
  margin-top: 2.4rem;
  opacity: 0.5;
}
.section.d-1 .search__wrap {
  margin-top: 9.2rem;
  width: 100%;
  height: auto;
  max-width: 77.7rem;
}
@media only screen and (min-width: 768px) {
  .section.d-1 .search__wrap {
    margin-top: 12.2rem;
  }
}

.section.d-2 {
  padding-top: 6.4rem;
}
.section.d-2 .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 968px) {
  .section.d-2 .content {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem 1.6rem;
  }
}
.section.d-2 .content.active .category__card {
  display: block;
}
.section.d-2 .category__img,
.section.d-2 .category__card {
  width: 100%;
  height: auto;
}
.section.d-2 .category__img {
  flex-shrink: 0;
  height: 14.8rem;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .section.d-2 .category__img {
    height: 13.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .section.d-2 .category__img {
    height: 17.8rem;
  }
}
.section.d-2 .category__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.d-2 .category__card {
  display: none;
  overflow: hidden;
  margin-top: 1.5rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 2rem;
}
@media only screen and (min-width: 968px) {
  .section.d-2 .category__card {
    width: 49%;
  }
}
.section.d-2 .category__card:hover {
  box-shadow: 0rem 0rem 3rem rgba(94, 98, 120, 0.1), 0rem 0rem 2rem rgba(94, 98, 120, 0.02);
}
.section.d-2 .category__card:nth-of-type(-n+3) {
  display: block;
}
.section.d-2 .category__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2.8rem 2.8rem 3.8rem;
  width: 100%;
}
.section.d-2 .category__content-top,
.section.d-2 .category__content-center,
.section.d-2 .category__content-bottom {
  display: flex;
}
.section.d-2 .category__content-top,
.section.d-2 .category__content-bottom {
  width: 100%;
  height: auto;
}
.section.d-2 .category__content-center {
  width: calc(100% + 0.8rem);
  height: auto;
  padding-top: 1.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section.d-2 .category__content-bottom {
  margin-top: 2rem;
}
.section.d-2 .category__card-link {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #5A4FDB;
}
.section.d-2 .btn__wrap {
  margin-top: 4rem;
}
.section.d-2 .show-more-btn,
.section.d-2 .show-more-link {
  display: none;
}

.section.d-3 {
  overflow: hidden;
  padding-top: 12rem;
}
.section.d-3 .bg {
  width: 55vw;
  height: 55vw;
  max-width: 42.4rem;
  max-height: 42.4rem;
  top: 7.9rem;
  right: -5.5rem;
  opacity: 0.05;
  border: 1.4rem solid #5A4FDB;
}
.section.d-3 .content {
  padding-top: 7.4rem;
}
.section.d-3 .swiper.swiper__d-3 {
  overflow: visible;
}
.section.d-3 .school__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 6.5rem 2.8rem 3.2rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 2rem;
}
.section.d-3 .school__card:hover {
  box-shadow: 0rem 0rem 3rem rgba(94, 98, 120, 0.1), 0rem 0rem 2rem rgba(94, 98, 120, 0.02);
}
.section.d-3 .school__card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section.d-3 .school__img-wrap {
  position: absolute;
  left: 3.2rem;
  top: -4rem;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border-radius: 50%;
}
.section.d-3 .card__header {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.section.d-3 .card__header .post__title.school__title {
  margin-top: 2rem;
}
.section.d-3 .card__header .subtitle {
  margin-top: 0.5rem;
  opacity: 0.5;
  color: #2C294B;
}
.section.d-3 .card__body {
  margin-top: 2rem;
  width: 100%;
}
.section.d-3 .card__footer {
  margin-top: 2.5rem;
}
.section.d-3 .btn__wrap {
  padding-top: 1.4rem;
  flex-direction: column;
}
.section.d-3 .btn__wrap .btn {
  margin-top: 4rem;
}

.section.d-4 {
  padding-top: 12rem;
}
.section.d-4 .bg {
  width: 39vw;
  height: 39vw;
  max-width: 32.8rem;
  max-height: 32.8rem;
  bottom: 3rem;
  left: -4.9rem;
  opacity: 0.05;
  border: 1.2rem solid #5A4FDB;
}
.section.d-4 .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 2.5rem;
}
.section.d-4 .card__school {
  display: flex;
  flex-direction: column;
  padding: 2.8rem 2.8rem 3.2rem;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 2rem;
}
@media only screen and (min-width: 768px) {
  .section.d-4 .card__school {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section.d-4 .card__school:hover {
  box-shadow: 0rem 0rem 3rem rgba(94, 98, 120, 0.1), 0rem 0rem 2rem rgba(94, 98, 120, 0.02);
}
.section.d-4 .card__school .subtitle {
  margin-right: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #2C294B;
  opacity: 0.4;
}
.section.d-4 .card__school .card__description {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
.section.d-4 .card__header {
  display: flex;
  justify-content: space-between;
}
.section.d-4 .post__title {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .section.d-4 .post__title {
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .section.d-4 .post__title {
    padding-right: 0;
  }
}
.section.d-4 .img__wrap {
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  width: 21.5vw;
  height: 21.5vw;
  max-width: 13.2rem;
  max-height: 13.2rem;
}
.section.d-4 .img__wrap img {
  border-radius: 1.6rem;
}
.section.d-4 .card__body {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .section.d-4 .card__body {
    margin-top: 0;
    margin-left: 3.2rem;
    flex: 1;
  }
}
.section.d-4 .info__wrap {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
}
.section.d-4 .category {
  margin-top: 0.4rem;
}
.section.d-4 .grade__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.section.d-4 .total__reviews-wrap .subtitle {
  margin-top: 0;
  width: auto;
  font-weight: 500;
  color: #2C294B;
  opacity: 0.56;
}
.section.d-4 .total__reviews-wrap .subtitle.reviews__num {
  font-weight: 600;
  opacity: 0.9;
}
@media only screen and (min-width: 600px) {
  .section.d-4 .sale__stick {
    right: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: -3.1rem;
  }
}
.section.d-4 .card__footer {
  margin-top: 3.2rem;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  .section.d-4 .card__footer {
    margin-top: 1.6rem;
    justify-content: flex-end;
  }
}
.section.d-4 .card__footer .btn__wrap {
  margin-top: 0;
  width: auto;
  margin-left: 4.4rem;
}
.section.d-4 .btn__wrap {
  margin-top: 4rem;
}

.section.d-5 {
  padding-top: 12rem;
}
.section.d-5 .content {
  margin-top: 4rem;
}
@media only screen and (min-width: 968px) {
  .section.d-5 .content {
    margin-top: 0;
    padding-top: 2rem;
  }
}
.section.d-5 .swiper.swiper__d-5 .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.section.d-5 .swiper.swiper__d-5 .swiper-slide {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.d-5 .swiper.swiper__d-5 .swiper-slide {
    width: 48.4%;
  }
}
.section.d-5 .news__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 3.6rem;
}
.section.d-5 .news__card:hover {
  box-shadow: 0rem 0rem 3rem rgba(94, 98, 120, 0.1), 0rem 0rem 2rem rgba(94, 98, 120, 0.02);
}
.section.d-5 .news__card:hover .card__header::before {
  width: 100%;
}
.section.d-5 .card__header .img__wrap {
  height: 19.2rem;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .section.d-5 .card__header .img__wrap {
    height: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .section.d-5 .card__header .img__wrap {
    height: 21rem;
  }
}
.section.d-5 .card__header img {
  height: 100%;
  object-fit: cover;
}
.section.d-5 .card__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0.4rem;
  background-color: #5A4FDB;
  transition: all 0.2s linear;
  z-index: 2;
}
.section.d-5 .card__body {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 3.2rem 0;
  height: 16rem;
  overflow: hidden;
}
.section.d-5 .card__description {
  margin-top: 0.8rem;
  opacity: 0.7;
  font-size: 1.4rem;
}
.section.d-5 .card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 3.2rem;
  justify-self: flex-end;
  flex: 1 0 auto;
}
.section.d-5 .news__date {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #2C294B;
  opacity: 0.4;
}
.section.d-5 .arrow__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.5rem;
  height: auto;
}
.section.d-5 .btn__wrap {
  padding-top: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section.d-5 .btn__wrap .btn {
  margin-top: 4rem;
}

.review__card.card {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  padding: 3.2rem 2.8rem 2.8rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 2rem;
}
@media only screen and (min-width: 1024px) {
  .review__card.card {
    margin-bottom: 1.6rem;
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
  }
}
.review__card.card:last-of-type {
  margin-bottom: 0;
}
.review__card.card .card__description {
  font-size: 1.4rem;
  line-height: 180%;
}
.review__card.card .post__title {
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .post__title {
    padding-right: 12rem;
  }
}
.review__card.card .info__wrap {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .info__wrap {
    margin-bottom: 0;
  }
}
.review__card.card .course__subtitle {
  margin-right: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: rgba(44, 41, 75, 0.5);
  text-transform: capitalize;
}
.review__card.card .card__header,
.review__card.card .card__body {
  width: 81%;
}
.review__card.card .card__time-desk {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .card__time-desk {
    margin-top: 1.2rem;
    display: block;
  }
}
.review__card.card .card__time-mob {
  display: block;
  margin-top: 2.4rem;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .card__time-mob {
    display: none;
  }
}
.review__card.card .grade__wrap {
  text-align: right;
  justify-self: flex-end;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .grade__wrap {
    position: absolute;
    right: 3.2rem;
  }
}
.review__card.card .card__link {
  font-size: 1.4rem;
}
.review__card.card .card__date {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(44, 41, 75, 0.4);
}
.review__card.card .card__body {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .card__body {
    margin-top: 2rem;
    padding-left: 1.2rem;
  }
}

.section.d-6 {
  overflow: hidden;
  padding-top: 12rem;
}
.section.d-6 .bg.bg-1 {
  top: 4.8rem;
  right: -7rem;
  width: 35vw;
  height: 35vw;
  max-width: 29.7rem;
  max-height: 29.7rem;
  border: 1.5rem solid rgba(90, 79, 219, 0.08);
}
.section.d-6 .bg.bg-2, .section.d-6 .bg.bg-3 {
  border: 1.75084px solid #FFC800;
}
.section.d-6 .bg.bg-2 {
  top: 4.8rem;
  right: 19%;
  width: 3.2vw;
  height: 3.2vw;
  max-width: 2.8rem;
  max-height: 2.8rem;
}
.section.d-6 .bg.bg-3 {
  top: 7.7rem;
  right: 25%;
  width: 5.3vw;
  height: 5.3vw;
  max-width: 4.7rem;
  max-height: 4.7rem;
}
.section.d-6 .title__wrap {
  align-items: flex-start;
}
.section.d-6 .title__wrap .title {
  max-width: 40.7rem;
  text-align: left;
}
.section.d-6 .content {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  width: 100%;
  height: auto;
}
.section.d-6 .reviews__info-wrap {
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.d-6 .reviews__info {
  display: flex;
  align-items: flex-end;
  padding: 3.2rem 3rem 1.6rem 1.6rem;
  margin-bottom: 0.5rem;
  width: 49%;
  height: auto;
  border-radius: 1.2rem;
  box-shadow: 0rem 3.38314px 29.6025px rgba(181, 181, 195, 0.15);
}
.section.d-6 .reviews__info:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.section.d-6 .reviews__info:nth-child(1) {
  background-color: #2C294B;
}
.section.d-6 .reviews__info:nth-child(2) {
  background-color: #5A4FDB;
}
.section.d-6 .reviews__info:nth-child(3) {
  background-color: #FFC800;
}
.section.d-6 .reviews__info:nth-child(4) {
  background-color: #A7B0BC;
}
.section.d-6 .reviews__info .info__wrap {
  display: flex;
  flex-direction: column;
}
.section.d-6 .review__bg {
  position: absolute;
  top: 0;
  right: 0;
}
.section.d-6 .reviews__num {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
}
.section.d-6 .reviews__info-text {
  margin-top: 0.3rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #fff;
}
.section.d-6 .reviews__wrapper {
  width: 100%;
  margin-bottom: 1.6rem;
}
.section.d-6 .reviews__wrapper.week-reviews::after {
  display: none;
}
.section.d-6 .reviews__wrapper::after {
  content: "";
  width: 100%;
  height: 17rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(245, 246, 247, 0) 0%, #F5F6F7 100%);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.section.d-6 .card__header {
  width: 100%;
}
.section.d-6 .card__body {
  padding-left: 0;
}
.section.d-6 .grade__wrap {
  position: relative;
  right: auto;
}