@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
html,
body {
 width: 100%;
 max-width: 100%;
 overflow-x: hidden;
 scroll-behavior: smooth;
}
body {
 font-weight: 400;
 font-style: normal;
 font-size: 16px;
 color: #191919;
 line-height: 1.1;
}
.container {
 margin: 0 auto;
 max-width: 1440px;
}
img {
 width: 100%;
 max-width: -moz-fit-content;
 max-width: fit-content;
}
.pre-header {
 max-width: 1146px;
 margin: 0 auto;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 1001;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 8px 20px;
 background: transparent;
 height: 40px;
 box-sizing: border-box;
 transition: opacity 0.3s ease, transform 0.3s ease;
}
.header {
 margin-top: 40px;
 transition: margin-top 0.3s ease;
}
.pre-header p:first-child {
 font-family: "DM Sans", sans-serif;
 font-weight: 500;
 font-style: Medium;
 font-size: 14px;
 line-height: 1.4;
 letter-spacing: -0.25px;
 color: #07000E;
 margin: 0;
 padding: 0 15px;
}
.pre-header p:first-child span {
 font-family: DM Sans;
 font-weight: 700;
 font-style: Bold;
 font-size: 15px;
 line-height: 23.33px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #a234fd;
}
.pre-header p:last-child {
 font-family: "DM Sans", sans-serif;
 font-weight: 500;
 font-style: Medium;
 font-size: 14px;
 line-height: 1.4;
 letter-spacing: -0.3px;
 color: #424242CC;
 opacity: 0.8;
 margin: 0;
 padding: 0 15px;
 display: flex;
 align-items: center;
 gap: 5px;
}
.pre-header p:last-child span {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 14px;
 line-height: 1.4;
 letter-spacing: 0%;
 color: #000;
 white-space: nowrap;
}
.pre-header a {
 font-family: "DM Sans", sans-serif;
 font-weight: 500;
 font-size: 16px;
 line-height: 20.48px;
 letter-spacing: -0.3px;
 vertical-align: middle;
 text-decoration: none;
 color: #424242CC;
}
.pre-header a span {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 16px;
 line-height: 24.89px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #000;
}
.header {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 1000;
 background-color: transparent;
 transition: all 0.3s ease;
 margin-bottom: 57px;
}
.header.scrolled {
 background-color: #fff;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
 margin-bottom: 0;
}
.header.scrolled .container {
	box-shadow: none;
	 padding-top: 10px;
 padding-bottom: 10px;
}
.header .container {
 padding: 22px 33px 23px 46px;
 max-width: 1170px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 border-radius: 16px;
 background: rgba(255, 255, 255, 0.02);
 box-shadow: 0 3px 21px rgba(128, 0, 128, 0.2);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 max-width: 1170px;
 margin: auto;
}
.nav {
 align-items: center;
 display: flex;
 gap: 25px;
 justify-content: space-between;
}
.nav.active {
 gap: 15px;
}
.nav.active .button {
 padding: 10px 15px;
}
.nav a {
 color: #260935;
 font-family: "DM Sans", sans-serif;
 font-size: 16px;
 font-style: Bold;
 font-weight: 700;
 letter-spacing: 0%;
 line-height: 50px;
 text-decoration: none;
 vertical-align: middle;
}
.nav .button,
.intro .button {
 align-items: center;
 background-color: #a234fd;
 border: 3px solid #fff;
 border-radius: 8px;
 color: #fff;
 display: flex;
 gap: 10px;
 justify-content: space-between;
 max-height: 70px;
 max-width: 270px;
 padding: 15px 24px;
 white-space: nowrap;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 -ms-border-radius: 8px;
 -o-border-radius: 8px;
}
.intro .button {
 position: relative;
 font-family: "DM Sans", sans-serif;
 font-size: 18px;
 font-weight: 700;
 line-height: 57px;
 margin-top: 25px;
 max-height: 63px;
 max-width: 180px;
 text-align: center;
 text-decoration: none;
 vertical-align: middle;
 z-index: 999;
}
.nav .button div,
.intro .button div,
.services .button div {
 align-items: center;
 background-color: #fff;
 border-radius: 8px;
 box-shadow: 4px 4px 2px 0px #00000033;
 display: flex;
 height: 40px;
 justify-content: center;
 padding: 10px;
 width: 40px;
}
.cards-img {
 position: relative;
}
.inspire-learning {
 position: absolute;
 bottom: -27px;
 left: 0;
 right: 0;
 background-image: url('../img/curved.png');
 background-repeat: no-repeat;
 background-position: top center;
 background-size: 155% 95%;
 padding: 109px 0 68px;
 margin-top: -120px;
 z-index: 2;
}
.inspire-learning-content {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 0;
 text-align: center;
}

