@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Kaushan+Script&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap');

html {
  font-family: "DM Sans", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
html {
    scroll-behavior: smooth;
  }
  
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
/* .main {
    background: radial-gradient(50% 70.31% at 50% 0%, rgba(126, 61, 255, 0.24) 0%, rgba(126, 61, 255, 0) 100%), #0B011D;
} */
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #e6e0fc;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "DM Sans", serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4em;
}
blockquote {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0 0 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #03051f;
    font-family: "DM Sans", serif;
    color: #e6e0fc;
    font-size: 18px;
    line-height: 20px;
  }
  .home__content h1,.home__content h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-family: "DM Sans", serif;
    font-size: 78px;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: -0.02em;
  }
  h2 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-family: "DM Sans", serif;
    font-size: 54px;
    line-height: 1em;
    font-weight: 400;
  }
  h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: "DM Sans", serif;
    font-size: 21px;
    line-height: 36px;
    font-weight: 500;
  }
  h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  /* .courses__type {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 20px;
  } */
  a {
    background-color: transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: underline;
  }
  ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
  }
  /* .main {
    height: 500vh;
  } */
  .content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1310px;
    margin-right: auto;
    margin-left: auto;
  }
  .header__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section {
    position: relative;
    padding: 128px 60px;
  }
  .section.mod--header {
    position: absolute;
    inset: 0px 0px auto;
    z-index: 90;
    width: 100%;
    margin-bottom: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #03051f;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 1px solid #6155c829;
}
  .section.mod--hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 200px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    /* background: radial-gradient(50% 70.31% at 50% 0%, rgba(126, 61, 255, 0.24) 0%, rgba(126, 61, 255, 0) 100%), #0B011D; */
    color: #e6e0fc;
  }
  .section.mod--courses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    /* background: radial-gradient(50% 70.31% at 50% 0%, rgba(126, 61, 255, 0.24) 0%, rgba(126, 61, 255, 0) 100%), #0B011D; */
  }
  .section.mod--steps {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-image: linear-gradient(#6155c800 40%, #6155c829);
  }
  .section.mod--reviews {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .section.mod--footer {
      padding: 0px 60px;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 320px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
  }
  .home__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 174px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
 
  .header__nav-link {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    color: #e6e0fc;
    line-height: 1.7em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header__col.mod--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__col.mod--3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo-link {
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
  }
  .btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 70px;
    min-width: 175px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: #6155c8;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-family: "DM Sans", serif;
    color: #e6e0fc;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .btn.btn--header {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .btn.mod--hero {
    overflow: hidden;
    min-width: 300px;
    -webkit-transition-property: none;
    transition-property: none;
    text-decoration: none;
  }
  .btn.mod--submit {
    min-width: 185px;
    margin-left: 16px;
    -webkit-transition-property: none;
    transition-property: none;
  }
  .btn.mod--submit.mod--modal {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 40px;
    height: 40px;
    min-height: auto;
    min-width: auto;
    margin-left: 0;
    padding: 0;
  }
  .header__search {
    margin-right: 24px;
    cursor: pointer;
  }
  .subheading {
    opacity: 0.7;
    font-size: 22px;
  }
  .subheading.mod--hero {
    max-width: 400px;
    margin-bottom: 48px;
    opacity: 1;
  }
  .subheading.mod--courses {
    width: 100%;
    max-width: 520px;
  }
  .hero_illustr {
    position: relative;
    z-index: 2;
  }
  .hero__logos {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-bottom: 65px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero__logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero__counts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 80px;
    color: #e6e0fc;
    border: 1px solid #6155c899;
    background-image: linear-gradient(#6155c800 40%, #6155c829);
  }
  .hero__numb-block {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .hero__counts-img-wrap {
    position: relative;
  }
  .hero__counts-img {
    position: relative;
    z-index: 0;
  }
  .hero__counts-numb {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "DM Sans", serif;
    color: #e6e0fc;
    font-size: 60px;
    font-weight: 700;
  }
  .hero__counts-p {
    color: #e6e0fc;
    line-height: 1.9em;
  }
  .hero__counts-dash {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 83px;
    background-image: url("https://assets.website-files.com/61e57244c283e5456130c457/61e5bc06cecd275501a59492_dash-vertical.svg");
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: repeat-y;
    opacity: 0.5;
  }
  .heading--margin-0 {
    margin-bottom: 0;
  }
  .courses__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin-right: -16px;
    margin-left: -16px; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;}
  .courses__col {
    /* padding-right: 16px;
    padding-left: 16px; */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .courses__block {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    padding: 40px 32px 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 40px;
    background-image: linear-gradient(#03051fd9 40%, #6155c84a);
    /* background-color: #f8efe5; */
    cursor: pointer;
  }
  /* {
    margin-bottom: 16px;
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 20px;
  } */
  /* .courses__more {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 32px;
    background-image: url("https://assets.website-files.com/61e57244c283e5456130c457/61e6a36de31b0c9a3300d6c6_ico_arrow-blue.svg");
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-family: "DM Sans", serif;
    color: #0f86a1;
    font-size: 22px;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-transform: uppercase;
  } */
  /* .courses__illustr {
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .courses__illustr.mod--2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
  } */
  .steps__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items:end;
    gap: 20px;
  }
  .steps__col {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .steps__illustr {
    position: relative;
    z-index: 0;
    display: block;
    width: 600px;
  }
  .steps__list-item {
    position: relative;
    /* margin-bottom: 64px;
    padding-right: 80px;
    padding-left: 74px; */
  }
  .steps__list-item h3 {
    margin-top:140px;
    font-size: 32px;
    line-height: 42px;
  }
  .steps__list-item.mod--2 {
    margin-left: 100px;
    padding-right: 0;
  }
  .steps__list {
    width: 100%;
    max-width: 560px;
  }
  .steps__numb {
    position: absolute;
    left: -47px;
    top: -19px;
  }
  .steps__numb-img {
    position: relative;
    z-index: 0;
  }
  .steps__numb-txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "DM Sans", serif;
    font-size: 76px;
    line-height: 106px;
    color: #e6e0fc;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.01em;
    -webkit-text-stroke: 1px #ffffff;
    /* backdrop-filter: blur(1px); */
    color: rgba(223, 220, 228, .06);
  }
  
  
  .steps__list-p {
    color: #e6e0fc;
    line-height: 1.9em;
  }
  .steps__list-arrow-wrap {
    position: absolute;
    left: auto;
    top: 10px;
    right: 0;
    bottom: auto;
    overflow: hidden;
  }
  .steps__list-arrow-wrap.mod--2 {
    left: -100px;
    right: auto;
    -webkit-transform: rotateX(0) rotateY(-180deg) rotateZ(0);
    transform: rotateX(0) rotateY(-180deg) rotateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .steps__list-arrow {
    display: block;
  }
  .heading--center {
    text-align: center;
  }
  .swiper {
    overflow: hidden;
    width: 100%;
  }
  .swiper.swiper--reviews {
    overflow: visible;
  }
  .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px;
  }
  .swiper-slide {
    position: relative;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .swiper-slide.mod--reviews {
    padding-right: 70px;
    padding-left: 70px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
      background-image: linear-gradient(#6155c829, #6155c800 60%);
      border: 1px solid #6155c829;
      border-radius: 1rem;
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch;
      width: 100%;
      padding: 2.5rem 2rem;
      display: flex
  ;
  }
  .swiper-slide.mod--numb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .swiper__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .swiper__nav.mod--reviews {
    display: none;
  }
  .swiper__arrow-ico {
    width: 42px;
    height: 42px;
    background-image: url("https://assets.website-files.com/61e57244c283e5456130c457/61e5adc4c77163b6f5277d99_ico_arrow-right.svg");
    background-position: 50% 55%;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .reviews__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reviews__ava {
    position: relative;
    z-index: 0;
  }
  .reviews__p {
    color: #e6e0fc;
    line-height: 1.9em;
  }
  .reviews__dash {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 136px;
    background-image: url("https://assets.website-files.com/61e57244c283e5456130c457/61e5bc06cecd275501a59492_dash-vertical.svg");
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: repeat-y;
    opacity: 0.5;
  }
  .heading--margin-40 {
    margin-bottom: 40px;
  }
  .header__humb,
  .header__humb-wrap {
    display: none;
  }
  
  .hero_illustr-wrap {
    position: absolute;
    left: auto;
    top: -20px;
    right: 0;
    bottom: auto;
  }
  .btn__bg {
    position: relative;
    width: 280px;
    height: 280px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
  }
  .btn__txt {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .btn__txt.mod--submit {
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn__txt.mod--submit.active {
    opacity: 0;
  }
  .btn__bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    margin: 2px;
  }
  .btn__bg-wrap.mod--submit {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn__bg-wrap.mod--submit.active {
    opacity: 0;
  }
  .steps__illustr-wrap {
    position: relative;
    display: inline-block;
  }
  .steps__illustr-smile {
    position: absolute;
    left: 195px;
    top: 91px;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .reviews__ava-wrap {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 130px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reviews__ava-circle {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    width: 22px;
    height: 22px;
    border: 2px solid #000;
    border-radius: 100px;
  }
  .reviews__ava-circle.mod--2 {
    left: auto;
    top: 10px;
    right: 0;
    width: 28px;
    height: 28px;
  }
  .reviews__ava-circle.mod--3 {
    left: auto;
    top: auto;
    right: -1px;
    bottom: 0;
    width: 20px;
    height: 20px;
  }
  .reviews__ava-dot {
    position: absolute;
    left: auto;
    top: 15px;
    right: 3px;
    bottom: auto;
    z-index: 1;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #000;
  }
  .reviews__ava-dot.mod--2 {
    left: -5px;
    top: 23px;
    right: auto;
  }
  .reviews__ava-dot.mod--3 {
    left: -24px;
    top: 33px;
    right: auto;
  }
  .reviews__ava-spot {
    position: absolute;
    left: 18px;
    top: auto;
    right: auto;
    bottom: 4px;
    z-index: 1;
  }
  .reviews__ava-spot.mod--1 {
    bottom: -5px;
  }
  .reviews__ava-spot.mod--2 {
    left: auto;
    right: 2px;
  }
  .reviews__ava-spot.mod--3 {
    left: auto;
    top: 0;
    right: 12px;
    bottom: auto;
  }
  
  .form__submit {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
  }
  .form__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form__submit-result-wrap {
    position: absolute;
    left: 4.4rem;
    top: 0;
    right: auto;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3rem;
    padding-left: 0.9rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .form__submit-result-wrap.active {
    opacity: 1;
  }
  .form__submit-result-wrap.mod--modal {
    left: 0.75rem;
    width: 1rem;
    padding-left: 0;
  }
  .form__submit-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .form__submit-result.active {
    width: 1rem;
  }
  .form__submit-result-ico {
    display: block;
    width: 1rem;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-filter: invert(80%);
    filter: invert(80%);
  }
  .remodal.remodal--global {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 37.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-radius: 40px;
    background-color: #f8efe5;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #e6e0fc;
    text-align: left;
  }
  .remodal__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 5;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("https://assets.website-files.com/61e57244c283e5456130c457/6361387636535d0f32ed17f3_ico-close-modal.svg");
    background-position: 50% 50%;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-filter: invert(50%);
    filter: invert(50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
  }
  .remodal__close:hover {
    opacity: 0.9;
  }
  .remodal__img {
    position: relative;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }
  .remodal__content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 2.5rem 3rem 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 1.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .remodal__text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .remodal__heading {
    max-width: 13rem;
    font-family: "DM Sans", serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
  }
  .remodal__text {
    max-width: 16rem;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .overflow-hidden {
    position: relative;
    overflow: hidden;
  }
  .overflow-hidden.mod--submit {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .overflow-hidden.mod--submit.active {
    opacity: 0;
  }
  .overflow__anim {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .form__submit-arrow {
    position: relative;
    z-index: 1;
    display: block;
    width: 1rem;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .form__submit-arrow.mod--2 {
    position: absolute;
    top: 0;
    right: 1rem;
  }
  

/* Internet Explorer 10 */


.header__nav-link::after {
    background: #fff;
}


.header__nav-link::after{
    content: " ";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0px;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, .5, .5, 1);
    transition: -webkit-transform .25s cubic-bezier(0, .5, .5, 1);
    -o-transition: -o-transform .25s cubic-bezier(0, .5, .5, 1);
    transition: transform .25s cubic-bezier(0, .5, .5, 1);
    transition: transform .25s cubic-bezier(0, .5, .5, 1),
        -webkit-transform .25s cubic-bezier(0, .5, .5, 1),
        -o-transform .25s cubic-bezier(0, .5, .5, 1);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.header__nav-link:hover::after{
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}



body {
    padding-right: 0px !important;
}

img.hero_illustr {
    width: 100%;
    max-width: 600px;
    cursor: pointer;
}
section#hero {
    background-image: url("../image/banner-bg.webp");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}


.section.is--nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
    margin-top: -1px;
    background-color: rgb(255, 255, 255); /* Changed to black */
}

.container.is--header {
    text-align: center;
    color: #e6e0fc; /* Text color changed to black */
}
.sticky-circle_wrap {
    height: 300vh;
}
.sticky-circle {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* padding-top: 6em; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky-circle_element {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    overflow: hidden;
    width: 35em;
    height: 35em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 35em;
    
    background-color: transparent;
    background-image: linear-gradient(90deg, #6155c805 10%, #6155c829 50%, #6155c805 90%);
    border: 2px solid #6155c899;
    border-radius: 1.5rem;
    position: relative;
}
.cta_circle {
  z-index: -1;
  background-color: #6155c861;
  opacity: .6;
  filter: blur(120px);
  border-radius: 100%;
  width: 72.375rem;
  height: 72.375rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}
section#reviews {
  padding-top: 20px !important;
  padding-bottom: 60px !important;
}
.sticky-circle_img {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-width: none;
    min-height: 100vh;
    min-width: 100vw;
    -o-object-fit:contain;
    object-fit: contain;
    /* background: #fff; */
}
.section.is--header {
    padding: 0px 60px 60px;
}
#element{
    position: absolute;
    top: 50;
    left: 50;
    z-index: 1;
  }

img.logo {
  width: 155px;
}


 /* Base styles */
 footer .flex {
    display: flex;
    gap: 50px;
    align-items: flex-start;
  }
  
  footer .logo {
    padding-bottom: 10px;
    max-width: 200px;
    width: 100%;
  }
  
  footer a {
    font-size: 15px;
    line-height: 25px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease;
  }
  
  footer p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 26px;
  }
  
  footer h5 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
  }
  
  footer li {
    list-style: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 10px;
  }
  
  footer li a {
    font-size: 16px;
    line-height: 23px;
  }
  
  footer .logo img {
    width: 100%;
  }
  
  footer .footer-block {
    max-width: 400px;
    width: 100%;
  }
  
  footer .footer-block:first-child {
    margin-right: 75px;
  }
  
  footer .footer-block:last-child .flex {
    flex-wrap: wrap;
    max-width: 150px;
    justify-content: center;
    gap: 20px;
    margin: 0;
  }
  h2.heading--center_octopus{
    padding-top: 80px;
}
  footer .footer-block .flex {
    gap: 20px;
    align-items: center;
    padding: 10px 0;
  }
  
  footer .footer-block .fa-brands {
    cursor: pointer;
    font-size: 24px;
    margin: 0;
    color: #fff;
    transition: all 0.5s ease;
  }
  footer.section.mod--footer {
    background: rgb(3 5 31);
    border-top: 1px solid #6155c829;
    padding-top: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

  .staticFooter {
    border-top: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    padding: 20px 0px;
    margin-top: 20px;
  }
  
  .staticFooter p {
    font-size: 16px;
    margin-left: 0;
  }
  
  .staticFooter .container {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  
  .staticFooter a {
    font-size: 16px;
    line-height: 24px;
  }
  
  


.section.about {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  padding-bottom: 0px;
 
}
.about .content{
  background-image: linear-gradient(#03051fd9 40%, #6155c84a);
  padding: 40px;
  border-radius: 40px;
  border: 1px solid #6155c829;
}
.about h2{
  margin-bottom: 20px;
}
.about .steps__columns{
  gap: 40px;
}

.blurwrapper.top-30 {
 bottom: 20%;
}
.blurwrapper {
  justify-content: center;
  display: flex
;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.blurblock {
  width: 70%;
  height: 100px;
  justify-content: space-between;
  display: flex
;
  position: relative;
}
.blurpeaple {
  z-index: 1;
  width: 60%;
  height: 100%;
  filter: blur(100px);
  background-color: rgba(125, 2, 255, .7);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}
.blurblue {
  width: 60%;
  height: 100%;
  filter: blur(100px);
  background-color: rgba(45, 3, 254, .7);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}
.gallery {
  display: flex;
}
.left {
  width: 50%;
}
.right {
  height: 100vh;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.desktopPhoto {
  padding: 40px;
  border-radius: 40px;
  border: 1px solid #6155c829;
  background: #03051f;
}
.desktopContent {
  margin: auto;
  width: 80%;
}
.desktopContentSection {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.desktopPhotos {
  width: 40vw;
  height: 40vw;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(#03051fd9 40%, #6155c84a);
    border: 1px solid #6155c829;
}

.desktopPhoto {
  position: absolute;
  width: 100%;
  height: 100%;
}
.desktopPhoto img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: inherit; /* Ensure image fits inside the rounded corners */
}
.mobileContent {
  display: none;
  width: 80vw;
}

.mobilePhoto {
  width: 80vw;
  height: 80vw;
  margin-top: 5em;
  border-radius: 6vw;
}

.whatis {
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 48px;
  opacity: 1;
  text-align: center;
  width: 1100px;
  margin: auto;
}
.heading--center_octopus {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: "DM Sans", serif;
  font-size: 54px;
  line-height: 1em;
  font-weight: 400;
}
section.section-1 {
  padding-top: 40px;
}
#track{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
  padding:0px 20px;
}
section#courses {
  padding-top: 40px;
  padding-bottom: 60px;
}
.section-slide.mod--2 {
  padding-top: 120px;
}
.section-slide,section#about {
  position: relative;
  display: block;
  z-index: 10;
  background: #03051f82;
}
.courses__block {
  border: 1px solid transparent;
  transition: linear 0.4s;
}
.courses__block:hover {
  border: 1px solid #6155c8;
}
div#w-nav-overlay-0 {
  display: none;
}
@media screen and (max-width: 1140px) {
    .page-wrap {
      overflow: hidden;
    }
    .hero_illustr-wrap {
      top: 60px;
      right: -40px;
  }
  img.hero_illustr {
    max-width: 500px;
  }
  .sticky-circle_wrap{
    height: 100vh;
  }
  .sticky-circle_img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
    object-fit: contain;
  }
  .sticky-circle_element {
    display: -ms-flexbox;
    width: 100% !important;
    height: 100% !important;
    border-radius: 70px !important;
    border: 1px solid #6155c899;
  }
  .section.is--header {
    padding: 60px 40px 00px;
  }
  h2 {
    font-size: 46px;
  }
  .whatis {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
  }
  }
  
  @media screen and (max-width: 1024px) {
    /* nav */
    #header {
      z-index: 90;
      opacity: 1;
    }
    .header__nav a {
      padding: 10px;
      color: #333;
      text-decoration: none;
    }
    
    .w-nav-overlay {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      background-color: #03051f;
      transform: translateY(-1500px);
      transition: all 0.5s;
      z-index: 10;
    }
    
    .nav-menu-wrap {
      z-index: 5;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      height: 100vh;
      padding: 60px;
      display: flex;
    }
    
    .navbar-menu-link {
      padding-left: 0;
      padding-right: 0;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    .list-item {
      background-color: #fff0;
      align-self: auto;
      margin-left: auto;
      margin-right: auto;
      padding: 10px 25px;
      list-style-type: none;
    }
    
    .nav-menu-link {
      color: #ffffff;
      letter-spacing: 0.25px;
      margin-left: 5px;
      margin-right: 5px;
      padding: 5px 10px;
      font-size: 46px;
      line-height: 56px;
      text-decoration: none;
    }
    
    .mobile-button-wrap {
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      padding-left: 0;
      display: flex;
    }
    
    .open {
      transform: translateY(0px);
      opacity: 1;
    }
    
    body.no-scroll {
      overflow: hidden;
    }
    /* ------------------------------ */
    div#w-nav-overlay-0 {
      display: block !important;
    }
    .steps__col{
        width: 100%;
    }
    .section-slide.mod--2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .new_btn{
      display: none;
    }
    .header__col.mod--2 {
        display: none;
    }
    .sticky-circle_wrap {
        height: 100% !important;
    }
    .hero_illustr-wrap {
        top: 60px;
        right: 20px !important;
    }
    .sticky-circle {
        height: 100%;
    }
    img#octopus {
      display: none !important;
  }
  section#courses svg {
    display: none !important;
  }
    .home__content h1,.home__content h2 {
      font-size: 46px;
      margin-bottom: 20px;
  }
    .section.mod--footer {
      padding: 64px 40px 20px;
    }
    
    .logo {
      max-width: 105px;
    }
    .header__search {
      max-width: 16px;
    }
    .hero__logos {
      width: auto;
      max-width: none;
      margin-right: -24px;
      margin-left: -24px;
    }
    .hero__counts {
      display: block;
      width: 100%;
      padding: 20px;
    }
    .hero__numb-block {
      width: 100%;
      max-width: none;
    }
    .hero__counts-dash {
      display: none;
    }
    .courses__heading-wrap {
      display: block;
    }
    .courses__columns {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .courses__col {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
    .courses__col.mod--3 {
      margin-top: 24px;
    }
    .steps__columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .swiper.swiper--reviews {
      width: auto;
      margin-right: -12px;
      margin-left: -12px;
    }
    .swiper-slide.mod--reviews {
      padding-right: 12px;
      padding-left: 12px;
    }
    .swiper__nav {
      display: none;
    }
    .swiper__arrow.arrow--prev {
      margin-right: 20px;
    }
    .swiper__arrow.arrow--next {
      margin-left: 20px;
    }
    .reviews__dash {
      display: none;
    }
    .menu__nav-link {
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid hsla(0, 0%, 94.9%, 0.2);
      color: #e6e0fc;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
    }
    .menu__nav-link.w--current,
    .menu__nav-link:hover {
      background-position: 0 50%;
      background-size: 10px;
    }
    .header__humb-wrap {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 32px;
      height: 32px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
    }
    .header__humb {
      position: relative;
      z-index: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
    }
    .hero_illustr-wrap {
      top: 20px;
      max-width: 400px;
      right: -30px;
    }
    .hero__logo-wrap {
      padding-right: 20px;
      padding-left: 20px;
    }
  }
  /* Media Queries */
  
  /* Adjust layout for screen width less than 991px */
  @media screen and (max-width: 991px) {
    footer .flex {
        flex-flow: row wrap;
    }
  
    .footer-block {
        max-width: 45.5% !important;
    }
    .logo img {
        width: 95%;
    }
    .footer-block p {
      width: 70%;
  }
  
    .footer-block:last-child .flex {
        max-width: 150px;
        justify-content: center;
    }
    .footer-block:first-child {
      margin-right: auto !important;
  }
  .section {
    position: relative;
    padding: 80px 20px;
}
.section.mod--hero {
    padding-top: 120px;
  }
  }
  @media screen and (max-width: 767px) {
    .nav-menu-link {
      color: #ffffff;
      letter-spacing: 0.25px;
      margin-left: 5px;
      margin-right: 5px;
      padding: 5px 10px;
      font-size: 28px;
      line-height: 24px;
      text-decoration: none;
  }
    .mb-col {
      display: none !important;
  }
    .section.mod--footer{
        padding: 64px 20px 20px;
    }
    
    .footer-block p {
        width: 100% !important;
        text-align: center;
    }
    .section.mod--hero {
        padding-top: 140px;
    }
    .footer-block {
        max-width: 100% !important;
    }
    section#courses {
        padding: 0px;
    }
    .home__content h1, .home__content h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .hero_illustr-wrap {
        top: 350px !important;
    }
    .courses__col.mod--3 {
        padding: 0px;
    }
    .courses__columns {
        margin-top: 20px;
    }
    
    .section.is--header {
        padding: 10px;
    }
    .about .content {
        padding: 20px;
    }
    .courses__block {
        padding: 15px;
        border-radius: 40px !important;
    }
    p.whatis{
        padding: 0px !important;
    }
    h2 {
        font-size: 32px !important;
        line-height: 42px !important;
    }
    .sticky-circle_element {
        border-radius: 20px !important;
    }
    .swiper-wrapper {
        display: flex
    ;
        flex-direction: column;
    }
    .hero__counts {
        border-radius: 40px;
    }
    .home__content {
        margin-bottom: 350px;
    }
    .courses__col {
      width: 100%;
      margin-bottom: 24px;
    }
    .courses__col.mod--3 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .swiper.swiper--reviews {
      width: 100%;
      max-width: 300px;
      margin-right: auto;
      margin-left: auto;
    }
    .swiper-slide {
      width: 100%;
    }
    .swiper-slide.mod--reviews {
      padding-right: 0;
      padding-left: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
    .swiper__nav.mod--reviews {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 48px;
    }

    /* footer */
    .footer-block {
        text-align: center;
        max-width: 100% !important;
    }
  
    footer .logo {
        margin: 0 auto 10px;
        text-align: center;
    }
  
    footer p, footer h5, footer ul {
        text-align: center !important;
    }
    footer .flex {
        gap: 20px !important;
    }
    .staticFooter .container {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }
  
    .staticFooter p {
        width: 100%;
    }
}























