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

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

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

body {
  color: #5f6c7a;
  font-family: Muli, Arial, sans-serif;
  font-size: 1rem;
  line-height: 22px;
}

a {
  color: #2b6297;
  text-decoration: underline;
}

em {
  font-style: italic;
}

.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
  height: 100vh;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 40px;
  display: flex;
  overflow: hidden;
}

.logos {
  width: 350px;
  text-decoration: none;
}

.heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffa1;
  border: 1px solid #ffffff3d;
  border-radius: 18px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  max-width: 1920px;
  margin: 5%;
  padding: 4%;
  text-decoration: none;
  display: flex;
}

.title-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.title_hero {
  color: #036;
  font-family: Muli, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 39px;
  text-decoration: none;
}

.paragraph {
  opacity: .9;
  color: #15283d;
  font-weight: 400;
  line-height: 25px;
}

.prospective-section {
  justify-content: center;
  align-items: flex-start;
  max-width: 1600px;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: left;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 40px;
}

.image_pros_01 {
  z-index: 1;
  border-radius: 10px;
  width: 40%;
  position: relative;
  right: -31px;
  overflow: hidden;
  box-shadow: 3px 3px 8px 4px #0000001a;
}

.image_pros_02 {
  border-radius: 18px;
  width: 45%;
  overflow: hidden;
  box-shadow: 3px 3px 8px 4px #0003;
}

.prospective-image-wrapper {
  z-index: -10;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.why-title {
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 25px;
  text-decoration: none;
}

.why-paragraph {
  opacity: .7;
  color: #f5f5f5;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 18px;
  text-decoration: none;
}

.heading2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  max-width: 1920px;
  margin-left: 5%;
  margin-right: 5%;
  text-decoration: none;
  display: grid;
}