.il-title-line {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 gap: 20px;
}
.il-title-part {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 80px;
 line-height: 90px;
 letter-spacing: -2.25px;
 text-align: right;
 vertical-align: middle;
 color: #07000E;
}
.il-image-container img {
 width: 100px;
 height: auto;
 border-radius: 10px;
}
.il-description {
 max-width: 450px;
 font-family: "DM Sans", sans-serif;
 font-weight: 500;
 font-size: 18px;
 line-height: 28.01px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #302A2A;
 text-align: left;
}
.il-footer {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
 margin-top: 20px;
 width: 100%;
 max-width: 980px;
 padding: 0 100px;
}
.il-footer .btn-more {
 padding: 0px 20px 0 49px;
 gap: 31px;
 line-height: 25px;
}
.il-client-review {
 display: flex;
 align-items: center;
 gap: 15px;
}
.il-review-images {
 display: flex;
}
.il-review-images img {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 border: 2px solid #fff;
 margin-left: -15px;
}
.il-review-images img:first-child {
 margin-left: 0;
}
.il-review-link {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 16px;
 line-height: 20.8px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #0E0D0D;
 text-decoration: none;
}
.il-review-link strong {
 color: #A234FD;
}
.il-button {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 padding: 12px 24px;
 background-color: #8A2BE2;
 color: #fff;
 font-size: 16px;
 font-weight: 600;
 border-radius: 8px;
 text-decoration: none;
 transition: background-color 0.3s ease;
}
.il-button img {
 width: 16px;
 height: 16px;
}
.il-button:hover {
 background-color: #7B1FA2;
}
.inspire-learning-content .il-title-line,
.inspire-learning-content .il-footer {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
}
.login-button {
 margin-right: 56px;
}
.hamburger {
 align-items: center;
 cursor: pointer;
 display: none;
 flex-direction: column;
 height: 40px;
 justify-content: center;
 width: 40px;
 z-index: 1002;
 padding: 10px;
 margin-left: 15px;
}
.hamburger span {
 display: block;
 height: 3px;
 margin: 5px 0;
 width: 100%;
 background: #000;
 border-radius: 2px;
 transition: 0.3s;
}
.hamburger span:first-of-type {
 width: 16px;
}
.hamburger span:nth-of-type(2) {
 width: 30px;
}
.hamburger span:nth-of-type(3) {
 width: 22px;
}
.overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100vw;
 height: 100vh;
 background: rgba(0, 0, 0, 0.4);
 opacity: 0;
 pointer-events: none;
 transition: opacity 0.3s ease;
 z-index: 1000;
 display: none;
}
@media (max-width: 1199px) {
 .pre-header {
 display: none;
 }
 .header {
 margin-top: 0;
 }
}
@media (min-width: 930px) {
 .mobile-close-btn {
 display: none;
 }
}
@media (max-width: 930px) {
 .hamburger {
 display: flex;
 position: relative;
 z-index: 1002;
 }
 .d-xl-none {
 display: block !important;
 transform: rotate(180deg);
 }
 .nav {
 position: fixed;
 top: 0;
 left: -100%;
 z-index: 1001;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-content: flex-start;
 width: 80vw;
 max-width: 320px;
 height: 100vh;
 padding: 35px 24px 40px 24px;
 gap: 15px;
 background: #fff;
 box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);
 transition: left 0.3s ease-in-out;
 overflow-y: auto;
 }
 .nav.active {
 left: 0;
 }
 .mobile-close-btn {
 display: none;
 padding: 6px;
 align-items: center;
 justify-content: center;
 background-color: rgba(0, 0, 0, 0.03);
 position: absolute;
 top: 30px;
 right: 20px;
 font-size: 36px;
 width: 30px;
 height: 30px;
 }
 .nav.active .mobile-close-btn {
 display: flex;
 }
 .nav a {
 font-size: 18px;
 line-height: 1.5;
 padding: 10px 0;
 width: 100%;
 text-align: left;
 }
 .nav .button {
 width: 100%;
 justify-content: center;
 margin-top: 15px;
 }
 .knowledge__image {
 max-width: 240px;
 }
 .knowledge__container.unlock,
 .knowledge__container.master,
 .knowledge__container.access,
 .knowledge__container.portable {
 flex-direction: column;
 align-items: center;
 }
 .knowledge__container.unlock .knowledge__image,
 .knowledge__container.master .knowledge__image,
 .knowledge__container.access .knowledge__image,
 .knowledge__container.portable .knowledge__image {
 max-width: 340px;
 }
 .knowledge__container.master,
 .knowledge__container.portable {
 flex-direction: column-reverse;
 }
 .footer .form .form__elem h3 {
 font-size: 60px;
 line-height: 65px;
 }
 .footer .form .form__elem p {
 font-size: 18px;
 line-height: 28px;
 }
 .footer .form .form__elem {
 gap: 50px;
 }
 .new-validate__line.new-validate__name input,
 .new-validate__line.new-validate__email input,
 .new-validate__line.new-validate__subject input,
 .new-validate__line.new-validate__message textarea {
 min-width: 310px;
 }
}
@media (min-width: 931px) {
 .nav {
 flex-direction: row;
 position: static;
 height: auto;
 width: auto;
 background: none;
 box-shadow: none;
 transform: none;
 padding: 0;
 gap: 25px;
 }
 .hamburger {
 display: none;
 }
}
.intro {
 margin-top: 72px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 position: relative;
}
.intro h1 {
 position: relative;
 margin: 0 auto;
 margin-top: 147px;
 width: 65%;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 72px;
 line-height: 72px;
 letter-spacing: -0.25px;
 text-align: center;
 vertical-align: middle;
 color: #000;
}
.intro .cosmos {
 position: absolute;
 top: 241px;
 left: 23%;
}
.intro .cards {
 margin-top: 40px;
 display: flex;
 justify-content: center;
 align-items: flex-end;
 gap: 32px;
 position: relative;
 z-index: 2;
}
.intro .cards-img {
 height: 1000px;
}
.intro .cards img {
 max-width: fit-content;
}
.curved-section {
 position: absolute;
 width: 115%;
 max-height: 458px;
 height: 100%;
 bottom: -20px;
 left: -7%;
 z-index: 4;
}
.curved-content {
 position: absolute;
 display: flex;
 flex-direction: column;
 align-items: center;
 z-index: 5;
}
.services {
 display: flex;
 flex-direction: column;
 align-items: center;
 position: relative;
 z-index: 9;
}
.services-title {
 padding: 81px 150px 63px 150px;
 margin-bottom: 45px;
 display: flex;
 flex-direction: row;
 align-items: center;
}
.services-title>div {
 width: 100%;
 flex: 1 0 100%;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.services-title h2 {
 margin-right: 15px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 56px;
 line-height: 76.8px;
 letter-spacing: -1.9px;
 vertical-align: middle;
 text-transform: capitalize;
 color: #fff;
}
.dividers {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 9px;
}
.divider.first {
 width: 58px;
 height: 2px;
 background-color: #A234FD;
}
.divider.second {
 width: 30px;
 height: 2px;
 background-color: #A234FD;
}
.services .button {
 max-width: 200px;
 max-height: 62px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 15px 24px;
 gap: 10px;
 white-space: nowrap;
 color: #fff;
 text-decoration: none;
 border: 3px solid #fff;
 border-radius: 16px;
 background-color: #a234fd;
}
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
.banner-card {
 position: relative;
 width: 350px;
 height: 320px;
 background: url("../img/revolutionize-banner.png") center/cover no-repeat;
 border-radius: 18px;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
}
.banner-overlay {
 position: absolute;
 inset: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 background: rgba(255, 255, 255, 0.1);
 border: 1px solid rgba(255, 255, 255, 0.5);
 border-radius: 18px;
 box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 padding: 32px 18px;
}
.banner-title {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 36px;
 line-height: 48px;
 letter-spacing: -0.25px;
 color: #fff;
 text-align: center;
 margin-bottom: 8px;
}
.banner-subtitle {
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 25px;
 color: rgba(255, 255, 255, 0.72);
 text-align: center;
 margin-bottom: 24px;
}
.banner-btn {
 display: flex;
 align-items: center;
 gap: 8px;
 background: #a234fd;
 color: #fff;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 16px;
 padding: 10px 28px;
 border-radius: 8px;
 text-decoration: none;
 box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
 transition: background 0.2s;
}
.banner-btn-icon {
 display: inline-block;
 background: #fff;
 color: #a234fd;
 border-radius: 50%;
 width: 24px;
 height: 24px;
 text-align: center;
 line-height: 24px;
 font-size: 16px;
 margin-right: 4px;
}
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
.services {
 background-image: url("../img/service-bg.jpg");
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 background-color: #000;
 padding: 50px 0;
 color: white;
}
.container {
 max-width: 1170px;
 margin: 0 auto;
 padding: 0 15px;
}
html,
body {
 overflow-x: hidden;
 width: 100%;
}
body {
 background-color: #fff;
 position: relative;
}
.services {
 padding: 81px 63px;
}
.servises-title {
 margin-bottom: 43px;
 max-height: 79px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.servises-title div {
 display: flex;
 align-items: center;
}
.servises-title div h2 {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 56px;
 line-height: 76.8px;
 letter-spacing: -1.9px;
 text-transform: capitalize;
 color: #ffffff;
 vertical-align: middle;
}
.servises-title .dividers {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 margin-left: 25px;
 gap: 8px;
}
.divider.top {
 width: 58px;
 height: 2px;
 background-color: #a234fd;
 margin-bottom: 4px;
}
.divider.bottom {
 width: 30px;
 height: 2px;
 background-color: #a234fd;
}
.services-content {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
 gap: 30px;
 margin-bottom: 95px;
}
.services-content__card {
 padding-top: 41px;
 padding-left: 38px;
 padding-bottom: 37px;
 position: relative;
 min-width: 260px;
 min-height: 340px;
 flex: 1 1 320px;
 border: 1px solid rgba(255, 255, 255, 0.25);
 border-radius: 16px;
 z-index: 2;
 overflow: hidden;
 box-sizing: border-box;
 background: transparent;
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
}
.services-content__card img {
 position: absolute;
 bottom: 0;
 right: 0;
}
.icon-container {
 width: 40px;
 height: 40px;
 display: flex;
 align-items: center;
 justify-content: center;
 box-shadow: 4px 4px 2px 0px #00000033;
 border-radius: 8px;
 background-color: #fff;
}
.btn-more {
 padding: 0 20px 0 13px;
 display: flex;
 align-items: center;
 gap: 17px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 16px;
 line-height: 56px;
 letter-spacing: -0.25px;
 text-align: center;
 text-decoration: none;
 vertical-align: middle;
 color: #fff;
 background-color: #a234fd;
 border: 3px solid #fff;
 border-radius: 16px;
}
.icon-container img {
 font-family: "Inter", sans-serif;
 font-weight: 400;
 font-style: Regular;
 font-size: 23px;
 color: #07000e;
}
.services-content {
 margin-bottom: 95px;
}
.services-content__card h3 {
 margin-bottom: 27px;
 width: 95%;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 30px;
 line-height: 36px;
 letter-spacing: -1.2px;
 vertical-align: middle;
 color: #fffefe;
}
.services-content__card p {
 width: 85%;
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 29.01px;
 letter-spacing: -0.25px;
 color: #ffffff;
 opacity: 0.8;
}
.services-content__card:last-child p {
 width: 77%;
}
.services-content__card:first-child img {
 top: 70px;
 left: 110px;
 bottom: auto;
 right: auto;
 opacity: 1;
 z-index: 0;
}
.services-content__card:nth-child(2) img {
 top: 110px;
 left: 233px;
}
.services-content__card:last-child img {
 top: 103px;
 left: 170px;
}
.advantages {
 margin-bottom: 151px;
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 0;
}
.advantages__row--top {
 display: flex;
 flex-direction: row;
 justify-content: center;
 gap: 27px;
 margin-bottom: 27px;
 width: 100%;
}
.advantages__row--bottom {
 display: flex;
 flex-direction: row;
 justify-content: center;
 gap: 27px;
 width: 100%;
}
.advantages__card {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 27px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 24px;
 line-height: 34.91px;
 letter-spacing: -0.25px;
 color: #fff;
 width: 370px;
 height: 110px;
 border: 2px solid rgba(255, 255, 255, 0.25);
 border-radius: 16px;
 background: none;
 box-sizing: border-box;
}
.advantages__row {
 display: flex;
 justify-content: center;
 gap: 27px;
 width: 100%;
}
.advantages__row .advantages__card {
 margin-top: 0;
}
.advantages__card:nth-child(n + 4) {
 margin-top: 27px;
}
@media (max-width: 1200px) {
 .advantages__card {
 width: 100%;
 max-width: 370px;
 }
 .advantages__card:nth-child(4) {
 margin-left: 0;
 }
}
.advantages__card {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 27px;
 width: 370px;
 height: 110px;
 border: 2px solid rgba(255, 255, 255, 0.25);
 border-radius: 16px;
 background: none;
 box-sizing: border-box;
}
.services-content+.advantages {
 margin-top: 95px;
}
.advantages__card p {
 width: 46%;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 24px;
 line-height: 34.91px;
 letter-spacing: -0.25px;
 color: #fff;
 margin: 0;
 white-space: pre-line;
}
.advantages__card img {
 width: 69px;
 height: 72px;
 margin-left: 20px;
 margin-right: 0;
 object-fit: unset;
}
.advantages__row .advantages__row--top {
 max-width: 1170px;
}
.transform-learning {
 flex-direction: column;
 align-items: flex-start;
}
.transform-learning h2 {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 56px;
 line-height: 92.16px;
 letter-spacing: -1.9px;
 vertical-align: middle;
 text-transform: capitalize;
 color: #fff;
}
.transform-learning__title {
 max-height: 93px;
 margin-bottom: 14px;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-start;
 gap: 110px;
}
.transform-learning .dividers {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 8px;
}
.transform-learning__content p {
 margin: 0;
 padding: 0;
 font-family: "DM Sans", sans-serif;
 font-synthesis: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 color: #333;
 width: 49%;
 font-weight: 400;
 font-style: 9pt Regular;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 0.07px;
 color: #bababacc;
 opacity: 0.8;
}
.transform .knowledge__container.access .knowledge__image img,
.empower .knowledge__container.unlock .knowledge__image img,
.commitment .knowledge__container.access .knowledge__image img {
 border-radius: 0;
}
.empower-wrapper {
 padding: 111px 0 0 0;
}
.revolutionize {
 position: relative;
 padding: 80px 113px;
 background-image: url("../img/revolutionize-bg.png");
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 background-color: #fff;
}
.revolutionize-title {
 margin-bottom: 67px;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 gap: 110px;
}
.revolutionize-title h2 {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 56px;
 line-height: 92.16px;
 letter-spacing: -1.9px;
 text-align: center;
 vertical-align: middle;
 color: #07000e;
}
.revolutionize .dividers {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 8px;
}
.revolutionize-content {
 max-width: 1170px;
 margin-left: auto;
 margin-right: auto;
 display: flex;
 flex-direction: row;
 align-items: flex-start;
 justify-content: center;
 gap: 20px;
}
.revolutionize-images {
 margin-bottom: 30px;
 display: flex;
 flex-direction: row;
 align-items: start;
 justify-content: center;
 gap: 33px;
 max-width: 50%;
}
.revolutionize-image {
 padding: 0 34px 37px 35px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: end;
 background: url("../img/revolutionize-banner.png") no-repeat center center;
 background-size: cover;
 background-position: center;
 min-width: 400px;
 height: 453px;
 position: relative;
 border-radius: 20px;
 overflow: hidden;
}
.revolutionize-image .revolutionize-image__text {
 max-width: 331px;
 max-height: 196px;
 padding: 29px 68px 36px 68px;
 border: 1px solid rgba(255, 255, 255, 0.5);
 background-color: rgba(255, 255, 255, 0.1);
 border-radius: 14px;
 box-shadow: 0px 4px 30px 0px #0000001A;
 backdrop-filter: blur(10px)
}
.revolutionize-image__text h6 {
 margin-bottom: 2px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 36px;
 line-height: 47.99px;
 letter-spacing: -0.25px;
 text-align: center;
 vertical-align: middle;
 color: #fff;
}
.revolutionize-image__text p {
 margin-bottom: 24px;
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 24.89px;
 letter-spacing: 0%;
 text-align: center;
 vertical-align: middle;
 white-space: nowrap;
 color: #fff;
 opacity: 0.72;
}
.revolutionize-image__text {
 padding: 20px;
}
.revolutionize-image__text h6 {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 36px;
 line-height: 47.99px;
 letter-spacing: -0.25px;
 white-space: nowrap;
 text-align: center;
 vertical-align: middle;
 color: #fff;
}
.revolutionize-image__text .btn-more {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 122px;
 height: 37px;
 padding: 0;
 gap: 8px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 14px;
 line-height: 1;
 letter-spacing: 0%;
 border-radius: 8px;
 color: #fff;
 text-decoration: none;
 background: #A234FD;
 border: 1px solid #fff;
 margin: 0 auto;
}
.revolutionize-image__text .btn-more .icon-container {
 width: 23px;
 height: 23px;
}
.revolutionize-images img:first-of-type {}
.revolutionize-images img:last-of-type {}
.revolutionize-text {
 max-width: 526px;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}
.revolutionize-text h4 {
 margin-bottom: 20px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 30px;
 line-height: 38.4px;
 letter-spacing: -0.25px;
 vertical-align: middle;
 color: #07000e;
}
.revolutionize-text p {
 margin-bottom: 32px;
 width: 89%;
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-style: 9pt Regular;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #716f73;
}
.revolutionize-list {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 0 40px;
 width: 100%;
 padding-left: 0;
 margin: 0;
}
.revolutionize-list li {
 border-bottom: 1px solid #d5d5d5;
 font-family: "DM Sans", sans-serif;
 font-weight: 500;
 font-style: Medium;
 font-size: 16px;
 line-height: 45px;
 letter-spacing: 0;
 vertical-align: middle;
 list-style: none;
 padding-left: 24px;
 position: relative;
}
.revolutionize-list li:nth-child(1),
.revolutionize-list li:nth-child(2) {
 border-top: 1px solid #d5d5d5;
}
.revolutionize-list li::before {
 content: "";
 display: inline-block;
 width: 8px;
 height: 8px;
 background: #a234fd;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 border-radius: 2px;
}
.counters {
 margin-bottom: 60px;
 max-width: 1205px;
 width: 100%;
 min-height: 168px;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -19%;
 border-radius: 16px;
 background: url("../img/counters.png") center/cover no-repeat;
 background-color: #000;
 box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 32px 48px;
 z-index: 2;
}
.counters__items {
 display: flex;
 justify-content: center;
 align-items: stretch;
 width: 100%;
 gap: 0;
}
.counters__item {
 flex: 1 1 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 position: relative;
 min-width: 200px;
}
.counters__label {
 margin-left: auto;
 margin-right: auto;
 margin-top: 8px;
 text-align: center;
 font-family: "DM Sans", sans-serif;
 font-size: 18px;
 font-weight: 400;
 color: #bdb7c1;
 opacity: 0.58;
}
.counters__value {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 48px;
 line-height: 1.1;
 color: #fff;
 margin-bottom: 10px;
 margin-top: 8px;
 text-align: center;
 letter-spacing: -0.5px;
}
.counters__plus {
 font-size: 32px;
 font-weight: 700;
 color: #fff;
 margin-left: 2px;
}
.counters__label {
 font-family: "DM Sans", sans-serif;
 font-size: 18px;
 font-weight: 400;
 color: #bdb7c1;
 margin-top: 8px;
 text-align: center;
 opacity: 0.58;
}
.counters__row {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 18px;
 width: 100%;
}
.counters__square {
 display: inline-block;
 width: 24px;
 height: 24px;
 background: #a234fd;
 border-radius: 6px;
 flex-shrink: 0;
 margin: 0;
}
@media (max-width: 900px) {
 .counters {
 flex-direction: column;
 padding: 24px 8px;
 min-height: 0;
 }
 .counters__items {
 flex-direction: row;
 gap: 24px;
 }
 .counters__item:not(:last-child)::after {
 display: none;
 }
 .revolutionize {
 padding: 80px 0 260px 0;
 }
}
.feedback-wrapper {
 width: 63%;
 display: flex;
 align-items: center;
 justify-content: space-around;
}
.feedback {
 margin-top: 24px;
 padding: 145px 0 0 0;
 background: url("../img/feedback.jpg") center/cover no-repeat;
 position: relative;
 padding-bottom: 100px;
}
.feedback__title {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 gap: 32px;
 width: 100%;
}
.feedback__title h2 {
 margin: 0;
 padding: 0;
 text-align: right;
 white-space: nowrap;
 font-size: 56px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 line-height: 92.16px;
 letter-spacing: -0.25px;
 color: #07000e;
}
.feedback .dividers {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 8px;
 margin-left: 24px;
}
.feedback h2 {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 56px;
 line-height: 92.16px;
 letter-spacing: -0.25px;
 text-align: center;
 vertical-align: middle;
 text-transform: capitalize;
 color: #07000e;
}
.feedback .dividers {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 8px;
}
.slider {
 position: relative;
 max-width: 700px;
 margin: 0 auto;
}
.slider {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 overflow: visible;
 width: 693px;
 max-width: 100vw;
 margin: 0 auto;
 min-height: 420px;
}
.slide {
 position: absolute;
 left: 50%;
 top: 0;
 width: 693px;
 max-width: 693px;
 min-height: 373px;
 opacity: 0;
 pointer-events: none;
 transition: transform 0.5s cubic-bezier(0.4, 2, 0.6, 1), filter 0.5s,
 opacity 0.5s;
 z-index: 1;
 margin: 0;
 padding: 40px 30px;
 border-radius: 20px;
}
.slide.active {
 opacity: 1;
 pointer-events: auto;
 transform: translateX(-50%) scale(1);
 filter: none;
 z-index: 2;
}
.slide.prev {
 opacity: 1;
 pointer-events: none;
 transform: translateX(-150%) scale(0.85);
 filter: blur(2px) grayscale(1) opacity(0.6);
 z-index: 1;
}
.slide.next {
 opacity: 1;
 pointer-events: none;
 transform: translateX(50%) scale(0.85);
 filter: blur(2px) grayscale(1) opacity(0.6);
 z-index: 1;
}
@media (max-width: 900px) {
 .slider {
 max-width: 98vw;
 min-height: 0;
 }
 .slide {
 width: 98vw;
 max-width: 98vw;
 padding: 20px 2vw;
 }
 .slide.prev {
 transform: translateX(-70%) scale(0.7);
 }
 .slide.next {
 transform: translateX(5%) scale(0.7);
 }
}
.slide.active {
 display: block;
}
.avatar {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 15px;
 margin-bottom: 10px;
}
.avatar img {
 max-width: 92px;
 max-height: 92px;
 border-radius: 50%;
 border: 3px solid #fff;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.avatar .ai-icon {
 width: 40px;
 height: 40px;
}
.name {
 margin-bottom: 15px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 14px;
 line-height: 21.78px;
 letter-spacing: 0%;
 text-align: center;
 vertical-align: middle;
 text-transform: uppercase;
 color: #07000e;
}
.slide h3 {
 margin-bottom: 66px;
 width: 90%;
 margin: 0 auto;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 36px;
 line-height: 47.99px;
 letter-spacing: -0.25px;
 text-align: center;
 vertical-align: middle;
 color: #07000e;
}
.stars {
 margin-top: 22px;
 margin-bottom: 28px;
 display: flex;
 justify-content: center;
 gap: 4px;
 align-items: center;
}
.star-icon {
 width: 18px;
 height: 16px;
 display: inline-block;
}
.text {
 width: 90%;
 margin: 0 auto;
 margin-bottom: 25px;
 font-family: DM Sans;
 font-weight: 400;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 0%;
 text-align: center;
 color: #07000e;
}
.controls {
 margin-top: 20px;
}
.controls button {
 font-size: 24px;
 background: #6c63ff;
 color: white;
 border: none;
 padding: 10px 20px;
 margin: 0 10px;
 border-radius: 50%;
 cursor: pointer;
 transition: background 0.3s;
}
.controls button:hover {
 background: #5848e5;
}
.testimonial-btn {
 margin-top: 30px;
 background: #8b5cf6;
 color: white;
 border: none;
 padding: 10px 30px;
 border-radius: 25px;
 font-size: 16px;
 cursor: pointer;
 transition: background 0.3s;
}
.testimonial-btn:hover {
 background: #6d3cf3;
}
.knowledge-wrapper {
 padding: 154px 0 113px 0;
 background-color: #fff;
}
.knowledge {
 background: #fff;
 width: 100%;
}
.knowledge__container {
 max-width: 1300px;
 margin: 0 auto;
 display: flex;
 align-items: flex-start;
 gap: 60px;
}
.knowledge__image {
 flex: 1;
 max-width: 551px;
 width: 100%;
}
.knowledge__image img {
 width: 100%;
 max-width: 100%;
 height: auto;
 border-radius: 0 0 24px 24px;
 box-sizing: border-box;
}
.knowledge__content {
 flex: 1;
 color: #07000e;
}
.knowledge__title {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 56px;
 letter-spacing: -4px;
 line-height: 1.2;
 margin: 0 0 32px 0;
}
.knowledge__desc {
 width: 96%;
 margin-bottom: 40px;
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 0%;
 color: #5f5d61;
}
.knowledge__features ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.knowledge__features h3 {
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 0%;
 color: #5f5d61;
}
.knowledge__features span {
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 0%;
 color: #5f5d61;
}
.knowledge__features h3:first-child {
 margin-top: 0;
}
.knowledge__features ul {
 margin-bottom: 16px;
}
.knowledge__features li {
 position: relative;
 padding-left: 32px;
 margin-bottom: 6px;
 font-size: 16px;
 line-height: 1.6;
 color: #5f5d61;
 list-style-type: none;
}
.knowledge__features li:before {
 content: "·";
 position: absolute;
 left: 0;
 top: 0;
 width: 24px;
 height: 24px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 16px;
}
.knowledge__features li {
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 0%;
}
@media (max-width: 768px) {
	.nav.active {
		z-index: 99999;
        max-width: 92vw;
        width: 92vw;
	}
	.orbit-track {
		overflow: hidden;
	}
 .knowledge__container {
 flex-direction: column;
 gap: 30px;
 padding: 0 15px;
 }
 .knowledge__image {
 width: 100%;
 max-width: 100%;
 }
 .knowledge__title {
 font-size: 28px;
 margin-bottom: 15px;
 }
 .knowledge__desc,
 .knowledge__features li {
 font-size: 15px;
 line-height: 22px;
 }
 .knowledge__image img {
 max-width: 100%;
 border-radius: 0 0 24px 24px;
 }
 .servises-title div h2 {
 font-size: 46px;
 line-height: 50.8px;
 }
 .servises-title .dividers {
 display: none;
 }
 .services-content__card {
 min-height: 454px;
 }
 .transform-learning h2 {
 font-size: 45px;
 line-height: 50px;
 }
 .footer .form .form__elem {
 flex-direction: column;
 }
 .footer .container .form__elem h3,
 .footer .form .form__elem p {
 width: 100%;
 }
 .new-validate {
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 gap: 30px;
 }
 .new-validate__line {
	display: flex;
 }
 .new-validate__message {
	display: flex;
 }
 .new-validate__line.new-validate__message textarea {
 margin-bottom: 0;
 }
 .new-validate__line.new-validate__btn {
 margin: 0 auto;
 }
}
.knowledge__container.unlock {
 margin-bottom: 75px;
}
.knowledge__container.unlock .knowledge__content {
 margin-top: 32px;
}
.knowledge__container.master {
 margin-bottom: 99px;
}
.knowledge__container.master .knowledge__content {
 margin-top: 47px;
}
.knowledge__container.access {
 margin-bottom: 79px;
}
.knowledge__container.access .knowledge__content {
 margin-top: 32px;
}
.knowledge__container.portable .knowledge__content {
 margin-top: 20px;
}
.ebooks {
 padding: 67px 0 91px 0;
 background: url("../img/ebooks-bg.jpg") no-repeat center center;
 background-size: cover;
 width: 100%;
 position: relative;
}
.text-wrapper.mw-690 h2 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
 width: 90%;
 margin: 0 auto;
 margin-bottom: 33px;
 font-family: "DM Sans", sans-serif;
 font-weight: 800;
 font-size: 60px;
 line-height: 63.6px;
 letter-spacing: -2.4px;
 text-align: center;
 vertical-align: middle;
 text-transform: capitalize;
 color: #fff;
 white-space: nowrap;
}
#ebooks .text-wrapper.mw-690 h2 {
	margin-bottom: 60px;
}
.text-wrapper p {
 display: none;
}
.ebooks__items.row {
 margin-bottom: 96px;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 33px;
}
.ebooks__items.row .item {
 max-width: 400px;
 max-height: 566px;
}
.ebooks__items.row .item img {
 width: 100%;
 max-width: 100%;
}
.ebooks__button {
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: 40px;
}
.circles {
 width: 140px;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: nowrap;
}
.ebooks__button a {
 position: relative;
 z-index: 1;
 display: flex;
 gap: 20px;
}
.circles img {
 position: absolute;
 width: 56px;
 height: 56px;
 z-index: 0;
}
.circles .circle1 {
 left: -5%;
}
.circles .circle2 {
 left: 10%;
 z-index: 2;
}
.circles .circle3 {
 left: 33%;
 z-index: 3;
}
.circles .circle4 {
 left: 50%;
 z-index: 4;
}
.ebooks__button a {
 font-family: "DM Sans", sans-serif;
 font-weight: 600;
 font-size: 18px;
 line-height: 56px;
 letter-spacing: 0%;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 color: #fff;
}
.ebooks__slider.swiper {
  overflow: hidden;
	max-width: 90%;
}
.ebooks__items.row {
  display: flex;
  flex-wrap: nowrap;
}
.ebooks__item {
  flex-shrink: 0;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0 10px;
}
.swiper-wrapper {
  transition-timing-function: ease-in-out;
}
.ebooks .swiper-button-next:after, .ebooks .swiper-button-prev:after {
	color: #a234fd;
}
#ebooks .text-wrapper {
	text-align: center;
	padding-top: 10px;
}
#ebooks .text-wrapper p {
	font-family: "DM Sans", sans-serif;
	color: #fff;
	display: inline-block;
	font-size: 24px;
}
.footer-marquee {
 margin-top: 91px;
 padding: 0;
 width: 100vw;
 background: linear-gradient(90deg, #5e5df0 0%, #a234fd 100%);
 overflow: hidden;
}
.marquee {
 padding: 12.5px 15px;
 width: 100%;
 overflow: hidden;
 white-space: nowrap;
 position: absolute;
 bottom: 0;
 height: 56px;
 display: flex;
 align-items: center;
 background: linear-gradient(to right, #3a33ff, #a633ff);
}
.marquee__inner {
 display: inline-block;
 white-space: nowrap;
 animation: marquee 18s linear infinite;
}
.marquee__inner span {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 24px;
 line-height: 37.33px;
 color: #fefefe;
 margin: 0 36px;
 letter-spacing: 0;
 vertical-align: middle;
 display: inline-block;
}
@keyframes marquee {
 0% {
 transform: translateX(0);
 }
 100% {
 transform: translateX(-50%);
 }
}
.footer span {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 24px;
 line-height: 37.33px;
 letter-spacing: 0%;
 vertical-align: middle;
}
.footer .dimensions {
 color: #66ffcc;
 font-weight: bold;
}
.slider-progress {
 width: 80%;
 max-width: 350px;
 height: 3px;
 margin: 58px auto 0 auto;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0;
 background: #e4e4e4;
 border-radius: 4px;
 overflow: hidden;
 position: relative;
 z-index: 10;
}
.slider-progress__bar {
 flex: 1 1 0;
 height: 3px;
 background: #e4e4e4;
 transition: background 0.3s;
 cursor: pointer;
 border-radius: 4px;
 position: relative;
}
.slider-progress__bar.active {
 background: #a234fd;
}
.slider-progress__bar[data-index="2"] {
 margin-right: 0;
}
.feedback-button-container {
 display: flex;
 justify-content: center;
 margin-top: 40px;
 width: 100%;
}
.feedback-button {
 max-height: 30px;
 padding: 0px 13px;
 display: inline-block;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 16px;
 line-height: 30px;
 letter-spacing: 0%;
 vertical-align: middle;
 border-radius: 8px;
 background: #A234FD;
 color: #fff;
 text-decoration: none;
 cursor: pointer;
 transition: all 0.3s ease;
}
.feedback-button:hover {
 background: #8B1AE8;
 transform: translateY(-2px);
 box-shadow: 0 6px 20px rgba(162, 52, 253, 0.4);
}
.feedback-button:active {
 transform: translateY(0);
 box-shadow: 0 2px 10px rgba(162, 52, 253, 0.3);
}
@media (max-width: 768px) {
 .feedback-button {
 padding: 12px 24px;
 font-size: 15px;
 }
}
@media (min-width: 1025px) and (max-width: 1440px) {
 .services-content {
 flex-wrap: nowrap;
 justify-content: center;
 gap: 30px;
 max-width: 1170px;
 margin: 0 auto;
 }
 .services-content__card {
 width: 360px;
 height: 340px;
 flex: 0 0 calc(33.333% - 20px);
 margin: 0;
 }
 .services-content__card:nth-child(n+4) {
 flex: 0 0 calc(50% - 15px);
 max-width: calc(50% - 15px);
 }
 .advantages__row {
 flex-wrap: wrap;
 justify-content: center;
 gap: 20px;
 }
 .advantages__card {
 flex: 0 1 calc(33.333% - 20px);
 max-width: 300px;
 margin: 0;
 }
}
@media (max-width: 1024px) {
 .services-content {
 flex-direction: row;
 align-items: stretch;
 gap: 18px;
 padding: 0 10px;
 }
 .services-content {
 margin-top: 0;
 }
 .services-content__card:first-child img,
 .services-content__card:nth-child(2) img,
 .services-content__card:last-child img {
 right: 0px;
 bottom: 0px;
 left: auto;
 top: auto;
 }
 .services-content__card {
 width: 100%;
 max-width: 500px;
 min-width: 220px;
 min-height: 240px;
 height: auto;
 margin: 0 auto 14px auto;
 padding: 22px 14px;
 font-size: 18px;
 }
 .transform-learning .dividers {
 display: none;
 }
 .transform-learning__content p {
 width: 90%;
 }
 .knowledge__title {
 font-size: 50px;
 }
 .knowledge__container.unlock .knowledge__content {
 margin-top: 0;
 }
 body .price {
 padding: 80px 40px;
 }
 .services-content__card:first-child img,
 .services-content__card:nth-child(2) img,
 .services-content__card:last-child img {
 right: 0px;
 bottom: 0px;
 }
 .advantages {
 padding: 0 10px;
 gap: 20px;
 }
 .advantages__row,
 .advantages__row--top,
 .advantages__row--bottom {
 flex-wrap: nowrap;
 flex-direction: row;
 gap: 16px;
 justify-content: center;
 }
 .advantages__card {
 flex: 1 1 calc(50% - 16px);
 max-width: 100%;
 min-width: 220px;
 height: auto;
 padding: 18px 12px;
 font-size: 18px;
 }
 .advantages__row.advantages__row--bottom .advantages__card {
 max-width: 370px;
 }
 .footer .container .form {
 padding: 60px 30px 42px 30px;
 }
 .footer .container .form__elem h3 {
 width: 90%;
 }
 .counters {
 width: 95%;
 bottom: -14%;
 }
}
@media (max-width: 900px) {
 .advantages__row,
 .advantages__row--top,
 .advantages__row--bottom {
 flex-direction: column;
 gap: 14px;
 align-items: center;
 }
 .advantages__card {
 flex: 1 1 100%;
 max-width: 100%;
 min-width: 0;
 height: auto;
 padding: 14px 8px;
 font-size: 16px;
 margin-bottom: 8px;
 }
}
@media (max-width: 700px) {
 .advantages {
 gap: 12px;
 padding: 0 4px;
 }
 .advantages__row,
 .advantages__row--top,
 .advantages__row--bottom {
 flex-direction: column;
 gap: 10px;
 align-items: center;
 }
 .advantages__card {
 flex: 1 1 100%;
 max-width: 100%;
 min-width: 0;
 height: auto;
 padding: 10px 4px;
 font-size: 15px;
 margin-bottom: 6px;
 }
 .services .services-content {
 gap: 20px;
 }
}
@media (max-width: 900px) {
 .slider {
 min-height: 400px;
 overflow: visible;
 }
 .slide.next,
 .slide.prev {
 filter: blur(5px) grayscale(1) opacity(0.5);
 }
}
@media (max-width: 855px) {
 .footer-links__col {
 margin-bottom: 30px;
 }
}
@media (max-width: 700px) {
 .slider-progress {
 width: 100%;
 max-width: 220px;
 height: 5px;
 }
 .slider-progress__bar {
 height: 5px;
 }
 .services-content {
 flex-direction: column;
 align-items: center;
 gap: 6px;
 padding: 0 2px;
 }
 .services-content__card {
 width: 100%;
 max-width: 100%;
 min-width: 0;
 min-height: 100px;
 height: auto;
 margin: 0 auto 4px auto;
 padding: 6px 2px;
 font-size: 14px;
 }
 .advantages__card {
 flex: 0 1 100%;
 max-width: 100%;
 margin-bottom: 15px;
 }
 .advantages__row--top,
 .advantages__row--bottom {
 flex-direction: column;
 align-items: center;
 }
}
.transform-wrapper {
 margin-top: 131px;
 margin-bottom: 120px;
 background-color: #fff !important;
 width: 100%;
 overflow: hidden;
}
.transform,
.achieve {
 background-color: #fff;
 width: 100%;
}
.questions-wrapper {
 max-width: 1100px;
 margin: 0 auto;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
}
.questions__title {
 margin-bottom: 30px;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 30px;
}
.questions__title h2 {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 72px;
 line-height: 92.16px;
 letter-spacing: -0.25px;
 text-align: center;
 color: #07000E;
}
.questions {
 background-image: url("../img/faq-bg.jpg");
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 padding: 100px 140px;
}
.questions__item {
 padding: 21px 30px;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: flex-start;
 flex-wrap: wrap;
 background-color: #fff;
 border-radius: 12px;
 cursor: pointer;
 box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
 transition: all 0.3s ease;
 border: 1px solid #f0f0f0;
}
.submenu {
 display: none;
}
.submenu.active {
 display: block;
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 0%;
 color: #fff;
}
.questions__items {
 width: 100%;
 max-width: 100%;
 display: flex;
 flex-direction: column;
 gap: 15px;
 margin-top: 30px;
}
.questions__item p {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 22px;
 line-height: 32px;
 letter-spacing: -0.25px;
 vertical-align: middle;
 color: #07000E;
}
.questions__item:has(.submenu.active) {
 background: linear-gradient(90deg, #F9B7BC 0%, #771A8B 50%, #A234FD 100%);
 color: #fff;
 border: none;
 box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.questions__item:has(.submenu.active)>p {
 color: #fff;
 width: 70%;
}
.questions__item:has(.submenu.active) .submenu.active {
 margin: 0 auto;
 margin-top: -50px;
 width: 50%;
 color: #fff;
}
.questions__item:has(.submenu.active) .questions__icon {
 align-self: end;
}
.questions__item:hover {
 box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
 transform: translateY(-2px);
}
.questions__icon {
 position: relative;
 width: 24px;
 height: 24px;
}
.questions__icon img {
 position: absolute;
 top: 0;
 left: 0;
 transition: opacity 0.3s ease;
}
.questions__icon img:last-child {
 opacity: 0;
}
.questions__item:has(.submenu.active) .questions__icon img:first-child {
 opacity: 0;
}
.questions__item:has(.submenu.active) .questions__icon img:last-child {
 opacity: 1;
}
.questions__img {
 display: none;
}
.questions__item:has(.submenu.active) .questions__img {
 display: block;
 border-radius: 16px;
}
.price {
 padding: 131px 0 153px 0;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 background-color: #000;
}
.price__title {
 width: 80%;
 margin-bottom: 87px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 54.3px;
 line-height: 55.18px;
 letter-spacing: -0.25px;
 text-align: center;
 vertical-align: middle;
 color: #fff;
}
.price-item:nth-child(2) {
 border: 3px solid #A234FD;
}
.price-item__box {
 padding: 39px 50px 47px 66px;
}
.price__items {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: flex-start;
 gap: 30px;
}
.price-item__name {
 text-align: center;
}
.price-item__name span {
 margin-bottom: 13px;
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 19px;
 line-height: 29.87px;
 letter-spacing: 0%;
 text-align: center;
 color: #07000E;
}
.disc.price-item__description {
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #0B1B2B;
}
.price-item__price .price-item__currency {
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 21px;
 line-height: 31.5px;
 letter-spacing: 0%;
 text-align: center;
 vertical-align: middle;
 color: #0B1B2B;
}
.price-item__trial {
 margin-bottom: 40px;
}
.price-item:nth-child(2) .price-item__trial::after {
 content: '';
 display: block;
 width: 290px;
 height: 124px;
 margin: 24px auto 0 auto;
 background-image: url("../img/price-img.png");
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
}
.price-item__trial span {
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 letter-spacing: 0%;
 color: #0B1B2B;
}
.price-item__trial {
 margin-bottom: 40px;
}
.price-item {
 background-color: #fff;
 border-radius: 16px;
 width: 100%;
 height: 100%;
 max-width: 100%;
 box-sizing: border-box;
 display: flex;
 flex-direction: column;
 align-items: center;
 position: relative;
 overflow: visible;
}
.price-item-image {
 display: block;
 width: 120px;
 height: auto;
 transition: transform 0.3s ease;
 position: relative;
 z-index: 1;
}
.price-item:hover .price-item-image {
 transform: scale(1.05);
 opacity: 0.95;
}
.price-item__button-wrapper {
 position: relative;
 z-index: 2;
}
@media (min-width: 1440px) {
 .price-item {
 max-width: 389px;
 max-height: 504px;
 }
}
@media (max-width: 1350px) {
 .knowledge-wrapper,
 .transform-wrapper,
 .empower-wrapper {
 padding: 50px 40px;
 }
}
@media (max-width: 1300px) {
 .questions__item:has(.submenu.active) .submenu.active {
 margin-top: 0;
 width: 90%;
 }
 .advantages__row.advantages__row--top,
 .advantages__row.advantages__row--bottom {
 flex-wrap: wrap;
 }
 .advantages__card {
 flex: 1;
 max-width: 100%;
 min-width: 255px;
 }
 .advantages__card p {
 font-size: 18px;
 }
 .questions .questions-wrapper .questions__item .questions__img {
 display: none;
 }
 .questions__item:has(.submenu.active) .submenu.active {
 width: 100%;
 }
}
.price-item__button-wrapper {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 0 5px 0 20px;
 border-radius: 8px;
 background-color: #A234FD;
 box-shadow: 0px 4px 1.96px 0.04px #8452B633;
}
.price-item__button-arrow {
 width: 40px;
 height: 40px;
 min-width: 40px;
 min-height: 40px;
 background-color: #fff;
 border-radius: 10px;
 display: flex !important;
 align-items: center;
 justify-content: center;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 margin-left: 10px;
 flex-shrink: 0;
 transition: all 0.3s ease;
 box-shadow: 4px 4px 2px 0px #00000033;
}
.price-item__button-arrow::after {
 content: '';
 display: block;
 width: 20px;
 height: 20px;
 background-image: url('../img/arrow-btn.png');
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
}
.price-item__button-wrapper {
 margin: 0 auto;
 max-width: 235px;
 max-height: 56px;
 display: flex !important;
 align-items: center;
 justify-content: space-between;
 padding: 8px 20px 8px 20px !important;
}
.price-item__button-wrapper>.button {
 flex: 1;
 text-align: left;
 padding: 0 10px !important;
 margin: 0 !important;
 width: auto !important;
 display: block !important;
}
.price-item__button-wrapper .button {
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 16px;
 line-height: 50px;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 white-space: nowrap;
 border-radius: 3px solid #fff;
 color: #fff;
}
@media (max-width: 375px) {
 .questions-wrapper {
 padding: 40px 15px;
 }
 .questions__title h2 {
 font-size: 32px;
 line-height: 1.2;
 }
 .questions__img {
 display: none;
 }
 .questions__item {
 padding: 15px;
 width: 100%;
 }
 .questions__item p {
 font-size: 16px;
 }
 .knowledge-wrapper {
 padding: 40px 20px 40px 20px;
 }
 .revolutionize {
 padding: 80px 20px 120px 20px;
 }
 .knowledge__desc,
 .knowledge__features li {
 font-size: 14px;
 line-height: 20px;
 text-align: justify;
 }
 .questions {
 padding: 30px 20px;
 }
 .pre-header {
 display: none !important;
 }
}
.footer {
 background-image: url(../img/contacts-bg.jpg);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}
.footer .container {
 max-width: 1160px;
}
.form {
 padding: 89px 0 42px 0;
 border-bottom: 1px solid #2D2736;
}
.form__elem {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 gap: 98px;
}
.form__elem h3 {
 width: 73%;
 margin-bottom: 25px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 72px;
 line-height: 72px;
 letter-spacing: -2px;
 vertical-align: middle;
 color: #fff;
}
.form__elem p {
 width: 74%;
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 24px;
 line-height: 36px;
 letter-spacing: -0.55px;
 color: #9F9E9E;
}
.new-validate__line.new-validate__name label,
.new-validate__line.new-validate__email label,
.new-validate__line.new-validate__subject label,
.new-validate__line.new-validate__message label {
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 14px;
 line-height: 21.78px;
 letter-spacing: -0.25px;
 vertical-align: middle;
 color: #C1C1C1;
 white-space: nowrap;
 margin-right: 5px;
}
.new-validate__line.new-validate__name input:focus-visible,
.new-validate__line.new-validate__email input:focus-visible,
.new-validate__line.new-validate__subject input:focus-visible,
.new-validate__line.new-validate__message textarea:focus-visible,
.new-validate__line.new-validate__name input:focus,
.new-validate__line.new-validate__email input:focus,
.new-validate__line.new-validate__subject input:focus,
.new-validate__line.new-validate__message textarea:focus {
outline: 1px solid #A234FD;
}
.new-validate__line.new-validate__name input,
.new-validate__line.new-validate__email input,
.new-validate__line.new-validate__subject input,
.new-validate__line.new-validate__message textarea {
 padding: 5px 10px;
 width: 242px;
 height: 42px;
 border-radius: 6px;
 background-color: #352146;
 color: #C1C1C1;
 border: none;
 box-shadow: none;
 -webkit-appearance: none;
 appearance: none;
}
.new-validate__line.new-validate__message textarea {
 margin-bottom: 28px;
}
.btn-site {
 padding: 0 8px;
 max-height: 41px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 14px;
 line-height: 37px;
 letter-spacing: 0%;
 text-align: center;
 vertical-align: middle;
 white-space: nowrap;
 border: 3px solid #fff;
 border-radius: 8px;
 color: #fff;
 background-color: #A234FD;
}
.footer-links {
 color: #C1C1C1;
 padding: 60px 0 20px;
 font-family: "DM Sans", sans-serif;
}
.footer-links__inner {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-bottom: 40px;
}
.footer-links__col {
 flex: 1;
 max-width: 182px;
 padding: 0;
}
.footer-links__col:first-child {
 max-width: 233px;
 margin-right: 165px;
}
.footer-links__col.footer-contacts {
 max-width: 254px;
}
.footer-logo {
 max-width: 110px;
 margin-bottom: 31px;
}
.footer-about {
 width: 100%;
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: -0.25px;
 color: #716F73;
}
.social-links {
 display: flex;
 gap: 15px;
}
.social-link {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 36px;
 height: 36px;
 border-radius: 50%;
 background-color: rgba(255, 255, 255, 0.1);
 color: #fff;
 transition: all 0.3s ease;
}
.social-link:hover {
 background-color: #A234FD;
 transform: translateY(-3px);
}
.footer-title {
 margin-bottom: 21px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 24px;
 line-height: 30.72px;
 letter-spacing: -0.25px;
 color: #fff;
}
.footer-title.hidden {
 visibility: hidden;
}
.footer-menu {
 list-style: none;
 padding: 0;
 margin: 0;
}
.footer-menu li {
 margin-bottom: 12px;
}
.footer-menu a {
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 28px;
 text-decoration: none;
 color: #fff;
}
.footer-menu a:hover {
 color: #A234FD;
}
.contact-info p {
 display: flex;
 align-items: flex-start;
 margin-bottom: 15px;
 font-size: 14px;
 line-height: 1.5;
 color: #9F9E9E;
}
.contact-info i {
 margin-right: 10px;
 color: #A234FD;
 margin-top: 4px;
}
.newsletter h4 {
 font-size: 16px;
 margin-bottom: 15px;
 color: #fff;
}
.newsletter-form {
 display: flex;
 position: relative;
 max-width: 100%;
}
.newsletter-form input {
 width: 100%;
 padding: 12px 15px;
 border: 1px solid rgba(255, 255, 255, 0.1);
 background-color: rgba(255, 255, 255, 0.05);
 border-radius: 6px;
 color: #fff;
 font-size: 14px;
}
.newsletter-form button {
 position: absolute;
 right: 5px;
 top: 5px;
 background: #A234FD;
 border: none;
 color: #fff;
 width: 34px;
 height: 34px;
 border-radius: 6px;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 transition: all 0.3s ease;
}
.newsletter-form button:hover {
 background: #8a2be2;
}
.footer-bottom {
 border-top: 1px solid rgba(255, 255, 255, 0.1);
 padding-top: 20px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
 font-size: 14px;
 color: #9F9E9E;
}
.legal-links {
 display: flex;
 gap: 20px;
}
.legal-links a {
 color: #9F9E9E;
 text-decoration: none;
 transition: color 0.3s ease;
}
.legal-links a:hover {
 color: #A234FD;
}
@media (max-width: 991px) {
 .footer-links__col {
 flex: 0 0 50%;
 max-width: 50%;
 }
}
@media (max-width: 576px) {
 .footer-links__col {
 flex: 0 0 100%;
 max-width: 100%;
 }
 .transform-learning__content p {
	width: 100% !important;
	max-width: 100% !important;
 }
 .revolutionize-images {
	max-width: 100% !important;
	width: 100% !important;
	gap: 0;
 }
 .revolutionize-image {
	min-width: 100% !important;
 }
 .footer-bottom {
 flex-direction: column;
 text-align: center;
 gap: 15px;
 }
}
.footer-contacts .footer-menu {
 margin-top: -5px;
}
.footer-contacts .contact-item {
 display: flex;
 flex-direction: column;
 margin-bottom: 15px;
 font-size: 15px;
 line-height: 1.5;
 color: #a0a0a0;
}
.contact-item .contact-label {
 display: inline-block;
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 0%;
 color: #fff;
}
.contact-item .contact-value {
 flex: 1;
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 0%;
 color: #fff;
}
.contact-value a {
 color: #ffffff;
 text-decoration: none;
 transition: color 0.3s ease;
}
.contact-value a:hover {
 color: #4a90e2;
}
@media (max-width: 767px) {
 .footer-contacts .contact-item {
 flex-direction: column;
 }
 .contact-label {
 margin-bottom: 5px;
 min-width: 100%;
 }
}
.copyright {
 background: linear-gradient(90deg, #3D34FD 0%, #A234FD 100%);
}
.copyright .pre-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 8px 40px;
 background-color: #000;
 color: #fff;
 font-family: 'DM Sans', sans-serif;
 font-size: 14px;
 font-weight: 500;
 line-height: 1.4;
}
.copyright .container {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 30px;
 padding: 20px 0;
}
.copyright .links {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
}
.copyright .links a,
.copyright p {
 font-family: "DM Sans", sans-serif;
 font-weight: 400;
 font-size: 14px;
 line-height: 21px;
 text-decoration: none;
 letter-spacing: 0%;
 white-space: nowrap;
 color: #fff;
}
@media (max-width: 1199px) {
 .pre-header {
 display: none;
 }
}
@media (max-width: 1300px) {
 .il-title-part {
 font-size: 65px;
 line-height: 70px;
 }
 .price-item__box {
 padding: 39px 20px 47px 20px;
 }
 .questions__item:has(.submenu.active) .questions__icon {
 align-self: flex-start;
 }
}
@media (max-width: 1200px) {
 .pre-header {
 display: none;
 }
 .header {
 padding: 0 20px;
 }
 .nav .button {
 padding: 10px 10px;
 }
 .nav a {
 font-size: 14px;
 }
 .login-button {
 margin-right: 20px;
 }
 .inspire-learning {
 padding: 90px 0 45px;
 }
 .inspire-learning-content {
 gap: 7px;
 }
 .revolutionize-content {
 display: flex;
 flex-direction: column;
 align-items: center;
 }
 .revolutionize-text h4,
 .revolutionize-text p {
 width: 100%;
 text-align: center;
 }
 .feedback {
 padding: 200px 0 0 0;
 }
 .copyright {
 padding: 0 40px;
 }
}
@media (max-width: 1024px) {
 .price__items {
 flex-direction: column;
 width: 100%;
 max-width: 100%;
 gap: 20px;
 }
 .price-item {
 width: 100% !important;
 max-width: 100% !important;
 margin: 0 0 20px 0;
 box-sizing: border-box;
 }
 .header .container {
 padding: 22px 25px 23px 25px;
 }
 .nav {
 gap: 20px;
 }
 .nav .button div {
 width: 30px;
 height: 30px;
 border-radius: 8px;
 }
 .logo {
 max-width: 120px;
 }
 .intro h1 {
 font-size: 60px;
 line-height: 65px;
 }
 .il-title-part {
 font-size: 50px;
 line-height: 55px;
 }
 .inspire-learning-content {
 gap: 7px;
 }
 .services-content__card:first-child img,
 .services-content__card:nth-child(2) img,
 .services-content__card:last-child img {
 right: 0;
 bottom: 0;
 }
 .servises-title div h2 {
 font-size: 50px;
 line-height: 60.8px;
 }
 .servises-title div h2 {
 margin-bottom: 20px;
 }
 .price-item:nth-child(2) .price-item__trial::after {
 width: auto;
 }
 .price {
 padding: 131px 40px 153px 40px;
 }
 .advantages .advantages__card {
 max-width: 365px;
 max-height: 110px;
 }
 .price__items {
 flex-direction: column;
 }
 .transform-learning__content p {
 width: 100%;
 }
}
@media (max-width: 991px) {
 .inspire-learning {
 padding: 70px 0 40px;
 }
 .il-title-part {
 font-size: 40px;
 line-height: 45px;
 margin: 0 10px;
 }
 .il-description {
 font-size: 14px;
 line-height: 22px;
 }
 .il-footer {
 max-width: 845px;
 }
 .il-title-line {
 gap: 5px;
 }
 .servises-title {
 flex-direction: column;
 gap: 20px;
 }
 .services-content {
 padding-top: 80px;
 }
}
@media (max-width: 830px) {
 .price__items {
 flex-direction: column;
 }
}
@media (max-width: 768px) {
 .inspire-learning {
 padding: 80px 0 80px;
 background-size: 195% 95%;
 }
 #ebooks .text-wrapper.mw-690 h2 {
	white-space: break-spaces;
 }
 .price__title h2 {
	font-size: 32px !important;
 }
 .footer .form .form__elem h3 {
	font-size: 42px;
 }
 .il-description {
 font-size: 13px;
 line-height: 17px;
 padding: 0 10px;
 }
 .icon-container {
 width: 30px;
 height: 30px;
 }
 .intro h1 {
 width: 75%;
 font-size: 45px;
 line-height: 50px;
 }
 .intro .button div,
 .price-item__button-arrow,
 .icon-container {
 width: 30px;
 height: 30px;
 min-width: 30px;
 min-height: 30px;
 border-radius: 8px;
 }
 .revolutionize-images .print {
 display: none;
 }
 .advantages {
 margin-bottom: 90px;
 }
 .servises-title div h2,
 .revolutionize-title h2,
 .feedback h2,
 .text-wrapper.mw-690 h2,
 .price__title,
 .questions__title h2,
 .form__elem h3 {
 font-size: 45px;
 line-height: 50px;
 }
 .price__title {
 width: 100%;
 }
 .advantages {
 gap: 0;
 }
 .services-content {
 margin-top: 100px;
 }
 .services-content+.advantages {
 margin-top: 40px;
 }
 .advantages__row--top {
 margin-bottom: 0;
 }
 .revolutionize {
 padding: 80px 40px 120px 40px;
 }
 .questions {
 padding: 50px 40px;
 }
 .questions__item p {
 font-size: 15px;
 }
 .copyright {
 padding: 0 80px;
 }
 .revolutionize-list li {
 display: flex;
 align-items: center;
 white-space: nowrap;
 }
 .services-content__card h3 {
 font-size: 24px;
 }
 .services-content__card p {
 font-size: 16px;
 }
 .servises-title {
 align-items: flex-start;
 }
 .servises-title .dividers {
 display: flex;
 }
 .servises-title div {
 align-items: anchor-center;
 }
 .services-content__card {
 padding: 30px;
 }
 .feedback-button {
 display: none;
 }
 .transform-wrapper {
	margin-top: 0;
 }
 .services-content__card:first-child img,
 .services-content__card:nth-child(2) img,
 .services-content__card:last-child img {
 right: 0;
 bottom: 0;
 }
}
@media (max-width: 700px) {
 .slider-progress {
 margin: 100px auto 0 auto;
 }
}
@media (max-width: 680px) {
 .counters__items {
 flex-direction: column;
 gap: 0px;
 }
}
@media (max-width: 650px) {
 .services-content {
 margin-top: 140px;
 }
 .revolutionize .dividers {
 display: none;
 }
 .feedback .dividers {
 display: none;
 }
}
.btn-more {
 padding: 0 15px;
}
.il-footer {
 justify-content: center;
}
.services-content__card {
 flex: 1 1 100%;
 min-width: 0;
 width: 100%;
 max-width: 450px;
 margin: 0 auto;
}
.services-content {
 padding-top: 0;
 width: 100%;
 padding: 0 15px;
}
.advantages__card {
 width: 100% !important;
 max-width: 360px;
 min-width: 0;
 flex: 1 1 100%;
 margin: 10px auto !important;
 height: auto;
 padding: 15px;
 gap: 15px;
}
.advantages__card p {
 font-size: 18px;
 line-height: 1.3;
}
.advantages__card img {
 max-width: 40px;
 height: auto;
}
.advantages__row,
.advantages__row--bottom {
 flex-direction: column;
 align-items: center;
 gap: 15px;
}
.advantages__row {
 flex-direction: row;
}
.advantages__row {
 gap: 0;
}
.advantages__card:nth-child(n + 4) {
 margin-top: 0;
}
.services-content {
 margin-top: 45px;
}
.servises-title div h2 {
 text-align: center;
 font-size: 40px;
 line-height: 45.8px;
}
.transform-learning h2 {
 text-align: center;
 margin-bottom: 20px;
}
.transform-learning__content p {
 width: 51%;
}
.services {
 padding: 40px 0px;
}
@media (max-width: 600px) {
 .il-title-part {
 font-size: 33px;
 line-height: 40px;
 }
}
@media (max-width: 530px) {
 .pre-header {
 display: none;
 }
 .header {
 margin: 0;
 padding: 10px 20px;
 }
}
@media (max-width: 580px) {
 .revolutionize-list {
 grid-template-columns: 1fr;
 }
 .revolutionize-list li:nth-child(2) {
 border-top: none;
 }
}
@media (max-width: 475px) {
 .slider-progress {
 margin: 150px auto 0 auto;
 }
}
@media (max-width: 425px) {
 .intro h1 {
 width: 90%;
 font-size: 30px;
 line-height: 35px;
 }
 .inspire-learning-content {
 gap: 0px;
 }
 .il-review-link {
 font-size: 12px;
 }
 .btn-more,
 .il-review-link {
 white-space: nowrap;
 }
 .intro {
 margin-top: 50px;
 }
 .intro .button,
 .btn-more,
 .price-item__button-wrapper .button {
 font-size: 14px;
 }
 .servises-title div h2,
 .transform-learning h2,
 .revolutionize-title h2,
 .price__title,
 .questions__title h2,
 .form__elem h3,
 .feedback h2 {
 font-size: 30px;
 line-height: 35px;
 }
 .slide h3 {
 font-size: 30px;
 line-height: 35px;
 }
 .footer-marquee {
 margin-top: 50px;
 }
 .slider-progress {
 margin: 180px auto 0 auto;
 }
 .knowledge-wrapper,
 .transform-wrapper,
 .empower-wrapper {
 padding: 30px 10px;
 }
 .knowledge__title {
 font-size: 30px;
 letter-spacing: 0;
 text-align: center;
 }
 .revolutionize {
 padding: 80px 30px 220px 30px;
 }
 #ebooks .text-wrapper.mw-690 h2 {
 margin-top: 30px;
 margin-bottom: 30px;
 }
 .questions {
 padding: 40px 30px;
 }
 .questions__item p {
 font-size: 15px;
 }
 .submenu.active {
 font-size: 14px;
 }
 .transform-wrapper {
 margin-top: 30px;
 margin-bottom: 30px;
 }
 .counters__value {
 font-size: 30px;
 }
 .counters__label {
 font-size: 15px;
 }
 .feedback {
 padding: 150px 0 0 0;
 }
}
@media (max-width: 320px) {
 .revolutionize {
 padding: 40px 20px 120px 20px;
 }
 .revolutionize-list li {
 font-size: 14px;
 line-height: 25px;
 }
 .counters__value {
 font-size: 40px;
 }
}
.dot {
 animation: float 6s ease-in-out infinite;
 transform-origin: center;
 }
 svg circle {
 fill: #7ee8df !important;
 box-shadow: 0 4px 30px rgba(0, 255, 255, .6)
 }
 svg #circle_1 {
 fill: #5b86f3 !important;
 }
 svg #circle_2 {
 fill: #f68085 !important;
 }
 @keyframes float {
 0%,
 100% {
 transform: translateY(0px);
 }
 50% {
 transform: translateY(-20px);
 }
 }
 img.cosmos {
 display: none;
 }
 svg#planet {
 position: absolute;
 top: 0.8%;
 margin-top: 30px;
 height: 590px;
 }
 .intro .cards {
 margin-top: 0;
 }
 @media screen and (max-width: 768px) {
	.ebooks .swiper-button-next, .ebooks .swiper-button-prev {
	display: none;
}
	.pre-header {
		display: none;
	}
	  .header .container {
 box-shadow: none;
 } 
 svg#planet {
max-width: 100%;
top: 0;
 }
 }
 .cards-img {
 width: 100%;
 }
 .orbit-section {
 width: 100%;
 height: 700px;
 position: relative;
 overflow-x: hidden;
 overflow-y: visible;
 }
 .orbit-track {
 position: absolute;
 width: 100%;
 height: 100%;
 top: -20%;
 left: 0;
 transform-origin: center center;
 }
 .orbit-img {
 position: absolute;
 width: 346px;
 height: auto;
 object-fit: cover;
 border-radius: 24px;
 }
 .orbit-img:nth-child(1) {
 top: -45%;
 left: 5%;
 transform: translate(-50%, -50%) rotate(-25deg);
 }
 .orbit-img:nth-child(2) {
 top: -32%;
 left: 25%;
 transform: translate(-50%, -50%) rotate(-15deg);
 }
 .orbit-img:nth-child(3) {
 top: -22%;
 left: 50%;
 transform: translate(-50%, -50%) rotate(0deg);
 }
 .orbit-img:nth-child(4) {
 top: -32%;
 left: 75%;
 transform: translate(-50%, -50%) rotate(15deg);
 }
 .orbit-img:nth-child(5) {
 top: -45%;
 left: 95%;
 transform: translate(-50%, -50%) rotate(25deg);
 }
 .orbit-path {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
 }
 .button-services {
 position: relative;
 overflow: hidden;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
 padding: 0 20px;
 background-color: #a234fd;
 border: 3px solid #fff;
 border-radius: 8px;
 color: #fff;
 height: 63px;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 18px;
 text-align: center;
 text-decoration: none;
 z-index: 1;
 transition: color 0.3s ease;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 -ms-border-radius: 8px;
 -o-border-radius: 8px;
}
 @keyframes toRightFromLeft {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.button-services:hover div svg {
  animation: toRightFromLeft 0.3s ease forwards;
}
 .button-services::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 0%;
 height: 100%;
 background-color: #fff;
 transition: width 0.4s ease;
 z-index: 0;
 }
 .button-services:hover::before {
 width: 100%;
 background-color: black;
 z-index: -1;
 }
 .button-services:hover {
 color: #fff;
 }
 .button-services>div,
 .button-services>span,
 .button-services>img,
 .button-services>* {
 position: relative;
 z-index: 1;
 transition: transform 0.3s ease, color 0.3s ease;
 }
 .button-services:hover img {
 filter: brightness(0) saturate(100%) invert(27%) sepia(93%) saturate(3546%) hue-rotate(268deg) brightness(91%) contrast(104%);
 }
 .servises-title h2,
 .transform-learning__title h2,
 .revolutionize-title h2,
 .feedback__title h2,
 .ebook__title h2,
 .price__title h2,
 .questions__title h2 {
 overflow: visible;
 opacity: 1;
 text-transform: none !important;
 }
 .servises-title h2 span,
 .transform-learning__title h2 span,
 .revolutionize-title h2 span,
 .feedback__title h2 span,
 .ebook__title h2 span,
 .price__title h2 span,
 .questions__title h2 span {
 display: inline-block;
 opacity: 1;
 transform: translateY(0);
 transition: opacity 0.3s, transform 0.3s;
 color: #fff;
 }
 .price__title h2 {
 font-size: 54px;
 }
 .revolutionize-title h2 span,
 .feedback__title h2 span,
 .questions__title h2 span {
 color: #000;
 }
 .animate-in h2 span {
 animation-name: fadeInUp;
 }
 .animate-out h2 span {
 animation-name: fadeOutDown;
 }
 .servises-title.animate-in h2 span,
 .transform-learning__title.animate-in h2 span,
 .revolutionize-title.animate-in h2 span,
 .feedback__title.animate-in h2 span,
 .ebook__title.animate-in h2 span,
 .price__title.animate-in h2 span,
 .questions__title.animate-in h2 span {
 animation: fadeInUp 1s ease forwards;
 animation-delay: calc(var(--i) * 0.08s);
 }
 .servises-title.animate-out h2 span,
 .transform-learning__title.animate-out h2 span,
 .revolutionize-title.animate-out h2 span,
 .feedback__title.animate-out h2 span,
 .ebook__title.animate-out h2 span,
 .price__title.animate-out h2 span,
 .questions__title.animate-out h2 span {
 animation: fadeOutDown 1s ease forwards;
 animation-delay: calc((var(--total) - var(--i)) * 0.08s);
 }
 @keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translateY(20px);
 }
 to {
 opacity: 1;
 transform: translateY(0);
 }
 }
 @keyframes fadeOutDown {
 0% {
 opacity: 1;
 transform: translateY(0);
 }
 99% {
 opacity: 0;
 transform: translateY(20px);
 }
 100% {
 opacity: 1;
 transform: translateY(0);
 }
 }
 .rotate-on-scroll {
 transition: transform 0.1s linear;
 will-change: transform;
 }
 .services-content__card {
 background: linear-gradient(180deg, #1A1A1F 0%, #1A1A1F 100%);
 border-radius: 24px;
 padding: 32px;
 position: relative;
 overflow: hidden;
 transition: all 0.4s ease;
 border: 1px solid rgba(255, 255, 255, 0.1);
 }
 .services-content__card:hover {
 border: 1px solid #a234fd;
 box-shadow: 0 0 20px #a234fd;
 transform: translateY(-8px);
 background-image: linear-gradient(0deg, #a234fd 0%, #09010f 100%);
 }
 .services-content__card h3 {
 transition: color 0.3s ease;
 }
 .services-content__card p {
 transition: color 0.3s ease;
 }
 .services-content__card img {
 opacity: 0.8;
 transition: opacity 0.3s ease;
 transition: transform 0.3s ease;
 }
 .services-content__card:hover img {
 opacity: 1;
 transform: scale(1.2);
 }
 .advantages__card {
 transition: all 0.3s ease;
 }
 .advantages__card img {
 transition: transform 0.3s ease;
 }
 .advantages__card p {
 transition: color 0.3s ease;
 position: relative;
 display: inline-block;
 cursor: pointer;
 }
 .advantages__card p::after {
 content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 height: 2px;
 width: 100%;
 background-color: #fff;
 transform: scaleX(0);
 transform-origin: left;
 transition: transform 0.4s ease;
 }
 .advantages__card {
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 transform-origin: center;
 }
 .advantages__card:hover p {
 color: #ffffff;
 }
 .advantages__card:hover p::after {
 transform: scaleX(1);
 }
 .advantages__card:hover img {
 transform: scale(1.05);
 }
 .submenu {
 max-height: 0;
 overflow: hidden;
 opacity: 0;
 transform: translateX(-30px);
 transition:
 max-height 0.6s ease,
 opacity 0.6s ease,
 transform 0.6s ease;
 }
 .questions__item.active .submenu {
 max-height: 500px;
 opacity: 1;
 transform: translateX(0);
 }
 .questions__img {
 opacity: 0;
 transform: scale(0.95);
 transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
 }
 .questions__item.active .questions__img {
 opacity: 1;
 transform: scale(1);
 }
 .questions__item .questions__img,
 .questions__item .submenu,
 .questions__item .questions__img {
 opacity: 0;
 transform: translateX(-20px);
 transition: opacity 0.6s ease, transform 0.6s ease;
 }
 .questions__item.active .submenu {
 opacity: 1;
 transform: translateX(0);
 transition-delay: 0.2s;
 }
 .questions__item.active .questions__img {
 opacity: 1;
 transform: translateX(0);
 transition-delay: 0.6s;
 }


 .cards-img .viewport {
      height: 95vh;
	  width: 100%;
	  top: 15%;
	  left: 0;
      overflow: hidden;
	  position: absolute;
    }

	@media screen and (max-width: 1200px) {
		.cards-img .viewport {
			top: 30%;
		}
	}
	/* @media screen and (max-width: 1025px) {
		.cards-img .viewport {
			top:-10%;
		}
		.intro .cards-img {
			height: 800px;
		}
	}
	@media screen and (max-width: 860px) {
		.cards-img .viewport {
			top:-45%;
		}
		.intro .cards-img {
			height: 600px;
		}
	} */

    .cards-img .arc {
      position: absolute;
      width: 100vw;
      height: 200vh; 
    }

    .cards-img .arc img {
      width: 460px !important;
      height: 486p !important;
      object-fit: cover;
      border-radius: 20px;
      position: absolute;
      transform-origin: center center;
    }


	#page-loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 20px 20px 10%;
  z-index: 9999999;
  background: #fff;
  -webkit-transition: .3s all ease;
  transition: .3s all ease
}

#page-loader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1
}

