/* Begin China study abroad */
.ielts-video-course {
  background: #FDFDFD;
  color: #294563;
  overflow: hidden; }
  .ielts-video-course.buyed .hero {
    padding: 9.6rem 0 8.0rem;
    background: url("../../images/pages/ielts-video-course/hero-bg-1.webp") center no-repeat;
    background-size: cover; }
    @media (max-width: 767px) {
      .ielts-video-course.buyed .hero {
        background-image: url("../../images/pages/ielts-video-course/hero-mobile-bg.webp");
        padding: 9.6rem 0 5rem; } }
    .ielts-video-course.buyed .hero__btn {
      min-width: 200px; }
  .ielts-video-course section {
    margin: 6rem 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .ielts-video-course section {
        margin: 3rem 0; } }
  .ielts-video-course .iot-grbt {
    height: 52px;
    padding: 0 32px;
    font-size: 20px;
    width: fit-content; }
    @media (max-width: 767px) {
      .ielts-video-course .iot-grbt {
        height: 40px;
        font-size: 14px; } }
  .ielts-video-course .section-title {
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 1.6rem;
    position: relative;
    z-index: 1;
    text-align: center;
    flex-wrap: wrap; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .section-title {
        font-size: 32px;
        text-align: center; } }
    @media (max-width: 767px) {
      .ielts-video-course .section-title {
        font-size: 18px; } }
    .ielts-video-course .section-title strong {
      display: flex;
      padding: 4px 12px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 4px;
      background: var(--highlight_text, linear-gradient(90deg, #32B3C7 0%, #C86478 100%));
      color: #FFF; }
  .ielts-video-course .section-caption {
    color: var(--Primary-primary-300, #708296);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .ielts-video-course .section-caption {
        font-size: 12px; } }
  .ielts-video-course .hero {
    background: url("../../images/pages/ielts-video-course/hero-bg.webp") center no-repeat;
    background-size: cover;
    padding: 11.6rem 0 7rem;
    margin: 0;
    text-align: center; }
    @media (max-width: 767px) {
      .ielts-video-course .hero {
        background-image: url("../../images/pages/ielts-video-course/hero-mobile-bg.webp");
        padding-bottom: 3rem; } }
    @media (min-width: 1200px) {
      .ielts-video-course .hero .container {
        width: 1214px; } }
    .ielts-video-course .hero__title {
      font-size: 60px;
      font-weight: 700;
      margin: 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .ielts-video-course .hero__title {
          font-size: 72px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .hero__title {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .ielts-video-course .hero__title {
          font-size: 20px;
          text-align: center; } }
      .ielts-video-course .hero__title span {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-style: italic;
        position: relative;
        font-weight: 700;
        z-index: 0;
        margin: 0 2rem;
        -webkit-animation-delay: 1500ms;
        animation-delay: 1500ms; }
        @media (max-width: 767px) {
          .ielts-video-course .hero__title span {
            margin: 0 1rem; } }
        .ielts-video-course .hero__title span::after {
          content: '';
          width: 160px;
          height: 160px;
          background: url("../../images/pages/ielts-video-course/hero-stars.svg") center no-repeat;
          background-size: contain;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: -1; }
          @media (min-width: 768px) and (max-width: 991px) {
            .ielts-video-course .hero__title span::after {
              width: 100px;
              height: 100px; } }
          @media (max-width: 767px) {
            .ielts-video-course .hero__title span::after {
              width: 52px;
              height: 52px; } }
    .ielts-video-course .hero__caption {
      color: var(--Primary-primary-300, #708296);
      text-align: center;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      margin-top: 2.2rem; }
      @media (max-width: 767px) {
        .ielts-video-course .hero__caption {
          font-size: 14px;
          margin-top: 1.2rem; } }
    .ielts-video-course .hero__desc {
      font-size: 20px;
      font-weight: 500;
      color: #294563;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      margin-top: 4.4rem; }
      @media (max-width: 767px) {
        .ielts-video-course .hero__desc {
          max-width: 68%;
          margin: 4rem auto 0; } }
      .ielts-video-course .hero__desc span {
        color: var(--Primary-primary-300, #708296);
        text-decoration: line-through; }
      .ielts-video-course .hero__desc strong {
        color: #F9A95A;
        font-size: 32px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .ielts-video-course .hero__desc strong {
            font-size: 20px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .ielts-video-course .hero__desc {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .ielts-video-course .hero__desc {
          text-align: center;
          font-size: 14px; } }
    .ielts-video-course .hero__buttons {
      display: flex;
      justify-content: center;
      gap: 1.8rem;
      margin-top: 2rem; }
    .ielts-video-course .hero__btn {
      min-width: 276px;
      margin: 0;
      position: relative; }
      .ielts-video-course .hero__btn.-buy-now:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 80px;
        height: 80px;
        right: -14.49px;
        bottom: -35.99px;
        background: url(../../images/pages/ielts-video-course/click-icon.svg) center no-repeat;
        background-size: contain;
        animation: arrowMove 1.2s ease-in-out infinite; }
        @media (max-width: 767px) {
          .ielts-video-course .hero__btn.-buy-now:after {
            width: 60px;
            height: 60px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .hero__btn {
          margin: 0; } }
      @media (max-width: 767px) {
        .ielts-video-course .hero__btn {
          margin: 0;
          min-width: 126px;
          padding: 0 15px;
          text-transform: initial; } }
  .ielts-video-course .certificate__contents {
    display: grid;
    grid-template-columns: 0.89fr 1fr 0.89fr;
    gap: 4rem;
    align-items: center; }
    @media (max-width: 767px) {
      .ielts-video-course .certificate__contents {
        display: flex;
        flex-direction: column;
        gap: 1.6rem; } }
  .ielts-video-course .certificate .certificate-item {
    position: relative; }
    .ielts-video-course .certificate .certificate-item__infos {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 767px) {
        .ielts-video-course .certificate .certificate-item__infos {
          justify-content: flex-start;
          padding-top: 4.6rem; } }
    .ielts-video-course .certificate .certificate-item__num {
      font-size: 52px;
      font-weight: 700;
      margin: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .certificate .certificate-item__num {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .ielts-video-course .certificate .certificate-item__num {
          font-size: 28px; } }
    .ielts-video-course .certificate .certificate-item__desc {
      font-size: 16px;
      color: var(--Text-Body-2, #505050);
      max-width: 207px;
      text-align: center; }
  .ielts-video-course .video-service__title span {
    color: #32B4C8; }
  .ielts-video-course .video-service__contents {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    position: relative;
    margin-top: 4rem; }
    .ielts-video-course .video-service__contents:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 1120.347px;
      height: 1084.207px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url(../../images/pages/ielts-video-course/video-service-bg.svg) right center no-repeat;
      background-size: contain;
      z-index: -1; }
  .ielts-video-course .video-service__video-wrapper {
    border-radius: 20px;
    border: 5px solid #32B3C7;
    background: #FFF;
    overflow: hidden;
    width: 59.5%;
    position: relative;
    padding-bottom: 38.8%;
    flex-shrink: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .video-service__video-wrapper {
        width: 100%;
        padding-bottom: 63.29%; } }
    @media (max-width: 767px) {
      .ielts-video-course .video-service__video-wrapper {
        width: 100%;
        padding-bottom: 63.29%; } }
  .ielts-video-course .video-service__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 768px) and (max-width: 991px) {
    .ielts-video-course .video-service__desc {
      width: 100%; } }
  @media (max-width: 767px) {
    .ielts-video-course .video-service__desc {
      width: 100%; } }
  .ielts-video-course .video-service__item {
    display: flex;
    gap: 2rem;
    align-items: flex-start; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .video-service__item {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .ielts-video-course .video-service__item {
        flex-direction: column; } }
    .ielts-video-course .video-service__item:nth-child(2n+2) {
      flex-direction: row-reverse; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .video-service__item:nth-child(2n+2) {
          flex-direction: column-reverse; } }
      @media (max-width: 767px) {
        .ielts-video-course .video-service__item:nth-child(2n+2) {
          flex-direction: column-reverse; } }
  .ielts-video-course .video-service .vdesc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    position: relative;
    width: max-content; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .video-service .vdesc-item.-item-1 {
        left: 8%; } }
    .ielts-video-course .video-service .vdesc-item.-item-1 .vdesc-item__cap {
      max-width: 185px; }
    .ielts-video-course .video-service .vdesc-item.-item-2 {
      right: -16rem;
      top: -1rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .video-service .vdesc-item.-item-2 {
          right: initial;
          top: 8px;
          left: 48%; } }
      @media (max-width: 767px) {
        .ielts-video-course .video-service .vdesc-item.-item-2 {
          margin-left: auto;
          right: initial;
          top: 8px; } }
      .ielts-video-course .video-service .vdesc-item.-item-2 .vdesc-item__wrapper {
        background: linear-gradient(226deg, #F2ECFF 13.14%, #FFF 85.79%);
        width: 190px;
        height: 190px; }
        @media (max-width: 767px) {
          .ielts-video-course .video-service .vdesc-item.-item-2 .vdesc-item__wrapper {
            width: 140px;
            height: 140px; } }
      .ielts-video-course .video-service .vdesc-item.-item-2 .vdesc-item__cap {
        max-width: 237px; }
    .ielts-video-course .video-service .vdesc-item.-item-3 {
      right: 16rem;
      top: -1rem; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .ielts-video-course .video-service .vdesc-item.-item-3 {
          right: 11rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .video-service .vdesc-item.-item-3 {
          right: -8%; } }
      @media (max-width: 767px) {
        .ielts-video-course .video-service .vdesc-item.-item-3 {
          right: initial; } }
      .ielts-video-course .video-service .vdesc-item.-item-3 .vdesc-item__wrapper {
        background: linear-gradient(75deg, #F3EDFF 8.54%, #FFF 92.93%);
        width: 190px;
        height: 190px; }
        @media (max-width: 767px) {
          .ielts-video-course .video-service .vdesc-item.-item-3 .vdesc-item__wrapper {
            width: 152px;
            height: 152px; } }
      .ielts-video-course .video-service .vdesc-item.-item-3 .vdesc-item__cap {
        max-width: 285px; }
    .ielts-video-course .video-service .vdesc-item.-item-4 {
      top: 5rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .video-service .vdesc-item.-item-4 {
          top: initial;
          left: 45%; } }
      @media (max-width: 767px) {
        .ielts-video-course .video-service .vdesc-item.-item-4 {
          top: 0;
          margin-top: 8px;
          margin-left: auto; } }
      .ielts-video-course .video-service .vdesc-item.-item-4 .vdesc-item__wrapper {
        background: linear-gradient(42deg, #CBF2F8 12.94%, #FFF 87.66%);
        width: 169px;
        height: 169px; }
        @media (max-width: 767px) {
          .ielts-video-course .video-service .vdesc-item.-item-4 .vdesc-item__wrapper {
            width: 120px;
            height: 120px; } }
      .ielts-video-course .video-service .vdesc-item.-item-4 .vdesc-item__cap {
        max-width: 267px; }
    .ielts-video-course .video-service .vdesc-item__wrapper {
      display: flex;
      width: 145px;
      height: 145px;
      padding: 10px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      aspect-ratio: 1/1;
      border-radius: 100px;
      background: linear-gradient(227deg, #E5FDFB 14.05%, #FFF 87.26%);
      box-shadow: 0px 4px 10px 0px var(--Color-Global-Dark-Blue-50, #EAECEF);
      text-align: center; }
      @media (max-width: 767px) {
        .ielts-video-course .video-service .vdesc-item__wrapper {
          width: 100px;
          height: 100px; } }
    .ielts-video-course .video-service .vdesc-item__num {
      font-size: 48px;
      font-weight: 700;
      font-family: "Montserrat", Helvetica, Arial, sans-serif; }
      @media (max-width: 767px) {
        .ielts-video-course .video-service .vdesc-item__num {
          font-size: 28px; } }
    .ielts-video-course .video-service .vdesc-item__desc {
      color: var(--Text-Body-2, #505050);
      font-size: 16px;
      text-align: center; }
      @media (max-width: 767px) {
        .ielts-video-course .video-service .vdesc-item__desc {
          font-size: 14px; } }
    .ielts-video-course .video-service .vdesc-item__cap {
      text-align: center; }
      @media (max-width: 767px) {
        .ielts-video-course .video-service .vdesc-item__cap {
          font-size: 14px; } }
  .ielts-video-course .video-mstclass {
    margin: 14rem 0 6rem; }
    @media (max-width: 767px) {
      .ielts-video-course .video-mstclass {
        margin: 4rem 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .video-mstclass {
        margin: 8rem 0 6rem; } }
    .ielts-video-course .video-mstclass__row {
      display: grid;
      gap: 2rem; }
      @media (max-width: 767px) {
        .ielts-video-course .video-mstclass__row {
          display: flex;
          flex-direction: column;
          text-align: left; } }
      .ielts-video-course .video-mstclass__row:nth-child(2n+1) {
        grid-template-columns: 1fr 0.7fr; }
        .ielts-video-course .video-mstclass__row:nth-child(2n+1) .mstclass-desc:nth-child(1) {
          background: url(../../images/pages/ielts-video-course/mstclass-desc-bg-1.svg) left center no-repeat;
          text-align: right; }
          @media (max-width: 767px) {
            .ielts-video-course .video-mstclass__row:nth-child(2n+1) .mstclass-desc:nth-child(1) {
              text-align: left;
              background-position: right center; } }
        .ielts-video-course .video-mstclass__row:nth-child(2n+1) .mstclass-desc:nth-child(2) {
          background: url(../../images/pages/ielts-video-course/mstclass-desc-bg-2.svg) right center no-repeat;
          background-size: 160px;
          text-align: left; }
      .ielts-video-course .video-mstclass__row:nth-child(2n+2) {
        grid-template-columns: 0.8fr 1fr; }
        .ielts-video-course .video-mstclass__row:nth-child(2n+2) .mstclass-desc:nth-child(1) {
          background: url(../../images/pages/ielts-video-course/mstclass-desc-bg-3.svg) left center no-repeat;
          background-size: 160px;
          text-align: right; }
          @media (max-width: 767px) {
            .ielts-video-course .video-mstclass__row:nth-child(2n+2) .mstclass-desc:nth-child(1) {
              text-align-last: left;
              background-position: right center; } }
        .ielts-video-course .video-mstclass__row:nth-child(2n+2) .mstclass-desc:nth-child(2) {
          background: url(../../images/pages/ielts-video-course/mstclass-desc-bg-4.svg) right center no-repeat;
          background-size: 160px;
          text-align: left; }
    .ielts-video-course .video-mstclass__contents {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      position: relative;
      z-index: 0;
      margin-top: 4rem; }
      .ielts-video-course .video-mstclass__contents:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 612px;
        height: 612px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url(../../images/pages/ielts-video-course/video-mstclass-bg.svg) center no-repeat;
        background-size: contain;
        z-index: -1;
        user-select: none;
        pointer-events: none; }
    .ielts-video-course .video-mstclass__btn {
      margin-top: 4rem;
      min-width: 270px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .video-mstclass__btn {
          min-width: initial; } }
      @media (max-width: 767px) {
        .ielts-video-course .video-mstclass__btn {
          margin-top: 2rem;
          min-width: 200px; } }
  .ielts-video-course .mstclass-desc {
    fill: rgba(230, 246, 252, 0.2);
    stroke-width: 2px;
    stroke: #FFF;
    filter: drop-shadow(0px 4px 8px var(--Color-Global-Dark-Blue-50, #EAECEF));
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    padding: 2rem 1.6rem 6.8rem;
    border-radius: 20px;
    z-index: 0; }
    .ielts-video-course .mstclass-desc:nth-child(2):after {
      background: linear-gradient(116deg, #fff 20%, #00A7DF 85%); }
    .ielts-video-course .mstclass-desc:nth-child(2) .mstclass-desc__infos {
      align-items: flex-start; }
    .ielts-video-course .mstclass-desc__infos {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      @media (max-width: 767px) {
        .ielts-video-course .mstclass-desc__infos {
          text-align: left;
          align-items: flex-start; } }
      .ielts-video-course .mstclass-desc__infos p.width-1 {
        max-width: 70%; }
      .ielts-video-course .mstclass-desc__infos p.width-2 {
        max-width: 88%; }
      .ielts-video-course .mstclass-desc__infos p.width-4 {
        max-width: 82%; }
      .ielts-video-course .mstclass-desc__infos p.width-6 {
        max-width: 77%; }
      .ielts-video-course .mstclass-desc__infos p.width-7 {
        max-width: 73%; }
      .ielts-video-course .mstclass-desc__infos p.width-8 {
        max-width: 82%; }
    .ielts-video-course .mstclass-desc__sm-title {
      font-size: 16px;
      margin: 0 0 16px; }
    .ielts-video-course .mstclass-desc:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(116deg, #00A7DF 20%, #fff 85%);
      border-radius: inherit;
      padding: 2px;
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      z-index: -1; }
  .ielts-video-course .grading-helpful .owl-theme .owl-dots .owl-dot span {
    background: #B0E4F5;
    margin: 5px 4px; }
  .ielts-video-course .grading-helpful .owl-theme .owl-dots .owl-dot.active span, .ielts-video-course .grading-helpful .owl-theme .owl-dots .owl-dot:hover span {
    background: #0098CB; }
  .ielts-video-course .grading-helpful__carousel {
    z-index: 6; }
  .ielts-video-course .grading-helpful__img-wrap {
    border-radius: 20px;
    border: 5px solid var(--Text-Blue, #32B3C7);
    position: relative; }
    .ielts-video-course .grading-helpful__img-wrap img {
      border-radius: 20px; }
  .ielts-video-course .grading-helpful__img-label {
    position: absolute;
    border-radius: 0px 20px;
    background: var(--Color-Blue-500, #32B3C7);
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    top: -2px;
    right: -2px;
    font-size: 20px;
    font-weight: 700;
    color: #fff; }
  .ielts-video-course .grading-helpful__contents {
    display: flex;
    gap: 0;
    grid-template-columns: 1fr 0.4fr;
    max-width: 1048px;
    margin: 0 auto;
    margin-top: 4rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .grading-helpful__contents {
        align-items: center; } }
    @media (max-width: 767px) {
      .ielts-video-course .grading-helpful__contents {
        flex-direction: column; } }
  .ielts-video-course .grading-helpful__col.-left {
    width: 65.7%; }
    @media (max-width: 767px) {
      .ielts-video-course .grading-helpful__col.-left {
        width: 100%; } }
  .ielts-video-course .grading-helpful__col.-right {
    width: 34.3%; }
    @media (max-width: 767px) {
      .ielts-video-course .grading-helpful__col.-right {
        width: 100%; } }
  .ielts-video-course .grading-helpful__items-wrap {
    height: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .ielts-video-course .grading-helpful__items-wrap {
        padding-left: 2rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .grading-helpful__items-wrap {
        padding-left: 2rem; } }
    @media (max-width: 767px) {
      .ielts-video-course .grading-helpful__items-wrap {
        padding-left: 0;
        margin-top: 2rem; } }
  .ielts-video-course .grading-helpful__item {
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: linear-gradient(90deg, #C9ECE5 0%, #FFF 100%);
    box-shadow: 0px 4px 8px 0px var(--Color-Global-Dark-Blue-50, #EAECEF);
    position: relative; }
    .ielts-video-course .grading-helpful__item span {
      position: relative;
      z-index: 9; }
    .ielts-video-course .grading-helpful__item.-purple {
      background: linear-gradient(90deg, #D2C9E4 0%, #FFF 100%);
      z-index: 1; }
      .ielts-video-course .grading-helpful__item.-purple:after, .ielts-video-course .grading-helpful__item.-purple:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 412px;
        height: 412px;
        border-radius: 50%;
        left: -39%;
        top: 5%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        user-select: none; }
      .ielts-video-course .grading-helpful__item.-purple:before {
        left: -39%;
        top: 99%; }
    .ielts-video-course .grading-helpful__item.-blue {
      background: linear-gradient(90deg, #B2E5F5 0%, #FFF 100%); }
  .ielts-video-course .grading-helpful__btn {
    margin-top: 4rem;
    min-width: 270px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .grading-helpful__btn {
        min-width: initial; } }
    @media (max-width: 767px) {
      .ielts-video-course .grading-helpful__btn {
        margin-top: 2rem;
        min-width: 200px; } }
  .ielts-video-course .scaff-method__contents {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 4rem;
    position: relative;
    z-index: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .ielts-video-course .scaff-method__contents {
        gap: 1rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .scaff-method__contents {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767px) {
      .ielts-video-course .scaff-method__contents {
        grid-template-columns: 1fr; } }
    .ielts-video-course .scaff-method__contents:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 987px;
      height: 556px;
      left: 48%;
      top: 47%;
      transform: translate(-50%, -50%);
      background: url(../../images/pages/ielts-video-course/scaff-method-bg.svg) center no-repeat;
      background-size: 72%;
      z-index: -1; }
  .ielts-video-course .scaff-method__btn {
    margin-top: 4rem;
    min-width: 270px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .scaff-method__btn {
        min-width: initial; } }
    @media (max-width: 767px) {
      .ielts-video-course .scaff-method__btn {
        margin-top: 2rem;
        min-width: 200px; } }
  .ielts-video-course .scaff-method .scaff-item {
    fill: rgba(230, 246, 252, 0.2);
    stroke-width: 2px;
    stroke: #FFF;
    filter: drop-shadow(0px 4px 8px var(--Color-Global-Dark-Blue-50, #EAECEF));
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    padding: 2rem 1.6rem 2rem;
    border-radius: 20px;
    z-index: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .scaff-method .scaff-item {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .ielts-video-course .scaff-method .scaff-item {
        margin-top: 0; } }
    .ielts-video-course .scaff-method .scaff-item:first-child .scaff-item__head {
      margin-bottom: 3.6rem; }
    .ielts-video-course .scaff-method .scaff-item:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(140deg, #fff 0%, #E6F6FC 20%, #00A7DF 85%);
      border-radius: inherit;
      padding: 2px;
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      z-index: -1; }
    .ielts-video-course .scaff-method .scaff-item:nth-child(1) {
      margin-top: 15.7rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .scaff-method .scaff-item:nth-child(1) {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .ielts-video-course .scaff-method .scaff-item:nth-child(1) {
          margin-top: 0; } }
    .ielts-video-course .scaff-method .scaff-item:nth-child(2) {
      margin-top: 10.4rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .scaff-method .scaff-item:nth-child(2) {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .ielts-video-course .scaff-method .scaff-item:nth-child(2) {
          margin-top: 0; } }
    .ielts-video-course .scaff-method .scaff-item:nth-child(3) {
      margin-top: 5.3rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .scaff-method .scaff-item:nth-child(3) {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .ielts-video-course .scaff-method .scaff-item:nth-child(3) {
          margin-top: 0; } }
    .ielts-video-course .scaff-method .scaff-item__head {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 5rem; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .ielts-video-course .scaff-method .scaff-item__head {
          margin-bottom: 3rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .scaff-method .scaff-item__head {
          margin-bottom: 2rem; } }
      @media (max-width: 767px) {
        .ielts-video-course .scaff-method .scaff-item__head {
          margin-bottom: 2rem; } }
    .ielts-video-course .scaff-method .scaff-item__num {
      color: var(--Color-Blue-600, #0098CB);
      text-align: center;
      leading-trim: both;
      text-edge: cap;
      -webkit-text-stroke-width: 1;
      -webkit-text-stroke-color: #000;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: 78px;
      font-style: normal;
      font-weight: 700;
      line-height: 1; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .ielts-video-course .scaff-method .scaff-item__num {
          font-size: 60px; } }
    .ielts-video-course .scaff-method .scaff-item__title {
      font-size: 16px;
      font-weight: 700;
      margin: 0; }
    .ielts-video-course .scaff-method .scaff-item__list {
      color: var(--Primary-primary-400, #546A82);
      font-weight: 400; }
      .ielts-video-course .scaff-method .scaff-item__list li {
        display: flex;
        position: relative;
        align-items: flex-start; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .ielts-video-course .scaff-method .scaff-item__list li {
            font-size: 14px; } }
        .ielts-video-course .scaff-method .scaff-item__list li:before {
          content: '';
          position: relative;
          display: inline-block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #294563;
          top: 9px;
          margin-right: 6px;
          flex-shrink: 0; }
        .ielts-video-course .scaff-method .scaff-item__list li + li {
          margin-top: 2.4rem; }
      .ielts-video-course .scaff-method .scaff-item__list strong {
        color: var(--icon-illustration-primary, #294563);
        font-weight: 700;
        display: block; }
  .ielts-video-course .track-progress {
    margin: 12.4rem 0 16.3rem; }
    @media (max-width: 767px) {
      .ielts-video-course .track-progress {
        margin: 4rem 0; } }
    .ielts-video-course .track-progress__contents {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.8rem;
      margin-top: 4rem; }
      @media (max-width: 767px) {
        .ielts-video-course .track-progress__contents {
          margin-top: 2rem;
          grid-template-columns: 1fr; } }
      .ielts-video-course .track-progress__contents:after {
        content: '';
        position: absolute;
        display: inline-block;
        left: 50%;
        top: 47%;
        transform: translate(-50%, -50%);
        background-color: #7a7a7a;
        width: 664.504px;
        height: 670px;
        background: url(../../images/pages/ielts-video-course/track-progress-bg.svg) right center no-repeat;
        background-size: contain;
        z-index: -3; }
    .ielts-video-course .track-progress .progress-item {
      display: flex;
      padding: 20px;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      border-radius: 20px;
      background: var(--Listening-5, #D6F0F4);
      box-shadow: 0px 4px 8px 0px var(--Color-Global-Dark-Blue-50, #EAECEF);
      height: 100%;
      position: relative;
      background-clip: padding-box;
      border: 2px solid transparent;
      background-color: #D6F0F4;
      border-radius: 20px; }
      .ielts-video-course .track-progress .progress-item:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        margin: -2px;
        background-image: linear-gradient(to right bottom, #0098CB, #FFF);
        border-radius: inherit; }
      .ielts-video-course .track-progress .progress-item.-purple {
        background-color: #F0EDF6; }
        .ielts-video-course .track-progress .progress-item.-purple:before {
          content: "";
          position: absolute;
          inset: 0;
          z-index: -1;
          margin: -2px;
          background-image: linear-gradient(to right bottom, #9D86C2, #FFF);
          border-radius: inherit; }
      .ielts-video-course .track-progress .progress-item__desc {
        color: var(--Primary-primary-700, #1D3146);
        font-size: 16px;
        font-weight: 400;
        text-align: center; }
  @media (max-width: 767px) {
    .ielts-video-course .video-master__caption {
      margin-bottom: 4rem; } }
  .ielts-video-course .video-master__contents {
    position: relative;
    min-height: 556px;
    padding: 11rem 0 18.5rem;
    z-index: 0; }
    @media (max-width: 767px) {
      .ielts-video-course .video-master__contents {
        padding: 0;
        display: flex;
        flex-direction: column; } }
    .ielts-video-course .video-master__contents:after {
      content: '';
      position: absolute;
      display: inline-block;
      left: 50%;
      top: 35%;
      transform: translate(-50%, -50%);
      background-color: #7a7a7a;
      width: 833.59px;
      height: 833.59px;
      background: url(../../images/pages/ielts-video-course/video-master-bg.svg) right center no-repeat;
      background-size: contain;
      z-index: -3; }
      @media (max-width: 767px) {
        .ielts-video-course .video-master__contents:after {
          background: initial; } }
  .ielts-video-course .video-master .video-desc-item {
    max-width: 51.2%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 16px 28px 16px 16px;
    text-align: right; }
    @media (max-width: 767px) {
      .ielts-video-course .video-master .video-desc-item {
        max-width: initial;
        flex-direction: column;
        padding: 2rem 4rem 3rem;
        text-align: left;
        justify-content: flex-end;
        min-height: 373px; }
        .ielts-video-course .video-master .video-desc-item + .video-desc-item {
          margin-top: 1rem; } }
    .ielts-video-course .video-master .video-desc-item:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 100%;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      z-index: -1;
      background: rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(13px);
      -webkit-backdrop-filter: blur(13px);
      mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-1.svg");
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: right center;
      -webkit-mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-1.svg");
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: right center; }
      @media (max-width: 767px) {
        .ielts-video-course .video-master .video-desc-item:before {
          mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-1-mobile.svg");
          -webkit-mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-1-mobile.svg");
          mask-position: top center;
          -webkit-mask-position: top center;
          transform: none;
          top: -0.7rem;
          width: 292.9px;
          left: 0;
          margin: 0 auto;
          mask-size: cover;
          -webkit-mask-size: cover; } }
    .ielts-video-course .video-master .video-desc-item:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 300px;
      height: 300px;
      right: -2rem;
      top: 50%;
      transform: translate(0, -50%);
      background: url(../../images/pages/ielts-video-course/video-desc-item-polygon-1.svg) center no-repeat;
      background-size: contain;
      z-index: -2; }
      @media (max-width: 767px) {
        .ielts-video-course .video-master .video-desc-item:after {
          width: 360px;
          height: 328px;
          right: initial;
          background: url(../../images/pages/ielts-video-course/video-desc-item-polygon-1-mobile.svg) center no-repeat;
          top: -1.4rem;
          transform: none; } }
    .ielts-video-course .video-master .video-desc-item:nth-child(1) {
      flex-direction: row; }
      @media (max-width: 767px) {
        .ielts-video-course .video-master .video-desc-item:nth-child(1) {
          flex-direction: column-reverse; } }
    .ielts-video-course .video-master .video-desc-item:nth-child(2) {
      flex-direction: row-reverse;
      position: absolute;
      left: 50.9%;
      top: 3rem;
      text-align: left;
      padding: 16px 16px 16px 28px; }
      @media (max-width: 767px) {
        .ielts-video-course .video-master .video-desc-item:nth-child(2) {
          position: relative;
          top: initial;
          left: initial;
          flex-direction: column-reverse;
          padding: 16px; } }
      .ielts-video-course .video-master .video-desc-item:nth-child(2):before {
        mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-3.svg");
        -webkit-mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-3.svg");
        mask-position: left center;
        -webkit-mask-position: left center; }
        @media (max-width: 767px) {
          .ielts-video-course .video-master .video-desc-item:nth-child(2):before {
            mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-1-mobile.svg");
            -webkit-mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-1-mobile.svg");
            transform: none;
            top: -0.5rem;
            width: 292.9px;
            left: 0;
            margin: 0 auto;
            mask-size: cover;
            -webkit-mask-size: cover;
            mask-position: top center;
            -webkit-mask-position: top center; } }
      .ielts-video-course .video-master .video-desc-item:nth-child(2):after {
        width: 220px;
        height: 220px;
        background-image: url(../../images/pages/ielts-video-course/video-desc-item-polygon-2.svg);
        left: -2rem; }
        @media (max-width: 767px) {
          .ielts-video-course .video-master .video-desc-item:nth-child(2):after {
            width: 360px;
            height: 328px;
            right: initial;
            background: url(../../images/pages/ielts-video-course/video-desc-item-polygon-2-mobile.svg) center no-repeat;
            top: -1.4rem;
            transform: none;
            left: initial;
            margin: 0 auto; } }
    .ielts-video-course .video-master .video-desc-item:nth-child(3) {
      flex-direction: row-reverse;
      position: absolute;
      left: 51.1%;
      top: 23.9rem;
      text-align: left;
      padding: 16px 16px 16px 28px; }
      @media (max-width: 767px) {
        .ielts-video-course .video-master .video-desc-item:nth-child(3) {
          position: relative;
          top: initial;
          left: initial;
          flex-direction: column-reverse;
          margin-top: 1rem;
          padding: 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .video-master .video-desc-item:nth-child(3) {
          top: 28rem; } }
      .ielts-video-course .video-master .video-desc-item:nth-child(3):before {
        mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-3.svg");
        -webkit-mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-3.svg");
        mask-position: left center;
        -webkit-mask-position: left center; }
        @media (max-width: 767px) {
          .ielts-video-course .video-master .video-desc-item:nth-child(3):before {
            mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-1-mobile.svg");
            -webkit-mask-image: url("../../images/pages/ielts-video-course/video-desc-item-white-bg-1-mobile.svg");
            transform: none;
            top: -0.5rem;
            width: 292.9px;
            left: 0;
            margin: 0 auto;
            mask-size: cover;
            -webkit-mask-size: cover;
            mask-position: top center;
            -webkit-mask-position: top center; } }
      .ielts-video-course .video-master .video-desc-item:nth-child(3):after {
        width: 219.54px;
        height: 219.54px;
        background-image: url(../../images/pages/ielts-video-course/video-desc-item-polygon-3.svg);
        left: -2rem; }
        @media (max-width: 767px) {
          .ielts-video-course .video-master .video-desc-item:nth-child(3):after {
            width: 360px;
            height: 328px;
            right: initial;
            background: url(../../images/pages/ielts-video-course/video-desc-item-polygon-3-mobile.svg) center no-repeat;
            top: -1.4rem;
            transform: none;
            left: initial;
            margin: 0 auto; } }
    .ielts-video-course .video-master .video-desc-item__title {
      font-size: 18px;
      font-weight: 700;
      margin: 0 0 1.2rem; }
      @media (max-width: 767px) {
        .ielts-video-course .video-master .video-desc-item__title {
          font-size: 16px; } }
    .ielts-video-course .video-master .video-desc-item__list {
      font-size: 16px;
      font-weight: 400; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .video-master .video-desc-item__list {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .ielts-video-course .video-master .video-desc-item__list {
          font-size: 14px; } }
      .ielts-video-course .video-master .video-desc-item__list li + li {
        margin-top: 6px; }
      .ielts-video-course .video-master .video-desc-item__list strong {
        font-size: 14px;
        font-weight: 700; }
    @media (max-width: 767px) {
      .ielts-video-course .video-master .video-desc-item__desc {
        max-width: 260px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .ielts-video-course .video-master .video-desc-item__icon {
        width: 48px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .video-master .video-desc-item__icon {
        width: 48px; } }
    @media (max-width: 767px) {
      .ielts-video-course .video-master .video-desc-item__icon {
        width: 48px; } }
  .ielts-video-course .success-stories {
    padding: 3rem 0 1.5rem;
    background: url(../../images/pages/ielts-video-course/feedback-bg.svg) right center no-repeat;
    background-size: cover; }
    .ielts-video-course .success-stories .container {
      width: 100%; }
    .ielts-video-course .success-stories__contents {
      gap: 1.6rem;
      margin-top: 4rem;
      display: flex;
      flex-direction: column; }
      @media (max-width: 767px) {
        .ielts-video-course .success-stories__contents {
          display: flex;
          flex-wrap: initial;
          overflow: hidden;
          gap: 0rem;
          justify-content: flex-start; } }
    .ielts-video-course .success-stories__row {
      display: flex;
      width: max-content;
      animation: slide infinite linear;
      will-change: transform;
      gap: 1.6rem; }
      @media (max-width: 767px) {
        .ielts-video-course .success-stories__row {
          padding: 1rem 0; } }
      .ielts-video-course .success-stories__row.-top-slider {
        animation-duration: 200s;
        animation-direction: normal; }
      .ielts-video-course .success-stories__row.-bottom-slider {
        animation-duration: 200s;
        animation-direction: reverse; }
    .ielts-video-course .success-stories .success-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      align-self: stretch;
      border-radius: 10px 10px 20px 20px;
      background: var(--Color-Global-Green-50, #EDF9F6);
      box-shadow: 0px 4px 8px 0px var(--Color-Global-Dark-Blue-50, #EAECEF);
      overflow: hidden;
      width: 272px;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .ielts-video-course .success-stories .success-item {
          max-width: 240px;
          width: 100%; } }
      .ielts-video-course .success-stories .success-item.-green {
        background: var(--Color-Global-Green-50, #EDF9F6); }
      .ielts-video-course .success-stories .success-item.-orange {
        background: #FFF9FA; }
      .ielts-video-course .success-stories .success-item.-blue {
        background: var(--Color-Blue-50, #E6F6FC); }
      .ielts-video-course .success-stories .success-item.-purple {
        background: var(--Color-Purple-50, #F0EDF6); }
      .ielts-video-course .success-stories .success-item__img {
        border-radius: 10px; }
      .ielts-video-course .success-stories .success-item__contents {
        padding: 20px 10px;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        align-self: stretch; }
        @media (min-width: 768px) and (max-width: 991px) {
          .ielts-video-course .success-stories .success-item__contents {
            padding: 20px 10px;
            padding-top: 0;
            gap: 10px; } }
        @media (max-width: 767px) {
          .ielts-video-course .success-stories .success-item__contents {
            padding: 20px 10px;
            padding-top: 0;
            gap: 10px; } }
      .ielts-video-course .success-stories .success-item__name {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        text-align: center; }
      .ielts-video-course .success-stories .success-item__score {
        color: var(--Primary-primary-700, #1D3146); }
      .ielts-video-course .success-stories .success-item__desc {
        font-style: italic;
        font-weight: 400;
        color: var(--Primary-primary-700, #1D3146);
        text-align: center; }
        @media (min-width: 768px) and (max-width: 991px) {
          .ielts-video-course .success-stories .success-item__desc {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .ielts-video-course .success-stories .success-item__desc {
            font-size: 14px; } }
  .ielts-video-course .our-partners .container {
    width: 100%; }
  .ielts-video-course .our-partners__contents {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    margin-top: 6rem; }
    @media (max-width: 767px) {
      .ielts-video-course .our-partners__contents {
        gap: 3rem;
        margin-top: 3rem; } }
  .ielts-video-course .our-partners__row {
    display: flex;
    width: max-content;
    animation: slide infinite linear;
    will-change: transform;
    gap: 6rem; }
    .ielts-video-course .our-partners__row.-top-slider {
      animation-duration: 200s;
      animation-direction: normal; }
    .ielts-video-course .our-partners__row.-bottom-slider {
      animation-duration: 200s;
      animation-direction: reverse; }
  .ielts-video-course .our-partners .partner-item {
    height: 50px; }
    .ielts-video-course .our-partners .partner-item__img {
      height: 100%;
      object-fit: contain; }
  .ielts-video-course .time-offer {
    margin: 10rem 0 6rem;
    overflow: hidden;
    background: url(../../images/pages/ielts-video-course/time-offer-bg.svg) right center no-repeat;
    background-size: cover; }
    @media (max-width: 767px) {
      .ielts-video-course .time-offer {
        margin: 3rem 0 6rem;
        overflow: initial; } }
    .ielts-video-course .time-offer__contents {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3.7rem;
      align-items: center;
      justify-content: center;
      padding: 6rem 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .time-offer__contents {
          display: flex;
          flex-direction: column-reverse;
          gap: 8.8rem; } }
      @media (max-width: 767px) {
        .ielts-video-course .time-offer__contents {
          display: flex;
          flex-direction: column-reverse;
          gap: 6px; } }
    @media (max-width: 767px) {
      .ielts-video-course .time-offer__col {
        width: 100%; } }
    @media (max-width: 767px) {
      .ielts-video-course .time-offer__col.-left {
        order: 2; } }
    @media (max-width: 767px) {
      .ielts-video-course .time-offer__col.-right {
        order: 1; } }
    .ielts-video-course .time-offer__times {
      margin-top: 1.6rem;
      display: flex;
      justify-content: center;
      gap: 12px; }
    .ielts-video-course .time-offer__btn {
      min-width: 270px;
      margin-top: 3.2rem; }
      @media (max-width: 767px) {
        .ielts-video-course .time-offer__btn {
          min-width: 200px; } }
    .ielts-video-course .time-offer__desc {
      color: var(--Primary-primary-700, #1D3146);
      text-align: center;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      margin-top: 4rem; }
      @media (max-width: 767px) {
        .ielts-video-course .time-offer__desc {
          font-size: 14px; } }
      .ielts-video-course .time-offer__desc span {
        color: var(--Primary-primary-300, #708296);
        text-decoration: line-through; }
      .ielts-video-course .time-offer__desc strong {
        color: var(--Icon-Active-Noti, #F5A623);
        font-size: 32px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .ielts-video-course .time-offer__desc strong {
            line-height: 1; } }
    .ielts-video-course .time-offer .time-banner {
      position: relative; }
      .ielts-video-course .time-offer .time-banner__loudspeaker {
        position: absolute;
        right: 13.7rem;
        bottom: -3.3rem;
        z-index: 9;
        max-width: 197px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .ielts-video-course .time-offer .time-banner__loudspeaker {
            right: 4.7rem; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .ielts-video-course .time-offer .time-banner__loudspeaker {
            right: 4.7rem; } }
        @media (max-width: 767px) {
          .ielts-video-course .time-offer .time-banner__loudspeaker {
            right: 1.7rem;
            bottom: -1.4rem;
            z-index: 9;
            max-width: 116px; } }
      .ielts-video-course .time-offer .time-banner__text-big {
        color: var(--icon-illustration-white, #FFF);
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        text-transform: uppercase;
        padding: 5.9rem 4.5rem 1.8rem 5.0rem;
        background: url(../../images/pages/ielts-video-course/time-banner-bg-big.svg) center no-repeat;
        background-size: contain;
        width: max-content;
        fill: linear-gradient(93deg, #F4C033 3.09%, #DD4D40 97.49%);
        stroke-width: 1px;
        stroke: #FFF;
        filter: drop-shadow(0px 8px 20px var(--Color-Global-Dark-Blue-100, #BDC5CF));
        position: relative;
        min-width: 100%; }
        @media (max-width: 767px) {
          .ielts-video-course .time-offer .time-banner__text-big {
            font-size: 24px;
            padding: 3.9rem 1.5rem 1.2rem 3rem; } }
      .ielts-video-course .time-offer .time-banner__text-small {
        color: var(--icon-illustration-white, #FFF);
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        padding: 22px 60px;
        background: url(../../images/pages/ielts-video-course/time-banner-bg-small.svg) center no-repeat;
        background-size: contain;
        width: max-content;
        fill: linear-gradient(93deg, #DD4D40 -26.12%, #F4C033 96.44%);
        stroke-width: 1px;
        stroke: #FFF;
        filter: drop-shadow(0px 8px 20px var(--Color-Global-Dark-Blue-100, #BDC5CF));
        margin-top: 1.2rem; }
        @media (max-width: 767px) {
          .ielts-video-course .time-offer .time-banner__text-small {
            font-size: 16px;
            padding: 15px 35px;
            margin-top: 0.2rem; } }
    .ielts-video-course .time-offer .offer-panel {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative; }
      @media (max-width: 767px) {
        .ielts-video-course .time-offer .offer-panel {
          width: 100%; } }
      .ielts-video-course .time-offer .offer-panel__items {
        display: flex;
        flex-direction: column;
        gap: 8px;
        position: absolute;
        fill: rgba(230, 246, 252, 0.2);
        stroke-width: 2px;
        stroke: #FFF;
        filter: drop-shadow(0px 4px 8px var(--Color-Global-Dark-Blue-50, #EAECEF));
        backdrop-filter: blur(10px);
        overflow: hidden;
        padding: 2rem 1.6rem 2rem;
        border-radius: 20px;
        z-index: 0;
        max-width: 513px;
        bottom: -6rem;
        left: -3rem; }
        @media (max-width: 767px) {
          .ielts-video-course .time-offer .offer-panel__items {
            bottom: -10rem;
            left: initial; } }
        .ielts-video-course .time-offer .offer-panel__items:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: linear-gradient(158deg, #fff 20%, #00A7DF 85%);
          border-radius: inherit;
          padding: 1px;
          -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          -webkit-mask-composite: xor;
          mask-composite: exclude;
          z-index: -1; }
      .ielts-video-course .time-offer .offer-panel__item {
        display: flex;
        align-items: center;
        gap: 20px;
        align-self: stretch;
        font-size: 16px;
        font-weight: 700;
        color: var(--Primary-primary-700, #1D3146); }
        @media (min-width: 992px) and (max-width: 1199px) {
          .ielts-video-course .time-offer .offer-panel__item {
            font-size: 16px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .ielts-video-course .time-offer .offer-panel__item {
            padding: 15px 20px;
            font-size: 14px; } }
        @media (max-width: 767px) {
          .ielts-video-course .time-offer .offer-panel__item {
            font-size: 14px;
            gap: 8px; } }
        .ielts-video-course .time-offer .offer-panel__item::before {
          content: '';
          display: inline-block;
          width: 40px;
          height: 40px;
          background: url("../../images/pages/ielts-video-course/offer-star.svg") center no-repeat;
          background-size: contain;
          flex-shrink: 0;
          position: relative;
          top: -4px; }
    .ielts-video-course .time-offer .time-item {
      text-align: center; }
      .ielts-video-course .time-offer .time-item span {
        width: 76px;
        height: 76px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        background-clip: padding-box;
        border: 2px solid transparent;
        background-color: #fff;
        border-radius: 20px;
        font-size: 32px;
        font-weight: 500;
        font-family: "Montserrat", Helvetica, Arial, sans-serif; }
        @media (max-width: 767px) {
          .ielts-video-course .time-offer .time-item span {
            width: 60px;
            height: 60px;
            font-size: 20px; } }
        .ielts-video-course .time-offer .time-item span:before {
          content: "";
          position: absolute;
          inset: 0;
          z-index: -1;
          margin: -2px;
          background-image: linear-gradient(to right bottom, #F1B000, #FAFAFA);
          border-radius: inherit; }
      .ielts-video-course .time-offer .time-item em {
        color: var(--Primary-primary-300, #708296);
        text-align: center;
        font-size: 14px;
        font-weight: 400; }
  @media (max-width: 767px) {
    .ielts-video-course .faq {
      margin-top: 4rem; } }
  .ielts-video-course .faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: #F6FCFF; }
    @media (max-width: 767px) {
      .ielts-video-course .faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 16px; } }
  .ielts-video-course .faq .panel-title a[aria-expanded="true"] {
    background: #F6FCFF;
    color: var(--listening-color); }
    .ielts-video-course .faq .panel-title a[aria-expanded="true"]:before {
      color: var(--listening-color); }
  .ielts-video-course .faq__panel-group {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
    max-width: 68%;
    justify-self: flex-end;
    margin: 0;
    position: relative;
    z-index: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-video-course .faq__panel-group {
        gap: 1rem; } }
    @media (max-width: 767px) {
      .ielts-video-course .faq__panel-group {
        gap: 1rem;
        max-width: initial; } }
    .ielts-video-course .faq__panel-group:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 449px;
      height: 486.689px;
      left: -49%;
      top: 21.4rem;
      transform: translate(0, -50%);
      background: url(../../images/pages/ielts-video-course/faq.svg) right center no-repeat;
      background-size: contain;
      z-index: -1; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .faq__panel-group:after {
          width: 300px;
          height: 300px; } }
      @media (max-width: 767px) {
        .ielts-video-course .faq__panel-group:after {
          position: relative;
          width: 150px;
          height: 160px;
          left: 50%;
          top: 0;
          transform: translate(-50%, 0);
          order: -1; } }
  .ielts-video-course .faq .panel-heading {
    border-radius: var(--Space-6, 16px);
    background: #F6FCFF; }
  .ielts-video-course .faq .panel {
    border: none;
    box-shadow: none;
    border-radius: var(--Space-6, 16px) !important;
    overflow: hidden; }
  .ielts-video-course .faq .panel-title {
    background: #F6FCFF; }
    .ielts-video-course .faq .panel-title a {
      font-size: 18px;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      color: var(--Text-Headline, #294563);
      padding: 16px;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-video-course .faq .panel-title a {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .ielts-video-course .faq .panel-title a {
          font-size: 16px; } }
      .ielts-video-course .faq .panel-title a:before {
        margin: 0; }

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-50%, 0, 0); } }

@keyframes arrowMove {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(-15px, -10px); }
  100% {
    transform: translate(0, 0); } }

/*# sourceMappingURL=ielts-video-course.css.map */