.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #352c28;
  font-family: Satoshi Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
}

h4 {
  opacity: 1;
  margin-top: 27px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .25s ease-in-out, transform .675s cubic-bezier(.725, .036, .25, 1), opacity .55s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 4px;
  background-color: #eee;
  margin-bottom: 33px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light-copy {
  z-index: 1;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  padding: 24px 27px 18px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3em;
  position: static;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #352c28;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: transform .5s cubic-bezier(.68, -.55, .392, 3.482), background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #eb2a37;
  transform: scale(1.05);
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.full {
  width: 100%;
  flex: 1;
}

.button.full.up {
  margin-top: 24px;
}

.button.small {
  border-radius: 8px;
  margin-left: 14px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-light.wht {
  width: 200px;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, rgba(17, 189, 100, 0), #11bd64 39%, rgba(33, 193, 110, .93) 57%, rgba(38, 195, 114, 0));
  margin-top: 41px;
  padding: 11px 14px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.note {
  opacity: 1;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-jumbo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 37px;
  font-size: 100px;
  font-weight: 800;
  line-height: 80px;
}

.heading-jumbo.marg {
  margin-top: 19px;
  font-size: 82px;
}

.heading-jumbo.marg-copy {
  text-align: left;
  margin-top: 27px;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1em;
}

.heading-jumbo-small {
  text-align: left;
  text-transform: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 28px;
  font-size: 23px;
  font-weight: 700;
  line-height: 34px;
  display: block;
}

.heading-jumbo-small.center {
  text-align: center;
  margin-top: -1px;
  margin-bottom: 8px;
}

.logo-link {
  z-index: 1;
  cursor: pointer;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  cursor: pointer;
  margin-right: 71px;
}

.menu {
  z-index: 0;
  width: 970px;
  height: 44px;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  z-index: 1;
  flex-wrap: nowrap;
  flex: 1;
  align-content: center;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 6px 6px 19px -10px rgba(58, 58, 58, .39);
}

.navigation-item {
  opacity: 1;
  color: #352c28;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ece6de;
  border-radius: 20px;
  order: 0;
  margin-right: 7px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: color .275s, transform .35s cubic-bezier(1, -.588, 0, 1.693), background-color .4s ease-in-out;
  display: flex;
}

.navigation-item:hover {
  color: #fff;
  background-color: #eb2a37;
  transform: scale(.9);
}

.navigation-item:active {
  opacity: .8;
  color: #352c28;
}

.navigation-item.w--current {
  opacity: 1;
  color: rgba(26, 27, 31, .23);
  background-color: rgba(236, 230, 222, .13);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.logo-image:hover {
  transform: perspective(1020px)scale(1.3)skew(-5deg);
}

.navigation-items {
  clear: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

._4-million-wrap {
  perspective: 843px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 800;
}

.wrapper-front {
  z-index: 20;
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 22px;
  display: flex;
  position: relative;
}

.image {
  margin-right: 8px;
  padding-right: 0;
  transition: transform .65s cubic-bezier(.819, .112, 0, 1.036);
  display: inline-block;
}

.d-133-3d-wrapper {
  width: 100%;
  height: 350px;
  max-width: 255px;
  perspective: 1000px;
  margin-bottom: 21px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.button-2 {
  height: 50px;
  cursor: pointer;
  background-color: #f1f1f1;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-circle-button {
  z-index: 0;
  width: 40px;
  height: 40px;
  background-color: #ffc34a;
  border-radius: 10000px;
  position: absolute;
  top: auto;
  right: 5px;
}

.background-circle-button-small {
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10000px;
  position: absolute;
  top: auto;
  right: 25px;
}

.fontawesome-container-button {
  z-index: 3;
  width: auto;
  height: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  right: 15px;
}

.fontawesome-button {
  color: #fff;
  cursor: pointer;
  font-family: "Fa solid 900";
  font-size: 21px;
  font-weight: 900;
}

.confirmed-state {
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #00a2ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: -100%;
  right: 0;
}

.fontawesome-button-check {
  opacity: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Fa 400";
  font-size: 20px;
  font-weight: 900;
}

.free-lessons-button {
  z-index: 1;
  height: 50px;
  opacity: 1;
  cursor: pointer;
  background-color: #eb2a37;
  border: 0 solid #352c28;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 30px;
  padding-left: 19px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.free-lessons-button:hover {
  opacity: 1;
}

.button-text-2 {
  z-index: 10;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-family: Jost;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.blur {
  z-index: 0;
  opacity: .8;
  background-color: #fff;
  flex: 0 auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  font-weight: 400;
}

.lottie-animation-2 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.linkblock-lessons {
  z-index: 3;
  align-self: center;
  text-decoration: none;
  position: relative;
}

.already-have-button {
  text-transform: none;
  background-color: #6200ff;
  font-size: 12px;
  font-weight: 700;
  transition-property: none;
}

.already-have-button:hover {
  color: #fff;
  background-color: #ffc34a;
}

.footer-logo {
  width: 220px;
  margin-bottom: 35px;
}

.col-footer {
  padding-top: 66px;
}

.col-footer-1 {
  padding-right: 100px;
}

.footer-links {
  color: #2b302b;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 34px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-links:hover {
  color: #47a848;
}

.footer {
  padding-top: 32px;
  padding-bottom: 80px;
}

.copy-section {
  z-index: 101;
  background-color: #f3f3f3;
  padding-top: 28px;
  padding-bottom: 20px;
  position: relative;
}

.footer-t {
  float: left;
}

.flag {
  width: 22px;
}

.social-blok-links {
  width: 24px;
  height: 24px;
  float: right;
  color: #2b302b;
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  font-family: "Fa brands 400";
  font-size: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.social-blok-links:hover {
  color: #47a848;
}

.heading-2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1em;
}

.section-3 {
  background-image: linear-gradient(#ff3c3c, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 118px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-sponsers {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  cursor: default;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.sponser {
  opacity: .88;
  flex: 1;
  transition: opacity .2s, transform .2s;
}

.sponser:hover {
  opacity: .58;
}

.clouds {
  z-index: 0;
  min-height: 60vh;
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-6 {
  margin-top: 100px;
  margin-bottom: 71px;
}

.image-15 {
  z-index: 1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-4 {
  z-index: 0;
  position: absolute;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.txtfield {
  background-color: #f7f7f7;
  border-radius: 7px;
  transition: all .2s;
  box-shadow: 1px 1px 5px -4px #000;
}

.txtfield:hover {
  background-color: #fff;
}

.txtfield:focus {
  background-color: #fffbf4;
  border: 2px solid #ffc34a;
}

.txtfield.invitation {
  align-self: center;
  margin-bottom: 0;
}

.contact-form-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.container-5 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .66);
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  display: flex;
  position: relative;
  box-shadow: -3px 2px 17px 15px rgba(255, 255, 255, .52);
}

.form-block-4 {
  max-width: 360px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  padding: 18px;
  display: flex;
}

.div-block-8 {
  width: 50%;
  border-radius: 12px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-right: 24px;
  padding: 0 21px 35px;
  display: flex;
}

.div-block-9 {
  position: relative;
}

.image-17 {
  z-index: 1;
  position: relative;
}

.success-message-2 {
  background-color: rgba(221, 221, 221, .09);
  border-radius: 5px;
  position: relative;
}

.error-message {
  color: red;
  background-color: #ffe6e6;
  border-radius: 8px;
  padding: 24px;
}

.text-block-4 {
  z-index: 1;
  text-align: center;
  margin-bottom: 29px;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.caption {
  font-size: 12px;
}

.image-19 {
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-2-copy {
  z-index: 0;
  flex-direction: row;
  padding-top: 19px;
  padding-bottom: 100px;
  display: flex;
}

.parent-mail {
  color: #0c0c0c;
  background-color: rgba(0, 0, 0, .09);
  border-radius: 14px;
  padding-left: 8px;
  padding-right: 8px;
}

.image-20 {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  z-index: 3;
  color: #fff;
  font-weight: 700;
  position: relative;
}

.table-card {
  width: 450px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ebebeb;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 13px;
  transition: background-color .2s ease-out;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 8px -9px rgba(0, 0, 0, .83);
}

.table-card:hover {
  background-color: #f5f5f5;
}

.table-card.sm {
  margin-bottom: 8px;
}

.student-image {
  z-index: 1;
  width: 80px;
  border-radius: 10px;
  align-self: center;
  margin: 10px 10px 10px 14px;
  transition: transform .425s cubic-bezier(.175, .885, .152, 2.149);
  position: relative;
}

.student-image:hover {
  transform: scale(1.2);
}

.student-image.sm {
  width: 40px;
  height: 40px;
  align-self: center;
  margin-left: 4px;
}

.student-image.view-full {
  width: 40px;
  height: 40px;
  border: 3px solid #2e2e2e;
  border-radius: 20px;
  align-self: center;
  margin-left: 0;
  margin-right: -18px;
}

.rank {
  z-index: 1;
  width: 60px;
  color: #fff;
  text-shadow: 0 0 20px rgba(255, 255, 255, .47);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .14));
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 48px;
  font-weight: 900;
  display: flex;
  position: relative;
}

.rank.sm {
  width: 50px;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
}

.rank.dark {
  width: 68px;
  color: #665c58;
  text-align: right;
  width: 68px;
  color: #665c58;
  text-align: right;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
}

.rank.view-all {
  width: 50px;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
}

.rank.view-all.total-number {
  width: auto;
  color: #665c58;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .14));
  flex: 1;
  margin-left: 29px;
  font-weight: 600;
}

.xp-placeholder {
  color: #665c58;
  font-size: 16px;
  font-weight: 600;
}

.xp-placeholder.sm {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block-13 {
  z-index: 1;
  flex-direction: column;
  align-self: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.name {
  color: #665c58;
  font-size: 18px;
  font-weight: 800;
}

.name.sm {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.rank-table {
  width: 450px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.school {
  color: #665c58;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.school.sm {
  margin-bottom: 6px;
}

.div-block-14 {
  align-self: center;
}

.first-rank-card {
  background-image: linear-gradient(#ffc34a, #ff834d);
  transition: all .425s cubic-bezier(.68, -.55, .265, 1.55);
  position: relative;
  box-shadow: inset 1px 1px 20px 7px #ffc34a, 1px 1px 70px rgba(255, 200, 88, .32);
}

.div-block-20 {
  margin-bottom: 10px;
}

.div-block-24 {
  align-items: center;
  display: flex;
}

.image-47 {
  margin-right: 9px;
}

.txtfield-2 {
  background-color: #f7f7f7;
  border-radius: 7px;
  transition: all .2s;
  box-shadow: 1px 1px 5px -4px #000;
}

.txtfield-2:hover {
  background-color: #fff;
}

.txtfield-2:focus {
  background-color: #fffbf4;
  border: 2px solid #ffc34a;
}

.txtfield-2.invitation {
  align-self: center;
  margin-bottom: 0;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2e2e2e;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: transform .5s cubic-bezier(.68, -.55, .392, 3.482), background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #b14b1e;
  background-color: #ffc34a;
  transform: scale(1.05);
}

.button-3:active {
  background-color: #43464d;
}

.button-3.small {
  border-radius: 8px;
  margin-left: 14px;
}

.button-3.dark {
  background-color: #2e2e2e;
  margin-top: 35px;
  margin-bottom: 36px;
}

.button-3.dark:hover {
  color: #fff;
  background-color: #eb2a37;
}

.button-3.terms {
  background-color: #2e2e2e;
  align-self: center;
  margin-top: 35px;
  margin-bottom: 36px;
}

.button-3.terms:hover {
  color: #fff;
  background-color: #eb2a37;
}

.waves-white {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: 0%;
  right: 0%;
}

.heading-6 {
  letter-spacing: -1px;
  margin-bottom: 4px;
  font-size: 70px;
  font-weight: 800;
  line-height: .85em;
}

.heading-container {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 29px;
  display: flex;
}

.feature-section {
  padding-top: 40px;
  padding-bottom: 0;
}

.flex-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.section-heading-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1em;
}

.rotateprop {
  position: absolute;
}

.div-block-31 {
  max-width: 70ch;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-9 {
  align-items: flex-start;
  display: flex;
}

.lottie-animation-11 {
  width: auto;
  flex: none;
  margin-left: 39px;
}

.fox-and-kids {
  z-index: 0;
  position: relative;
}

.heading-7 {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
}

.container-10 {
  height: 110px;
  justify-content: space-between;
  align-items: center;
}

.div-block-32 {
  order: -1;
}

.image-49 {
  height: 90px;
  max-height: 80%;
  cursor: pointer;
  margin-right: 27px;
  transition: filter .4s cubic-bezier(.645, .045, .355, 1), transform .45s cubic-bezier(.68, -.55, .265, 1.55);
}

.image-49:hover {
  transform: translate(0, -7px);
}

.list {
  color: #eb2a37;
  align-self: flex-start;
  padding-left: 29px;
  font-size: 17px;
  list-style-type: disc;
}

.footer-2 {
  background-image: radial-gradient(circle at 100% 100%, #dfdfdf, #fff 67%);
  border-radius: 15px;
  margin-top: -17px;
  padding-top: 24px;
  padding-bottom: 79px;
}

.paragraph {
  color: #000;
  text-align: left;
  font-family: Metropolis;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph.small {
  align-self: flex-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.paragraph.center {
  font-size: 18px;
  line-height: 1.4em;
}

.image-51 {
  height: 70px;
  max-height: 60%;
  cursor: pointer;
  transition: filter .4s cubic-bezier(.645, .045, .355, 1), transform .45s cubic-bezier(.68, -.55, .265, 1.55);
}

.image-51:hover {
  transform: translate(0, -7px);
}

.heading-8 {
  color: #000;
  text-transform: capitalize;
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 11px;
  font-family: Metropolis;
}

.heading-8.small {
  letter-spacing: -1px;
  text-transform: none;
  font-size: 22px;
  font-weight: 700;
}

.div-block-33 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 31px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.footer-links-2 {
  color: #2b302b;
  text-transform: uppercase;
  font-family: Quicksand;
  font-size: 13px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55), color .35s;
  display: block;
}

.footer-links-2:hover {
  color: #eb2a37;
  transform: translate(5px);
}

.col-footer-1-2 {
  padding-right: 70px;
}

.footer-logo-2 {
  width: 310px;
  margin-bottom: 18px;
}

.container-11 {
  align-items: center;
  display: flex;
}

.div-block-34 {
  width: 100%;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(0)rotateY(1deg)rotateZ(0);
}

.tuples-section {
  perspective: 1706px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.image-55 {
  z-index: 1;
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 0, -19px);
}

.image-56 {
  z-index: 2;
  transform-style: preserve-3d;
  position: absolute;
  top: 7%;
  bottom: 0%;
  left: -16%;
  right: 13%;
  transform: translate3d(0, 0, 62px);
}

.image-57 {
  z-index: 2;
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 23%;
  right: 0%;
  transform: translate3d(0, 0, 143px);
}

.image-58 {
  z-index: 2;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -4%;
  transform: translate3d(0, 0, 81px);
}

.image-59 {
  z-index: 2;
  transform-style: preserve-3d;
  position: absolute;
  top: 19%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate3d(0, 0, 24px);
}

.image-60 {
  z-index: 0;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate3d(0, 0, -181px);
}

.subhead {
  margin-top: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1em;
}

.lottie-animation-12 {
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: 23%;
  left: 0%;
  right: 0%;
  transform: scale(2)translate3d(0, 0, -110px);
}

.lottie-animation-12-copy {
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: 23%;
  left: 0%;
  right: 0%;
  transform: scale(3)translate3d(0, 0, -167px);
}

.div-block-35 {
  margin-right: 132px;
}

.div-block-36 {
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
}

.text-block-12 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.4;
}

.sub {
  opacity: .65;
  font-weight: 500;
  line-height: 1.2em;
}

.section-hood {
  perspective: 1706px;
  background-image: radial-gradient(circle farthest-side at 0%, #fff 14%, snow 75%, #fee 92%);
  flex-direction: column;
  align-items: center;
  padding-top: 83px;
  padding-bottom: 37px;
  display: flex;
  overflow: hidden;
}

.lottie-animation-13 {
  width: 350px;
  height: 390px;
}

.div-block-35-copy {
  margin-right: 20px;
}

.heading-9 {
  font-size: 66px;
  font-weight: 900;
}

.grid-2 {
  grid-column-gap: 47px;
  grid-row-gap: 28px;
  perspective: 1118px;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 31px;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 19px 16px;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
  display: grid;
  transform: rotateX(11deg)rotateY(0)rotateZ(0);
  box-shadow: 0 12px 20px -11px rgba(0, 0, 0, .4);
}

.div-block-37:hover {
  transform: rotate(0);
}

.sub-copy {
  opacity: .65;
  font-weight: 500;
}

.text-block-12-copy {
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 800;
}

.slider {
  height: 234px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  overflow: hidden;
}

.slide {
  position: relative;
}

.image-61 {
  height: 100%;
  filter: blur(3px);
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-62 {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  padding: 16px 15px;
  position: relative;
}

.lottie-animation-14 {
  height: 280px;
}

.image-63 {
  border-radius: 11px;
  box-shadow: -8px 8px 20px -12px #000;
}

.lottie-animation-15 {
  width: 100%;
}

.school-2 {
  color: #665c58;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.school-2.white {
  color: #fff;
}

.link-block {
  text-decoration: none;
}

.demo-container {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 93px;
  padding-bottom: 61px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-13:hover {
  color: #fff;
}

.div-block-39 {
  flex-direction: column;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.lottie-animation-16 {
  z-index: 0;
  height: 300px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name-2 {
  color: #665c58;
  font-size: 18px;
  font-weight: 800;
}

.name-2.full {
  margin-left: 13px;
  font-size: 16px;
}

.name-2.first {
  color: #fff;
  font-size: 24px;
  line-height: 1.4em;
}

.xp-placeholder-2 {
  color: #665c58;
  font-size: 16px;
  font-weight: 600;
}

.xp-placeholder-2.white {
  color: #fff;
}

.table-card-2 {
  width: 450px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ebebeb;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 13px;
  transition: width .2s, background-color .2s ease-out;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 8px -9px rgba(0, 0, 0, .83);
}

.table-card-2:hover {
  background-color: #f5f5f5;
}

.table-card-2.first-rank-card {
  background-image: linear-gradient(#ff890a, #eb2a37);
}

.table-card-2.first-rank-card:hover {
  width: 500px;
}

.table-card-2.sm {
  margin-bottom: 8px;
}

.table-card-2.sm.view-full {
  box-shadow: inset 1px 1px 14px -7px #fff, 1px 1px 8px -9px rgba(0, 0, 0, .83);
}

.div-block-42 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-9 {
  position: relative;
}

.lottie-animation-17 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-43 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 27px;
  padding: 19px 21px;
  display: flex;
  box-shadow: 0 13px 20px -12px rgba(0, 0, 0, .28);
}

.lottie-animation-18 {
  width: 230px;
  height: 300px;
}

.grid-copy {
  grid-column-gap: 15px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: start;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-5 {
  margin-top: 22px;
  margin-bottom: 26px;
}

.lottie-animation-19 {
  height: 305px;
}

.free-lessons-button-copy {
  z-index: 1;
  height: 50px;
  opacity: 1;
  cursor: pointer;
  background-color: #eb2a37;
  border: 0 solid #352c28;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 19px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.free-lessons-button-copy:hover {
  opacity: 1;
}

.about-grid-copy {
  grid-column-gap: 18px;
  grid-row-gap: 30px;
  grid-template: ". ." 1fr
  / 2fr 2fr;
  align-items: center;
  margin-top: 59px;
  margin-bottom: 14px;
}

.text-block-14 {
  margin-bottom: 29px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-44 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  display: flex;
}

.teachers-section {
  background-image: radial-gradient(circle, #fff 40%, #f1f1f1);
  padding-top: 30px;
}

.teacher-card-wrapper {
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 17px;
  margin-bottom: 16px;
  display: flex;
}

.card-teacher {
  width: 300px;
  opacity: 1;
  background-color: #fff;
  border-radius: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 8px;
  padding: 19px 22px;
  display: flex;
  box-shadow: 0 4px 18px -6px rgba(0, 0, 0, .19);
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.container-2.with-slider {
  align-items: flex-start;
}

.button-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #352c28;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  align-self: center;
  padding: 17px 38px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: transform .5s cubic-bezier(.68, -.55, .392, 3.482), background-color .4s, opacity .4s, color .4s;
}

.button-copy:hover {
  color: #fff;
  background-color: #eb2a37;
  transform: scale(1.05);
}

.button-copy:active {
  background-color: #43464d;
}

.heading-8-copy {
  color: #000;
  text-transform: capitalize;
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 11px;
  font-family: Metropolis;
  font-weight: 700;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.teacher-stats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.div-block-47 {
  border-right: 3px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 33px;
}

.teacher-students {
  width: 400px;
  height: 350px;
  align-self: center;
  margin-top: 49px;
  margin-bottom: 123px;
  display: flex;
  position: relative;
}

.no-coding-exp {
  -webkit-text-fill-color: transparent;
  background-image: repeating-linear-gradient(240deg, #eb2a37, #ff9d00);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 900;
  display: block;
}

.teacher {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stud-back {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stud-front {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-20 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-48 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-35-copy {
  margin-right: 0;
}

.image-65 {
  margin-bottom: 36px;
  margin-left: 127px;
  margin-right: 127px;
}

.div-block-49 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-66 {
  margin-left: 21px;
  margin-right: 19px;
}

.heading-7-copy {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
}

.section-hood-copy {
  perspective: 1706px;
  flex-direction: column;
  align-items: center;
  padding-top: 83px;
  padding-bottom: 37px;
  display: flex;
  overflow: hidden;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 27px;
  margin-bottom: 27px;
  display: none;
}

.div-block-50 {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 2fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
  box-shadow: 0 1px 12px -7px rgba(0, 0, 0, .68);
}

.rank-prize {
  font-size: 24px;
  font-weight: 500;
}

.rank-prize._1st {
  font-size: 36px;
  font-weight: 900;
}

.rank-prize.mention {
  opacity: .59;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2em;
}

.div-block-51 {
  padding-top: 22px;
  padding-bottom: 22px;
  display: none;
}

.prize-title._1st {
  font-size: 20px;
  font-weight: 900;
}

.container-25 {
  flex-direction: column;
  margin-bottom: 65px;
  display: flex;
}

.text-block-15 {
  opacity: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.heading-6-copy {
  letter-spacing: -1px;
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 500;
  line-height: .85em;
}

.section-10 {
  position: relative;
}

.div-block-54 {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.sponser-copy {
  opacity: .88;
  margin-right: 0;
  transition: opacity .2s, transform .2s;
}

.sponser-copy:hover {
  opacity: .58;
}

.div-block-55 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 29px;
  display: flex;
}

.div-block-56 {
  align-items: center;
  margin-top: 9px;
  display: flex;
}

.heading-10 {
  font-weight: 800;
  line-height: 1.4em;
}

.richtext h2 {
  margin-top: 43px;
  font-weight: 700;
}

.richtext h5 {
  margin-top: 26px;
  font-weight: 700;
}

.image-67 {
  margin-top: 36px;
}

.container-26 {
  padding-left: 0;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.prize-category-col {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, .43);
  border-radius: 20px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 20px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 12px -7px rgba(0, 0, 0, .68);
}

.image-68 {
  margin-right: 0;
  position: relative;
}

.laptop-img {
  position: relative;
}

.div-block-57 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: linear-gradient(193deg, #ffeecb, #fff 33%);
  border: 2px solid rgba(255, 195, 74, .66);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 21px;
  padding: 10px;
  display: grid;
  position: relative;
  box-shadow: 0 10px 20px -11px rgba(0, 0, 0, .31);
}

.image-69 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.prize-name {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.prize-desccription {
  opacity: .74;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.blob {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rankprize {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(82deg, #c59400, #ffda7d);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  font-weight: 900;
  position: relative;
}

.div-block-58 {
  border: 1px solid rgba(0, 0, 0, .24);
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.div-block-59 {
  position: relative;
}

.lottie-animation-21 {
  z-index: 1;
  width: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-60 {
  display: flex;
}

.text-block-17 {
  border-right: 2px solid rgba(0, 0, 0, .1);
  margin-right: 10px;
  font-weight: 800;
}

.section-space {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
  position: relative;
}

.floor-bluepart {
  z-index: 1;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-27 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

._2-columns {
  z-index: 1;
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-title-col {
  width: 100%;
  max-width: 497px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000006730 {
  z-index: 5;
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: brightness(200%) blur(24px);
  backdrop-filter: brightness(200%) blur(24px);
  background-color: rgba(255, 255, 255, .75);
  border-radius: 6.96205px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5.27315px rgba(119, 151, 199, .04), 0 7px 10.9185px rgba(119, 151, 199, .07), 0 17px 21.775px rgba(119, 151, 199, .09), 0 32px 42.6815px rgba(119, 151, 199, .1), 0 54px 78.4769px rgba(119, 151, 199, .13), 0 83px 134px rgba(119, 151, 199, .17);
}

.text {
  color: #132046;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.action-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #f4f6ff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.86, 0, .07, 1), opacity .25s ease-in-out, transform .675s cubic-bezier(.725, .036, .25, 1), opacity .55s;
  display: flex;
  box-shadow: inset 0 -1px 6px rgba(0, 0, 0, .19);
}

.button-4:hover {
  transform: translate(0, -7px);
  box-shadow: inset 0 -10px 6px rgba(0, 0, 0, .82);
}

.text-regular-bold {
  color: #132046;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.awards-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-artwork {
  z-index: 4;
  width: 100%;
  height: 691px;
  max-width: 530px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.vectors-wrapper-5 {
  width: 61px;
  height: 61px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 61%;
  right: 6%;
}

.vectors-wrapper-6 {
  width: 85px;
  height: 84px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 59%;
  left: 1%;
}

.game-dev-1 {
  object-fit: cover;
  position: absolute;
  top: 1%;
  left: 1%;
}

.game-dev-2 {
  object-fit: cover;
  position: absolute;
  top: 9%;
  left: 5%;
}

.app-dev-1 {
  object-fit: cover;
  position: absolute;
  top: 1%;
  right: 1%;
}

.app-dev-2 {
  object-fit: cover;
  position: absolute;
  top: 9%;
  right: 5%;
}

.shadows {
  object-fit: cover;
  position: absolute;
  top: 331px;
  left: 15px;
}

.gridfloor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  overflow: visible;
}

.vectors-wrapper-8 {
  width: 138px;
  height: 44px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 25%;
  left: 20%;
}

.vectors-wrapper-9 {
  width: 169px;
  height: 59px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 525px;
  left: 226px;
}

.vectors-wrapper-10 {
  width: 117px;
  height: 25px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 26%;
  right: 20%;
}

.girl-arm-in-waist {
  object-fit: cover;
  position: absolute;
  top: 112px;
  left: 20%;
}

.teacher-pose {
  object-fit: cover;
  position: absolute;
  top: 17%;
  right: 13%;
}

.boy-crossarmos {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading-0 {
  letter-spacing: -.025em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#132046, #6a4fd9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins Bold, sans-serif;
  font-size: 93px;
  font-weight: 700;
  line-height: 102.5%;
}

.heading-1 {
  letter-spacing: -.025em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(133deg, #132046, #6a4fd9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Satoshi Medium, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 102.5%;
}

.p-small {
  color: #fff;
  font-family: Satoshi Medium, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.p-small.dark {
  color: #031b63;
  text-shadow: 1px 1px 20px rgba(199, 255, 197, .81);
}

.p-small.dd {
  opacity: .55;
  color: #fff;
}

.container-grid {
  max-width: 1104px;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #131f44;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.form_success {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(297deg, rgba(238, 237, 242, 0), rgba(255, 255, 255, .14));
  border: 2px solid rgba(238, 237, 242, .09);
  border-radius: .4em;
  padding: 2.4em;
}

.perk-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.perk-wrap.left {
  grid-template-columns: auto;
}

.perk-wrap.right {
  grid-template-columns: 1fr auto;
}

.primary-small-tick {
  width: 14px;
}

.form_error {
  color: #f88cd4;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-top: 1.4em;
  padding: 0;
}

.form_contain {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: grid;
}

.form_button {
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .26);
  border-radius: .4em;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.form_button:hover {
  color: #000;
  background-color: #81ffd3;
}

.course-topic-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.perk-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.form_field {
  color: #eeedf2;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(156deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0));
  border: 2px solid rgba(238, 237, 242, .07);
  border-radius: .4em;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  transition: all .2s;
}

.form_field:hover {
  background-color: rgba(255, 255, 255, .05);
  padding-left: 32px;
}

.form_field:focus {
  color: #81ffd3;
  background-color: rgba(255, 255, 255, .03);
  border-color: #6a4cd6;
  padding-left: 1.6em;
}

.form_field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .31);
}

.form_field::placeholder {
  color: rgba(255, 255, 255, .31);
}

.footer-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-sec.is--dark {
  color: #fff;
  background-color: #131f44;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
}

.chewy-text {
  opacity: 1;
  color: #99daff;
  letter-spacing: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1em;
}

.form {
  margin-bottom: 0;
}

.perks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-6 {
  font-size: 18px;
  line-height: 1.2em;
}

.horizontal-display {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1.25fr 1fr;
}

.quick-links-wrapper {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.feature-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  align-items: center;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-note-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
}

.btn-tertiary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.19, 1, .22, 1), color .5s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.btn-tertiary:hover {
  color: #5558ff;
  background-color: rgba(85, 88, 255, .11);
}

.btn-tertiary.white {
  color: #fff;
}

.btn-tertiary.white:hover {
  color: #c4b8ef;
  background-color: rgba(255, 255, 255, .08);
}

.btn-tertiary.white.is--small {
  background-color: rgba(255, 255, 255, .07);
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

.btn-tertiary.white.is--small:hover {
  background-color: rgba(106, 76, 214, .4);
}

.caption-footnote {
  font-size: 12px;
  font-weight: 400;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.btn-primary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-image: linear-gradient(#7658e5, #3010a5);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: grid;
}

.btn-primary.nav {
  transition: filter .4s, transform .4s cubic-bezier(.77, 0, .175, 1);
}

.btn-primary.nav:hover {
  filter: hue-rotate(75deg);
  color: #fff;
  transform: scale(.9)rotate(-4deg);
}

.arrow-animation {
  width: 28px;
  height: 28px;
}

.empasize-normal {
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.empasize-normal.strike {
  opacity: .4;
  font-weight: 400;
}

.price-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#424498, #333474);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 16px;
}

.price-row.is-dark {
  color: #fff;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  display: flex;
}

.course-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  display: flex;
}

.empasize-title {
  letter-spacing: -1px;
  font-family: Poppins Bold, sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.clock-lottie {
  width: 36px;
  height: 36px;
}

.course-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: opacity .25s ease-in-out, transform .3s cubic-bezier(.725, .036, .25, 1);
  display: grid;
  overflow: hidden;
  box-shadow: 0 31px 55px rgba(40, 33, 170, .19);
}

.grad-overlay {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, .47) 67%, #fff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.course-artwork {
  position: relative;
  overflow: hidden;
}

.duration-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.course-art-img {
  width: 100%;
  max-width: none;
}

.card-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: min-content auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-11 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.frame-1000006709 {
  width: 100%;
  height: 1015px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column {
  width: 100%;
  height: 316px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #cad4f2;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-33 {
  height: 198px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 54px;
  left: 407px;
}

.vectors-wrapper-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 9px;
  left: 6px;
}

.frame-1000006707 {
  width: 100%;
  height: 328px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.frame-1000006756 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.heading-h5 {
  color: #f0edfb;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.getcell {
  object-fit: cover;
  position: absolute;
  top: 224px;
  left: 144.5px;
  overflow: visible;
}

.doif {
  object-fit: cover;
  position: absolute;
  top: 205px;
  left: 17.5px;
  overflow: visible;
}

.codeblock {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 88px;
  left: 127.5px;
  overflow: visible;
}

.rotateright {
  object-fit: cover;
  position: absolute;
  top: 276px;
  left: 134.5px;
  overflow: visible;
}

.red {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 126px;
  left: 283.5px;
  overflow: visible;
}

.fxf-2 {
  width: 100%;
  height: 328px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -35px;
  right: -37px;
}

.group-1000006735 {
  object-fit: cover;
  border-radius: 56.5px;
  position: absolute;
  bottom: 140px;
  left: 42px;
}

.vectors-wrapper-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 60px;
  right: 40px;
}

.arrow-hand-drawn-scribble-doodle-arrows-7 {
  object-fit: cover;
  position: absolute;
  top: 72px;
  left: 422px;
}

.frame-1000006708 {
  width: 100%;
  height: 328px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.girl {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: -22px;
  right: -5px;
}

.badge-body {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.badge-trophy {
  object-fit: cover;
  position: absolute;
  bottom: 32px;
  left: 42.5px;
}

.fxf-3 {
  width: 100%;
  height: 328px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -73px;
  left: auto;
  right: -55px;
}

.ai-builder {
  object-fit: cover;
  position: absolute;
  top: 62px;
  left: auto;
  right: 13%;
}

.ai-blocks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 79px;
  left: 1%;
}

.face {
  object-fit: cover;
}

.section-12 {
  background-color: #031a62;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-12.w {
  background-color: #e7e7e7;
}

.style-guide-heading {
  width: 100%;
  max-width: 340px;
  color: rgba(0, 0, 0, .8);
  letter-spacing: -.02em;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.style-guide-infotext-large {
  color: rgba(0, 0, 0, .3);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.style-guide-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.fill-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  padding: 0;
  display: flex;
}

.color-swatch-white {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
}

.style-guide-info-text {
  color: rgba(0, 0, 0, .3);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.color-swatch-black {
  width: 70px;
  height: 70px;
  background-color: #132046;
  border-radius: 50%;
}

.color-swatch-light-grey {
  width: 70px;
  height: 70px;
  background-color: #f4f4f4;
  border-radius: 50%;
}

.color-swatch-orange-100 {
  width: 70px;
  height: 70px;
  background-color: #fff3e5;
  border-radius: 50%;
}

.color-swatch-orange-200 {
  width: 70px;
  height: 70px;
  background-color: #ffe7cc;
  border-radius: 50%;
}

.color-swatch-orange-500 {
  width: 70px;
  height: 70px;
  background-color: #ff8700;
  border-radius: 50%;
}

.color-swatch-purple-100 {
  width: 70px;
  height: 70px;
  background-color: #f0edfb;
  border-radius: 50%;
}

.color-swatch-purple-200 {
  width: 70px;
  height: 70px;
  background-color: #c3b7ef;
  border-radius: 50%;
}

.color-swatch-purple-500 {
  width: 70px;
  height: 70px;
  background-color: #6a4cd7;
  border-radius: 50%;
}

.color-swatch-purple-600 {
  width: 70px;
  height: 70px;
  background-color: #4c2eb9;
  border-radius: 50%;
}

.color-swatch-blue-100 {
  width: 70px;
  height: 70px;
  background-color: #e5f6ff;
  border-radius: 50%;
}

.color-swatch-blue-200 {
  width: 70px;
  height: 70px;
  background-color: #99daff;
  border-radius: 50%;
}

.color-swatch-blue-500 {
  width: 70px;
  height: 70px;
  background-color: #00a3ff;
  border-radius: 50%;
}

.color-swatch-crimson-100 {
  width: 70px;
  height: 70px;
  background-color: #ffe5eb;
  border-radius: 50%;
}

.color-swatch-crimson-200 {
  width: 70px;
  height: 70px;
  background-color: #ffc9d5;
  border-radius: 50%;
}

.color-swatch-crimson-500 {
  width: 70px;
  height: 70px;
  background-color: #ff003a;
  border-radius: 50%;
}

.color-swatch-navy-100 {
  width: 70px;
  height: 70px;
  background-color: #f1f3fa;
  border-radius: 50%;
}

.color-swatch-navy-200 {
  width: 70px;
  height: 70px;
  background-color: #cad4f2;
  border-radius: 50%;
}

.color-swatch-navy-800 {
  width: 70px;
  height: 70px;
  background-color: #031a62;
  border-radius: 50%;
}

.color-swatch-net-500 {
  width: 70px;
  height: 70px;
  background-color: #6e82a8;
  border-radius: 50%;
}

.color-swatch-gray-2 {
  width: 70px;
  height: 70px;
  background-color: #4f4f4f;
  border-radius: 50%;
}

.color-swatch-net-900 {
  width: 70px;
  height: 70px;
  background-color: #2a3446;
  border-radius: 50%;
}

.color-swatch-shoe-3 {
  width: 70px;
  height: 70px;
  background-color: #cacaca;
  border-radius: 50%;
}

.color-swatch-shoe-2 {
  width: 70px;
  height: 70px;
  background-color: #c01010;
  border-radius: 50%;
}

.color-swatch-shoe-1 {
  width: 70px;
  height: 70px;
  background-color: #000;
  border-radius: 50%;
}

.color-swatch-pants {
  width: 70px;
  height: 70px;
  background-color: #378ab9;
  border-radius: 50%;
}

.color-swatch-hoodie {
  width: 70px;
  height: 70px;
  background-color: #df4848;
  border-radius: 50%;
}

.color-swatch-gray-100, .color-swatch-rg-white {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
}

.color-swatch-primary-800 {
  width: 70px;
  height: 70px;
  background-color: #151a30;
  border-radius: 50%;
}

.color-swatch-primary-200 {
  width: 70px;
  height: 70px;
  background-color: #c7cce4;
  border-radius: 50%;
}

.color-swatch-primary-600 {
  width: 70px;
  height: 70px;
  background-color: #3d487b;
  border-radius: 50%;
}

.color-swatch-gray-5 {
  width: 70px;
  height: 70px;
  background-color: #e0e0e0;
  border-radius: 50%;
}

.color-swatch-rg-green {
  width: 70px;
  height: 70px;
  background-color: #47a848;
  border-radius: 50%;
}

.color-swatch-gray-4 {
  width: 70px;
  height: 70px;
  background-color: #bdbdbd;
  border-radius: 50%;
}

.color-swatch-secondary-pale-blue {
  width: 70px;
  height: 70px;
  background-color: #f0f3ff;
  border-radius: 50%;
}

.color-swatch-primary-100 {
  width: 70px;
  height: 70px;
  background-color: #e4e4e4;
  border-radius: 50%;
}

.color-swatch-gray-1 {
  width: 70px;
  height: 70px;
  background-color: #333;
  border-radius: 50%;
}

.color-swatch-color-1 {
  width: 70px;
  height: 70px;
  background-color: #2a303b;
  border-radius: 50%;
}

.color-swatch-color-3 {
  width: 70px;
  height: 70px;
  background-color: #455167;
  border-radius: 50%;
}

.color-swatch-color-2 {
  width: 70px;
  height: 70px;
  background-color: #6f7a8e;
  border-radius: 50%;
}

.color-swatch-brand-blue {
  width: 70px;
  height: 70px;
  background-color: #557dbf;
  border-radius: 50%;
}

.color-swatch-brand-yellow {
  width: 70px;
  height: 70px;
  background-color: #fcba24;
  border-radius: 50%;
}

.color-swatch-brand-primary {
  width: 70px;
  height: 70px;
  background-color: #48a35c;
  border-radius: 50%;
}

.color-swatch-brand-red {
  width: 70px;
  height: 70px;
  background-color: #ee3226;
  border-radius: 50%;
}

.color-swatch-background {
  width: 70px;
  height: 70px;
  background-color: #eff7ff;
  border-radius: 50%;
}

.color-swatch-just_black {
  width: 70px;
  height: 70px;
  background-color: #0f0f0f;
  border-radius: 50%;
}

.color-swatch-secondary-600 {
  width: 70px;
  height: 70px;
  background-color: #73af53;
  border-radius: 50%;
}

.color-swatch-gray-6 {
  width: 70px;
  height: 70px;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.color-swatch-secondary-10t {
  width: 70px;
  height: 70px;
  background-color: rgba(138, 226, 90, .1);
  border-radius: 50%;
}

.color-swatch-secondary-500 {
  width: 70px;
  height: 70px;
  background-color: #8ae25a;
  border-radius: 50%;
}

.color-swatch-gray-7 {
  width: 70px;
  height: 70px;
  background-color: #333;
  border-radius: 50%;
}

.color-swatch-blue-2 {
  width: 70px;
  height: 70px;
  background-color: #2d9cdb;
  border-radius: 50%;
}

.color-swatch-secondary-900 {
  width: 70px;
  height: 70px;
  background-color: #13213c;
  border-radius: 50%;
}

.color-swatch-rg-original-dark {
  width: 70px;
  height: 70px;
  background-color: #4a4d67;
  border-radius: 50%;
}

.color-swatch-gray-8 {
  width: 70px;
  height: 70px;
  background-color: #bdbdbd;
  border-radius: 50%;
}

.color-swatch-sidenav_active_color {
  width: 70px;
  height: 70px;
  background-color: #343c53;
  border-radius: 50%;
}

.color-swatch-selected_card {
  width: 70px;
  height: 70px;
  background-color: #17bebb;
  border-radius: 50%;
}

.color-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.styles-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.styles-guide-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-banner-announcement {
  z-index: 50;
  min-height: 56px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .84);
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.a-banner-container {
  width: 100%;
  max-width: 1140px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.a-banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-banner-strong-text {
  color: #7788f8;
  font-weight: 700;
}

.a-banner-button {
  color: #fff;
  white-space: nowrap;
  background-color: #5167f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.a-banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.a-banner-button-small {
  width: 24px;
  height: 24px;
  color: #b2b3bd;
  background-color: #26272c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.a-banner-button-small:hover {
  color: #000;
  background-color: #fff;
}

.a-icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-13 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #031a62;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-28 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2-columns-2 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000006757 {
  width: 100%;
  height: 1015px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.column-5 {
  width: 100%;
  height: 316px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #cad4f2;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper {
  height: 198px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 54px;
  right: 10px;
}

.vectors-wrapper-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 9px;
  left: 6px;
}

.frame-1000006758 {
  width: 100%;
  height: 328px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fxf {
  width: 100%;
  height: 328px;
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.getcell-2 {
  object-fit: cover;
  position: absolute;
  top: 224px;
  left: 144.5px;
}

.doif-2 {
  object-fit: cover;
  position: absolute;
  top: 205px;
  left: 17.5px;
}

.equalto-2 {
  object-fit: cover;
  position: absolute;
  top: 182px;
  left: 127.5px;
}

.rotateright-2 {
  object-fit: cover;
  position: absolute;
  top: 276px;
  left: 134.5px;
}

.red-2 {
  object-fit: cover;
  position: absolute;
  top: 173px;
  left: 219.5px;
}

.vectors-wrapper-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -61px;
}

.vectors-wrapper-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 44px;
  left: 115.937px;
}

.arrow-hand-drawn-scribble-doodle-arrows-8 {
  object-fit: cover;
  position: absolute;
  top: 65px;
  left: 41%;
  right: auto;
}

.frame-1000006759 {
  width: 100%;
  height: 328px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -66.6875px;
  right: -74px;
}

.ai-builder-2 {
  object-fit: cover;
  position: absolute;
  top: 62px;
  left: 216px;
}

.frame-562 {
  width: 100%;
  height: 1015px;
  max-width: 397px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h1 {
  color: #f1f3fa;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.text-large-bold {
  color: #f1f3fa;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.frame-554 {
  width: 100%;
  height: 380px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffe7cc;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  overflow: hidden;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-testimonial-right-a {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-slider-cards {
  height: auto;
  background-color: #fff;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-left-a {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #160042;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-14 {
  background-image: linear-gradient(#fff, #d8d8d8);
  padding-top: 60px;
  position: static;
}

.section-14.radial {
  background-image: radial-gradient(circle, #fcfcfc, #fcfcfc 54%, #ebebeb);
  padding-bottom: 54px;
  overflow: hidden;
}

.d-133-image-wrapper {
  width: 200%;
  height: 200%;
  background-image: url('../images/firststeps.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  right: auto;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/tastybuthealthy.jpg');
  background-size: auto;
}

.d-133-image-wrapper.game {
  background-color: #f80;
  background-image: none;
}

.d-133-image-wrapper.app {
  background-image: linear-gradient(#6a4cd6, #6a4cd6);
}

.d-133-image-wrapper.a-i {
  background-image: linear-gradient(#eb2a37, #eb2a37);
}

.instructions-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: block;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: auto;
}

.d-133-border {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  margin: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.d-133-3d-wrapper-2 {
  width: 100%;
  height: 230px;
  perspective: 1000px;
  position: relative;
}

.demo-wrapper-2 {
  width: 100%;
  flex-flow: row-reverse;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: center;
  margin-right: 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-7 {
  color: #2e2e2e;
  font-weight: 600;
}

.paragraph-7.center {
  z-index: 1;
  color: #2e2e2e;
  text-align: center;
  position: relative;
}

.d-133-color-overlay {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 25%, #031b63 86%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-133-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #fff;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.d-133-paragraph {
  color: #fff;
  text-shadow: 1px 1px #000;
  font-weight: 600;
}

.heading {
  color: #000;
  letter-spacing: -.03px;
  font-size: 40px;
  font-weight: 900;
  line-height: 53px;
}

.heading.center {
  z-index: 2;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.d-133-text-wrapper {
  height: 198px;
  padding: 10px;
  position: relative;
}

.d-133-h3-heading {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px #000;
  margin-bottom: 22px;
  font-family: Poppins Bold, sans-serif;
  font-size: 24px;
  font-weight: 800;
  overflow: visible;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_icon {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  color: #031b63;
  font-family: Poppins Bold, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.faq6_accordion {
  border: 1px solid #6a4cd6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.button-5 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-5.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_lightbox-link {
  width: 100%;
}

.gallery21_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery21_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery21_arrow.is-left {
  right: 4rem;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery21_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.gallery21_slide {
  padding-right: 2rem;
}

.gallery21_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_gallery21 {
  overflow: hidden;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-gradient-r {
  z-index: 5;
  width: 140px;
  background-image: linear-gradient(267deg, #fff, #fff 21%, rgba(255, 255, 255, .64) 51%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  min-height: 96px;
  min-width: 140px;
  background-color: #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f1;
}

.f-logo-carousel-wrap {
  min-height: 104px;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  width: 140px;
  background-image: linear-gradient(to right, #fff, #fff 25%, rgba(255, 255, 255, .73) 60%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.dropdown {
  width: 100%;
  max-width: 238px;
}

.navigation-card {
  width: 100%;
}

.navigation-image-wrapper {
  width: 100%;
  height: 220px;
  background-color: #dedfe3;
  border: 1px solid #dedfe3;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}

.navigation-toggle {
  height: 100%;
  grid-column-gap: 2px;
  color: #131316;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-toggle:hover {
  color: #fff;
  background-color: #6a4cd6;
}

.navigation-toggle.w--open {
  color: #5167f6;
  background-color: #eceefe;
}

.navigation-link {
  color: #131316;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #5167f6;
  background-color: #eceefe;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-wrapper {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.navigation-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #031b63;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Satoshi Bold, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.navigation-button-primary:hover {
  color: #fff;
  background-color: #6a4cd6;
}

.navigation-button-primary:active {
  background-color: #8b99f9;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.navigation-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-secondary-square {
  height: 48px;
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6a4cd6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f1eefb;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary-square:hover {
  color: #4c2eb8;
  background-color: #c4b8ef;
}

.button-secondary-square:active {
  background-color: #d8d7df;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.navigation-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.a-navigation {
  z-index: 999;
  width: 100%;
  min-height: 40px;
  -webkit-backdrop-filter: brightness(200%) blur(24px);
  backdrop-filter: brightness(200%) blur(24px);
  background-color: rgba(255, 255, 255, .87);
  align-items: center;
  padding: 16px 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.text-link-small {
  color: #5167f6;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.text-link-small:hover {
  color: #6478f7;
}

.navigation-grid-wrapper {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #131316;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.subheading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.navigation-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-card-content {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.navigation-link-wrapper {
  background-color: #f4f4f6;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.navigation-dropdown-base {
  z-index: 99;
  -webkit-backdrop-filter: brightness(200%) blur(24px);
  backdrop-filter: brightness(200%) blur(24px);
  background-color: rgba(255, 255, 255, .93);
  border: 3px solid #6a4cd6;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.navigation-dropdown-base.w--open {
  width: 100%;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 24px 5%;
  position: absolute;
  top: 90px;
  bottom: auto;
  left: 0;
  right: auto;
  overflow: hidden;
}

.navigation-container {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-list-dropdown {
  z-index: 99;
}

.navigation-list-dropdown.w--open {
  width: 100%;
  max-width: 827px;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  position: absolute;
  top: 94px;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: visible;
}

.navigation-dropdown {
  height: 100%;
  position: static;
}

.icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.navigation-button-secondary {
  height: 48px;
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.navigation-button-secondary:hover {
  background-color: #eceefe;
}

.navigation-button-secondary:active {
  background-color: #d8ddfd;
}

.navigation-link-l {
  grid-column-gap: 8px;
  color: #131f44;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.navigation-link-l:hover {
  color: #6a4cd6;
  background-color: #f1eefb;
}

.section-15 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-29 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h3 {
  font-family: Poppins Bold, sans-serif;
  display: inline;
}

._2-columns-3 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.app-dev-col {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-row {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-semi-bold {
  color: #031b63;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.heading-h3-2 {
  color: #031b63;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.progs-row {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-program-card {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1.1px solid #cad4f2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.frame-1000006772 {
  width: 100%;
  height: 138px;
  grid-column-gap: 7.7876px;
  grid-row-gap: 7.7876px;
  background-image: linear-gradient(to top, #ffdd9c, #eb5858);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15.5752px 10.9513px 10.9513px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-42 {
  width: 132px;
  height: 79px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 17px;
  left: 12px;
}

.vectors-wrapper-43 {
  width: 49px;
  height: 107px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 11px;
  left: 142px;
}

.vectors-wrapper-44 {
  width: 135.675px;
  height: 176.226px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -12.0001px;
  left: 210.957px;
}

.frame-552 {
  width: 100%;
  height: 172px;
  grid-column-gap: 17.6px;
  grid-row-gap: 17.6px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 17.6px;
  display: flex;
}

.bullet-list {
  width: 100%;
  max-width: 239px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-550 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  display: flex;
}

.text-2 {
  color: #00a3ff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}

.error-a6df507b-159c-60a7-88a2-97120ca09632 {
  color: #031a62;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.frame-551 {
  width: 100%;
  grid-column-gap: 17.6px;
  grid-row-gap: 17.6px;
  background-color: #f1f3fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.frame-1000006746 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.heading-h6 {
  color: #031a62;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.text-large-medium {
  color: #031a62;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.button-6 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #031a62;
  border: 1px solid #031a62;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -1px 6px rgba(167, 244, 255, .54);
}

.button-6:hover {
  background-color: #2848a8;
  transform: translate(0, -2px);
}

.text-regular-bold-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.button-7 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #031a62;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color .2s, opacity .25s ease-in-out, transform .675s cubic-bezier(.725, .036, .25, 1), opacity .55s;
  display: flex;
}

.button-7:hover {
  background-color: #d8e1fd;
}

.text-regular-bold-3 {
  color: #031a62;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.jour-card04 {
  width: 100%;
  height: 138px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#58eba4, #00c6ff 28%, #c994ff 63%, #f878db);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px 14.1151px rgba(255, 255, 255, .7);
}

.image-40 {
  object-fit: cover;
  position: absolute;
  top: 12px;
  left: -68px;
}

.vectors-wrapper-45 {
  width: 69.1031px;
  height: 122.928px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 23.0041px;
  left: 226.206px;
}

.vectors-wrapper-46 {
  width: 34px;
  height: 30.0504px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5.0083px;
  left: 175px;
}

.vectors-wrapper-47 {
  width: 34px;
  height: 30.0504px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 25.042px;
  left: 175px;
}

.vectors-wrapper-48 {
  width: 35px;
  height: 30.0504px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 41.0688px;
  left: 174px;
}

.vectors-wrapper-49 {
  width: 133.211px;
  height: 85.9916px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 62.8735px;
  left: 242.196px;
}

.progs-row-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.game-dev-1-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(0deg, #9cffe1 0%, #ebb058 100%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-39 {
  object-fit: cover;
  position: absolute;
  top: -8px;
  left: -23px;
}

.vectors-wrapper-50 {
  width: 183.909px;
  height: 102.092px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 17.5518px;
  left: 76.7197px;
}

.vectors-wrapper-51 {
  width: 132px;
  height: 81px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 17px;
  left: 12px;
}

.vectors-wrapper-52 {
  width: 132px;
  height: 78px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 66px;
  left: 108px;
}

.game-dev-2-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(74.19deg, #4fb576 0%, #44c489 30%, #28a9ae 46%, #28a2b7 59%, #4c7788 71%, #6c4f63 80%, #432c39 100%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  box-shadow: inset 0 -.975043px 14.1381px rgba(255, 255, 255, .7);
}

.image-36 {
  opacity: .39;
  object-fit: cover;
  position: absolute;
  top: -19px;
  left: -32px;
}

.vectors-wrapper-53 {
  height: 150.574px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 3.9043px;
  left: -76.6239px;
}

.vectors-wrapper-54 {
  width: 132px;
  height: 81px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 17px;
  left: 11px;
}

.image-23 {
  object-fit: cover;
  position: absolute;
  top: 6px;
  left: 152px;
}

.whats-included-row {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-image: linear-gradient(#f1f3fa 56%, rgba(241, 243, 250, 0));
  border: 1px solid #cad4f2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-55 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -476.404px;
  left: -587px;
}

.heading-h4 {
  color: #132046;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.content-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.item {
  width: 100%;
  max-width: 356px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rectangle {
  width: 130px;
  height: 90px;
  object-fit: scale-down;
}

.frame-561 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-3 {
  color: #132046;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.text-large-bold-2 {
  color: #132046;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.heading-h3-3 {
  color: #132046;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.heading-h3-4 {
  color: #ff8700;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.heading-h3-5 {
  color: #ff003a;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.heading-h3-6 {
  color: #6a4cd7;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.div-block-62 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: max-content auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.d-59-shine {
  z-index: 2;
  width: auto;
  height: auto;
  filter: blur(50px);
  background-color: rgba(255, 255, 255, .1);
  background-image: none;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-67-image-wrapper {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.lottie-animation-5 {
  height: 200px;
  position: absolute;
  top: -21%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.orange-pale {
  color: #ca6900;
  background-color: rgba(255, 221, 135, .8);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.orange-pale:hover {
  background-color: #ffdd87;
}

.orange-pale.large {
  padding-top: 22px;
  padding-bottom: 22px;
}

.orange-pale.large.inside-card {
  background-color: #ffdd87;
  margin-left: 27px;
  margin-right: 27px;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.d-67-moving-line {
  width: 25%;
  height: 5px;
  background-color: #ffab00;
  border: 1px #000;
  box-shadow: 0 0 20px 2px rgba(255, 206, 83, .58);
}

.d-67-moving-line.bottom-left {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.d-67-moving-line.top-left {
  width: 5px;
  height: 25%;
}

.d-67-moving-line.top-right {
  width: 5px;
  height: 25%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-check-mail {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 61px;
  padding-right: 61px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-67-image {
  z-index: auto;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block-3 {
  z-index: 1;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-67-3d-wrapper {
  perspective: 1000px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.lottie-animation-22 {
  height: 200px;
  position: absolute;
  top: -21%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-18 {
  z-index: 1;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-5 {
  display: flex;
}

.grid-6 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.section-space-2 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

.container-30 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-row-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-56 {
  width: 85px;
  height: 84px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-h1-2 {
  z-index: 1;
  text-align: center;
  position: relative;
}

.text-large-medium-2 {
  color: #132046;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.vectors-wrapper-57 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 18%;
  left: 381.734px;
}

._2-columns-4 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

._2-columns-4._2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col-hug {
  height: 977px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card {
  width: 100%;
  height: 488px;
  max-width: 640px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e5f6ff;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-2 {
  width: 100%;
  height: 488px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.content-top {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h4-2 {
  color: #132046;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.text-medium-medium {
  color: #132046;
  font-family: Satoshi Medium, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.frame-1000006773 {
  height: 488px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-58 {
  width: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-59 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 18.3647px;
  left: 12.7293px;
}

.row {
  width: 100%;
  height: 457px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000006775 {
  width: 100%;
  height: 457px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff3e5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -128.4px;
  left: 177px;
}

.heading-h4-3 {
  color: #031a62;
  font-family: Satoshi Medium, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.text-regular-medium {
  color: #132046;
  font-family: Satoshi Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.vectors-wrapper-61 {
  height: 170px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: -16%;
}

.frame-1000006776 {
  width: 100%;
  height: 457px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0edfb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-62 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 334.6px;
  left: -128px;
}

.vectors-wrapper-63 {
  height: 194px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: -10%;
}

.col-fill {
  width: 100%;
  height: 977px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-3 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.content-4 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h3-7 {
  color: #132046;
  font-family: Poppins Bold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.frame-1000006732 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #031a62;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-regular-bold-4 {
  color: #031a62;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1000006774 {
  width: 100%;
  height: 541px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0edfb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.vectors-wrapper-65 {
  height: 152px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: 13%;
  right: auto;
}

.placeholder {
  object-fit: cover;
  position: absolute;
  top: 269.6px;
  left: 16px;
}

.shutterstock_1928351405-1 {
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-h1-3 {
  color: #132046;
  text-align: center;
  font-family: Poppins Bold, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.heading-h1-4 {
  color: #ff003a;
  text-align: center;
  font-family: Poppins Bold, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.frame-1000006777 {
  height: 488px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-66 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-67 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-5 {
  width: 100%;
  height: 488px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.frame-1000006778 {
  height: 488px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.group-1000006721 {
  width: 670px;
}

.image-70 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -10px;
  right: auto;
}

.section-16 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #031a62;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-31 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2-columns-5 {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.col-fxa {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-12 {
  letter-spacing: -.025em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #fff, #d1c6ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins Bold, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 102.5%;
}

.text-medium-medium-2 {
  color: #f0edfb;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.heading-h4-4 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.col-fxf {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.row-fxf {
  width: 100%;
  height: 366.4px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#1f316b 60%, #334a92);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-68 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: 0%;
  right: auto;
}

.vectors-wrapper-69 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.girl-2 {
  z-index: 1;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -36%;
  left: 7%;
  right: auto;
}

.laptopgame {
  z-index: 0;
  object-fit: scale-down;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: -19%;
}

.text-regular-semi-bold-2 {
  color: #c3b7ef;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.row-fxh {
  width: 100%;
  height: 208px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.wxf {
  width: 100%;
  height: 208px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-70 {
  width: 69px;
  height: 144px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 27%;
}

.vectors-wrapper-71 {
  width: 81px;
  height: 158px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: 4%;
}

.vectors-wrapper-72 {
  width: 112px;
  height: 104px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: auto;
  right: 0%;
}

.tornado {
  opacity: .23;
  mix-blend-mode: luminosity;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-regular-semi-bold-3 {
  z-index: 1;
  color: #cad4f2;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}

.fxf-4 {
  width: 100%;
  height: 208px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thunderbg {
  height: 100%;
  opacity: .64;
  mix-blend-mode: luminosity;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.girlthinking {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.level-selector {
  z-index: 1;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 19px;
  right: auto;
}

.vectors-wrapper-73 {
  height: 180.629px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: luminosity;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -19%;
  left: auto;
  right: 0%;
}

.fxf-5 {
  width: 100%;
  height: 208px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-74 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: auto;
  right: 5%;
}

.image-71 {
  position: absolute;
  bottom: 65px;
  left: 151.5px;
}

.image-72 {
  position: absolute;
  bottom: 107px;
  left: 124.5px;
}

.awards-row-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.awards {
  grid-column-gap: 11.8869px;
  grid-row-gap: 11.8869px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-75 {
  width: 98.3371px;
  height: 64.0619px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-76 {
  width: 98.3365px;
  height: 64.0613px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-77 {
  width: 99.5531px;
  height: 64.8545px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.proudly {
  width: 153px;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-4 {
  color: #cad4f2;
  font-size: 14px;
  font-weight: 700;
}

.vectors-wrapper-78 {
  width: 22px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000006781 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.girlthinking-2 {
  z-index: 0;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: -28%;
  left: auto;
  right: 9%;
}

.image-73 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -59%;
  left: auto;
  right: 38%;
}

.image-74 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -76%;
  left: auto;
  right: -28%;
}

.bvc-elements {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-79 {
  width: 85px;
  height: 84px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-80 {
  width: 61px;
  height: 61px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-81 {
  width: 95px;
  height: 66px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-82 {
  height: 40.8751px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 39%;
  left: 30%;
  right: 0%;
}

.vectors-wrapper-83 {
  width: 85px;
  height: 84px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-84 {
  width: 61px;
  height: 61px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-large-medium-3 {
  color: #132046;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.heading-h1-6 {
  color: #132046;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.heading-h1-7 {
  color: #6a4cd7;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.fxh {
  width: 100%;
  height: 533px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#ffedd8 46%, #fffaf4);
  border: 1px solid #cdbaa3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wxa-title-row {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.col-fxa-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h3-8 {
  color: #132046;
  font-family: Poppins Bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.text-5 {
  color: #031a62;
  font-size: 44px;
  font-weight: 400;
  line-height: 25.32px;
}

.cert {
  width: 90%;
  height: 350px;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -17%;
  left: auto;
  right: -19%;
}

.vectors-wrapper-85 {
  width: 65px;
  height: 91px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 231px;
  left: 139.5px;
}

.fxh-2 {
  width: 100%;
  height: 533px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0edfb;
  border: 1px solid #cad4f2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 233px 32px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instructor {
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -11%;
  left: auto;
  right: -14%;
}

.instructors-row {
  width: 100%;
  max-width: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 5%;
  right: 0%;
}

.instructors {
  object-fit: cover;
  position: relative;
}

.heading-h3-9 {
  color: #132046;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.text-medium-medium-3 {
  color: #132046;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.fxh-3 {
  width: 100%;
  height: 533px;
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  background-color: #f0edfb;
  border: 1px solid #cad4f2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.col-fxa-3 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h3-10 {
  color: #132046;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.text-6 {
  color: #031a62;
  font-size: 44px;
  font-weight: 400;
  line-height: 25.32px;
}

.ngss-badge {
  object-fit: cover;
}

.syllabus {
  width: 90%;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -21%;
  left: auto;
  right: -4%;
}

.fxh-4 {
  width: 100%;
  height: 533px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0edfb;
  border: 1px solid #cad4f2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-7 {
  color: #031a62;
  font-size: 44px;
  font-weight: 400;
  line-height: 25.32px;
}

.laptopgame-2 {
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -2%;
  left: auto;
  right: -9%;
}

.vectors-wrapper-86 {
  width: 128px;
  height: 114px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 15%;
  right: auto;
}

.palmer {
  color: #031b63;
  font-family: Satoshi Medium, sans-serif;
}

.section-17 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #031a62;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-32 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-columns-6 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wxh-art {
  width: 100%;
  height: 511px;
  max-width: 657px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#1f316b 60%, #334a92);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 33px 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-87 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: -4%;
  right: auto;
}

.vectors-wrapper-88 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 335.211px;
  left: 1011.48px;
}

.viisulaizer {
  object-fit: cover;
  border-radius: 247px;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: 2%;
  right: auto;
}

.vectors-wrapper-89 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: auto;
  right: -5%;
}

._0014 {
  object-fit: contain;
  position: absolute;
  bottom: -13%;
  right: 11%;
}

.vectors-wrapper-90 {
  width: 100px;
  height: 87.1992px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.vectors-wrapper-91 {
  height: 62px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.image-75 {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: 40%;
  right: auto;
}

.vectors-wrapper-92 {
  width: 94.0001px;
  height: 86.6511px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 40%;
}

.vectors-wrapper-93 {
  width: 71px;
  height: 39px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 33%;
  left: 18%;
  right: auto;
}

.oxygentank_4-1 {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 34%;
  left: 20%;
  right: auto;
}

.avatar_parallel_topdown-1-1 {
  object-fit: cover;
  position: absolute;
  top: 339.801px;
  left: 42px;
}

.image-76 {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 45%;
  left: auto;
  right: -1%;
}

.col-fill-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-row-3 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-94 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #fff;
  font-family: Poppins Bold, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.text-8 {
  color: #f1f3fa;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.fxh-5 {
  width: 100%;
  height: 203px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.fxf-6 {
  width: 100%;
  height: 203px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-medium-bold {
  color: #c3b7ef;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.vectors-wrapper-95 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.instructors-circles {
  width: 151px;
  grid-column-gap: -9.74026px;
  grid-row-gap: -9.74026px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 17%;
}

.vectors-wrapper-96 {
  width: 45px;
  height: 45px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 43px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-14 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.text-1 {
  color: #f1f3fa;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.section-18 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #031a62;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-33 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2-columns-7 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fxa {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-97 {
  height: 40.8751px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 121px;
  left: 287px;
}

.heading-h4-5 {
  color: #c3b7ef;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.text-large-bold-3 {
  color: #c3b7ef;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.fxh-6 {
  width: 100%;
  height: 404px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f0edfb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-h5-2 {
  color: #031a62;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.vectors-wrapper-98 {
  height: 182px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: 0%;
  right: 0%;
}

.paper {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: -8%;
  left: auto;
  right: 0%;
}

.group-1000006780 {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 45%;
}

.badges {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 38%;
  left: auto;
  right: 8%;
}

.fxa-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fxh-7 {
  width: 100%;
  height: 362px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#1f316b 60%, #334a92);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-99 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -54%;
  bottom: auto;
  left: -21%;
  right: auto;
}

.vectors-wrapper-100 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -15%;
}

.boyphone {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.frame-555 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.fxh-8 {
  width: 100%;
  height: 250px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0edfb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-101 {
  width: 137px;
  height: 95px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -4.40625px;
  left: -12px;
}

.vectors-wrapper-102 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 102px;
  left: -177px;
}

.vectors-wrapper-103 {
  height: 171.892px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 11%;
  left: auto;
  right: 24%;
}

.avatar {
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -60%;
  left: 8%;
  right: auto;
}

.boy {
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: auto;
  right: 0%;
}

.heading-h1-9 {
  color: #f0edfb;
  font-family: Poppins Bold, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.heading-h1-10 {
  color: #ffe7cc;
  font-family: Poppins Bold, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.text-large-bold-4 {
  color: #f0edfb;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.section-19 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-34 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-of-testi {
  width: 100%;
  max-width: 590px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-104 {
  width: 138px;
  height: 97px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h2 {
  color: #132046;
  font-family: Poppins Bold, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal150 {
  color: #132046;
  font-family: Satoshi Medium, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.row-fxa {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-6 {
  width: 100%;
  max-width: 379px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000006742 {
  width: 100%;
  max-width: 379px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stars {
  height: 19px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-105 {
  width: 20px;
  height: 18.8889px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-large-medium-4 {
  color: #031b63;
  font-family: Satoshi Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.avatar-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000006739 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar-image {
  object-fit: cover;
}

.avatar-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-semi-bold-4 {
  color: #132046;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.text-regular-normal {
  color: #132046;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.vectors-wrapper-106 {
  width: 133px;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-7 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000006740 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-107 {
  width: 128px;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  color: #031b63;
  font-family: Satoshi Medium, sans-serif;
}

.div-block-63 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.learnning-outcomes {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h3-11 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.the-two-levels {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-1000006765 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000006763 {
  width: 100%;
  height: 124px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fxf-7 {
  width: 100%;
  height: 124px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.frame-1000006764 {
  width: 100%;
  height: 184px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fxf-8 {
  width: 100%;
  height: 184px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.frame-1000006768 {
  width: 100%;
  height: 184px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fxf-9 {
  width: 100%;
  height: 107px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.fxf-10 {
  width: 100%;
  height: 61px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.fxf-11 {
  width: 100%;
  height: 84px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.frame-1000006761 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(0, 0, 0, .18);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 104px 56px;
  display: flex;
}

.frame-1000006782 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 48px;
  display: flex;
  position: relative;
}

.syllabus-2 {
  object-fit: contain;
}

.vectors-wrapper-108 {
  width: 85px;
  height: 84px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 11%;
  right: auto;
}

.vectors-wrapper-109 {
  width: 85px;
  height: 84px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.container-35 {
  width: 100%;
  max-width: 469px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-h4-6 {
  color: #f0edfb;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.frame-1000006783 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.o-input {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.text-icn-wrapper {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.placeholder-text {
  color: #fff;
  letter-spacing: .75px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.button-9 {
  height: 60px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #f4f6ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -1px 6px rgba(0, 0, 0, .19);
}

.text-regular-bold-5 {
  color: #132046;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-110 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-10 {
  opacity: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 141%;
  text-decoration: none;
  display: inline;
}

.for-game-development-1-2-0 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.for-game-development-1-2-1 {
  color: #b7a3ff;
  font-size: 16px;
  font-weight: 700;
}

.by-requesting-the-program-syllabus-you-agree-to-the-terms-of-service-and-acknowledge-that-robogarden-process-your-personal-data-in-accordance-with-the-privacy-policy-1 {
  opacity: 1;
  color: #99daff;
  font-size: 12px;
  font-weight: 500;
  line-height: 141%;
  text-decoration: underline;
}

.image-78 {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.image-79 {
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 5%;
}

.image-80 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-81 {
  position: absolute;
  top: auto;
  bottom: 11%;
  left: auto;
  right: 6%;
}

.kid-jump-ai {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: -21%;
  left: 1%;
  right: auto;
}

.image-83 {
  position: absolute;
  bottom: 4%;
  right: -7%;
}

.level1-grid, .level2-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-84 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.syllabus-part {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #031a62;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.image-85 {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: 0;
  object-fit: scale-down;
}

.image-86 {
  position: absolute;
  top: auto;
  bottom: -20%;
  left: 5%;
  right: auto;
}

.heading-h6-copy {
  color: #031a62;
  font-family: Satoshi Regular, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.dates-wrapper {
  width: 100%;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #e1e5f3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.p-small-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.p-small-2.formlabel {
  opacity: .8;
  padding-left: 8px;
}

.form-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #383875;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.form_contain-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}
.w-input{
  width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}
.form_field-2 {
  color: #eeedf2;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(156deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0));
  border: 2px solid rgba(238, 237, 242, .07);
  border-radius: .4em;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  transition: all .2s;
}

.form_field-2:hover {
  background-color: rgba(255, 255, 255, .05);
  padding-left: 32px;
}

.form_field-2:focus {
  color: #99daff;
  -webkit-text-stroke-color: #e6f6ff;
  background-color: rgba(255, 255, 255, .03);
  border-color: #99daff;
  padding-left: 1.6em;
}

.form_field-2::-ms-input-placeholder {
  color: rgba(255, 255, 255, .47);
}

.form_field-2::placeholder {
  color: rgba(255, 255, 255, .47);
}

.section-def {
  padding: 72px 48px;
}

.text-block-19 {
  font-size: 18px;
  line-height: 1.2em;
}

.input-w-brow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.fontawesome-button-2 {
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  font-weight: 900;
}

.linkblock-lessons-2 {
  z-index: 3;
  text-decoration: none;
  position: relative;
}

.text-block-20 {
  z-index: 3;
  color: #fff;
  font-weight: 700;
  position: relative;
}

.free-lessons-button-2 {
  z-index: 1;
  height: 69px;
  opacity: 1;
  cursor: pointer;
  background-color: #131f44;
  border: 0 solid #352c28;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.free-lessons-button-2:hover {
  opacity: 1;
}

.fontawesome-button-check-2 {
  width: 24px;
  height: 24px;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

.background-circle-button-2 {
  z-index: 0;
  width: 40px;
  height: 40px;
  background-color: #4c2eb8;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  right: 16px;
}

.radio {
  width: 24px;
  height: 24px;
  border-width: 2px;
}

.radio.w--redirected-checked {
  background-color: #99daff;
  border-color: #00a2ff;
  box-shadow: -13px 0 40px 11px #00a2ff;
}

.radio-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #eeedf2;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(156deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0));
  border: 2px solid rgba(238, 237, 242, .07);
  border-radius: .4em;
  align-items: center;
  margin-bottom: 0;
  padding: 24px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.radio-container:hover {
  color: #99daff;
  -webkit-text-stroke-color: #99daff;
  background-color: rgba(0, 187, 255, .25);
  padding-left: 32px;
}

.radio-container:focus {
  color: #c4b8ef;
  background-color: rgba(255, 255, 255, .03);
  border-color: #a48aff;
  padding-left: 1.6em;
}

.radio-container::-ms-input-placeholder {
  color: rgba(255, 255, 255, .47);
}

.radio-container::placeholder {
  color: rgba(255, 255, 255, .47);
}

.cohort-date {
  text-transform: none;
}

.radio-text {
  text-transform: none;
  font-size: 16px;
}

.div-block-64 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-87 {
  width: 260px;
}

.label-value {
  color: #131f44;
  margin-bottom: 0;
  font-family: Satoshi Light, sans-serif;
  font-weight: 400;
}

.paragraph-10 {
  color: #131f44;
  font-size: 14px;
}

.value {
  margin-bottom: 0;
  font-family: Satoshi Medium, sans-serif;
}

.value.total {
  font-family: Satoshi Bold, sans-serif;
  font-size: 23px;
}

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-self: stretch;
  padding: 8px 8px 16px;
  display: flex;
}

.p-small-3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.image-88 {
  width: 24px;
  height: 24px;
}

.image-89 {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 991px) {
  .divider {
    height: 4px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger.cc-bigger-white-light-copy {
    margin-bottom: 0;
    padding: 21px;
  }

  .button {
    justify-content: center;
    transition-duration: .2s, .4s, .4s, .4s;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    margin-top: 127px;
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.marg {
    font-size: 63px;
  }

  .heading-jumbo.marg-copy {
    font-size: 30px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .home-section-wrap {
    text-align: left;
  }

  .wrapper-front {
    width: auto;
  }

  .d-133-3d-wrapper {
    margin-bottom: 22px;
  }

  .free-lessons-button {
    margin-right: 7px;
  }

  .footer-logo {
    width: 150px;
    margin-bottom: 25px;
  }

  .col-footer {
    padding-top: 34px;
  }

  .copy-section {
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .heading-2 {
    font-size: 29px;
  }

  .div-sponsers {
    grid-column-gap: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .clouds {
    display: none;
  }

  .image-15 {
    width: 200px;
    top: auto;
    bottom: auto;
  }

  .lottie-animation-4 {
    width: 386px;
  }

  .div-block-5 {
    height: 400px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3 {
    justify-content: center;
    transition-duration: .2s, .4s, .4s, .4s;
  }

  .button-3.dark, .button-3.terms {
    margin-top: 10px;
  }

  .heading-container {
    text-align: center;
    margin-left: 0;
  }

  .container-9 {
    flex-direction: column;
  }

  .footer-2 {
    padding-bottom: 61px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .heading-8.small {
    font-size: 20px;
    line-height: 21px;
  }

  .col-footer-1-2 {
    padding-right: 26px;
  }

  .footer-logo-2 {
    width: 300px;
    margin-bottom: 23px;
  }

  .container-11 {
    flex-direction: column;
  }

  .div-block-34 {
    display: none;
  }

  .div-block-35 {
    margin-right: 0;
  }

  .section-hood {
    padding-top: 34px;
    padding-bottom: 49px;
  }

  .lottie-animation-13 {
    height: 250px;
  }

  .heading-9 {
    font-size: 50px;
  }

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 21px;
    grid-template-rows: min-content auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-37, .slider, .image-63, .lottie-animation-15 {
    transform: none;
  }

  .demo-container {
    height: auto;
    min-height: 100vh;
    clear: both;
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .text-block-13 {
    display: block;
  }

  .div-block-43 {
    flex-direction: row;
  }

  .grid-copy {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-top: 39px;
    margin-bottom: 33px;
  }

  .image-64 {
    display: none;
  }

  .free-lessons-button-copy {
    margin-right: 7px;
  }

  .about-grid-copy {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .teacher-card-wrapper {
    width: 710px;
    flex-direction: row;
    align-self: center;
    display: flex;
  }

  .card-teacher {
    justify-content: flex-start;
  }

  .container-2.with-slider {
    align-items: flex-start;
  }

  .button-copy {
    justify-content: center;
    transition-duration: .2s, .4s, .4s, .4s;
  }

  .heading-8-copy {
    font-size: 22px;
  }

  .div-block-46 {
    grid-template-columns: 1fr;
  }

  .teacher-stats {
    text-align: center;
    justify-items: center;
  }

  .div-block-47 {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-35-copy {
    margin-right: 0;
  }

  .image-65 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .section-hood-copy {
    padding-top: 34px;
    padding-bottom: 49px;
  }

  .grid-3 {
    grid-column-gap: 33px;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
  }

  .div-block-50 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .div-block-47-copy {
    border-right-style: none;
  }

  .text-block-15 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .prize-category-col {
    padding-left: 44px;
    padding-right: 44px;
  }

  .laptop-img {
    height: 300px;
  }

  .div-block-57 {
    justify-items: center;
  }

  .blob {
    display: none;
  }

  .text-block-17 {
    padding-right: 14px;
  }

  .section-space._3d {
    background-color: #031b63;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  ._2-columns {
    flex-direction: column;
  }

  .frame-1000006730 {
    background-color: #fff;
  }

  .hero-artwork {
    max-width: 620px;
  }

  .vectors-wrapper-8 {
    display: none;
  }

  .vectors-wrapper-9 {
    display: none;
    left: 306px;
  }

  .vectors-wrapper-10 {
    display: none;
    left: 469px;
  }

  .container-grid {
    grid-row-gap: 24px;
  }

  .perk-art {
    width: 110px;
  }

  .footer-sec {
    max-width: 100vw;
    overflow: hidden;
  }

  .footer-sec.is--dark {
    padding-left: 4%;
    padding-right: 4%;
  }

  .horizontal-display {
    grid-template-columns: 1fr;
  }

  .links-wrapper {
    padding: 0;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-template-columns: auto;
  }

  .course-cards-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .course-card {
    grid-template-rows: 170px auto;
  }

  .group-1000006735 {
    top: auto;
    bottom: 30%;
    left: 4%;
    right: auto;
  }

  .style-guide-wrapper, .styles-wrapper {
    flex-direction: column;
  }

  .a-banner-container {
    justify-content: flex-start;
  }

  .section-13 {
    padding-left: 4%;
    padding-right: 4%;
  }

  ._2-columns-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .getcell-2 {
    top: auto;
    bottom: 16%;
    left: auto;
    right: 8%;
  }

  .doif-2 {
    top: auto;
    bottom: 18%;
    left: auto;
    right: 60%;
    overflow: visible;
  }

  .equalto-2 {
    top: auto;
    bottom: 30%;
    left: auto;
    right: 21%;
  }

  .rotateright-2 {
    top: auto;
    bottom: 2%;
    left: auto;
    right: 4%;
    overflow: visible;
  }

  .red-2 {
    top: auto;
    bottom: 46%;
    left: auto;
    right: 13%;
  }

  .vectors-wrapper-39 {
    top: auto;
    bottom: -24%;
    left: auto;
    right: -15%;
  }

  .vectors-wrapper-40 {
    top: auto;
    bottom: 2%;
    left: auto;
    right: -1%;
  }

  .frame-562 {
    max-width: none;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .instructions-wrapper-2 {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .d-133-3d-wrapper-2 {
    margin-bottom: 22px;
  }

  .demo-wrapper-2 {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 11px;
    margin-right: 0%;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .navigation-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .navigation-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navigation-wrapper {
    width: auto;
    align-items: center;
    display: flex;
  }

  .navigation-button-primary {
    display: none;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-menu-button {
    background-color: #f4f4f6;
    border-radius: 8px;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #ff003b;
    border-color: #fff;
  }

  .a-navigation {
    position: relative;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-grid-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .navigation-button-group {
    width: auto;
    align-items: center;
    display: flex;
  }

  .navigation-link-wrapper {
    justify-content: flex-start;
  }

  .navigation-dropdown-base {
    box-shadow: none;
    padding: 16px;
  }

  .navigation-dropdown-base.w--open {
    height: 500px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .navigation-list-dropdown {
    height: 480px;
  }

  .navigation-list-dropdown.w--open {
    height: 500px;
    padding: 0;
    position: relative;
    top: 8px;
    overflow: auto;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-button-secondary {
    display: none;
  }

  .section-15 {
    padding-left: 4%;
    padding-right: 4%;
  }

  ._2-columns-3 {
    grid-template-columns: 1fr;
  }

  .frame-551 {
    align-items: stretch;
  }

  .vectors-wrapper-55 {
    object-fit: contain;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .content-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    justify-content: center;
  }

  .item {
    flex-direction: column;
  }

  .rectangle {
    width: 84px;
    height: 60px;
  }

  .frame-561 {
    align-items: center;
  }

  .text-3 {
    font-size: 32px;
  }

  .section-space-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .vectors-wrapper-57 {
    display: none;
  }

  ._2-columns-4 {
    flex-direction: column;
  }

  ._2-columns-4._2 {
    grid-template-columns: 1fr;
  }

  .card {
    max-width: none;
  }

  .section-16 {
    padding-left: 4%;
    padding-right: 4%;
  }

  ._2-columns-5 {
    grid-template-columns: 1fr;
  }

  .girl-2 {
    left: 15%;
  }

  .laptopgame {
    right: -8%;
  }

  .vectors-wrapper-82 {
    display: none;
    bottom: 52%;
    left: 21%;
  }

  .instructor {
    bottom: -2%;
    right: -12%;
  }

  .instructors-row {
    bottom: 7%;
  }

  .section-17 {
    padding-left: 4%;
    padding-right: 4%;
  }

  ._2-columns-6 {
    flex-direction: column;
  }

  .wxh-art {
    max-width: 730px;
  }

  .vectors-wrapper-95 {
    object-fit: cover;
  }

  .instructors-circles {
    bottom: 13%;
  }

  .section-18 {
    padding-left: 4%;
    padding-right: 4%;
  }

  ._2-columns-7 {
    flex-direction: column;
  }

  .vectors-wrapper-97 {
    display: none;
  }

  .vectors-wrapper-102 {
    left: -3px;
    overflow: visible;
  }

  .vectors-wrapper-103 {
    right: 28%;
  }

  .avatar {
    left: 13%;
  }

  .boy {
    right: 6%;
  }

  .section-19 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .row-fxa {
    flex-direction: column;
  }

  .column-6, .frame-1000006742 {
    max-width: none;
  }

  .the-two-levels, .frame-1000006761 {
    flex-direction: column;
  }

  .frame-1000006782 {
    order: 1;
  }

  .container-35 {
    max-width: none;
  }

  .image-83 {
    bottom: 6%;
    right: 3%;
  }

  .syllabus-part {
    padding-left: 4%;
    padding-right: 4%;
  }

  .image-85 {
    right: -1%;
  }

  .section-def {
    max-width: 100vw;
    overflow: hidden;
  }

  .free-lessons-button-2 {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light-copy {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .note {
    padding-left: 39px;
    padding-right: 39px;
  }

  .heading-jumbo {
    margin-bottom: 19px;
    font-size: 75px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    margin-top: 1px;
    margin-left: -22px;
    margin-right: -22px;
    font-size: 30px;
    font-weight: 900;
    line-height: 43.98px;
  }

  .heading-jumbo-small.center {
    margin-left: 0;
    margin-right: 0;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .navigation-wrap {
    justify-content: flex-start;
  }

  .navigation {
    justify-content: flex-end;
    padding: 20px 18px;
  }

  .navigation-item {
    display: none;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._4-million-wrap {
    flex-direction: column;
    margin-bottom: 1px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .free-lessons-button {
    justify-content: flex-end;
    margin-left: 2px;
    margin-right: 2px;
  }

  .text-span {
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
  }

  .already-have-button {
    margin-left: 30px;
  }

  .footer-logo {
    width: 100px;
  }

  .col-footer {
    padding-top: 20px;
  }

  .col-footer-1 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.2em;
  }

  .footer-links {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 20px;
  }

  .footer {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-section {
    padding: 14px 20px 5px;
  }

  .footer-t {
    font-size: 11px;
  }

  .flag {
    display: none;
  }

  .social-blok-links {
    margin-left: 7px;
    font-size: 20px;
  }

  .heading-2 {
    font-size: 17px;
  }

  .div-sponsers {
    grid-column-gap: 28px;
    grid-row-gap: 65px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .image-15 {
    left: auto;
    right: auto;
  }

  .lottie-animation-4 {
    width: 386px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    flex-direction: column;
    padding-top: 0;
  }

  .div-block-8 {
    width: auto;
    align-self: center;
    align-items: center;
  }

  .div-block-9 {
    align-self: center;
  }

  .image-17 {
    left: 0;
  }

  .contact-form-2-copy {
    padding: 4px 20px 40px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .container-7 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .button-3.terms {
    margin-top: 48px;
  }

  .paragraph-4-copy {
    text-align: left;
  }

  .heading-6 {
    margin-bottom: 9px;
    font-size: 50px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .container-9 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-10 {
    height: auto;
  }

  .image-49 {
    height: 66px;
    margin-right: 10px;
  }

  .footer-2 {
    padding-bottom: 23px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.center {
    text-align: center;
  }

  .image-51 {
    height: 45px;
  }

  .footer-links-2 {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .col-footer-1-2 {
    padding-right: 20px;
  }

  .footer-logo-2 {
    width: 220px;
    margin-bottom: 16px;
  }

  .container-11 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .lottie-animation-13 {
    width: 220px;
    height: 160px;
  }

  .heading-9 {
    line-height: 1em;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-container {
    min-height: 100vh;
    align-items: center;
    display: flex;
  }

  .lottie-animation-16 {
    display: none;
  }

  .div-block-43 {
    flex-direction: column;
    margin-left: 19px;
    margin-right: 19px;
  }

  .grid-copy {
    grid-template-columns: 1fr;
  }

  .container-23 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .free-lessons-button-copy {
    justify-content: flex-end;
    margin-left: 2px;
    margin-right: 2px;
  }

  .div-block-44 {
    text-align: center;
  }

  .teacher-card-wrapper {
    object-fit: fill;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    overflow: visible;
  }

  .container-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-2.with-slider {
    align-items: center;
    overflow: hidden;
  }

  .div-block-46 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .image-65 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-50 {
    grid-column-gap: 19px;
    justify-items: start;
    margin-left: 21px;
    margin-right: 21px;
    padding-top: 37px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .div-block-47-copy {
    text-align: center;
  }

  .div-block-51 {
    flex-direction: column;
    display: none;
  }

  .heading-6-copy {
    margin-bottom: 9px;
    font-size: 27px;
  }

  .heading-10 {
    font-size: 32px;
  }

  .container-26 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .prize-category-col {
    grid-column-gap: 19px;
    justify-items: start;
    margin-left: 21px;
    margin-right: 21px;
    padding-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-space._3d {
    padding-top: 38px;
  }

  .frame-1000006730 {
    background-color: #fff;
  }

  .footer-sec {
    padding: 48px 24px;
  }

  .form {
    width: 100%;
  }

  .horizontal-display, .quick-links-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .course-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-columns: 1fr;
  }

  .grad-overlay, .duration-row {
    display: none;
  }

  .card-body {
    padding: 8px;
  }

  .getcell, .doif {
    mix-blend-mode: luminosity;
  }

  .codeblock {
    mix-blend-mode: luminosity;
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
  }

  .codeblock:hover {
    mix-blend-mode: lighten;
  }

  .codeblock._2 {
    top: 224px;
  }

  .rotateright {
    mix-blend-mode: luminosity;
  }

  .girl {
    bottom: -86px;
    right: 30px;
  }

  .badge-trophy {
    bottom: 51px;
    left: 97.5px;
  }

  .ai-blocks {
    top: auto;
    bottom: -6%;
    left: 4%;
  }

  .color-styles-wrapper {
    grid-template-columns: 1fr;
  }

  .a-banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .a-banner-container {
    grid-column-gap: 24px;
  }

  .a-banner-button-small {
    position: static;
  }

  .frame-1000006757 {
    height: auto;
  }

  .frame-1000006758 {
    height: auto;
    flex-direction: column;
  }

  .fxf {
    height: 250px;
  }

  .doif-2 {
    right: 47%;
  }

  .rotateright-2 {
    bottom: -3%;
  }

  .vectors-wrapper-40 {
    bottom: 8%;
    right: 7%;
  }

  .arrow-hand-drawn-scribble-doodle-arrows-8 {
    top: 41%;
    bottom: auto;
    left: auto;
    right: 39%;
    transform: rotate(55deg);
  }

  .frame-1000006759 {
    height: auto;
    flex-direction: column;
  }

  .vectors-wrapper-41 {
    bottom: -112.688px;
    right: -96px;
  }

  .ai-builder-2 {
    top: 28px;
    left: 310px;
  }

  .frame-562 {
    height: auto;
    display: none;
  }

  .f-testimonial-right-a {
    display: none;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-testimonial-left-a {
    display: none;
  }

  .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .instructions-wrapper-2 {
    margin-left: 0;
  }

  .demo-wrapper-2 {
    margin-top: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_icon {
    width: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_mask {
    width: 100%;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navigation-grid {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .vectors-wrapper-55, .content-row {
    flex-direction: column;
  }

  .item {
    flex-direction: row;
    justify-content: space-around;
  }

  .vectors-wrapper-57 {
    display: none;
  }

  .row {
    flex-direction: column;
  }

  .vectors-wrapper-60 {
    top: -50%;
    bottom: auto;
    left: auto;
    right: -25%;
  }

  .vectors-wrapper-61, .vectors-wrapper-63, .heading-h3-7, .frame-1000006778, .row-fxf {
    display: none;
  }

  .fxh-2 {
    padding-right: 32px;
  }

  .instructor {
    display: none;
  }

  .instructors-row {
    top: auto;
    bottom: 10%;
    left: auto;
    right: 18%;
  }

  .wxh-art, .vectors-wrapper-87, .vectors-wrapper-89 {
    display: none;
  }

  .vectors-wrapper-90 {
    top: 11%;
    right: 4%;
  }

  .vectors-wrapper-92 {
    right: 49%;
  }

  .group-1000006780 {
    bottom: 8%;
  }

  .vectors-wrapper-103 {
    right: 18%;
  }

  .avatar {
    left: 5%;
  }

  .boy {
    right: -7%;
  }

  .frame-1000006763, .fxf-7 {
    height: auto;
  }

  .frame-1000006764 {
    height: auto;
    flex-direction: column;
  }

  .fxf-8 {
    height: auto;
  }

  .frame-1000006761 {
    padding: 39px 24px;
  }

  .frame-1000006783 {
    flex-direction: column;
  }

  .button-9 {
    align-self: stretch;
  }

  .image-85 {
    right: -7%;
  }

  .section-def {
    padding: 48px 24px;
  }

  .free-lessons-button-2 {
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  blockquote {
    padding-left: 16px;
    line-height: 1.4em;
  }

  .paragraph-bigger.cc-bigger-white-light-copy {
    text-align: left;
    border-radius: 13px;
    margin-bottom: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    width: 100%;
  }

  .button.small {
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
  }

  .label.cc-light {
    text-align: left;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .note {
    text-align: left;
    margin-bottom: 28px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .heading-jumbo {
    margin-top: 136px;
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 48px;
  }

  .heading-jumbo.marg {
    font-size: 40px;
  }

  .heading-jumbo.marg-copy {
    font-size: 25px;
  }

  .heading-jumbo-small {
    height: auto;
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    align-content: space-around;
    margin-top: 31px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 26px;
    display: flex;
  }

  .logo-link {
    width: 200px;
    flex: none;
  }

  .logo-link.w--current {
    width: 134px;
    flex: 0 auto;
    margin-right: 0;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    z-index: 2;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item {
    background-color: #fff;
    border-radius: 0;
    margin-top: 4px;
    margin-left: 6px;
    margin-right: 6px;
    display: none;
  }

  .menu-button {
    flex: none;
    display: none;
  }

  .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    z-index: 9000;
    background-color: #ebebeb;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._4-million-wrap {
    flex-direction: column;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-heading {
    text-align: left;
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
  }

  .d-133-3d-wrapper {
    margin-bottom: 15px;
  }

  .background-circle-button, .fontawesome-button {
    display: none;
  }

  .free-lessons-button {
    z-index: 1;
    height: 40px;
    margin-right: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-span {
    margin-top: 12px;
    padding-left: 0;
    font-size: 16px;
  }

  .lottie-animation-2 {
    width: auto;
  }

  .already-have-button {
    flex: none;
    margin-left: 6px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-footer {
    text-align: center;
    padding-top: 10px;
  }

  .col-footer-1 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    margin-bottom: 5px;
    line-height: 20px;
  }

  .ft-text {
    text-align: left;
  }

  .footer {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .copy-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-mid {
    text-align: center;
  }

  .footer-t {
    float: none;
    text-align: center;
  }

  .flag {
    width: 32px;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-blok-links {
    float: none;
    display: inline-block;
  }

  .div-sponsers {
    grid-column-gap: 34px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .section-6 {
    margin-top: 24px;
  }

  .image-15 {
    width: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .lottie-animation-4 {
    width: auto;
  }

  .div-block-5 {
    height: auto;
  }

  .contact-form-grid-2 {
    margin-top: 0;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-4 {
    max-width: none;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    padding-bottom: 0;
  }

  .image-17, .caption {
    display: none;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .table-card {
    width: 100%;
  }

  .student-image {
    width: 35px;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .rank {
    font-size: 30px;
  }

  .rank.dark {
    width: 50px;
    width: 50px;
    font-size: 30px;
  }

  .rank.view-all.total-number {
    margin-right: 26px;
  }

  .xp-placeholder {
    font-size: 14px;
  }

  .rank-table {
    width: 100%;
  }

  .div-block-14 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .image-21 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 1.1em;
  }

  .container-7 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .button-3 {
    width: 100%;
  }

  .button-3.small {
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
  }

  .button-3.dark {
    float: none;
    clear: none;
  }

  .button-3.terms {
    width: 90%;
    float: none;
    clear: none;
  }

  .paragraph-4-copy {
    font-size: 14px;
    line-height: 1.1em;
  }

  .heading-6 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1em;
  }

  .feature-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-heading-copy {
    text-align: left;
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1em;
  }

  .div-block-31 {
    color: #fff;
  }

  .container-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .lottie-animation-11 {
    margin-left: 0;
  }

  .heading-7 {
    font-size: 40px;
    line-height: 1em;
  }

  .div-block-32 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    display: flex;
  }

  .image-49 {
    height: 70px;
  }

  .footer-2 {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph, .paragraph.center {
    text-align: left;
  }

  .image-51 {
    height: 50px;
  }

  .div-block-33 {
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-links-2 {
    margin-bottom: 5px;
    line-height: 20px;
  }

  .col-footer-1-2 {
    padding-right: 20px;
  }

  .footer-logo-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subhead {
    font-size: 24px;
  }

  .div-block-36 {
    grid-column-gap: 16px;
  }

  .grid {
    grid-template-rows: auto auto auto;
  }

  .text-block-12 {
    font-size: 18px;
    line-height: 1.1em;
  }

  .sub {
    font-size: 14px;
  }

  .heading-9 {
    font-size: 45px;
  }

  .lottie-animation-14 {
    height: 190px;
  }

  .demo-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .name-2.first {
    font-size: 19px;
  }

  .xp-placeholder-2 {
    font-size: 14px;
  }

  .table-card-2, .table-card-2.first-rank-card:hover {
    width: 100%;
  }

  .table-card-2.sm.view-full {
    height: 70px;
  }

  .div-block-43 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  .lottie-animation-18 {
    display: none;
  }

  .grid-copy {
    grid-template-columns: 1fr 1fr;
  }

  .container-23 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 1.2em;
  }

  .lottie-animation-19 {
    height: 210px;
  }

  .free-lessons-button-copy {
    z-index: 1;
    height: 40px;
    margin-right: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .about-grid-copy {
    grid-row-gap: 10px;
  }

  .text-block-14 {
    font-size: 18px;
  }

  .container-2.with-slider {
    padding-left: 17px;
    padding-right: 17px;
  }

  .button-copy {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-46 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .teacher-students {
    width: 100%;
    display: none;
  }

  .no-coding-exp {
    font-size: 20px;
    line-height: 1.2em;
  }

  .container-24 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-65 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-49 {
    flex-direction: column;
  }

  .image-66 {
    order: 1;
    margin-right: 0;
  }

  .heading-7-copy {
    font-size: 36px;
    line-height: 1em;
  }

  .div-block-50 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rank-prize {
    font-size: 18px;
  }

  .rank-prize._1st {
    font-size: 30px;
  }

  .prize-title {
    font-size: 16px;
  }

  .heading-6-copy {
    margin-bottom: 12px;
    font-size: 29px;
    line-height: 1em;
  }

  .div-block-56 {
    text-align: center;
    flex-direction: column;
  }

  .heading-10 {
    line-height: 1.12em;
  }

  .richtext h2 {
    font-size: 30px;
    line-height: 1.1em;
  }

  .richtext h5 {
    line-height: 1.1em;
  }

  .richtext p {
    font-size: 16px;
    line-height: 1.4em;
  }

  .container-26 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .prize-category-col {
    padding-left: 14px;
    padding-right: 14px;
  }

  .laptop-img {
    height: auto;
  }

  .section-space._3d {
    padding-left: 4%;
    padding-right: 4%;
  }

  .frame-1000006730 {
    background-color: #fff;
  }

  .text {
    font-size: 18px;
  }

  .girl-arm-in-waist {
    display: none;
    left: -1%;
  }

  .teacher-pose {
    display: none;
  }

  .heading-0, .heading-1 {
    font-size: 40px;
  }

  .p-small {
    font-size: 14px;
    font-weight: 400;
  }

  .p-small.dark {
    font-family: Satoshi Medium, sans-serif;
    font-size: 18px;
  }

  .container-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .form-wrapper {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding: 32px 16px;
  }

  .footer-sec {
    padding: 32px 16px;
  }

  .perks-wrapper {
    grid-row-gap: 32px;
  }

  .quick-links-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-61 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .btn-primary {
    font-size: 16px;
  }

  .arrow-animation.nav-hidden {
    display: none;
  }

  .course-cards-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .empasize-title {
    font-size: 24px;
  }

  .course-card {
    box-shadow: none;
    border-color: #6a4cd6;
    grid-template-rows: auto auto;
  }

  .card-body {
    padding: 28px 14px;
  }

  .girl, .ai-blocks, .column-5 {
    display: none;
  }

  .doif-2 {
    bottom: 16%;
    right: 57%;
  }

  .equalto-2 {
    display: none;
  }

  .rotateright-2 {
    display: none;
    bottom: -9%;
  }

  .red-2 {
    bottom: 34%;
  }

  .vectors-wrapper-40 {
    right: -29%;
  }

  .arrow-hand-drawn-scribble-doodle-arrows-8 {
    display: none;
  }

  .vectors-wrapper-41 {
    bottom: -97.6875px;
    right: -4px;
  }

  .ai-builder-2 {
    display: none;
    left: 22px;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .container-3 {
    text-align: center;
  }

  .instructions-wrapper-2 {
    align-self: auto;
    margin-left: 0;
  }

  .d-133-3d-wrapper-2 {
    margin-bottom: 15px;
  }

  .demo-wrapper-2 {
    align-items: center;
    margin-top: 17px;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_component {
    grid-template-columns: 1fr;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .navigation-button-primary {
    width: 100%;
  }

  .navigation-dropdown-base {
    padding: 8px;
  }

  .navigation-dropdown-base.w--open {
    padding: 14px;
  }

  .grid-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .section-space-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col-hug, .card {
    height: auto;
  }

  .content-3 {
    align-items: stretch;
    padding: 27px;
  }

  .frame-1000006732 {
    flex-direction: column;
    align-items: stretch;
  }

  .shutterstock_1928351405-1 {
    object-fit: cover;
  }

  .heading-h1-3 {
    font-size: 36px;
  }

  .content-5 {
    height: auto;
  }

  .row-fxf {
    height: 380px;
  }

  .row-fxh {
    height: auto;
    grid-template-columns: 1fr;
  }

  .awards-row-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .vectors-wrapper-75, .vectors-wrapper-76, .vectors-wrapper-77 {
    width: 70px;
    object-fit: contain;
  }

  .image-73 {
    bottom: -57%;
    right: 0%;
  }

  .image-74 {
    bottom: -31%;
  }

  .heading-h1-7 {
    font-size: 36px;
  }

  .fxh-3 {
    height: 400px;
  }

  .syllabus {
    bottom: -30%;
  }

  .fxh-4 {
    height: 400px;
  }

  .laptopgame-2 {
    bottom: -15%;
  }

  .viisulaizer {
    display: none;
  }

  .vectors-wrapper-90 {
    top: 6%;
    right: 7%;
  }

  .vectors-wrapper-91 {
    display: none;
    top: auto;
    bottom: 5%;
    left: 11%;
    right: 0%;
    overflow: visible;
  }

  .image-75 {
    bottom: 6%;
    left: 5%;
  }

  .vectors-wrapper-92 {
    left: 11px;
  }

  .vectors-wrapper-93, .oxygentank_4-1, .avatar_parallel_topdown-1-1 {
    display: none;
  }

  .image-76 {
    right: 53%;
  }

  .title-row-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fxh-5 {
    height: auto;
    flex-direction: column;
  }

  .fxf-6 {
    height: 230px;
  }

  .group-1000006780 {
    bottom: 7%;
    right: 37%;
  }

  .vectors-wrapper-100 {
    right: -26%;
  }

  .boyphone {
    left: -11%;
  }

  .heading-h1-9, .heading-h2 {
    font-size: 36px;
  }

  .frame-1000006763 {
    flex-direction: column;
  }

  .frame-1000006761 {
    background-color: rgba(0, 0, 0, 0);
    padding: 21px 9px;
  }

  .image-85 {
    bottom: -33%;
  }

  .p-small-2 {
    font-size: 14px;
    font-weight: 400;
  }

  .form-wrapper-2 {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding: 32px 16px;
  }

  .section-def {
    padding: 32px 16px;
  }

  .fontawesome-button-2 {
    display: none;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .free-lessons-button-2 {
    z-index: 1;
    height: 69px;
    justify-content: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-circle-button-2 {
    display: none;
  }

  .image-87 {
    width: 100%;
  }

  .label-value {
    font-size: 14px;
    line-height: 1.2em;
  }

  .p-small-3 {
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-66 {
    flex-wrap: wrap;
  }
}

#w-node-af9654d5-5db0-05fb-6a2b-858217bb7856-485c450e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80b922ad-1bdc-43db-74f2-d571464230c5-4642307f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80b922ad-1bdc-43db-74f2-d571464230c9-4642307f, #w-node-_80b922ad-1bdc-43db-74f2-d571464230cd-4642307f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80b922ad-1bdc-43db-74f2-d571464230d1-4642307f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_48e0195a-80ab-70b2-923a-28970f997c3c-0f997c32 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_48e0195a-80ab-70b2-923a-28970f997c41-0f997c32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48e0195a-80ab-70b2-923a-28970f997c45-0f997c32, #w-node-e52f3dcd-6eb5-5cd6-5842-2100f628626d-f6286228 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e52f3dcd-6eb5-5cd6-5842-2100f6286274-f6286228, #w-node-e52f3dcd-6eb5-5cd6-5842-2100f628627c-f6286228 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e52f3dcd-6eb5-5cd6-5842-2100f6286280-f6286228 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e3371ae2-5bca-3cf3-d93d-9a25a90c4ae2-9e399d13, #w-node-ee509e64-50f5-5543-edae-b34e0b0317d9-9e399d13, #w-node-cdf68847-64da-3a0c-9073-b14c97fefbd7-9e399d13, #w-node-_6eae8aac-26ab-3fbf-940d-60983d580518-9e399d13, #w-node-_115e36f4-9232-5ed6-3269-de974bfe2326-9e399d13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_48e0195a-80ab-70b2-923a-28970f997c4a-0f997c32, #w-node-_3678aa63-57d4-d817-3ab8-cf6d78446de7-9e399d13 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_50e6bb74-b2d3-f2be-9d08-e8f9d30c018e-d30c017d, #w-node-_50e6bb74-b2d3-f2be-9d08-e8f9d30c0187-d30c017d {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_80b922ad-1bdc-43db-74f2-d571464230c9-4642307f, #w-node-_80b922ad-1bdc-43db-74f2-d571464230cd-4642307f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_48e0195a-80ab-70b2-923a-28970f997c41-0f997c32, #w-node-_48e0195a-80ab-70b2-923a-28970f997c45-0f997c32 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_48e0195a-80ab-70b2-923a-28970f997c4a-0f997c32 {
    order: -9999;
  }

  #w-node-e52f3dcd-6eb5-5cd6-5842-2100f6286274-f6286228 {
    grid-column: span 3 / span 3;
  }

  #w-node-e52f3dcd-6eb5-5cd6-5842-2100f628627c-f6286228 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Satoshi Bold';
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Light';
  src: url('../fonts/Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Medium';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Regular';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Bold';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.navigation-img {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dropbtn {
  background-color: transparent;
  color: #131316;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

}

.dropbtn img {
  width: 38px;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 165px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.dropdown-content a img {
  max-width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 14px
}

.dropbtn-imgs {
  max-width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 14px
}


.course-time {
  font-size: 13px !important;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.country-select {
  display: flex;
  gap: 12px;
  align-items: center;
}

.country-select img {
  width: 32px;
}
.syll-form{
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}
#w-node-_7aaffb05-b447-932e-556a-7cb99e23887d-45895d29, #w-node-_7aaffb05-b447-932e-556a-7cb99e238881-45895d29, #w-node-_7aaffb05-b447-932e-556a-7cb99e238885-45895d29, #w-node-e3371ae2-5bca-3cf3-d93d-9a25a90c4ae2-9e399d13, #w-node-ee509e64-50f5-5543-edae-b34e0b0317d9-9e399d13, #w-node-cdf68847-64da-3a0c-9073-b14c97fefbd7-9e399d13, #w-node-_6eae8aac-26ab-3fbf-940d-60983d580518-9e399d13, #w-node-_115e36f4-9232-5ed6-3269-de974bfe2326-9e399d13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.w-100{
  width: 100%;
}
.p-small-2-copy.formlabel{
  opacity: .8;
  color: #fff;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}
.submit-btn.disabled{
  pointer-events: none;
  opacity: 0.75;

}
.accept-privacy{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.formatted-privacy{
  opacity: 1;
  color: #99daff;
  font-size: 12px;
  font-weight: 500;
  line-height: 141%;
  text-decoration: underline;
}
.d-none{
  display: none !important;
} 
.d-block{
  display: block !important;
}
button.submit-purchase{
  background-color: transparent;
}
.form_success{
  margin-top: 1rem;
}
.disabled{
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.refresh-icon{
  cursor: pointer;
}