/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/premium/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;
}

a {
  text-decoration: none;
}

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

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

body {
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  background: linear-gradient(246deg, #262072 -7.03%, #1a175a 101.18%);
  color: #fff;
}

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

strong {
  font-weight: bold;
}

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

.purple-btn {
  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;
}

.common-btn {
  height: 45px;
  width: 215px;
  max-width: 100%;
  background: linear-gradient(180deg, #29f4ff 0%, #5257ff 100%);
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .common-btn {
    height: 58px;
    width: 285px;
    font-size: 1.25rem;
  }
}

.common-btn,
.purple-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 1.333;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.common-btn:hover,
.purple-btn:hover {
  opacity: 0.8;
}

.btn-grey {
  background: #7f7d9c;
}

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

.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.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;
  }
  .justify-content-md-center {
    justify-content: center;
  }
}
@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: 1.25rem;
  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: 0.75rem;
}

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

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 6px;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 10px;
  background: #d6d6ea;
}
.slick-dots .slick-active button {
  width: 50px;
  background-color: #478dff;
}

.slick-slide img {
  height: auto;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
input[type=radio] + label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  min-height: 30px;
}
input[type=radio] + label::before {
  content: "";
  background-color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: 1px solid #413e9d;
}
input[type=radio]:checked + label {
  color: #3cadff;
}
input[type=radio]:checked + label::before {
  background-color: #3cadff;
  background-image: url(../images/icon-tick-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
.header {
  background: #fff;
}

.footer {
  background: none;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  text-align: right;
}
@media (max-width: 767px) {
  .footer-inner {
    padding-bottom: 20px;
  }
}
.footer-logo {
  margin-bottom: 20px;
}
.footer .download-app {
  margin-top: 0;
}
.footer .download-app .footer-title {
  margin-bottom: 10px;
}
.footer .download-app a:last-child {
  margin-right: 0;
}
.footer .copyright {
  background: rgba(18, 17, 49, 0.9);
  padding-block: 20px;
}
.footer .copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .copyright-inner {
    justify-content: space-between;
  }
}
.footer .copyright .sns-list {
  display: flex;
  gap: 8px;
}

.wrapper {
  position: relative;
  overflow: hidden;
}
.wrapper-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
}
.wrapper-bg svg {
  max-width: 100%;
}
.wrapper-bg__shape {
  position: absolute;
  filter: blur(40px);
}
@media (max-width: 767px) {
  .wrapper-bg__shape {
    max-width: 110px;
  }
}
.wrapper-bg__shape--1 {
  left: 0;
  top: 18%;
}
.wrapper-bg__shape--2 {
  right: 0;
  top: 22%;
}
.wrapper-bg__shape--3 {
  left: 0;
  top: 40%;
}
.wrapper-bg__shape--4 {
  right: 0;
  top: 47%;
}

.banner {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .banner {
    padding: 150px 0 75px;
  }
}
.banner__title {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 2.5rem;
    text-align: left;
  }
}
.banner__feature {
  margin-bottom: 25px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .banner__feature {
    font-size: 1.25rem;
  }
}
.banner__feature li + li {
  margin-top: 5px;
}
.banner__image {
  margin-top: 30px;
  padding: 0 5%;
}
@media (min-width: 768px) {
  .banner__image {
    position: absolute;
    bottom: 0;
    right: 12%;
    padding: 0;
    max-width: 60%;
  }
}

