/*!*********************************************************************************************************!*\
  !*** 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/english-for-everyone/scss/style.scss ***!
  \*************************************************************************************************************************************/
.elsa-packages__item .package-detail {
  list-style: none;
  padding-left: 0;
}
.elsa-packages__item .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;
  }
}

.course {
  padding: 3.5rem 0 2.5rem;
}
.course__heads {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .course__heads {
    flex-direction: column;
    align-items: center;
  }
}
.course__head {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .course__head {
    max-width: 316px;
  }
}
.course .head__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course .head__bottom .bg {
  background: #1f1b4e;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.course .head__title {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.333;
  text-align: center;
  z-index: 1;
}
.course__head.current .head__bottom .bg {
  background: linear-gradient(97.9deg, #55ffad -10.96%, #14b9ff 105.47%);
}
.course__head.current .head__title {
  -webkit-text-stroke: 1px #099a43;
}
.course__content {
  display: none;
  max-width: 720px;
  margin: 1.5rem auto 0;
}
.course__content.current {
  display: block;
}
.course .content__title {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .course .content__title {
    font-size: 1.5rem;
  }
}
.course .content__list {
  padding-left: 30px;
  list-style-type: none;
}
.course .content__item {
  background: url(../images/check-circle.svg) no-repeat 2px 6px transparent;
  padding: 0 0 0 40px;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.course .js-collapse-heading {
  margin: 0 auto;
  padding: 0;
  background: none;
  border-radius: 15px;
}
.course .js-collapse-heading::before {
  display: none;
}
.course .js-collapse-content {
  padding: 8px 35px;
  background: none;
  border-radius: 0;
}
.course .js-collapse-content::before {
  display: none;
}

.section-practice {
  padding: 60px 0;
  background: center/cover no-repeat url(../images/bg-practice.png);
}
@media (max-width: 767.98px) {
  .section-practice {
    position: relative;
  }
}
.section-practice .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-practice .container {
    max-width: 1300px;
  }
}
.section-practice .icon {
  display: inline-block;
  background: #656488;
  border-radius: 12px;
  width: 56px;
  height: 56px;
  padding: 12px;
}
@media (max-width: 767.98px) {
  .section-practice .icon {
    display: block;
    margin: 0 auto;
    background: linear-gradient(97.9deg, #55ffad -10.96%, #14b9ff 105.47%);
  }
}
.section-practice .slide-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding: 8px 16px;
  margin-bottom: 2rem;
}
.section-practice .slide-item.current {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 1px solid #32dada;
}
.section-practice .slide-item.current .icon {
  background: linear-gradient(97.9deg, #55ffad -10.96%, #14b9ff 105.47%);
}
@media (max-width: 767.98px) {
  .section-practice .slide-item {
    margin-top: 1.5rem;
    display: block;
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    border: 1px solid #32dada;
  }
}
.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;
  margin-bottom: 0;
}
.section-practice .phone-img {
  margin: 0 auto;
}
.section-practice .common-btn {
  display: flex;
  margin: 1.5rem auto 0;
  width: 365px;
  height: 72px;
  font-size: 1.375rem;
  border-radius: 123px;
}

.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%;
}

.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;
  }
}
.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-feedback {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .section-feedback {
    padding: 40px 0;
  }
}

.feedback-item {
  padding: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin: 0 20px;
  position: relative;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 15px;
  background-color: #fff;
}
.feedback-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -2px;
  background-image: linear-gradient(97.9deg, #55ffad -10.96%, #14b9ff 105.47%);
  border-radius: inherit;
}
.feedback-intro {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.feedback-intro .profile-img {
  width: 88px;
  margin: 0;
  border: 2px solid #37ded5;
  border-radius: 50%;
  padding: 4px;
}
.feedback-intro .profile-img img {
  border-radius: 50%;
}
.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;
}

