:root {
  --primary: #0c284f;
  --charcoal: #393939;
  --primary-light: #1d4174;
  --secondary: #ffe091;
  --tertiary: #e19481;
  --quaternary: #fbd36d;
  --gray: #eef0f2;
  --transaparent-gray: #3939391a;
  --light-gray: #00000008;
  --overlay-gray: #39393985;
  --dark-grey: darkgrey;
}

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

p {
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 180%;
  list-style-type: disc;
}

strong {
  color: var(--charcoal);
  font-weight: 700;
}

.navbar-brand {
  position: static;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding: 40px;
  position: static;
}

.navbar-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo {
  object-fit: fill;
  width: 200px;
  height: 53px;
  margin-bottom: 0;
  margin-left: 0;
  position: static;
}

.button-primary {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 22px 52px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--primary-light);
  color: #fff;
}

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

.button-primary.button-small {
  padding: 18px 40px;
  font-size: 12px;
  line-height: 100%;
}

.button-primary.button-small.hidden-on-mobile {
  z-index: 0;
  position: relative;
}

.background-primary {
  background-color: var(--primary);
}

.background-secondary {
  background-color: var(--secondary);
}

.background-tertiary {
  background-color: var(--tertiary);
}

.background-quaternary {
  background-color: var(--quaternary);
}

.background-gray {
  background-color: var(--gray);
}

.background-charcoal {
  background-color: var(--charcoal);
  color: var(--charcoal);
}

.h1 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Serif Display, sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 110%;
}

.h2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Serif Display, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 120%;
}

.h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Serif Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

.h4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Serif Display, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
}

.h5 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Serif Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 140%;
}

.h5.big-link {
  margin-bottom: 20px;
  font-size: 32px;
  text-decoration: none;
  transition: color .2s;
}

.h5.big-link:hover {
  color: var(--tertiary);
}

