/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/home/scss/style.scss ***!
  \*********************************************************************************************************************/
.modal-video__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-video__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.group-links {
  display: flex;
  justify-content: space-between;
}
.group-links .common-btn {
  width: 48.5%;
}
@media (max-width: 767.98px) {
  .group-links .common-btn {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 40px;
  }
}

.banner {
  padding: 50px 0 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    aspect-ratio: 375/650;
  }
}
@media (min-width: 768px) {
  .banner {
    aspect-ratio: 1440/650;
    min-height: 650px;
  }
}
@media (min-width: 768px) {
  .banner .container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
}
@media (min-width: 768px) {
  .banner__content {
    width: 600px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .banner__content {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
  }
}
.banner__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.banner__title strong {
  display: block;
  background: linear-gradient(151deg, #55ffad 0%, #14b9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .banner__title {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .banner__title strong {
    display: block;
  }
}
.banner__description {
  margin-bottom: 10px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .banner__description {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.banner .common-btn {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .banner .common-btn {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .banner .common-btn {
    width: 530px;
  }
}

.about-elsa {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .about-elsa {
    padding: 60px 0;
  }
}
.about-elsa .section-title {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .about-elsa .section-title {
    text-align: left;
  }
}
.about-elsa__desc {
  margin-bottom: 25px;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .about-elsa__desc {
    font-size: 1.125rem;
  }
}
.about-elsa__video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  cursor: pointer;
}
.about-elsa__video::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/btn-youtube-play.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .about-elsa__video::before {
    width: 100px;
    height: 100px;
  }
}
.about-elsa__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-elsa__video img {
  border-radius: 20px;
  width: 100%;
}

.elsa-feature__item {
  display: flex;
  margin-top: 20px;
}
.elsa-feature__img {
  width: 96px;
}
.elsa-feature__content {
  flex: 1;
  padding-left: 15px;
}
.elsa-feature__title {
  font-size: 1.125rem;
  margin-bottom: 12px;
}

.elsa-sa {
  margin-bottom: 45px;
  padding-block: 80px;
  background: url("https://elsaspeak.com/salp/_nuxt/img/metrics-bg.2d149da.svg");
}
@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;
}
.elsa-sa__nav ul {
  display: flex;
  gap: 0 24px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .elsa-sa__nav ul {
    justify-content: center;
  }
}
@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 li {
  display: flex;
  align-items: center;
  justify-content: 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 {
    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: column-reverse;
    justify-content: space-between;
  }
}
.elsa-sa .device-support {
  justify-content: center;
}
@media (min-width: 768px) {
  .elsa-sa .device-support {
    margin-top: 16px;
    justify-content: flex-end;
  }
}

.fb-post {
  font-size: 0.875rem;
}
.fb-post__header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.fb-post__header-profile {
  width: 42px;
  border-radius: 21px;
  overflow: hidden;
}
.fb-post__header-info {
  flex: 1;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
}
.fb-post__header-info .fb-action {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fb-post__header-time {
  color: rgba(30, 30, 30, 0.6);
  font-size: 0.75rem;
}
.fb-post__header-time img {
  display: inline-block;
}
.fb-post__header .fb-name {
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .fb-post__header .fb-name {
    margin-right: 4px;
  }
}
.fb-post__header .fb-name.is-recommend {
  padding-right: 20px;
  background: url(../images/icon-recommend.png) no-repeat right center/16px auto;
}
.fb-post__header .recommendation {
  color: rgba(30, 30, 30, 0.6);
}
.fb-post__header .recommendation strong {
  color: #000;
}
.fb-post__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.fb-post__body-content {
  line-height: 1.3;
}
.fb-post__body-statistic {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
.fb-post__body-statistic::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background: #129bf7;
}
.fb-post__body-statistic .counter {
  display: inline-block;
  margin-left: 5px;
}
.fb-post__body-statistic .comments {
  color: rgba(30, 30, 30, 0.6);
}
.fb-post__body-statistic img {
  display: inline-block;
}
.fb-post__footer {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  padding: 0 10px;
}
.fb-post__footer-btn {
  position: relative;
}
.fb-post__footer-btn::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
}
.fb-post__footer-btn.like {
  color: #129bf7;
}
.fb-post__footer-btn.like::before {
  background-image: url(../images/icon-like.svg);
}
.fb-post__footer-btn.comment::before {
  background-image: url(../images/icon-comment.svg);
}
.fb-post__footer-btn.share::before {
  background-image: url(../images/icon-share.svg);
}

.user-review {
  padding-block: 50px;
  margin-bottom: 40px;
  background: url(../images/planet-1.png) no-repeat top left, url(../images/planet-2.png) no-repeat bottom right/350px;
}
@media (max-width: 991.98px) {
  .user-review {
    padding-block: 20px;
  }
}
.user-review__item {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 218px;
}
@media (min-width: 768px) {
  .user-review__item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .user-review .slick-list {
    padding: 10px 0;
  }
}
.user-review .slick-dots {
  width: 100%;
  margin: 0;
}
.user-review .slick-dots .slick-active button {
  background: linear-gradient(180deg, #8445ea 0%, #5445ea 100%);
}

.modal-video__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-video__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .modal-video .modal-dialog {
    max-width: 680px;
  }
}
.modal-video__wrapper {
  height: 0;
}
.modal-video .close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9;
  background: #fff;
  border: 0;
  border-radius: 15px;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .modal-video .close {
    top: -24px;
    right: -24px;
  }
}
.modal-video .close::before, .modal-video .close::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  padding: 0;
}
.modal-video .close::before {
  transform: rotate(45deg) translate(-7px, 7px);
}
.modal-video .close::after {
  transform: rotate(-45deg) translate(-7px, -7px);
}

