body {
  font-family: "Clash Grotesk";
}

@media (max-width: 992px) {
  .container {
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
  }
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/clash-grotesk-medium.woff2") format("woff2"), url("../fonts/clash-grotesk-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.bg-majorelle-blue {
  background-color: #6C53EC;
}

.text-majorelle-blue {
  color: #6C53EC;
}

.border-majorelle-blue {
  border-color: #6C53EC;
}

.bg-palatinate-blue {
  background-color: #583BE8;
}

.text-palatinate-blue {
  color: #583BE8;
}

.border-palatinate-blue {
  border-color: #583BE8;
}

.bg-periwinkle {
  background-color: #C0C0FF;
}

.text-periwinkle {
  color: #C0C0FF;
}

.border-periwinkle {
  border-color: #C0C0FF;
}

.bg-lavender-web {
  background-color: #ECECFE;
}

.text-lavender-web {
  color: #ECECFE;
}

.border-lavender-web {
  border-color: #ECECFE;
}

.bg-night {
  background-color: #0B0C0E;
}

.text-night {
  color: #0B0C0E;
}

.border-night {
  border-color: #0B0C0E;
}

.bg-alabaster {
  background-color: #F4F3EC;
}

.text-alabaster {
  color: #F4F3EC;
}

.border-alabaster {
  border-color: #F4F3EC;
}

.bg-gray {
  background-color: #5C5F6E;
}

.text-gray {
  color: #5C5F6E;
}

.border-gray {
  border-color: #5C5F6E;
}

.bg-mauve {
  background-color: #C4AFFF;
}

.text-mauve {
  color: #C4AFFF;
}

.border-mauve {
  border-color: #C4AFFF;
}

.bg-cadet-gray {
  background-color: #9D9E9F;
}

.text-cadet-gray {
  color: #9D9E9F;
}

.border-cadet-gray {
  border-color: #9D9E9F;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.spacing-section {
  padding: 140px 0px;
}
@media screen and (max-width: 992px) {
  .spacing-section {
    padding: 50px 0px;
  }
}
.spacing-section.pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .spacing-section.pb-100 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 992px) {
  .mmx-auto {
    margin: auto;
  }
}
main {
  z-index: 2;
  position: relative;
}
main.z-index-null {
  z-index: inherit;
}

