@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #181818;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.academylogo {
  max-width: 65%;
  display: block;
  position: static;
  inset: 0% 0% 0 50%;
  overflow: visible;
  transform: translate(-50%, -35%);
}

.banner-hero {
  text-align: left;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
}

.image-container {
  flex-flow: column;
  flex: 0 auto;
  width: 30%;
  max-width: 30%;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-container.banner {
  width: auto;
}

.image-container.radial {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 40%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-container.wide-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: auto;
  position: static;
}

.navbar {
  color: #fff;
}

.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 {
  background-color: #222;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #fff;
  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, .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, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pagetitle {
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading2 {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 36px;
  line-height: 42px;
  position: static;
}

.tweet-carousel {
  width: auto;
  height: auto;
  max-height: none;
  margin-top: 0;
  overflow: visible;
}

.tweet-scroll {
  box-sizing: border-box;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
  position: static;
  overflow: hidden;
}

.image {
  max-width: none;
  height: auto;
}

.image-2, .image-3, .image-4 {
  max-width: 20%;
}

.intro {
  margin-top: 100px;
}

.buffer {
  height: 500px;
  margin-top: 300px;
}

.containerdefault {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.text-block-2 {
  color: #fff;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
}

.div-block-3 {
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  width: 60%;
  max-width: none;
  display: flex;
}

.div-block-4 {
  flex: 0 auto;
  max-width: 35%;
}

.socials-container {
  justify-content: center;
  padding-top: 20px;
  display: flex;
  overflow: visible;
}

.image-5 {
  width: 25%;
  max-width: none;
  height: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.image-6, .image-7 {
  width: 25%;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.intro-video {
  margin-top: 100px;
}

.containervideo {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video {
  border: 1px #000;
  border-radius: 0;
  margin-top: 40px;
}

.overview {
  margin-top: 100px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.container-overview {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  position: static;
}

.grid-container.three {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-box {
  opacity: 1;
  background-color: #56565600;
  background-image: linear-gradient(133deg, #252120a8, #333034a8 40%, #252120a8);
  border: 2px solid #75757554;
  border-radius: 20px;
}

.grid-content {
  opacity: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 5%;
  text-decoration: none;
  display: flex;
}

.grid-content.vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 5%;
}

.grid-image {
  border: 0 #000;
  max-width: 25%;
}

.grid-image.vertical {
  max-width: 30%;
  margin-bottom: 0;
}

.grid-image.vertical.large {
  max-width: 50%;
}

.grid-paragraph {
  color: #fff;
  flex-flow: column;
  align-self: center;
  align-items: flex-start;
  width: 78%;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.div-block-3-copy {
  flex-flow: column;
  flex: 0 auto;
  max-width: none;
  margin-top: 20px;
  display: flex;
}

.explorers-journey {
  margin-top: 100px;
}

.image-captions {
  flex: 0 auto;
  width: 35%;
  max-width: none;
}

.caption {
  justify-content: center;
  padding-top: 40px;
  display: flex;
  overflow: visible;
}

.image-caption {
  color: #bebebe;
  text-align: center;
  align-self: flex-start;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  position: static;
  inset: -50px 0% 0%;
}

.containermentor {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-44 {
  color: #fff;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.div-block-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.text-block-2-copy {
  color: #fff;
  order: 0;
  align-self: auto;
  width: 66%;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: 40px;
  display: flex;
  position: static;
}

._1x4-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 600px;
  display: grid;
  position: static;
}

.instructorarchetypes {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  width: 80%;
  margin-top: 80px;
  text-decoration: none;
  display: block;
  position: static;
}

.instructor {
  z-index: auto;
  flex: none;
  order: 0;
  align-self: auto;
  width: auto;
  max-width: none;
  height: 115%;
  max-height: none;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: clip;
}

.grid-container2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  justify-items: stretch;
  width: 66%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.grid-text {
  color: #fff;
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  display: block;
  position: static;
}

.grid-text.italic {
  padding-bottom: 10px;
  font-size: 24px;
}

.grid-text.list {
  margin-bottom: 0;
  padding-top: 30px;
}

.grid-text-copy-copy {
  color: #fff;
  align-self: flex-start;
  width: auto;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.h-cta {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.grid-text-5 {
  color: #fff;
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}

.containermentor2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-intructorarchetypes {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: #fff;
}

.image-10 {
  width: 50px;
  max-width: none;
  height: 50px;
  margin-left: 20px;
  position: relative;
}

.section-content {
  flex-flow: column;
  flex: 0 auto;
  max-width: none;
  margin-top: 20px;
  display: flex;
}

.section-content._60 {
  width: 60%;
  margin-top: 0;
  display: flex;
}

.section-content.image-horizonal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  padding-right: 0;
}

.section-content._66 {
  width: 66%;
}

.div-block-3-copy {
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  max-width: none;
  display: flex;
}

.div-block-3-copy-copy {
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  width: 60%;
  max-width: none;
  display: flex;
}

.section-heading {
  color: #fff;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.section-heading.subheading {
  font-size: 32px;
  line-height: 40px;
}

.section-paragraph {
  color: #fff;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.section-paragraph._66 {
  width: 66%;
}

.image-content {
  width: 100%;
  max-width: none;
  display: inline-block;
  position: static;
  top: auto;
  left: auto;
  overflow: clip;
}

.image-content.social {
  width: 25%;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.section-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-container.vertical {
  flex-flow: column;
}

.section-container.horizontal {
  flex-flow: row-reverse;
  display: flex;
}

.section-container.horizontal.narrow {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 60%;
}

.section-container.horizontal.narrow.black {
  background-color: #433855;
  background-image: linear-gradient(110deg, #4e3060, #8d4b6f);
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-container.horizontal.left {
  flex-flow: row;
}

.section-container.horizontal.wide {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 100%;
}

.section-container.horizontal.wide.black {
  background-color: #433855;
  background-image: linear-gradient(110deg, #4e3060, #8d4b6f);
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-container.wide {
  justify-content: flex-start;
  max-width: none;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.section-container.wide.gradient {
  background-image: linear-gradient(143deg, #4e3060, #60305b);
}

.text-container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-container.wide {
  width: 66%;
  max-width: none;
}

.text-container.wide.resize {
  width: auto;
}

.text-container.grid {
  padding-left: 20px;
}

.text-container.box {
  flex: 0 auto;
  width: 66%;
  margin-left: auto;
  display: block;
  position: static;
}

.text-container.box.wide {
  flex: 0 auto;
}

.text-container.box.left {
  margin-left: 0;
  margin-right: auto;
}

.text-container.box {
  flex: 0 auto;
  width: 66%;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: static;
}

.text-container.box.wide {
  width: 100%;
}

.text-container.lesson {
  margin-left: 0;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
}

.text-container.medium {
  width: 50%;
}

.text-container.narrow {
  width: 40%;
}

.banner-container {
  background-color: #0000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.banner-container.banner {
  width: auto;
}

.banner-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tweet-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 20%;
  display: block;
  position: static;
  overflow: clip;
}

.tweet-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-divider {
  color: #fff;
  border-top: 2px solid #c583ff;
  margin-top: 220px;
  margin-bottom: 0;
  padding-top: 0;
}

.section-box {
  opacity: 1;
  background-color: #56565600;
  background-image: linear-gradient(133deg, #252120a8, #333034a8 40%, #252120a8);
  border: 2px solid #545454;
  border-radius: 20px;
  width: 100%;
}

.section-box.lesson {
  background-color: #56565600;
  background-image: linear-gradient(133deg, #252120a8, #333034a8 40%, #252120a8);
  width: 35%;
  max-width: 500px;
}

.box-content {
  opacity: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 5%;
  text-decoration: none;
  display: flex;
}

.box-content.vertical {
  flex-flow: column;
  padding: 5%;
}

.box-content.lesson {
  flex-flow: column;
  width: 100%;
  padding: 8% 0%;
}

.box-image {
  border: 0 #000;
  max-width: 33%;
  display: block;
  position: absolute;
  inset: auto 0% 2px -2%;
}

.box-image.vertical {
  max-width: 25%;
  margin-bottom: 20px;
}

.box-image.right {
  max-width: 45%;
  min-height: auto;
  inset: -140px -50px auto auto;
}

.box-image.instructor-right {
  max-width: 33%;
  min-height: auto;
  inset: auto 20px 2px auto;
}

.progress-bar {
  background-color: #aa62d2;
  border-radius: 20px;
  width: 10%;
  height: 10px;
  position: relative;
}

.progress-bar.purple {
  flex: 1;
  width: auto;
  min-width: 40px;
}

.progress-bar.grey {
  background-color: #4d4b4a;
  flex: 1;
  width: auto;
  min-width: 40px;
  height: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.progress-bar.gold {
  background-color: #fff;
  background-image: linear-gradient(90deg, #4d4b4f 25%, #bf6b60 55%, #fbba59 80%, #fffcf9);
  flex: 1;
  width: auto;
  min-width: 40px;
}

.progress-bar.orb {
  filter: drop-shadow(0 0 5px #fff);
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: static;
  bottom: 1px;
  left: 70px;
}

.progress-bar.chapter.purple, .progress-bar.chapter.grey, .progress-bar.chapter.gold {
  width: 12%;
}

.progress-container {
  flex-flow: column;
  flex: 0 auto;
  width: 30%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.progress-container.banner {
  width: auto;
}

.progress-container.wide {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  width: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  position: static;
  overflow: visible;
}

.progress-container.wide-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: auto;
  position: static;
}

.progress-container.chapter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
}

.group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  width: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.bar-caption {
  color: #bebebe00;
  text-align: center;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 8px 8px 0 0;
  align-self: flex-start;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  inset: -50px 0% 0%;
  overflow: visible;
}

.bar-caption.bracketlower {
  color: #bebebe00;
  border-top-style: none;
  border-top-width: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0 0 8px 8px;
  flex: 0 auto;
  min-height: 12px;
  top: 0%;
  bottom: 0%;
}

.bar-caption.bracketupper {
  flex: 0 auto;
  width: auto;
  min-height: 12px;
  top: -40px;
}

.bar-caption.bracketupper.adjustright {
  width: 33%;
  left: auto;
}

.bar-caption.textupper {
  color: #bebebe;
  text-align: center;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  flex: 0 auto;
  width: 33%;
  top: -70px;
}

.bar-caption.textupper.adjustright {
  flex: 0 auto;
  left: auto;
}

.bar-caption.textlower {
  color: #bebebe;
  text-align: center;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  flex: 0 auto;
  top: 62px;
}

.div-block-11 {
  position: absolute;
  top: -50px;
}

.core-mechanics {
  margin-top: 100px;
}

.floating-box {
  opacity: 1;
  background-color: #56565600;
  background-image: linear-gradient(133deg, #252120a8, #333034a8 40%, #252120a8);
  border: 2px solid #545454;
  border-radius: 20px;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
}

.floating-box.top {
  flex: none;
  width: auto;
  min-width: 33%;
  max-width: 45%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  inset: -200px auto auto 50%;
  transform: translate(-50%);
}

.floating-box.left {
  width: 30%;
  margin-left: 0;
  margin-right: 0;
  top: auto;
  bottom: -80px;
  right: auto;
}

.floating-box.right {
  width: 30%;
  margin-left: 0;
  margin-right: 0;
  top: auto;
  bottom: -80px;
  left: auto;
}

.section-container-expanded {
  flex-flow: column-reverse;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  margin: 320px auto 220px;
  padding-top: 0;
  display: block;
  position: relative;
}

.section-container-expanded.vertical {
  flex-flow: column;
}

.section-container-expanded.horizontal {
  display: flex;
}

.gamified-learning {
  margin-top: 100px;
}

.bold-text-2 {
  font-size: 16px;
}

.image-container-corner {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 450px;
  padding-left: 0;
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  overflow: clip;
}

.image-container-corner.banner {
  width: auto;
}

.image-container-corner.wide {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-container-corner.wide-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: auto;
  position: static;
}

.image-container-corner.left {
  left: 0;
  right: auto;
}

.image-content-corner {
  flex: 0 auto;
  width: auto;
  max-width: 150%;
  padding-top: 0;
  display: inline-block;
  position: absolute;
  inset: auto auto 50px -240px;
  overflow: clip;
}

.image-content-corner.social {
  width: 25%;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.image-content-corner.right {
  left: auto;
  right: -100px;
}

.lottie-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border: 1px dashed #8761ae;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  width: 35%;
  min-width: 35%;
  margin-right: 60px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.lottie-container.banner {
  width: auto;
}

.lottie-container.radial {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 40%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.lottie-container.wide-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: auto;
  position: static;
}

.lottie-anim-hidden {
  display: none;
}

.lottie-anim, .lottie-anim.step-1 {
  display: block;
}

.lottie-anim.step-2, .lottie-anim.step-3, .lottie-anim.step-4, .lottie-anim.step-5, .lottie-anim.step-6, .lottie-anim.step-6 {
  display: none;
}

.lesson-image {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tag-round {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 2px solid #ab6cd2;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tag-round.primary {
  border: 2px #c4c4c4;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
}

.tag-round.primary:hover {
  background-image: linear-gradient(140deg, #b06fd899, #6678eb99);
  border-color: #696969;
}

.tag-round.primary.right {
  flex-flow: row;
  flex: 0 auto;
  margin-left: auto;
}

.tag-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.tag-text {
  color: #ab6cd2;
  text-align: center;
  font-size: 12px;
  position: static;
  inset: 0%;
}

.tag-text.tag {
  color: #ab6cd2;
}

.lesson-title {
  color: #fff;
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: block;
  position: static;
}

.lesson-title.italic {
  padding-bottom: 10px;
  font-size: 24px;
}

.lesson-title.list {
  margin-bottom: 0;
  padding-top: 30px;
}

.lesson-text {
  color: #fff;
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  display: block;
  position: static;
}

.lesson-text.italic {
  padding-bottom: 10px;
  font-size: 24px;
}

.lesson-text.list {
  margin-bottom: 0;
  padding-top: 30px;
}

.button-primary-form {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(140deg, #b06fd8, #6678eb);
  background-clip: border-box;
  border: 1.5px solid #9f96d9;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-left: auto;
  padding: 5px;
  font-family: Space Grotesk, sans-serif;
  display: block;
}

.button-primary-form.primary {
  border: 2px #c4c4c4;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
}

.button-primary-form.primary:hover {
  background-image: linear-gradient(140deg, #b06fd899, #6678eb99);
  border-color: #696969;
}

.button-primary-form.primary.right {
  flex-flow: row;
  flex: 0 auto;
  margin-left: auto;
}

.button-primary-form.secondary {
  cursor: pointer;
  background-color: #3f3154;
  background-image: none;
  border: 2px #c4c4c4;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: 8%;
}

.button-primary-form.secondary:hover {
  background-image: none;
  border-color: #696969;
}

.button-primary-form.secondary.right {
  background-color: #3f3154;
  background-image: none;
  flex-flow: row;
  flex: 0 auto;
  margin-left: auto;
}

.code-embed, .lottie-animation {
  display: none;
}

.lottie-caption {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 0 #ab6cd2;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.lottie-caption.primary {
  border: 2px #c4c4c4;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
}

.lottie-caption.primary:hover {
  background-image: linear-gradient(140deg, #b06fd899, #6678eb99);
  border-color: #696969;
}

.lottie-caption.primary.right {
  flex-flow: row;
  flex: 0 auto;
  margin-left: auto;
}

.lottie-caption-text {
  color: #8761ae;
  text-align: center;
  font-size: 12px;
  position: static;
  inset: 0%;
}

.lottie-caption-text.tag {
  color: #ab6cd2;
}

.content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrapper.medium {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  left: auto;
  right: auto;
}

.content-wrapper.wide {
  flex-flow: row-reverse;
  justify-content: flex-end;
  width: 80%;
}

.content-wrapper.wide.right {
  flex-flow: row;
}

.section-gradient {
  background-image: linear-gradient(317deg, #43224f00 20%, #7139a1);
  width: 100%;
  height: 300px;
  position: absolute;
}

.section-gradient.right {
  z-index: -1;
  background-image: linear-gradient(40deg, #43224f00 20%, #533372);
  height: 200px;
}

.section-gradient.left {
  z-index: -1;
  background-image: linear-gradient(320deg, #43224f00 20%, #533372);
  height: 200px;
}

.section-gradient.left.small {
  height: 100px;
}

.section-gradient.left-top {
  background-image: linear-gradient(320deg, #43224f00 20%, #533372);
  height: 200px;
}

.section-gradient.left-top.small {
  height: 100px;
}

.section-gradient.left-bottom {
  background-image: linear-gradient(140deg, #43224f00 20%, #533372);
  height: 200px;
}

.section-gradient.left-bottom.small {
  height: 100px;
}

.gradient-fade {
  background-color: #f000;
  background-image: linear-gradient(0deg, #181818, #fff0);
  width: 100%;
  height: 100%;
  position: static;
}

.gradient-fade.reversed {
  background-image: linear-gradient(0deg, #fff0, #181818);
}

.trim-gradient {
  z-index: -1;
  background-image: linear-gradient(317deg, #43224f00 20%, #7139a180);
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.trim-gradient.right {
  background-image: linear-gradient(40deg, #43224f00 20%, #533372);
  height: 200px;
}

.trim-gradient.left {
  background-image: linear-gradient(320deg, #43224f00 20%, #533372);
  height: 200px;
}

.trim-gradient.left.small {
  height: 100px;
}

.trim-gradient.left-top {
  background-image: linear-gradient(320deg, #43224f00 20%, #533372);
  height: 200px;
}

.trim-gradient.left-top.small {
  height: 100px;
}

.trim-gradient.left-bottom {
  background-image: linear-gradient(140deg, #43224f00 20%, #533372);
  height: 200px;
}

.trim-gradient.left-bottom.small {
  height: 100px;
}

.trim-gradient.bottom {
  z-index: -1;
  background-image: linear-gradient(140deg, #43224f00 20%, #7139a180);
  top: auto;
  bottom: 0;
}

.trim-gradient.wide {
  width: 75%;
  left: auto;
}

.trim-gradient.wide.right {
  height: 100px;
  right: 0;
}

.trim-gradient.wide.left {
  background-image: linear-gradient(270deg, #43224f00 20%, #533372 85%, #53337200);
  height: 50px;
  left: auto;
}

.trim-divider {
  color: #fff;
  background-image: linear-gradient(90deg, #c583ff, #0000);
  border-top: 0 #c583ff;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: absolute;
  top: 0;
}

.trim-divider.bottom {
  border-top-width: 1px;
  height: 1px;
  top: auto;
  bottom: 0;
}

.trim-divider.top {
  mix-blend-mode: normal;
  background-color: #c583ff00;
  background-image: linear-gradient(90deg, #c583ff, #181818);
  border: 1px #000;
  flex: 0 auto;
  width: 75%;
  height: 1px;
  left: 0;
}

.trim-divider.bottom {
  mix-blend-mode: normal;
  background-color: #c583ff00;
  background-image: linear-gradient(90deg, #181818, #c583ff);
  border: 1px #000;
  flex: 0 auto;
  height: 1px;
}

.trim-divider.wide {
  background-color: #f000;
  background-image: linear-gradient(90deg, #c583ff, #0000);
  width: 75%;
  height: 1px;
  left: auto;
}

.trim-divider.wide.right {
  background-image: linear-gradient(90deg, #0000, #c583ff);
  top: 0;
  right: 0;
}

.trim-divider.wide.left {
  background-image: linear-gradient(90deg, #c583ff00, #c583ff 7%, #0000);
  left: auto;
}

.divider-fade {
  background-color: #f000;
  background-image: linear-gradient(90deg, #181818, #fff0);
  width: 100%;
  height: 100%;
  position: static;
}

.divider-fade.reversed {
  background-image: linear-gradient(0deg, #fff0, #181818);
}

.div-block-12 {
  width: 60%;
}

.image-11 {
  filter: drop-shadow(6px 2px 8px #00000054);
  text-align: left;
  flex: 1;
  width: 100%;
  max-width: none;
  max-height: 100%;
  display: block;
  position: static;
  left: auto;
  right: 0;
  overflow: visible;
}

.div-block-13 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  display: block;
}

.div-block-14 {
  flex-flow: column;
  flex: 0 auto;
  width: auto;
  min-width: 25%;
  max-width: 33%;
  height: auto;
  max-height: none;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: static;
  top: 50%;
}

.image-12 {
  filter: drop-shadow(4px 4px #0000005e);
  text-align: left;
  flex: 0 auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bold-text-3 {
  font-family: Clearsans, Arial, sans-serif;
  font-size: 16px;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#b06fd8, #6678eb);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
}

.bold-text-4 {
  text-align: center;
  border: 1px #000;
  text-decoration: none;
}

.bold-text-5 {
  text-decoration-style: solid;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text {
  color: #fff;
  text-align: left;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-18 {
  outline-offset: 0px;
  background-color: #4a4a4a;
  background-image: linear-gradient(225deg, #583262, #985e8a);
  border-color: #000;
  border-radius: 0 0 20px 20px;
  outline: 2px #ffffff40;
  flex: 0 auto;
  width: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  display: block;
}

.form {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.form-field {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: stretch;
  min-width: 768px;
  max-width: 960px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.columns2-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.colum1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-image-2 {
  text-align: left;
  margin-bottom: 20px;
}

.paragraph-2 {
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.div-block-19 {
  flex: 1;
  display: block;
}

.section-2 {
  flex-flow: row;
  min-height: 400px;
  margin: 40px 40px 60px;
  display: block;
}

.container-lg {
  flex-flow: column;
  flex: 1;
  align-items: center;
  width: auto;
  min-width: 960px;
  max-width: 1200px;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-copy {
  text-align: center;
  height: auto;
  font-size: 18px;
  line-height: 25px;
}

.listcontainer {
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.container-list {
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.blue {
  color: #fff;
  background-color: #79a8ff;
  border-color: #79a8ff;
}

.hollow-button.blue:hover {
  background-color: #0000;
}

.hollow-button.blue.top {
  filter: drop-shadow(3px 3px 3px #415388);
  cursor: pointer;
  background-color: #4f8dff;
  border-color: #4f8dff;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.h2-2 {
  color: #313131;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
}

.titlebox {
  text-align: left;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-3 {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.section-3.fullpage {
  background-color: #d4d9de;
  height: 100vh;
}

.h2-3 {
  color: #313131;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
}

.button-primary {
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(140deg, #b06fd8, #6678eb);
  border: 1.5px solid #9f96d9;
  border-radius: 40px;
  width: 120px;
  height: 40px;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
}

.section-default {
  background-image: radial-gradient(circle at 100%, #825c95, #282041);
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  height: 110vh;
  display: block;
}

.section-default.banner {
  width: auto;
}

.section-default.fullpage {
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-20 {
  background-color: #2b2b2b40;
  border-radius: 0 0 20px 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  margin-bottom: 0;
  padding-top: 25px;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.image-13 {
  filter: drop-shadow(2px 2px #ffc090cc);
  width: 75px;
  max-width: none;
  height: 75px;
}

.div-block-22 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-23 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.grid-choice {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 80px;
  display: grid;
}

.container-lg3 {
  flex-flow: column;
  flex: 1;
  width: auto;
  min-width: 960px;
  max-width: 1200px;
  margin-bottom: auto;
  padding: 60px 40px;
  display: block;
}

.text-2 {
  text-align: left;
  height: auto;
  font-size: 18px;
  line-height: 25px;
}

.h2-4 {
  color: #313131;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
}

.textgrid {
  text-align: left;
  height: auto;
  font-size: 18px;
  line-height: 30px;
}

.div-block-24 {
  background-color: #fff;
  border: 2px #b6b6b6;
  border-radius: 16px;
  flex: 1;
  padding: 30px;
  display: block;
  box-shadow: 3px 3px 2px #0003;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  max-width: none;
  display: flex;
}

.image-14 {
  background-color: #f0f0f000;
  border-radius: 8px;
  width: 50px;
  max-width: none;
  height: 50px;
}

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

.div-block-26 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.textlarge {
  color: #737373bd;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.textlarge.center {
  color: #737373bd;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.div-block-27 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  padding-left: 5px;
  display: flex;
}

.h2 {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.list-item {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-image {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.div-block-28 {
  flex-flow: column;
  flex: 0 auto;
  width: 80%;
  margin: 10px auto;
  display: flex;
  overflow: visible;
}

.form-block {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  background-image: url('../images/femaleFigure.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  width: auto;
  max-height: none;
  display: block;
  overflow: visible;
}

.section-4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.header-text {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.sinkhole {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer {
  color: #6b595900;
  background-color: #2a2a2a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 132px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-footer {
  text-align: left;
  flex-flow: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.email {
  color: #8f73e1;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.seperatorvertical {
  border-left: 1px solid #d8dde0;
  height: 24px;
}

.text-block-5 {
  color: #d8dde0;
  font-size: 18px;
  line-height: 36px;
}

.footer-text {
  color: #d8dde0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.footer-text.subtext {
  color: #93989c;
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.code-embed-2 {
  width: 100%;
}

.div-block-30 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .pagetitle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .div-block-14 {
    display: none;
  }

  .colum1 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-lg {
    min-width: auto;
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-choice {
    flex-flow: row;
    width: 100%;
  }

  .container-lg3 {
    min-width: auto;
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .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-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-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .features-list {
    padding: 60px 15px;
  }

  .hollow-button.blue.top {
    filter: drop-shadow(3px 3px 2px #000000b3);
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-24 {
    filter: drop-shadow(3px 3px 5px #0000003b);
  }
}

@media screen and (max-width: 479px) {
  .academylogo {
    filter: drop-shadow(5px 5px #000000b3);
  }

  .container {
    max-width: none;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .h-cta {
    font-size: 20px;
    line-height: 24px;
  }

  .image-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .container-2 {
    min-width: 85%;
    margin-bottom: 40px;
  }

  .columns2-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .paragraph-2, .paragraph {
    text-align: left;
  }

  .section-2 {
    display: none;
  }

  .container-lg {
    width: 100%;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-copy {
    height: auto;
    padding-bottom: 0;
  }

  .container-list {
    width: 80%;
  }

  .hollow-button.blue.top {
    filter: drop-shadow(3px 3px 3px #415388);
  }

  .h2-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .section-3 {
    flex-flow: column;
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-3 {
    font-size: 36px;
    line-height: 40px;
  }

  .section-default {
    height: auto;
  }

  .grid-choice {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: auto;
    display: flex;
  }

  .container-lg3 {
    width: 90%;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-2 {
    height: auto;
    padding-bottom: 0;
  }

  .h2-4 {
    font-size: 36px;
    line-height: 40px;
  }

  .textgrid {
    height: auto;
    padding-bottom: 0;
  }

  .container-8 {
    flex-flow: column;
  }

  .header-text {
    font-size: 16px;
    line-height: 22px;
  }

  .image-15 {
    display: none;
  }

  .footer {
    height: 140px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .email {
    line-height: 22px;
  }

  .seperatorvertical {
    display: none;
    overflow: visible;
  }

  .text-block-5 {
    line-height: 22px;
  }

  .footer-text {
    line-height: 20px;
  }
}


@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}