.kol-video {
  font-family: "Noto Sans TC", sans-serif;
  padding-block: 85px;
  background: url(../images/bg-planet-1.png) no-repeat top 5% right 5%, url(../images/bg-planet-2.png) no-repeat bottom right, url(../images/bg-planet-3.png) no-repeat bottom left;
}
@media (max-width: 991.98px) {
  .kol-video {
    background-position: top right 5%, bottom 40% right -82px, bottom 40% left -300px;
  }
}
.kol-video .section-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  background: linear-gradient(180deg, #e558e7 1.25%, #6773f8 101.25%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (min-width: 768px) {
  .kol-video .section-title {
    text-align: left;
  }
}
.kol-video__item {
  cursor: pointer;
}
@media (min-width: 768px) {
  .kol-video__item {
    padding-inline: 35px;
  }
}
.kol-video__item a {
  text-decoration: none;
}
.kol-video__thumbnail {
  position: relative;
}
.kol-video__thumbnail img {
  border-radius: 15px;
  z-index: 1;
}
.kol-video__thumbnail::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #e558e7 1.25%, #6773f8 101.25%);
  border-radius: 15px;
  z-index: -1;
}
.kol-video__title {
  display: flex;
  align-self: center;
  gap: 10px;
  margin-top: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #4a4aba;
}
@media (max-width: 991.98px) {
  .kol-video__title {
    font-size: 14px;
  }
}
.kol-video__title img {
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .kol-video__title img {
    width: 14px;
    height: 14px;
  }
}

.elsa-partners {
  padding: 40px 0;
}
.elsa-partners .section-title {
  margin-bottom: 30px;
}
.elsa-partners__intro {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .elsa-partners__intro {
    font-size: 1.25rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.elsa-partners__logos {
  margin-bottom: 0;
}
.elsa-partners__logos img {
  display: block;
  margin-inline: auto;
}

.register-packages {
  padding: 40px 0;
}
@media (min-width: 1440px) {
  .register-packages .container {
    max-width: 1200px;
  }
}
.register-packages .text-intro {
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .register-packages .text-intro {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .register-packages .box-packages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 30px;
  }
}
.register-packages .box-packages__item {
  margin-inline: 8px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.0823529412);
}
@media (max-width: 767.98px) {
  .register-packages .box-packages__item {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .register-packages .box-packages__item {
    width: 36%;
  }
}
@media (min-width: 768px) {
  .register-packages .box-packages__content {
    padding-bottom: 25px;
  }
}
.register-packages .box-packages__promotion {
  max-width: 250px;
  margin: 12px auto;
}
.register-packages .box-packages__image {
  height: 180px;
  overflow: hidden;
}
.register-packages .box-packages__image img {
  transition: transform 0.3s;
  top: -2px;
}
.register-packages .box-packages__image:hover img {
  transform: scale(1.07);
}
.register-packages .slick-list {
  width: 100%;
}
.register-packages .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.register-packages .slick-prev {
  left: -50px;
}
.register-packages .slick-next {
  right: -50px;
}

.card-news {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .card-news {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.card-news .thumbnail {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  height: 182px;
  border-radius: 10px;
  overflow: hidden;
  background: #aaa;
}
.card-news .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.card-news:hover .thumbnail img {
  transform: scale(1.1);
}
.card-news .post-excerpt {
  color: #2a2a2a;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 3rem;
}
.card-news .post-excerpt p {
  margin-bottom: 0;
}
.card-news .post-title {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
}
.card-news .post-title a {
  color: inherit;
  text-decoration: none;
}
.card-news .btn-readmore {
  margin-top: 15px;
}

.section-libraries {
  padding: 30px 0 50px;
}
@media (min-width: 768px) {
  .section-libraries {
    padding: 50px 0 80px;
  }
}
.section-libraries .section-title {
  font-size: 2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-libraries .section-title {
    font-size: 2.5rem;
  }
}
.section-libraries .slick-arrow {
  top: 75px;
}
@media (min-width: 992px) {
  .section-libraries .slick-prev {
    margin-left: -40px;
  }
}
@media (min-width: 992px) {
  .section-libraries .slick-next {
    margin-right: -40px;
  }
}

.btn-readmore {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: 2px;
  background: linear-gradient(84.41deg, #5346a3 9.02%, #8162e3 93.84%);
  min-width: 130px;
  border-radius: 30px;
}
.btn-readmore .btn-inner {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  height: 42px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.btn-readmore:hover {
  color: #fff;
  text-decoration: none;
}
.btn-readmore:hover .btn-inner {
  background-color: transparent;
}

/*# sourceMappingURL=home.css.map*/