.ai-speaking .section-title {
  font-size: 40px;
  font-weight: normal;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 3.2rem; }
  @media (max-width: 767px) {
    .ai-speaking .section-title {
      font-size: 28px; } }
  .ai-speaking .section-title strong {
    font-weight: 700; }

.ai-speaking .iot-grbt {
  display: inline-flex;
  white-space: nowrap; }

.ai-speaking .hero {
  overflow: hidden; }
  .ai-speaking .hero__contents {
    display: flex;
    align-items: center;
    padding: 6rem 0;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .ai-speaking .hero__contents {
        padding: 2rem 0; } }
  .ai-speaking .hero__col-left {
    width: 50%; }
    @media (max-width: 767px) {
      .ai-speaking .hero__col-left {
        width: 100%;
        order: 2;
        margin-top: 1rem; } }
  .ai-speaking .hero__col-right {
    width: 70%;
    margin-right: -20%; }
    @media (max-width: 767px) {
      .ai-speaking .hero__col-right {
        width: 100%;
        order: 1;
        margin-right: 0; } }
  .ai-speaking .hero__ai-price {
    padding: 8px 16px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
    border-radius: 100px;
    background: #EAECEF;
    line-height: 1.2;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .ai-speaking .hero__ai-price {
        font-size: 16px;
        margin-bottom: 2rem; } }
    .ai-speaking .hero__ai-price strong {
      font-weight: 700; }
  .ai-speaking .hero__title {
    font-size: 40px;
    font-weight: normal;
    margin: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ai-speaking .hero__title {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .ai-speaking .hero__title {
        font-size: 24px; } }
    .ai-speaking .hero__title strong {
      font-weight: bold; }
    .ai-speaking .hero__title span {
      display: inline-block;
      line-height: 1;
      padding: 10px 16px;
      border-radius: 100px;
      border: 1px solid var(--primary-primary-500, #294563);
      background: #FFF;
      font-weight: bold; }
      @media (max-width: 767px) {
        .ai-speaking .hero__title span {
          padding: 8px 10px; } }
  .ai-speaking .hero__desc {
    margin-bottom: 4rem; }
    @media (max-width: 767px) {
      .ai-speaking .hero__desc {
        margin-top: 1rem; } }
    .ai-speaking .hero__desc strong {
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .ai-speaking .hero__desc strong {
          font-size: 16px; } }
  .ai-speaking .hero__buttons {
    display: inline-flex;
    gap: 10px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px #F4E0E4;
    padding: 20px; }
    @media (max-width: 767px) {
      .ai-speaking .hero__buttons {
        width: 100%;
        justify-content: center; } }
  .ai-speaking .hero .iot-grbt {
    margin: 0;
    height: 44px;
    padding: 0 32px; }
    .ai-speaking .hero .iot-grbt.-pink {
      min-width: 175px;
      position: relative;
      transform: rotate(-10deg);
      -webkit-animation-duration: 2.5s;
      animation-duration: 2.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: btnswing;
      animation-name: btnswing;
      -webkit-transform-origin: top center;
      transform-origin: top center; }
      @media (max-width: 767px) {
        .ai-speaking .hero .iot-grbt.-pink {
          min-width: initial; } }
    .ai-speaking .hero .iot-grbt.-white {
      border: 1px solid var(--gradient-speaking, #C86478); }
      .ai-speaking .hero .iot-grbt.-white:hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        color: #294563; }
  .ai-speaking .hero__btn-wrap {
    position: relative;
    z-index: 0; }
    .ai-speaking .hero__btn-wrap:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 32px;
      height: 32px;
      bottom: -20px;
      right: 6px;
      background: url(../../images/pages/ai-speaking/pointer-filled-icon.svg) center no-repeat;
      background-size: contain;
      z-index: 9; }
    .ai-speaking .hero__btn-wrap:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 1px solid #C76378;
      border-radius: 30px;
      z-index: -1; }
  .ai-speaking .hero__students-use {
    margin-top: 18px;
    display: flex;
    align-items: center;
    font-size: 14px; }
    .ai-speaking .hero__students-use strong {
      font-weight: 700; }
  .ai-speaking .hero__students-img {
    margin-right: 6px; }
  .ai-speaking .hero__img-bg {
    position: relative;
    left: -5%; }
    @media (max-width: 767px) {
      .ai-speaking .hero__img-bg {
        left: initial; } }

.ai-speaking .diff-card {
  display: flex;
  gap: 32px;
  padding: 48px;
  border-radius: 40px;
  background: rgba(244, 224, 228, 0.5);
  margin-bottom: 32px;
  align-items: flex-start; }
  @media (min-width: 768px) and (max-width: 991px) {
    .ai-speaking .diff-card {
      flex-direction: column;
      border-radius: 20px; } }
  @media (max-width: 767px) {
    .ai-speaking .diff-card {
      padding: 15px;
      flex-direction: column;
      border-radius: 20px; } }
  .ai-speaking .diff-card:last-child {
    margin-bottom: 0; }
  .ai-speaking .diff-card.-reverse {
    background: #F4F5F7;
    flex-direction: row-reverse; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ai-speaking .diff-card.-reverse {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .ai-speaking .diff-card.-reverse {
        flex-direction: column; } }
  .ai-speaking .diff-card__video {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 3.789px; }
  .ai-speaking .diff-card__video-wrap {
    position: relative; }
  .ai-speaking .diff-card__col-media {
    width: 68%;
    position: relative;
    padding: 1.6rem;
    overflow: hidden;
    border-radius: 24px;
    background: var(--system-black-1, #282828);
    box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 0.5) inset, 4px 4px 10px 0px rgba(0, 0, 0, 0.25); }
    @media (min-width: 768px) and (max-width: 991px) {
      .ai-speaking .diff-card__col-media {
        width: 100%;
        order: 2; } }
    @media (max-width: 767px) {
      .ai-speaking .diff-card__col-media {
        width: 100%;
        order: 2; } }
  .ai-speaking .diff-card__col-infos {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ai-speaking .diff-card__col-infos {
        width: 100%;
        order: 1; } }
    @media (max-width: 767px) {
      .ai-speaking .diff-card__col-infos {
        width: 100%;
        order: 1; } }
  .ai-speaking .diff-card__icon {
    width: 56px;
    height: 56px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--speaking-1, #C86478);
    object-fit: scale-down;
    margin-bottom: 16px; }
  .ai-speaking .diff-card__caption {
    font-size: 16px;
    font-style: italic;
    font-weight: 400; }
  .ai-speaking .diff-card__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
    .ai-speaking .diff-card__title:after {
      content: '';
      display: block;
      margin: 16px auto;
      width: 80px;
      height: 1px;
      background-color: #C86478; }
  .ai-speaking .diff-card__desc {
    color: #3D3D3D; }
    .ai-speaking .diff-card__desc del {
      font-weight: bold; }

.ai-speaking .speaking-mastery {
  margin-top: 7rem; }
  @media (max-width: 767px) {
    .ai-speaking .speaking-mastery {
      margin-top: 3.2rem; } }
  .ai-speaking .speaking-mastery__video {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.3; }
  .ai-speaking .speaking-mastery__price strong {
    font-size: 48px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 1; }
  .ai-speaking .speaking-mastery__col-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-right: 8rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ai-speaking .speaking-mastery__col-left {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .ai-speaking .speaking-mastery__col-left {
        margin-right: 0; } }
  .ai-speaking .speaking-mastery__img {
    position: relative;
    bottom: -15px; }
  .ai-speaking .speaking-mastery__contents {
    display: flex;
    gap: 34px;
    justify-content: center;
    border-radius: 40px;
    align-items: center;
    background-color: #294563;
    color: #fff;
    padding: 15px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 767px) {
      .ai-speaking .speaking-mastery__contents {
        flex-direction: column; } }
  .ai-speaking .speaking-mastery__title {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    margin: 0 0 18px; }
    .ai-speaking .speaking-mastery__title strong {
      display: block;
      font-size: 40px;
      font-weight: 900;
      font-style: normal; }
  .ai-speaking .speaking-mastery__btn {
    margin-top: 8px;
    border-radius: 30px;
    padding: 0 24px;
    font-size: 16px;
    height: 50px;
    font-weight: 700;
    color: #C76378;
    line-height: 1;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.76) 100%); }

.ai-speaking .how-use {
  margin-top: 16rem; }
  @media (min-width: 768px) and (max-width: 991px) {
    .ai-speaking .how-use {
      margin-top: 12rem; } }
  @media (max-width: 767px) {
    .ai-speaking .how-use {
      margin-top: 3.2rem; } }
  .ai-speaking .how-use__card {
    display: flex;
    padding: 32px 56px;
    flex-direction: column;
    align-items: center;
    border-radius: 32px;
    background: #F4F5F7;
    margin-bottom: 3.2rem; }
    @media (max-width: 767px) {
      .ai-speaking .how-use__card {
        padding: 15px; } }
    .ai-speaking .how-use__card:last-child {
      margin-bottom: 0; }
    .ai-speaking .how-use__card.-even {
      background: #F9EFF1; }
      .ai-speaking .how-use__card.-even .how-use__card-title {
        color: #294563; }
      .ai-speaking .how-use__card.-even .how-card__num {
        background-color: #294563; }
  .ai-speaking .how-use__card-contents {
    margin-top: 32px; }
  .ai-speaking .how-use__title-op {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.2; }
  .ai-speaking .how-use__card-title {
    font-size: 24px;
    font-weight: 700;
    color: #C76378;
    margin: 0 0 2px; }
    @media (max-width: 767px) {
      .ai-speaking .how-use__card-title {
        text-align: center; } }
  .ai-speaking .how-use__title-desc {
    font-size: 16px;
    font-style: italic;
    font-weight: 400; }
    @media (max-width: 767px) {
      .ai-speaking .how-use__title-desc {
        text-align: center; } }
  .ai-speaking .how-use__card-contents {
    --spacing: 16px;
    --columns: 4; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ai-speaking .how-use__card-contents {
        --spacing: 10px;
        --columns: 2; } }
    @media (max-width: 767px) {
      .ai-speaking .how-use__card-contents {
        --spacing: 10px;
        --columns: 2; } }
  .ai-speaking .how-use__btn {
    margin-top: 1.6rem;
    height: 50px;
    padding: 0 24px;
    min-width: 160px; }
    @media (max-width: 767px) {
      .ai-speaking .how-use__btn {
        margin-top: 0; } }

.ai-speaking .how-card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  background: #fff; }
  .ai-speaking .how-card__num {
    width: 36px;
    height: 36px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    background-color: #C76378;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    align-self: flex-start; }

.ai-speaking .feedback {
  margin-top: 12rem; }
  @media (max-width: 767px) {
    .ai-speaking .feedback {
      margin-top: 3.2rem; } }
  .ai-speaking .feedback__contents {
    --spacing: 24px;
    --columns: 4;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ai-speaking .feedback__contents {
        --spacing: 10px;
        --columns: 4; } }
    @media (max-width: 767px) {
      .ai-speaking .feedback__contents {
        --spacing: 0px;
        --columns: 1; } }
  .ai-speaking .feedback__item {
    padding: 16px;
    border-radius: 24px;
    border: 1px solid #C76378; }
  .ai-speaking .feedback__item-stars {
    margin-bottom: 8px; }
  .ai-speaking .feedback__item-bottom {
    display: flex;
    gap: 8px; }
  .ai-speaking .feedback__item-bottom {
    margin-top: 16px; }
  .ai-speaking .feedback__user-name {
    font-size: 16px;
    font-weight: 700; }
  .ai-speaking .feedback__user-buy {
    font-size: 12px;
    font-style: italic;
    font-weight: 400; }

.ai-speaking .buy-card {
  margin-top: 10rem; }
  @media (max-width: 767px) {
    .ai-speaking .buy-card {
      margin-top: 3.2rem; } }
  .ai-speaking .buy-card__contents {
    display: flex;
    gap: 28px;
    padding: 20px;
    border-radius: 40px;
    background: linear-gradient(180deg, #294563 0%, #172636 100%);
    align-items: center; }
    @media (max-width: 767px) {
      .ai-speaking .buy-card__contents {
        flex-direction: column; } }
  .ai-speaking .buy-card__img {
    border-radius: 20px; }
  .ai-speaking .buy-card__video {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 3.789px; }
  .ai-speaking .buy-card__video-wrap {
    position: relative; }
  .ai-speaking .buy-card__col-media {
    width: 50%;
    position: relative;
    padding: 1.6rem;
    overflow: hidden;
    border-radius: 24px;
    background-color: #fff; }
    @media (max-width: 767px) {
      .ai-speaking .buy-card__col-media {
        width: 100%; } }
  .ai-speaking .buy-card__col-details {
    width: 50%;
    display: flex;
    text-align: center;
    flex-direction: column;
    color: #fff; }
    @media (max-width: 767px) {
      .ai-speaking .buy-card__col-details {
        width: 100%; } }
  .ai-speaking .buy-card__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    margin-bottom: 16px; }
    .ai-speaking .buy-card__title strong {
      font-weight: 700; }
  .ai-speaking .buy-card__desc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px; }
  .ai-speaking .buy-card__price {
    font-size: 20px;
    font-style: italic;
    font-weight: 400; }
    .ai-speaking .buy-card__price strong {
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      font-family: "Montserrat", Helvetica, Arial, sans-serif; }
  .ai-speaking .buy-card__btn {
    margin-top: 16px;
    height: 50px;
    padding: 0 8px 0 32px;
    gap: 10px; }
    .ai-speaking .buy-card__btn .ioticon-arrow-right {
      width: 36px;
      height: 36px;
      background-color: #fff;
      border-radius: 50%;
      color: #C76378;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px; }

.ai-speaking .faq {
  margin: 10rem 0 8rem; }
  @media (max-width: 767px) {
    .ai-speaking .faq {
      margin: 3.2rem 0 6rem; } }
  .ai-speaking .faq__title {
    margin: 0 0 4rem;
    font-weight: 800;
    font-size: 40px;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ai-speaking .faq__title {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .ai-speaking .faq__title {
        font-weight: 800;
        font-size: 24px;
        margin: 0 0 3rem;
        text-align: center; } }
  .ai-speaking .faq__panel-group {
    padding-left: 26%;
    position: relative;
    padding-bottom: 8rem;
    margin: 0; }
    @media (max-width: 767px) {
      .ai-speaking .faq__panel-group {
        padding: 0; } }
    .ai-speaking .faq__panel-group:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 25%;
      height: 100%;
      background: url(../../images/pages/really-english/icon-faq.png) left 46% top 0px no-repeat;
      background-size: contain;
      left: 0;
      top: 0; }
      @media (max-width: 767px) {
        .ai-speaking .faq__panel-group:before {
          position: static;
          width: 108px;
          height: 150px;
          transform: none;
          display: flex;
          margin: 0 auto 2rem;
          background-size: contain;
          background-position: left 46% top 0; } }
  .ai-speaking .faq .panel-group .panel {
    margin-bottom: 1rem;
    border-radius: 5px;
    overflow: hidden; }
  .ai-speaking .faq .panel-title a:hover {
    background-color: #ececec; }
  .ai-speaking .faq .panel-title a[aria-expanded="true"] {
    color: #294563; }
    .ai-speaking .faq .panel-title a[aria-expanded="true"]:before {
      color: #294563; }
  .ai-speaking .faq .panel-body p, .ai-speaking .faq .panel-body {
    font-size: 16px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ai-speaking .faq .panel-body p, .ai-speaking .faq .panel-body {
        font-size: 14px; } }
  .ai-speaking .faq ul {
    padding-left: 1.6rem;
    font-size: 16px; }
    .ai-speaking .faq ul > li:before {
      content: "\2022";
      color: #32B4C8;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      font-size: 1.6rem;
      margin-left: -1em; }
    .ai-speaking .faq ul ul {
      list-style-type: circle; }
      .ai-speaking .faq ul ul li:before {
        content: normal; }
      .ai-speaking .faq ul ul ul {
        list-style-type: square; }
    .ai-speaking .faq ul ol {
      list-style-type: decimal; }

@-webkit-keyframes btnswing {
  10% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  20% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  30% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  40% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  60% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  70% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes btnswing {
  10% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  20% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  30% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  40% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  60% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  70% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

/*# sourceMappingURL=ai-speaking-evaluation.css.map */