/*!*********************************************************************************************************************!*\
  !*** 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;
}

.elsa-benefit__list {
  list-style: none;
  padding-left: 0;
}
.elsa-benefit__list li {
  padding-left: 0;
}

.group-links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .group-links {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.group-links .common-btn {
  width: 49%;
}
@media (max-width: 767.98px) {
  .group-links .common-btn {
    font-size: 1.125rem;
    height: 60px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.home-banner {
  margin-bottom: 25px;
  position: relative;
  color: #fff;
}
.home-banner__bg {
  background: #6936e0;
  min-height: 100vw;
}
@media (min-width: 768px) {
  .home-banner__bg {
    min-height: 650px;
  }
}
.home-banner__bg img {
  width: 100%;
}
.home-banner__content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 767.98px) {
  .home-banner__content {
    align-items: center;
    padding: 0 15px 30px;
    transform: none;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .home-banner__content {
    max-width: 600px;
  }
}
@media (max-width: 991.98px) {
  .home-banner__content img {
    margin-inline: auto;
  }
}
.home-banner__title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .home-banner__title {
    font-size: 2.5rem;
    text-align: left;
  }
}
.home-banner__text {
  margin-bottom: 1.25rem;
  white-space: pre-wrap;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .home-banner__text {
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: left;
  }
}
.home-banner__link {
  height: 60px;
  font-size: 1.5rem;
}
.home-banner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-banner .slick-prev {
  left: 24px;
}
.home-banner .slick-next {
  right: 24px;
}

.about-elsa {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .about-elsa {
    padding: 60px 0;
  }
}
.about-elsa .section-title {
  text-align: left;
}
.about-elsa__desc {
  margin-bottom: 25px;
  font-size: 1.125rem;
  line-height: 1.75;
}
.about-elsa__video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .about-elsa__video {
    margin-bottom: 0;
  }
}
.about-elsa__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-elsa__video img {
  border-radius: 20px;
  width: 100%;
}
.about-elsa .group-links {
  margin-bottom: 3rem;
}

.elsa-feature {
  text-align: center;
}
@media (min-width: 768px) {
  .elsa-feature {
    margin-top: 60px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .elsa-feature {
    margin-left: -70px;
    margin-right: -70px;
  }
}
@media (max-width: 767.98px) {
  .elsa-feature__item {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .elsa-feature__item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.elsa-feature__img {
  width: 42px;
  margin: 0 auto 0.5rem;
}
.elsa-feature__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  min-height: 54px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.elsa-feature__txt {
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .elsa-feature__txt {
    font-size: 15px;
  }
}

.elsa-benefit {
  padding: 40px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .elsa-benefit {
    padding: 50px 0;
  }
}
.elsa-benefit__list {
  font-size: 1.125rem;
}
.elsa-benefit__list li {
  margin-top: 1.5rem;
  padding-left: 2rem;
  background: url(../images/icon-question-mark.svg) no-repeat left center/26px;
}
.elsa-benefit__list li:last-child {
  background-image: url(../images/icon-exclaim-circle.svg);
}
.elsa-benefit__separator {
  margin: 20px 0;
  position: relative;
  text-align: center;
}
.elsa-benefit__separator .line1,
.elsa-benefit__separator .line2 {
  position: absolute;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
.elsa-benefit__separator .line1::before,
.elsa-benefit__separator .line2::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #8777da;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.elsa-benefit__separator .line1 {
  right: 50%;
  margin-right: 28px;
  background: linear-gradient(90deg, rgba(135, 119, 218, 0) 0%, #8777da 100%);
}
.elsa-benefit__separator .line2 {
  left: 50%;
  margin-left: 28px;
  background: linear-gradient(90deg, #8777da 0%, rgba(135, 119, 218, 0) 100%);
}
.elsa-benefit__separator .line2::before {
  left: 0;
}
@media (min-width: 768px) {
  .elsa-benefit .group-links {
    justify-content: center;
  }
  .elsa-benefit .group-links .common-btn {
    width: 250px;
    height: 60px;
    margin: 0 15px;
  }
}

.elsa-statistic {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .elsa-statistic {
    display: flex;
    flex-wrap: wrap;
  }
}
.elsa-statistic__item {
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .elsa-statistic__item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 245px;
    height: 120px;
    margin-right: 20px;
    border-radius: 10px;
    background: linear-gradient(290deg, #713ff4 25%, #cd55ff 105%);
  }
}
@media (min-width: 768px) {
  .elsa-statistic__item {
    width: 25%;
    margin: 20px 0;
    padding: 0 15px;
    position: relative;
  }
  .elsa-statistic__item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    right: 0;
    top: 0;
  }
}
.elsa-statistic__item p {
  margin-bottom: 0;
}
.elsa-statistic__item strong {
  display: block;
  font-size: 1.875rem;
}

@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 {
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .kol-video {
    padding: 80px 0 30px;
  }
}
.kol-video .section-title {
  font-size: 1.875rem;
  line-height: 1.333;
  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 {
  margin-bottom: 20px;
  cursor: pointer;
}
.kol-video__item a {
  text-decoration: none;
}
.kol-video__thumbnail {
  position: relative;
}
.kol-video__thumbnail img {
  border-radius: 5px;
  z-index: 1;
}
.kol-video__thumbnail::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #e558e7 1.25%, #6773f8 101.25%);
  border-radius: 5px;
  z-index: -1;
}
@media (min-width: 768px) {
  .kol-video__thumbnail::after {
    right: -10px;
    bottom: -10px;
  }
}
.kol-video__title {
  gap: 10px;
  margin-top: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .kol-video__title {
    margin-left: 10px;
    padding-left: 40px;
    font-size: 1rem;
    background: url(../images/icon-play.svg) no-repeat left top;
  }
}
.kol-video__title img {
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .kol-video__title img {
    width: 14px;
    height: 14px;
  }
}

.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 {
  display: block;
  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: 40px 0 50px;
  background: linear-gradient(291.66deg, rgba(113, 63, 244, 0.1) 25.14%, rgba(205, 85, 255, 0.1) 104.99%);
}
@media (min-width: 768px) {
  .user-review {
    padding: 60px 0 40px;
  }
}
.user-review .col-md-6 {
  display: flex;
}
.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;
}
@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;
}

.practice {
  padding: 50px 0;
  background: url(../images/bg-planet.png) no-repeat top 20px right;
  position: relative;
}
@media (min-width: 768px) {
  .practice {
    background-position: 13%;
  }
}
.practice::after {
  content: "";
  width: 81px;
  height: 201px;
  position: absolute;
  top: 70%;
  left: 0;
  background: url(../images/bg-semi-circle01.png) no-repeat 0 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .practice {
    padding-bottom: 30px;
  }
}
.practice .section-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .practice .section-title {
    font-size: 2.25rem;
  }
}
.practice__intro {
  text-align: right;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .practice__intro {
    margin-bottom: 40px;
    margin-top: -30px;
  }
}
.practice__intro-link {
  font-size: 0.75rem;
  color: #8181a5 !important;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .practice__intro-link {
    font-size: 1.125rem;
    text-decoration: none !important;
  }
}
.practice__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
@media (min-width: 768px) {
  .practice__list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.practice__item {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
  width: 33.333%;
}
@media (min-width: 768px) {
  .practice__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 25%;
  }
  .practice__item:nth-child(9) {
    display: none;
  }
}

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

.register-packages {
  padding: 40px 0;
  background: linear-gradient(332.86deg, #252259 -42.13%, #8873ef 79.99%);
}
.register-packages .section-title {
  color: #fff;
}
.register-packages .text-intro {
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .register-packages .text-intro {
    font-size: 1.125rem;
  }
}
.register-packages .box-packages__item {
  max-width: 320px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .register-packages .box-packages__content {
    padding-bottom: 25px;
  }
}
.register-packages .box-packages__promotion {
  max-width: 250px;
  margin: 12px auto;
}
@media (min-width: 768px) {
  .register-packages .box-packages__image {
    height: 260px;
    overflow: hidden;
  }
}
.register-packages .box-packages__image img {
  transition: transform 0.3s;
}
.register-packages .box-packages__image:hover img {
  transform: scale(1.07);
}
.register-packages .slick-arrow {
  top: 50%;
}
@media (min-width: 768px) {
  .register-packages .slick-prev {
    left: -60px;
  }
}
@media (min-width: 768px) {
  .register-packages .slick-next {
    right: -60px;
  }
}

.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;
  font-weight: 500;
  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%;
  padding: 0 15px;
  background: #fff;
  border-radius: 30px;
  height: 40px;
  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;
}

.elsa-ai {
  margin-bottom: 50px;
}
.elsa-ai .title {
  position: static !important;
}
.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;
  }
}

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

.elsa-ai {
  padding-block: 80px 50px;
  margin: 0;
}
.elsa-ai ul {
  padding-left: 0;
  list-style: none;
}
.elsa-ai .nav-title {
  margin: 0;
}

.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;
  }
}
.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-sa {
  padding-block: 80px;
  background: url(../images/bg-elsa-sa.png) no-repeat top left/cover, linear-gradient(336deg, #252259 -25.08%, #8873ef 86.09%);
}
@media (max-width: 767px) {
  .elsa-sa {
    background: linear-gradient(336deg, #252259 -25.08%, #8873ef 86.09%);
  }
}
.elsa-sa ul {
  padding: 0;
}
.elsa-sa .title, .elsa-sa__desc,
.elsa-sa .device-support {
  color: #fff;
}

.section-bg {
  background: rgba(242, 247, 255, 0.7);
  position: relative;
  overflow: hidden;
}
.section-bg__img {
  position: absolute;
  filter: blur(40px);
  z-index: -1;
}
.section-bg__img--01 {
  left: 0;
  top: 44%;
}
@media (min-width: 768px) {
  .section-bg__img--01 {
    top: 8%;
  }
}
.section-bg__img--02 {
  display: none;
}
@media (min-width: 768px) {
  .section-bg__img--02 {
    display: block;
    width: 258px;
    height: 258px;
    right: -82px;
    top: 40%;
    border-radius: 258px;
    background: linear-gradient(180deg, #e55be7 1.25%, #6773f8 101.25%);
    filter: blur(40px);
  }
}
.section-bg__img--03 {
  top: 70%;
  right: 0;
}
@media (min-width: 768px) {
  .section-bg__img--03 {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}

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