#page-loader.ending {
  display: none
}

#page-loader>* {
  width: 100%;
  text-align: center
}

#page-loader .page-loader-body {
  margin-top: 40px;
  text-align: center
}

[data-x-mode=design-mode] #page-loader {
  display: none
}

#loadingProgressG {
  width: 400px;
  max-width: 90%;
  height: 5px;
  overflow: hidden;
  background: #2a2a2a;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: auto
}

.loadingProgressG {
  background: #A234FD;;
  margin-top: 0;
  margin-left: -400px;
  -webkit-animation-name: bounce_loadingProgressG;
  animation-name: bounce_loadingProgressG;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 400px;
  height: 5px
}

@-webkit-keyframes bounce_loadingProgressG {
  0% {
      margin-left: -400px
  }
  100% {
      margin-left: 400px
  }
}

@keyframes bounce_loadingProgressG {
  0% {
      margin-left: -400px
  }
  100% {
      margin-left: 400px
  }
}


/**/
.cards-img {
  position: relative;
  height: 100vh; 
  overflow: hidden;
}

.cards-img .viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cards-img .arc {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.cards-img .arc img {
  width: 460px !important;
  height: 486px !important; 
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  transform-origin: center center;
}

@media screen and (max-width: 1100px) {
	.cards-img .arc img {
  width: 360px !important;
  height: 386px !important;
}
}