.text-gradient {
  position: relative;
  background: linear-gradient(220deg, #6c53ec 60%, #c4afff 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.text-gradient\:reverse {
  background: linear-gradient(88deg, #6c53ec 60%, #c4afff 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.fs-18 {
  font-size: 1.125rem;
}
.fs-120 {
  font-size: 7.5rem;
  line-height: 83%;
  margin: 0;
}
@media (max-width: 1440px) {
  .fs-120 {
    font-size: 6.5rem;
  }
}

@media (max-width: 1440px) {
  .display-3,
  .display-4 {
    font-size: 3.2rem;
  }
}
@media (max-width: 992px) {
  .mfs-48 {
    font-size: 48px;
  }
}
.jc_header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid #5C5F6E;
  background-color: #0B0C0E;
}
@media screen and (max-width: 992px) {
  .jc_header {
    padding: 20px 0px;
  }
}
.jc_header > .container-fluid {
  max-width: 1200px;
}
.jc_header-logo {
  height: 45px;
}
@media screen and (max-width: 1400px) {
  .jc_header-logo {
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .jc_header-logo {
    max-width: 60vw;
    height: auto;
  }
}
.jc_header-logo img {
  max-height: 100%;
  width: auto;
}
.jc_header-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.jc_header-nav > .moved {
  position: absolute;
  height: 100%;
  background: linear-gradient(0deg, rgba(88, 59, 232, 0.4) 0%, rgba(88, 59, 232, 0) 100%);
}
.jc_header-nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--bs-white);
}
.jc_header-nav > ul .nav-item {
  position: relative;
}
.jc_header-nav > ul .nav-item.current-menu-item .nav-link {
  position: relative;
}
.jc_header-nav > ul .nav-item.current-menu-item .nav-link::after {
  height: 100%;
}
.jc_header-nav > ul .nav-item.current-menu-item .nav-link::before {
  height: 3px;
}
.jc_header-nav > ul .nav-link {
  position: relative;
  padding: 50px 10px;
  position: relative;
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .jc_header-nav > ul .nav-link {
    padding: 54px 30px;
  }
}
.jc_header-nav > ul .nav-link::after, .jc_header-nav > ul .nav-link::before {
  content: "";
  bottom: 0px;
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.jc_header-nav > ul .nav-link:after {
  background: linear-gradient(0deg, rgba(88, 59, 232, 0.4) 0%, rgba(88, 59, 232, 0) 100%);
  height: 0%;
}
.jc_header-nav > ul .nav-link::before {
  height: 0px;
  border-radius: 3px;
  background-color: #583BE8;
  z-index: 5;
  bottom: -2px;
}
.jc_header-nav > ul .nav-link.active {
  position: relative;
}
.jc_header-nav > ul .nav-link.active::after {
  height: 100%;
}
.jc_header-nav > ul .nav-link.active::before {
  height: 3px;
}
.jc_header-offcanvas {
  max-width: 90%;
  background-color: #0B0C0E;
  color: var(--bs-white);
}
.jc_header-offcanvas .offcanvas-header {
  padding-top: 50px;
  padding-bottom: 0;
}
.jc_header-offcanvas .offcanvas-header .btn-close {
  padding: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E");
  background-size: 100%;
  margin-top: -10px;
  margin-right: 20px;
  height: 20px;
  width: 20px;
  filter: brightness(0) invert(1);
}
.jc_header-offcanvas-nav {
  position: relative;
}
.jc_header-offcanvas-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}
.jc_header-offcanvas-nav ul a {
  font-size: 1.2rem;
  padding-left: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1719 7.28809H1.17187M15.1719 7.28809L9.17188 1.28809M15.1719 7.28809L9.17188 13.2881' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 2px center;
}

.offcanvas-backdrop {
  background-color: rgba(217, 217, 217, 0.05);
}
.offcanvas-backdrop.show {
  opacity: 1;
  backdrop-filter: blur(10px);
}

.jc_footer {
  z-index: 1;
  color: #FFF;
}
.jc_footer-content:after {
  content: "";
  position: absolute;
  width: 2px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(88, 59, 232, 0) 0%, rgb(88, 59, 232) 100%);
  height: 150%;
}
.jc_footer-content .before {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #0B0C0E;
  pointer-events: none;
  left: 0;
}
@media (max-width: 992px) {
  .jc_footer-content .before {
    border-radius: 50px 50px 0px 0px;
  }
}
@media (max-width: 768px) {
  .jc_footer-content .before {
    border-radius: 0px;
  }
}
.jc_footer-logo {
  display: inline-block;
  max-width: 160px;
}
.jc_footer-links h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .jc_footer-links h4 {
    text-align: center;
  }
}
.jc_footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .jc_footer-links ul {
    align-items: center;
  }
}
.jc_footer-links ul li {
  position: relative;
}
.jc_footer-links ul li a {
  color: #FFF;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  height: 40px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .jc_footer-links ul li a {
    height: 30px;
  }
}
@media (max-width: 992px) {
  .jc_footer-links ul li a {
    height: 35px;
  }
}
.jc_footer-links ul li a img {
  width: auto;
  height: 100%;
}
.jc_footer-nav h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.jc_footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  columns: 2;
}
@media (max-width: 768px) {
  .jc_footer-nav ul {
    columns: unset;
  }
}
.jc_footer-nav ul li {
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1719 7.28809H1.17187M15.1719 7.28809L9.17188 1.28809M15.1719 7.28809L9.17188 13.2881' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 2px center;
  transition: 250ms linear;
}
.jc_footer-nav ul li:hover {
  background-size: 14px auto;
  background-position: 10px center;
}
.jc_footer-bottom {
  background-color: #0B0C0E;
  color: #FFF;
  padding: 20px 0px;
}
.jc_footer-bottom::after, .jc_footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.jc_footer-bottom:after {
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, rgba(88, 59, 232, 0) 0%, rgb(88, 59, 232) 100%);
}
.jc_footer-bottom::before {
  background: linear-gradient(0deg, rgba(88, 59, 232, 0) 0%, rgb(88, 59, 232) 100%);
  width: 2px;
  height: 100%;
}
.jc_footer-shared {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .jc_footer-shared {
    justify-content: center;
    margin-top: 20px;
  }
}
.jc_footer-shared a {
  display: block;
  width: 20px;
  height: 20px;
  transition: 250ms linear;
}
.jc_footer-shared a:hover {
  transform: scale(1.1);
}
.jc_footer-shared a svg {
  fill: #FFF;
  width: 100%;
  height: 100%;
}
.jc_footer-copyright {
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  gap: 10px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .jc_footer-copyright {
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
  }
}
.jc_footer-copyright a {
  color: #FFF;
  text-decoration: none;
  transition: 250ms linear;
}
.jc_footer-copyright a:hover {
  text-decoration: underline;
}

