/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/elsa-english-app/scss/style.scss ***!
  \*********************************************************************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f1d44;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px;
  margin: 0 auto;
}

.common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 215px;
  max-width: 100%;
  border-radius: 60px;
  background: linear-gradient(180deg, #29f4ff 0%, #5257ff 100%);
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.333;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .common-btn {
    height: 58px;
    width: 285px;
    font-size: 22px;
  }
}

.btn-outline {
  background: #fff;
  color: #33b6ff;
  border: 3px solid #33b6ff;
}

.purple-btn {
  display: inline-flex;
  height: 56px;
  min-width: 270px;
  padding: 0 20px;
  background: linear-gradient(292deg, #713ff4 25.14%, #cd55ff 104.99%);
  font-size: 1.125rem;
  text-transform: uppercase;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-9,
.col-lg-7,
.col-lg-5 {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-md-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-md-reverse {
    flex-flow: row-reverse;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
}
.text-center {
  text-align: center !important;
}

.text-danger {
  color: #d74040;
}

.title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .title {
    font-size: 2rem;
  }
}

.form-group {
  margin-bottom: 20px;
}
.form-group .text-danger {
  font-size: 1rem;
}

.form-control {
  display: block;
  line-height: normal;
  padding: 5px 8px;
  width: 100%;
  background: #fff;
  border: 0;
  font-size: 0.875rem;
  outline: none;
}

.input-group {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #3a3464;
  border-radius: 4px;
}
.input-group .input-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.input-group .input-icon--user {
  background-image: url(../images/icon-user.svg);
}
.input-group .input-icon--phone {
  background-image: url(../images/icon-phone.svg);
}
.input-group .input-icon--email {
  background-image: url(../images/icon-envelope.svg);
}
.input-group .form-control {
  flex: 1 0 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(129, 98, 227, 0.3);
}
.slick-dots .slick-active button {
  width: 60px;
  background-color: #8162e3;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
input[type=radio] + label {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.3;
  padding-left: 32px;
  min-height: 30px;
}
input[type=radio] + label::before {
  content: "";
  background-color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 5px;
  border: 1px solid #2a2a2a;
}
input[type=radio]:checked + label::before {
  background-image: url(../images/icon-tick-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
.slick-slide img {
  height: auto;
}

.header {
  background: #fff;
}
.header .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header .container {
    height: 72px;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .banner {
    padding: 100px 20px;
    background: url(../images/bg-banner.png) no-repeat center/cover, linear-gradient(292deg, #713ff4 25.14%, #cd55ff 104.99%);
  }
}
.banner__top {
  padding: 20px 0;
  margin-bottom: 40px;
  position: relative;
  background: linear-gradient(292deg, #713ff4 25.14%, #cd55ff 104.99%);
}
@media (min-width: 768px) {
  .banner__top {
    margin-bottom: 0;
    background-image: none;
  }
}
.banner__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 46px;
  }
}
.banner__title span {
  background: linear-gradient(180deg, #fac84e 1.25%, #f07c33 101.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__content {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner__content {
    width: auto;
    max-width: 500px;
  }
}
.banner__text {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .banner__text {
    margin-top: 0;
    position: absolute;
    left: -28%;
    bottom: 20%;
  }
}
.banner__rocket {
  position: absolute;
  right: 1%;
  bottom: 33%;
  width: 41.3333%;
}
@media (max-width: 767px) {
  .banner__rocket {
    right: 94%;
    bottom: 44%;
    width: 189px;
  }
}
@media (max-width: 767px) {
  .banner__planet {
    position: absolute;
    left: 57%;
    bottom: 2%;
  }
}
@media (min-width: 768px) {
  .banner__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
  }
}
.banner__form {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .banner__form {
    max-width: 500px;
    min-width: 390px;
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    position: relative;
    z-index: 9;
  }
}
@media (min-width: 768px) {
  .banner__form .form-control {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.banner__form .form-title {
  margin-bottom: 25px;
  font-size: 30px;
  text-align: center;
}
.banner__form .package-title {
  margin: 15px 0 5px;
  font-size: 18px;
}
.banner__form .list-form-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.banner__form .list-form-checkboxes li {
  margin-top: 5px;
  width: 50%;
}
.banner__form .form-submit {
  margin-top: 20px;
}
.banner__form .form-submit .common-btn {
  margin: 0 auto;
}
.banner__form .form-group .text-danger {
  font-size: 14px;
}

.problem {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .problem {
    padding-top: 40px;
  }
}
.problem .section-title {
  background: linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .problem .section-title {
    font-size: 26px;
  }
}
.problem__content {
  position: relative;
}
.problem__img {
  max-width: 100%;
  width: 750px;
  margin-inline: auto;
}
.problem__item {
  color: #4391ff;
  background-color: #ebfaff;
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .problem__item {
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 30px;
  }
  .problem__item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 26px 52px;
    border-color: transparent transparent #ebfaff;
    transform: rotate(30deg);
    z-index: -1;
    right: 5%;
  }
}
@media (min-width: 768px) {
  .problem__item:nth-child(2n)::after {
    transform: rotate(-30deg);
    right: unset;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .problem__item:nth-child(2n) {
    background-color: #ebebff;
  }
}
@media (min-width: 768px) {
  .problem__item:nth-child(2), .problem__item:nth-child(3) {
    background-color: #ebebff;
  }
  .problem__item:nth-child(2)::after, .problem__item:nth-child(3)::after {
    border-color: transparent transparent #ebebff;
  }
}
.problem__item:nth-child(n+2) {
  top: 35%;
}
.problem__item:nth-child(-n+2) {
  top: 0;
}
.problem__item:nth-child(1) {
  left: 15%;
}
.problem__item:nth-child(3) {
  left: 5%;
}
.problem__item:nth-child(2) {
  right: 15%;
}
.problem__item:nth-child(4) {
  right: 5%;
}

.user-review {
  background-color: #ebfaff;
  padding-block: 60px;
}
.user-review .section-title {
  background: linear-gradient(98deg, #55ffad -10.96%, #14b9ff 105.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.user-review .section-subtitle {
  text-align: center;
  font-size: 18px;
  margin-top: -20px;
}
.user-review__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  margin-block: 20px;
}
@media (max-width: 767px) {
  .user-review__list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.user-review__item {
  position: relative;
  width: 260px;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-top: 80px;
}
.user-review__item .thumb {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  border-radius: 100%;
  margin-bottom: 20px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.user-review__item .thumb::after {
  content: "";
  display: block;
  background: linear-gradient(98deg, #55ffad -10.96%, #14b9ff 105.47%);
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  z-index: -1;
  border-radius: 100%;
}
.user-review__item p {
  font-weight: 500;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}
.user-review__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 30px 25px;
  padding-top: 60px;
  background-color: #fff;
  z-index: 1;
  border-radius: 20px;
}
.user-review__content b {
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
}
.user-review__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
.user-review__content .job {
  color: #656488;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}
.user-review__promo {
  color: #2f1f96;
}

.wrapper-blur {
  position: relative;
  overflow: hidden;
}
.wrapper-blur__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  background: rgba(242, 247, 255, 0.7);
}
.wrapper-blur .circle1,
.wrapper-blur .circle2,
.wrapper-blur .circle3,
.wrapper-blur .circle4 {
  position: absolute;
  filter: blur(40px);
}
.wrapper-blur .circle1 {
  left: -70px;
  top: 3%;
}
.wrapper-blur .circle2 {
  right: -82px;
  top: 15%;
  width: 258px;
  height: 258px;
  border-radius: 258px;
  opacity: 0.5;
  background: linear-gradient(180deg, #e55be7 1.25%, #6773f8 101.25%);
}
.wrapper-blur .circle3 {
  left: -100px;
  top: 34%;
  opacity: 0.6;
}
.wrapper-blur .circle4 {
  right: 20px;
  top: 50%;
  opacity: 0.4;
}

.elsa-pro {
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .elsa-pro {
    margin-bottom: 80px;
  }
}
.elsa-pro .title {
  margin-bottom: 0;
}
.elsa-pro .title img {
  position: relative;
  top: -2px;
}
@media (max-width: 991px) {
  .elsa-pro__nav {
    overflow: auto;
    z-index: 991;
    scrollbar-width: none;
    position: relative;
  }
  .elsa-pro__nav::-webkit-scrollbar {
    display: none;
  }
  .elsa-pro__nav ul {
    display: flex;
  }
}
@media (max-width: 767px) {
  .elsa-pro__nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 605px;
    padding-bottom: 20px;
  }
}
.elsa-pro__nav li {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  height: 48px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 16px;
  border: 3px solid #fff;
  background: #fff;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  .elsa-pro__nav li {
    white-space: nowrap;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .elsa-pro__nav li {
    height: 72px;
    margin-bottom: 16px;
    max-width: 380px;
  }
}
.elsa-pro__nav li.active {
  box-shadow: none;
  border-color: #29f4ff;
}
.elsa-pro__nav-icon {
  margin-right: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .elsa-pro__nav-icon {
    margin-right: 20px;
  }
}
.elsa-pro__nav-icon svg {
  max-width: 24px;
  max-height: 24px;
}
@media (min-width: 768px) {
  .elsa-pro__nav-icon svg {
    max-width: none;
    max-height: none;
  }
}
.active .elsa-pro__nav-icon path {
  stroke: url("#icon-active");
}
.active .elsa-pro__nav-icon .icon-fill path {
  stroke: none;
  fill: url("#icon-active");
}
@media (min-width: 768px) {
  .slick-initialized .elsa-pro__slide-item {
    display: flex;
    align-items: center;
  }
}
.elsa-pro .slide-img {
  max-width: 276px;
  margin: 0 auto 110px;
}
@media (min-width: 768px) {
  .elsa-pro .slide-img {
    margin: 0;
    flex: 0 0 276px;
  }
}
.elsa-pro .col-lg-5 {
  position: static;
}
@media (max-width: 767px) {
  .elsa-pro .slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    top: 560px;
  }
}
.elsa-pro .slide-desc {
  display: flex;
  position: relative;
  min-height: 250px;
  padding: 20px 15px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #4199ff;
  text-align: center;
  transform: translateX(30px);
  transition: transform 0.8s;
  color: #fff;
}
@media (min-width: 768px) {
  .elsa-pro .slide-desc {
    font-size: 1.25rem;
    min-height: 380px;
    padding: 24px 30px 40px;
    border-radius: 0 24px 24px 0;
    flex: 1 0 0;
    text-align: left;
  }
}
.elsa-pro .slide-desc .device-support {
  position: absolute;
  right: 20px;
  bottom: 15px;
  left: 20px;
}
@media (min-width: 768px) {
  .elsa-pro .slide-desc .device-support {
    bottom: 40px;
    left: 24px;
    right: 24px;
  }
}
.elsa-pro .slide-desc p {
  margin-bottom: 0;
}
.elsa-pro .slide-desc ul {
  text-align: left;
}
.elsa-pro .slick-active .slide-desc {
  transform: translateX(0);
}

.elsa-ai {
  margin-bottom: 50px;
}
.elsa-ai .title {
  position: static !important;
}
@media (max-width: 767px) {
  .elsa-ai .title {
    text-align: center;
  }
}
.elsa-ai .title img {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .elsa-ai .title img {
    margin-left: auto;
    margin-right: auto;
  }
}
.elsa-ai__slider {
  max-width: 262px;
  margin: 0 auto 30px;
}
.elsa-ai__nav {
  margin-bottom: 25px;
  counter-reset: list-num;
}
.elsa-ai__nav li {
  padding: 15px 15px 15px 45px;
  margin-bottom: 16px;
  border-radius: 4px 24px 24px;
  border: 3px solid transparent;
  background: #fff;
  position: relative;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.elsa-ai__nav li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  left: 18px;
}
@media (min-width: 768px) {
  .elsa-ai__nav li::before {
    font-size: 22px;
  }
}
.elsa-ai__nav li:last-child {
  margin-bottom: 0;
}
.elsa-ai__nav .active {
  border-color: #713ff4;
  box-shadow: none;
}
.elsa-ai__nav .nav-title {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .elsa-ai__nav .nav-title {
    font-size: 1.5rem;
  }
}
.elsa-ai__nav .nav-desc {
  display: none;
  margin: 10px 0 0;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .elsa-ai__nav .nav-desc {
    font-size: 1.25rem;
  }
}
.elsa-ai__nav .active .nav-desc {
  display: block;
}
@media (max-width: 767px) {
  .elsa-ai .device-support {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .elsa-ai .col-md-7 {
    flex: 1 0 0;
    max-width: none;
  }
  .elsa-ai .col-md-5 {
    flex: 0 0 330px;
    max-width: 330px;
  }
}

.elsa-sa {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .elsa-sa {
    margin-bottom: 20px;
  }
}
.elsa-sa .title {
  margin-bottom: 15px;
  text-align: center !important;
  position: static !important;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .elsa-sa .title img {
    height: 32px;
    width: auto;
  }
}
.elsa-sa__desc {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .elsa-sa__desc {
    margin-bottom: 25px;
    font-size: 1.25rem;
  }
}
.elsa-sa__nav {
  position: relative;
}
@media (max-width: 767px) {
  .elsa-sa__nav {
    margin-top: 20px;
    padding-bottom: 16px;
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
  }
  .elsa-sa__nav::-webkit-scrollbar {
    display: none;
  }
  .elsa-sa__nav ul {
    display: flex;
    gap: 0 24px;
  }
}
@media (min-width: 768px) {
  .elsa-sa__nav {
    width: 192px;
    flex: 0 0 192px;
  }
}
.elsa-sa__nav li {
  display: flex;
  align-items: center;
  width: 210px;
  flex: 0 0 210px;
  height: 64px;
  padding: 5px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  border: 2px solid transparent;
  border-radius: 32px;
  background: #fff;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media (max-width: 767px) {
  .elsa-sa__nav li {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .elsa-sa__nav li {
    width: 100%;
    height: 62px;
    flex: none;
    margin-bottom: 20px;
  }
  .elsa-sa__nav li:last-child {
    margin-bottom: 0;
  }
}
.elsa-sa__nav li.active {
  border-color: #6ee8ff;
  box-shadow: none;
}
.elsa-sa__nav li.active .elsa-sa__nav-text {
  background: linear-gradient(180deg, #6ee8ff 0.45%, #3a87ff 101.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.elsa-sa__nav-icon {
  flex: 0 0 32px;
  margin-right: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .elsa-sa__content {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .elsa-sa__slider {
    width: calc(100% - 232px);
  }
}
.elsa-sa .device-support {
  justify-content: center;
}
@media (min-width: 768px) {
  .elsa-sa .device-support {
    margin-top: 16px;
    justify-content: flex-end;
  }
}

.elsa-certificate {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .elsa-certificate {
    margin-bottom: 20px;
  }
}
.elsa-certificate .title {
  margin-bottom: 15px;
  position: static !important;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .elsa-certificate .title {
    text-align: center !important;
  }
}
.elsa-certificate .title__badge {
  display: inline-block;
  background: linear-gradient(0deg, #fd4aa9 0%, #ff926e 98.75%);
  color: #fff;
  border-radius: 40px;
  padding: 4px 15px;
  line-height: 1.3;
  font-size: 0.875em;
}
.elsa-certificate__desc {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .elsa-certificate__desc {
    margin-bottom: 25px;
    font-size: 1.25rem;
  }
}
.elsa-certificate__nav {
  position: relative;
}
@media (max-width: 767px) {
  .elsa-certificate__nav {
    margin-top: 20px;
    padding-bottom: 16px;
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
  }
  .elsa-certificate__nav::-webkit-scrollbar {
    display: none;
  }
  .elsa-certificate__nav ul {
    display: flex;
    gap: 0 24px;
  }
}
@media (min-width: 768px) {
  .elsa-certificate__nav {
    width: 270px;
    flex: 0 0 270px;
  }
}
.elsa-certificate__nav li {
  display: flex;
  align-items: center;
  flex: 0 0 210px;
  height: 62px;
  padding: 5px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 24px;
  background: #fff;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media (max-width: 767px) {
  .elsa-certificate__nav li {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .elsa-certificate__nav li {
    width: 100%;
    height: auto;
    padding: 18px 20px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .elsa-certificate__nav li:last-child {
    margin-bottom: 0;
  }
}
.elsa-certificate__nav li.active {
  background: linear-gradient(0deg, #fd4aa9 0%, #ff926e 98.75%);
  color: #fff;
}
.elsa-certificate__title {
  margin-bottom: 15px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .elsa-certificate__title {
    font-size: 1.875rem;
  }
}
.elsa-certificate__text {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .elsa-certificate__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .elsa-certificate__content {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
  }
}
.elsa-certificate__img {
  margin-bottom: 30px;
}
.elsa-certificate__img img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .elsa-certificate__feature {
    display: flex;
    justify-content: space-between;
  }
}
.elsa-certificate__feature li {
  padding: 10px 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  background: linear-gradient(183.12deg, #2f1f96 0%, #15113f 99.34%);
  color: #fff;
  font-size: 0.875rem;
}
.elsa-certificate__feature li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .elsa-certificate__feature li {
    display: flex;
    align-items: center;
    margin: 0;
    width: calc((100% - 20px) / 3);
    min-height: 96px;
  }
}
.elsa-certificate__wrapper {
  padding: 2px;
  border-radius: 16px;
  background: linear-gradient(313.82deg, #fc2ac2 -18.55%, #ffb84e 100%);
}
@media (min-width: 768px) {
  .elsa-certificate__wrapper {
    max-width: calc(100% - 300px);
    border-top-left-radius: 0;
  }
}
.elsa-certificate__slider {
  background: #fff;
  border-radius: 14px;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .elsa-certificate__slider {
    border-top-left-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.premium-feature {
  margin: 50px 0;
  padding: 0 30px 30px;
  border: 4px solid #713ff4;
  border-radius: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .premium-feature {
    margin-top: 80px;
    padding: 0 70px 70px;
    border-width: 6px;
    border-radius: 90px;
  }
}
.premium-feature .title {
  text-align: center;
  position: relative;
  top: -30px;
}
@media (min-width: 992px) {
  .premium-feature .title {
    text-align: left;
  }
}
.premium-feature__badge {
  display: inline-block;
  padding: 0 15px;
  background-color: #f7f9ff;
}
@media (max-width: 767px) {
  .premium-feature__badge img {
    display: block;
    width: 200px;
    margin: 0 auto 5px;
  }
}
@media (min-width: 768px) {
  .premium-feature__badge {
    padding: 0 25px;
  }
}
.premium-feature__btn .common-btn {
  margin: 0 auto;
}

.device-support {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .device-support {
    font-size: 1.125rem;
  }
}
.device-support__icon {
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .device-support__icon {
    background-size: 20px auto;
  }
}
@media (min-width: 768px) {
  .device-support__icon {
    width: 40px;
    height: 40px;
  }
}
.device-support__icon--mobile {
  background-image: url(../images/mobile-app.svg);
}
.device-support__icon--desktop {
  background-image: url(../images/desktop.svg);
}

.package {
  padding: 40px 0;
  background: linear-gradient(333deg, #252259 -42.13%, #8873ef 79.99%);
  position: relative;
}
@media (min-width: 768px) {
  .package {
    padding: 50px 0 75px;
    background-position: 20% 10%, 80% 70%;
  }
}
.package__bg {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.package__bg svg {
  max-width: 100%;
}
.package .title {
  color: #ff0;
}
@media (min-width: 768px) {
  .package__list {
    display: flex;
    justify-content: center;
    gap: 0 55px;
  }
}
.package__item {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: auto;
  border-radius: 20px;
  border: 2px solid #fff;
  background: linear-gradient(324deg, #29f4ff 5.87%, #5257ff 109.04%);
  box-shadow: 0 8px 18px 0 rgba(78, 0, 156, 0.25);
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .package__item {
    width: 325px;
    margin-right: 0;
  }
}
.package__item--recommended {
  width: 117px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.package__thumb {
  height: 208px;
  position: relative;
  overflow: hidden;
}
.package__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.package__content {
  padding: 20px;
  background: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.package__title {
  font-size: 24px;
  font-weight: bold;
}
.package__price-base {
  color: #8692a7;
  text-decoration: line-through;
  font-size: 14px;
}
.package__price-discount {
  background: linear-gradient(90deg, #cc2525 0.11%, #ff5656 77.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.package__benefit {
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
}
.package__benefit li {
  margin-bottom: 10px;
  padding-left: 28px;
  background: url(../images/icon-circle-check.svg) no-repeat left top;
}
.package .common-btn {
  width: 222px;
  height: 48px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
  margin-top: auto;
}

.countdown {
  text-align: center;
  margin-bottom: 20px;
}
.countdown__inner {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
}
.countdown__title {
  margin-bottom: 1rem;
  background: linear-gradient(98deg, #55ffad -10.96%, #14b9ff 105.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .countdown__title {
    font-size: 33px;
  }
}
.countdown__time {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 100px;
  background: linear-gradient(180deg, #e558e7 1.25%, #6773f8 101.25%);
  border-radius: 12px;
}
@media (max-width: 767px) {
  .countdown__time {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.countdown__time .label {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  width: 105px;
  margin-top: -12px;
}
@media (max-width: 767px) {
  .countdown__time .label {
    font-size: 14px;
    margin-top: -4px;
  }
}
.countdown__separator {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin: 0 8px;
}

.register {
  padding: 40px 0;
  background: linear-gradient(271deg, #0c0c24 0%, #241e70 100%), url(../images/elsa-spaces.png) no-repeat right bottom;
}
@media (min-width: 768px) {
  .register {
    padding: 80px 0;
  }
}
.register .title {
  color: #fff;
}
@media (min-width: 992px) {
  .register .title {
    font-size: 40px;
  }
}
.register .thumb-devices {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .register .thumb-devices {
    padding: 0 20px;
  }
}
.register .thumb-devices img {
  position: relative;
  z-index: 1;
}
.register .thumb-devices::after {
  content: "";
  border-radius: 525px;
  background: radial-gradient(48.23% 48.23% at 50% 50%, #87ffff 0%, rgba(12, 12, 36, 0.38) 100%);
  mix-blend-mode: color-dodge;
  position: absolute;
  width: 520px;
  height: 410px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
@media (min-width: 992px) {
  .register .thumb-devices::after {
    width: 140%;
    height: 140%;
  }
}
.register .form {
  background: #fff;
  padding: 30px 24px;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .register .form {
    padding: 40px 32px;
    border-radius: 20px;
  }
}
.register .form-title {
  margin-bottom: 20px;
  background: linear-gradient(314deg, #713ff4 0%, #cd55ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.register .current-packages {
  padding: 20px;
  border-radius: 10px;
  background: rgba(157, 78, 221, 0.05);
}
.register .package-title {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .register .package-title {
    font-size: 1.125rem;
  }
}
.register .form-submit {
  margin-top: 24px;
}
.register .common-btn {
  margin: 0 auto;
  text-transform: uppercase;
}

.form-note {
  text-align: center;
  margin-bottom: 20px;
}
.form-note strong {
  color: red;
}

@media (min-width: 992px) {
  .list-form-checkboxes {
    display: flex;
    flex-wrap: wrap;
  }
}
.list-form-checkboxes li {
  width: 100%;
}
.list-form-checkboxes li + li {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .list-form-checkboxes li {
    margin-top: 5px;
  }
  .list-form-checkboxes li:nth-child(1), .list-form-checkboxes li:nth-child(2) {
    width: 50%;
  }
}
.list-form-checkboxes .price {
  display: block;
  font-size: 11px;
}
.list-form-checkboxes .price del {
  margin-right: 10px;
  color: #8692a7;
}
.list-form-checkboxes .price strong {
  color: #ff0008;
}
.register .list-form-checkboxes {
  margin-bottom: 15px;
}
.register .list-form-checkboxes:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .form-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .form-wrapper .form-intro,
  .form-wrapper .form-input {
    padding: 0 15px;
  }
  .form-wrapper .form-intro {
    width: 50%;
  }
  .form-wrapper .form-input {
    width: 45%;
  }
}
.form-error-message {
  display: none;
  border: 1px solid #f00;
  color: #f00;
  padding: 8px 15px;
  margin-top: 20px;
  font-size: 14px;
}
.form-error-message p {
  margin: 8px 0;
}

.register {
  background: linear-gradient(113deg, #4f41a9 0%, #302671 101.64%);
}

body {
  font-family: "Noto Sans TC", sans-serif;
}

.site-footer {
  background: #1f1b4e;
}

/*# sourceMappingURL=elsa-english-app.css.map*/