.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 {
    margin-bottom: 10px;
    overflow: auto;
    z-index: 991;
    scrollbar-width: none;
  }
  .elsa-pro__nav::-webkit-scrollbar {
    display: none;
  }
  .elsa-pro__nav ul {
    display: flex;
  }
}
@media (max-width: 767px) {
  .elsa-pro__nav {
    position: absolute;
    top: 660px;
    left: 0;
    width: 100%;
  }
}
.elsa-pro__nav li {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 991px) {
  .elsa-pro__nav li {
    white-space: nowrap;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .elsa-pro__nav li {
    max-width: 350px;
    padding: 20px 24px;
    font-size: 1.25rem;
  }
}
.elsa-pro__nav li.active {
  border-radius: 8px;
  background: rgba(18, 17, 49, 0.6);
}
@media (min-width: 768px) {
  .elsa-pro__nav li.active {
    border-radius: 16px;
  }
}
.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 path {
  fill: none;
  stroke: #fff;
}
.active .elsa-pro__nav-icon path {
  stroke: url("#icon-active");
}
.elsa-pro__nav-icon .icon-fill path {
  fill: #fff;
  stroke: none !important;
}
.active .elsa-pro__nav-icon .icon-fill path {
  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;
  height: 554px;
  margin: 0 auto 110px;
}
@media (min-width: 768px) {
  .elsa-pro .slide-img {
    margin: 0;
    height: auto;
    flex: 0 0 276px;
  }
}
@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: 20px;
  background: rgba(18, 17, 49, 0.6);
  text-align: center;
  transform: translateX(30px);
  transition: transform 0.8s;
}
@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;
}
.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: rgba(255, 255, 255, 0.1);
  position: relative;
  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: #29f4ff;
}
.elsa-ai__nav .nav-title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .elsa-ai__nav .nav-title {
    font-size: 22px;
  }
}
.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.125rem;
  }
}
.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__slide img {
  border-radius: 18px;
}
.elsa-sa__slide source {
  border-radius: 18px;
}
.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;
    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: 180px;
  flex: 0 0 180px;
  height: 64px;
  padding: 5px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  border: 2px solid transparent;
  border-radius: 32px;
  background: #2e2b72;
  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;
  background-color: rgba(255, 255, 255, 0.2);
}
.elsa-sa__nav-icon {
  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 {
  margin-top: 24px;
  justify-content: center;
}
@media (min-width: 768px) {
  .elsa-sa .device-support {
    justify-content: flex-end;
  }
}

.premium-feature {
  margin: 50px 0 20px;
  padding: 0 30px 60px;
  border: 4px solid #713ff4;
  border-radius: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .premium-feature {
    margin-top: 80px;
    padding: 0 70px 50px;
    border-width: 6px;
    border-radius: 90px;
  }
}
.premium-feature::after {
  content: "";
  width: 62px;
  height: 44px;
  position: absolute;
  left: 50%;
  margin-left: -31px;
  bottom: -22px;
  background: url(../images/butterfly.svg) no-repeat center/contain;
}
.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: #231d6b;
}
@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 {
  text-align: center;
}