.btn-gradient {
  background: linear-gradient(to bottom right, #583BE8, #6C53EC);
  border: 2px solid var(--bs-white);
  border-radius: 20px;
  padding: 24px 36px;
  color: var(--bs-white);
  transition: 2500ms ease-in;
}
@media screen and (max-width: 1400px) {
  .btn-gradient {
    padding: 18px 28px;
  }
}
.btn-gradient:hover {
  color: var(--bs-white);
}
.btn-toggles {
  position: relative;
  height: 60px;
  width: 60px;
  color: var(--bs-white);
  transition: 2500ms ease-in;
  position: relative;
  padding: 0;
  border-radius: 14px;
  background-image: url(../gfx/webp/btn-toggles.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-toggles span {
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: var(--bs-white);
  right: 0;
  left: 0;
  margin: auto;
  display: none;
}
.btn-toggles span:nth-child(1) {
  top: 1.2rem;
}
.btn-toggles span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.btn-toggles span:nth-child(3) {
  bottom: 1.2rem;
}
.btn-download {
  position: relative;
  height: 70px;
  width: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-banner-image {
  position: relative;
  padding-right: 40px;
}
.card-banner-image img {
  height: auto;
  width: 100%;
  max-width: inherit;
}
@media (max-width: 992px) {
  .card-banner-image img {
    max-width: calc(100% + var(--bs-gutter-x) * 0.5 * 2);
    margin-left: calc(-1 * var(--bs-gutter-x) * 0.5);
  }
}
.card-download {
  padding: 0;
  position: relative;
}
@media (max-width: 992px) {
  .card-download {
    max-width: 425px;
    margin: auto;
  }
}
.card-download .badged {
  position: absolute;
  height: 32px;
  width: auto;
  right: 0px;
  top: 8px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 42px 0 #583be8;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .card-download .badged {
    width: auto;
    right: 0px;
    top: 2px;
    display: flex;
  }
}
.card-download .badged img {
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .card-download .badged img {
    height: 30px;
  }
}
.card-download-items {
  position: relative;
}
.card-download-items > img {
  width: 100%;
  height: auto;
}
.card-download-items a {
  display: block;
  text-decoration: none;
  position: absolute;
  width: 50%;
  top: 12%;
  left: 0;
  height: 88%;
}
.card-download-items a:last-child {
  left: 50%;
}
.card-download-blur {
  background: url(../gfx/webp/border-blur.webp);
  background-size: 100% 100%;
  padding: 64px 90px 40px 90px;
}
.card-education {
  padding: 100px 100px 240px 100px;
  border: none;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.card-education::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(93deg, #141030 31.52%, #0B0C0E 116.22%);
  z-index: 1;
}
@media (max-width: 992px) {
  .card-education::before {
    border-radius: 20px;
  }
}
.card-education > * {
  position: relative;
  z-index: 4;
}
@media (max-width: 992px) {
  .card-education {
    padding: 40px;
    padding-top: 35px;
    margin-bottom: 60px;
  }
  .card-education .display-4 {
    font-size: 36px;
    line-height: 64px;
  }
}
@media (max-width: 768px) {
  .card-education {
    padding: 50px 32px 50px 32px;
    border-radius: 50px 50px 0px 0px;
  }
}
.card-education-list {
  margin: auto;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 20px;
  margin-bottom: -100px;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .card-education-list {
    margin-bottom: -120px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .card-education-list {
    grid-template-columns: 1fr;
    position: relative;
    margin-bottom: 0px;
  }
}
.card-education-list .item-wrap {
  width: 100%;
}
.card-education-list .item-wrap img {
  width: 100%;
  height: auto;
}
.card-testimonial {
  position: relative;
  border: none;
}
.card-testimonial .card-content {
  position: relative;
  padding-top: 60px;
}
.card-testimonial .card-content .circle {
  position: absolute;
  height: 120px;
  width: 120px;
  border: 2px solid #583BE8;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
}
.card-testimonial .card-wrap {
  border-radius: 20px;
  padding: 40px;
  background-color: #F4F3EC;
  position: relative;
  z-index: 4;
}
.card-testimonial .card-figure {
  height: 90px;
  width: 90px;
  margin: auto;
  margin-top: -85px;
  margin-bottom: 20px;
  z-index: 2;
}
.card-testimonial .card-body {
  padding: 0;
  font-size: 18px;
  line-height: 36px;
  color: #A6A6A6;
  font-weight: 500;
}
.card-testimonial .card-title {
  color: #0B0C0E;
  margin: 0;
}
.card-training {
  position: relative;
  padding: 50px 150px;
  border-radius: 50px;
  color: var(--bs-white);
}
@media (max-width: 992px) {
  .card-training.bg-palatinate-blue {
    max-width: 650px;
    margin: auto;
  }
}

.bg-card {
  background-image: url(../gfx/webp/bg-card.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .bg-card {
    background-image: url(../gfx/webp/m-card.svg);
    background-size: 100% auto;
    padding: 260px 32px 20px 32px;
  }
  .bg-card .badged {
    top: 0px;
    right: 20px;
  }
  .bg-card .card-download {
    width: 100%;
    max-width: 100%;
    background-image: none;
  }
  .bg-card .card-download-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 760px) {
  .bg-card {
    background-image: url(../gfx/webp/mb-card.svg);
    border-radius: 36px;
  }
  .bg-card .card-download .badged {
    top: 0;
  }
  .bg-card .card-download .card-download-items a {
    height: 50%;
    width: 100%;
  }
  .bg-card .card-download .card-download-items a:last-child {
    top: 50%;
    left: 0;
  }
}

.accordion-item {
  margin-bottom: 10px;
  border-radius: 20px !important;
  border: 0;
  background: linear-gradient(228deg, #C0C0FF -56%, #ECECFE 90%);
  position: relative;
  transition: 250ms linear;
}
.accordion-item:before {
  content: "";
  position: absolute;
  background: linear-gradient(25deg, #583be8 -56%, rgba(88, 59, 232, 0) 90%);
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  top: 0px;
  left: -2px;
  border-radius: 20px;
  z-index: -1;
  transition: 250ms linear;
}
.accordion-item.active {
  background: linear-gradient(100deg, #583BE8 21.87%, #6C53EC 106.85%);
  color: var(--bs-white);
}
.accordion-item.active::before {
  width: 100%;
  height: 100%;
  left: 0;
}
.accordion-item.active .accordion-button {
  color: var(--bs-white);
}
.accordion-item.active .accordion-button .icons {
  background: linear-gradient(228deg, #C0C0FF -56%, #ECECFE 90%);
  background-image: url(../gfx/webp/icon-mask.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: #583BE8;
}
.accordion-item.active-open .accordion-body .deco {
  top: 0;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-button {
  padding: 20px;
  background: transparent !important;
  box-shadow: none;
  font-size: 24px;
  font-weight: 500;
  color: #0B0C0E;
}
.accordion-button .text {
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: middle;
}
.accordion-button .icons {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  margin-right: 1rem;
  background-image: url(../gfx/webp/icon-mask-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 20px;
  color: var(--bs-white);
}
.accordion-button .icons img {
  filter: brightness(1000%) grayscale(100%);
  transition: filter 0.5s ease;
  height: 35px;
  width: 35px;
  object-fit: contain;
}
.accordion-button:not(.collapsed), .accordion-button:focus-visible, .accordion-button:hover, .accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230B0C0E' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed) .icons img {
  filter: brightness(1000%) grayscale(100%);
}
.accordion-button[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}
.accordion-button[aria-expanded=true] .icons img {
  filter: grayscale(0%);
}
.accordion-body {
  font-size: 15px;
  line-height: 24px;
  padding-left: 100px;
  padding-bottom: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}
.accordion-body .deco {
  position: absolute;
  height: calc(100% - 50px);
  width: 100px;
  left: 0;
  top: 100%;
  transition: 200ms linear;
}
.accordion-body .deco .line {
  height: 100%;
  width: 4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='4' height='348' viewBox='0 0 4 348' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.00006 2.21313L2.00008 346.441' stroke='url(%23paint0_linear_342_1161)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 6'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_342_1161' x1='2.00006' y1='2.21313' x2='1.99996' y2='346.441' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23583BE8'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.accordion-body .deco .pointer {
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: var(--bs-white);
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
}

.jc_slick-mockup::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100px;
  background-image: url(../gfx/webp/table-decoration.webp);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  left: 0;
}
@media screen and (max-width: 992px) {
  .jc_slick-mockup::after {
    height: 50px;
    background-size: auto 100%;
  }
}
.jc_slick-mockup-content {
  position: relative;
}
.jc_slick-mockup-bg {
  max-width: 580px;
  margin: auto;
  z-index: 5;
  position: relative;
  pointer-events: none;
}
.jc_slick-mockup-bg img {
  width: 100%;
  height: auto;
}
.jc_slick-mockup-bg canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.jc_slick-mockup-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 0;
  z-index: 2;
  left: -5px;
}
.jc_slick-mockup-slider.slick-dotted {
  margin: auto;
}
.jc_slick-mockup-slider .item {
  position: relative;
  display: block;
}
.jc_slick-mockup-slider .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.jc_slick-mockup-slider .slick-arrow {
  height: 90px;
  width: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: initial;
  z-index: 5;
  border-radius: 20px;
  font-size: 45px;
  color: #6C53EC;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  background-position: center center;
}
@media (max-width: 1440px) {
  .jc_slick-mockup-slider .slick-arrow {
    height: 75px;
    width: 75px;
  }
}
.jc_slick-mockup-slider .slick-arrow span {
  display: flex;
  display: none;
}
.jc_slick-mockup-slider .slick-arrow::before {
  display: none;
}
.jc_slick-mockup-slider .slick-arrow.slick-prev {
  left: -280px;
  background-image: url(../gfx/webp/arrows-prev.svg);
}
@media (max-width: 1120px) {
  .jc_slick-mockup-slider .slick-arrow.slick-prev {
    left: -180px;
  }
}
.jc_slick-mockup-slider .slick-arrow.slick-next {
  right: -280px;
  background-image: url(../gfx/webp/arrows-next.svg);
}
@media (max-width: 1120px) {
  .jc_slick-mockup-slider .slick-arrow.slick-next {
    right: -180px;
  }
}
.jc_slick-mockup-dotts {
  position: relative;
  margin-bottom: 30px;
  z-index: 4;
}
.jc_slick-mockup-dotts .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: initial;
}
.jc_slick-mockup-dotts .slick-dots li {
  width: auto;
  height: auto;
}
.jc_slick-mockup-dotts .slick-dots li button {
  width: 100px;
  height: 4px;
  border-radius: 5px;
  padding: 0;
  opacity: 0.25;
  background-color: var(--bs-white);
}
@media screen and (max-width: 992px) {
  .jc_slick-mockup-dotts .slick-dots li button {
    width: 50px;
  }
}
.jc_slick-mockup-dotts .slick-dots li button::before {
  display: none;
}
.jc_slick-mockup-dotts .slick-dots li.slick-active button {
  opacity: 1;
}
.jc_slick-mockup-figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom -100px;
}
.jc_slick-mockup-figure::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 70%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1441' height='741' viewBox='0 0 1441 741' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1441' y='741' width='1441' height='741' transform='rotate(180 1441 741)' fill='url(%23paint0_linear_207_94)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_207_94' x1='2161.5' y1='741' x2='2161.5' y2='1148.36' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230B0C0E' stop-opacity='0'/%3E%3Cstop offset='0.9' stop-color='%230B0C0E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .jc_slick-mockup-figure::after {
    height: 80%;
  }
}
.jc_slick-mockup-arrows {
  position: relative;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.jc_slick-mockup-arrows .slick-arrow {
  height: 70px;
  width: 70px;
  position: relative;
  z-index: 5;
  border-radius: 20px;
  font-size: 35px;
  color: #6C53EC;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: initial;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.jc_slick-mockup-arrows .slick-arrow span {
  display: flex;
  display: none;
}
.jc_slick-mockup-arrows .slick-arrow::before {
  display: none;
}
.jc_slick-mockup-arrows .slick-arrow.slick-prev {
  left: initial;
  background-image: url(../gfx/webp/arrows-prev.svg);
}
.jc_slick-mockup-arrows .slick-arrow.slick-next {
  right: initial;
  background-image: url(../gfx/webp/arrows-next.svg);
}

.grid-testimonials {
  position: relative;
}
.grid-testimonials .card {
  margin-bottom: 20px;
  width: calc(25% - 15px);
}
@media (max-width: 1200px) {
  .grid-testimonials .card {
    width: calc(33.3% - 15px);
  }
}
@media (max-width: 992px) {
  .grid-testimonials .card {
    width: calc(33.3% - 15px);
  }
}
@media (max-width: 768px) {
  .grid-testimonials .card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 580px) {
  .grid-testimonials .card {
    width: 100%;
  }
}
.grid-testimonials .card .read-more {
  color: #9C8CED;
  text-decoration: none;
}
.grid-testimonials-arrows {
  position: relative;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.grid-testimonials-arrows .slick-arrow {
  height: 70px;
  width: 70px;
  position: relative;
  z-index: 5;
  font-size: 35px;
  color: #6C53EC;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: initial;
  background-size: 100%;
  background-position: center center;
}
.grid-testimonials-arrows .slick-arrow span {
  display: flex;
  display: none;
}
.grid-testimonials-arrows .slick-arrow::before {
  display: none;
}
.grid-testimonials-arrows .slick-arrow.slick-prev {
  left: initial;
  background-image: url(../gfx/webp/arrows-prev.svg);
}
.grid-testimonials-arrows .slick-arrow.slick-next {
  right: initial;
  background-image: url(../gfx/webp/arrows-next.svg);
}

.section-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../gfx/webp/luz.svg);
  background-position: center top;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 992px) {
  .section-decoration {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background-size: 100% auto;
  }
}
.section-decoration\:v2 {
  background-image: url(../gfx/webp/luzimg.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.section-hero {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .section-hero {
    padding-top: 50px;
    min-height: auto;
  }
}
.section-hero::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='180' height='180' viewBox='0 0 180 180' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='45.4891' cy='134.511' r='0.48913' transform='rotate(-90 45.4891 134.511)' fill='%23D9D9D9'/%3E%3Ccircle cx='134.511' cy='134.511' r='0.48913' transform='rotate(-90 134.511 134.511)' fill='%23D9D9D9'/%3E%3Ccircle cx='45.4891' cy='45.4894' r='0.48913' transform='rotate(-90 45.4891 45.4894)' fill='%23D9D9D9'/%3E%3Ccircle cx='134.511' cy='45.4889' r='0.48913' transform='rotate(-90 134.511 45.4889)' fill='%23D9D9D9'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.6;
}
.section-hero::before {
  content: "";
  position: absolute;
  bottom: 0%;
  height: 100%;
  width: 100%;
  left: 0%;
  background-image: url(../gfx/webp/luz-hero.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .section-hero::before {
    background-position: center -50px center;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='810' height='1324' viewBox='0 0 810 1324' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8' filter='url(%23filter0_f_4599_2947)'%3E%3Cpath d='M740.869 951H69.1289L279.538 859.006L412.145 350.586L522.711 859.006L740.869 951Z' fill='%23583BE8'/%3E%3Cpath d='M740.869 951H69.1289L279.538 859.006L412.145 350.586L522.711 859.006L740.869 951Z' fill='url(%23paint0_linear_4599_2947)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4599_2947' x='-303.871' y='-22.4141' width='1417.74' height='1346.41' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='186.5' result='effect1_foregroundBlur_4599_2947'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_4599_2947' x1='404.999' y1='1025.28' x2='404.999' y2='861.619' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
}
.section-hero .card-banner-image {
  position: relative;
}
.section-hero .card-banner-image img {
  z-index: 5;
  position: relative;
}
@media (max-width: 992px) {
  .section-hero .card-banner-image {
    padding-right: 0;
  }
  .section-hero .card-banner-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: 0;
  }
}
.section-hero .col-lg-5 {
  z-index: 5;
}
.section-about {
  padding: 140px 0px;
}
@media (max-width: 768px) {
  .section-about {
    padding: 70px 0px;
  }
}

.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .pt-lg-50 {
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .pt-lg-50 {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .pt-lg-28 {
    padding-top: 28px;
  }
  .text-body-lg-18 {
    line-height: 36px;
    font-size: 18px;
  }
  .text-body-lg-18 p:last-child {
    margin: 0;
  }
  .text-body-lg-card {
    padding: 70px 0px 90px;
    line-height: 36px;
    font-size: 18px;
    max-width: 380px;
  }
  .text-body-lg-card p:last-child {
    margin: 0;
  }
  .lh-lg-20 {
    line-height: 20px;
  }
  .lh-lg-36 {
    line-height: 36px;
  }
}
.modal-backdrop {
  background-color: rgba(217, 217, 217, 0.05);
}
.modal-backdrop.show {
  opacity: 1;
  backdrop-filter: blur(10px);
}
.modal-testimonial .modal-dialog {
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .modal-testimonial .modal-dialog {
    margin: auto;
    max-width: 360px;
  }
}
.modal-testimonial .modal-content {
  border: 0;
  background-color: #F4F3EC;
  padding: 98px;
  padding-top: 60px;
  padding-bottom: 45px;
  border-radius: 20px;
  color: #A6A6A6;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-testimonial .modal-content {
    padding: 70px 40px 26px 40px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.modal-testimonial .modal-content::before {
  content: "";
  border: 2px solid #583be8;
  border-radius: 50%;
  height: 120px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -70px;
  width: 120px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .modal-testimonial .modal-content::before {
    top: -60px;
  }
}
.modal-testimonial .modal-body {
  padding: 0;
  margin: 0;
}
.modal-testimonial .modal-body .avatar {
  position: absolute;
  height: 90px;
  width: 90px;
  margin: auto;
  margin-top: -115px;
  left: 0;
  right: 0;
}
.modal-testimonial .modal-body a {
  color: #9C8CED;
  text-decoration: none;
}
.modal-testimonial .modal-body .desc p:last-child {
  padding-bottom: 0;
  margin: 0;
}
.modal-testimonial .modal-body .title {
  font-size: 24px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  color: #0B0C0E;
  padding-top: 30px;
}