:root {
  --primary-color: #333;
  --whitesmoke: whitesmoke;
  --color: #99a58a;
  --color-2: #516250;
  --black: black;
  --beige: #e0d7c6;
  --red: #c10216;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--500: #a0a3bd;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--secondary--color-1: #281ca5;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 1.5rem;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  line-height: 1.75;
}

a {
  text-decoration: underline;
}

.page-wrapper {
  color: var(--primary-color);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 400;
}

.logo {
  z-index: 1;
  color: var(--whitesmoke);
  letter-spacing: 3px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3rem;
  text-decoration: none;
  position: relative;
}

.logo.w--current {
  border: 2px none var(--color);
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.menu-line-btm, .menu-line-top {
  background-color: #fff;
  width: 1rem;
  height: 1px;
}

.flex-c {
  display: flex;
  position: relative;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-whipe {
  background-color: var(--primary-color);
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-links {
  grid-column-gap: 1.25rem;
  margin-right: -2.6rem;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
}

.italic-link {
  z-index: 1;
  text-transform: none;
  font-size: 1rem;
  font-weight: 200;
  position: relative;
}

.menu-parent {
  grid-row-gap: 4px;
  cursor: pointer;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
}

.btn-parent {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  padding-top: 1px;
  padding-left: .9rem;
  padding-right: .9rem;
  font-size: .8rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.btn-parent.pull {
  margin-right: -1px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.border-line-text {
  z-index: 1;
  background-color: var(--color);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.menu-line-mid {
  background-color: #fff;
  width: 1rem;
  height: 1px;
}

.nav-bar {
  z-index: 999;
  background-color: var(--color-2);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.4rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.text-white {
  color: #fff;
}

.spacer-x-small {
  width: 100%;
  padding-bottom: .6rem;
}

.menu-overlay {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #161616cc;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

@media screen and (min-width: 992px) {
  .nav-links {
    background-color: transparent !important;
    flex-direction: row !important;
    align-items: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin-right: -2.6rem;
    padding: 0 !important;
    display: flex !important;
    position: static !important;
    inset: auto !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .menu-parent,
  .menu-overlay {
    display: none !important;
  }
}

.main-wrapper {
  font-family: Georgia, Times, Times New Roman, serif;
  overflow: clip;
}

.hero_section {
  height: 100vh;
  color: var(--whitesmoke);
  position: relative;
}

.padding-global {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-global.hero-vertical-padding {
  padding-top: 14rem;
  padding-bottom: 6rem;
}

.padding-global.hero-vertical-padding.custom-top-padding {
  padding-top: 6rem;
}

.padding-global.hero-vertical-padding.is-small {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global.hero-vertical-padding.xsmall-bottom_padding {
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.padding-global.vertical-padding-normal {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-global.vertical-padding-normal.hidden {
  display: none;
}

.padding-global.padding-section-large {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global.padding-section-large.hidden {
  display: none;
}

.container-regular {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-regular.space_bottom {
  max-width: 100%;
  margin-bottom: 40px;
}

.hero-vertical-padding {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.hero_content {
  text-align: center;
}

.custom-hero_paragraph {
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

.custom-hero_paragraph.medium-width {
  max-width: 70%;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.custom-hero_paragraph.medium-width.auto-spacing {
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
}

.custom-h1 {
  letter-spacing: -.02em;
  max-width: 19ch;
  margin-bottom: 7rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

.outline-button {
  border: 1px solid var(--color);
  min-width: 12rem;
  color: var(--primary-color);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-family: Merriweather, serif;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .425s;
  display: flex;
}

.outline-button:hover {
  border-color: var(--color-2);
  background-color: var(--color);
  color: var(--black);
}

.outline-button.hero {
  color: var(--whitesmoke);
  background-color: #516250;
  font-weight: 500;
}

.outline-button.hero:hover {
  border-color: var(--whitesmoke);
  background-color: var(--color);
  color: var(--black);
}

.outline-button.dark {
  border-color: var(--primary-color);
  background-color: var(--color-2);
  color: var(--beige);
}

.outline-button.dark:hover {
  background-color: var(--primary-color);
  color: var(--whitesmoke);
}

.outline-button.dark.alternate {
  color: var(--whitesmoke);
  font-weight: 500;
}

.outline-button.dark.alternate:hover {
  color: var(--whitesmoke);
}

.outline-button.red-outline {
  border-color: var(--red);
}

.outline-button.red-outline:hover {
  border-color: var(--color-2);
}

.outline-button.custom-white {
  border-color: var(--whitesmoke);
  color: var(--whitesmoke);
}

.hero_button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.vertical-padding-normal {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.right-column_content {
  width: 40%;
}

.intro_content {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: space-between;
  display: flex;
}

.left-column_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  width: 55%;
  padding-top: 34px;
  display: flex;
}

.hero-background_video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
}

.intro-image1 {
  background-image: url('../images/slivertree-cottonbro-4881619.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 31.25rem;
}

.medium-spacer {
  height: 5rem;
}

.intro-image-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
}

.intro-image2 {
  background-image: url('../images/slivertree-divinetechygirl-1181472.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
  max-height: 15rem;
}

.intro-image3 {
  background-image: url('../images/slivertree-divinetechygirl-1181263.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
  max-height: 15rem;
}

.small-spacer {
  height: 2rem;
}

.button-wrapper {
  padding-top: 3rem;
  display: flex;
}

.program-content {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: space-between;
  display: flex;
}

.grid-style {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.prog-column {
  flex-flow: column;
  width: 30%;
  height: auto;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.column-image {
  height: 14rem;
  overflow: clip;
}

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

.column-content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
}

.column-content.beige-bg, .cta_section {
  background-color: var(--color);
}

.cta-content {
  color: var(--whitesmoke);
  text-align: center;
}

.cta-content.flex {
  display: flex;
}

.cta-paragraph {
  text-align: left;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2rem;
}

.custom-title2 {
  color: var(--whitesmoke);
  text-align: left;
  background-image: url('../images/Path-2.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 23rem;
  font-family: Merriweather, serif;
}

.custom-title2.text-color-primary {
  font-size: 2.5rem;
}

.cta-paragraph-wrapper {
  padding-top: 2rem;
}

.cta-button_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
}

.footer-light {
  background-color: var(--color-2);
  color: var(--whitesmoke);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--whitesmoke);
  margin-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: none;
  transition: all .4s;
}

.footer-link-two:hover {
  color: var(--color);
}

.footer-link-two.w--current {
  font-family: Georgia, Times, Times New Roman, serif;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: var(--color);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: var(--color);
  background-position: 80%;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--whitesmoke);
  font-family: Georgia, Times, Times New Roman, serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-block-two.hidden {
  display: none;
}

.footer-social-link {
  margin-left: 12px;
}

.about-hero_section {
  height: auto;
  color: var(--whitesmoke);
  background-image: linear-gradient(#00000080, #00000080), url('../images/brooke-cagle-g1Kr4Ozfoac-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.about-hero_section.section-hide {
  display: none;
}

.column {
  width: 50%;
}

.column.bottom-padding-small {
  padding-bottom: 4rem;
}

.image-bg {
  background-color: #c4c4c4;
  height: 100%;
  position: relative;
}

.image-bg.support {
  background-image: url('../images/slivertree-rethaferguson-3810795.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-bg.vision {
  background-image: url('../images/priscilla-du-preez-XkKCui44iM0-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.image-bg.story {
  background-image: url('../images/slivertree-kampus-5940846.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom-padding-small {
  padding-bottom: 4rem;
}

.team-content {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: space-between;
  display: flex;
}

.custom-paragraph {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.custom-paragraph.custom-width {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.custom-paragraph.centre-align-text.no-padding {
  margin-bottom: 0;
  padding-bottom: 0;
}

.collection-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.team-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  color: var(--primary-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.team-item_title {
  min-height: auto;
  font-weight: 400;
}

.course-tile {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  line-height: 1;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.course_number {
  width: 100%;
  color: var(--color-2);
  text-shadow: 0 2px 7px #000000e3;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3rem;
}

.course_number.is-small {
  text-shadow: none;
  padding-top: .5rem;
  font-size: 1.75rem;
}

.curriculum-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.custom-title3 {
  max-width: none;
  line-height: 1;
}

.custom-title3.no-limit {
  max-width: none;
  font-size: 20px;
}

.custom-title3.no-limit.semi-bold {
  text-align: center;
  font-family: Merriweather, serif;
  font-style: normal;
  font-weight: 600;
}

.custom-paragraph-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}

.custom-paragraph-wrapper.cntre {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.custom-paragraph-wrapper.extra-space {
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.tiles-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 45%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-wrapper {
  background-image: url('../images/dylan-gillis-KdeqA3aTnBY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  width: 50%;
  height: 47rem;
  min-height: 100%;
}

.grid-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-block.custom {
  grid-template-columns: 1fr 1fr;
}

.grid-block.custom-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.small-title2 {
  color: var(--color-2);
  font-size: 2rem;
  font-weight: 600;
}

.block-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-img {
  width: 7rem;
}

.content-tile {
  width: 100%;
  padding: 2rem;
  line-height: 1.4;
  box-shadow: 0 2px 5px #0003;
}

.header-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-courses {
  height: auto;
  color: var(--whitesmoke);
  position: relative;
}

.contact-image-wrapper {
  background-image: url('../images/slivertree-cottonbro-4881619.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 37rem;
}

.contact-content {
  grid-column-gap: 2.9rem;
  grid-row-gap: 2.9rem;
  display: flex;
}

.form_wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.input-field_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.input-field_wrapper.centre {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.input-field {
  width: 48%;
  height: 3rem;
  color: var(--primary-color);
  background-color: #0000;
  border-radius: 0;
  flex: none;
  margin-bottom: 0;
  font-family: Merriweather, serif;
}

.input-field::placeholder {
  color: var(--primary-color);
}

.input-field.phone {
  max-width: 50%;
  color: var(--primary-color);
  border-radius: 0;
}

.input-field.icon {
  background-image: url('../images/icons8-dropdown-100.png');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  border-radius: 0;
}

.input-field.full-width {
  border-radius: 0;
  width: 100%;
  height: auto;
  min-height: 8rem;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  min-width: 80%;
  max-width: none;
  display: flex;
}

.textarea {
  min-height: 8rem;
  margin-bottom: 0;
}

.faqs-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.faq-answer-wrap {
  text-align: left;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.faqs-color-600 {
  color: var(--primary-color);
}

.faqs-color-600.top-padding-medium {
  padding-top: 2rem;
}

.faqs-spacer {
  min-height: 16px;
}

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

.faqs-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.faqs-color-nuetral {
  color: var(--primary-color);
}

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

.faqs---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.faqs-item-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  border-radius: .75rem;
  padding: 52px 32px;
  transition: transform .3s;
  display: flex;
}

.faqs-grid1 {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-col-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.brix---text-center {
  text-align: center;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.faqs-header {
  color: var(--black);
  margin-bottom: 48px;
}

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

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

.left-col-contact {
  color: var(--primary-color);
  text-align: left;
  padding-top: 100px;
}

.contact_hero-img {
  width: 100%;
}

.smoke-white-bg {
  background-color: #f1ecec40;
}

.member-image {
  mix-blend-mode: multiply;
  width: 12rem;
  height: 12rem;
}

.team_grid .member-image {
  height: 14rem;
  overflow: hidden;
  border-radius: 8px;
}

.member-image img {
  display: block;
}

.team_grid .member-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
}

.image-cover {
  height: 8rem;
  margin-bottom: .5rem;
  overflow: clip;
}

.custom-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.video_wrapper {
  background-image: url('../images/slivertree-olia-danilevich-4974912.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  width: 100%;
  height: 35rem;
  min-height: 100%;
}

.video_wrapper.thumbnail {
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.admisiions_hero {
  height: auto;
  color: var(--whitesmoke);
  background-image: url('../images/priscilla-du-preez-XkKCui44iM0-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: relative;
}

.check_list {
  text-align: left;
  width: 100%;
  margin-top: auto;
}

.date-timeline {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.submit-button {
  background-color: var(--color-2);
  height: 3rem;
  transition: all .4s;
}

.submit-button:hover {
  border: 1px solid var(--color-2);
  background-color: var(--color);
  color: var(--color-2);
}

.submit-button.custom {
  min-width: 15rem;
}

.custom-title-bg {
  color: var(--primary-color);
  background-image: url('../images/Path-3.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 15rem;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 2.5rem;
}

.custom-title-bg.nobg {
  background-image: none;
}

.team-image {
  mix-blend-mode: darken;
}

.enroll-img {
  width: 25rem;
}

.cta-right-col {
  flex: 1;
  position: relative;
}

.cta-left-col {
  padding-top: 3rem;
}

.vertical-padding-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.logo-text {
  font-size: 2rem;
}

.about-hero-button_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
}

.about-hero-button_wrap.hero {
  padding-top: 4rem;
}

.contact-title {
  margin-top: 0;
}

.con_extra-content-wrap {
  text-align: center;
}

.program_header, .title-wrapper-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper-flex.flex {
  justify-content: space-between;
}

.futer_courses {
  color: var(--primary-color);
  text-align: left;
  padding-top: 0;
}

.point-circle {
  border: 1px solid var(--color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.course-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-courses-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.future-courses-img {
  overflow: clip;
}

.faith-hero {
  height: auto;
  color: var(--whitesmoke);
  position: relative;
}

.faith-hero.hide {
  display: none;
}

.hero--image {
  height: 25rem;
  position: relative;
  overflow: clip;
}

.hero--image.admissions, .hero--image.about {
  height: 28rem;
}

.content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  display: grid;
}

.left-content {
  text-align: left;
}

.sub-title {
  text-align: left;
  font-size: 3rem;
  font-weight: 500;
}

.courses-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.icon-wrapper {
  border: 1px solid var(--color-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  padding: .5rem;
  display: flex;
}

.course-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  display: flex;
}

.h1-wrapper-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h1-wrapper-hero.blur {
  background-image: linear-gradient(#00000080, #00000080);
}

.h1-wrapper-hero.addmissions {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
}

.dark {
  color: var(--color-2);
}

.dark.white {
  color: var(--whitesmoke);
  line-height: 1;
}

.intro_header {
  text-align: center;
}

.course_img-icon {
  margin-bottom: .5rem;
}

.div-block-15 {
  padding-top: 4rem;
}

.right-info {
  text-align: left;
}

.partners-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: flex;
}

.partners-wrapper.add-padding-vertical {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.partner-block {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 10rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.text-link {
  color: var(--color-2);
  letter-spacing: .1em;
  margin-top: auto;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.course-icon {
  width: 1.5rem;
}

.xtra-icon-medium {
  width: 5rem;
}

.admissions_hero {
  height: auto;
  color: var(--whitesmoke);
  display: none;
  position: relative;
}

.hero-custom-para_wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  display: flex;
}

.bootcamp_hero, .about_hero {
  height: auto;
  color: var(--whitesmoke);
  display: none;
  position: relative;
}

.logo-image {
  height: 2.3rem;
}

.course-icons {
  width: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.dscipleship_hero {
  height: auto;
  color: var(--whitesmoke);
  background-image: linear-gradient(#0009, #0009), url('../images/slivertree-kampus-5940846.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
  position: relative;
}

.video-play {
  width: 8rem;
}

.partners {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.partners.hidden {
  display: none;
}

.partners-sec-image {
  width: 50%;
  height: 40%;
  position: sticky;
  top: 8rem;
}

.partners-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: flex;
}

.col {
  width: 100%;
  height: auto;
  color: var(--primary-color);
  flex-flow: column;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.col:hover {
  background-color: var(--beige);
}

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

.learn-more {
  font-weight: 500;
  transition: all .45s;
}

.learn-more:hover {
  color: var(--color);
}

.careers-hero {
  height: auto;
  color: var(--whitesmoke);
  background-image: linear-gradient(#0009, #0009), url('../images/slivertree-rethaferguson-3810795.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
  position: relative;
}

.form_container {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.cutom-font_normal {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 500;
}

.medium_text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.form-flex {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  display: flex;
}

.enroll-form_wrapper {
  padding-top: 0;
}

.html-embed, .code-embed, .code-embed-2, .code-embed-6 {
  display: none;
}

.apply {
  text-decoration: none;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  min-width: 10rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: var(--color);
  border-style: solid;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.text-size-medium {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.125rem;
}

.text-size-medium.right_align {
  text-align: right;
}

.text-size-medium.centre-align-text._80 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.text-size-medium.center-text-mobile {
  text-align: center;
}

.text-size-medium.left-align {
  text-align: left;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout195_image {
  width: 100%;
  height: 100%;
}

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

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

.padding-section-large.zero-bottom-padding {
  padding-bottom: 0;
}

.button-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  padding-top: 2rem;
}

.heading-style-h6 {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h2 {
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2rem;
}

.margin-top.margin-xsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Merriweather, serif;
}

.margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxlarge.flex-centre {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  position: relative;
}

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

.layout195_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout10_image {
  width: 100%;
  height: 100%;
}

.layout10_item-icon-wrapper {
  display: inline-block;
}

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

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.layout10_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.timeline13_image {
  width: 100%;
}

.timeline1_instructions-list-item {
  padding-left: .5rem;
}

.timeline-13-instructions-delete {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.timeline13_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.timeline13_item.item-left {
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.timeline13_progress {
  width: 2rem;
  height: 100%;
  color: var(--color-2);
  -webkit-text-stroke-color: var(--color);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.timeline13_line {
  width: 3px;
  height: 100%;
}

.timeline13_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline13_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-background-color-1\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline13_progress-line {
  background-color: var(--black);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

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

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

.timeline13_progress-line-cover {
  background-color: #fff;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline13_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline13_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline13_circle-wrapper {
  justify-content: center;
  width: 2rem;
  display: flex;
}

.section_timeline13 {
  z-index: -3;
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

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

.timeline13_fade-overlay-bottom {
  z-index: 0;
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline1_instructions-list {
  padding-left: 1.25rem;
}

.text-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center.padding-10 {
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.3;
}

.timeline13_image-wrapper {
  overflow: hidden;
}

.timeline13_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.heading-style-h3 {
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.section-2 {
  z-index: 2;
  background-color: var(--color);
  position: relative;
}

.open_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--primary-color);
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.arrow-code {
  line-height: 1;
}

.hide-section {
  display: none;
}

.section-3 {
  background-color: var(--color);
}

.stack {
  width: auto;
  color: var(--beige);
  text-align: center;
  background-color: #516250;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
}

.stack:hover {
  background-color: var(--color);
  color: var(--black);
}

.skillsgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 10px;
  display: grid;
}

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

.custom-title3-intern {
  text-align: center;
  max-width: none;
  line-height: 1;
}

.custom-title3-intern.no-limit {
  max-width: none;
}

.custom-title3-intern.no-limit.semi-bold {
  font-weight: 600;
}

.centre-align-text {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.stac-intern {
  width: auto;
  color: var(--beige);
  text-align: center;
  background-color: #516250;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: block;
}

.stac-intern:hover {
  background-color: var(--color);
  color: var(--black);
}

.skillsgrid-intern {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.course-tile-internship-copy {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  line-height: 1;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph {
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-centre {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.custom-title3-centre {
  text-align: center;
  max-width: none;
  font-family: Merriweather, serif;
  line-height: 1;
}

.custom-title3-centre.no-limit {
  max-width: none;
}

.custom-title3-centre.no-limit.semi-bold {
  font-weight: 600;
}

.block-info-partners {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.partners-list {
  margin-left: auto;
  margin-right: auto;
}

.partner_logo-wrapper {
  width: 7rem;
  height: 7rem;
  overflow: clip;
  box-shadow: 0 2px 5px #0003;
}

.mentors-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fu {
  mix-blend-mode: darken;
}

.mentor-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 30%;
  color: var(--primary-color);
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.mentor-image-wrapper {
  width: 220px;
  height: 220px;
}

.grid-block-copy {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.custom-h4 {
  text-align: center;
  font-size: 1.2rem;
}

.circle {
  z-index: 2147483647;
  background-color: var(--color);
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: fixed;
  inset: -23% auto auto -12%;
  transform: scale(0);
}

.circle-2 {
  background-color: var(--color-2);
  border-radius: 100%;
  width: 80%;
  height: 80%;
}

.form-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  text-align: center;
}

.member-name {
  min-height: 50px;
}

.success-message {
  background-color: var(--color);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  font-size: 1.5rem;
  display: flex;
}

._404-text {
  color: var(--color);
}

.div-block-19 {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
}

.info-text {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-2 {
  color: var(--color-2);
}

.text-block-2 {
  text-align: center;
}

.grid-block-3 {
  grid-column-gap: 1.3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paragraph-2, .paragraph-3 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-4, .paragraph-5 {
  text-align: center;
}

.admissions_table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 10px;
  display: grid;
}

.heading-3, .heading-4 {
  font-family: Merriweather, serif;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text {
  font-family: Merriweather, serif;
}

.div-block-20 {
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.text-block-3, .text-block-4 {
  font-family: Merriweather, serif;
}

.paragraph-12 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-block-5, .heading-5 {
  font-family: Merriweather, serif;
}

.hide {
  display: none;
}

.team-item_past {
  min-height: 100px;
  font-weight: 400;
}

.team-item_edut {
  font-weight: 400;
}

.vs-block {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.overlay-bg {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.team_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.member-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.member-info.smoke-white-bg {
  flex-flow: row;
}

.member-info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.member-identity {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.board-members-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

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

.mentors_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.company-name {
  color: var(--color);
  font-family: Merriweather, serif;
  font-weight: 700;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  line-height: 1.75;
}

.paragraph-13 {
  margin-left: 10px;
  margin-right: 10px;
}

.form-2 {
  margin-top: 40px;
}

.paragraph-14 {
  font-size: 12px;
}

.pop-up-modal_wrapper {
  z-index: 2147483647;
  background-color: #000000c9;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.silver-pop-up {
  background-color: var(--color-2);
  width: 500px;
  height: auto;
  color: var(--whitesmoke);
  text-align: center;
  padding: 2.5rem 2rem;
  position: relative;
}

.info-content {
  padding-top: 11px;
  line-height: 1.5;
}

.info-content.small-padding {
  padding-top: 6px;
}

.red-text {
  color: var(--red);
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pop-button-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.close-pop-up-modal {
  color: var(--elements-webflow-library--neutral--100);
  font-size: 2rem;
  text-decoration: none;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.close-pop-up-modal:hover {
  color: var(--red);
}

.close-pop-up {
  position: absolute;
  inset: 0%;
}

.small-red-text {
  color: var(--red);
}

.white-text {
  color: var(--whitesmoke);
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.small-white-text {
  color: var(--whitesmoke);
}

.div-block-22 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 50px;
  display: flex;
}

.text-block-6 {
  color: var(--primary-color);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-23 {
  max-width: 80rem;
}

.curr-block {
  min-height: 400px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.partners-header {
  height: auto;
  color: var(--whitesmoke);
  background-image: linear-gradient(#0009, #0009), url('../images/priscilla-du-preez-XkKCui44iM0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
  position: relative;
}

.code-embed-7 {
  width: 100%;
  min-width: 100%;
}

.paragraph-15 {
  text-align: left;
  max-width: 80%;
}

.div-block-25 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

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

.div-block-27 {
  width: 75%;
  max-width: 800px;
}

@media screen and (min-width: 1440px) {
  .hero_section {
    height: 100vh;
  }

  .padding-global.hero-vertical-padding {
    padding-top: 15rem;
  }
}

@media screen and (min-width: 1920px) {
  .hero_section {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3rem;
  }

  h3 {
    margin-bottom: .5rem;
  }

  .btn-text.text-white {
    padding-left: 4px;
    padding-right: 4px;
  }

  .nav-links {
    grid-column-gap: .5rem;
    margin-right: -1rem;
  }

  .italic-link {
    font-size: .85rem;
  }

  .btn-parent.pull {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .border-line-text {
    display: none;
  }

  .hero_section {
    height: auto;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.hero-vertical-padding {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }

  .padding-global.vertical-padding-normal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .hero-vertical-padding {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .custom-hero_paragraph {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-hero_paragraph.medium-width.auto-spacing {
    max-width: none;
  }

  .custom-h1 {
    font-size: 5rem;
  }

  .outline-button {
    min-width: 9rem;
  }

  .vertical-padding-normal {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .intro_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .left-column_content {
    padding-top: 0;
  }

  .medium-spacer {
    height: 3rem;
  }

  .medium-spacer.hide-on-tab {
    display: none;
  }

  .button-wrapper {
    padding-top: 2rem;
  }

  .grid-style {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .prog-column {
    width: 33%;
    padding-bottom: 0;
  }

  .column-content {
    flex: 1;
    align-self: stretch;
    height: auto;
    padding-top: .5rem;
    padding-bottom: 2rem;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .custom-paragraph.custom-width.text-align-center {
    max-width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .curriculum-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-block.custom-3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .contact-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .input-field_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .input-field_wrapper.flex {
    flex-flow: row;
  }

  .input-field {
    height: 2.5rem;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .textarea {
    min-height: 5rem;
  }

  .faqs-spacer {
    min-height: 12px;
  }

  .faqs-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-col-grid {
    grid-template-columns: 1fr;
  }

  .faqs-header {
    margin-bottom: 40px;
  }

  .custom-wrapper {
    max-width: 80%;
  }

  .date-timeline {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .custom-title-bg {
    font-size: 2.75rem;
    line-height: 1.1;
  }

  .cta-left-col {
    width: 50%;
  }

  .logo-text {
    letter-spacing: 2px;
    font-size: 1.7rem;
  }

  .about-hero-button_wrap {
    padding-top: 2rem;
  }

  .future-courses-img {
    padding-top: 20%;
  }

  .content-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .sub-title {
    font-size: 2.5rem;
  }

  .h1-wrapper-hero.addmissions {
    padding: 1rem;
  }

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

  .heading {
    font-size: 3rem;
  }

  .div-block-15 {
    padding-top: 0;
  }

  .partners-wrapper.flex-horizontal.is-stack {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-custom-para_wrapper {
    padding-top: 0;
  }

  .logo-image {
    height: 2rem;
  }

  .partners {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .partners-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .col {
    width: 100%;
    padding-bottom: 0;
  }

  .text-size-medium.centre-align-text._80 {
    max-width: none;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .layout195_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .margin-top.margin-xsmall {
    padding-top: 0;
  }

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

  .layout10_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .timeline13_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline13_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .partner_logo-wrapper {
    width: 8rem;
    height: 8rem;
  }

  .mentor-image-wrapper {
    width: 200px;
    height: 200px;
  }

  .grid-block-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .grid-block-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
  }

  .team_grid {
    grid-template-columns: 1fr;
  }

  .board-members-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .mentors_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    width: 100%;
  }

  .container {
    max-width: 728px;
  }

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

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

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 0;
    font-size: 2.5rem;
  }

  .logo, .logo.w--current, .flex-c {
    z-index: 3;
  }

  .btn-text.text-white:hover, .btn-text.text-white:visited, .btn-text.text-white.w--current {
    color: var(--color);
  }

  .nav-links {
    z-index: 2;
    grid-row-gap: 2rem;
    background-color: #181818;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-right: 0;
    padding: 6rem 1.4rem 2rem;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .italic-link {
    font-size: 1.3rem;
    font-weight: 400;
  }

  .padding-global {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .padding-global.hero-vertical-padding, .padding-global.padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-vertical-padding {
    padding-bottom: 3rem;
  }

  .custom-hero_paragraph {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .custom-h1 {
    margin-bottom: 2rem;
    font-size: 4rem;
  }

  .outline-button.dark {
    font-size: 1rem;
  }

  .hero_button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
  }

  .vertical-padding-normal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .right-column_content {
    width: 100%;
  }

  .intro_content {
    flex-flow: column;
  }

  .intro_content.about {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .left-column_content {
    width: 100%;
  }

  .intro-image1 {
    height: 15rem;
  }

  .small-spacer.hide-mobile {
    display: none;
  }

  .grid-style {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .prog-column {
    width: 100%;
  }

  .cta-content.flex {
    flex-flow: column;
  }

  .cta-paragraph, .custom-title2.text-color-primary {
    text-align: center;
  }

  .footer-light {
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-wrapper-two {
    justify-content: space-between;
  }

  .footer-form {
    margin-top: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .column {
    width: 100%;
  }

  .column.bottom-padding-small {
    order: -1;
    padding-bottom: 2rem;
  }

  .image-bg {
    height: 20rem;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .curriculum-content {
    grid-template-columns: 1fr;
  }

  .tiles-content-wrap {
    width: 100%;
  }

  .content-wrapper {
    flex-flow: column;
  }

  .image-wrapper {
    background-attachment: scroll;
    width: 100%;
    height: 15rem;
  }

  .grid-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .contact-image-wrapper {
    width: 100%;
    height: 15rem;
  }

  .contact-content {
    flex-flow: column;
  }

  .form_wrapper {
    width: 100%;
  }

  .input-field_wrapper {
    flex-flow: row;
  }

  .input-field, .textarea {
    font-size: 1.05rem;
  }

  .faqs-title {
    font-size: 20px;
    line-height: 30px;
  }

  .faqs-item-wrapper {
    padding: 40px 24px;
  }

  .faq-col-grid {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

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

  .contact_extra-content {
    grid-template-columns: 1fr;
  }

  .left-col-contact {
    padding-top: 0;
  }

  .video_wrapper {
    background-attachment: scroll;
    width: 100%;
    height: 15rem;
  }

  .date-timeline {
    grid-template-columns: 1fr 1fr;
  }

  .custom-title-bg {
    font-size: 2.5rem;
  }

  .enroll-img {
    width: 18rem;
  }

  .cta-left-col {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    display: flex;
  }

  .contact-title {
    font-size: 4rem;
  }

  .future-courses-img {
    padding-top: 2rem;
    overflow: clip;
  }

  .hero--image {
    height: 17rem;
  }

  .content-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .icon-wrapper {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .dark {
    font-size: 4rem;
    line-height: .9;
  }

  .div-block-12, .div-block-13 {
    display: none;
  }

  .course_img-icon {
    margin-bottom: 1rem;
  }

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

  .partners-wrapper {
    background-image: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .partners-wrapper.flex-horizontal {
    flex-flow: row;
  }

  .partners-wrapper.flex-horizontal.is-stack {
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .partner-block {
    width: 30%;
  }

  .div-block-16, .div-block-17 {
    display: none;
  }

  .video-play {
    width: 4rem;
  }

  .partners {
    flex-flow: column;
  }

  .partners-sec-image {
    width: 100%;
    position: static;
  }

  .partners-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .col {
    width: 100%;
  }

  .code-embed-6 {
    display: none;
  }

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

  .text-size-medium.right_align.left-mobile {
    text-align: left;
  }

  .text-size-medium.center-text-mobile {
    text-align: center;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .layout195_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .margin-bottom.margin-xxlarge.flex-centre {
    padding-bottom: 0;
  }

  .layout10_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .timeline13_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .timeline13_item.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .timeline13_row {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline13_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline13_circle-wrapper {
    left: 0;
  }

  .timeline13_image-wrapper {
    width: 100%;
  }

  .timeline13_circle {
    margin-top: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .stack, .stac-intern {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .skillsgrid-intern {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .partner_logo-wrapper {
    width: 8rem;
    height: 8rem;
  }

  .mentors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mentor-info {
    width: 60%;
  }

  .grid-block-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .custom-h4.lcuston-align-on-mobile {
    text-align: left;
  }

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

  ._404-text {
    font-size: 13rem;
  }

  .grid-block-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .list-text {
    padding-left: 20px;
  }

  .member-info.smoke-white-bg {
    flex-flow: column;
  }

  .member-info-grid {
    padding-top: 0;
  }

  .member-identity {
    align-self: stretch;
  }

  .board-members-grid {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    grid-template-columns: 1fr;
  }

  .mentors_grid {
    flex-flow: column;
    padding-top: 0;
  }

  .silver-pop-up {
    width: 90%;
  }

  .curr-block {
    min-height: auto;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-weight: 600;
    line-height: 1.1;
  }

  .logo.w--current {
    font-size: 1rem;
  }

  .nav-links {
    height: 100%;
    display: none;
  }

  .menu-overlay {
    display: none;
    inset: 0%;
  }

  .padding-global.hero-vertical-padding {
    padding-top: 7rem;
  }

  .padding-global.hero-vertical-padding.custom-top-padding {
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.hero-vertical-padding.is-small {
    padding-bottom: 4rem;
  }

  .padding-global.hero-vertical-padding.xsmall-bottom_padding {
    padding-bottom: 2rem;
  }

  .hero_content {
    z-index: 1;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .custom-hero_paragraph {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .custom-hero_paragraph.medium-width {
    max-width: 90%;
    font-size: 1.2rem;
  }

  .custom-h1 {
    letter-spacing: 0;
    font-size: 2.5rem;
  }

  .outline-button {
    align-self: auto;
    min-width: 10rem;
  }

  .outline-button.hero {
    min-width: 9rem;
  }

  .hero_button-wrapper {
    flex-flow: row-reverse wrap;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .intro_content.about {
    text-align: center;
  }

  .medium-spacer {
    height: 2rem;
  }

  .medium-spacer.hero {
    height: 3rem;
  }

  .small-spacer {
    height: 1.5rem;
  }

  .button-wrapper, .button-wrapper.centre-mob {
    justify-content: center;
    align-items: center;
  }

  .column-image {
    height: 10rem;
  }

  .cta-paragraph {
    text-align: center;
    font-size: 1rem;
  }

  .custom-title2 {
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.1;
  }

  .custom-title2.text-color-primary {
    margin-top: 0;
  }

  .cta-paragraph-wrapper {
    text-align: left;
  }

  .cta-button_wrapper {
    padding-top: 1.5rem;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-form-field, .footer-form-submit {
    border-radius: 0;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .column.bottom-padding-small {
    text-align: center;
  }

  .image-bg.vision, .image-bg.story {
    height: 16rem;
  }

  .collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .curriculum-content {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-block, .grid-block.custom, .grid-block.custom-3 {
    grid-template-columns: 1fr;
  }

  .icon-img {
    width: 4rem;
  }

  .content-tile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .input-field_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .input-field_wrapper.flex {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
  }

  .input-field, .form {
    width: 100%;
  }

  .textarea {
    border-radius: 0;
  }

  .faqs-title {
    font-size: 18px;
    line-height: 26px;
  }

  .faqs-item-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

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

  .text-color-primary {
    margin-top: 20px;
  }

  .left-col-contact {
    text-align: center;
  }

  .custom-wrapper {
    max-width: 100%;
  }

  .admisiions_hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/career-banner_1.avif');
    background-position: 0 0, 100%;
  }

  .check_list {
    padding-left: 20px;
  }

  .date-timeline {
    grid-template-columns: 1fr;
  }

  .submit-button.custom {
    width: 100%;
  }

  .custom-title-bg {
    font-size: 2rem;
    line-height: 1;
  }

  .enroll-img {
    width: 16rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-right-col {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-left-col {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .logo-text {
    font-size: 1.5rem;
  }

  .about-hero-button_wrap {
    padding-top: 2rem;
  }

  .about-hero-button_wrap.hero {
    align-self: stretch;
    padding-top: 3rem;
    display: none;
  }

  .contact-title {
    font-size: 3.3rem;
  }

  .program_header, .title-wrapper-flex {
    justify-content: center;
    align-items: center;
  }

  .point-circle {
    width: 2rem;
    height: 2rem;
  }

  .hero--image {
    height: 10rem;
  }

  .hero--image.admissions {
    height: 24rem;
  }

  .hero--image.about {
    height: 20rem;
  }

  .content-grid {
    grid-template-columns: 1fr;
    font-size: 1rem;
  }

  .courses-block {
    padding-top: 3rem;
  }

  .icon-wrapper {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    padding: .5rem;
  }

  .course-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h1-wrapper-hero.addmissions {
    padding: .5rem;
  }

  .dark {
    max-width: 11ch;
    margin-top: 10px;
    font-size: 3.2rem;
  }

  .intro_header {
    text-align: center;
  }

  .xtra-image_wrap {
    padding-top: 2rem;
  }

  .partners-wrapper {
    grid-column-gap: 1%;
    grid-row-gap: .7rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .partners-wrapper.flex-horizontal {
    grid-column-gap: .75rem;
    justify-content: center;
  }

  .partners-wrapper.add-padding-vertical {
    padding-top: 0;
  }

  .partner-block {
    width: 48%;
    height: 8rem;
    margin-left: auto;
    margin-right: auto;
  }

  .course-icon {
    width: 1rem;
  }

  .xtra-icon-medium {
    width: 4rem;
  }

  .hero-custom-para_wrapper {
    padding-top: .5rem;
  }

  .logo-image {
    height: 1.8rem;
  }

  .course-icons {
    width: 1.8rem;
  }

  .video-play {
    width: 4rem;
  }

  .full-cover.hide-on-mobile {
    display: none;
  }

  .cutom-font_normal {
    font-size: 1rem;
  }

  .medium_text {
    font-size: 1.5rem;
  }

  .form-flex {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .text-style-tagline {
    margin-bottom: .5rem;
  }

  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .layout195_content {
    grid-template-columns: 1fr;
  }

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

  .margin-top.margin-medium {
    padding-top: 1rem;
  }

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

  .layout195_item-list, .layout10_content, .layout10_item-list {
    grid-template-columns: 1fr;
  }

  .timeline13_item {
    grid-template-columns: 3rem 1fr;
  }

  .stack {
    padding: 5px;
    font-size: .75rem;
  }

  .skillsgrid {
    margin-top: 20px;
  }

  .stac-intern {
    order: 1;
    font-size: .75rem;
  }

  .skillsgrid-intern {
    flex-flow: wrap;
  }

  .partners-list {
    width: 100%;
  }

  .partner_logo-wrapper {
    width: 6rem;
    height: 6rem;
  }

  .mentors-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .mentor-info {
    width: 80%;
  }

  .mentor-image-wrapper {
    width: 10rem;
    height: 10rem;
  }

  .grid-block-copy {
    grid-template-columns: 1fr;
  }

  .custom-h4 {
    font-size: 1rem;
    font-weight: 500;
  }

  .custom-h4.lcuston-align-on-mobile {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
  }

  .circle {
    left: -32%;
  }

  .form-block {
    width: 100%;
  }

  .text-block {
    line-height: 1.2;
  }

  .utility-page-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._404-text {
    font-size: 9rem;
  }

  .info-text {
    margin-bottom: 2rem;
  }

  .grid-block-3 {
    grid-template-columns: 1fr;
  }

  .admissions_table {
    grid-template-columns: 1fr 1fr;
  }

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

  .team_grid {
    grid-row-gap: 2rem;
  }

  .member-info.smoke-white-bg {
    padding: 1.5rem;
  }

  .member-info-grid {
    grid-template-columns: 1fr;
  }

  .member-info-block {
    text-align: center;
  }

  .member-identity {
    justify-content: center;
    align-items: center;
  }

  .cta-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-top: 0;
  }

  .silver-pop-up {
    padding: 2rem 1rem;
  }

  .red-text {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .pop-button-wrap {
    padding-top: 1rem;
  }

  .white-text {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .container {
    max-width: none;
  }

  .div-block-24 {
    background-color: #516250;
    width: 100%;
    height: 100%;
  }
}

#w-node-_43b53dc6-15bf-0e22-ccc7-55fa60188bb4-74642774, #w-node-_43b53dc6-15bf-0e22-ccc7-55fa60188bfa-74642774 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_519a11b1-e080-cb0f-4a09-aaa88983b434-05a44446 {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_8b9d4895-bf76-a2de-7c07-75ba4aa02b90-74642774 {
    order: -9999;
  }

  #w-node-ec132e7d-9682-97d1-e3f8-839fa3788eea-74642774 {
    align-self: stretch;
  }

  #w-node-_6926be4a-587d-0a61-0ca4-8223b6e0b773-a0d604f7 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f12194c-3a46-5092-761a-c3520d6f5c0c-74642774, #w-node-a9f56a5e-6bf1-2838-6730-a3a6c60d13df-74642774 {
    order: -9999;
  }

  #w-node-_43b53dc6-15bf-0e22-ccc7-55fa60188bae-74642774 {
    justify-self: start;
  }

  #w-node-_43b53dc6-15bf-0e22-ccc7-55fa60188bb6-74642774 {
    order: 9999;
  }

  #w-node-_43b53dc6-15bf-0e22-ccc7-55fa60188bb8-74642774 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_43b53dc6-15bf-0e22-ccc7-55fa60188bdf-74642774 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_43b53dc6-15bf-0e22-ccc7-55fa60188be4-74642774 {
    order: 9999;
  }

  #w-node-_43b53dc6-15bf-0e22-ccc7-55fa60188be6-74642774 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_43b53dc6-15bf-0e22-ccc7-55fa60188bfa-74642774 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43b53dc6-15bf-0e22-ccc7-55fa60188c0d-74642774 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6c4164f5-916b-3001-fb90-eee10d996292-05a44446 {
    justify-self: stretch;
  }

  #w-node-_21709f67-10b7-f1f4-0b5f-1964229cdc64-dbeecc72, #w-node-_21709f67-10b7-f1f4-0b5f-1964229cdc64-aa739e6c {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f12194c-3a46-5092-761a-c3520d6f5c0a-74642774, #w-node-a9f56a5e-6bf1-2838-6730-a3a6c60d13dd-74642774, #w-node-_21709f67-10b7-f1f4-0b5f-1964229cdc62-dbeecc72, #w-node-_21709f67-10b7-f1f4-0b5f-1964229cdc62-aa739e6c {
    order: -9999;
  }
}
