/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/lite-youtube-embed/src/lite-yt-embed.css ***!
  \*********************************************************************************************************/
lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 68 48\"><path fill=\"%23f00\" fill-opacity=\"0.8\" d=\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\"></path><path d=\"M 45,24 27,14 27,34\" fill=\"%23fff\"></path></svg>");
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/elsa-speak-thailand/scss/style.scss ***!
  \************************************************************************************************************************************/
.section-register .purchase-info__service, .section-register .package-detail {
  list-style: none;
  padding-left: 0;
}
.section-register .purchase-info__service li, .section-register .package-detail li {
  padding-left: 0;
}

.home-banner .text-highlight {
  background: linear-gradient(180deg, #fff000 45.31%, #f8da49 65.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-banner {
  position: relative;
  color: #fff;
}
.home-banner .bg {
  display: block;
  background: #2e236d;
  min-height: 650px;
}
.home-banner__content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .home-banner__content {
    padding: 0 15px 15px;
    top: auto;
    transform: none;
    bottom: -10px;
    left: 0;
    right: 0;
  }
}
.home-banner .bg img {
  width: 100%;
}
.home-banner__promotion {
  font-weight: 800;
  margin-bottom: 28px;
  font-size: 1.875rem;
}
@media (max-width: 767.98px) {
  .home-banner__promotion {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
.home-banner__promotion span {
  font-size: 5.625rem;
}
@media (max-width: 767.98px) {
  .home-banner__promotion span {
    font-size: 3.75rem;
  }
}
.home-banner__text {
  font-size: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .home-banner__text {
    font-size: 1.125rem;
  }
  .home-banner__text .text-highlight {
    font-size: 2rem;
  }
}
.home-banner .common-btn {
  margin-top: 1.5rem;
}
.home-banner__note {
  font-size: 1.25rem;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .home-banner__note {
    font-size: 1rem;
  }
}

.section-practice {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .section-practice {
    position: relative;
  }
}
.section-practice::after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #a7f1ff, #c2f6ff);
  border-radius: 40% 40% 0 0/20% 20% 0 0;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 768px) {
  .section-practice::after {
    display: none;
  }
}
.section-practice .container {
  position: relative;
  z-index: 1;
}
.section-practice .icon {
  display: inline-block;
  background: #000;
  opacity: 0.4;
  border-radius: 4px;
  width: 50px;
  height: 50px;
}
@media (max-width: 767.98px) {
  .section-practice .icon {
    display: block;
    opacity: 1;
    margin: 0 auto 12px;
    background-color: transparent;
  }
}
@media (max-width: 767.98px) {
  .section-practice .icon img {
    filter: invert(1);
  }
}
.section-practice .slide-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.section-practice .slide-item.current .icon {
  background-color: #478dff;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .section-practice .slide-item {
    display: block;
  }
}
.section-practice .slide-content-wrap {
  flex: 1;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .section-practice .slide-content-wrap {
    text-align: center;
  }
}
.section-practice .title {
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.section-practice .desc {
  font-size: 1.125rem;
}
.section-practice .phone-img {
  margin: 0 auto;
}

.practice-award {
  position: relative;
}
.practice-award::after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  background: url(../images/blue-background.png) no-repeat center top/100% auto;
  top: 90%;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .practice-award::after {
    display: none;
  }
}
.practice-award__background {
  position: absolute;
}
.practice-award__background--01 {
  left: 0;
  top: 54px;
}
.practice-award__background--02 {
  right: 5%;
  top: 15%;
}
.practice-award__background--03 {
  right: 0;
  top: 5%;
}

