:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  width: 1386px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1386px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 20px 80px;
  display: flex;
}

.body {
  background-color: #1d1d1f;
}

.button {
  color: #f5f5f7;
  object-fit: fill;
  background-color: #fc4505;
  flex-direction: row;
  padding: 16px 47px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
  position: relative;
  inset: 0% 0% auto;
}

.button:hover {
  background-color: #1d1d1f;
}

.button.lets-talk {
  color: #1d1d1f;
  background-color: #e9e4cd;
  background-image: url('../images/arrow.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  padding-right: 68px;
}

.button.lets-talk:hover {
  color: #e9e4cd;
  background-color: #fc4505;
}

.button.menu {
  color: #1d1d1f;
  background-color: #e9e4cd;
  transition-timing-function: ease-in-out;
}

.button.menu:hover {
  color: #f5f5f7;
  background-color: #fc4505;
}

.button.pop-up-button {
  width: 436px;
  margin-top: 20px;
  display: inline-block;
}

.button.pop-up-button.new {
  background-color: #23a6f0;
  border-radius: 10px;
}

.container-2 {
  flex-direction: column;
  place-content: flex-start center;
  align-items: stretch;
  max-width: 1390px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.container-2.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
}

.container-2.we-believe, .container-2.are-you {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-2.menu-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  position: static;
}

.menu-button {
  color: #f5f5f7;
  background-color: #0000;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s ease-in-out;
}

.menu-button:hover {
  color: #fc4505;
}

.menu-button.footer {
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.menu-button.footer.w--current {
  transition: all .2s ease-in-out;
}

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

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navbar-logo-left {
  background-color: #969696;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.image {
  margin: 10px 80px 0;
  display: block;
}

.div-block-2 {
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% auto auto;
}

.div-block-3 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-4 {
  margin-right: 45px;
}

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-2.type-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-4 {
  max-width: 1390px;
}

.text-block {
  color: #fc4505;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-2 {
  color: #fc4505;
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: 60px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.container-2-copy {
  flex-direction: column;
  place-content: flex-start;
  align-items: stretch;
  max-width: 1390px;
  margin: 20px auto;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.container-2-copy.map {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
}

.container-2-copy.first {
  margin-top: 20px;
  padding-top: 10px;
}

.container-2-copy.about-us {
  padding-bottom: 0;
}

.heading {
  color: #f5f5f7;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
}

.text-block-2-copy {
  color: #f5f5f7;
  text-align: left;
  flex: 0 auto;
  margin: 40px 60px;
  padding-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.container-5 {
  background-color: #e9e4cd;
  max-width: 1390px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 120px;
}

.text-block-2-copy-copy {
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.columns {
  grid-column-gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column {
  background-color: #1d1d1f;
  background-image: url('../images/bg_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 97px 50px;
  display: flex;
}

.column-2, .column-3 {
  background-color: #1d1d1f;
}

.text-block-3 {
  color: #1d1d1f;
  text-align: center;
  margin-left: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.image-2, .image-3, .image-4 {
  margin-bottom: 8px;
}

.section-3 {
  background-color: #e9e4cd;
}

.heading-2 {
  color: #1d1d1f;
  margin: 0 40px 0 80px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 75px;
}

.heading-2.book-a-call {
  text-align: center;
  max-width: 1000px;
  font-size: 50px;
  line-height: 63px;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
}

.columns-3 {
  grid-column-gap: 10px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-4 {
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-5 {
  margin-left: 40px;
  margin-right: 14px;
}

.text-block-4 {
  color: #1d1d1f;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-4.book-a-call {
  text-align: left;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 21px;
  line-height: 26px;
}

.text-block-4.lets-talk {
  color: #f5f5f7;
  max-width: 545px;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 80px;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-4.all-rights-reserved {
  color: #89898b;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.column-5, .column-6 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-3-copy {
  background-color: #fc4505;
}

.heading-2-copy {
  color: #f5f5f7;
  margin: 0 40px 0 80px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 75px;
}

.text-block-4-copy {
  color: #f5f5f7;
  max-width: 270px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.image-6 {
  margin-left: 40px;
  margin-right: 14px;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2-copy-copy {
  color: #f5f5f7;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 75px;
}

.column-copy {
  grid-row-gap: 20px;
  background-color: #e9e4cd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 97px 40px;
  display: flex;
}

.text-block-3-copy {
  color: #f5f5f7;
  text-align: center;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-3-copy-copy {
  color: #fc4505;
  text-align: center;
  text-align: center;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.section-4 {
  background-color: #000;
}

.columns-5 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph {
  color: #f5f5f7;
  object-fit: fill;
  flex: 0 auto;
  max-width: 56vw;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  line-height: 140%;
}

.paragraph.our-goal {
  text-align: center;
  max-width: 62vw;
  padding-right: 0;
}

.text-span {
  color: #fc4505;
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.image-7 {
  object-fit: fill;
  display: block;
}

.image-8 {
  margin-top: 50px;
  position: absolute;
  top: auto;
  left: auto;
}

.div-block-5 {
  object-fit: fill;
  flex-direction: column;
  place-content: center space-between;
  align-items: center;
  width: 150px;
  display: flex;
  position: relative;
  top: 292px;
  left: 138px;
}

.heading-3 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.image-9 {
  margin-bottom: 140px;
}

.section-5 {
  color: #000;
  background-color: #000;
}

.section-6 {
  padding-bottom: 120px;
}

.section-6.about-us {
  background-image: none;
  padding-bottom: 0;
}

.image-10 {
  padding-bottom: 20px;
}

.section-7 {
  background-color: #e9e4cd;
}

.container-6 {
  place-content: flex-start space-between;
  max-width: 1386px;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.container-6.footer {
  padding-top: 0;
  padding-bottom: 110px;
}

.div-block-6 {
  max-width: 693px;
}

.div-block-7 {
  max-width: 600px;
}

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

.div-block-7.menu._1 {
  padding-right: 80px;
}

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

.columns-6 {
  flex: 1;
  align-self: center;
  display: flex;
}

.columns-6.footer {
  align-self: auto;
  align-items: center;
}

.column-7 {
  justify-content: flex-end;
  display: flex;
}

.image-11 {
  margin-right: 30px;
  transition: opacity .2s ease-in-out;
}

.image-11:hover {
  opacity: .4;
}

.image-11.twitter {
  margin-right: 0;
}

.columns-7 {
  object-fit: fill;
  align-items: center;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column-8 {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-7 {
  max-width: 1390px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.column-9 {
  padding-left: 10px;
  padding-right: 0;
}

.image-15 {
  margin: 20px;
}

.image-9-copy {
  margin-bottom: 140px;
  display: none;
}

.pop-up {
  background-color: #1d1d1fcc;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.container-8 {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 44px 60px 50px;
  display: flex;
}

.container-8.new {
  border-radius: 20px;
}

.body-2 {
  background-color: #1d1d1f;
  background-image: url('../images/bg_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-16 {
  object-fit: fill;
  display: block;
}

.field-label, .field-label-2 {
  color: #1d1d1f;
  width: 436px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.form {
  flex-direction: column;
  align-items: center;
  width: 30vw;
  display: flex;
}

.text-field {
  width: 436px;
  height: 50px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.text-field.new {
  border-radius: 10px;
}

.text-field-2 {
  width: 436px;
  height: 50px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.text-field-2.new {
  border-radius: 10px;
}

.paragraph-2 {
  color: #1d1d1f;
  text-align: center;
  width: 436px;
  margin-top: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.paragraph-2.pop-up-paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}

.heading-4 {
  color: #1d1d1f;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
}

.heading-4.pop-up-title {
  justify-content: center;
  align-items: center;
  width: 436px;
  font-size: 32px;
  line-height: 120%;
  display: flex;
}

.div-block-11 {
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 14px;
  margin-right: 14px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-17 {
  transition: opacity .2s ease-in-out;
  display: inline-block;
}

.image-17:hover {
  opacity: .5;
}

.link-block {
  display: block;
}

.text-block-5 {
  color: #1d1d1f;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
}

.text-block-5.modal_error {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.success-message {
  background-color: #e9e4cd;
  width: 436px;
}

.error-message {
  width: 436px;
  padding: 20px;
}

.div-block-12 {
  align-self: center;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.body-3 {
  background-color: #1d1d1f;
  background-image: url('../images/bg_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.textarea {
  color: #1d1d1f;
  width: 436px;
  padding-left: 12px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
  overflow: visible;
}

.textarea.new {
  border-radius: 10px;
}

.link, .link-2, .link-3, .link-4 {
  color: #fc4505;
}

.section-1 {
  background-image: url('../images/section-bg.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-1._1-screen {
  background-position: 50% 0;
  height: 90vh;
}

.container-9 {
  flex-direction: column;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.header-bg {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #0000004d;
  border: 1px solid #fff3;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 16px 44px 16px 16px;
  display: flex;
}

.body-4 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.button-2 {
  background-color: #23a6f0;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 18px 30px;
  display: flex;
}

.heading-5 {
  color: #fff;
  font-size: 72px;
  line-height: 120%;
}

.text-block-6 {
  color: #23a6f0;
}

.button-1 {
  background-color: #23a6f0;
  border: 1px solid #23a6f0;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  padding: 20px 60px;
  display: inline-block;
}

.button-1.secondary {
  background-color: #23a6f000;
  border: 1px solid #23a6f0;
  margin-left: 10px;
}

.button-1.ticket {
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-13 {
  margin-top: 74px;
  display: flex;
}

.div-block-14 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.section-2_1 {
  margin-bottom: 120px;
}

.section-2_1._1-screen {
  height: 90vh;
}

.quote {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  margin-top: -70px;
  padding: 100px;
  display: flex;
  box-shadow: 0 10px 60px #071f2c1a;
}

.quote-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 144%;
}

.div-block-15 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
  margin-left: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 144%;
}

.image-18 {
  position: static;
}

.div-block-16 {
  justify-content: space-between;
  width: 110%;
  margin-bottom: -36px;
  display: flex;
}

.heading-h2 {
  font-size: 60px;
  line-height: 120%;
}

.heading-h2.white {
  color: #fff;
}

.heading-h2.how-the-academy-works {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-17 {
  height: 20px;
}

.div-block-18 {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.div-block-19 {
  max-width: 40%;
}

.quote-text-copy {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 144%;
}

.section-8 {
  margin-bottom: 120px;
}

.section-9 {
  background-image: url('../images/bg_1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 80px;
}

.div-block-20 {
  max-width: 70%;
}

.questions-bg {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #0006;
  border: 1px solid #fff3;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 30px;
}

.questions-folder {
  margin-top: 50px;
}

.question-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 144%;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.div-block-21 {
  background-color: #23a6f0;
  border-radius: 7px;
  width: 14px;
  height: 14px;
}

.div-block-21.red {
  background-color: #f02323;
}

.list-icon {
  background-color: #23a6f033;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  margin-top: 2px;
  margin-right: 13px;
  display: flex;
}

.list-icon.red {
  background-color: #f0232333;
}

.list-item {
  margin-bottom: 30px;
  display: flex;
}

.list-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 144%;
}

.list {
  margin-top: 40px;
}

.div-block-22 {
  align-self: center;
  margin-bottom: 120px;
}

.section-10 {
  background-image: url('../images/fabio-oyXis2kALVg-unsplash.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-23 {
  margin-top: 70px;
  margin-bottom: 80px;
}

.div-block-24 {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #0006;
  border: 1px solid #fff3;
  border-radius: 20px;
  padding: 30px;
}

.div-block-25 {
  flex-direction: row;
  margin-top: 50px;
  display: flex;
}

.image-19 {
  border-radius: 20px;
  height: 100%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  margin-top: 50px;
}

.div-block-26 {
  background-image: url('../images/img_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.div-block-26-copy {
  background-image: url('../images/img_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.div-block-27 {
  height: 50px;
}

.section-11 {
  background-image: url('../images/img_4.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.the-schedule-list {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #0006;
  border: 1px solid #fff3;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 40px 30px;
}

.day {
  color: #fff;
  text-transform: uppercase;
  width: 58px;
  margin-right: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

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

.time {
  color: #fff;
  width: 136px;
  margin-right: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

.text {
  color: #fff;
  margin-right: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.div-block-29 {
  background-color: #ffffff4d;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-20-copy {
  max-width: 80%;
}

.div-block-22-copy {
  margin-top: 60px;
  margin-bottom: 120px;
}

.heading-h2-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 120%;
}

.heading-h2-copy.white {
  color: #fff;
}

.heading-h2-copy.how-the-academy-works {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-19-copy {
  max-width: 80%;
  margin-bottom: 60px;
}

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

.city-image {
  background-image: url('../images/lisabon.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 300px;
}

.city-image.london {
  background-image: url('../images/london.png');
}

.city-image.new-york {
  background-image: url('../images/new-york.png');
}

.section-12 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.grid-5 {
  grid-template-rows: auto;
}

.section-13 {
  background-image: url('../images/img_5.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 160px;
}

.div-block-30 {
  height: 50px;
}

.div-block-31 {
  flex-direction: row;
  margin-top: 60px;
  display: flex;
}

.div-block-32 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20 {
  margin-right: -1px;
}

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

.image-22 {
  margin-left: -1px;
}

.image-23 {
  margin-right: -1px;
}

.image-24 {
  margin-left: -1px;
}

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

.div-block-34 {
  background-color: #23a6f0;
}

.section-14 {
  background-color: #252b42;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-7 {
  color: #fff;
  font-size: 24px;
  line-height: 133%;
}

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

.div-block-36 {
  width: 20px;
  height: 20px;
}

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

.grid-6 {
  grid-template-rows: auto;
}

.button-footer {
  background-color: #3898ec00;
  padding-left: 0;
  padding-right: 0;
}

.div-block-38 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.section-15 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-8 {
  color: #737373;
  text-align: center;
  font-size: 14px;
}

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

.menu-item {
  background-color: #23a6f000;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.menu-item:hover {
  color: #23a6f0;
}

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

.div-block-41 {
  width: 90px;
  height: 10px;
}

.navbar {
  display: none;
}

.div-block-42 {
  height: 25px;
}

.button-footer-copy {
  color: #737373;
  text-align: center;
  background-color: #3898ec00;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
}

.div-block-43 {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container, .container-2.we-believe, .container-2.are-you {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .div-block-2 {
    padding-right: 10px;
  }

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

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2-copy {
    padding: 60px 20px 50px;
  }

  .container-2-copy.first {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 61px;
    line-height: 120%;
  }

  .container-5 {
    padding: 30px;
  }

  .column {
    padding: 40px 20px;
  }

  .text-block-3 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 120%;
  }

  .heading-2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
  }

  .heading-2.book-a-call {
    font-size: 40px;
    line-height: 120%;
  }

  .image-5 {
    width: 30px;
    max-width: 100%;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 120%;
  }

  .text-block-4.book-a-call {
    font-size: 18px;
    line-height: 130%;
  }

  .text-block-4.lets-talk {
    font-size: 16px;
    line-height: 136%;
  }

  .heading-2-copy {
    font-size: 40px;
    line-height: 120%;
  }

  .text-block-4-copy {
    font-size: 20px;
    line-height: 120%;
  }

  .image-6 {
    width: 30px;
  }

  .heading-2-copy-copy {
    font-size: 40px;
    line-height: 120%;
  }

  .column-copy {
    padding: 30px 20px;
  }

  .text-block-3-copy {
    font-size: 20px;
    line-height: 136%;
  }

  .text-block-3-copy-copy {
    font-size: 16px;
    line-height: 120%;
  }

  .paragraph {
    max-width: 100vw;
    font-size: 18px;
    line-height: 120%;
  }

  .paragraph.our-goal {
    padding-right: 0;
  }

  .image-9 {
    margin-bottom: 60px;
  }

  .section-6 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7.menu._1 {
    padding-right: 20px;
  }

  .image-12, .image-13, .image-14 {
    width: 50px;
  }

  .image-9-copy {
    margin-bottom: 60px;
    display: none;
  }

  .section-1._1-screen {
    background-image: linear-gradient(#00000080, #00000080), url('../images/section-bg.jpg');
    background-position: 0 0, 90% 0;
    background-size: auto, auto;
  }

  .quote {
    max-width: 100%;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .div-block-19 {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .grid-5 {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-41 {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button.pop-up-button {
    width: 360px;
  }

  .div-block {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-2 {
    justify-content: space-between;
  }

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

  .container-2-copy.about-us {
    padding-bottom: 60px;
  }

  .text-block-2-copy-copy {
    margin-bottom: 20px;
  }

  .columns {
    flex-direction: column;
  }

  .column {
    margin-bottom: 10px;
  }

  .columns-3 {
    flex-direction: column;
  }

  .column-4 {
    padding-bottom: 20px;
  }

  .text-block-4.lets-talk {
    max-width: 50vw;
    margin-bottom: 20px;
  }

  .column-5 {
    padding-bottom: 20px;
  }

  .text-block-4-copy {
    max-width: 340vw;
  }

  .column-copy {
    margin-bottom: 10px;
  }

  .columns-5 {
    flex-direction: column;
  }

  .paragraph {
    max-width: 100vw;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .paragraph.our-goal {
    max-width: 100vw;
  }

  .image-9 {
    display: none;
  }

  .container-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-6.footer {
    padding-bottom: 80px;
  }

  .div-block-7 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
  }

  .div-block-7.menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-7.menu._1 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .div-block-8, .columns-6 {
    flex-direction: column;
  }

  .columns-6.footer {
    flex-direction: row;
    display: flex;
  }

  .column-7 {
    flex-direction: row;
    padding-right: 0;
  }

  .column-7.footer-menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .columns-7 {
    flex-direction: column;
  }

  .column-8 {
    align-items: stretch;
  }

  .image-15 {
    object-fit: cover;
    width: 100vh;
    height: 200px;
  }

  .image-9-copy {
    display: block;
  }

  .image-16 {
    object-fit: cover;
    flex: 1;
    max-height: 40vw;
  }

  .column-12 {
    display: flex;
  }

  .img-a-u {
    object-fit: cover;
    flex: 1;
    max-height: 260px;
  }

  .field-label, .field-label-2, .text-field, .text-field-2 {
    width: 360px;
  }

  .paragraph-2.pop-up-paragraph {
    width: 360px;
    position: static;
  }

  .heading-4.pop-up-title, .textarea {
    width: 360px;
  }

  .header-bg {
    display: none;
  }

  .button-1.ticket {
    padding-left: 60px;
    padding-right: 60px;
  }

  .quote {
    margin-top: -40px;
    padding: 60px;
  }

  .div-block-20 {
    max-width: 100%;
  }

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

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
  }

  .div-block-26 {
    background-position: 50% 0;
    height: 500px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .div-block-26-copy {
    height: 300px;
  }

  .day {
    width: 54px;
    margin-right: 20px;
    font-size: 16px;
  }

  .time {
    min-width: 120px;
    margin-right: 20px;
    font-size: 16px;
  }

  .text {
    font-size: 16px;
  }

  .div-block-20-copy {
    max-width: 100%;
  }

  .navbar {
    background-color: #fff;
    display: flex;
  }

  .container-10 {
    flex: 1;
    justify-content: space-between;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .image-25 {
    max-width: 70px;
    max-height: 70px;
  }

  .menu-button-3 {
    margin-top: 5px;
  }

  .menu-button-3.w--open {
    background-color: #dcf1fd;
  }

  .icon {
    color: #23a6f0;
    font-size: 30px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    background-color: #fff;
  }

  .nav-link-5 {
    background-color: #23a6f0;
  }

  .text-span-5 {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .button {
    text-align: center;
    align-self: stretch;
  }

  .button.lets-talk {
    align-self: center;
  }

  .button.pop-up-button {
    align-self: center;
    width: 280px;
  }

  .menu-button.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    justify-content: center;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-two {
    flex-direction: column;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
  }

  .div-block-4 {
    justify-content: space-around;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .text-block-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container-2-copy {
    padding-bottom: 40px;
  }

  .container-2-copy.first {
    padding-bottom: 10px;
  }

  .container-2-copy.about-us {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 36px;
    line-height: 110%;
  }

  .text-block-2-copy {
    font-size: 22px;
  }

  .heading-2, .heading-2.book-a-call {
    font-size: 30px;
  }

  .text-block-4.lets-talk {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    max-width: 100vw;
    display: flex;
  }

  .text-block-4.all-rights-reserved {
    text-align: center;
    margin-bottom: 30px;
  }

  .heading-2-copy, .heading-2-copy-copy {
    font-size: 30px;
  }

  .paragraph {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 16px;
  }

  .image-9 {
    margin-bottom: 30px;
    display: none;
  }

  .container-6 {
    max-width: 100vw;
    padding-bottom: 20px;
  }

  .container-6.footer {
    padding-bottom: 60px;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
    max-width: 100vh;
    display: flex;
  }

  .div-block-7.menu {
    flex-direction: column;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    max-width: 80vh;
  }

  .div-block-7.menu._1 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-right: 0;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .columns-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .columns-6.footer {
    flex-direction: column;
    justify-content: flex-start;
  }

  .column-7, .column-7.footer-menu {
    justify-content: center;
  }

  .column-8 {
    flex-direction: column;
    position: static;
  }

  .column-9 {
    padding-left: 0;
  }

  .column-10 {
    justify-content: space-around;
    display: flex;
  }

  .image-9-copy {
    margin-bottom: 30px;
  }

  .pop-up {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: row;
  }

  .img-a-u {
    max-height: 200px;
  }

  .field-label, .field-label-2, .text-field, .text-field-2 {
    width: 280px;
  }

  .paragraph-2.pop-up-paragraph {
    width: 280px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .heading-4.pop-up-title {
    width: 280px;
    font-size: 26px;
  }

  .textarea {
    width: 280px;
  }

  .section-1._1-screen {
    background-image: linear-gradient(to bottom, null, null), url('../images/section-bg.jpg');
    background-position: 0 0, 80% 0;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-bg {
    padding: 10px 26px 10px 10px;
  }

  .button-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .heading-5 {
    font-size: 48px;
  }

  .button-1 {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-1.secondary {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-1.ticket {
    justify-content: center;
  }

  .div-block-13 {
    flex-direction: column;
    margin-top: 40px;
  }

  .quote {
    padding: 20px;
  }

  .quote-text, .paragraph-3 {
    font-size: 18px;
  }

  .heading-h2 {
    font-size: 40px;
  }

  .question-text {
    font-size: 18px;
  }

  .list-icon {
    margin-top: 0;
  }

  .list-text {
    font-size: 18px;
  }

  .div-block-24 {
    padding: 20px;
  }

  .div-block-26 {
    height: 300px;
  }

  .div-block-26-copy {
    height: 200px;
  }

  .the-schedule-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .time {
    min-width: 100px;
  }

  .text {
    margin-right: 0;
  }

  .heading-h2-copy {
    font-size: 40px;
  }

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

  .city-image {
    height: 150px;
  }

  .div-block-31 {
    flex-direction: column;
  }

  .div-block-32, .div-block-34 {
    flex: 1;
  }

  .grid-6 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .menu-item {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}

#w-node-_06e9ab80-bb7a-d883-5212-f35bf04224e2-5043814e, #w-node-_9f5b8487-c2ca-319d-074d-0f6b3daf862b-5043814e, #w-node-_51867e5c-ccb9-8f99-47ed-10d7f89f8b3b-5043814e, #w-node-_10b1714d-1568-82c5-8c3c-fa6d8037b524-5043814e, #w-node-_79fa48ba-63ec-cd7d-8ab6-7df4315f70c8-5043814e, #w-node-_16aca193-d468-3a53-1fbf-09127a7e520d-5043814e, #w-node-d66fd778-8d09-f6e2-b5b8-394582513b76-5043814e, #w-node-_6c77cdf9-fb71-b56f-bc96-a8a7b43af888-5043814e, #w-node-a04f2457-1294-df9d-adbb-6441be0fe95e-5043814e, #w-node-ace00498-db4e-fde0-52e6-501ffbd7ed7b-5043814e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