.accordion-trigger---brix {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.open-close-line---brix {
  background-color: #170f49;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.tabs-container---brix {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}

.accordion-tabs---brix {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-tabs---brix.preview-page {
  justify-content: flex-start;
  align-items: flex-start;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.tabs-accordion---brix {
  border-radius: 10px;
  max-width: 700px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 20px;
}

.faq-wrapper {
  background-color: #fff;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
  transform: translate(0);
}

.accordion-tabs-menu---brix {
  margin-bottom: 0;
  display: flex;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  border-bottom: 1px solid #d9dbe9;
  border-radius: 0;
  padding: 20px 0;
}

.accordion-item---brix.tabs-accordion---brix.last-accordion-item---brix {
  border-bottom-style: none;
}

.tab-button---brix {
  text-align: center;
  letter-spacing: -.01em;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.4;
  transition: background-color .3s;
  display: block;
}

.tab-button---brix:hover {
  border-bottom-color: #b6b6b6;
}

.tab-button---brix.w--current {
  background-color: #fff;
  border-bottom: 1px solid #000;
  margin-left: 0;
  margin-right: 0;
}

.heading-palatino {
  color: #036;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 40px;
}

.tab_text {
  font-family: Muli, Arial, sans-serif;
  font-size: 13px;
}

.faq_question {
  color: #2b6297;
  border-left: 4px solid #2b5991;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Muli, Arial, sans-serif;
  line-height: 21px;
}

.faq_answers {
  margin-top: 10px;
  padding-left: 40px;
  line-height: 25px;
}

.faq-section {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
}

.background-video {
  z-index: 1;
  border-radius: 18px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  max-height: 1080px;
  display: flex;
}

.faq-section-2 {
  z-index: -100;
  display: flex;
}

.list-item {
  margin-bottom: 10px;
}

.form {
  display: flex;
}

.text-field {
  border-radius: 10px;
  width: 350px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.submit-button {
  background-color: #407ac2;
  border-radius: 10px;
  width: 150px;
  height: 40px;
}

.footer-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 5% 40px;
  text-decoration: none;
  display: grid;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
}

.social-icons-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.social-icons {
  width: 24px;
}

.link_footer {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.parrallax_image, .parrallax_image_2 {
  transform: scale(1.2);
}

.main-wrapper {
  height: 200px;
  margin-bottom: 20px;
}

.section-hero {
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 350px;
  min-height: 200px;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-wrapper {
  z-index: -2;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._1 {
  filter: blur(130px);
  background-color: #008b72;
  top: -25%;
  left: 1%;
}

.circle._2 {
  filter: blur(130px);
  background-color: #008b72;
  inset: -25% -10% auto auto;
}

.circle._4 {
  filter: blur(130px);
  background-color: #c90;
  inset: auto -10% -25% auto;
}

.circle._3 {
  filter: blur(130px);
  background-color: #036;
  inset: auto auto -39% -4%;
}

.section-hero-gradient {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 40px 5% 20px;
  display: flex;
  position: relative;
}

.blue-div {
  z-index: -3;
  background-color: #036;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.heading_mob {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffffc7;
  border-radius: 18px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 5%;
  text-decoration: none;
  display: none;
}

.paragraph-faq {
  opacity: .9;
  color: #15283d;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.footer-bottom-wrapper-mob {
  background-color: #02224a;
  justify-content: space-between;
  padding: 20px 5%;
  display: none;
}

.hero-section-mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.divcontainer {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.divgradient {
  background-image: linear-gradient(135deg, #036 28%, #008b72 53%, #c90 71%);
  width: 1400px;
  height: 700px;
}

.faq_image_wrapper {
  max-width: 500px;
}

.newletter_footer_wrapper {
  z-index: 100;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  display: flex;
  position: relative;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.logos-footer {
  width: 150px;
  text-decoration: none;
}

.newsletter-title {
  color: #fff;
  padding-bottom: 20px;
  font-family: Muli, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.bottom-white-div {
  background-color: #fff;
  height: 20px;
}

.why_choose_section {
  max-width: 1600px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.why-choose-card {
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #407ac2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 6px 10px 9px 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block:hover {
  color: #fff;
  background-color: #346cb1;
}

.arrow {
  width: 7px;
  margin-top: 2px;
}

.content_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 1440px;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.paragraph-3 {
  width: 100%;
  margin-bottom: 20px;
}

.cover_image_curriculum {
  background-image: url('../images/curriculum_hero_01.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_cover {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.steps_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #00af8f, #1278b3);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 200px;
  padding: 40px 20px 30px;
  display: grid;
}

.text-block {
  color: #fff;
  text-align: right;
  font-size: 2rem;
}

.text-block-2 {
  color: #fff;
  font-size: 1rem;
}

.program_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #f3f3f3;
}

.code, .code-2, .code-3, .code-4 {
  font-size: 3.5rem;
}

.image-wrapper {
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.text-block-4 {
  color: #ffffff78;
  font-size: 100px;
  line-height: 90px;
}

.div-block-13 {
  background-image: linear-gradient(#fff0, #42474e);
  width: 100%;
  margin-bottom: 0;
  padding-left: 4%;
  position: absolute;
  inset: auto 0% 0%;
}

.steps_1_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(305deg, #00af8f, #f5b40c 87%);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 200px;
  padding: 40px 20px 30px;
  display: grid;
}

.steps_3_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(106deg, #1278b3, #073564);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 200px;
  padding: 40px 20px 30px;
  display: grid;
}

.ilts_04_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(119deg, #073564, #1278b3 76%);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 20px;
  display: flex;
}

.div-block-14 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.postgrad-cards {
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.postcard_title {
  z-index: 2;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.1em;
  line-height: 22px;
  text-decoration: none;
}

.section_footer {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .34fr) 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 20px;
  display: flex;
}

.dv_gradient {
  background-image: linear-gradient(#fff0, #2d4355cc 59%);
  width: 100%;
  min-height: 140px;
  padding-top: 20px;
  position: absolute;
}

.card {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.content_wrapper_faculty {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 1440px;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.content_wrapper_admissions {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 1440px;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.content_section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.content_section_2 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.navlinks {
  color: #e0e0e0;
  text-shadow: 0 1px 3px #0003;
  font-size: 1rem;
  transition: color .2s;
}

.navlinks:hover, .navlinks.w--current {
  color: #fff;
}

.navlinks.black {
  color: #4b4b4b;
  text-shadow: none;
}

.navlinks.black:hover {
  color: #000;
}

.navlinks.black.w--current {
  color: #036;
}

.navbar_d {
  z-index: 200;
  background-color: #fff0;
  background-image: linear-gradient(#000b2a, #fff0);
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar_m {
  background-color: #fff0;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.cover_image_faculty {
  background-image: url('../images/Faculty_hero_03.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover_image_admissions {
  background-image: url('../images/admissions_hero_01.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover_image_facilities {
  background-image: url('../images/facilities_hero.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-19 {
  background-image: linear-gradient(#fff0, #000);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 45%;
  padding: 8% 8% 30px;
  display: flex;
  position: absolute;
}

.div-block-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
  overflow: hidden;
}

.div-block-21 {
  border-radius: 20px;
  overflow: hidden;
}

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

.card_requirement {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.waiver {
  font-size: 11px;
  font-style: italic;
  line-height: 14px;
}

.icon {
  border-radius: 5px 5px 0 0;
  width: 100%;
  overflow: hidden;
}

.div-block-24 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.campus_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.card_campus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f3f3;
  border-radius: 10px;
  grid-template-rows: 50% auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-25 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #2b6297;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding: 5px 10px 20px 0;
  font-size: 13px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block-3:hover {
  background-color: #fff0;
  text-decoration: underline;
}

.header01 {
  color: #036;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}

.subheader01 {
  color: #036;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 46px;
}

.heading-blue {
  color: #2b5991;
  text-align: left;
  margin: 0 5% 40px;
  padding-left: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 40px;
}

.heading-blue.center {
  color: #036;
  text-align: center;
  font-weight: 700;
}

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

.ilts_01_wrapper {
  background-image: linear-gradient(305deg, #00af8f, #f5b40c 87%);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 20px;
}

.ilts_02_wrapper {
  background-image: linear-gradient(90deg, #00af8f, #1278b3);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 20px;
  display: flex;
}

.ilts_03_wrapper {
  background-image: linear-gradient(106deg, #1278b3, #073564);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 20px;
  display: flex;
}

.ilts_05_wrapper {
  background-image: linear-gradient(119deg, #00af8f, #073564);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 20px;
  display: flex;
}

.ilts_06_wrapper {
  background-image: linear-gradient(119deg, #073564 47%, #00af8f);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 20px;
  display: flex;
}

.quote-text {
  color: #407ac2;
  font-size: 1.2rem;
  font-weight: 700;
}

.quote_open {
  width: 40px;
  margin-top: -20px;
  margin-bottom: 10px;
}

.div-block-26 {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.div-block-27 {
  justify-content: flex-end;
  display: flex;
}

.steps_04_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(119deg, #073564, #1278b3 76%);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 20px 30px;
  display: grid;
}

.learn-more-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  height: 23px;
  margin-top: 8px;
  display: flex;
}

.footer_left_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.top_nav {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.top_nav_links {
  color: #000;
  text-transform: uppercase;
  font-size: .8rem;
  text-decoration: none;
}

.top_nav_links:hover {
  text-decoration: underline;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.heading-3 {
  color: #036;
  text-align: center;
  font-size: 1em;
}

.image-3 {
  width: 18px;
}

.top-nav-button-wrapper {
  z-index: 5;
  background-color: #036;
  justify-content: center;
  align-items: flex-start;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.arrow_link {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-top: 5px;
  padding-bottom: 4px;
  display: flex;
}

.back-to-top {
  z-index: 150;
  background-color: #4d76c2;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 2px 7px 5px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.back-to-top-anchor-div {
  overflow: hidden;
}

.div-block-32 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.subheader_brown {
  color: #960;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.list {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.paragraph-4 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 26px;
}

.subheader02 {
  color: #036;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 24px;
}

.subheader02.campus {
  margin-top: 10px;
}

.text-span-21 {
  font-style: italic;
}

.div-block-33 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.italic-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}

.navbar_d_white {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
}

.top-nav-white {
  z-index: 20;
  width: 100%;
  position: fixed;
}

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

.div-block-35 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  padding-right: 60px;
  display: flex;
}

.top-invisilbe {
  z-index: -100;
  width: 100%;
  height: 100px;
  position: absolute;
}

.paragraph_home_2 {
  opacity: .9;
  color: #15283d;
  font-weight: 400;
  line-height: 25px;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27 {
  white-space: nowrap;
}

.timeline_wrapper {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 40px 20px;
}

.div-block-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 3.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline-dot {
  background-color: #960;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 15px;
  height: 15px;
}

.timeline-line {
  background-color: #960;
  width: 2px;
  height: 115px;
}

.timeline-line.white {
  background-color: #fff;
  height: 60px;
}

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

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

.position_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card_position {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: 48% auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #407ac2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 6px 10px 9px 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block-2:hover {
  color: #fff;
  background-color: #346cb1;
}

.timeline-line-short {
  background-color: #960;
  width: 2px;
  height: 5px;
}

.timeline-line-short.white {
  background-color: #fff;
}

.timeline-line-short-white {
  width: 2px;
  height: 5px;
}

.timeline-line-short-white.white {
  background-color: #fff;
}

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

.paragraph-3-1 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.text-span-28 {
  white-space: nowrap;
}

.top_nav_div {
  background-color: #fff;
  height: 150px;
}

.quote_close {
  width: 40px;
  margin-top: -30px;
  margin-bottom: 10px;
}

.timeline-line-2026 {
  background-color: #960;
  width: 2px;
  height: 115px;
}

.timeline-line-2026.white {
  background-color: #fff;
  height: 60px;
}

@media screen and (min-width: 1280px) {
  .footer-wrapper {
    grid-template-columns: .25fr .75fr 1fr;
  }

  .heading_mob {
    max-width: 1920px;
  }

  .text-block-2 {
    min-height: 40px;
  }

  .ilts_04_wrapper {
    background-image: linear-gradient(34deg, #f5b40c, #00af8f);
  }

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

  .ilts_01_wrapper {
    background-image: linear-gradient(305deg, #00af8f, #f5b40c 87%);
  }

  .ilts_03_wrapper {
    background-image: linear-gradient(106deg, #1278b3, #00af8f);
  }

  .ilts_05_wrapper {
    background-image: linear-gradient(119deg, #1278b3, #073564);
  }

  .card_position {
    grid-auto-columns: 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .accordion-tabs---brix.preview-page {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .why-choose-wrapper, .postgrad_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .title_hero {
    font-size: 2.8em;
    line-height: 50px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix, .accordion-item---brix.tabs-accordion---brix {
    background-color: #fff;
  }

  .background-video {
    max-width: 1920px;
  }

  .faq-section-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .card_campus {
    grid-template-rows: 60% auto;
  }

  .header01 {
    font-size: 2.8em;
    line-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 60vh;
  }

  .logos {
    width: 300px;
    height: auto;
  }

  .heading {
    width: 45%;
  }

  .title_hero {
    font-size: 1.7em;
    line-height: 32px;
  }

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

  .heading-2 {
    line-height: 36px;
  }

  .image_pros_01, .image_pros_02 {
    width: 50%;
  }

  .heading2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tabs-container---brix {
    width: 100%;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 32px 50px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .heading-palatino {
    font-size: 2em;
    line-height: 36px;
  }

  .tab_text {
    font-size: 13px;
  }

  .text-field {
    width: 300px;
  }

  .section-hero {
    min-width: auto;
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .section-hero-gradient {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-faq {
    font-size: 15px;
    line-height: 20px;
  }

  .footer-bottom-wrapper-mob {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .logos-footer {
    width: 300px;
    height: auto;
  }

  .content_wrapper {
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .cover_image_curriculum {
    height: 400px;
  }

  .section_cover {
    padding-top: 0;
  }

  .text-block {
    text-align: left;
    font-size: 1.8rem;
  }

  .code, .code-2, .code-3, .code-4 {
    font-size: 2rem;
  }

  .text-block-4 {
    font-size: 50px;
  }

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

  .div-block-15 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 2.84fr);
  }

  .content_section {
    padding-bottom: 60px;
  }

  .content_section_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .navlinks {
    background-color: #036;
  }

  .navlinks.black {
    color: #ccc;
  }

  .navlinks.black:hover, .navlinks.black.w--current {
    color: #fff;
  }

  .navbar_d {
    display: none;
  }

  .nav_container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_m {
    background-color: #fff;
    display: block;
  }

  .menu-button {
    border-radius: 5px;
  }

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

  .lottie-animation {
    width: 24px;
  }

  .cover_image_faculty, .cover_image_admissions, .cover_image_facilities {
    height: 400px;
  }

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .requirements_wrapper, .campus_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .card_campus {
    grid-template-rows: 50% auto;
  }

  .header01 {
    font-size: 2em;
    line-height: 32px;
  }

  .subheader01 {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .heading-blue {
    font-size: 2em;
    line-height: 36px;
  }

  .top_nav_links {
    font-size: .7em;
  }

  .heading-3 {
    font-size: 16px;
  }

  .subheader_brown, .subheader02 {
    font-size: 1.4rem;
  }

  .top-nav-white {
    position: static;
  }

  .nav-menu {
    background-color: #036;
    height: 380px;
  }

  .paragraph_home_2 {
    font-size: 15px;
    line-height: 20px;
  }

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

  .card_position {
    grid-template-rows: 50% auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    display: none;
  }

  .heading {
    width: 50%;
  }

  .title_hero {
    font-size: 2.4em;
    line-height: 42px;
  }

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

  .tabs-container---brix {
    width: 100%;
    padding: 16px 16px 16px 8px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
  }

  .faq-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-tabs-menu---brix {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
  }

  .tab-button---brix {
    width: 100%;
    max-width: 240px;
    margin: 4px auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .tab-button---brix.w--current {
    display: block;
  }

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

  .form {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .submit-button {
    width: 300px;
  }

  .footer-wrapper {
    display: none;
  }

  .social-icons-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .circle {
    height: 80vh;
  }

  .section-hero-gradient {
    flex-flow: column;
  }

  .heading_mob {
    width: 100%;
    display: flex;
  }

  .images-wrapper {
    margin-top: 40px;
  }

  .footer-bottom-wrapper-mob {
    background-color: #02224a00;
    align-items: stretch;
    display: flex;
  }

  .div-block-6 {
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    width: 80%;
    display: flex;
  }

  .hero-section-mobile {
    display: flex;
  }

  .image {
    border-radius: 18px;
  }

  .nav_container {
    justify-content: space-between;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-20 {
    grid-template-rows: 50% auto;
  }

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

  .header01 {
    font-size: 2.4em;
    line-height: 42px;
  }

  .quote_open {
    margin-top: 0;
  }

  .footer_left_div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .timeline-line {
    height: 180px;
  }

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

  .quote_close {
    margin-top: 0;
  }

  .timeline-line-2026 {
    height: 180px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .logos {
    width: 220px;
  }

  .title_hero {
    padding-bottom: 10px;
    font-size: 1.9em;
    line-height: 30px;
  }

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

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

  .content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 1.7em;
    line-height: 29px;
  }

  .image_pros_01 {
    right: -8px;
  }

  .image_pros_02 {
    width: 50%;
  }

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

  .why-title {
    font-size: 1.7em;
    line-height: 29px;
  }

  .why-paragraph {
    font-size: 15px;
    line-height: 18px;
  }

  .heading2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .accordion-trigger---brix {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 5px;
  }

  .tabs-container---brix {
    margin-top: 24px;
    padding: 0;
    overflow: visible;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0 12px;
  }

  .faq-wrapper {
    padding: 0 0 32px;
  }

  .accordion-tabs-menu---brix {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
    display: grid;
    overflow: visible;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tab-button---brix {
    align-self: center;
    width: 100%;
    margin: 0 auto;
  }

  .heading-palatino {
    margin-bottom: 20px;
    font-size: 1.7em;
    line-height: 29px;
  }

  .faq_question {
    font-size: 18px;
    line-height: 24px;
  }

  .faq_answers {
    width: auto;
  }

  .faq-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .background-video {
    border-radius: 12px;
    flex-flow: column;
    height: 300px;
  }

  .faq-section-2 {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-item {
    line-height: 20px;
  }

  .form {
    flex-flow: column;
  }

  .text-field {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button {
    width: 100%;
    height: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-around;
    align-items: center;
    display: none;
  }

  .paragraph-2 {
    color: #fff;
    text-align: center;
    font-size: 12px;
  }

  .social-icons-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .main-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .section-hero {
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .section-hero-gradient {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading_mob {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .images-wrapper {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .paragraph-faq {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-bottom-wrapper-mob {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #02224a00;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-6 {
    justify-content: space-around;
    width: 80%;
    display: flex;
  }

  .hero-section-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    padding: 0 15px 15px;
    display: flex;
    position: relative;
  }

  .logos-footer {
    width: 90%;
  }

  .newsletter-title {
    text-align: center;
    font-size: 1.7em;
    line-height: 29px;
  }

  .bottom-white-div {
    height: 15px;
  }

  .why_choose_section {
    margin-bottom: 60px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .why-choose-card {
    width: 80vw;
  }

  .hero-image-mob-wrapper {
    border-radius: 18px;
    overflow: hidden;
  }

  .content_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cover_image_curriculum {
    height: 380px;
  }

  .section_cover {
    padding-top: 0;
  }

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

  .text-block {
    text-align: left;
    font-size: 1.5rem;
  }

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

  .code {
    font-size: 40px;
  }

  .text-block-4 {
    font-size: 30px;
    line-height: 27px;
  }

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

  .steps_1_wrapper, .steps_3_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ilts_04_wrapper {
    height: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .postgrad-cards {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .postgrad_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .postcard_title {
    margin-left: 15px;
    font-size: 1em;
    line-height: 16px;
  }

  .section_footer {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dv_gradient {
    min-height: 80px;
    padding-top: 10px;
  }

  .content_wrapper_faculty {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content_wrapper_admissions {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.25fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content_section {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .content_section_2 {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: auto;
  }

  .navbar_d {
    display: none;
  }

  .nav_container {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_m {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #ffffffc7;
    width: 100%;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .menu-button {
    padding: 12px;
  }

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

  .cover_image_faculty, .cover_image_admissions, .cover_image_facilities {
    height: 380px;
  }

  .div-block-19 {
    height: 65%;
  }

  .div-block-20 {
    flex-flow: column;
    grid-template-rows: auto auto;
  }

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

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

  .form_block, .div-block-24 {
    width: 100%;
  }

  .campus_wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_campus {
    grid-template-rows: 50% auto;
  }

  .header01 {
    font-size: 2em;
    line-height: 35px;
  }

  .subheader01 {
    font-size: 1.4rem;
    line-height: 28px;
  }

  .mob_nav_wrapper {
    background-color: #036;
    height: 100vh;
  }

  .heading-blue {
    margin-bottom: 20px;
    font-size: 1.7em;
    line-height: 29px;
  }

  .heading-blue.center {
    text-align: left;
    margin-bottom: 40px;
  }

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

  .ilts_01_wrapper {
    height: 160px;
  }

  .ilts_02_wrapper, .ilts_03_wrapper, .ilts_05_wrapper, .ilts_06_wrapper {
    height: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer_left_div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .top_nav {
    overflow: hidden;
  }

  .div-block-31 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 14px;
  }

  .div-block-32 {
    width: 100%;
  }

  .subheader_brown {
    font-size: 1.4rem;
  }

  .subheader02 {
    font-size: 1.4rem;
    line-height: 28px;
  }

  .div-block-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_d_white {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .div-block-36 {
    grid-template-columns: .25fr 3.5fr;
  }

  .timeline-line {
    height: 230px;
  }

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

  .card_position {
    grid-template-rows: 40% auto;
  }

  .timeline-line-2026 {
    height: 150px;
  }
}

#w-node-_44e29b17-21be-d252-d9f3-afaa0b8d20f3-bb1d1e21 {
  align-self: center;
}

#w-node-_66d9c322-defc-a6dd-ce33-8f9c8ea10645-bb1d1e23, #w-node-e72c1057-67cc-ddd6-2ce7-0c13c548af1f-bb1d1e25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_44e29b17-21be-d252-d9f3-afaa0b8d20f3-bb1d1e21 {
    align-self: center;
  }
}


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