.h5.max-width-760px {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.h6 {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.h7 {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.h7.small {
  font-size: 26px;
}

.p1-regular {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 180%;
}

.p1-medium {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 180%;
}

.p2 {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
}

.p3-medium {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.p3-medium.white.popup {
  margin-bottom: 0;
  font-size: 14px;
}

.p3-regular {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.p3-regular.faq-answer {
  border-left: 1px solid var(--transaparent-gray);
  margin-left: 40px;
  padding: 0 0 0 40px;
}

.p3-regular.guides {
  margin-bottom: 40px;
}

.cap-regular {
  color: var(--charcoal);
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.cap-regular.center-on-mobile {
  color: var(--primary);
}

.cap-regular.white.popup {
  font-size: 12px;
}

.cap-regular.pop-up {
  font-size: 14px;
}

.cap-medium {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.cap-medium.white {
  text-align: left;
  padding-left: 0;
}

.cap-medium.margin-bottom-32px {
  margin-bottom: 32px;
}

.cap-medium.white {
  padding-left: 10px;
}

.cap-medium.white.popup {
  font-size: 14px;
}

.button-secondary {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 22px 52px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-secondary:hover {
  border-color: var(--primary-light);
  color: var(--primary-light);
}

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

.button-secondary.button-small {
  padding: 18px 40px;
  font-size: 12px;
  line-height: 100%;
}

.button-secondary.button-small.margin-left-auto.hidden-on-mobile {
  position: relative;
}

.button-secondary.button-with-icon {
  grid-column-gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.button-secondary.button-with-icon.button-small.margin-right-auto {
  margin-right: auto;
}

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

.container-big {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-small {
  line-height: 100%;
}

.dots-slideshow {
  position: absolute;
  top: -18px;
  right: 86px;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.hero-video-play {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 10px 0 0;
  display: flex;
  position: relative;
}

.hero-wrapper-with-video {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  padding: 0;
  display: flex;
}

.lightbox-link {
  color: #464646;
  text-align: right;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero {
  background-color: #0000;
  border-bottom: 0 #e4ebf3;
  padding: 40px;
  position: relative;
}

.hero-video {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  height: 540px;
  margin-bottom: 20px;
  overflow: hidden;
}

.hero-video.play-video {
  height: 100%;
  min-height: 340px;
  margin-bottom: 10px;
}

.hero-split-right-video {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  max-width: 47%;
  display: flex;
  position: relative;
}

.hero-split-left-video {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  max-width: 62%;
  height: 100%;
  display: flex;
}

.endorsement-link {
  grid-column-gap: 12px;
  opacity: 1;
  width: 100%;
  color: var(--charcoal);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.endorsement-image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  overflow: visible;
}

.endorsement-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.endorsement-person {
  border: 3px solid var(--secondary);
  object-fit: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
}

.person-name-endorsement {
  color: var(--charcoal);
  font-weight: 500;
  text-decoration: none;
}

.person-name-endorsement.margin-top-10px {
  margin-top: 10px;
  display: block;
}

.list {
  grid-row-gap: 0px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.list-number {
  color: var(--charcoal);
  margin-top: 0;
  margin-right: 16px;
  font-family: DM Serif Display, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.features-block-two-3 {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 20px;
  display: flex;
}

.features-block-two-3.list-number-2 {
  align-items: flex-start;
}

.white {
  color: #fff;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.founder-details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.commitment-width {
  display: flex;
}

.image-7 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.arrows-2 {
  justify-content: space-between;
  width: 100%;
  max-width: 180px;
  display: flex;
  position: absolute;
  bottom: 118px;
  right: 40px;
}

.commitment-container-2 {
  flex-wrap: nowrap;
  width: auto;
  padding-bottom: 80px;
  display: flex;
  overflow: auto;
}

.commitment-container-2.white-bg {
  padding-bottom: 60px;
}

.image-5 {
  opacity: 1;
  width: 762px;
  height: 471px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: -484px;
}

.image-5.box-shadow {
  z-index: -1;
  width: 600px;
  height: 340px;
  top: -62px;
  left: auto;
  right: 223px;
  transform: none;
}

.what-makes-acton-diffent {
  background-color: var(--secondary);
  text-align: center;
  border-top: 1px #eee;
  border-bottom: 1px #eee;
  padding-top: 80px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  overflow: visible;
}

.image-2 {
  opacity: 1;
  width: 500px;
  height: 363px;
  position: absolute;
  bottom: 47px;
  left: -484px;
}

.image-2.box-shadow {
  width: 380px;
  height: 240px;
  inset: 214px 249px auto auto;
  transform: none;
  box-shadow: 1px 1px 40px -20px #00000094;
}

.commitment-last {
  width: 900px;
  margin-left: 0;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.commitment-text {
  text-align: left;
  flex-direction: column;
  width: 700px;
  margin-left: 0;
  display: flex;
}

.commitment-text.bottom-text {
  justify-content: flex-end;
}

.image-3 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.arrow-left-image {
  height: 100%;
  transform: rotate(180deg);
}

.arrow-left-2 {
  z-index: 1000;
  background-color: var(--primary);
  opacity: 1;
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 25px 0;
  transition: opacity .5s ease-in-out;
  display: flex;
  position: static;
  bottom: 100px;
  right: 150px;
  box-shadow: 1px 1px 13px -3px #00000045;
}

.commitment-images {
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: relative;
  right: 0;
}

.commitment-first {
  width: 900px;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.image-1 {
  opacity: 1;
  width: 559px;
  height: 746px;
  position: absolute;
  left: -72px;
}

.image-1.box-shadow {
  z-index: -2;
  width: 340px;
  height: 520px;
  left: auto;
  right: 0;
  transform: none;
  box-shadow: 0 0 40px -20px #000000d4;
}

.arrow-right-2 {
  z-index: 1000;
  background-color: var(--primary);
  opacity: 1;
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 25px 0;
  transition: opacity .5s ease-in-out;
  display: flex;
  position: static;
  bottom: 100px;
  right: 40px;
  box-shadow: 1px 1px 13px -3px #00000047;
}

.commitment-set {
  z-index: 1;
  height: 710px;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.image-8 {
  z-index: 1;
  opacity: 1;
  width: 352px;
  height: 494px;
  position: absolute;
  bottom: 76px;
  left: 32px;
  right: auto;
}

.image-8.box-shadow {
  z-index: 0;
  width: 300px;
  height: 400px;
  left: auto;
  right: 0;
  transform: none;
}

.arrow-right-image {
  height: 100%;
}

.squiggle {
  z-index: -1;
  opacity: .4;
  background-image: url('../images/Vector-1.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 71px;
  display: flex;
  position: absolute;
  inset: 3% auto 0% 0%;
}

.title-container {
  padding-left: 40px;
  padding-right: 40px;
}

.heros-journey-sticker {
  z-index: 1;
  height: 140px;
  position: absolute;
  top: -50%;
  right: 0;
}

.text-span-2 {
  z-index: 1;
  text-decoration: underline;
  position: relative;
}

.hands-sticker {
  z-index: 1;
  height: 200px;
  position: absolute;
  bottom: -169px;
  left: 0;
}

.motto {
  background-color: var(--secondary);
  padding: 80px 40px;
}

.title-with-stickers {
  position: relative;
}

.footer {
  background-color: var(--secondary);
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 50px 8px;
  position: relative;
}

.footer-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.learning-design-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.image-29 {
  margin-bottom: 20px;
}

.testimonial {
  background-color: var(--primary);
  padding: 80px 40px;
}

.testimonial-wrapper {
  grid-column-gap: 60px;
  display: flex;
}

.testimonial-details {
  width: 70%;
  padding: 0;
}

.testimonial-parent-image {
  object-fit: cover;
  object-position: 12% 50%;
  height: 100%;
  transform: rotate(-3deg);
  box-shadow: 1px 0 40px -20px #00000094;
}

.testimonial-image {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 0;
  display: flex;
}

.pre-footer {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.pre-footer-card {
  padding: 20px;
}

.footer-icons {
  width: auto;
  height: 40px;
}

.link-style {
  color: var(--primary);
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
}

.link-style.no-decoration {
  text-decoration: none;
}

.footer-navigation {
  grid-column-gap: 40px;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 18px;
  display: flex;
}

.social-networks {
  grid-column-gap: 40px;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.lightbox-link-2 {
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.interaction-video-1 {
  cursor: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 58px;
  display: flex;
}

.play-showed {
  opacity: 0;
  color: #0c284f;
  cursor: none;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  margin-top: 0;
  margin-left: 0;
  font-size: 22px;
  line-height: 130px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 50%;
}

.play-showed.play-small {
  opacity: 1;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.play {
  opacity: 0;
  color: #0c284f;
  cursor: none;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  margin-top: 0;
  margin-left: 0;
  font-size: 22px;
  line-height: 130px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 50%;
}

.play.play-interaction.play-small {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
}

.image-mastery {
  object-fit: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 540px;
  max-width: 440px;
  height: 600px;
  max-height: 600px;
  margin-top: -300px;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 50% 0% 0% auto;
  box-shadow: 0 0 40px -20px #000000a1;
}

.commitment-to-us-container {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 60px;
  display: flex;
}

.bullet-wrapper {
  grid-column-gap: 33px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.commitments {
  grid-column-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list-wrapper {
  border-bottom: 1px #c4c4c482;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.list-wrapper.no-border-bottom {
  border-bottom-style: none;
  flex-direction: column;
}

.a-day-in-the-life {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  height: 540px;
  margin-bottom: 20px;
  overflow: hidden;
}

.a-day-in-the-life.play-video {
  border-radius: 0;
  width: 100vw;
  height: 50vw;
  margin-top: 0;
  margin-bottom: 0;
}

.a-day-in-the-life-video {
  cursor: none;
  background-image: linear-gradient(#0000, #0000 55%, #000000e3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 40px 20px;
  display: flex;
}

.learning-design-pictures {
  padding: 0;
  overflow: hidden;
}

.courage-to-grow {
  background-color: #0000;
  padding: 80px 40px;
}

.courage-to-grow-image {
  object-fit: cover;
  background-color: #0000000f;
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 400px;
  box-shadow: 1px 0 40px -20px #00000094;
}

.divisor {
  background-color: var(--transaparent-gray);
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-image: url('../images/636a31bc888e1449dbcbf2d8_bg-gray_1636a31bc888e1449dbcbf2d8_bg-gray.png');
  background-position: 0 0;
  background-size: auto;
}

.accreditations {
  background-color: var(--light-gray);
  padding: 80px 40px;
}

.accreditation-badge {
  height: 50px;
}

.accreditations-badges {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.accreditations-wrapper {
  grid-column-gap: 40px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.badges-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.badges-wrapper.badges-press {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.children-pictures {
  grid-column-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 1fr) minmax(360px, 1fr) minmax(360px, 1fr) minmax(360px, 1fr) minmax(360px, 1fr) minmax(360px, 1fr) minmax(360px, 1fr) minmax(360px, 1fr);
  grid-auto-columns: minmax(360px, 1fr);
  margin-top: 40px;
  margin-bottom: 80px;
  margin-left: 0;
  overflow: visible;
}

.image-kid {
  object-fit: cover;
  border-radius: 6px;
  height: 480px;
  transition: all .2s;
}

.image-kid:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 40px -20px #000000d4;
}

.image-kid.image-kid-with-margin {
  object-fit: cover;
  margin-top: 60px;
}

.menu-animation {
  z-index: 10000;
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 0;
  position: static;
  inset: 33px auto 0% 40px;
  box-shadow: 0 0 20px -10px #000;
}

.overlay {
  z-index: 15;
  justify-content: space-between;
  align-items: center;
  width: 460px;
  max-width: 500px;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.overlay.hidden {
  display: none;
}

.menu-bg {
  z-index: -1;
  background-color: #fff;
  width: 460px;
  max-width: 460px;
  padding-right: 80px;
  transition: all .2s;
  display: block;
  position: fixed;
  inset: 0%;
  box-shadow: 0 0 40px -20px #0000008f;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-overlay-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 0 40px 80px;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.our-team {
  padding: 40px 40px 80px;
}

.family-image {
  object-fit: cover;
  object-position: 50% 14%;
  border-radius: 6px;
  width: 100%;
  height: 453px;
  margin-bottom: 20px;
  box-shadow: 0 0 40px -20px #000000b0;
}

.container-tiny {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.founder-information {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.our-team-wrapper {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.team-member {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 100%;
  width: 140px;
  min-width: 140px;
  height: 140px;
  min-height: 140px;
  max-height: 100%;
  margin-bottom: 20px;
  padding: 0;
  position: static;
  top: 0;
}

.about-quote {
  background-color: var(--primary);
  padding: 80px 40px;
}

.quote-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.learning-design-hero {
  padding: 40px 40px 0;
}

.verticalslider {
  padding: 80px 40px;
  position: relative;
}

.scroll-track {
  z-index: 9;
  background-color: #0000001a;
  border: 1px solid #0000;
  width: 4px;
  height: 180px;
  margin-top: -80px;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
}

.scroll-thumb {
  background-color: var(--primary);
  width: 8px;
  height: 60px;
  transition: transform .5s;
  position: absolute;
  right: -3px;
}

.span-top {
  font-size: 20px;
  position: absolute;
  top: -30px;
  left: -10px;
}

.span-bottom {
  position: absolute;
  bottom: -30px;
  left: -10px;
}

.slides {
  height: 100vh;
  padding: 0;
  display: block;
  position: relative;
  overflow: auto;
}

.slide {
  text-align: center;
  height: 100vh;
  display: flex;
}

._21st-century-learning {
  background-color: var(--light-gray);
  padding: 80px 40px;
}

._21st-century-learning-wrapper {
  grid-column-gap: 60px;
  text-align: left;
  column-count: 2;
  flex-direction: row;
  display: flex;
  position: relative;
}

._21st-left {
  width: 40%;
  padding-right: 0;
}

._21st-right {
  width: 60%;
  padding-left: 0;
}

.philosophy-slide-left {
  width: 50%;
}

.philosophy-slide-right {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px 100px 40px 40px;
  display: flex;
}

.image-philosophy-container {
  height: 100%;
  margin: 0;
  padding: 40px;
}

.image-32 {
  background-color: var(--light-gray);
  object-fit: contain;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 60px;
}

.learning-quote {
  background-color: var(--light-gray);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.learning-quote.background-primary {
  background-color: var(--primary);
}

.business-fair {
  background-color: var(--primary);
  padding: 80px 40px;
}

.bussiness-fair-left {
  width: 45%;
  padding: 0;
}

.business-fair-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding: 0;
  display: flex;
}

.business-fair-video {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  height: 540px;
  margin-bottom: 20px;
  overflow: hidden;
}

.business-fair-video.play-video {
  border-radius: 6px;
  height: 400px;
  margin-bottom: 10px;
}

.lightbox-business-fair {
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.interaction-video-business-fair {
  cursor: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 58px;
  display: flex;
}

.button-secondary-white {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 22px 52px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-secondary-white:hover {
  border-color: var(--primary-light);
  color: var(--primary-light);
}

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

.video-information {
  z-index: auto;
  color: #fff;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  display: flex;
  position: static;
  bottom: -40px;
}

.video-information.blue {
  color: #0c284f;
}

.round-edge-business-fair-top {
  background-color: var(--light-gray);
  width: 100%;
  height: 30px;
  display: none;
  position: static;
}

.mesauring-mastery {
  grid-column-gap: 70px;
  background-color: var(--light-gray);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding: 80px 0 80px 40px;
  display: flex;
  position: relative;
}

.our-studios-hero {
  margin-bottom: 0;
  padding: 40px 40px 0;
}

.hero-studios-wrapper {
  text-align: center;
  position: relative;
}

.faqs {
  text-align: center;
  padding: 40px 40px 80px;
}

.studio-wrapper {
  grid-column-gap: 80px;
  text-align: left;
  column-count: 2;
  flex-direction: row;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.studio-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.studio-right {
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.studio-image {
  filter: grayscale(15%);
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  max-height: 520px;
  box-shadow: 0 0 40px -20px #00000094;
}

.get-started {
  background-color: var(--primary);
  padding: 80px 40px;
}

.get-started-wrapper {
  text-align: left;
  column-count: 2;
  flex-direction: row;
  display: flex;
  position: relative;
}

.get-started-left {
  width: 40%;
  padding-right: 40px;
}

.get-started-right {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 60%;
  padding-left: 20px;
  display: flex;
}

.step-block {
  grid-column-gap: 10px;
  grid-row-gap: 28px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  align-self: flex-start;
  margin-top: 0;
}

.div-block-11 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-34 {
  z-index: 10;
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: -112px;
}

.faq {
  text-align: left;
}

.faq-list {
  background-color: #0000;
  padding: 0;
  display: block;
  position: static;
}

.faq-answer {
  padding: 10px 20px;
}

.faqs-wrapper {
  grid-row-gap: 48px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.dont-see-your-question {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p2-4 {
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 180%;
}

.p2-4.margin-bottom-0 {
  margin-bottom: 0;
}

.p2-4.margin-bottom-0.underline {
  text-decoration: underline;
}

.p2-4.center {
  text-align: center;
}

.video-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.video-image {
  border-radius: 8px;
  height: 300px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

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

.link-block {
  color: #0c284f;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-decoration: none;
}

.link-block.white {
  padding-bottom: 0;
}

.play-2 {
  color: #0c284f;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
  font-size: 22px;
  line-height: 130px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 50%;
}

.play-2.play-small {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}

.get-inspired {
  padding: 40px;
}

.get-inspired-wrapper {
  text-align: center;
}

.websites-right {
  width: 39%;
}

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

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

.website-left.white {
  max-width: 45%;
  padding-right: 0;
}

.websites-section {
  background-color: var(--primary);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 40px;
  position: relative;
}

.websites-step-2 {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.website-number-2 {
  color: #b6e0d4;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: DM Serif Display, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.website-number-2.small-number {
  color: var(--secondary);
  margin-top: -4px;
  font-size: 36px;
  line-height: 48px;
}

.link-number {
  color: #fff;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.websites-list {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

.websites-2 {
  background-color: #0c284f;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 50px;
  position: relative;
}

.websites-2.background-white {
  background-color: #fff;
  padding: 80px 40px;
}

.video-title-2 {
  color: #000;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 144%;
}

.description-video {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  line-height: 144%;
}

.books {
  text-align: center;
  background-color: #f5f7fa;
  padding: 80px 0;
}

.book-image {
  background-color: #fff;
  width: 100%;
  min-width: 200px;
  height: 422px;
  max-height: 449px;
}

.book-information {
  margin-top: 10px;
}

.testimonial-image-four {
  object-fit: contain;
  background-color: #00000017;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  padding-left: 50px;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-card {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 32px;
}

.books-title {
  padding-left: 50px;
  padding-right: 50px;
}

.book-slide-wrapper {
  max-width: 300px;
  margin-right: 45px;
}

.studios {
  text-align: center;
  padding: 0 40px;
}

.apply-hero {
  margin-bottom: 0;
  padding: 40px 40px 80px;
}

.home-studios-section {
  padding: 80px 40px;
}

.home-studios-section.bg-white {
  background-color: #fff;
}

.home-studios-section.bg-white.info-kit {
  padding-bottom: 40px;
}

.home-studios-section.bg-white.info-kit.charleston {
  padding-top: 40px;
}

.studio-home-wrapper {
  grid-column-gap: 60px;
  text-align: left;
  column-count: 2;
  flex-direction: row;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.family-image-wrapper {
  padding-top: 20px;
  position: sticky;
  top: 0;
}

.about-hero-right {
  width: 40%;
}

.about-hero-left {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.team-member-description {
  text-align: left;
}

.team-member-two-columns {
  grid-column-gap: 40px;
  text-align: center;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.apply-wrapper-two-columns {
  grid-column-gap: 60px;
  text-align: left;
  column-count: 2;
  flex-direction: row;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.apply-hero-left {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.apply-hero-right {
  width: 52%;
  position: relative;
}

.overlay-bg {
  z-index: -2;
  background-color: var(--overlay-gray);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 100%;
  padding-right: 80px;
  transition: all .2s;
  display: block;
  position: fixed;
  inset: 0%;
  box-shadow: 0 0 40px -20px #0000008f;
}

.menu-close {
  z-index: 10000;
  opacity: 0;
  cursor: pointer;
  background-color: red;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 0;
  display: block;
  position: fixed;
  inset: 33px auto 0% 40px;
  box-shadow: 0 0 20px -10px #000;
}

.video-title-3 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 144%;
}

.video-title-3.white {
  color: #fff;
}

.courage-to-grow-wrapper {
  grid-column-gap: 60px;
  display: flex;
}

.courage-image {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 0;
  display: flex;
}

.courage-details {
  flex-direction: column;
  width: 70%;
  padding: 0;
  display: flex;
}

.apply-image-wrapper {
  padding-top: 20px;
  position: sticky;
  top: 0;
}

.measuring-mastery-text {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.our-mission {
  background-color: var(--primary);
  padding: 80px 40px;
}

.div-block-14 {
  z-index: 4;
  opacity: 1;
  background-color: #f000;
  display: none;
  position: absolute;
  inset: 0;
}

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

.audible-icon {
  opacity: .8;
  height: 18px;
}

.hero-day-in-the-life {
  background-color: #0000;
  border-bottom: 0 #e4ebf3;
  padding: 40px;
  position: relative;
}

.hero-wrapper-with-video-horizontal {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  padding: 0;
  display: flex;
}

.hero-split-left-video-horizontal {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  max-width: 62%;
  display: flex;
}

.hero-split-right-video-horizontal {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 52%;
  max-width: 47%;
  display: flex;
  position: relative;
}

.hero-video-horizontal {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  height: 540px;
  margin-bottom: 20px;
  overflow: hidden;
}

.hero-video-horizontal.play-video {
  height: 360px;
  margin-bottom: 10px;
}

.beliefs-sticker {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 24px;
  right: 32px;
}

.daily-schedule {
  grid-column-gap: 70px;
  background-color: var(--light-gray);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding: 80px 40px;
  display: flex;
  position: relative;
}

.daily-schedule-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.time-block {
  grid-column-gap: 20px;
  background-color: var(--light-gray);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.time-block.dotted {
  border: 2px dashed #00000038;
}

.time-block.socratic {
  background-color: var(--secondary);
}

.time-block.core-skills {
  background-color: var(--quaternary);
}

.time-block.quest {
  background-color: #98b3d8;
}

.block-description {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.schedule-wrapper {
  margin-bottom: 12px;
}

.our-promises {
  grid-column-gap: 70px;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding: 80px 0 80px 40px;
  display: flex;
  position: relative;
}

.our-promises.careers {
  background-color: var(--light-gray);
}

.our-beliefs {
  grid-column-gap: 70px;
  background-color: var(--light-gray);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding: 80px 0 80px 40px;
  display: flex;
  position: relative;
}

.our-beliefs.careers {
  background-color: #0000;
}

.promises-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.our-beliefs-text {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin-left: auto;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.beliefs-image {
  object-fit: cover;
  border-radius: 0 6px 6px 0;
  width: 540px;
  max-width: 440px;
  height: 600px;
  max-height: 600px;
  margin-top: -300px;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 50% auto 0% 0%;
  box-shadow: 0 0 40px -20px #000000a1;
}

.div-block-17 {
  text-align: left;
}

.dots-apply {
  position: absolute;
  top: 2px;
  right: 86px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: auto;
  padding-top: 30px;
  position: relative;
}

.mask-2 {
  overflow: hidden;
}

.right-arrow {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.image-358 {
  opacity: .44;
  filter: invert();
  width: 100%;
  height: 100%;
  position: relative;
  inset: auto 0% 0% auto;
}

.image-358.arrow-left-image {
  filter: invert();
}

.left-arrow {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: auto 35px 0% auto;
}

.webflow-slide-wrapper {
  text-align: right;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.webflow-slide-image {
  object-fit: cover;
  object-position: 50% 24%;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  position: static;
  left: 0;
}

.slide-nav {
  display: none;
}

.slider-mobile {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: auto;
  padding-top: 30px;
  display: none;
  position: relative;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.image-359 {
  width: auto;
  height: 70px;
}

.header-forms-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.step-number {
  color: #0c284f;
  font-family: DM Serif Display, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.step-number.small-number {
  color: var(--primary);
  font-size: 36px;
  line-height: 36px;
}

.step-title {
  color: var(--primary);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.step-container {
  border: 4px solid #b6e0d4;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 132px;
  min-width: 170px;
  margin-right: 20px;
  padding: 12px;
  display: flex;
  position: relative;
}

.step-container.active-movement {
  z-index: 3;
  background-color: #b6e0d4;
  border-radius: 20px;
  justify-content: space-between;
  width: 132px;
}

.step-container.active-movement.step-2 {
  z-index: 2;
  background-color: var(--secondary);
  justify-content: center;
  min-width: 160px;
  margin-right: 0;
}

.step-container.active-movement.step-3 {
  z-index: 1;
  border-color: var(--secondary);
  background-color: var(--secondary);
  margin-right: 0;
}

.step-container.inactive {
  z-index: 1;
  opacity: 1;
}

.step-container.inactive.step-3 {
  z-index: 1;
  border-color: var(--secondary);
  justify-content: center;
  min-width: 160px;
  margin-right: 0;
}

.step-container.inactive.step-4 {
  z-index: 0;
  border-color: var(--secondary);
  justify-content: flex-start;
  width: 160px;
  min-width: 160px;
  margin-right: 0;
}

.step-container.step-1 {
  justify-content: flex-start;
  width: 140px;
  min-width: 160px;
  margin-right: 0;
  padding: 14px;
}

.step-container.step-1.active-movement {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.step-container.step-2 {
  z-index: 2;
  border-color: var(--secondary);
  margin-right: 0;
}

.image-20 {
  width: 58px;
  padding: 10px;
}

.step {
  opacity: 1;
  outline-offset: -1px;
  background-color: #0c284f;
  border: 1px #0000;
  border-radius: 20px;
  outline: 1px solid #3333332b;
  width: 100%;
  height: 8px;
  box-shadow: 2px 0 #fff, inset 0 0 2px #000000ba;
}

.step.half-full {
  box-shadow: none;
  opacity: 1;
  outline-offset: -1px;
  background-color: #54c0a1;
  background-image: linear-gradient(to right, #0c284f, #0c284f 51%, #fff 51%, #fff);
  outline: 1px #3333332b;
}

.step.step-inactive {
  box-shadow: none;
  outline-offset: -1px;
  background-color: #d4d4d4;
  outline: 1px #3333332b;
}

.step-tracker {
  grid-column-gap: 24px;
  justify-content: center;
  max-width: 900px;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.form-wrapper {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 40px -20px #0006;
}

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

.radio-button-label {
  margin-bottom: 4px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.form-inputs-wrapper {
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.radio-button-field {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button {
  border-width: 2px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--primary);
}

.contact-information-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.contact-information-wrapper.form-wrapper {
  border-radius: 8px;
}

.input {
  border: 1px solid var(--dark-grey);
  background-image: url('../images/636a31bc888e1449dbcbf2d8_bg-gray_1636a31bc888e1449dbcbf2d8_bg-gray.png');
  background-position: 0 0;
  background-size: 10px 10px;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 28px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.input.text-area {
  padding: 10px 20px;
}

.input.hidden {
  display: none;
}

.input.small {
  padding: 18px 10px;
}

.input.small::placeholder {
  color: #474747;
}

.date-wrapper {
  grid-column-gap: 12px;
  display: flex;
}

.quiz-wrapper {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.quiz-wrapper.form-wrapper {
  border-radius: 8px;
}

.form-block-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.form-faqs-wrapper {
  text-align: center;
  padding-bottom: 100px;
  display: none;
}

.link-3 {
  color: var(--primary);
  font-weight: 500;
}

.checkbox {
  background-color: #123667;
  border-width: 3px;
  border-color: #06162c;
  width: 24px;
  height: 24px;
  padding: 16px;
}

.checkbox.w--redirected-checked {
  background-color: #54c0a1;
  border-width: 3px;
  border-color: #3ed7ab;
}

.checkbox.check {
  width: 18px;
  max-width: 18px;
  height: 18px;
  margin-top: -3px;
  padding: 14px;
}

.p3-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 130%;
}

.p3-2.white {
  color: #fff;
  font-weight: 400;
}

.hero-wrapper-two-2-copy {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checklist-paragraph {
  margin-bottom: 4px;
  margin-left: 30px;
  padding-top: 4px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.checklist-paragraph.checklist-paragraph-same-line {
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
}

.progress-title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 120%;
}

.h3-2 {
  color: #0c284f;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: DM Serif Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

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

.checkbox-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 20px;
  font-size: 12px;
  display: flex;
}

.checkbox-container.link-on-the-same-line {
  flex-flow: wrap;
}

.checkbox-label {
  text-align: left;
  flex: 0 auto;
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 142%;
}

.checkbox-label.hidden {
  display: none;
}

.more-resources {
  background-color: #0c284f;
  border-bottom: 1px solid #e4ebf3;
  padding: 120px 120px 80px;
  position: relative;
}

.more-resources.step-2-form-section {
  padding-bottom: 160px;
  display: none;
}

.checklist-form {
  margin-top: 0;
  margin-bottom: 0;
}

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

.div-block-19.loader {
  grid-column-gap: 17px;
  justify-content: center;
  align-items: center;
}

.div-block-19.loader.hidden {
  display: none;
  overflow: visible;
}

.white-2 {
  color: #fff;
  text-align: left;
}

.white-2.light-blue {
  color: #afd1ff;
  margin-left: 0;
}

.white-2.light-blue.bullet {
  background-image: url('../images/bullet_1bullet.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.paragraph-5 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-5.checklist-paragraph-no-link {
  margin-bottom: 0;
  margin-right: 4px;
}

.check {
  max-width: 24px;
}

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

.checkbox-field {
  cursor: pointer;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.checklist {
  flex-direction: column;
  display: flex;
}

.form-block-2 {
  width: 100%;
}

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

.checkbox-field-2 {
  align-items: center;
  margin-top: 30px;
  padding-left: 0;
  display: flex;
}

.checkbox-field-2.margin-top-10px {
  margin-top: 10px;
}

.checkbox-2 {
  border-width: 2px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--primary);
  background-size: 18px 18px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.margin-bottom-auto {
  margin-top: 4px;
  margin-bottom: auto;
}

.elementary.form-wrapper {
  text-align: left;
  border-radius: 8px;
}

.audition-form-step-1 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.coming-soon-section {
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding: 40px 40px 80px;
  display: flex;
}

.back-button-coming-soon {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 40px;
  left: 40px;
}

.coming-soon-wrapper {
  text-align: center;
  margin-top: 80px;
  position: relative;
}

.faq-list {
  border-left: 1px solid var(--transaparent-gray);
  margin-left: 40px;
  padding-left: 40px;
}

.audition-hero {
  margin-bottom: 0;
  padding: 40px 40px 10px;
}

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

.tertiary-square {
  background-color: var(--tertiary);
  opacity: .5;
  border-radius: 12px;
  width: 120px;
  height: 100px;
  position: absolute;
  top: -18px;
  left: -30px;
}

.secondary-square {
  background-color: var(--secondary);
  opacity: .5;
  border-radius: 12px;
  width: 120px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: -20px;
}

.html-embed {
  color: #cfe4cb;
  height: 31px;
}

.html-embed.color-secondary {
  color: var(--secondary);
}

.html-embed.rounded-bottom {
  transform: rotate(180deg);
}

.html-embed.color-primary {
  color: var(--primary);
}

.html-embed.color-primary.rounded-bottom.background-light-gray {
  background-color: var(--light-gray);
}

.arrow-right {
  background-color: var(--primary);
  color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 50%;
  right: -36px;
}

.image-15 {
  margin-bottom: 0;
}

.box-shadow {
  transform: rotate(4deg);
  box-shadow: 0 0 40px -20px #0000009c;
}

.thank-you-left {
  text-align: left;
  background-color: #00000008;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.hero-thank-you-left {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.thank-you-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.thank-you {
  background-color: #0000;
  border-bottom: 0 #e4ebf3;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

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

.form-input-wrapper-2 {
  margin-bottom: 10px;
}

.p3-medium-2 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.input-8 {
  background-image: url('../images/636a31bc888e1449dbcbf2d8_bg-gray_1636a31bc888e1449dbcbf2d8_bg-gray.png');
  background-position: 0 0;
  background-size: 10px 10px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.image-361 {
  object-fit: cover;
  width: 70px;
  height: 70px;
}

.influencer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.influencers-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.influencers-badges {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.h7-4 {
  color: #000;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 130%;
}

.h7-4.text-blue-zodiac {
  color: #0c284f;
}

.audition-step-card {
  text-align: left;
  background-color: #fff;
  border: 4px solid #fbd36d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.audition-step-card.background-green {
  background-color: var(--quaternary);
  border-color: #fbd36d;
}

.audition-process {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 50px;
  position: relative;
}

.commitment-number {
  margin-right: 24px;
  font-family: DM Serif Display, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.commitment-number.text-blue-zodiac {
  color: #0c284f;
}

.step-arrow {
  z-index: 5;
  width: 50px;
  margin-top: -25px;
  margin-right: -40px;
  position: absolute;
  top: 50%;
  right: 0;
}

.audition-steps {
  grid-column-gap: 27px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 32px;
  display: grid;
}

.list-number-2 {
  color: #000;
  margin-top: 0;
  margin-right: 16px;
  font-family: DM Serif Display, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.container-7 {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.divisor-3 {
  background-color: #3939391a;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.select-field-2 {
  background-image: url('../images/chevron-down-solid-2.svg'), url('../images/636a31bc888e1449dbcbf2d8_bg-gray_1636a31bc888e1449dbcbf2d8_bg-gray.png');
  background-position: 94%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px 12px, 10px 10px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 17px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.input-9 {
  background-image: url('../images/636a31bc888e1449dbcbf2d8_bg-gray_1636a31bc888e1449dbcbf2d8_bg-gray.png');
  background-position: 0 0;
  background-size: 10px 10px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 28px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.input-9.text-area {
  padding: 10px 20px;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.checkbox-3 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.p3-medium-3 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.h7-5 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.radio-button-2 {
  border-width: 2px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button-2.w--redirected-checked {
  border-width: 6px;
  border-color: #000;
}

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

.p3-regular-2 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.cap-regular-2 {
  color: #393939;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.cap-regular-2.center-on-mobile {
  color: #393939;
}

.download-free-info-kit-2 {
  min-height: auto;
}

.download-free-info-kit-2.form-wrapper {
  z-index: 3;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 40px 40px 20px;
  position: relative;
  box-shadow: 0 0 40px -10px #0000004d;
}

.image-372 {
  object-fit: cover;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.error-message {
  border-radius: 8px;
}

.accreditation-badge-2 {
  object-fit: contain;
  height: 50px;
}

.testimonial-image-2 {
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  padding: 0;
  display: flex;
}

.input-10 {
  background-color: #0c284f;
  background-image: url('../images/636a31bc888e1449dbcbf2d8_bg-gray_1636a31bc888e1449dbcbf2d8_bg-gray.png');
  background-position: 0 0;
  background-size: 10px 10px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 28px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.input-10.hidden {
  display: none;
}

.form-inputs-wrapper-4 {
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.image-365 {
  opacity: .44;
  filter: invert();
  width: 100%;
  height: 100%;
  position: relative;
  inset: auto 0% 0% auto;
}

.image-365.arrow-left-image {
  filter: invert();
}

.hero-day-in-the-life-2 {
  background-color: #0000;
  border-bottom: 0 #e4ebf3;
  padding: 40px;
  position: relative;
}

.hero-day-in-the-life-2.information-kit {
  padding-top: 60px;
  padding-bottom: 20px;
}

.container-8 {
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-2 {
  grid-column-gap: 60px;
  display: flex;
}

.business-fair-2 {
  background-color: #0c284f;
  padding: 80px 40px;
}

.business-fair-2.information-kit {
  background-color: #e7eeff;
}

.business-fair-2.information-kit.northwest-indianapolis {
  background-color: #c5dbe7;
}

.business-fair-2.information-kit.northwest-indianapolis.new-color {
  background-color: var(--light-gray);
}

.family {
  margin-bottom: 20px;
}

.family.bottom {
  object-fit: cover;
  width: 100%;
}

.family.bottom.charleston {
  border-radius: 12px;
  height: 100%;
}

.family.info-kit {
  object-fit: cover;
  width: 100%;
}

.family.info-kit.info-kit-top.northwest-indianapolis {
  border-radius: 8px;
  height: 471px;
}

.family.info-kit.infokit-bottom {
  display: none;
}

.studio-right-2 {
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.interaction-video-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 58px;
  display: flex;
}

.family-image-2 {
  object-fit: cover;
  object-position: 50% 65%;
  border-radius: 6px;
  width: 95%;
  height: 90%;
  margin-bottom: 20px;
  box-shadow: 0 0 40px -20px #000000b0;
}

.family-image-2.kids-working {
  object-position: 100% 50%;
}

.dots-apply-2 {
  position: absolute;
  top: 26px;
  right: 86px;
}

.right-arrow-2 {
  background-color: #516fb5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.right-arrow-2.charleston {
  background-color: #1f2b47;
}

.tertiary-square-2 {
  z-index: -1;
  opacity: .5;
  background-color: #e19481;
  border-radius: 12px;
  width: 120px;
  height: 100px;
  position: absolute;
  top: -18px;
  left: -30px;
}

.slider-5 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav-2 {
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: -54px;
  display: flex;
  top: 0;
}

.grid-10 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-details-2 {
  flex: 0 auto;
  width: 100%;
  padding: 0;
}

.success-message {
  background-color: var(--secondary);
  border-radius: 8px;
  height: 100%;
}

.landing-page-left {
  width: 100%;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 28px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-2 {
  background-color: #153c66;
  padding: 80px 40px;
}

.testimonial-2.charleston {
  background-color: #1f2b47;
}

.pricing-card-three {
  color: #02316d;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h6-2 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.div-block-25 {
  grid-column-gap: 14px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.divisor-4 {
  background-color: #3939391a;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.hero-split-left-video-horizontal-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  max-width: 62%;
  display: flex;
}

.hero-split-left-video-horizontal-2.left {
  text-align: left;
}

.hero-split-left-video-horizontal-2.left.disruptive-education {
  justify-content: center;
  width: 50%;
}

.video-parent {
  object-fit: cover;
  border-radius: 8px;
  height: 288px;
}

.textarea {
  background-color: #0c284f;
  background-image: url('../images/636a31bc888e1449dbcbf2d8_bg-gray_1636a31bc888e1449dbcbf2d8_bg-gray.png');
  background-position: 0 0;
  background-size: 10px 10px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.form-input-wrapper-6 {
  text-align: left;
  font-size: 13px;
}

.studio-left-2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.right-arrow-3 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
}

.container-big-2 {
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-big-2.landing-page-boxes {
  grid-row-gap: 50px;
  align-items: center;
}

.container-big-2.landing-page-boxes.center {
  grid-row-gap: 10px;
  text-align: center;
}

.container-big-2.center {
  flex-direction: column;
  align-items: center;
}

.buckhead-image {
  object-fit: cover;
  object-position: 50% 13%;
  border-radius: 23px;
  width: 95%;
  height: 90%;
  margin-bottom: 20px;
  box-shadow: 0 0 40px -20px #000000b0;
}

.slider-4 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: auto;
  padding-top: 30px;
  position: relative;
}

.apply-image-wrapper-2 {
  height: 400px;
  min-height: 400px;
  padding-top: 20px;
  position: sticky;
  top: 0;
}

.play-3 {
  opacity: 0;
  color: #0c284f;
  cursor: none;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  margin-top: 0;
  margin-left: 0;
  font-size: 22px;
  line-height: 130px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 50%;
}

.play-3.play-interaction.play-small {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
}

.mask-3 {
  height: auto;
}

.h5-3 {
  color: #001d46;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Serif Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 140%;
}

.h5-3.information-kit {
  font-size: 42px;
}

.button-primary-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #db125c;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 22px 52px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #ed4683;
}

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

.button-primary-5.northwest-indianapolis {
  background-color: #1d4174;
}

.divisor-6 {
  background-color: #3939391a;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.studios-info-kit {
  color: #02316d;
  text-align: center;
  background-color: #00000008;
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.p3-medium-9 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.p3-medium-9.information-kit-bold {
  font-weight: 500;
}

.form-block-3 {
  text-align: center;
}

.p3-3 {
  color: #1d1d1d;
}

.p3-3.margin-top-24px.info-kit-paragraph {
  display: none;
}

.div-block-23 {
  text-align: left;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.hero-split-right-video-horizontal-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 49%;
  max-width: 47%;
  display: flex;
  position: relative;
}

.slide-11 {
  width: 100%;
  height: 100%;
}

.accreditations-3 {
  background-color: #e7eeff;
  padding: 80px 40px;
}

.accreditations-3.northwest-indiana {
  background-color: #eef0f2;
}

.p3-medium-6 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
}

.hero-wrapper-with-video-horizontal-2 {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  padding: 0;
  display: flex;
}

.hero-wrapper-with-video-horizontal-2.charleston {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.form-block-wrapper-2 {
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.person-name-endorsement-2 {
  color: #393939;
  font-weight: 500;
  text-decoration: none;
}

.person-name-endorsement-2.margin-top-10px {
  margin-top: 10px;
  display: block;
}

.lightbox-link-4 {
  color: #fff;
  width: 100%;
  height: 340px;
  min-height: 340px;
  text-decoration: none;
  display: block;
}

.logo-and-title-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-arrow-2 {
  background-color: #516fb5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: auto 35px 0% auto;
}

.left-arrow-2.charleston {
  background-color: #1f2b47;
}

.left-arrow-3 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.influencers-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.studio-home-wrapper-2 {
  grid-column-gap: 60px;
  text-align: left;
  column-count: 2;
  flex-direction: row;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.studio-home-wrapper-2.reverse {
  flex-direction: row-reverse;
}

.pricing-image {
  object-fit: contain;
  object-position: 50% 0%;
  border: 1px #ebebeb;
  border-radius: 8px;
  width: 100%;
  height: 240px;
  margin-bottom: 16px;
}

.pricing-image.northwest-indiana {
  object-fit: cover;
}

.pricing-image.charleston {
  object-fit: cover;
  height: 100%;
}

.endorsement-link-4 {
  grid-column-gap: 12px;
  opacity: 1;
  color: #393939;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.endorsement-person-3 {
  object-fit: cover;
  border: 3px solid #516fb5;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
}

.endorsement-person-3.charleston {
  border-color: #1f2b47;
}

.p2-8 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.p2-11 {
  color: #393939;
  align-items: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  display: block;
}

.h8 {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
}

.brix---accordion-title {
  color: #1d323b;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---color-neutral-800 {
  color: #211f54;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brix---mg-bottom-0 {
  color: #383838;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 180%;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 170%;
}

.brix---accordion-item-wrapper-v7 {
  cursor: pointer;
  width: 100%;
  transform-style: preserve-3d;
  justify-content: space-between;
  padding: 10px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v7:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.input-11 {
  background-image: url('../images/636a31bc888e1449dbcbf2d8_bg-gray_1636a31bc888e1449dbcbf2d8_bg-gray.png');
  background-position: 0 0;
  background-size: 10px 10px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 28px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.popup-avatar {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.get-in-touch-header {
  background-color: #fff;
  padding: 20px 20px 0;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  width: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.get-in-touch-pop {
  z-index: 10000;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-width: 400px;
  padding: 0;
  transition: all .2s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 20px;
  overflow: hidden;
  box-shadow: 0 0 50px 12px #0d284f36;
}

.get-in-touch-pop.closed {
  opacity: 0;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  bottom: -770px;
}

.div-block-22 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.get-in-touch-form {
  grid-column-gap: 12px;
  text-align: center;
  background-color: #0c284f;
  flex-direction: row;
  align-items: center;
  padding: 18px 20px;
  display: flex;
}

.get-in-touch-tab {
  z-index: 10000;
  cursor: pointer;
  background-color: #0c284f;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 14px 28px;
  transition: all .5s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 20px;
  box-shadow: 0 0 50px 12px #0d284f36;
}

.get-in-touch-tab.closed {
  z-index: 10000;
  opacity: 0;
  bottom: -67px;
}

.button-primary-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0c284f;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 22px 52px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #1d4174;
}

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

.p3-medium-10 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.p3-medium-10.white.margin-bottom-4px {
  margin-bottom: 4px;
}

.cap-regular-3 {
  color: #393939;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.cap-regular-3.margin-bottom-10 {
  margin-bottom: 10px;
}

.form-inputs-wrapper-2 {
  grid-row-gap: 4px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.form-block-wrapper-3 {
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.divisor-7 {
  background-color: #3939391a;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.form-input-wrapper-3 {
  margin-bottom: 0;
}

.input-12 {
  background-image: url('../images/636a31bc888e1449dbcbf2d8_bg-gray_1636a31bc888e1449dbcbf2d8_bg-gray.png');
  background-position: 0 0;
  background-size: 10px 10px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 28px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.popup-avatar-2 {
  border-radius: 100%;
  width: 90px;
  height: 90px;
}

.close-icon-2 {
  color: #fff;
  cursor: pointer;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.div-block-26 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message-2 {
  background-color: var(--secondary);
  border-radius: 8px;
  height: 100%;
}

.get-in-touch-form-2 {
  grid-column-gap: 12px;
  text-align: center;
  background-color: #0c284f;
  flex-direction: row;
  align-items: center;
  padding: 18px 20px;
  display: flex;
}

.button-primary-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0c284f;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 22px 52px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #1d4174;
}

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

.p3-medium-11 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.p3-medium-11.white.margin-bottom-4px {
  margin-bottom: 4px;
}

.cap-regular-4 {
  color: #393939;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.cap-regular-4.margin-bottom-10 {
  margin-bottom: 10px;
}

.form-inputs-wrapper-5 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.divisor-8 {
  background-color: #3939391a;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .navbar {
    position: static;
  }

  .logo {
    margin-left: 0;
  }

  .h5.big-link {
    font-size: 42px;
    text-decoration: none;
  }

  .dots-slideshow {
    top: -23px;
  }

  .hero-video.play-video {
    height: 100%;
    min-height: 340px;
  }

  .hero-split-left-video {
    justify-content: space-between;
  }

  .commitment-images {
    right: 0;
  }

  .squiggle {
    opacity: .47;
    right: 0;
  }

  .heros-journey-sticker {
    top: -60%;
  }

  .image-mastery {
    width: 580px;
    max-width: 580px;
    height: 580px;
  }

  .list-wrapper {
    position: relative;
  }

  .menu-animation {
    margin-left: 0;
    top: 28px;
    left: 40px;
  }

  .overlay {
    max-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-bg {
    width: 500px;
    transition: all .2s;
    box-shadow: 0 0 40px -20px #00000082;
  }

  .menu-links {
    margin-left: 0;
    transition: color .2s;
    display: flex;
  }

  .menu-overlay-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 80px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .family-image {
    margin-bottom: 20px;
  }

  .scroll-track {
    margin-top: -105px;
    top: 50%;
  }

  .slides {
    object-fit: fill;
    display: block;
    overflow: auto;
  }

  .image-philosophy-container {
    background-color: #0000;
    height: 100%;
    margin: 0;
    padding: 40px;
  }

  .image-32 {
    background-color: var(--light-gray);
    object-fit: contain;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    padding: 60px;
  }

  .video-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .video-image {
    height: 269px;
    position: relative;
  }

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

  .link-block {
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .features-block-two-2 {
    align-items: center;
  }

  .website-left {
    color: #fff;
  }

  .websites-step-2 {
    justify-content: space-between;
  }

  .books {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .book-image {
    background-color: #fff;
    width: 100%;
    height: 422px;
    margin-bottom: 20px;
  }

  .book-information {
    width: 100%;
  }

  .testimonial-image-four {
    object-fit: contain;
  }

  .testimonial-slider-right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-card {
    background-color: #0000;
    padding: 0;
  }

  .testimonial-slider {
    width: 100%;
    max-width: 100%;
  }

  .book-slide-wrapper {
    max-width: 300px;
  }

  .overlay-bg {
    width: 100%;
    transition: all .2s;
    box-shadow: 0 0 40px -20px #00000082;
  }

  .menu-close {
    margin-left: 0;
    top: 28px;
    left: 40px;
  }

  .beliefs-image {
    width: 580px;
    max-width: 580px;
    height: 580px;
  }

  .slider {
    margin-top: auto;
    padding-top: 60px;
  }

  .right-arrow {
    background-color: var(--primary);
  }

  .image-358, .image-358.arrow-left-image {
    opacity: 1;
    filter: invert();
  }

  .left-arrow {
    background-color: var(--primary);
  }

  .webflow-slide-wrapper {
    text-align: right;
  }

  .slider-mobile {
    margin-top: auto;
    padding-top: 60px;
  }

  .step-number {
    text-transform: capitalize;
    font-family: DM Serif Display, sans-serif;
    font-weight: 500;
  }

  .step-title {
    text-transform: none;
  }

  .step-container {
    width: auto;
    max-width: 132px;
  }

  .step-container.step-1 {
    z-index: 4;
  }

  .p3-2 {
    color: #0c284f;
  }

  .more-resources {
    background-color: #0c284f;
    padding: 100px 33px 80px;
  }

  .div-block-19.loader.hidden {
    padding-bottom: 20px;
  }

  .white-2 {
    color: #fff;
  }

  .container-5 {
    max-width: 1200px;
  }

  .box-shadow {
    transform: none;
  }

  .box-shadow.rootated-card {
    transform: rotate(1.7deg);
  }

  .hero-thank-you-left {
    align-items: flex-start;
  }

  .image-365, .image-365.arrow-left-image {
    opacity: 1;
    filter: invert();
  }

  .family.info-kit {
    object-fit: cover;
    width: 100%;
  }

  .family.info-kit.info-kit-top.northwest-indianapolis {
    height: 536px;
  }

  .family-image-2 {
    margin-bottom: 20px;
  }

  .right-arrow-2 {
    background-color: #0c284f;
  }

  .buckhead-image {
    margin-bottom: 20px;
  }

  .slider-4 {
    margin-top: auto;
    padding-top: 60px;
  }

  .hero-wrapper-with-video-horizontal-2.charleston {
    align-items: flex-start;
  }

  .left-arrow-2 {
    background-color: #0c284f;
  }
}

@media screen and (max-width: 991px) {
  ul {
    text-align: left;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4 {
    order: 0;
  }

  .cap-regular {
    text-align: left;
  }

  .dots-slideshow {
    top: -19px;
  }

  .container {
    max-width: 728px;
  }

  .hero-video-play {
    justify-content: center;
  }

  .hero-wrapper-with-video {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-right-video {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-left-video {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .endorsement-link {
    justify-content: center;
    width: 100%;
  }

  .endorsement-person {
    left: 0;
  }

  .list {
    margin-bottom: 0;
  }

  .features-block-two-3 {
    align-items: flex-start;
  }

  .features-block-two-3.list-number-2 {
    margin-bottom: 0;
  }

  .commitment-width {
    flex-flow: column wrap;
    width: 100%;
  }

  .image-7 {
    object-position: 50% 50%;
  }

  .image-7.position-middle-top-image {
    object-position: 50% 20%;
  }

  .image-7.position-top-image {
    object-position: 50% 0%;
    position: static;
  }

  .arrows-2 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    right: auto;
  }

  .commitment-container-2.white-bg {
    width: 100%;
  }

  .image-5.box-shadow {
    width: 400px;
    height: 300px;
    display: none;
    top: 54px;
    overflow: visible;
  }

  .image-2.box-shadow {
    width: 300px;
    height: 200px;
    display: none;
    position: static;
    bottom: 71px;
    overflow: visible;
  }

  .commitment-last {
    flex-direction: column;
    width: 50%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .commitment-text {
    width: 100%;
    margin-left: 0;
  }

  .commitment-images {
    margin-left: 0;
    display: flex;
    position: static;
  }

  .commitment-first {
    flex-direction: column;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .image-1.box-shadow {
    width: 100%;
    height: 400px;
    margin-top: auto;
    position: static;
    bottom: 149px;
    left: -222px;
  }

  .commitment-set {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-8.box-shadow {
    object-fit: cover;
    width: 100%;
    height: 400px;
    margin-top: 0;
    position: static;
    bottom: 161px;
    left: -95px;
  }

  .squiggle {
    z-index: -2;
    margin-top: 0;
  }

  .grid {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-wrapper {
    flex-direction: column;
  }

  .testimonial-details {
    text-align: center;
    width: 100%;
    padding: 20px;
  }

  .testimonial-parent-image {
    height: 500px;
  }

  .testimonial-image {
    justify-content: center;
    width: 100%;
    padding: 20px;
  }

  .link-style {
    margin-bottom: 0;
  }

  .footer-navigation {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .social-networks {
    justify-content: center;
    align-items: center;
  }

  .interaction-video-1 {
    padding: 30px;
  }

  .image-mastery {
    object-position: 50% 0%;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin-top: 0;
    display: block;
    position: static;
  }

  .commitment-to-us-container {
    max-width: 728px;
    margin-right: 0;
  }

  .bullet-wrapper {
    flex-direction: column;
  }

  .commitments {
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .list-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .a-day-in-the-life.play-video {
    height: 75vw;
  }

  .a-day-in-the-life-video {
    padding: 30px;
  }

  .courage-to-grow-image {
    height: 500px;
  }

  .accreditations-badges {
    align-items: center;
    width: 100%;
  }

  .accreditations-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .badges-wrapper.badges-press {
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .children-pictures {
    grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr);
    grid-auto-columns: minmax(260px, 1fr);
  }

  .image-kid {
    object-fit: cover;
    width: 100%;
    height: 320px;
  }

  .menu-animation {
    left: 20px;
  }

  .menu-bg {
    display: block;
  }

  .family-image {
    height: auto;
  }

  .philosophy-slide-right, .image-philosophy-container {
    padding: 20px;
  }

  .learn-to-learn-slider.verticalslider {
    display: none;
  }

  .bussiness-fair-left {
    text-align: center;
    width: 100%;
    padding: 20px;
  }

  .business-fair-right {
    width: 100%;
    padding: 20px;
  }

  .interaction-video-business-fair {
    padding: 30px;
  }

  .mesauring-mastery {
    background-color: #ffffff08;
    flex-direction: column;
    margin-left: 0;
    padding: 100px 50px;
  }

  .studio-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }

  .studio-left {
    text-align: left;
    align-items: center;
    width: 100%;
  }

  .studio-right {
    width: 100%;
  }

  .studio-image {
    margin-bottom: 32px;
  }

  .get-started-left {
    width: 35%;
  }

  .get-started-right {
    width: 65%;
  }

  .video-grid {
    grid-column-gap: 24px;
  }

  .websites-right {
    width: 100%;
  }

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

  .website-left.white {
    max-width: 100%;
  }

  .websites-step-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .websites-list {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-slider-right {
    right: 0;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .apply-hero {
    padding-bottom: 40px;
  }

  .studio-home-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .family-image-wrapper {
    text-align: center;
  }

  .about-hero-right {
    width: 100%;
  }

  .about-hero-left {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .apply-wrapper-two-columns {
    flex-direction: column;
  }

  .apply-hero-left {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .apply-hero-right {
    width: 100%;
  }

  .overlay-bg {
    display: block;
  }

  .menu-close {
    left: 20px;
  }

  .courage-to-grow-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .courage-image {
    justify-content: center;
    width: 100%;
    padding: 20px;
  }

  .courage-details {
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .apply-image-wrapper {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .measuring-mastery-text {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .hero-wrapper-with-video-horizontal {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-left-video-horizontal {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-right-video-horizontal {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .daily-schedule {
    flex-direction: column;
    margin-left: 0;
    padding: 100px 50px;
  }

  .daily-schedule-text {
    justify-content: center;
    width: 100%;
  }

  .our-promises, .our-beliefs {
    flex-direction: column;
    margin-left: 0;
    padding: 100px 50px;
  }

  .our-beliefs-text {
    justify-content: center;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .beliefs-image {
    object-position: 50% 50%;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin-top: 0;
    display: block;
    position: static;
  }

  .slider {
    display: none;
  }

  .webflow-slide-wrapper {
    overflow: visible;
  }

  .webflow-slide-image {
    min-height: 500px;
    max-height: 600px;
    overflow: hidden;
  }

  .slider-mobile {
    border-top: 1px solid #d9d9d9;
    margin-bottom: 40px;
    display: block;
  }

  .slide-6, .slide-7, .slide-9 {
    height: 100%;
  }

  .step-container {
    min-width: 153px;
    margin-right: 0;
  }

  .step-container.inactive {
    grid-column-gap: 20px;
  }

  .step-tracker {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

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

  .h3-2 {
    line-height: 120%;
  }

  .more-resources {
    padding: 50px 50px 0;
  }

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

  .html-embed {
    height: 24px;
  }

  .html-embed.rounded-bottom.color-secondary {
    height: 22px;
  }

  .thank-you-left {
    align-items: center;
    max-width: 100%;
  }

  .hero-thank-you-left {
    align-items: center;
  }

  .thank-you-right {
    display: none;
  }

  .influencers-badges {
    align-items: center;
    width: 100%;
  }

  .step-arrow {
    width: 74px;
    margin-top: 0;
    margin-left: -37px;
    margin-right: 0;
    inset: auto 50% -66px;
    transform: rotate(90deg);
  }

  .audition-steps {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .cap-regular-2 {
    text-align: left;
  }

  .download-free-info-kit-2.form-wrapper {
    margin-bottom: 40px;
    position: static;
  }

  .accreditation-badge-2 {
    object-fit: contain;
  }

  .testimonial-image-2 {
    justify-content: center;
    width: 100%;
    padding: 20px 20px 20px 0;
  }

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

  .testimonial-wrapper-2 {
    flex-direction: column;
  }

  .family.bottom {
    order: 1;
  }

  .family.info-kit {
    object-position: 50% 20%;
    width: 50%;
  }

  .family.info-kit.info-kit-top {
    display: none;
  }

  .family.info-kit.infokit-bottom {
    border-radius: 12px;
    width: 100%;
    margin-top: 40px;
    display: block;
  }

  .studio-right-2 {
    width: 100%;
    position: static;
  }

  .interaction-video-2 {
    padding: 30px;
  }

  .family-image-2 {
    height: auto;
  }

  .testimonial-details-2 {
    text-align: center;
    width: 100%;
    padding: 20px;
  }

  .landing-page-left {
    width: 100%;
    position: static;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-split-left-video-horizontal-2 {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-left-video-horizontal-2.left.disruptive-education {
    order: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .studio-left-2 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .buckhead-image {
    height: auto;
  }

  .slider-4 {
    display: none;
  }

  .apply-image-wrapper-2 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    position: static;
  }

  .p3-3.info-kit-paragraph-top {
    display: none;
  }

  .p3-3.margin-top-24px {
    margin-top: 24px;
  }

  .p3-3.margin-top-24px.info-kit-paragraph {
    display: block;
  }

  .hero-split-right-video-horizontal-2 {
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-bottom: 0;
    position: static;
  }

  .hero-wrapper-with-video-horizontal-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-wrapper-with-video-horizontal-2.charleston {
    margin-bottom: 0;
  }

  .logo-and-title-vertical {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .studio-home-wrapper-2 {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 40px;
    position: static;
  }

  .studio-home-wrapper-2.reverse {
    flex-direction: column-reverse;
    position: static;
  }

  .endorsement-link-4 {
    justify-content: center;
    width: 100%;
  }

  .endorsement-person-3 {
    left: 0;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .get-in-touch-header {
    padding: 12px 20px;
  }

  .get-in-touch-pop {
    right: 20px;
  }

  .div-block-22 {
    text-align: left;
  }

  .get-in-touch-form {
    grid-column-gap: 20px;
    background-color: #164b85;
    flex-direction: row;
    padding: 22px 20px 12px;
  }

  .cap-regular-3 {
    text-align: left;
  }

  .form-input-wrapper-3 {
    margin-bottom: 0;
  }

  .div-block-26 {
    text-align: left;
  }

  .get-in-touch-form-2 {
    grid-column-gap: 20px;
    flex-direction: row;
    padding: 22px 20px 12px;
  }

  .cap-regular-4 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    margin-right: auto;
    padding-left: 0;
  }

  .navbar-brand.w--current {
    margin-right: auto;
  }

  .navbar-wrapper {
    flex-direction: row-reverse;
  }

  .logo {
    width: auto;
    height: 54px;
    margin-bottom: 0;
    margin-right: auto;
    position: relative;
  }

  .p3-regular.faq-answer {
    margin-left: 20px;
    padding-left: 20px;
  }

  .hero {
    padding: 60px 20px;
  }

  .commitment-last {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-left-2 {
    left: 40px;
    right: auto;
  }

  .commitment-first {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-1.box-shadow {
    height: 300px;
  }

  .commitment-set {
    padding-top: 20px;
  }

  .image-8.box-shadow {
    height: 300px;
  }

  .hands-sticker {
    bottom: -192px;
  }

  .motto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding: 50px 20px;
  }

  .learning-design-wrapper {
    flex-direction: column;
  }

  .grid {
    grid-column-gap: 14px;
  }

  .testimonial {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-details, .testimonial-image {
    padding-left: 0;
    padding-right: 0;
  }

  .pre-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .pre-footer-card {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-navigation {
    grid-row-gap: 17px;
    flex-direction: column;
    align-items: center;
  }

  .hidden-on-mobile {
    display: none;
  }

  .social-networks {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .commitments {
    align-items: center;
  }

  .learning-design-pictures, .courage-to-grow, .accreditations {
    padding-left: 20px;
    padding-right: 20px;
  }

  .badges-wrapper.badges-press {
    justify-items: center;
  }

  .menu-animation {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    position: fixed;
    inset: 30px 20px auto auto;
  }

  .overlay {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
  }

  .menu-bg {
    display: block;
  }

  .our-team, .about-quote, .learning-design-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-track {
    transform: rotate(0);
  }

  .slides {
    z-index: 0;
    height: 60vh;
  }

  .slide {
    height: 60vh;
  }

  ._21st-century-learning {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._21st-century-learning-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._21st-left, ._21st-right {
    width: 100%;
  }

  .image-philosophy-container {
    padding: 0;
  }

  .image-32 {
    border-radius: 0;
  }

  .learn-to-learn-slider.verticalslider {
    padding: 0;
  }

  .business-fair {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bussiness-fair-left, .business-fair-right {
    padding-left: 0;
    padding-right: 0;
  }

  .mesauring-mastery {
    padding: 50px 20px;
  }

  .our-studios-hero, .faqs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .studio-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .get-started {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-grid {
    flex-direction: column;
    display: flex;
  }

  .websites-section {
    padding: 60px 15px;
  }

  .websites-list {
    width: 100%;
  }

  .websites-2, .websites-2.background-white {
    padding: 50px 20px;
  }

  .video-title-2 {
    margin-bottom: 0;
  }

  .books {
    padding: 50px 20px;
  }

  .book-image {
    height: auto;
    max-height: 100%;
  }

  .book-information {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    margin-top: 10px;
    display: block;
  }

  .testimonial-image-four {
    height: auto;
  }

  .mask {
    padding-left: 0;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-card {
    margin: 0;
  }

  .testimonial-slider {
    margin-bottom: 32px;
  }

  .books-title {
    padding-left: 0;
    padding-right: 0;
  }

  .book-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .studios, .apply-hero, .home-studios-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlay-bg {
    display: block;
  }

  .menu-close {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    inset: 30px 20px auto auto;
  }

  .video-title-3 {
    margin-bottom: 0;
  }

  .courage-image, .courage-details, .measuring-mastery-text {
    padding-left: 0;
    padding-right: 0;
  }

  .our-mission {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-day-in-the-life {
    padding: 60px 20px;
  }

  .daily-schedule {
    padding: 50px 20px;
  }

  .daily-schedule-text {
    padding-left: 0;
    padding-right: 0;
  }

  .our-promises, .our-beliefs {
    padding: 50px 20px;
  }

  .our-beliefs-text {
    padding-left: 0;
    padding-right: 0;
  }

  .step-title {
    text-align: left;
    min-width: 108px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .step-container {
    grid-column-gap: 23px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .step-container.active-movement {
    z-index: 5;
    width: 100%;
  }

  .step-container.inactive.step-4, .step-container.step-1 {
    width: 100%;
  }

  .step-tracker {
    flex-flow: column wrap;
    width: 100%;
    margin-bottom: 40px;
  }

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

  .form-block-wrapper {
    grid-row-gap: 20px;
  }

  .h3-2 {
    text-align: center;
    font-size: 50px;
  }

  .more-resources {
    padding: 50px 20px;
  }

  .coming-soon-section, .audition-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed, .html-embed.rounded-bottom.color-secondary {
    height: 16px;
  }

  .image-15 {
    width: auto;
    height: 54px;
    margin-bottom: 20px;
  }

  .thank-you-left {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-thank-you-left {
    padding-bottom: 0;
  }

  .thank-you {
    padding: 0;
  }

  .name-inputs-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .audition-process {
    padding: 50px 20px;
  }

  .section-3 {
    padding-top: 0;
  }

  .download-free-info-kit-2.form-wrapper {
    padding: 20px;
  }

  .testimonial-image-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .input-10 {
    font-size: 16px;
  }

  .form-inputs-wrapper-4 {
    grid-row-gap: 0px;
  }

  .hero-day-in-the-life-2 {
    padding: 20px 20px 60px;
  }

  .testimonial-wrapper-2 {
    width: 100%;
  }

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

  .studio-right-2 {
    position: static;
  }

  .grid-10 {
    grid-template-columns: 1.25fr;
  }

  .testimonial-details-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .landing-page-left {
    position: relative;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h6-2 {
    font-size: 27px;
  }

  .textarea {
    font-size: 16px;
  }

  .studios-info-kit {
    padding: 60px 15px;
  }

  .accreditations-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-wrapper-2 {
    grid-row-gap: 20px;
  }

  .studio-home-wrapper-2 {
    position: static;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding: 40px 24px;
  }

  .get-in-touch-pop {
    max-width: 100%;
    left: 20px;
  }

  .get-in-touch-tab {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 20px;
  }

  .form-block-wrapper-3 {
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand {
    margin-right: auto;
  }

  .logo {
    margin-bottom: 0;
    margin-right: auto;
  }

  .h3 {
    font-size: 44px;
  }

  .h4 {
    font-size: 42px;
  }

  .h5 {
    font-size: 36px;
  }

  .h6 {
    font-size: 24px;
  }

  .h7.white {
    font-size: 21px;
  }

  .cap-regular.center-on-mobile {
    text-align: center;
  }

  .button-secondary.button-with-icon {
    justify-content: center;
    align-items: center;
  }

  .container-big.text-align-left {
    text-align: left;
  }

  .dots-slideshow {
    right: 0;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper-with-video {
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    width: 100%;
    margin-bottom: 0;
  }

  .hero {
    padding-top: 20px;
  }

  .endorsement-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .endorsement-text {
    text-align: center;
  }

  .endorsement-person {
    position: static;
  }

  .list {
    margin-bottom: 20px;
  }

  .features-block-two-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .founder-details {
    text-align: left;
  }

  .commitment-container-2 {
    height: 879px;
  }

  .commitment-container-2.white-bg {
    height: auto;
  }

  .image-2.box-shadow {
    left: -435px;
  }

  .commitment-last {
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .commitment-text {
    justify-content: space-between;
    width: 100%;
  }

  .commitment-images {
    display: flex;
  }

  .commitment-first {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-1.box-shadow {
    margin-top: auto;
  }

  .commitment-set {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-8.box-shadow {
    margin-top: auto;
  }

  .squiggle {
    z-index: -2;
    display: none;
  }

  .heros-journey-sticker {
    display: none;
    top: -19%;
  }

  .hands-sticker {
    display: none;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .testimonial-parent-image {
    height: 400px;
    transform: none;
  }

  .footer-navigation {
    text-align: center;
    align-items: center;
    margin-top: 40px;
  }

  .social-networks {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .interaction-video-1 {
    padding: 9px;
  }

  .play-showed {
    opacity: 1;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    right: 0%;
  }

  .play-showed.play-small {
    margin-top: -40px;
    margin-left: auto;
  }

  .commitment-to-us-container {
    max-width: none;
  }

  .bullet-wrapper {
    margin-bottom: 20px;
  }

  .a-day-in-the-life.play-video {
    height: 150vw;
  }

  .a-day-in-the-life-video {
    padding: 9px;
  }

  .accreditations-wrapper {
    flex-direction: column;
  }

  .badges-wrapper.badges-press {
    grid-template-columns: 1fr 1fr;
  }

  .menu-animation {
    top: 30px;
  }

  .overlay {
    flex-flow: column;
    place-content: flex-start center;
    align-items: stretch;
    height: 100vh;
    inset: 0% auto;
  }

  .overlay.hidden {
    display: none;
  }

  .menu-links {
    margin-left: 20px;
    margin-right: 0;
    left: auto;
  }

  .menu-overlay-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-team {
    padding-top: 20px;
  }

  .family-image {
    height: 260px;
  }

  .slides {
    height: 100vh;
  }

  .slide {
    flex-direction: column;
    height: 100vh;
  }

  .philosophy-slide-left, .philosophy-slide-right {
    width: 100%;
  }

  .learning-quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .interaction-video-business-fair {
    padding: 9px;
  }

  .mesauring-mastery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-studios-hero, .studio-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .get-started {
    padding-top: 40px;
  }

  .get-started-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .get-started-left {
    width: 100%;
    padding-right: 0;
  }

  .get-started-right {
    width: 100%;
    padding-left: 0;
  }

  .image-34 {
    width: 100px;
    height: 100px;
  }

  .p2-4 {
    font-size: 18px;
    line-height: 31px;
  }

  .video-image {
    height: 180px;
  }

  .get-inspired {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-block-two-2 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .website-left.white {
    padding-right: 0;
  }

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

  .websites-step-2 {
    padding-left: 0;
  }

  .websites-list {
    margin-bottom: -30px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .book-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .apply-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .family-image-wrapper {
    padding-top: 0;
  }

  .team-member-description {
    text-align: center;
  }

  .team-member-two-columns {
    flex-direction: column;
    align-items: center;
  }

  .menu-close {
    top: 30px;
  }

  .courage-to-grow-wrapper {
    width: 100%;
  }

  .apply-image-wrapper {
    padding-top: 0;
  }

  .measuring-mastery-text {
    height: auto;
  }

  .div-block-15 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .hero-day-in-the-life {
    padding-top: 20px;
  }

  .hero-wrapper-with-video-horizontal {
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

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

  .daily-schedule-text {
    height: auto;
  }

  .our-promises, .our-beliefs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-beliefs-text {
    height: auto;
  }

  .dots-apply {
    right: 0;
  }

  .slider {
    display: none;
  }

  .slide-2, .slide-3, .slide-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .right-arrow {
    top: 50%;
  }

  .left-arrow {
    inset: 50% auto 0 0;
  }

  .slider-mobile {
    display: flex;
  }

  .step-container.inactive.step-3 {
    z-index: 2;
  }

  .step-container.inactive.step-4 {
    width: 100%;
    margin-bottom: 0;
  }

  .step-container.step-1 {
    width: 100%;
  }

  .step-tracker {
    margin-bottom: 32px;
  }

  .h3-2 {
    font-size: 40px;
  }

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

  .coming-soon-section, .audition-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .name-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .html-embed {
    height: 12px;
  }

  .html-embed.rounded-bottom.color-secondary {
    height: 14px;
  }

  .image-15 {
    margin-bottom: 0;
  }

  .thank-you-left {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .thank-you {
    padding-top: 0;
  }

  .name-inputs-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .h7-4 {
    text-align: center;
  }

  .audition-process {
    padding-left: 20px;
    padding-right: 20px;
  }

  .audition-steps {
    grid-template-columns: 1fr;
  }

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

  .name-inputs-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .cap-regular-2.center-on-mobile {
    text-align: center;
  }

  .download-free-info-kit-2.form-wrapper {
    padding: 20px;
  }

  .hero-day-in-the-life-2 {
    padding: 20px 0;
  }

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

  .family.bottom {
    width: 80%;
  }

  .family.info-kit.infokit-bottom {
    width: 95%;
  }

  .interaction-video-2 {
    padding: 9px;
  }

  .family-image-2 {
    height: 260px;
  }

  .dots-apply-2 {
    right: 0;
  }

  .right-arrow-2 {
    top: 50%;
  }

  .footer-small {
    text-align: center;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .h6-2 {
    width: 100%;
    font-size: 22px;
  }

  .div-block-25 {
    grid-template-rows: auto;
    margin-bottom: 10px;
  }

  .hero-split-left-video-horizontal-2.left {
    text-align: center;
  }

  .buckhead-image {
    height: 260px;
  }

  .slider-4 {
    display: none;
  }

  .apply-image-wrapper-2 {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }

  .h5-3 {
    font-size: 36px;
  }

  .hero-split-right-video-horizontal-2 {
    padding: 10px;
  }

  .hero-wrapper-with-video-horizontal-2 {
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    width: 100%;
    margin-bottom: 0;
  }

  .hero-wrapper-with-video-horizontal-2.charleston {
    padding-top: 0;
  }

  .logo-and-title-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .left-arrow-2 {
    inset: 50% auto 0 0;
  }

  .influencers-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .endorsement-link-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .endorsement-person-3 {
    position: static;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default {
    font-size: 14px;
    line-height: 170%;
  }

  .brix---accordion-item-wrapper-v7 {
    padding: 20px 10px;
  }

  .brix---grid-1-column-gap-row-24px {
    grid-row-gap: 10px;
  }

  .popup-avatar, .popup-avatar-2 {
    display: none;
  }
}

#w-node-_10209b09-acbc-457b-0662-4d5729177031-51ba019e, #w-node-fe081909-af4e-8458-4c5e-12f50f91d373-51ba019e, #w-node-_20b7a957-f3a2-5522-8f2c-30b73a743b82-51ba019e, #w-node-_04a06bfc-7990-dd7c-fbb6-7f38744fa1d8-51ba019e, #w-node-_579fe444-7772-576d-fe41-0c6243d4626d-51ba019e, #w-node-_58d93aab-971e-77e7-2c1d-b53fcd3caa95-5eba01a0, #w-node-_71d5f44e-a2a8-aa44-1942-1c49ef247550-5eba01a0, #w-node-e29c63ce-9602-ee95-a482-d48fc04d1ee9-a3ba01a7, #w-node-e29c63ce-9602-ee95-a482-d48fc04d1ef1-a3ba01a7, #w-node-e29c63ce-9602-ee95-a482-d48fc04d1ef9-a3ba01a7, #w-node-a0c46288-1ab6-0003-8eb8-85a379a97c9c-b7ba01ad, #w-node-a0c46288-1ab6-0003-8eb8-85a379a97c9d-b7ba01ad, #w-node-a0c46288-1ab6-0003-8eb8-85a379a97c9e-b7ba01ad, #w-node-bcdee811-7cf9-9cc2-19c9-b9c2c30f623a-b7ba01ad, #w-node-cbfd235f-a10c-78a2-c068-859bafa701ae-b7ba01ad, #w-node-_1725e83a-c175-105b-1651-9156826e046b-b7ba01ad, #w-node-e37d1efa-a095-59d7-22c9-b2ee79f4634a-b7ba01ad, #w-node-a0c46288-1ab6-0003-8eb8-85a379a97c9f-b7ba01ad, #w-node-_063e8e7b-78f3-85c4-9e25-c0f431bd91ac-b7ba01ad, #w-node-fffcc919-7ee3-b4cd-254b-2e25dcf839ed-7ed7c9bd, #w-node-fffcc919-7ee3-b4cd-254b-2e25dcf839f5-7ed7c9bd, #w-node-fffcc919-7ee3-b4cd-254b-2e25dcf839fd-7ed7c9bd, #w-node-fffcc919-7ee3-b4cd-254b-2e25dcf83a05-7ed7c9bd, #w-node-b897ca8f-e45b-315a-7d74-57051c562725-601199a0, #w-node-b897ca8f-e45b-315a-7d74-57051c562726-601199a0, #w-node-b897ca8f-e45b-315a-7d74-57051c56272a-601199a0, #w-node-b897ca8f-e45b-315a-7d74-57051c56272e-601199a0, #w-node-b897ca8f-e45b-315a-7d74-57051c562732-601199a0, #w-node-b897ca8f-e45b-315a-7d74-57051c56273f-601199a0, #w-node-b897ca8f-e45b-315a-7d74-57051c562748-601199a0, #w-node-b897ca8f-e45b-315a-7d74-57051c562750-601199a0, #w-node-b897ca8f-e45b-315a-7d74-57051c562758-601199a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


