:root {
  --peru: #133766;
  --dark-slate-grey: #524d47;
  --white: white;
  --azure: #e7f5f5;
  --antique-white: #dad4cd;
  --white-smoke: #f4f0eb;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

h1 {
  letter-spacing: -10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: .9;
}

h2 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--peru);
  text-decoration: none;
}

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

li {
  color: #000;
  letter-spacing: -.03vw;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  margin: 20px;
  padding: 0 0 4px;
  font-weight: 700;
}

.nav-link:hover {
  border-bottom: 3px solid var(--dark-slate-grey);
}

.nav-link.w--current {
  color: var(--dark-slate-grey);
  margin: 20px;
  padding: 0 0 4px;
}

.nav-link.white-links {
  color: var(--white);
  border-bottom: 3px solid #fff0;
  margin: 20px;
  padding: 0 0 4px;
}

.nav-link.white-links:hover {
  color: #fff;
  border-bottom: 3px solid #fff;
  margin: 20px;
  padding: 0 0 4px;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  display: block;
}

.container.top-margin-80 {
  margin-top: 80px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1140px;
  margin: 10px auto;
  display: flex;
}

.body {
  letter-spacing: -.1px;
  font-family: DM Sans, sans-serif;
}

.section-home-hero {
  background-image: linear-gradient(#092535d6 43%, #052e4100), url('../images/pexels-armin-rimoldi-5555115.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 55rem;
}

.heading-xxl {
  color: #333;
  letter-spacing: -10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: .9;
}

.heading-xxl.right-aligned {
  text-align: right;
  margin-left: 0;
  margin-right: 100px;
  line-height: .9;
}

.heading-xxl.white {
  color: var(--white);
  margin-left: 100px;
}

.container-jumbo-text {
  margin-top: 10vh;
}

.paragraph-m {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 17px;
  line-height: 1.3;
}

.paragraph-m.hero-subtext {
  color: snow;
  width: 40%;
  margin-right: 100px;
  font-size: 17px;
  line-height: 1.3;
}

.paragraph-m.all-caps {
  color: #f0e3d0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-m.all-caps.dark {
  color: var(--dark-slate-grey);
}

.paragraph-m.bold {
  font-weight: 500;
}

.paragraph-m.top-margin-20 {
  margin-top: 20px;
}

.paragraph-m.top-margin-20.dash {
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-m.top-margin-20.grey {
  color: #777676;
}

.paragraph-m.top-margin-20.mobile-center-aligned {
  text-decoration: none;
}

.paragraph-m.top-margin-20.left-aligned {
  text-align: left;
}

.paragraph-m.white {
  color: var(--azure);
}

.paragraph-m.span {
  margin-right: 5px;
}

.paragraph-m.right-aligned {
  text-align: right;
  margin-top: 20px;
}

.paragraph-m.right-aligned.half-width {
  width: 20%;
  margin-top: 0;
}

.paragraph-m.top-margin-30 {
  margin-top: 30px;
}

.paragraph-m.black-caps {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
}

.paragraph-m.grey-caps {
  color: #767676;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}

.paragraph-m.red {
  color: #ff1a1a;
  text-align: center;
}

.paragraph-m.margin-top-10 {
  margin-top: 10px;
}

.jumbo-text-container {
  flex-direction: column;
  display: flex;
}

.jumbo-subtext-container {
  justify-content: flex-end;
  margin-top: 28px;
  margin-right: 100px;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-right: 287px;
  padding: 13px 20px;
  font-size: 17px;
  font-weight: 500;
  transition: background-color .2s;
}

.button:hover {
  color: #333;
  background-color: #fff;
}

.button.black {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .2s;
}

.button.black:hover {
  color: #fff;
  background-color: #333;
}

.button.black.top-margin-30 {
  margin-top: 30px;
}

.button.black.no-top-margin {
  margin-top: 0;
}

.button.course-cta {
  background-color: var(--peru);
}

.button.course-cta:hover {
  color: #efc340;
}

.button.course-cta.secondary {
  border-color: var(--peru);
  color: var(--peru);
  background-color: #0000;
}

.button-container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 28px;
  margin-right: 100px;
  display: flex;
}

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

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

.slider {
  background-color: #0000;
  height: 170px;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.heading-xs {
  letter-spacing: -.7px;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.updates-container {
  align-items: center;
  margin-top: 74px;
  display: flex;
}

.image {
  width: 15px;
  max-width: none;
  margin-right: 6px;
}

.stats-wrapper {
  z-index: 5;
  background-color: var(--peru);
  border-radius: 15px;
  width: 80%;
  margin: -96px auto -85px;
  position: relative;
}

.stats-wrapper.mobile {
  display: none;
}

.grid-stats {
  z-index: 999999999;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

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

.figure-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.figure-container.vertical-margin-10 {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.figure-container.vertical-margin-10.center {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.number {
  color: #fff;
  font-size: 64px;
  line-height: 1.1;
}

.number.dark {
  color: var(--dark-slate-grey);
  font-size: 48px;
}

.number.dark.smaller {
  font-size: 48px;
}

.grid-heading {
  grid-template-rows: auto;
  place-items: start;
  width: 100%;
}

.heading-xl {
  text-align: left;
  letter-spacing: -3px;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.heading-xl.italic-heading {
  text-align: left;
  letter-spacing: -2px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-style: italic;
}

.heading-xl.italic-heading.perks-heading {
  margin-bottom: 20px;
}

.heading-xl.left-aligned {
  text-align: left;
  margin-top: 0;
}

.heading-xl.left-aligned.half-width {
  width: 40%;
}

.heading-xl.left-aligned._70-width {
  max-width: 70%;
}

.heading-xl.hidden {
  display: none;
}

.heading-xl.center-aligned {
  text-align: center;
}

.heading-container {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.cards-container {
  object-fit: fill;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.cards-container.mobile {
  height: auto;
  display: none;
}

.cards-container.space-top {
  margin-top: 40px;
}

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

.left-arrow {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: 257px;
  bottom: 0%;
  right: -85%;
}

.left-arrow.courses {
  margin-top: -163px;
  top: 576px;
  right: -85%;
}

.left-arrow.about {
  right: -85%;
}

.left-arrow.testimonial {
  top: 226px;
  right: -85%;
}

.left-arrow.openings {
  margin-bottom: 0;
  top: 380px;
  right: -85%;
}

.left-arrow.city {
  margin-top: 0;
  top: 280px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: 257px;
  bottom: 0%;
  right: 0%;
}

.right-arrow.courses {
  margin-top: -163px;
  top: 576px;
}

.right-arrow.testimonial {
  top: 226px;
}

.right-arrow.openings {
  margin-top: 0;
  margin-bottom: 0;
  top: 380px;
}

.right-arrow.city {
  margin-top: 0;
  top: 280px;
}

.panel {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.image-cards-mask {
  width: 30%;
  margin-left: 0;
  overflow: visible;
}

.happening-now-image {
  width: 300px;
  max-width: 300px;
  margin-top: 20px;
  display: block;
  overflow: visible;
}

.number-container {
  background-color: var(--azure);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.paragraph-small {
  margin-top: 16px;
  font-size: 14px;
}

.paragraph-small.no-margin {
  margin-top: 0;
}

.paragraph-small.span {
  margin-top: 0;
  margin-right: 5px;
}

.paragraph-small.top-margin-10 {
  margin-top: 10px;
}

.paragraph-small.tab {
  color: #666;
  margin-top: 0;
}

.paragraph-small.top-margin-30 {
  margin-top: 30px;
}

.ticket-and-close-icon {
  display: none;
}

.nav-bar {
  background-color: #fff;
  align-items: center;
  width: auto;
  margin: 0 auto;
  padding-left: 0;
  display: block;
}

.footer {
  background-color: var(--azure);
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-link {
  color: var(--peru);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.section-happenings {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
}

.heading-m {
  color: var(--dark-slate-grey);
  letter-spacing: -1px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-m.white {
  color: var(--white);
  letter-spacing: -.7px;
  margin-top: 0;
}

.heading-m.top-margin-10 {
  margin-top: 10px;
  font-weight: 400;
}

.footer-links {
  margin-top: 16px;
}

.footer-links-container {
  width: 20%;
}

.logo-and-socials-container {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.socials-container {
  margin-top: 30px;
}

.logo-link-container {
  justify-content: flex-start;
  display: flex;
}

.footer-logo-text {
  color: var(--peru);
  text-transform: uppercase;
  margin-left: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  text-decoration: none;
}

.link-logo-footer {
  text-decoration: none;
  display: flex;
}

.link-logo-footer:hover {
  text-decoration: none;
}

.card-container {
  width: auto;
  margin-right: 40px;
}

.card-container.last-card {
  margin-right: 0;
}

.social-link {
  margin-right: 10px;
}

.social-link:hover {
  transform: scale(1.1);
}

.social-image {
  filter: invert();
  max-width: 90%;
}

.cta-section {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.divider-line {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--white-smoke);
  width: 100%;
  height: 0;
}

.divider-line.top-margin-20 {
  margin-top: 20px;
}

.divider-line.margin-40 {
  background-color: #506b6b;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cta-container {
  background-color: var(--azure);
  margin-bottom: 40px;
}

.section-header.bg-light-blue {
  background-color: var(--azure);
  padding-bottom: 24px;
}

.section-header.bg-beige {
  background-color: var(--white-smoke);
}

.breadcrumps-container {
  border-style: solid;
  border-width: 0;
  border-color: black black var(--white-smoke);
  padding-bottom: 0;
  display: flex;
}

.breadcrumps-container.courses {
  margin-bottom: 10px;
}

.breadcrumps-container.lower-margin-20 {
  margin-bottom: 20px;
}

.link-s {
  color: var(--dark-slate-grey);
  border-bottom: 2px solid #0000;
  font-weight: 500;
  text-decoration: none;
}

.link-s:hover {
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.link-s.white {
  color: var(--white);
}

.link-s.white:hover {
  border-bottom-color: var(--white);
}

.dot {
  margin-left: 10px;
  margin-right: 10px;
}

.header-container {
  margin-top: 20px;
  padding-bottom: 40px;
}

.header-container.courses-header {
  border-bottom: 1px solid var(--white-smoke);
  margin-bottom: 40px;
  padding-bottom: 0;
}

.paragraph-l {
  font-size: 26px;
  line-height: 1.3;
}

.paragraph-l.left-aligned {
  width: 80%;
}

.paragraph-l.brown-caps {
  color: var(--peru);
  text-transform: uppercase;
}

.header-content-containr {
  margin-top: 20px;
}

.banner-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 30px;
  display: grid;
}

.image-about {
  border-radius: 12px;
  width: 80%;
}

.section-ctas {
  margin-top: 100px;
  margin-bottom: 100px;
}

.background-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Student-Image_1Student Image.avif');
  background-position: -40px 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-container.hidden-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/pexels-kindelmedia-7651804.webp');
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: 220px 220px;
  grid-template-columns: 1fr 1fr 220px 220px;
}

.box-link {
  background-color: var(--antique-white);
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.box-link.light {
  background-color: var(--antique-white);
  border-top-right-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.box-link.dark {
  background-color: var(--peru);
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  height: 100%;
  margin-top: 0;
}

.grid-margin {
  margin: 20px;
}

.spacer {
  height: 24px;
}

.video-icon {
  filter: invert();
  width: 20px;
  margin-right: 10px;
}

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

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

.president-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.text-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.text-container.right-padding-40 {
  padding-right: 40px;
}

.text-container.lower-margin-20 {
  margin-bottom: 20px;
}

.text-container.faq {
  display: none;
}

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

.image-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.president-image {
  border-radius: 20px;
}

.number-small {
  font-size: 36px;
  line-height: 1.2;
}

.section-influencial-people {
  padding-bottom: 40px;
}

.slider-updates {
  height: auto;
}

.right-arrow-small {
  width: 30px;
  height: 30px;
  bottom: -74px;
  right: 684px;
}

.left-arrow-small {
  width: 30px;
  height: 30px;
  bottom: -74px;
  left: -2px;
}

.slider-text {
  margin-top: 102px;
  margin-left: 89px;
}

.container-alternate {
  flex-direction: column;
  display: flex;
}

.button-center {
  margin-bottom: 60px;
}

.section-about {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.images-about {
  width: 100%;
  max-width: none;
}

.collection-about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.collection-item {
  width: 100%;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-image-cards {
  max-width: none;
  margin-right: 24px;
}

.slide-image-cards.right-margin-40 {
  width: 27%;
  margin-right: 24px;
}

.slide-image-cards.about {
  margin-right: 42px;
}

.slider-image-cards {
  background-color: #0000;
  height: auto;
  overflow: visible;
}

.collection-list {
  margin-left: 0;
}

.section-testimonials {
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}

.marginal-background {
  z-index: 0;
  background-color: var(--antique-white);
  width: 100%;
  height: 400px;
  margin-top: -381px;
  position: relative;
}

.marginal-background.green {
  background-color: var(--azure);
  height: 330px;
}

.div-courses {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.collection-course {
  background-color: var(--white);
  color: #333;
  border-radius: 10px;
  padding-bottom: 30px;
  text-decoration: none;
}

.course-element {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.course-element.no-margin {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.course-element.pills {
  flex: 1;
}

.course-element.pills.in-course-page {
  margin-left: 0;
  margin-right: 0;
}

.chip-container {
  background-color: var(--azure);
  border-radius: 3px;
  padding: 5px 10px;
}

.chip-container.right {
  background-color: var(--antique-white);
  border-radius: 3px;
  margin-left: 15px;
}

.chip-container.dark-green {
  background-color: var(--dark-slate-grey);
  border-radius: 3px;
  margin-bottom: 10px;
}

.slider-testimonial-cards {
  background-color: #0000;
  height: auto;
  overflow: visible;
}

.slide-testimonial {
  margin-right: 50px;
}

.div-testimonial {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 40px;
  display: grid;
}

.div-grid.margin-top-40 {
  margin-top: 40px;
}

.div-info {
  margin-top: 0;
  display: flex;
}

.section-courses {
  height: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-courses.green {
  height: 700px;
}

.div-slider-cards.top-margin-40 {
  margin-top: 40px;
}

.div-testimonials {
  margin-top: 60px;
}

.div-cta-mobile {
  display: none;
}

.div-influential {
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-people {
  margin-top: 40px;
}

.collection-item-influential {
  width: 33%;
  padding-right: 10px;
}

.div-person {
  width: 80%;
  padding-right: 0;
}

.div-person.horizontal {
  margin-top: 40px;
  display: flex;
}

.div-video-cta {
  display: flex;
}

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

.div-content-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  margin-top: 20px;
  display: grid;
}

.div-content-banner.no-line {
  border-bottom-width: 0;
  grid-template-columns: 1fr .5fr;
  margin-top: 0;
}

.div-content-banner.no-line.lower-padding-40 {
  grid-template-columns: .75fr .75fr;
  margin-top: 40px;
}

.div-content-banner.wider {
  grid-template-columns: 1fr .5fr;
  padding-bottom: 0;
}

.div-content-banner.padding {
  grid-template-columns: .75fr .75fr;
  padding-bottom: 40px;
}

.div-content-banner.custom-width.about-school {
  grid-template-columns: .5fr 1fr;
}

.image-banner {
  border-radius: 5px;
  width: 70%;
}

.image-banner.top-margin-mobile {
  width: 50%;
}

.section-info {
  padding-top: 60px;
  padding-bottom: 20px;
}

.heading-l {
  letter-spacing: -1px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.heading-l.half-width {
  width: 50%;
}

.heading-l.half-width.quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
}

.heading-l.center-aligned {
  text-align: center;
}

.div-figures {
  width: 100%;
}

.div-alignment {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-alignment.horizontal {
  flex-direction: row;
}

.section-openings {
  background-color: var(--azure);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.slider-job-cards {
  background-color: #0000;
}

.div-job-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
}

.div-job-card.left-padding-0 {
  padding-left: 0;
}

.div-opening-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-opening-contain.half-width.top-margin-40 {
  margin-top: 40px;
}

.div-info-block {
  margin-top: 20px;
}

.section-form {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.form-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.heading-s {
  letter-spacing: -1px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-form-horizontal {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.div-form-horizontal.top {
  margin-top: 0;
}

.div-form-element {
  width: 45%;
}

.div-form-element.full-width {
  width: 100%;
}

.text-field {
  border-radius: 5px;
  height: 50px;
  margin-top: 15px;
}

.text-field:focus {
  border: 2px solid #000;
}

.text-field.big-block {
  height: 200px;
}

.div-form-button {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.div-cards-mobile {
  display: none;
}

.div-end-aligned {
  border-top: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-end-aligned.no-lines {
  border-top-width: 0;
  border-bottom-width: 0;
  max-width: 1140px;
  margin: 0 auto;
}

.div-right-align {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.section-validation {
  background-color: var(--azure);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-courses-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-courses-contain {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.div-courses-contain.hidden {
  display: none;
}

.courses-cards {
  margin-top: 50px;
}

.div-course-card {
  border: 1px solid #cacaca;
  width: 300px;
  padding-bottom: 30px;
}

.div-course-card.wider {
  color: #333;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  min-height: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.div-course-card.wider:hover {
  box-shadow: 11px 11px 32px #2c3a3a1f;
}

.collection-list-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.collection-item-course {
  display: flex;
}

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

.section-course-info.bg-light-blue {
  background-color: var(--azure);
}

.select-field {
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 0;
}

.div-dropdown {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-online-card {
  background-color: var(--antique-white);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px 30px;
}

.div-text-online {
  width: 100%;
}

.section-events {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-events-cards {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: block;
}

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

.link-block {
  color: var(--dark-slate-grey);
  border-top: 4px solid #0000;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  border-top: 4px solid var(--peru);
}

.div-date {
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.collection-item-event {
  margin-bottom: 40px;
}

.pagination {
  justify-content: flex-end;
  margin-top: 20px;
}

.div-contact-elements {
  margin-top: 10px;
}

.section-depts {
  background-color: var(--azure);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-department {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 300px;
  padding: 20px;
}

.div-department.margin-left-40 {
  margin-left: 40px;
}

.div-departments {
  margin-top: 30px;
}

.image-department {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 300px;
}

.div-department-contain.horizontal {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.section-details {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.div-detail.side-lines {
  border-right: 1px solid var(--white-smoke);
  margin-right: 40px;
  padding-right: 40px;
}

.div-socials-black {
  margin-top: 20px;
  display: flex;
}

.link-block-black-social {
  margin-right: 10px;
}

.map {
  border-radius: 5px;
  height: 300px;
}

.section-tabs {
  background-color: var(--antique-white);
  padding-top: 40px;
  padding-bottom: 100px;
}

.tab-link {
  color: #c9ac82;
  background-color: #0000;
  border-bottom: 3px solid #b1b1b1;
  width: 31%;
  margin-right: 20px;
  padding-left: 10px;
}

.tab-link.w--current {
  border-bottom: 3px solid var(--peru);
  color: var(--peru);
  background-color: #0000;
}

.tab-link.last {
  width: 23%;
  margin-right: 0;
}

.div-tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 40px;
  display: grid;
}

.div-tab.mobile-view {
  display: none;
}

.div-tab-text {
  background-color: var(--white);
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  width: auto;
  margin-right: -89px;
  padding: 40px;
  position: relative;
}

.div-alt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.div-grid-text {
  margin-left: 0;
  margin-right: 0;
}

.div-grid-text.mobile-view {
  display: none;
}

.section-student-voices {
  padding-top: 100px;
  padding-bottom: 30px;
  overflow: hidden;
}

.div-images {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}

.slider-images {
  background-color: #0000;
}

.slide-image {
  width: 40%;
  margin-right: 30px;
}

.div-image-city.mobile {
  display: none;
}

.list-item {
  color: #000;
  letter-spacing: -.03vw;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.style-guide-divs, .typography-divs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.style-guide {
  max-width: 75%;
  margin-top: 140px;
  margin-bottom: 140px;
}

.div-course-card-cms {
  display: flex;
}

.licenses-fonts-text {
  color: #000;
  margin-top: 20px;
  font-weight: 400;
  line-height: 2.5vw;
}

.text-block-63 {
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.section {
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.fonts-licenses {
  margin-top: 60px;
  margin-bottom: 60px;
}

.licenses-image-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.black-divider {
  background-color: #000;
  height: 2px;
  margin-top: 0;
}

.photography-licenses {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-62 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2.5vw;
}

.licenses-text-wrapper {
  margin-top: 20px;
  margin-bottom: 18px;
}

.div-wrapper {
  flex-direction: column;
  justify-content: start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 1.66vw;
  font-weight: 500;
  display: flex;
  position: relative;
}

.div-wrapper.bottom-margin-100 {
  margin-bottom: 100px;
}

.italic-text {
  color: #000;
  font-weight: 400;
  line-height: 2.5vw;
}

.license-page-image {
  object-fit: cover;
  width: 200px;
  height: 200px;
}

.success-message {
  background-color: var(--azure);
  border-radius: 5px;
}

.error-message {
  text-align: center;
  background-color: #ffeded;
  border-radius: 5px;
  padding-left: 0;
}

.heading-subtext {
  text-align: center;
}

.information {
  width: 70%;
}

.section--text {
  margin-top: 40px;
  position: relative;
}

.title {
  margin-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  width: 300px;
  display: flex;
}

.image-193, .image-courses {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

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

.collection-list-contain {
  margin-left: 0;
  margin-right: 0;
}

.div-licenses {
  max-width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.mobile {
  display: none;
}

.city-image {
  margin-top: 10px;
}

.city-block {
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.collection-list-wrapper-online-offline {
  margin-top: 40px;
}

.testimonial-image-wrapper {
  flex-direction: row;
  display: flex;
}

.image-194 {
  width: 100%;
}

.people-info-wrapper {
  margin-left: 40px;
}

.change-log-element-wrapper {
  margin-top: 40px;
}

.paragraph {
  margin-top: 20px;
}

.testimonial-text {
  color: var(--dark-slate-grey);
  border-left-style: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.3;
}

.main-wrapper.after-hero {
  margin-top: -150px;
}

.testimonial-cards-mask {
  width: 72%;
  overflow: visible;
}

.text-white, .text-white-copy {
  color: #fff;
}

.subheadline.text-white {
  padding: 20px 24px;
}

.grid-2 {
  display: flex;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  line-height: 30px;
}

.accordion-heading.course-faq {
  font-size: 16px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accreditation-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}

.cover-image._1 {
  background-image: url('../images/1.webp');
}

.cover-image._2 {
  background-image: url('../images/2.webp');
}

.cover-image._3 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-size: cover;
}

.cover-image._4 {
  background-image: url('../images/4.webp');
}

.cover-image._5 {
  background-image: url('../images/5.webp');
}

.cover-image._6 {
  background-image: url('../images/6.webp');
}

.cover-image._7 {
  background-image: url('../images/7.webp');
}

.cover-image._8 {
  background-image: url('../images/8.webp');
}

.cover-image._9 {
  background-image: url('../images/9.webp');
}

.cover-image._10 {
  background-image: url('../images/10.webp');
}

.cover-image._11 {
  background-image: url('../images/11.webp');
}

.cover-image._12 {
  background-image: url('../images/12.webp');
}

.cover-image._13 {
  background-image: url('../images/13.webp');
}

.cover-image._14 {
  background-image: url('../images/14.webp');
}

.cover-image._15 {
  background-image: url('../images/15.webp');
}

.cover-image._16 {
  background-image: url('../images/16.webp');
}

.cover-image._17 {
  background-image: url('../images/17.webp');
}

.cover-image._18, .cover-image._18-copy {
  background-image: url('../images/18.webp');
}

.cover-image._19 {
  background-image: url('../images/19.webp');
}

.cover-image._20 {
  background-image: url('../images/20.webp');
}

.perks-image {
  background-image: url('../images/19.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 240px;
}

.perks-image.perks-2 {
  background-image: url('../images/pexels-lum3n-44775-327882.webp');
}

.perks-image.perks-3 {
  background-image: url('../images/pexels-nastyasensei-66707-335393.webp');
}

.perks-image.perks-4 {
  background-image: url('../images/pexels-shvetsa-4482896.webp');
}

.perks-image.perks-5 {
  background-image: url('../images/pexels-leeloothefirst-5386754.jpg');
}

.perks-image.perks-6 {
  background-image: url('../images/pexels-mart-production-7709091.webp');
}

.course-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.course-image._1 {
  background-image: url('../images/1.webp');
}

.course-image._2 {
  background-image: url('../images/2.webp');
}

.course-image._3 {
  background-image: url('../images/3.webp');
}

.course-image._4 {
  background-image: url('../images/4.webp');
}

.course-image._5 {
  background-image: url('../images/5.webp');
}

.course-image._6 {
  background-image: url('../images/6.webp');
}

.course-image._7 {
  background-image: url('../images/7.webp');
}

.course-image._8 {
  background-image: url('../images/8.webp');
}

.course-image._9 {
  background-image: url('../images/9.webp');
}

.course-image._10 {
  background-image: url('../images/10.webp');
}

.course-image._11 {
  background-image: url('../images/11.webp');
}

.course-image._12 {
  background-image: url('../images/12.webp');
}

.course-image._13 {
  background-image: url('../images/13.webp');
}

.course-image._14 {
  background-image: url('../images/14.webp');
}

.course-image._15 {
  background-image: url('../images/15.webp');
}

.course-image._16 {
  background-image: url('../images/16.webp');
}

.course-image._17 {
  background-image: url('../images/17.webp');
}

.course-image._18 {
  background-image: url('../images/18.webp');
}

.course-image._19 {
  background-image: url('../images/19.webp');
}

.course-image._20 {
  background-image: url('../images/20.webp');
}

.course-link {
  display: flex;
}

.spacer-mobile {
  height: 0;
}

@media screen and (min-width: 1440px) {
  body {
    font-family: DM Sans, sans-serif;
  }

  .container {
    max-width: 1140px;
  }

  .section-home-hero {
    background-size: cover;
    height: 900px;
  }

  .container-jumbo-text {
    margin-top: 5%;
  }

  .paragraph-m {
    font-size: 20px;
  }

  .paragraph-m.top-margin-20 {
    margin-top: 20px;
  }

  .button.black.top-margin-30 {
    margin-top: 30px;
  }

  .grid {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    background-color: #0000;
  }

  .stats-wrapper {
    max-width: 1140px;
  }

  .grid-stats {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow {
    margin-top: -38.5px;
    margin-bottom: -38.5px;
    top: 327px;
    right: -83%;
  }

  .left-arrow.about {
    margin-top: -7px;
    margin-bottom: -7px;
    top: 264px;
  }

  .left-arrow.testimonial {
    margin-top: -38.5px;
    margin-bottom: -38.5px;
    top: 284px;
  }

  .left-arrow.openings {
    margin-top: 0;
    margin-bottom: 0;
    top: 412px;
    right: -84%;
  }

  .left-arrow.city {
    margin-top: -38.5px;
    top: 323px;
    right: -85%;
  }

  .right-arrow {
    top: 327px;
    right: 0%;
  }

  .right-arrow.about {
    margin-top: -7px;
    margin-bottom: -7px;
    top: 264px;
  }

  .right-arrow.testimonial {
    margin-top: -38.5px;
    margin-bottom: -38.5px;
    top: 284px;
  }

  .right-arrow.openings {
    top: 412px;
  }

  .right-arrow.city {
    margin-top: -38.5px;
    margin-bottom: -38.5px;
    top: 323px;
  }

  .footer-flex-container, .header-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-content-containr {
    margin-top: 40px;
  }

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

  .image-about {
    width: 80%;
    margin-right: 0;
  }

  .background-container.hidden-mobile {
    grid-template-rows: 250px 250px;
    grid-template-columns: 1fr 1fr 250px 250px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .spacer {
    height: 120px;
  }

  .stats-inline, .president-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-container.lower-margin-20 {
    margin-bottom: 20px;
  }

  .right-arrow-small {
    right: 684px;
  }

  .left-arrow-small {
    left: 6px;
  }

  .container-alternate {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .collection-about {
    width: auto;
  }

  .collection-item {
    width: 100%;
  }

  .slide-image-cards {
    width: 300px;
    margin-right: 24px;
  }

  .marginal-background.green {
    height: 340px;
  }

  .course-container {
    width: auto;
  }

  .section-courses {
    overflow: hidden;
  }

  .section-courses.green {
    height: 730px;
  }

  .div-slider-cards.top-margin-40 {
    max-width: 1140px;
  }

  .div-influential {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-influential {
    width: 33%;
  }

  .div-person {
    width: auto;
    margin-right: 60px;
    padding-right: 0;
  }

  .div-content-banner {
    grid-template-columns: .75fr .5fr;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-content-banner.custom-width {
    grid-template-columns: .5fr .5fr;
  }

  .image-banner {
    width: 80%;
  }

  .section-openings {
    padding-bottom: 200px;
  }

  .div-job-card {
    height: 394px;
  }

  .div-course-card.wider {
    width: 350px;
    margin-bottom: 20px;
    transition: box-shadow .2s;
  }

  .div-course-card.wider:hover {
    box-shadow: 11px 11px 32px #2c3a3a1f;
  }

  .collection-list-courses {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch center;
  }

  .section-course-info {
    padding-bottom: 0;
  }

  .div-events {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .pagination {
    justify-content: flex-end;
  }

  .div-department, .image-department {
    width: 350px;
  }

  .div-details-grid {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .map {
    height: 350px;
  }

  .rich-text {
    color: #000;
  }

  .container-form {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-63 {
    margin-bottom: 15px;
  }

  .licenses-image-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .licenses-text-wrapper {
    margin-bottom: 40px;
  }

  .div-wrapper {
    max-width: none;
    margin-top: 3.88vw;
    margin-bottom: 3.88vw;
    padding-left: 4.16vw;
    padding-right: 4.16vw;
  }

  .div-wrapper.bottom-margin-100 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-wrapper.lesser-spacing {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-text {
    margin-top: 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--dark-slate-grey);
    padding-left: 40px;
  }

  .nav-link.white-links {
    color: var(--dark-slate-grey);
  }

  .container {
    max-width: 90%;
  }

  .navbar-container {
    width: 90%;
  }

  .heading-xxl {
    margin-left: 0;
    font-size: 110px;
  }

  .heading-xxl.right-aligned {
    margin-right: 0;
  }

  .heading-xxl.white {
    margin-left: 0;
  }

  .container-jumbo-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .paragraph-m.hero-subtext {
    width: 50%;
    margin-right: 40px;
    font-size: 16px;
  }

  .paragraph-m.all-caps {
    font-size: 16px;
  }

  .jumbo-text-container {
    width: 90%;
  }

  .jumbo-subtext-container {
    margin-top: 24px;
  }

  .button {
    margin-right: -67px;
  }

  .button-container {
    flex: none;
    margin-top: 24px;
    display: flex;
  }

  .nav-menu {
    z-index: 2147483647;
    background-color: #e7f5f5;
    width: 30%;
  }

  .stats-wrapper {
    width: 90%;
  }

  .number {
    font-size: 52px;
  }

  .heading-xl {
    text-align: center;
    font-size: 42px;
  }

  .heading-xl.italic-heading {
    text-align: left;
  }

  .heading-xl.hidden, .cards-container.mobile {
    display: none;
  }

  .left-arrow {
    margin-bottom: 0;
    top: 195px;
    right: -73%;
  }

  .left-arrow.courses {
    right: -78%;
  }

  .left-arrow.about {
    top: 249px;
    right: -78%;
  }

  .left-arrow.testimonial {
    margin-bottom: 0;
    top: 234px;
  }

  .left-arrow.openings {
    top: 381px;
    right: -76%;
  }

  .right-arrow {
    margin-top: 0;
    margin-bottom: 0;
    top: 195px;
    right: 0%;
  }

  .right-arrow.about {
    margin-top: 0;
    margin-bottom: 0;
    top: 249px;
  }

  .right-arrow.testimonial {
    margin-top: 0;
    margin-bottom: 0;
    top: 234px;
  }

  .right-arrow.openings {
    top: 381px;
  }

  .image-cards-mask {
    width: 46%;
  }

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

  .ticket-and-close-icon {
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: auto;
    margin-top: 18px;
    margin-right: 18px;
    display: flex;
  }

  .close-icon {
    display: block;
  }

  .nav-bar {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

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

  .footer-link:hover {
    text-decoration: none;
  }

  .footer-logo-text {
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .link-logo-footer {
    flex-direction: column;
  }

  .cta-container {
    width: auto;
  }

  .footer-logo-image {
    width: 30%;
  }

  .right-arrow-small {
    right: 383px;
  }

  .slide-image-cards {
    margin-right: 40px;
  }

  .marginal-background.green {
    height: 220px;
  }

  .slide-testimonial {
    margin-right: 30px;
  }

  .div-person {
    width: auto;
    padding-right: 0;
  }

  .div-video-cta {
    display: flex;
  }

  .image-influentials {
    width: auto;
  }

  .div-content-banner {
    grid-template-columns: .75fr .5fr;
  }

  .image-banner {
    width: auto;
  }

  .section-openings {
    padding-bottom: 180px;
  }

  .div-course-card.wider {
    width: 330px;
  }

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

  .section-course-info {
    padding-bottom: 0;
  }

  .div-department {
    width: auto;
  }

  .div-detail.side-lines {
    margin-right: 20px;
    padding-right: 20px;
  }

  .tab-link, .tab-link.last.w--current {
    width: 22%;
  }

  .div-wrapper {
    padding: 0 16px;
  }

  .section--text {
    margin-top: 60px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .testimonial-cards-mask {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
  }

  .section-home-hero {
    height: 100vh;
  }

  .heading-xxl {
    margin-left: 10px;
    font-size: 84px;
  }

  .heading-xxl.right-aligned {
    margin-right: 10px;
  }

  .paragraph-m.hero-subtext {
    width: 70%;
    margin-right: 0;
    font-size: 16px;
  }

  .paragraph-m.top-margin-20 {
    text-align: left;
  }

  .paragraph-m.right-aligned.half-width {
    width: 40%;
  }

  .paragraph-m.top-margin-30, .paragraph-m.grey-caps, .paragraph-m.center-aligned-mobile {
    text-align: center;
  }

  .jumbo-subtext-container {
    margin-right: 80px;
  }

  .button {
    margin-right: 2px;
    font-size: 14px;
  }

  .button-container {
    margin-right: 0;
  }

  .nav-menu {
    z-index: 2147483647;
    width: 40%;
    margin-bottom: auto;
  }

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

  .stats-wrapper {
    z-index: 5;
  }

  .stats-wrapper.mobile {
    display: none;
  }

  .heading-xl {
    font-size: 36px;
  }

  .heading-xl.italic-heading {
    text-align: left;
    font-size: 24px;
  }

  .heading-xl.left-aligned {
    text-align: left;
  }

  .heading-xl.left-aligned.tablet {
    text-align: center;
  }

  .left-arrow {
    top: 147px;
    right: -69%;
  }

  .left-arrow.courses {
    right: -68%;
  }

  .left-arrow.about {
    top: 249px;
    right: -68%;
  }

  .left-arrow.testimonial {
    top: 273px;
    right: -68%;
  }

  .right-arrow {
    top: 147px;
    right: 0%;
  }

  .right-arrow.about {
    top: 249px;
  }

  .right-arrow.testimonial {
    top: 273px;
  }

  .menu {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer {
    padding: 0 0 40px;
  }

  .heading-m.center-aligned-mobile {
    text-align: left;
  }

  .social-link {
    margin-right: 5px;
  }

  .social-image {
    max-width: 60%;
  }

  .breadcrumps-container {
    text-align: left;
    justify-content: flex-start;
  }

  .banner-container {
    flex-direction: column;
    display: flex;
  }

  .image-about {
    width: auto;
    margin-top: 20px;
  }

  .background-container.hidden-mobile {
    display: none;
  }

  .spacer.video-block-spacer {
    height: 0;
  }

  .text-container {
    align-items: center;
    margin-bottom: 0;
  }

  .section-influencial-people {
    padding-bottom: 0;
  }

  .slide-image-cards {
    width: 55%;
  }

  .marginal-background {
    margin-top: -370px;
  }

  .marginal-background.green {
    height: 200px;
    margin-top: -351px;
  }

  .slide-testimonial {
    width: auto;
    margin-right: 20px;
  }

  .div-grid {
    grid-column-gap: 16px;
  }

  .section-courses {
    height: 750px;
    padding-top: 60px;
  }

  .div-slider-cards.top-margin-40 {
    display: none;
  }

  .div-cta-mobile {
    flex-direction: column;
    display: flex;
  }

  .collection-item-influential {
    padding-left: 0;
  }

  .div-person {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .image-arrow {
    width: 15%;
  }

  .image-influentials {
    width: auto;
  }

  .div-content-banner {
    flex-direction: column;
    grid-template-columns: .5fr .5fr;
    display: flex;
  }

  .div-content-banner.no-line {
    flex-direction: column;
    display: flex;
  }

  .image-banner.top-margin-mobile {
    margin-top: 20px;
  }

  .heading-l.half-width {
    width: 90%;
  }

  .heading-l.center-aligned-mobile {
    text-align: left;
  }

  .div-alignment {
    margin-top: 20px;
  }

  .section-openings {
    padding-bottom: 60px;
  }

  .div-cards-mobile {
    margin-top: 40px;
    display: flex;
  }

  .collection-item-2 {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
  }

  .div-course-card.wider {
    width: 300px;
  }

  .collection-list-courses {
    flex-direction: column;
    display: flex;
  }

  .collection-item-course {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-course-info {
    padding-bottom: 20px;
  }

  .div-online-card {
    margin-right: 20px;
  }

  .div-department, .image-department {
    width: 350px;
  }

  .div-department-contain {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .div-details-grid {
    flex-direction: column;
    display: flex;
  }

  .div-detail.side-lines {
    border-bottom: 1px solid var(--white-smoke);
    border-right-width: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .div-socials-black {
    justify-content: center;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tab-link.w--current {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .tab-link.last {
    width: 100%;
  }

  .div-tab {
    grid-template-columns: 1fr;
  }

  .div-tab-text {
    margin-right: 0;
  }

  .section-student-voices {
    padding-top: 60px;
  }

  .licenses-fonts-text {
    font-size: 2.3vw;
    line-height: 3.5vw;
  }

  .text-block-63 {
    margin-bottom: 5px;
    font-size: 2.3vw;
  }

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

  .fonts-licenses {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .licenses-image-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .photography-licenses {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-62 {
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 4vw;
  }

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

  .italic-text {
    font-size: 2.3vw;
  }

  .section--text {
    margin-top: 0;
  }

  .title {
    margin-top: 40px;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .course-image {
    height: 200px;
  }

  .tabs-menu {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link {
    text-align: center;
    padding-left: 16px;
  }

  .section-home-hero {
    background-position: 0 0;
    background-size: cover;
    height: 85vh;
  }

  .heading-xxl {
    letter-spacing: -4px;
    font-size: 48px;
  }

  .container-jumbo-text {
    margin-top: 10vh;
  }

  .paragraph-m {
    text-align: left;
  }

  .paragraph-m.hero-subtext {
    text-align: left;
    width: 80%;
    font-size: 14px;
  }

  .paragraph-m.all-caps.dark, .paragraph-m.top-margin-20 {
    text-align: left;
  }

  .paragraph-m.top-margin-20.dash {
    display: none;
  }

  .paragraph-m.top-margin-20.grey {
    text-align: left;
    margin-top: 5px;
  }

  .paragraph-m.top-margin-20.centre-aligned {
    text-align: center;
  }

  .paragraph-m.top-margin-20.mobile-left-aligned {
    text-align: left;
  }

  .paragraph-m.top-margin-20.mobile-center-aligned {
    text-align: center;
  }

  .paragraph-m.left-aligned {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-m.right-aligned.half-width {
    text-align: center;
    width: 70%;
  }

  .paragraph-m.black-caps {
    text-align: left;
  }

  .paragraph-m.red {
    text-align: center;
  }

  .jumbo-subtext-container {
    margin-top: 16px;
    margin-right: 0;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .button-container {
    margin-top: 16px;
  }

  .menu-button {
    background-color: #0000;
  }

  .grid {
    flex-direction: column;
    margin-top: 130px;
    display: flex;
  }

  .slider {
    height: 140px;
  }

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

  .updates-container {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .stats-wrapper {
    margin-top: -132px;
    margin-bottom: -114px;
    display: block;
  }

  .stats-wrapper.mobile {
    display: block;
  }

  .grid-stats {
    flex-direction: column;
    display: flex;
  }

  .grid-stats.three-column {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .figure-container {
    margin: 20px;
  }

  .figure-container.left {
    margin: 20px 0 20px 36px;
  }

  .figure-container.right {
    margin: 20px 32px 20px 0;
  }

  .figure-container.vertical-margin-10 {
    align-items: center;
  }

  .number {
    font-size: 38px;
  }

  .number.dark {
    font-size: 32px;
  }

  .grid-heading {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-xl {
    text-align: center;
    letter-spacing: -2px;
    font-size: 32px;
  }

  .heading-xl.italic-heading {
    font-size: 32px;
  }

  .heading-xl.left-aligned {
    text-align: center;
  }

  .heading-xl.left-aligned.half-width {
    width: 70%;
  }

  .heading-xl.left-aligned.tablet {
    text-align: center;
  }

  .heading-xl.hidden {
    display: none;
  }

  .cards-container {
    flex-direction: column;
    display: flex;
  }

  .cards-container.mobile {
    margin-top: 0;
    display: block;
  }

  .paragraph-small {
    text-align: center;
    margin-top: 5px;
  }

  .paragraph-small.white, .paragraph-small.white.left-aligned, .paragraph-small.top-margin-10.left-aligned {
    text-align: left;
  }

  .row-stats-container {
    justify-content: space-between;
    display: flex;
  }

  .footer {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .section-happenings {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .heading-m.center-aligned-mobile {
    text-align: center;
  }

  .footer-links-container {
    width: auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .logo-and-socials-container {
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .socials-container {
    margin-top: 20px;
  }

  .footer-logo-text {
    margin-top: 0;
    margin-left: 20px;
    font-size: 22px;
  }

  .link-logo-footer {
    flex-direction: row;
  }

  .card-container {
    margin-top: 40px;
    margin-right: 0;
  }

  .card-container.top-card {
    margin-top: 0;
  }

  .social-image {
    max-width: 75%;
  }

  .breadcrumps-container {
    justify-content: center;
  }

  .paragraph-l.left-aligned {
    width: auto;
    font-size: 24px;
  }

  .banner-container {
    flex-direction: column;
    display: flex;
  }

  .image-about {
    width: auto;
    margin-top: 20px;
  }

  .background-container {
    flex-direction: column;
    display: flex;
  }

  .background-container.hidden-mobile {
    display: none;
  }

  .box-link.light {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .box-link.dark {
    margin-top: 0;
  }

  .empty-container.hidden {
    display: none;
  }

  .spacer {
    display: block;
  }

  .spacer.mobile-hidden {
    display: none;
  }

  .footer-logo-image {
    width: 40%;
  }

  .president-container {
    flex-direction: column;
    margin-bottom: 60px;
    display: flex;
  }

  .text-container {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-container.center-aligned {
    align-items: center;
  }

  .text-container.right-padding-40 {
    align-items: center;
    padding-right: 0;
  }

  .text-container.left-aligned-mobile {
    align-items: flex-start;
  }

  .image-container {
    align-items: center;
  }

  .section-influencial-people {
    padding-bottom: 0;
  }

  .right-arrow-small {
    bottom: -49px;
    right: 40%;
  }

  .left-arrow-small {
    bottom: -49px;
    left: 40%;
  }

  .slider-text {
    margin-top: 0;
    margin-left: 0;
  }

  .button-center {
    display: block;
  }

  .spacer-block {
    display: none;
  }

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

  .collection-item {
    margin-bottom: 30px;
  }

  .slider-image-cards {
    display: none;
  }

  .collection-list {
    flex-direction: column;
    display: flex;
  }

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

  .marginal-background {
    z-index: -1;
    height: 1220px;
    margin-top: -1237px;
    display: none;
  }

  .div-courses {
    display: none;
  }

  .course-container {
    display: block;
  }

  .course-container.mobile {
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .course-container.mobile.top {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .collection-course {
    width: 290px;
    margin-bottom: 30px;
  }

  .block-empty {
    display: none;
  }

  .div-grid {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-info {
    flex-direction: column;
  }

  .mobile-testimonial {
    flex-direction: column;
    display: flex;
  }

  .image-mobile {
    width: 100%;
  }

  .section-courses {
    background-color: var(--antique-white);
    height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section-courses.green {
    background-color: var(--azure);
    height: auto;
  }

  .div-testimonials {
    display: none;
  }

  .div-cta-mobile {
    flex-direction: column;
    display: flex;
  }

  .collection-item-influential {
    width: auto;
    padding-right: 0;
  }

  .div-person {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .image-arrow {
    width: 10%;
  }

  .image-influentials {
    width: auto;
  }

  .div-content-banner {
    flex-direction: column;
    display: flex;
  }

  .image-banner {
    margin-top: 0;
  }

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

  .heading-l, .heading-l.half-width {
    text-align: center;
  }

  .div-form-horizontal, .div-form-horizontal.top {
    flex-direction: column;
  }

  .div-form-element {
    width: auto;
  }

  .div-form-button {
    justify-content: center;
    align-items: stretch;
  }

  .collection-item-2 {
    border-radius: 10px;
  }

  .div-end-aligned {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-right-align {
    justify-content: center;
    align-items: center;
  }

  .div-block {
    background-color: var(--white);
    height: 400px;
    margin-bottom: -105px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.less-height {
    height: 350px;
  }

  .div-online-card {
    margin-right: 0;
  }

  .collection-list-events {
    flex-direction: column;
    display: flex;
  }

  .pagination {
    justify-content: center;
    align-items: stretch;
  }

  .div-department, .image-department {
    width: 280px;
  }

  .div-details-grid {
    justify-content: center;
    align-items: center;
  }

  .div-socials-black {
    justify-content: center;
  }

  .section-tabs {
    padding-top: 10px;
  }

  .tab-link {
    width: auto;
    margin-right: 0;
    padding-right: 10px;
  }

  .tab-link.last {
    width: auto;
  }

  .tab-link.last.w--current {
    width: auto;
    padding-right: 10px;
  }

  .div-tab {
    flex-flow: column-reverse wrap-reverse;
    display: flex;
  }

  .div-tab.mobile-view {
    display: block;
  }

  .div-tab-text {
    text-align: left;
    border-top-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 12px;
  }

  .div-tab-text.mobile {
    margin-top: -20px;
  }

  .div-alt {
    grid-template-columns: 1fr;
  }

  .div-grid-text {
    display: block;
  }

  .div-grid-text.mobile-view {
    display: none;
  }

  .section-student-voices {
    padding-bottom: 0;
  }

  .slider-images {
    display: none;
  }

  .div-image-city.mobile {
    display: block;
  }

  .div-image-block.mobile {
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 4vw;
    line-height: 4vw;
  }

  ._10-margin {
    font-size: 15px;
    line-height: 26px;
  }

  .heading {
    font-size: 5vw;
    line-height: 5vw;
  }

  .licenses-fonts-text {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .text-block-63 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .licenses-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-62 {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .div-wrapper {
    flex-direction: column;
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 0;
  }

  .div-wrapper.lesser-spacing {
    margin-top: 0;
    margin-bottom: 0;
  }

  .italic-text {
    font-size: 4vw;
    line-height: 5vw;
  }

  .license-page-image {
    height: 100px;
  }

  .heading-subtext {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .information {
    width: auto;
  }

  .section--text {
    margin-top: 8px;
  }

  .title {
    margin-top: 0;
  }

  .mobile, .tabs-content {
    display: block;
  }

  .image-campus-mobile {
    border-radius: 7px;
  }

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

  .spacer-mobile {
    height: 80px;
  }
}

#w-node-_94495447-61fe-0ecb-4635-b5a2953ad2af-5d919909, #w-node-_4c411d8c-4749-ef45-2599-5526e050eaee-5d919909, #w-node-a10250b0-575e-2d73-9b4c-a86669b25e7c-5d919909, #w-node-_76305d66-0c0d-4cc9-88a8-ff79a6d38de4-5d919909, #w-node-_6961ee32-bf6c-efb3-8f2b-011d2a3f0ce9-5d919909 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c2ae567-961f-c120-7653-3f14357a6018-5d91994d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3f508447-90e5-9410-429b-b204f3ab8cc8-5d91996b, #w-node-ec748221-b10b-e6d4-5766-521325026ccd-5d91996b, #w-node-_6c1761de-d02a-0112-4ff7-0c76e1575881-5d91996b, #w-node-ab697150-1dba-f33e-3cf5-c2924211494f-5d91996b, #w-node-_610c8150-80d2-85de-3844-8a5bcddb588c-5d91996b, #w-node-ab0fb208-28ee-7b30-1b9b-3c8aba63caeb-5d91996b, #w-node-_33db846c-8ae5-b300-fc42-af15702350d8-5d91996b, #w-node-_33db846c-8ae5-b300-fc42-af15702350de-5d91996b, #w-node-_33db846c-8ae5-b300-fc42-af15702350e4-5d91996b, #w-node-_33db846c-8ae5-b300-fc42-af15702350ea-5d91996b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba59df29-370f-22ab-6837-2a11fa25f9a8-5d91996b, #w-node-_0bce614d-3139-5ecc-db95-bf256ce52dfe-5d91996b, #w-node-e7380ad6-8eb1-1c01-62b5-88f2bb3422c4-5d91996b {
  align-self: center;
}

#w-node-_9f5931ea-bedb-80ea-cdfb-c1ca5da7ab3f-5d91996b, #w-node-_9f5931ea-bedb-80ea-cdfb-c1ca5da7ab52-5d91996b, #w-node-_9f5931ea-bedb-80ea-cdfb-c1ca5da7ab65-5d91996b, #w-node-_9f5931ea-bedb-80ea-cdfb-c1ca5da7ab7d-5d91996b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ac451e4-0bdf-59b1-c6b4-37ace85d5ceb-5d91996f {
  align-self: auto;
}

#w-node-_8eaecda2-faf1-da33-af10-ed772941f62c-5d919970, #w-node-f2612617-9064-4bbf-c58b-e31f474c83b4-5d919972, #w-node-f2612617-9064-4bbf-c58b-e31f474c83bd-5d919972, #w-node-f2612617-9064-4bbf-c58b-e31f474c83c3-5d919972, #w-node-f2612617-9064-4bbf-c58b-e31f474c83d6-5d919972, #w-node-f2612617-9064-4bbf-c58b-e31f474c83dc-5d919972, #w-node-f2612617-9064-4bbf-c58b-e31f474c83e2-5d919972, #w-node-f2612617-9064-4bbf-c58b-e31f474c83e8-5d919972, #w-node-ef126fe0-39da-8f3f-e815-feedcf963c1a-5d919977, #w-node-_079b03de-c1b9-a18f-60bb-eb02dc1a1d0a-5d919979, #w-node-cd324615-4ed9-335b-7b36-f362e5cc346f-5d91997a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-a8768277, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-a8768277, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-a8768277, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-a8768277, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-a8768277, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-a8768277, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-a8768277, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-b68fc6b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-b68fc6b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-b68fc6b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-b68fc6b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-b68fc6b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-b68fc6b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-b68fc6b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-78298770, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-78298770, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-78298770, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-78298770, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-78298770, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-78298770, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-78298770, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-cd74cc41, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-cd74cc41, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-cd74cc41, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-cd74cc41, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-cd74cc41, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-cd74cc41, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-cd74cc41, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-24d3dcef, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-24d3dcef, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-24d3dcef, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-24d3dcef, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-24d3dcef, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-24d3dcef, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-24d3dcef, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-e3af2693, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-e3af2693, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-e3af2693, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-e3af2693, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-e3af2693, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-e3af2693, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-e3af2693, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-dc0a7a0b, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-dc0a7a0b, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-dc0a7a0b, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-dc0a7a0b, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-dc0a7a0b, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-dc0a7a0b, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-dc0a7a0b, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-f279311a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-f279311a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-f279311a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-f279311a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-f279311a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-f279311a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-f279311a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-24d95a03, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-24d95a03, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-24d95a03, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-24d95a03, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-24d95a03, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-24d95a03, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-24d95a03, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-cdba561e, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-cdba561e, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-cdba561e, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-cdba561e, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-cdba561e, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-cdba561e, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-cdba561e, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-8c11d5d3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-8c11d5d3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-8c11d5d3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-8c11d5d3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-8c11d5d3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-8c11d5d3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-8c11d5d3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-2021e036, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-2021e036, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-2021e036, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-2021e036, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-2021e036, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-2021e036, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-2021e036, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-9e9b7b6c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-9e9b7b6c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-9e9b7b6c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-9e9b7b6c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-9e9b7b6c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-9e9b7b6c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-9e9b7b6c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-3277d571, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-3277d571, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-3277d571, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-3277d571, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-3277d571, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-3277d571, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-3277d571, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-e5b49f77, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-e5b49f77, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-e5b49f77, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-e5b49f77, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-e5b49f77, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-e5b49f77, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-e5b49f77, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-d4ee45b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-d4ee45b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-d4ee45b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-d4ee45b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-d4ee45b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-d4ee45b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-d4ee45b3, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-0d414c82, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-0d414c82, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-0d414c82, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-0d414c82, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-0d414c82, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-0d414c82, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-0d414c82, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-47e3410c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-47e3410c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-47e3410c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-47e3410c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-47e3410c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-47e3410c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-47e3410c, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-a43a2aec, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-a43a2aec, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-a43a2aec, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-a43a2aec, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-a43a2aec, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-a43a2aec, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-a43a2aec, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-959051b6, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-959051b6, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-959051b6, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-959051b6, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-959051b6, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-959051b6, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-959051b6, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-409bff0a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-409bff0a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-409bff0a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-409bff0a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-409bff0a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-409bff0a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-409bff0a, #w-node-a4925385-ea06-ee89-f32c-9ae5362af61b-b57f5283, #w-node-a4925385-ea06-ee89-f32c-9ae5362af651-b57f5283, #w-node-a4925385-ea06-ee89-f32c-9ae5362af687-b57f5283, #w-node-a4925385-ea06-ee89-f32c-9ae5362af690-b57f5283, #w-node-a4925385-ea06-ee89-f32c-9ae5362af699-b57f5283, #w-node-a4925385-ea06-ee89-f32c-9ae5362af69f-b57f5283, #w-node-a4925385-ea06-ee89-f32c-9ae5362af6a5-b57f5283 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_779cdd91-2e12-9997-c209-8e809118adc6-5d91994d {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e7380ad6-8eb1-1c01-62b5-88f2bb3422c4-5d91996b {
    align-self: center;
  }
}