.elsa-packages {
  padding: 50px 0;
  background: center top/cover no-repeat url("https://w.ladicdn.com/636b105cf4e6eb001ffb8a79/hero-banner-20221110044506-b2fgl.svg");
  position: relative;
}
.elsa-packages .container {
  max-width: 1440px;
}
.elsa-packages__discount-percent {
  position: absolute;
  top: 0;
  left: 20px;
  background-image: url(../images/label-discount-percent.png);
  width: 69px;
  height: 107px;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  z-index: 1;
}
.elsa-packages__discount-percent span {
  color: #fff000;
}
@media (min-width: 768px) {
  .elsa-packages__list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.elsa-packages__promotion_text {
  text-align: center;
  color: rgb(244, 64, 37);
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.elsa-packages__item {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  background-color: rgb(241, 243, 244);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 30px;
  width: 310px;
  margin: 0 auto 40px;
  position: relative;
  top: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .elsa-packages__item {
    max-width: 335px;
    margin: 0 5px 20px;
    transition: top 0.3s ease-in, transform 0.3s ease 0.3s;
  }
}
.elsa-packages__item-upper {
  position: relative;
  text-align: center;
}
.elsa-packages__item-label {
  width: 80px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
}
.elsa-packages__item-label .label-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 12px 7px 0 10px;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 15px;
}
.elsa-packages__item-price {
  position: absolute;
  width: 95px;
  height: 95px;
  bottom: 10px;
  right: 20px;
  border-radius: 50px;
  background: #ffbe27;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.elsa-packages__item-price p {
  width: 100%;
  margin-bottom: 0;
}
.elsa-packages__item-price .base-price {
  color: #697680;
  text-decoration: line-through;
  font-size: 0.875rem;
}
.elsa-packages__item-price .discount-price {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
.elsa-packages__item-content {
  padding: 0 15px 20px;
}
.elsa-packages__item .package-detail {
  margin-bottom: 0;
}
.elsa-packages__item .package-detail li {
  padding-left: 24px;
  font-size: 15px;
  background: url(../images/star-filled.svg) no-repeat 0 0/16px auto;
  min-height: 24px;
  line-height: 1.4;
}
.elsa-packages__item .package-detail li + li {
  margin-bottom: 5px;
}
.elsa-packages__item .common-btn {
  position: absolute;
  left: 50%;
  width: auto;
  min-width: 205px;
  transform: translateX(-50%);
  bottom: -30px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 25px;
  height: 50px;
}
@media (min-width: 768px) {
  .elsa-packages__item .common-btn {
    font-size: 2.5rem;
    height: 58px;
  }
}
@media (min-width: 768px) {
  .elsa-packages__item:hover {
    top: -10px;
    transform: scale(1.05);
  }
}
.elsa-packages .section-title {
  margin-bottom: 40px;
  color: rgb(255, 190, 39);
}
.elsa-packages .text-intro {
  margin-bottom: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .elsa-packages .text-intro {
    margin-bottom: 35px;
    font-size: 1.25rem;
  }
}
.elsa-packages .text-intro .highlight {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 190, 39);
}

.elsa-packages {
  background: linear-gradient(97.9deg, #55ffad -10.96%, #14b9ff 105.47%);
}
.elsa-packages .section-title {
  color: #fff;
}
.elsa-packages__item-price {
  background: linear-gradient(180deg, #fac84e 1.25%, #f07c33 101.25%);
}
.elsa-packages .common-btn {
  background: #fff;
  color: #3fa0ff;
}

.elsa-countdown {
  position: relative;
  margin-bottom: 30px;
}
.elsa-countdown .bg {
  background: #6936e0;
  min-height: 100vw;
}
@media (min-width: 768px) {
  .elsa-countdown .bg {
    min-height: 50vh;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.elsa-countdown .bg img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: unset;
}
.elsa-countdown__content {
  position: absolute;
  top: 10%;
}
@media (max-width: 767.98px) {
  .elsa-countdown__content {
    top: 62%;
    width: 100%;
    margin-left: -15px;
  }
}
.elsa-countdown__button {
  margin-top: -65px;
}
@media (max-width: 991.98px) {
  .elsa-countdown__button {
    margin-top: -40px;
  }
}

.countdown {
  text-align: center;
  margin-bottom: 60px;
}
.countdown__inner {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
}
.countdown__title {
  margin-bottom: 1rem;
  color: rgb(255, 190, 39);
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .countdown__title {
    font-size: 33px;
  }
}
.countdown__time {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 105px;
  height: 100px;
  margin-right: 13px;
  background: rgb(60, 17, 148);
  border-radius: 13px;
  border: solid 1px rgb(255, 190, 39);
}
.countdown__time:first-child {
  display: none;
}
@media (max-width: 991.98px) {
  .countdown__time {
    width: 85px;
    height: 80px;
  }
}
.countdown__time .label {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 105px;
  color: rgb(255, 190, 39);
  margin-right: 13px;
}
@media (max-width: 991.98px) {
  .countdown__time .label {
    width: 85px;
    bottom: -50%;
  }
}
.countdown__separator {
  display: none;
}

.form-register {
  background: rgb(241, 243, 244);
  padding: 20px;
  border-radius: 15px;
  text-align: left;
}
.form-register .form-group {
  margin-bottom: 15px;
}
.form-register .form-group label {
  color: #000;
  display: flex;
  align-items: center;
}
.form-register .form-group .package-name {
  display: block;
  margin: 0 0 5px;
  color: inherit;
  font-size: 1rem;
  cursor: pointer;
}
.form-register .form-group .package-name .discount-code strong {
  color: #eb0027;
}
.form-register .form-group .form-control {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 1rem;
  line-height: normal;
  background: #fff;
  color: #333;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  visibility: hidden;
}

input[type=radio] + .chk-label {
  display: inline-block;
  padding: 4px 0 4px 30px;
  position: relative;
  color: #000;
}
@media (max-width: 767.98px) {
  input[type=radio] + .chk-label {
    font-size: 14px;
  }
}

input[type=radio] + .chk-label::before {
  content: "";
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 1px #e9a607;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid #fff;
  border-radius: 2px;
  background: #fff;
}

input[type=radio]:checked + .chk-label::before {
  background-color: #e9a607;
}

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

.elsa-icon {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
}

.icon-user {
  background-image: url(../images/icon-name.png);
}

.icon-phone {
  background-image: url(../images/icon-phone.png);
}

.icon-email {
  background-image: url(../images/icon-home.png);
}

.elsa-form {
  position: relative;
}
.elsa-form__content {
  position: absolute;
  top: 10px;
}
@media (max-width: 767.98px) {
  .elsa-form__content {
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.home-banner .bg {
  min-height: 600px;
}

.elsa-form .home-banner__promotion-text {
  color: #fffd27;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
.elsa-form .bg {
  display: block;
  background: #6936e0;
  min-height: 900px;
}
@media (max-width: 767.98px) {
  .elsa-form .bg {
    min-height: 700px;
  }
}
.elsa-form .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}
@media (min-width: 769px) and (max-width: 1770px) {
  .elsa-form .bg img {
    object-position: right 0 top 0;
  }
}

/*# sourceMappingURL=english-for-everyone.css.map*/