/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/conversation-bundle/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-bg {
  display: block;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .header-bg {
    background: #0a0a14;
    height: 350px;
    position: relative;
  }
}
.header-bg img {
  width: 100%;
}
@media (min-width: 768px) {
  .header-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
  }
}

.back-to-top {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .back-to-top {
    padding-top: 1.5rem;
  }
}
.back-to-top__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: white;
  border-radius: 16px;
  background: rgba(4, 4, 11, 0.25);
  width: 8rem;
  height: 6rem;
  margin: auto;
}
.back-to-top__btn:hover {
  text-decoration: none;
  color: #fff;
}

.wrap-footer .section-title {
  color: #fff;
}
.wrap-footer__top {
  background: linear-gradient(183.12deg, #2f1f96 0%, #15113f 99.34%);
  padding-block: 40px;
}
.wrap-footer__top-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-top: 20px;
  padding-bottom: 60px;
  width: 100%;
}
@media (min-width: 768px) {
  .wrap-footer__top-inner {
    flex-direction: row;
  }
}
.wrap-footer__top-inner-content {
  width: 100%;
  text-align: center;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .wrap-footer__top-inner-content {
    max-width: 400px;
    text-align: left;
  }
}
.wrap-footer__top-inner-content p {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.wrap-footer__top-inner-straight-line {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  width: 90px;
  background-color: rgb(71, 141, 255);
}
@media (min-width: 768px) {
  .wrap-footer__top-inner-straight-line {
    display: block;
    height: 64px;
    width: 1px;
  }
}
.wrap-footer__top-inner-evaluate {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .wrap-footer__top-inner-evaluate {
    flex-flow: row wrap;
  }
}
.wrap-footer__top-inner-evaluate-item {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  max-width: 280px;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: rgb(21, 18, 53);
  padding: 40px 30px 60px;
  min-width: 220px;
  text-align: center;
}
@media (min-width: 768px) {
  .wrap-footer__top-inner-evaluate-item {
    min-width: 300px;
  }
}
.wrap-footer__top-inner-evaluate-item-image {
  min-height: 60px;
  margin-bottom: 16px;
}
.wrap-footer__top-inner-evaluate-item-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}
.wrap-footer__top-inner-evaluate-item-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: rgb(255, 255, 255);
}
.wrap-footer__bottom {
  display: flex;
  justify-content: center;
  background-color: rgb(18, 17, 49);
  padding: 12px 20px;
}
.wrap-footer__bottom-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
}
.wrap-footer__bottom-inner-logo {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 13px;
}
.wrap-footer__bottom-inner-logo p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
.wrap-footer__bottom-inner-copyright p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}

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

.user-review {
  padding: 40px 0;
}
.user-review__item {
  padding: 10px;
}
.user-review__inner {
  min-height: 415px;
  border-radius: 1.5rem;
  padding: 4.5rem 2.25rem 2rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.user-review__name {
  font-size: 1.15rem;
  line-height: 1.5rem;
  padding-top: 0.5rem;
  font-weight: 600;
  text-align: left;
  position: absolute;
  bottom: 2rem;
  left: 2.25rem;
  right: 0;
}

.packages {
  padding: 40px 0 60px;
  text-align: center;
  position: relative;
}
.packages::before {
  content: "";
  display: block;
  width: 300px;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/planet-purple-corner.png) no-repeat center/contain;
}
@media (max-width: 767px) {
  .packages::before {
    width: 100px;
  }
}
.packages__item {
  background: #fff;
  border: solid 2px #3ba2ed;
  border-radius: 24px;
  color: #121131;
  padding: 32px;
  margin: 0 auto;
  position: relative;
  max-width: 500px;
}
.packages__item-saleoff {
  display: inline-block;
  background: linear-gradient(0deg, #fd4aa9 0%, #ff926e 98.75%);
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 8px;
}
.packages__title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.packages__name {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff9500;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}
.packages__base {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #8e8e93;
  text-decoration: line-through;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.packages__price {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  color: rgb(80, 65, 170);
}
.packages__promo {
  font-size: 0.9rem;
  line-height: 1.25rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.packages .common-btn {
  margin: 0 auto;
  margin-top: 1.5rem;
}

.countdown {
  padding: 15px 30px;
  margin-bottom: 40px;
  text-align: center;
}
.countdown__title {
  opacity: 0.9;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #5041aa;
}
.countdown__time, .countdown__separator {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.countdown__time {
  background-color: #f0f5ff;
  margin: 0 8px;
  padding: 16px 28px;
  min-width: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 16px;
}
.countdown__time .label {
  font-size: 24px;
  font-weight: 600;
}
.countdown__separator {
  margin: 0 10px;
}
.countdown__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-blur {
  z-index: 2;
}

.about-premium {
  position: relative;
  background: rgb(235, 250, 255);
  padding: 40px 0;
  text-align: center;
}
.about-premium::before, .about-premium::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
}
.about-premium::before {
  width: 60px;
  top: 80%;
  left: 20%;
  background: url(../images/planet-02.png) no-repeat center/contain;
}
@media (max-width: 767px) {
  .about-premium::before {
    width: 40px;
    left: -20px;
  }
}
.about-premium::after {
  width: 200px;
  top: 20%;
  right: 15%;
  background: url(../images/planet-purple.png) no-repeat center/contain;
}
@media (max-width: 767px) {
  .about-premium::after {
    width: 100px;
    top: unset;
    bottom: 0;
    right: 0;
    transform: translate(30px, 40px);
  }
}
.about-premium__img {
  margin-top: 30px;
}

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

/*# sourceMappingURL=conversation-bundle.css.map*/