.assessment-test {
  padding: 50px 15px;
  background: #171f48;
  user-select: none;
  color: #fff;
}
.assessment-test .button {
  transition: 0.3s;
}
.assessment-test .animated {
  transition-duration: 0.3s/2;
}
.assessment-test progress[value] {
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 15px;
  background: #eeeff4;
  max-width: 100%;
}
.assessment-test progress[value]::-webkit-progress-bar {
  background-color: #eeeff4;
  border-radius: 15px;
}
.assessment-test progress[value]::-moz-progress-bar {
  border-radius: 15px;
  background: linear-gradient(177.67deg, #4cd964 9.54%, #27ae60 149.18%);
}
.assessment-test progress[value]::-webkit-progress-value {
  background: linear-gradient(177.67deg, #4cd964 9.54%, #27ae60 149.18%);
  border-radius: 15px;
}
@media (min-width: 768px) {
  .assessment-test progress[value] {
    width: 564px;
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  .assessment-test progress[value] {
    width: 296px;
    height: 12px;
  }
}
.assessment-test .radial-progress-container {
  position: relative;
}
.assessment-test .radial-progress-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.assessment-test .play-container,
.assessment-test .view-container {
  position: relative;
}
.assessment-test .tooltiptext {
  position: absolute;
  text-align: center;
  width: 100%;
  animation: fadein 2s ease-in;
  opacity: 0;
  bottom: 84px;
}
@media (min-width: 768px) {
  .assessment-test .tooltiptext {
    bottom: 118px;
  }
}
.assessment-test .progress-bar {
  background-color: #eeeff4;
  border-radius: 2px;
  width: 250px;
  height: 20px;
  position: relative;
  display: block;
}
.assessment-test .progress-bar > span {
  background: linear-gradient(175deg, #4cd964 9.54%, #27ae60 149.18%);
  border-radius: 2px;
  display: block;
  text-indent: -9999px;
}
.assessment-test__content {
  margin: 0 auto;
  background: #fff url("https://d1t11jpd823i7r.cloudfront.net/assessment/background/quiz.svg") 0 0/contain;
  position: relative;
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .assessment-test__content {
    max-width: 1105px;
    padding: 40px 20px;
    border-radius: 40px;
  }
}
@media (max-width: 767.98px) {
  .assessment-test__content {
    max-width: 375px;
    border-radius: 40px 40px 0 0;
    background-position-y: 50%;
  }
}
.assessment-test__content.no-background {
  background-image: none !important;
}
.assessment-test .close-button {
  background: #fff url("https://d1t11jpd823i7r.cloudfront.net/assessment/button/close_mobile.svg") 0 0/contain;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 24px;
  top: -38px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .assessment-test .close-button {
    background-image: url("https://d1t11jpd823i7r.cloudfront.net/assessment/button/close_desktop.svg");
    background-color: #171f48;
    width: 48px;
    height: 48px;
    right: 40px;
    top: 43px;
  }
}
@media (max-width: 767.98px) {
  .assessment-test .elsa-logo {
    width: 375px;
    margin: auto;
  }
}
.assessment-test .title-container {
  margin: 0 auto;
  font-family: "SF Pro Rounded", "Varela Round", sans-serif;
  font-style: normal;
  color: #171f48;
  line-height: 1.5;
  text-align: center;
  font-size: 1.125rem;
  max-width: 590px;
  margin-top: 20px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .assessment-test .title-container {
    font-size: 2rem;
  }
}
.assessment-test .title-container span {
  display: inline-block;
}
.assessment-test .playback,
.assessment-test .recorder,
.assessment-test .hearback {
  background-size: contain;
  margin: auto;
}
.assessment-test .playback,
.assessment-test .hearback {
  margin-top: 24px;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .assessment-test .playback,
.assessment-test .hearback {
    margin-top: 24px;
    width: 48px;
    height: 48px;
  }
}
.assessment-test .playback {
  background-image: url("https://d1t11jpd823i7r.cloudfront.net/assessment/button/Speaker.svg");
}
.assessment-test .hearback {
  background-image: url("https://d1t11jpd823i7r.cloudfront.net/assessment/button/Hearback.svg");
}
.assessment-test .recorder {
  margin-top: 60px;
  width: 84px;
  height: 84px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .assessment-test .recorder {
    margin-top: 74px;
    width: 118px;
    height: 118px;
  }
}
.assessment-test .play-container .playback {
  background-image: url("https://d1t11jpd823i7r.cloudfront.net/assessment/button/Speaker_disable.svg");
}
.assessment-test .play-container .recorder {
  background-image: url("https://d1t11jpd823i7r.cloudfront.net/assessment/button/green_mic.svg");
  border-radius: 50%;
  border: lightblue 3px;
  animation: mymove 2s infinite;
}
.assessment-test .view-container .recorder {
  background-image: url("https://d1t11jpd823i7r.cloudfront.net/assessment/button/mic/Normal.svg");
}
.assessment-test .finish-container .recorder {
  border-radius: 50%;
  background-color: #e6e6e6;
  display: flex;
}
.assessment-test .finish-container .recorder > img {
  width: 50%;
  height: 50%;
  margin: auto;
}
.assessment-test .result-playback {
  text-align: center;
}
.assessment-test .result-playback > .playback,
.assessment-test .hearback {
  display: inline-block;
}
.assessment-test .pagination {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .assessment-test .pagination {
    flex-direction: row;
  }
}
.assessment-test .retry,
.assessment-test .continue {
  height: 56px;
  width: 260px;
}
@media (min-width: 768px) {
  .assessment-test .retry,
.assessment-test .continue {
    margin: 0 8px;
  }
}
.assessment-test .power-by {
  background-image: url("https://d1t11jpd823i7r.cloudfront.net/assessment/power_by_elsa.svg");
  background-size: contain;
  width: 124px;
  height: 21px;
}
@media (min-width: 768px) {
  .assessment-test .power-by {
    width: 171px;
    height: 27px;
  }
}
.assessment-test .level {
  font-family: "SF Pro Rounded", "Varela Round", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4196078431);
  font-size: 12px;
}
@media (min-width: 768px) {
  .assessment-test .level {
    font-size: 18px;
  }
}
.assessment-test .level > span {
  font-weight: 600;
  color: #121131;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .assessment-test .level > span {
    font-size: 1.5rem;
  }
}
.assessment-test .chart {
  width: 144px;
  height: 144px;
  width: 180px;
  height: 180px;
}
.assessment-test .chart .naitive-score {
  margin: 0;
  font-family: "SF Pro Rounded", "Varela Round", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #121131;
  font-size: 30px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .assessment-test .chart .naitive-score {
    font-size: 2.5rem;
  }
}
.assessment-test .result {
  display: flex;
  width: 311px;
  height: 144px;
  margin: 6px auto 0;
}
@media (min-width: 768px) {
  .assessment-test .result {
    width: 405px;
    height: 180px;
  }
}
.assessment-test .result .text {
  margin: auto;
  width: 160px;
  height: 101px;
}
@media (min-width: 768px) {
  .assessment-test .result .text {
    width: 260px;
    height: 139px;
  }
}
.assessment-test .result-text-line {
  width: 46px;
  height: 1px;
  background: #e6e6e6;
  margin-top: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .assessment-test .result-text-line {
    width: 128px;
  }
}
.assessment-test .score-warning {
  color: #ff7a00;
}
.assessment-test .score-normal {
  color: #05c150;
}
.assessment-test .score-error {
  color: #f00;
}
@media (max-width: 767.98px) {
  .assessment-test .radial-progress-container {
    width: 144px !important;
    height: 144px !important;
  }
  .assessment-test .radial-progress-container svg {
    width: 144px !important;
    height: 144px !important;
  }
}
.assessment-test .inactive {
  cursor: not-allowed;
  opacity: 0.4;
}

@keyframes mymove {
  0% {
    border: 3px solid lightblue;
  }
  50% {
    border: 15px solid lightblue;
  }
  100% {
    border: 3px solid lightblue;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.section-learning-video {
  background: linear-gradient(180deg, #f5f7ff 0%, rgba(131, 155, 255, 0) 100%);
  padding: 60px 0;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .section-learning-video {
    padding: 40px 0;
  }
}

.video-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  justify-content: center;
}

.video-wrapper {
  background: url(../images/bg-video.svg) no-repeat 0 14px/contain;
  width: 350px;
}
.video-wrapper .video-item {
  display: flex;
  justify-content: center;
}
.video-wrapper .video-item lite-youtube {
  width: 90%;
}
.video-wrapper .video-title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.125rem;
  color: #222326;
  background: url(../images/play-icon-blue.svg) no-repeat 0 0;
  padding-left: 36px;
  min-height: 28px;
}
.video-wrapper:nth-child(2) .video-item lite-youtube {
  width: 100%;
}

.section-feedback {
  padding: 60px 0;
  background: url(../images/quote-icon.png) no-repeat 90% 5%;
}
@media (max-width: 767.98px) {
  .section-feedback {
    padding: 40px 0;
    background-size: 120px auto;
  }
}

.feedback-item {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #222326;
  padding: 16px;
  border-radius: 20px;
  margin: 0 20px;
}
.feedback-intro {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.feedback-intro .profile-img {
  width: 88px;
  margin: 0;
}
.feedback-intro .commenter-info {
  flex: 1;
  padding-left: 10px;
}
.feedback-intro .commenter-name, .feedback-intro .commenter-position {
  margin: 0;
}
.feedback-intro .commenter-name {
  font-size: 1.25rem;
}
.feedback-intro .commenter-position {
  opacity: 0.7;
  font-weight: 600;
}

.countdown {
  text-align: center;
  margin-bottom: 50px;
}
.countdown__title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.countdown__inner {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, rgb(68, 142, 255) 0%, rgb(56, 187, 255) 45%, rgb(42, 244, 255) 100%);
  color: #fff;
  border-radius: 25px;
  padding: 0 25px;
}
.countdown__time {
  font-size: 1.875rem;
  font-weight: bold;
  position: relative;
}
.countdown__time .label {
  font-size: 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  color: #444;
}
.countdown__separator {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 8px;
}

.section-register {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .section-register {
    padding-top: 40px;
  }
}
.section-register .package-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px;
  border-color: #db3729 transparent transparent #db3729;
  border-radius: 10px 0 0;
  box-shadow: rgba(99, 99, 99, 0.2) -7px -8px 8px -2px;
}
.section-register .package-label .label-text {
  transform: rotate(-45deg);
  position: absolute;
  top: -38px;
  left: -56px;
  width: 74px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
.section-register .package-info {
  text-align: center;
}
.section-register .package-title {
  padding-left: 50px;
  min-height: 58px;
  font-weight: 700;
  font-size: 24px;
}
.section-register .package-price .base-price {
  font-size: 1.125rem;
}
.section-register .package-price .sale-price {
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-register .package-price ins {
  text-decoration: none;
  font-size: 1.875rem;
}
.section-register .package-detail {
  font-size: 0.875rem;
  margin: 10px 0 0;
}
.section-register .package-detail li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #05d4f5;
  border-right: 2px solid #05d4f5;
  margin-right: 6px;
  vertical-align: middle;
}
.section-register .package-detail li + li {
  margin-top: 12px;
}
.section-register .package-item {
  display: block;
  margin-bottom: 25px;
  padding: 2px;
  box-shadow: 0 8px 18px rgba(69, 137, 255, 0.25);
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .section-register .package-item {
    margin-bottom: 0;
  }
}
.section-register .package-item::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  right: -15px;
  top: -15px;
  background: url(../images/check-active.png) no-repeat 0 0;
  display: none;
}
.section-register .package-item.is-active {
  opacity: 1;
}
.section-register .package-item.is-active::after {
  display: block;
}
.section-register .package-item .common-btn {
  margin-top: 30px;
  color: #fff;
}
.section-register .package-item--blue {
  background: linear-gradient(160deg, #05d4f5 0%, #04bbe2 100%);
}
.section-register .package-item--blue .package-label {
  border-color: #05caed transparent transparent #05caed;
}
.section-register .package-item--blue .sale-price {
  background-image: linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
}
.section-register .package-item--blue .common-btn {
  background: linear-gradient(160deg, #05d4f5 0%, #04bbe2 100%);
}
.section-register .package-item--red {
  background: linear-gradient(160deg, #ffb055 0%, #fe579e 100%);
}
.section-register .package-item--red .sale-price {
  background-image: linear-gradient(180deg, #e43c2e 50%, #94110a 100%);
}
.section-register .package-item--red .package-detail li::before {
  border-color: #c81b0d;
}
.section-register .package-item--red .common-btn {
  background: linear-gradient(160deg, #ffb055 0%, #fe579e 100%);
}
.section-register .package-item__inner {
  padding: 20px 30px 30px;
  border-radius: 10px;
  background-color: #fff;
}
.section-register .package-item .text-promotion {
  font-size: 0.875rem;
}
.section-register .package-item .text-promotion .discount-code {
  display: inline-block;
  background-color: #8162e3;
  color: yellow;
  border-radius: 6px;
  padding: 2px 7px;
}
.section-register .purchase-info {
  text-align: center;
}
@media (min-width: 768px) {
  .section-register .purchase-info {
    margin-top: 20px;
  }
}
.section-register .purchase-info__service {
  display: flex;
  justify-content: center;
  gap: 0 6px;
  margin: 0;
}
@media (min-width: 768px) {
  .section-register .purchase-info__service {
    gap: 0 20px;
  }
}
.section-register .freeship-label {
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  background: #db3729;
  font-size: 1.25rem;
  font-weight: bold;
}

.form-fields {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .form-fields {
    margin-top: 0;
  }
}
.form-fields .form-submit {
  text-align: center;
  margin-top: 30px;
}

.form-error-message {
  display: none;
  border: 1px solid #f00;
  color: #f00;
  padding: 8px 15px;
  margin-top: 20px;
}
.form-error-message p {
  margin: 10px 0;
}

.why-elsa {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .why-elsa {
    margin-inline: 16px;
  }
}
.why-elsa .section-subtitle {
  margin-top: -30px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
.why-elsa .section-content {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .why-elsa .section-content {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  .why-elsa .section-content {
    gap: 20px;
  }
}
.why-elsa .section-content__right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.why-elsa .section-content__right img {
  width: 120px;
  margin: 10px;
}
.why-elsa .section-content__right p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .why-elsa .section-content__right p {
    text-align: center;
  }
}

.section-road-map {
  padding-block: 20px;
}
@media (max-width: 991.98px) {
  .section-road-map {
    background: linear-gradient(180deg, #c2ddea 0%, #c5d2ea 100%);
  }
}

.step-list .step-item {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
}
@media (max-width: 991.98px) {
  .step-list .step-item {
    flex-flow: initial;
  }
}
.step-list .step-item__image {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .step-list .step-item__content {
    width: 65%;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.step-list .step-item__number {
  font-size: 20px;
  background: linear-gradient(185.46deg, #a293ec 23.92%, #5d67ec 112.43%);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  margin: 0 auto 10px;
}
@media (max-width: 991.98px) {
  .step-list .step-item__number {
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  .step-list .step-item__text * {
    display: inline-block;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .step-list .step-item__text * {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .step-list .step-item__text {
    text-align: left;
  }
}

.button-container {
  margin: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.button-container p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.section-news-information {
  padding-block: 40px;
  overflow: hidden;
}

.news-list {
  padding-inline: 15px;
}
.news-list .news-item {
  display: flex;
  gap: 20px;
  margin-block: 20px;
}
.news-list .news-item__image {
  width: 50px;
}
.news-list .news-item__text {
  flex-shrink: 10;
  font-size: 18px;
}

.info-list {
  margin-top: 90px;
}
.info-list .info-item {
  background: linear-gradient(90deg, #4e70ff 5.19%, #31e0ff 82.22%);
  padding: 4px 20px;
  margin-bottom: 10px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}
.info-list .info-item__percent {
  font-size: 24px;
}
.info-list .info-item__text {
  font-size: 20px;
}

.js-collapse-heading::before, .js-collapse-content::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

.section-faq {
  padding-block: 50px;
}
@media (max-width: 991.98px) {
  .section-faq {
    padding-block: 30px;
  }
}
.section-faq .faq-content {
  width: 80%;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .section-faq .faq-content {
    width: auto;
    margin-inline: 15px;
  }
}

.js-collapse-content {
  display: none;
  padding: 8px 45px;
  position: relative;
  background-color: #edf0f7;
  border-radius: 0 15px 15px;
}
.js-collapse-content::before {
  background-image: url(../images/icon-ans.png);
}
.js-collapse-content p {
  margin: 0;
  color: #555;
  font-weight: 500;
}
.js-collapse-content.current {
  display: block;
}

.js-collapse-heading {
  display: flex;
  align-items: center;
  margin-block: 10px;
  padding: 8px 45px;
  position: relative;
  background-color: #edf0f7;
  border-radius: 15px 15px 15px 0;
  font-size: inherit;
  cursor: pointer;
}
.js-collapse-heading::before {
  background-image: url(../images/icon-quest.png);
}

.section-statistic {
  padding-block: 50px;
}
@media (max-width: 991.98px) {
  .section-statistic {
    padding-block: 30px;
  }
}

.statistic-count {
  display: flex;
  justify-content: space-between;
}
.statistic-count .count-item {
  width: 46%;
}
.statistic-count .count-item__number {
  margin-bottom: 30px;
  color: #0bbae7;
  font-size: 70px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .statistic-count .count-item__number {
    font-size: 45px;
  }
}
.statistic-count .count-item__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.statistic-count .count-item__content .text {
  overflow: hidden;
  line-height: 1.35em;
  padding-top: 10px;
  display: block;
  font-weight: 600;
}

.section-result {
  padding-block: 60px;
  background-color: #f6f6f6;
}
@media (max-width: 991.98px) {
  .section-result {
    padding: 0;
  }
}
.section-result .section-box {
  position: relative;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  padding: 50px 30px 30px;
  border-radius: 20px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .section-result .section-box {
    padding: 40px 15px 20px;
    margin: 0 -15px;
    border-radius: 0;
  }
}

.result {
  display: flex;
}
.result__left {
  width: 30%;
  padding-right: 60px;
  border-right: #eaeaeb solid 1px;
}
@media (max-width: 991.98px) {
  .result__left {
    width: 32%;
    padding-right: 15px;
  }
}
.result__right {
  flex: 1 0 0;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .result__right {
    padding-left: 15px;
  }
}
.result__item-circle {
  margin-bottom: 20px;
}
.result__item-circle__name {
  text-align: center;
  font-size: 20px;
}
.result__item-circle__svg {
  position: relative;
}
.result__item-circle__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.result__item-circle__text .number {
  color: #01b491;
  font-size: 55px;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .result__item-circle__text .number {
    font-size: 24px;
  }
}
.result__item-circle__text p {
  font-size: 16px;
  margin: 0;
  color: #606060;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .result__item-circle__text p {
    font-size: 10px;
  }
}
.result__item-line {
  margin-bottom: 20px;
}
.result__item-line__name {
  font-size: 20px;
  margin-bottom: 15px;
}
.result__item-line .bar {
  background: #eaeaeb;
  height: 64px;
  border-radius: 64px;
}
@media (max-width: 991.98px) {
  .result__item-line .bar {
    height: 40px;
  }
}
.result__item-line .bar .bar-status {
  position: relative;
  width: 20%;
  height: 100%;
  transition: width 2s ease-out;
  border-radius: 30px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(0, 178, 127) 0%, rgb(4, 187, 229) 100%);
}
.result__item-line .number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .result__item-line .number {
    font-size: 24px;
  }
}
.result__item-line.line-90 .bar-status.animated {
  width: 90%;
}
.result__item-line.line-68 .bar-status.animated {
  width: 68%;
}
.result__item-line.line-40 .bar-status.animated {
  width: 40%;
}

.circle-chart__circle {
  stroke-width: 1;
  transform: rotate(-90deg);
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
.circle-chart__circle.animated {
  animation: circle-chart-fill 2s reverse;
  transform-origin: center;
}

/*# sourceMappingURL=elsa-speak-thailand-hn.css.map*/