.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-block: 40px;
}
@media (min-width: 767px) {
  .user-review {
    padding-block: 80px;
  }
}
.user-review .section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.user-review__item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  margin-inline: 10px;
  background-color: #29266f;
  border-radius: 16px;
}
@media (min-width: 767px) {
  .user-review__item {
    max-width: 500px;
  }
}
.user-review__item .review {
  margin-bottom: 20px;
}
.user-review__item .avatar {
  border-radius: 100px;
  overflow: hidden;
}
.user-review__item .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.user-review__item .position {
  color: #8181a5;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}
@media (min-width: 767px) {
  .user-review .slick-track {
    display: flex;
    justify-content: center;
  }
}
.user-review .slick-dots {
  gap: 8px;
}
.user-review .slick-dots .slick-active button {
  width: 60px;
  background: #478dff;
}

.packages {
  padding-top: 40px;
}
.packages__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .packages__list {
    flex-direction: column;
  }
}
.packages--conversation .packages__list {
  display: block;
}
.packages__head, .packages__body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.packages__name {
  font-size: 16px;
  font-weight: 600;
}
.packages__base {
  color: #bcbbc7;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3333;
  letter-spacing: 0.2px;
}
.packages__price {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3333;
}
.packages__price sub {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
}
.packages__discount {
  background: #fff;
  padding-inline: 12px;
  border-radius: 16px;
  height: 30px;
  width: 95px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.packages__discount .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.2px;
  background: linear-gradient(0deg, #fd4aa9 0%, #ff926e 98.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.packages__item {
  min-width: 310px;
  position: relative;
  background: rgba(255, 255, 255, 0.1254901961);
  color: #fff;
  padding: 24px;
  padding-bottom: 16px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .packages__item {
    margin-right: 20px;
  }
  .packages__item:has(.active) {
    margin-bottom: 100px;
  }
}
.packages--conversation .packages__item {
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  .packages--conversation .packages__item {
    margin: 0 auto 24px;
  }
  .packages--conversation .packages__item:last-child {
    margin-bottom: 0;
  }
}
.packages__item.highlight {
  background: linear-gradient(0deg, #fc2ac2 -43.11%, #ffb84e 153.97%);
}
.packages__item.highlight .packages__base {
  color: #fff;
}
.packages--conversation .packages__item.highlight {
  text-align: center;
}
@media (min-width: 768px) {
  .packages--conversation .packages__item.highlight {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.packages--conversation .packages__item.highlight .packages {
  font-size: 24px;
}
@media (min-width: 768px) {
  .packages--conversation .packages__item.highlight .packages__name {
    font-size: 32px;
    line-height: 1.25;
  }
}
.packages--conversation .packages__item.highlight .packages__head {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .packages--conversation .packages__item.highlight .packages__head {
    margin-bottom: 30px;
  }
}
.packages--conversation .packages__item.highlight .packages__discount {
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .packages--conversation .packages__item.highlight .packages__discount {
    width: 180px;
    height: 54px;
    border-radius: 30px;
  }
  .packages--conversation .packages__item.highlight .packages__discount span {
    font-size: 24px;
  }
}
.packages--conversation .packages__item.highlight .packages__item-title {
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .packages--conversation .packages__item.highlight .packages__item-title {
    font-size: 24px;
  }
}
.packages--conversation .packages__item.highlight .packages__item-desc {
  font-size: 12px;
}
@media (min-width: 768px) {
  .packages--conversation .packages__item.highlight .packages__item-desc {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .packages--conversation .packages__item.highlight .packages__base {
    font-size: 20px;
  }
}
.packages--conversation .packages__item.highlight .packages__price {
  margin-bottom: 15px;
  font-size: 32px;
  color: #ffff50;
}
@media (min-width: 768px) {
  .packages--conversation .packages__item.highlight .packages__price {
    font-size: 56px;
  }
}
.packages--conversation .packages__item.highlight .btn-grey {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.packages__item--conversation {
  margin: 0 auto 40px;
  text-align: center;
}
.packages__button {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.2509803922);
  color: #fff;
  padding-block: 12px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
.packages__list--conversation .packages__button {
  text-transform: capitalize;
}
.packages__button::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/dropdown.svg) no-repeat center;
}
.packages__button:hover {
  opacity: 0.8;
}
.packages__button-options {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 8px);
  left: 24px;
  right: 24px;
  z-index: 5;
}
.packages__button-options a,
.packages__button-options label {
  height: 48px;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.25px;
  margin-bottom: 8px;
}
.packages__button-options.active {
  height: auto;
}

.section-register {
  padding: 50px 0 80px;
}
@media (min-width: 992px) {
  .section-register {
    padding: 85px 0;
  }
}
@media (max-width: 991px) {
  .section-register .title {
    color: #fff;
  }
}

.form-register__inner {
  background: rgba(18, 17, 49, 0.6);
  padding: 24px 30px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .form-register__inner {
    background: rgba(18, 17, 49, 0.6) url(../images/bg-form.png) no-repeat top right;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
    max-width: 982px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 15px;
  }
}
.form-register .form-group {
  position: relative;
}
@media (min-width: 992px) {
  .form-register .form-group {
    max-width: 362px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-register .form-group img {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.form-register .form-control {
  height: auto;
  padding: 12px 24px;
  padding-left: 60px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(172, 172, 172, 0.1);
}
@media (max-width: 991px) {
  .form-register .form-panel {
    margin-top: 14px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .form-register .form-panel {
    width: 100%;
  }
}
.form-register .form-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.form-register .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .form-register .form-submit {
    margin-top: 36px;
  }
}
.form-register .form-submit .common-btn {
  width: 100%;
  background: linear-gradient(292deg, #713ff4 25.14%, #cd55ff 104.99%);
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.form-register .package-image {
  position: absolute;
  left: 214px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 767px) {
  .form-register .package-image {
    left: 50%;
    top: calc(100% + 20px);
    transform: translateX(-50%);
  }
}
.form-register .list-form-checkboxes {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .form-register .list-form-checkboxes {
    margin-right: 180px;
  }
}
.form-register .list-form-checkboxes li input[type=radio]:checked ~ .package-image {
  display: block;
}
.form-register .text-danger {
  font-size: 14px;
}
.form-register .package-detail {
  padding-top: 8px;
}
.form-register .package-detail .promotion-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.form-register .package-detail .promotion-text strong {
  color: #fdbb45;
}
.form-register .package-detail .promotion-text .code {
  color: #fff;
  background: #dd3f44;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
}
.form-register .package-detail__price li {
  display: none;
}
.form-register .package-detail__price-base, .form-register .package-detail__price-discount {
  display: inline;
  vertical-align: middle;
}
.form-register .package-detail__price-base {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
}
.form-register .package-detail__price-discount {
  margin-right: 20px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  background: linear-gradient(314deg, #fc2ac2 -18.55%, #ffb84e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .form-register .form-panel:has(input[type=radio]:checked) .package-detail {
    margin-top: 200px;
  }
}

.form-error-message {
  display: none;
  color: #ffc2c2;
  margin-top: 20px;
  font-size: 14px;
}
.form-error-message p {
  margin: 8px 0;
}

.video-premium {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .video-premium {
    padding: 60px 0;
  }
}
.video-premium__link {
  display: block;
  max-width: 572px;
  margin: 0 auto;
  border-radius: 18px;
  border: 2px solid #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .video-premium__link {
    border-radius: 28px;
  }
}
.video-premium .title span {
  color: #fff500;
}

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