:root {
  --base-white: #f7f7f7;
  --base-black: #1b1b1b;
  --base-gray: #1b1b1b;
  --light-gray: #c7c7c7;
  --highlight-yellow: #f7ff5f;
  --highlight-orange: #fca86c;
  --highlight-red: #ff7373;
  --highlight-purple: #dd7cb7;
  --highlight-violet: #ba85ff;
  --highlight-teal: #9bcec0;
  --highlight-green: #87ff97;
  --highlight-turquoise: #82f7cd;
  --highlight-blue: #7df0ff;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("fonts/HelveticaNeue.woff2") format('woff2'), url("fonts/HelveticaNeue.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url("fonts/IBMPlexMono-Regular.woff2") format('woff2'), url("fonts/IBMPlexMono-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-sans: 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'Helvetica Neue', Arial, sans-serif;
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  background-color: var(--base-white);
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overscroll-behavior: none;
  -moz-overscroll-behavior: none;
  -ms-overscroll-behavior: none;
  overscroll-behavior: none;
  width: 100%;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  --page-title-height: 0px;
  --header-fixed-height: var(--header-height);
  --page-title-fixed-height: 56px;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overscroll-behavior: none;
  -moz-overscroll-behavior: none;
  -ms-overscroll-behavior: none;
  overscroll-behavior: none;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  body {
    --page-title-fixed-height: 72px;
  }
}
* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
  font-weight: 400;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
dt,
blockquote,
figure,
address {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: var(--font-mono);
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 1em;
}
small {
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
address {
  font-style: normal;
}
mark {
  background-color: transparent;
  color: inherit;
}
::selection {
  background-color: var(--selection-color, #f17474);
  color: var(--base-black);
}
::-moz-selection {
  background-color: var(--selection-color, #f17474);
  color: var(--base-black);
}
img {
  border-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}
caption {
  margin: 0;
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}
label {
  margin: 0;
  padding: 0;
}
output {
  margin: 0;
  padding: 0;
}
meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
details {
  display: block;
}
summary {
  display: list-item;
}
dialog {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.u-skiplink {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.u-skiplink:focus,
.u-skiplink:focus-visible {
  position: fixed;
  left: 8px;
  top: 8px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: #000;
  color: #fff;
  z-index: 1000;
  outline: 2px solid #fff;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  color: #b7b7b7;
}
#logo {
  display: block;
  width: 106px;
  height: 20px;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
#logo:not(.is-initialized) #logo-ind-group {
  transform: translate(-31.3181px, 0);
}
#logo:not(.is-initialized) #logo-separator-line {
  d: path('M39.0388 12 H39.0388');
}
.button-placeholder {
  --button-placeholder-bg: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--base-black);
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 12px;
  background-color: var(--button-placeholder-bg);
  border: 1px solid var(--base-black);
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}
.button-placeholder:hover,
.button-placeholder:focus-visible {
  background-color: transparent;
  color: var(--base-black);
  border-color: var(--base-black);
}
.button-placeholder:focus-visible {
  outline: 2px solid var(--hover-cycle-color, var(--button-placeholder-bg));
  outline-offset: 2px;
}
.button-placeholder[data-hover-cycle-active] {
  color: var(--base-black);
  border-color: var(--base-black);
}
.apply-now {
  --button-placeholder-bg: transparent;
}
[data-hover-cycle-active]:not([data-hover-highlight="ignore"]) {
  color: var(--base-black) !important;
  background-image: linear-gradient(transparent 0%, var(--hover-cycle-color) 0) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: none;
}
.hover-highlight-text {
  display: inline;
  white-space: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-decoration-skip-ink: auto;
  --hover-highlight-pad-x: 0.08em;
  --hover-highlight-pad-y: 0em;
  transition: none;
  position: relative;
  z-index: 0;
}
.hover-highlight-text[data-hover-cycle-active] {
  background-image: none !important;
  background-color: var(--hover-cycle-color) !important;
  color: var(--base-black) !important;
}
.hover-highlight-text[data-hover-cycle-active]::before {
  content: '';
  position: absolute;
  top: calc(var(--hover-highlight-pad-y, 0px) * -1);
  right: calc(var(--hover-highlight-pad-x, 0px) * -1);
  bottom: calc(var(--hover-highlight-pad-y, 0px) * -1);
  left: calc(var(--hover-highlight-pad-x, 0px) * -1);
  border-radius: var(--hover-highlight-radius, 0);
  background-color: var(--hover-cycle-color);
  transition: none;
  pointer-events: none;
  z-index: -1;
}
[data-hover-cycle-active][data-hover-highlight="icon"] {
  background-image: none !important;
  background-color: var(--hover-cycle-color);
  color: var(--base-black) !important;
  transition: none;
}
[data-hover-highlight="icon"] {
  transition: none;
}
[data-hover-cycle-active][data-hover-highlight="icon"] svg {
  color: inherit;
  width: 100%;
  height: 100%;
}
[data-hover-cycle-active][data-hover-highlight="icon"] .horizontal-bar,
[data-hover-cycle-active][data-hover-highlight="icon"] .vertical-bar {
  fill: currentColor;
}
a,
button,
[role="button"],
label[for] {
  transition: background-color 120ms ease, color 120ms ease;
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
@media (min-width: 1024px) {
  .person-overlays-container {
    display: none;
  }
}
body.overlay-is-active {
  overflow: hidden;
}
.person-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--base-white);
  z-index: 1000;
  display: none;
  padding: 16px;
  overflow-y: auto;
}
.person-overlay.is-visible {
  display: block;
}
.person-overlay .overlay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto 1fr;
  gap: 16px;
  height: 100%;
}
.person-overlay .overlay-image {
  grid-row: 1;
  grid-column: 1;
}
.person-overlay .overlay-image img,
.person-overlay .overlay-image .photo-placeholder {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: var(--base-white);
}
.person-overlay .overlay-close {
  grid-row: 1;
  grid-column: 2;
  text-align: right;
}
.person-overlay .overlay-close .close-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.person-overlay .overlay-name {
  grid-row: 2;
  grid-column: 1;
}
.person-overlay .overlay-roles {
  grid-row: 3;
  grid-column: 1;
}
.person-overlay .overlay-bio {
  grid-row: 4;
  grid-column: 1/span 2;
  overflow-y: auto;
  padding-bottom: 24px;
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
.navigation-header__title {
  box-sizing: border-box;
  padding: 16px 8px;
  margin: 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 24px;
  font-style: normal;
  line-height: 109%;
  letter-spacing: -0.48px;
  font-family: var(--font-sans);
  color: var(--base-white);
  mix-blend-mode: difference;
  will-change: transform;
  transform: translateZ(0);
  contain: layout style paint;
}
@media (min-width: 1024px) {
  .navigation-header__title {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    padding: 20px 18px;
    display: none;
  }
}
body:not(.home) .navigation-header__title {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 19;
  background-color: transparent;
  color: var(--base-white);
  mix-blend-mode: difference;
}
body.template-portfolio .navigation-header__title {
  position: sticky;
  top: 64px;
}
body.template-people:not(.home) .navigation-header__title,
body.template-students:not(.home) .navigation-header__title,
body.template-news:not(.home) .navigation-header__title,
body.template-program:not(.home) .navigation-header__title,
body.template-admission:not(.home) .navigation-header__title {
  background-color: var(--base-white);
  color: var(--base-black);
  mix-blend-mode: normal;
}
body.header-pushes-title:not(.home):not(.template-portfolio) .navigation-header__title {
  top: var(--header-push-offset, 0px);
  color: var(--base-black);
  mix-blend-mode: normal;
}
body.header-pushes-title.template-portfolio .navigation-header__title {
  top: var(--header-push-offset, 0px);
}
@media (min-width: 1024px) {
  .navigation-header__title {
    --scroll-progress: 0;
    font-size: calc(32px - (8px * var(--scroll-progress)));
    padding-top: calc(20px - (12px * var(--scroll-progress)));
    padding-bottom: calc(20px - (12px * var(--scroll-progress)));
  }
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
.navigation-header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  background-color: var(--base-white);
  color: var(--base-black);
  -webkit-mix-blend-mode: normal;
  mix-blend-mode: normal;
}
@media (min-width: 1024px) {
  .navigation-header {
    padding: 0 18px;
  }
}
.navigation-header nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: calc(var(--header-hide-progress) * -100%);
}
@media (min-width: 1024px) {
  .navigation-header nav {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.navigation-header nav .ma-logo {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .navigation-header nav .ma-logo {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.48px;
  }
}
.navigation-header nav .ind-logo {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .navigation-header nav .ind-logo {
    grid-column: 12;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.48px;
  }
}
.navigation-header nav .menu-button {
  text-transform: uppercase;
  grid-column: 2;
  grid-row: 1;
}
@media (min-width: 1024px) {
  .navigation-header nav .menu-button {
    display: none;
  }
}
.navigation-header nav .header-menu {
  display: none;
  grid-column: 1/-1;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .navigation-header nav .header-menu {
    display: flex;
    grid-column: 2/10;
    grid-row: 1;
    width: 100%;
  }
  .navigation-header nav .header-menu footer {
    display: none;
  }
}
.navigation-header nav .nav-items {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.navigation-header nav .nav-items .nav-item {
  text-align: center;
}
.navigation-header nav .nav-items .nav-item a {
  display: inline-block;
  text-decoration: none;
  color: var(--base-black);
  font-size: 32px;
  padding: 2px 8px;
  background-color: var(--light-gray);
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1024px) {
  .navigation-header nav .nav-items .nav-item a {
    font-size: 14px;
  }
}
.navigation-header nav .nav-items .nav-item.current-page a {
  -webkit-mix-blend-mode: normal;
  mix-blend-mode: normal;
  background-color: var(--base-black);
  color: var(--base-white);
}
.navigation-header nav .nav-items .nav-item.current-page a[data-hover-cycle-active] {
  background-image: none !important;
  background-color: var(--base-black) !important;
  color: var(--base-white) !important;
}
.navigation-header nav .nav-items footer {
  text-align: center;
  background-color: transparent;
}
.navigation-header.active {
  color: var(--base-black) !important;
  -webkit-mix-blend-mode: normal !important;
  mix-blend-mode: normal !important;
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  background-color: var(--base-white) !important;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}
.navigation-header.active nav {
  box-sizing: border-box;
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
}
.navigation-header.active nav .header-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation-header.active nav .header-menu .nav-items {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.navigation-header.active nav .header-menu footer {
  height: auto;
  overflow: hidden;
  display: flex;
  grid-row: 2;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.navigation-header .page-title {
  font-size: var(--scroll-based-font-size, 32px);
  font-weight: 400;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  color: var(--base-black);
  margin: 0;
  padding: 0;
  line-height: 100%;
  padding-top: 8px;
  padding-bottom: var(--scroll-based-vertical-padding, 8px);
}
.navigation-header.navigation-header--solid {
  background-color: var(--base-white);
  color: var(--base-black);
  -webkit-mix-blend-mode: normal !important;
  mix-blend-mode: normal !important;
}
.navigation-header.navigation-header--solid .page-title {
  background-color: var(--base-white);
  color: var(--base-black);
  -webkit-mix-blend-mode: normal;
  mix-blend-mode: normal;
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
body.footer-pop-init {
  --footer-pop-height: 0px;
}
body.footer-pop-init > footer {
  position: fixed;
  inset: auto 0 0 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms ease;
  will-change: transform;
  z-index: 100;
}
body.footer-pop-visible {
  padding-bottom: var(--footer-pop-height);
}
body.footer-pop-visible > footer {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  body.footer-pop-init > footer {
    transition: none;
  }
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: var(--base-white);
  color: var(--base-black);
}
footer a {
  color: inherit;
  text-decoration: underline;
}
footer .call-to-action {
  box-sizing: border-box;
  padding: 8px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin: 0 18px;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
}
@media (min-width: 1024px) {
  footer .call-to-action {
    justify-content: space-between;
    gap: 16px;
    margin: 0 18px;
    padding: 16px 18px;
  }
}
footer .call-to-action .apply-now,
footer .call-to-action .download-syllabus {
  background-color: var(--base-black);
  color: var(--base-white);
  border: none;
}
footer .call-to-action .apply-now:hover,
footer .call-to-action .download-syllabus:hover,
footer .call-to-action .apply-now:focus-visible,
footer .call-to-action .download-syllabus:focus-visible {
  border: none;
}
footer nav {
  padding: 12px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: start;
  order: 1;
}
@media (min-width: 1024px) {
  footer nav {
    display: grid;
    gap: 12px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(5, 1fr);
  }
  footer nav .footer-section p {
    font-size: 18px;
    line-height: 1.09;
    letter-spacing: -0.54px;
    font-weight: 400;
  }
  footer nav .footer-section_title {
    font-size: 32px;
    line-height: 1.09;
    letter-spacing: -0.96px;
    font-weight: 400;
  }
  footer nav .footer-address {
    order: 1;
  }
  footer nav .footer-info {
    order: 2;
  }
  footer nav .footer-info a {
    display: inline-block;
    padding: 6px 0;
    box-sizing: border-box;
  }
  footer nav .footer-social {
    order: 3;
  }
  footer nav .footer-social a {
    display: inline-block;
    padding: 6px 0;
    box-sizing: border-box;
  }
  footer nav .footer-copyright {
    order: 4;
  }
}
footer nav .footer-section {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  font-size: 16px;
  padding-top: 24px;
}
footer nav .footer-section:first-child {
  padding-top: 0;
}
@media (min-width: 1024px) {
  footer nav .footer-section {
    padding-top: 0;
  }
}
footer nav .footer-section .footer-section_title {
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 1.09;
  letter-spacing: -0.48px;
  font-weight: 400;
}
footer nav .footer-section .footer-section_title:last-child {
  padding-bottom: 0;
}
footer nav .footer-logo a {
  display: block;
  width: 60%;
}
footer nav .footer-logo a img {
  width: 100%;
  height: auto;
}
footer nav .footer-logo a .logo-desktop {
  display: none;
}
@media (min-width: 1024px) {
  footer nav .footer-logo a .logo-mobile {
    display: none;
  }
  footer nav .footer-logo a .logo-desktop {
    display: block;
    position: relative;
    width: 100%;
  }
  footer nav .footer-logo a .logo-desktop img {
    width: 100%;
    height: auto;
    transition: opacity 200ms ease;
  }
  footer nav .footer-logo a .logo-desktop .logo-copy {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  footer nav .footer-logo a .logo-desktop:hover .logo-main {
    opacity: 0;
  }
  footer nav .footer-logo a .logo-desktop:hover .logo-copy {
    opacity: 1;
  }
}
footer .newsletter {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
footer .newsletter .newsletter_title {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.96px;
  padding: 12px;
}
footer .newsletter .newsletter_wrapper {
  position: relative;
  width: 100%;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
footer .newsletter .newsletter_wrapper:focus-within {
  outline: 2px solid var(--highlight-green);
  outline-offset: 0px;
}
footer .newsletter input.newsletter_input {
  background-color: transparent;
  border: none;
  padding: 12px;
  padding-right: 140px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.96px;
  box-sizing: border-box;
  width: 100%;
  caret-color: var(--highlight-green);
  caret-shape: block;
}
footer .newsletter input.newsletter_input::placeholder {
  opacity: 1;
  transition: opacity 160ms ease;
}
footer .newsletter input.newsletter_input:focus::placeholder {
  opacity: 0;
}
footer .newsletter input.newsletter_input:focus-visible {
  outline: none;
}
@media (min-width: 1024px) {
  footer .newsletter input.newsletter_input {
    font-size: 96px;
    line-height: 0.97;
    letter-spacing: -1.92px;
    font-weight: 400;
    padding-right: 280px;
  }
}
footer .newsletter button.newsletter_button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--base-black);
  color: var(--base-white);
  border: none;
}
@media (min-width: 1024px) {
  footer .newsletter button.newsletter_button {
    transform: translateY(-50%);
    bottom: auto;
  }
}
footer .newsletter button.newsletter_button:hover,
footer .newsletter button.newsletter_button:focus-visible {
  border: none;
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
.home .navigation-header {
  z-index: 100;
  position: absolute;
  background-color: transparent;
  color: var(--base-black);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.home .navigation-header .nav-item a {
  background-color: var(--light-gray);
  color: var(--base-black);
}
.home .navigation-header .nav-item a.current-page,
.home .navigation-header .nav-item a:hover {
  background-color: var(--base-black);
  color: var(--base-white);
}
.home .navigation-header.is-visible {
  opacity: 1;
}
.home .navigation-header.navigation-header--inverted {
  color: var(--base-white);
}
@media (max-width: 1023px) {
  .home .navigation-header.navigation-header--inverted .nav-item a {
    background-color: transparent;
    color: var(--base-white);
  }
  .home .navigation-header.navigation-header--inverted .nav-item a:hover {
    background-color: var(--base-white);
    color: var(--base-black);
  }
  .home .navigation-header.navigation-header--inverted .nav-item.current-page a {
    background-color: var(--base-white);
    color: var(--base-black);
  }
}
.home .landing-overlay {
  --overlay-visibility: 1;
  --overlay-surface-opacity: 1;
  --logo-group-translate-y: 0px;
  --ma-translate-x: 0px;
  --ma-translate-y: 0px;
  --ind-translate-x: 0px;
  --ind-translate-y: 0px;
  --title-opacity: 1;
  --logo-opacity: 1;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 0 var(--space-4, 1.5rem);
  background-color: transparent;
  color: var(--base-black);
  pointer-events: none;
  opacity: var(--overlay-visibility);
  visibility: visible;
  z-index: 120;
  transition: opacity 240ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 240ms;
}
.home .landing-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: var(--overlay-surface-opacity);
  transition: opacity 240ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.home .landing-overlay.is-transparent {
  --overlay-surface-opacity: 0;
  --logo-opacity: 0;
}
.home .landing-overlay.is-hidden {
  --overlay-visibility: 0;
  visibility: hidden;
}
.home .landing-overlay__panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  max-width: 32rem;
  -webkit-transform: translate3d(0, var(--logo-group-translate-y), 0);
  transform: translate3d(0, var(--logo-group-translate-y), 0);
  transition: transform 640ms cubic-bezier(0.4, 0, 0.2, 1);
}
.home .landing-overlay__logos {
  display: flex;
  align-items: center;
}
.home .landing-overlay__logo {
  font-weight: 400;
  font-size: 20x;
  letter-spacing: -0.04em;
  opacity: var(--logo-opacity);
  -webkit-transform: translate3d(var(--logo-translate-x, 0px), var(--logo-translate-y, 0px), 0);
  transform: translate3d(var(--logo-translate-x, 0px), var(--logo-translate-y, 0px), 0);
  transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1), opacity 240ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .home .landing-overlay__logo {
    font-size: 24px;
  }
}
.home .landing-overlay__logo--ma {
  --logo-translate-x: var(--ma-translate-x);
  --logo-translate-y: var(--ma-translate-y);
}
.home .landing-overlay__logo--ind {
  --logo-translate-x: var(--ind-translate-x);
  --logo-translate-y: var(--ind-translate-y);
}
.home .landing-overlay__title {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  opacity: var(--title-opacity);
  transition: opacity 240ms cubic-bezier(0.4, 0, 0.2, 1);
}
.home .media-container {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  z-index: -1;
  will-change: opacity;
}
.home .media-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home .media-container picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .media-container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .scroll-container {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: scroll;
  -webkit-overscroll-behavior: none;
  -moz-overscroll-behavior: none;
  -ms-overscroll-behavior: none;
  overscroll-behavior: none;
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) {
  .home .scroll-container {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
  }
}
.home .scroll-container section {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  width: 100%;
  -webkit-scroll-snap-align: start;
  -ms-scroll-snap-align: start;
  scroll-snap-align: start;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
  scroll-snap-stop: normal;
  scroll-behavior: smooth;
}
.home .landing {
  box-sizing: border-box;
  z-index: 1;
  padding: 0 8px;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  color: var(--base-white);
  overflow: scroll;
}
@media (min-width: 1024px) {
  .home .landing {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
  }
}
.home .landing .wrapper {
  height: calc(100vh);
  height: calc(100svh);
  height: calc(100dvh);
  width: 100%;
  padding: 0;
  padding-top: 32px;
  margin: 0;
  box-sizing: border-box;
  -webkit-scroll-snap-align: end;
  -ms-scroll-snap-align: end;
  scroll-snap-align: end;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
  scroll-snap-stop: normal;
}
@media (min-width: 1024px) {
  .home .landing .wrapper {
    padding-top: 0;
  }
}
.home .landing .wrapper.scroll-hint {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  -webkit-scroll-snap-align: end;
  -ms-scroll-snap-align: end;
  scroll-snap-align: end;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
  scroll-snap-stop: normal;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  padding-bottom: 32px;
}
.home .landing .wrapper.scroll-hint .scroll-hint__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.home .landing .wrapper.scroll-hint .scroll-hint__container .text {
  color: var(--base-black);
  text-align: center;
}
.home .landing .wrapper.scroll-hint .scroll-hint__container .text span {
  background-color: transparent;
  box-shadow: inset 0 -1.2em 0 0 var(--base-white);
  padding: 0 0.35em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 1.4;
}
.home .landing .wrapper.scroll-hint .scroll-hint__container .chevron {
  color: var(--base-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .landing .statement {
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
  top: 64px;
  color: var(--base-black);
}
.home .landing .statement.wrapper {
  box-sizing: border-box;
  -webkit-scroll-snap-align: start;
  -ms-scroll-snap-align: start;
  scroll-snap-align: start;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
  scroll-snap-stop: normal;
  -webkit-scroll-snap-align: start;
  -ms-scroll-snap-align: start;
  scroll-snap-align: start;
  height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.home .landing .statement.text {
  color: var(--base-black);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .home .landing .statement.text {
    font-size: 32px;
    line-height: 1;
  }
}
.home .landing .statement .mantra {
  color: var(--base-black);
  font-size: 17vw;
  font-weight: 400;
  line-height: 1;
  margin-top: auto;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .home .landing .statement .mantra {
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 87%;
    letter-spacing: -1.568px;
    margin-bottom: 18px;
  }
}
.home .showcase {
  isolation: isolate;
  -webkit-mix-blend-mode: normal;
  mix-blend-mode: normal;
  -webkit-scroll-snap-align: start;
  -ms-scroll-snap-align: start;
  scroll-snap-align: start;
  -webkit-scroll-snap-stop: always;
  -moz-scroll-snap-stop: always;
  scroll-snap-stop: always;
}
.home .showcase .showcase-media {
  width: 100%;
  position: relative;
  z-index: -1;
}
.home .showcase .showcase-media img {
  -webkit-mix-blend-mode: normal;
  mix-blend-mode: normal;
  position: absolute;
  width: 100vw;
  width: 100svw;
  width: 100dvw;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
.home .showcase .showcase-media img.is-hidden {
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.home .showcase .showcase-copy.container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: scroll;
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
.home .showcase .showcase-copy.container .showcase-copy.wrapper {
  scroll-snap-align: start;
  -webkit-scroll-snap-align: start;
  -ms-scroll-snap-align: start;
  scroll-snap-stop: always;
  -webkit-scroll-snap-stop: always;
  -moz-scroll-snap-stop: always;
  padding: 0 8px;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.home .showcase .showcase-copy.container .showcase-copy.wrapper .showcase-cta {
  position: absolute;
  bottom: 10vh;
  z-index: 10;
  background-color: var(--base-white);
  color: var(--base-black);
  border: none;
}
.home .showcase .showcase-copy.container .showcase-copy.wrapper .text {
  color: var(--base-white);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 18px;
  opacity: 0;
  transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  padding-top: 64px;
}
@media (min-width: 1024px) {
  .home .showcase .showcase-copy.container .showcase-copy.wrapper .text {
    font-size: 42px;
    width: 39ch;
  }
}
.home .showcase__highlight {
  display: inline;
  padding: 0 0.35em;
  line-height: 1.1;
  background: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: inset 0 -1em 0 0 var(--base-black);
  transition: box-shadow 0.2s ease, color 0.2s ease;
}
.page-footer {
  scroll-snap-align: end;
  -ms-scroll-snap-align: end;
  scroll-snap-stop: normal;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
.template-program {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow-x: hidden;
}
.program-scroll-container {
  height: calc(100vh - var(--header-visible-height, 100px));
  height: calc(100svh - var(--header-visible-height, 100px));
  height: calc(100dvh - var(--header-visible-height, 100px));
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
}
@media (min-width: 1024px) {
  .program-scroll-container {
    transition: height 0.3s ease;
  }
}
.program-panel {
  transition: height 0.3s ease;
}
.program-panel--landing {
  height: auto;
}
@media (min-width: 1024px) {
  .program-panel--landing {
    height: calc(100vh - var(--header-initial-height, 100px));
    height: calc(100svh - var(--header-initial-height, 100px));
    height: calc(100dvh - var(--header-initial-height, 100px));
  }
}
.program-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.landing-page {
  box-sizing: border-box;
  height: auto;
  padding: 0;
}
@media (min-width: 1024px) {
  .landing-page {
    height: calc(100vh - var(--header-initial-height, 100px));
    height: calc(100svh - var(--header-initial-height, 100px));
    height: calc(100dvh - var(--header-initial-height, 100px));
    min-height: 100svh;
    padding: 0;
  }
}
.landing-page__grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .landing-page__grid {
    gap: 0;
    height: calc(100vh - var(--header-initial-height, 100px));
    height: calc(100svh - var(--header-initial-height, 100px));
    height: calc(100dvh - var(--header-initial-height, 100px));
  }
}
.landing-page__paragraph-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .landing-page__paragraph-grid {
    padding: 0 18px 16px;
  }
}
.landing-page__paragraph {
  font-size: 18px;
  font-weight: 400;
  grid-column: span 12;
  margin: 0;
}
@media (min-width: 1024px) {
  .landing-page__paragraph {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 111%;
  }
}
.landing-page__image {
  display: block;
  height: 100%;
}
@media (min-width: 1024px) {
  .landing-page__image {
    height: 100%;
    margin: 0;
    width: 100%;
  }
}
.landing-page__image img {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .landing-page__image img {
    height: 100%;
    max-height: 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .landing-page--with-image {
    min-height: calc(100vh - var(--header-initial-height, 100px));
    min-height: calc(100svh - var(--header-initial-height, 100px));
    min-height: calc(100dvh - var(--header-initial-height, 100px));
  }
}
@media (min-width: 1024px) {
  .landing-page--with-image .landing-page__grid {
    height: calc(100vh - var(--header-initial-height, 100px));
    height: calc(100svh - var(--header-initial-height, 100px));
    height: calc(100dvh - var(--header-initial-height, 100px));
  }
}
.program__info,
.info-container {
  box-sizing: border-box;
  display: grid;
  gap: 20px;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  padding: 8px 8px 32px;
  width: 100%;
}
@media (min-width: 1024px) {
  .program__info,
  .info-container {
    gap: 0;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
    padding: 32px 18px 32px;
  }
}
.info-cell {
  color: var(--base-black);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.info-label,
.program__info-label {
  font-size: 12px;
  text-transform: uppercase;
}
.info-value,
.program__info-value {
  font-family: var(--font-mono);
  font-size: 16px;
  text-transform: uppercase;
}
.program,
.program-content {
  box-sizing: border-box;
  width: 100%;
}
.program .semester:last-child,
.program-content .semester:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .program .semester:last-child,
  .program-content .semester:last-child {
    margin-bottom: 0;
    transition: margin-bottom 0.3s ease;
  }
}
.trigger {
  align-items: flex-start;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.semester {
  color: var(--base-gray);
  padding: 0 0 32px;
}
.semester:last-child {
  border-bottom: 1px solid var(--light-gray);
}
.semester.expanded {
  color: var(--base-black);
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .semester {
    padding: 0 0 24px;
  }
}
.semester__info,
.semester__header,
.semester__description {
  box-sizing: border-box;
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .semester__info,
  .semester__header,
  .semester__description {
    padding: 0 18px;
  }
}
.semester-header,
.semester__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.semester-title,
.semester__title {
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.96px;
  line-height: 100%;
  text-align: left;
}
@media (min-width: 1024px) {
  .semester-title,
  .semester__title {
    font-size: 64px;
    letter-spacing: -1.92px;
  }
}
.semester-info,
.semester__info {
  border-top: 1px solid var(--light-gray);
  color: inherit;
  display: grid;
  font-family: var(--font-mono);
  font-size: 12px;
  gap: 10px;
  grid-template-columns: repeat(12, 1fr);
  max-height: none;
  overflow: visible;
  padding-bottom: 6px;
  padding-top: 8px;
  transition: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .semester-info,
  .semester__info {
    font-size: 16px;
    gap: 0;
    padding-bottom: 6px;
    padding-top: 12px;
  }
}
.semester__info-title {
  grid-column: 1/span 3;
  font-family: var(--font-mono);
  font-size: 12px;
}
@media (min-width: 1024px) {
  .semester__info-title {
    grid-column: 1/span 2;
    font-size: 16px;
  }
}
.semester__info-modules {
  grid-column: 4/span 3;
}
@media (min-width: 1024px) {
  .semester__info-modules {
    grid-column: 3/span 3;
  }
}
.semester__info-location {
  grid-column: 7/span 3;
}
.courses-container,
.semester__courses {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.semester.expanded .courses-container,
.semester.expanded .semester__courses {
  max-height: none;
  padding-top: 24px;
}
.semester__description {
  display: none;
}
@media (min-width: 1024px) {
  .semester__description {
    display: grid;
    gap: 16px;
    grid-template-columns: 8fr 4fr;
    padding-bottom: 28px;
  }
}
.semester__description-text {
  color: var(--base-black);
  font-family: var(--font-sans);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.48px;
  line-height: 97%;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .semester-header .trigger,
  .semester__header .trigger {
    align-items: start;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .semester-header .trigger .semester-title,
  .semester__header .trigger .semester__title {
    grid-column: 1/span 11;
    grid-row: 1;
  }
}
.course {
  border-top: 1px solid var(--light-gray);
  box-sizing: border-box;
  padding: 12px 8px;
}
@media (min-width: 1024px) {
  .course {
    padding: 12px 18px;
  }
}
.course-header,
.course__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.course-header button,
.course__header button {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
}
@media (min-width: 1024px) {
  .course-header button,
  .course__header button {
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
  }
}
.course-title,
.course__title {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 400;
  grid-column: 1/span 6;
  grid-row: 1;
  text-align: left;
}
@media (min-width: 1024px) {
  .course-title,
  .course__title {
    font-size: 24px;
    grid-column: 1/span 8;
    letter-spacing: -0.48px;
  }
}
.course__identifier {
  grid-column: 1/span 6;
  grid-row: 2;
  font-family: var(--font-mono);
  text-transform: uppercase;
  display: none;
}
.trigger[aria-expanded="true"] .course__identifier {
  display: block;
}
@media (min-width: 1024px) {
  .trigger[aria-expanded="true"] .course__identifier {
    grid-column: 5/span 1;
    grid-row: 1;
  }
}
.course__credits {
  grid-column: 7/span 6;
  grid-row: 2;
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.course__credits h3 {
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 1024px) {
  .course__credits {
    grid-column: 9/span 1;
    grid-row: 1;
    font-size: 14px;
  }
}
.course__identifier .label,
.course__credits .label {
  font-family: var(--font-mono);
  font-size: 16px;
}
.course-header button .plus-minus-icon,
.course__header button .plus-minus-icon {
  grid-column: 12;
  grid-row: 1;
  justify-self: end;
}
@media (min-width: 1024px) {
  .course-header button .plus-minus-icon,
  .course__header button .plus-minus-icon {
    grid-column: 12;
  }
}
@media (min-width: 1024px) {
  .course-header .trigger .plus-minus-icon,
  .course__header .trigger .plus-minus-icon {
    height: 32px;
    width: 32px;
  }
}
.course-description,
.course__desc {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(12, 1fr);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.course-description ul,
.course__desc ul {
  grid-column: 1/span 12;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 20px;
}
.course-description li,
.course__desc li {
  align-items: flex-start;
  display: flex;
  margin-bottom: 6px;
}
.course-description .arrow-icon,
.course__desc .arrow-icon {
  height: 10px;
  margin-right: 8px;
  margin-top: 4px;
  width: 10px;
}
.course-description .course-lead,
.course-description .course-lecturers,
.course__desc .course-lead,
.course__desc .course-lecturers {
  display: flex;
  flex-direction: column;
  font-family: var(--font-mono);
  grid-column: 1/span 12;
  text-transform: uppercase;
}
.course-description .course-lead p,
.course-description .course-lecturers p,
.course__desc .course-lead p,
.course__desc .course-lecturers p {
  font-family: var(--font-sans);
  margin: 0;
  text-transform: none;
}
.course-description.expanded,
.course__desc.expanded {
  max-height: none;
  padding-bottom: 16px;
  padding-top: 16px;
}
.course-description.expanded ul,
.course__desc.expanded ul {
  grid-column: 1/span 12;
  grid-row: 2;
}
.course-description.expanded .course-lead,
.course__desc.expanded .course-lead {
  color: #707070;
  grid-column: 1/span 6;
  grid-row: 1;
}
.course-description.expanded .course-lecturers,
.course__desc.expanded .course-lecturers {
  color: #707070;
  grid-column: 7/span 6;
  grid-row: 1;
}
@media (min-width: 1024px) {
  .course-description.expanded,
  .course__desc.expanded {
    grid-template-columns: repeat(6, 1fr);
    padding-top: 24px;
  }
  .course-description.expanded ul,
  .course__desc.expanded ul {
    grid-column: 1/span 3;
    grid-row: 2;
  }
  .course-description.expanded .course-lead,
  .course__desc.expanded .course-lead {
    grid-column: 1/span 1;
    grid-row: 1;
  }
  .course-description.expanded .course-lecturers,
  .course__desc.expanded .course-lecturers {
    grid-column: 2/span 1;
    grid-row: 1;
  }
}
.template-program .label {
  font-family: var(--font-mono);
  font-size: 12px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.label.course-id,
.label.course-credits {
  font-size: 16px;
}
.course__credits {
  grid-row: 1;
}
.course-credits {
  font-family: var(--font-mono);
}
.plus-minus-icon {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 28px;
  height: 28px;
  margin-left: auto;
}
.plus-minus-icon .svg {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .plus-minus-icon {
    justify-content: flex-end;
    height: 48px;
    width: 48px;
  }
}
.plus-minus-icon svg {
  height: 100%;
  overflow: visible;
  width: auto;
}
.plus-minus-icon[data-hover-cycle-active][data-hover-highlight="icon"] svg {
  width: auto;
}
.plus-minus-icon .horizontal-bar,
.plus-minus-icon .vertical-bar {
  fill: currentColor;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.trigger[aria-expanded="true"] .plus-minus-icon .vertical-bar {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
.template-people {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow-x: hidden;
}
.template-people .people-scroll-container {
  height: calc(100vh - var(--header-visible-height, 100px));
  height: calc(100svh - var(--header-visible-height, 100px));
  height: calc(100dvh - var(--header-visible-height, 100px));
  box-sizing: border-box;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
@media (min-width: 1024px) {
  .template-people .people-scroll-container {
    transition: height 0.3s ease;
  }
}
.people-panel--footer {
  height: fit-content;
}
.template-people .people-panel {
  transition: height 0.3s ease;
}
.template-people .people-panel--landing {
  height: auto;
}
@media (min-width: 1024px) {
  .template-people .people-panel--landing {
    height: calc(100vh - var(--header-initial-height, 100px));
    height: calc(100svh - var(--header-initial-height, 100px));
    height: calc(100dvh - var(--header-initial-height, 100px));
  }
}
.template-people .landing-page {
  box-sizing: border-box;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .template-people .landing-page {
    padding: 0;
  }
}
.template-people .landing-page .landing-page__grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
@media (min-width: 1024px) {
  .template-people .landing-page .landing-page__grid {
    gap: 0;
    height: auto;
  }
}
.template-people .landing-page .landing-page__paragraph-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .template-people .landing-page .landing-page__paragraph-grid {
    padding: 0 18px;
    padding-bottom: 16px;
  }
}
.template-people .landing-page .landing-page__paragraph {
  font-size: 18px;
  font-weight: 400;
  grid-column: span 12;
  padding: 0;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .template-people .landing-page .landing-page__paragraph {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 111%;
    grid-column: span 12;
  }
}
.template-people .landing-page .landing-page__image {
  display: block;
  height: auto;
  margin: 0 -8px;
  width: calc(100% + 16px);
}
@media (min-width: 1024px) {
  .template-people .landing-page .landing-page__image {
    height: 100%;
    margin: 0;
    max-height: 100%;
    min-height: 0;
    width: 100%;
  }
}
.template-people .landing-page .landing-page__image img {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .template-people .landing-page .landing-page__image img {
    aspect-ratio: unset;
    height: 100%;
    max-height: 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .template-people .landing-page.landing-page--with-image {
    height: 100%;
  }
  .template-people .landing-page.landing-page--with-image .landing-page__grid {
    height: 100%;
  }
}
.template-people .accordion {
  overflow-x: hidden;
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .template-people .accordion {
    padding: 0 18px;
  }
}
.template-people .accordion .plus-minus-icon {
  display: flex;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}
@media (min-width: 1024px) {
  .template-people .accordion .plus-minus-icon {
    height: 48px;
    width: 48px;
  }
}
.template-people .accordion .plus-minus-icon svg {
  height: 100%;
  overflow: visible;
  width: 100%;
}
.template-people .accordion .plus-minus-icon svg .horizontal-bar,
.template-people .accordion .plus-minus-icon svg .vertical-bar {
  fill: currentColor;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.template-people .accordion-item {
  border-top: 1px solid var(--light-gray);
  color: var(--base-gray);
  padding: 4px 0;
}
@media (min-width: 1024px) {
  .template-people .accordion-item {
    padding: 8px 0;
  }
}
.template-people .accordion-item:last-child {
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 0;
}
.template-people .accordion-item.active {
  border-bottom: none;
  color: var(--base-black);
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .template-people .accordion-item.active {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .template-people .accordion-item.active .accordion-panel {
    overflow: visible;
  }
}
.template-people .accordion-item.active .behind-program {
  padding-bottom: 12px;
}
.template-people .accordion-trigger {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .template-people .accordion-trigger {
    padding: 16px 0;
  }
}
.template-people .accordion-trigger .section-title {
  color: inherit;
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.96px;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .template-people .accordion-trigger .section-title {
    font-size: 64px;
    letter-spacing: -1.92px;
  }
}
.template-people .accordion-trigger .plus-minus-icon {
  display: flex;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}
@media (min-width: 1024px) {
  .template-people .accordion-trigger .plus-minus-icon {
    display: flex;
    height: 100%;
    width: 48px;
  }
}
.template-people [aria-expanded="true"] .plus-minus-icon .vertical-bar {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.template-people .accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0.6, 0, 1);
}
.template-people .accordion-panel[hidden] {
  display: block !important;
}
.template-people .accordion-panel .section-paragraph__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 1024px) {
  .template-people .accordion-panel .section-paragraph__grid {
    padding-bottom: 16px;
  }
}
.template-people .accordion-panel .section-paragraph {
  font-size: 18px;
  grid-column: span 12;
  padding: 8px 0;
}
@media (min-width: 1024px) {
  .template-people .accordion-panel .section-paragraph {
    font-size: 24px;
    grid-column: span 8;
    letter-spacing: -0.48px;
    line-height: 109%;
    padding: 0;
  }
}
.template-people .accordion-item.is-initially-expanded .accordion-panel {
  max-height: none;
}
.template-people .behind-program__name,
.template-people .course-leaders__name,
.template-people .maind-contributors__name,
.template-people .lecture__speaker-name,
.template-people .person-overlay__name,
.template-people .person-name {
  column-gap: 0.25em;
  display: inline-flex;
  flex-wrap: wrap;
}
.template-people .behind-program__name .name,
.template-people .course-leaders__name .name,
.template-people .maind-contributors__name .name,
.template-people .lecture__speaker-name .name,
.template-people .person-overlay__name .name,
.template-people .person-name .name,
.template-people .behind-program__name .surname,
.template-people .course-leaders__name .surname,
.template-people .maind-contributors__name .surname,
.template-people .lecture__speaker-name .surname,
.template-people .person-overlay__name .surname,
.template-people .person-name .surname {
  white-space: nowrap;
}
.template-people .linkedin-link {
  color: var(--base-gray);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 100%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px;
  margin: -6px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .template-people .linkedin-link {
    font-size: 16px;
  }
}
.template-people .behind-program {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  padding: 8px 0;
}
@media (min-width: 1024px) {
  .template-people .behind-program {
    gap: 0;
    grid-template-columns: 1fr;
    overflow: visible;
  }
}
.template-people .behind-program .behind-program__name {
  color: var(--base-black);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
  width: fit-content;
  height: fit-content;
}
.template-people .behind-program .behind-program__card {
  display: grid;
  gap: 6px;
}
@media (min-width: 1024px) {
  .template-people .behind-program .behind-program__card {
    border-top: 1px solid var(--light-gray);
    cursor: pointer;
    gap: 12px;
    grid-template-columns: repeat(12, 1fr);
    padding: 16px 0;
    position: relative;
  }
  .template-people .behind-program .behind-program__card:hover .behind-program__photo {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .template-people .behind-program .behind-program__card--expanded .linkedin-link {
    align-self: start;
    grid-column: 9/span 1;
  }
  .template-people .behind-program .behind-program__card--expanded .behind-program__bio {
    display: block;
    max-height: 500px;
  }
}
.template-people .behind-program .behind-program__photo {
  aspect-ratio: 1/1;
  background-color: var(--base-gray);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .template-people .behind-program .behind-program__photo {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    height: 200px;
    width: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 0.2s ease;
    z-index: 10;
    left: calc((100% / 12) * 9);
  }
}
.template-people .behind-program .behind-program__role {
  display: none;
}
@media (min-width: 1024px) {
  .template-people .behind-program .behind-program__role {
    color: var(--base-gray);
    display: flex;
    flex-direction: column;
    font-family: var(--font-mono);
    font-size: 16px;
    font-weight: 400;
    grid-column: 5/span 4;
    line-height: 19px;
  }
}
.template-people .behind-program .behind-program__name {
  color: var(--base-black);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .template-people .behind-program .behind-program__name {
    font-size: 24px;
    grid-column: 1/span 4;
    letter-spacing: -0.72px;
    line-height: 97%;
  }
}
@media (min-width: 1024px) {
  .template-people .behind-program .linkedin-link {
    align-self: start;
    grid-column: 9/span 3;
    grid-row: 1;
  }
}
.template-people .behind-program .behind-program__bio-toggle {
  display: none;
}
@media (min-width: 1024px) {
  .template-people .behind-program .behind-program__bio-toggle {
    align-self: start;
    display: flex;
    grid-column: 12/span 1;
    grid-row: 1;
    height: 32px;
    justify-content: flex-end;
  }
  .template-people .behind-program .behind-program__bio-toggle .plus-minus-icon {
    height: 100%;
    width: 32px;
  }
}
.template-people .behind-program .behind-program__bio {
  display: none;
}
@media (min-width: 1024px) {
  .template-people .behind-program .behind-program__bio {
    display: none;
    grid-column: span 4;
    grid-row: 2;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0.6, 0, 1);
  }
  .template-people .behind-program .behind-program__bio[aria-expanded="true"] {
    max-height: 100%;
  }
}
@media (min-width: 1024px) {
  .behind-program .behind-program__card--expanded .behind-program__bio {
    display: block;
    max-height: 500px;
  }
  .behind-program .behind-program__card--expanded .linkedin-link {
    align-self: start;
    grid-row: 1;
  }
  .behind-program .behind-program__card--expanded .behind-program__bio-toggle {
    align-self: start;
    grid-row: 1;
  }
  .behind-program .behind-program__card--expanded .behind-program__photo {
    opacity: 1;
    pointer-events: auto;
  }
}
.template-people .course-leaders {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .template-people .course-leaders {
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    -moz-grid-template-rows: masonry;
    grid-template-rows: masonry;
  }
}
.template-people .course-leaders .course-leaders__card {
  border-top: 1px solid var(--light-gray);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}
.template-people .course-leaders .course-leaders__card:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .template-people .course-leaders .course-leaders__card {
    border-top: none;
    border-bottom: 1px solid var(--light-gray);
    padding: 16px 8px;
  }
  .template-people .course-leaders .course-leaders__card--first-row {
    border-bottom: 1px solid var(--light-gray);
  }
  .template-people .course-leaders .course-leaders__card--last-row {
    border-bottom: none;
  }
}
.template-people .course-leaders .course-leaders__card .course-leaders__trigger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.template-people .course-leaders .course-leaders__card .course-leaders__trigger .plus-minus-icon {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 28px;
  width: 28px;
}
.template-people .course-leaders .course-leaders__card .course-leaders__trigger .course-leaders__name {
  color: var(--base-black);
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.72px;
}
.template-people .course-leaders .course-leaders__card .course-leaders__trigger .course-leaders__name .name,
.template-people .course-leaders .course-leaders__card .course-leaders__trigger .course-leaders__name .surname {
  display: inline-block;
}
.template-people .course-leaders .course-leaders__card .course-leaders__content {
  display: grid;
  gap: 8px;
  grid-template-columns: 2fr 1fr;
}
@media (min-width: 1024px) {
  .template-people .course-leaders .course-leaders__card .course-leaders__content {
    gap: 12px;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto auto;
    align-items: start;
  }
}
.template-people .course-leaders .course-leaders__card .course-leaders__content .course-leaders__course {
  color: #707070;
  display: flex;
  flex-direction: column;
  font-family: var(--font-mono);
  font-size: 14px;
  gap: 4px;
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 1024px) {
  .template-people .course-leaders .course-leaders__card .course-leaders__content .course-leaders__course {
    font-size: 16px;
  }
}
.template-people .course-leaders .course-leaders__card .course-leaders__content .linkedin-link {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}
.template-people .course-leaders .course-leaders__card .course-leaders__content .course-leaders__bio {
  color: var(--base-black);
  display: none;
  font-family: var(--font-sans);
  font-size: 16px;
  grid-column: span 2;
  grid-row: 2;
  line-height: 115%;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0.6, 0, 1), margin 0.3s cubic-bezier(0.4, 0.6, 0, 1);
}
@media (min-width: 1024px) {
  .template-people .course-leaders .course-leaders__card .course-leaders__content .course-leaders__bio {
    margin-top: 0;
  }
}
.template-people .course-leaders .course-leaders__card .course-leaders__content .course-leaders__bio[aria-expanded="true"] {
  display: block;
  margin-top: 0;
  max-height: none;
}
.template-people .maind-contributors {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .template-people .maind-contributors {
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    -moz-grid-template-rows: masonry;
    grid-template-rows: masonry;
  }
}
.template-people .maind-contributors .maind-contributors__card {
  border-top: 1px solid var(--light-gray);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 0;
}
.template-people .maind-contributors .maind-contributors__card:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .template-people .maind-contributors .maind-contributors__card {
    border-top: none;
    border-bottom: 1px solid var(--light-gray);
    gap: 8px;
    padding: 16px 8px;
  }
  .template-people .maind-contributors .maind-contributors__card--first-row {
    border-bottom: 1px solid var(--light-gray);
  }
  .template-people .maind-contributors .maind-contributors__card--last-row {
    border-bottom: none;
  }
}
.template-people .maind-contributors .maind-contributors__card .maind-contributors__name {
  color: var(--base-black);
  font-family: var(--font-sans);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.72px;
  line-height: 97%;
}
.template-people .lectures-accordion-group .accordion-item {
  padding: 8px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .template-people .lectures-accordion-group .accordion-item {
    box-sizing: border-box;
  }
  .template-people .lectures-accordion-group .accordion-item.active {
    padding-bottom: 0;
    overflow: visible;
  }
}
.template-people .lectures-accordion-group .accordion-item .accordion-trigger {
  padding: 0;
}
.template-people .lectures-accordion-group .accordion-item .accordion-trigger [data-hover-highlight="text"] {
  --hover-highlight-pad-x: 0;
}
.template-people .lectures-accordion-group .accordion-item .accordion-trigger .section-title {
  font-size: 24px;
  letter-spacing: -0.96px;
}
@media (min-width: 1024px) {
  .template-people .lectures-accordion-group .accordion-item .accordion-trigger .section-title {
    font-size: 64px;
    letter-spacing: -0.96px;
    margin: 0;
  }
}
.template-people .lectures {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 8px;
}
@media (min-width: 1024px) {
  .template-people .lectures {
    padding-top: 16px;
  }
}
.template-people .lectures .lecture {
  border-top: 1px solid var(--light-gray);
  color: var(--base-black);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto;
  padding: 8px 0;
  position: relative;
}
.template-people .lectures .lecture .lecture__cover {
  display: none;
}
@media (min-width: 1024px) {
  .template-people .lectures .lecture {
    gap: 0;
    grid-template-columns: repeat(12, 1fr);
    padding: 16px 0;
    position: relative;
  }
  .template-people .lectures .lecture .lecture__cover {
    display: block;
    height: 200px;
    left: calc((100% / 12) * 9);
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transition: opacity 0.2s ease;
    width: 200px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .template-people .lectures .lecture:hover .lecture__cover {
    opacity: 1;
  }
}
.template-people .lectures .lecture .lecture__speaker {
  color: var(--base-black);
  font-family: var(--font-sans);
  font-size: 18px;
  grid-column: span 4;
  line-height: 100%;
}
.template-people .lectures .lecture .lecture__speaker .lecture__speaker-name {
  display: inline-block;
}
@media (min-width: 1024px) {
  .template-people .lectures .lecture .lecture__speaker {
    font-size: 16px;
    display: block;
    grid-column: span 3;
    line-height: 97%;
  }
}
.template-people .lectures .lecture .lecture__title {
  color: var(--base-black);
  font-family: var(--font-sans);
  font-size: 18px;
  grid-column: span 4;
  padding-bottom: 12px;
  padding-top: 8px;
}
@media (min-width: 1024px) {
  .template-people .lectures .lecture .lecture__title {
    font-size: 16px;
    grid-column: span 5;
    padding: 0;
    padding-left: 8px;
    padding-right: 12px;
  }
}
.template-people .lectures .lecture .lecture__type,
.template-people .lectures .lecture .lecture__watch,
.template-people .lectures .lecture .lecture__date {
  color: var(--base-black);
  font-family: var(--font-mono);
  font-size: 12px;
}
@media (min-width: 1024px) {
  .template-people .lectures .lecture .lecture__type,
  .template-people .lectures .lecture .lecture__watch,
  .template-people .lectures .lecture .lecture__date {
    font-size: 16px;
  }
}
.template-people .lectures .lecture .lecture__type {
  grid-column: span 2;
}
@media (min-width: 1024px) {
  .template-people .lectures .lecture .lecture__type {
    grid-row: 1;
    grid-column: 10/span 2;
  }
}
.template-people .lectures .lecture .lecture__watch {
  text-transform: uppercase;
  grid-column: span 1;
  text-decoration: underline;
  text-decoration-style: solid;
}
@media (min-width: 1024px) {
  .template-people .lectures .lecture .lecture__watch {
    grid-row: 1;
    grid-column: 9/span 1;
  }
}
.template-people .lectures .lecture .lecture__date {
  grid-column: span 1;
}
@media (min-width: 1024px) {
  .template-people .lectures .lecture .lecture__date {
    grid-column: 12/span 1;
  }
}
.template-people .person-overlays {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.template-people .person-overlays.person-overlays--active {
  pointer-events: auto;
}
.template-people .person-overlay {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.template-people .person-overlay--visible {
  display: block;
  pointer-events: auto;
}
.template-people .person-overlay .person-overlay__content {
  box-sizing: border-box;
  max-width: 100%;
  padding: 16px;
}
.template-people .person-overlay .person-overlay__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.template-people .person-overlay .person-overlay__image img,
.template-people .person-overlay .person-overlay__image .person-overlay__photo-placeholder {
  aspect-ratio: 1/1;
  background-color: var(--base-gray);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.template-people .person-overlay .person-overlay__close {
  text-align: right;
}
.template-people .person-overlay .person-overlay__close-button {
  background: none;
  border: none;
  color: var(--base-black);
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  text-transform: uppercase;
}
.template-people .person-overlay .person-overlay__name {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
}
.template-people .person-overlay .person-overlay__name h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.template-people .person-overlay .person-overlay__name a {
  color: var(--base-gray);
  font-family: var(--font-mono);
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 4px;
}
.template-people .person-overlay .person-overlay__roles {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
}
.template-people .person-overlay .person-overlay__roles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.template-people .person-overlay .person-overlay__roles li {
  color: var(--base-gray);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}
.template-people .person-overlay .person-overlay__bio {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
}
.template-people .person-overlay .person-overlay__bio p {
  font-size: 16px;
  font-weight: 400;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
.template-project .scroll-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - var(--project-header-bar-height, 120px));
  height: calc(100svh - var(--project-header-bar-height, 120px));
  height: calc(100dvh - var(--project-header-bar-height, 120px));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
  scroll-snap-type: y proximity;
  scroll-padding-top: var(--project-header-bar-height, 120px);
  padding-top: var(--project-header-bar-height, 120px);
}
@media (min-width: 1024px) {
  .template-project .scroll-container {
    scroll-snap-type: y proximity;
  }
}
.template-project .project-header {
  height: fit-content;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 18;
  background-color: var(--base-white);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .template-project .project-header {
    top: 0;
  }
}
.template-project .info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 0px 6px;
  box-sizing: border-box;
  padding: 0px;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  .template-project .info {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0px 6px;
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
    padding: 8px 18px;
  }
}
.template-project .module-label,
.template-project .authors-label {
  font-family: var(--font-sans);
  font-size: 12px;
  text-transform: uppercase;
  color: var(--base-gray);
  display: linline-block;
  grid-column: 1/span 3;
  padding-left: 8px;
}
@media (min-width: 1024px) {
  .template-project .module-label,
  .template-project .authors-label {
    margin-top: auto;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .template-project .module-label {
    padding: 0;
    grid-row: 1;
    grid-column: 5/span 1;
  }
}
.template-project .module-id,
.template-project .authors,
.template-project .year {
  display: block;
  margin-top: auto;
  font-family: var(--font-sans);
  font-size: 16px;
  letter-spacing: -0.48px;
  font-weight: 400;
  color: var(--base-gray);
}
.template-project .module-id {
  padding-left: 8px;
  grid-column: 1/span 4;
}
@media (min-width: 1024px) {
  .template-project .module-id {
    padding: 0;
    grid-row: 2;
    grid-column: 5/span 3;
  }
}
.template-project .authors {
  grid-column: 1/span 3;
  padding-left: 8px;
}
@media (min-width: 1024px) {
  .template-project .authors {
    grid-column: 8/span 4;
    grid-row: 2;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .template-project .authors-label {
    grid-column: 8/span 1;
    grid-row: 1;
    padding: 0;
  }
}
.authors-label,
.module-label {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .authors-label,
  .module-label {
    margin-top: 0;
  }
}
.template-project .year {
  display: none;
}
@media (min-width: 1024px) {
  .template-project .year {
    display: block;
    margin-left: auto;
    grid-column: 12/span 1;
    grid-row: 2;
  }
}
.template-project .project-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 109% /* 26.16px */;
  letter-spacing: -0.48px;
  padding: 8px;
  border-bottom: 1px solid var(--light-gray);
  grid-column: 1/span 3;
}
@media (min-width: 1024px) {
  .template-project .project-title {
    border-bottom: none;
    grid-column: span 4;
    grid-row: 2;
    margin: 0;
    padding: 0;
  }
}
.template-project .project-hero {
  margin: 0 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 0;
  scroll-snap-align: start;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
  scroll-snap-stop: normal;
}
.template-project .project-hero .project-hero-media {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1024px) {
  .template-project .project-hero {
    margin-bottom: 0px;
    height: calc(100vh - var(--project-header-bar-height, 120px));
    height: calc(100svh - var(--project-header-bar-height, 120px));
    height: calc(100dvh - var(--project-header-bar-height, 120px));
  }
}
.template-project .project-hero--video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: var(--project-hero-video-ratio, 1.777777777777778);
  overflow: hidden;
  z-index: 0;
  scroll-snap-align: start;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
  scroll-snap-stop: normal;
}
@media (min-width: 1024px) {
  .template-project .project-hero--video {
    height: calc(100vh - var(--project-header-bar-height, 120px));
    height: calc(100svh - var(--project-header-bar-height, 120px));
    height: calc(100dvh - var(--project-header-bar-height, 120px));
    aspect-ratio: auto;
  }
}
.template-project .project-header-bar--overlay .info {
  border-top: none;
  border-bottom: none;
}
@media (min-width: 1024px) {
  .template-project .project-header-bar--overlay .info {
    border-top: none;
  }
}
.template-project .project-hero .project-hero-media {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1024px) {
  .template-project .project-hero .project-hero-media {
    height: 100%;
  }
}
.template-project .project-description {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 24px;
}
.template-project .project-details {
  height: calc(100vh - var(--project-header-bar-height, 120px));
  height: calc(100svh - var(--project-header-bar-height, 120px));
  height: calc(100dvh - var(--project-header-bar-height, 120px));
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 8px;
  min-height: 0;
  scroll-snap-align: start;
  -webkit-scroll-snap-stop: always;
  -moz-scroll-snap-stop: always;
  scroll-snap-stop: always;
}
@media (min-width: 1024px) {
  .template-project .project-details {
    height: calc(100vh - var(--project-header-bar-height, 120px));
    height: calc(100svh - var(--project-header-bar-height, 120px));
    height: calc(100dvh - var(--project-header-bar-height, 120px));
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: min-content auto 1fr;
    column-gap: 6px;
    padding: 8px 18px;
    row-gap: 54px;
    padding-top: 32px;
    box-sizing: border-box;
    scroll-snap-stop: always;
    -webkit-scroll-snap-stop: always;
    -moz-scroll-snap-stop: always;
  }
}
.template-project .project {
  padding: 0;
}
.template-project .project .scroll-container .section.project-section {
  display: block;
  height: fit-content;
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  .template-project .project {
    display: flex;
    border-top: none;
  }
}
.template-project .project-section-title {
  margin-top: 8px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: var(--base-gray);
}
@media (min-width: 1024px) {
  .template-project .project-section-title {
    margin-top: 0;
  }
}
.template-project .project-section-text {
  font-family: var(--font-sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--base-gray);
  display: block;
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .template-project .project-section-text {
    margin-top: 0;
  }
}
.template-project .project-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--base-gray);
  margin: 8px 0 4px;
}
.template-project .project-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.template-project .project-list-item {
  font-family: var(--font-sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--base-gray);
}
.template-project .project-list-meta {
  color: var(--base-gray);
}
.project-section--course {
  padding-left: 8px;
  display: none;
}
@media (min-width: 1024px) {
  .project-section {
    display: block;
  }
  .project-section-title {
    font-size: 14px;
  }
  .project-section--course {
    grid-column: 1/span 4;
    grid-row: 1;
  }
  .project-section--professors {
    grid-column: 5/span 2;
    grid-row: 1;
  }
  .project-section--assistants {
    grid-column: 8/span 3;
    grid-row: 1;
  }
  .project-description {
    grid-column: 1/span 6;
    grid-row: 2;
    padding: 0 8px;
  }
  .project-section--ack {
    grid-column: 8/span 3;
    grid-row: 2;
  }
  .project-section--ack .project-section-title,
  .project-section--ack .project-list,
  .project-section--ack .project-list-item {
    font-family: var(--font-sans);
    text-decoration: none;
    color: var(--base-black);
  }
  .project-section--ack a {
    color: var(--base-black);
  }
  .project-section--ack a:hover {
    color: var(--base-black);
  }
  .project-hero {
    overflow: hidden;
  }
}
.template-project .project-hero--video .project-hero-media {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1024px) {
  .template-project .project-hero--video .project-hero-media {
    position: absolute;
    inset: 0;
    height: 100%;
  }
}
.template-project .close-project {
  display: flex;
  flex-direction: row-reverse;
  padding: 8px;
}
.template-project .close-project-btn {
  background: none;
  border: none;
  color: var(--base-black);
  cursor: pointer;
  font-size: 16px;
  padding: 8px 12px;
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  display: flex;
}
.template-project .close-project-btn svg {
  width: 18px;
  height: 18px;
}
.template-project .project-gallery {
  grid-row: 3;
  grid-column: span 12;
  position: relative;
  margin-bottom: 0;
  margin-top: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
@media (min-width: 1024px) {
  .template-project .project-gallery {
    margin-top: auto;
    height: 100%;
    min-height: 0;
    flex: none;
  }
}
.template-project .project-gallery__overlay {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  pointer-events: none;
  color: var(--base-white);
  z-index: 1;
}
.template-project .project-gallery__overlay-btn {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}
.template-project .project-gallery__chevron {
  display: block;
  width: 24px;
  height: 24px;
}
.template-project .project-images {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 0;
}
@media (min-width: 1024px) {
  .template-project .project-images {
    height: 100%;
  }
}
.template-project .project-images img,
.template-project .project-images video {
  display: block;
  height: 100%;
  width: auto;
  flex: 0 0 auto;
  object-fit: cover;
  max-height: 100%;
}
.template-project footer {
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
}
@media (min-width: 1024px) {
  .template-project footer {
    -webkit-scroll-snap-stop: normal;
    -moz-scroll-snap-stop: normal;
    scroll-snap-stop: normal;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .project-description {
    padding: 0;
  }
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
@media (min-width: 1024px) {
  .template-news .news-scroll-container {
    transition: height 0.3s ease;
    box-sizing: border-box;
    height: 100vh;
    overflow-y: scroll;
    overscroll-behavior: none;
    scroll-snap-type: y proximity;
  }
}
@media (min-width: 1024px) {
  .template-news .news-panel {
    scroll-snap-align: start;
    -webkit-scroll-snap-stop: normal;
    -moz-scroll-snap-stop: normal;
    scroll-snap-stop: normal;
  }
}
@media (min-width: 1024px) {
  .template-news .news-panel--content {
    overflow-y: auto;
  }
}
.template-news .news-index {
  padding: 8px;
}
@media (min-width: 1024px) {
  .template-news .news-index {
    padding: 12px 16px;
  }
}
.template-news .news-header {
  padding: 0 0 8px 0;
}
@media (min-width: 1024px) {
  .template-news .news-header {
    padding: 0 0 12px 0;
  }
}
.template-news .news-title {
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  color: var(--base-black);
}
.template-news .news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: start;
}
@media (min-width: 1024px) {
  .template-news .news-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.template-news .news-card {
  display: flex;
  flex-direction: column;
  color: var(--base-black);
}
.template-news .news-card__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.template-news .news-card__media {
  width: 100%;
  overflow: hidden;
  background-color: var(--base-white);
  margin-bottom: 8px;
}
.template-news .news-card__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.template-news .news-card__media--placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--base-white);
}
.template-news .news-card__meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--base-gray);
}
.template-news .news-card__title {
  font-family: var(--font-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -0.48px;
  color: var(--base-black);
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .template-news .news-card__title {
    font-size: 24px;
  }
}
.template-news .news-card--gap {
  display: none;
}
@media (min-width: 1024px) {
  .template-news .news-card--gap {
    display: block;
    visibility: hidden;
    pointer-events: none;
    min-height: 0;
    border: none;
    padding: 0;
  }
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
.template-newsitem .news-article {
  display: block;
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 100vh;
}
.template-newsitem .news-article-header {
  height: fit-content;
  position: sticky;
  top: 0;
  z-index: 18;
  background-color: var(--base-white);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-header {
    top: 0;
  }
}
.template-newsitem .info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 6px;
  box-sizing: border-box;
  padding: 0px;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  .template-newsitem .info {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 6px;
    border-top: 1px solid var(--base-gray);
    border-bottom: none;
    padding: 8px 18px;
  }
}
.template-newsitem .date-label,
.template-newsitem .tag-label {
  margin-top: auto;
  grid-row: 2;
  font-family: "IBM Plex Mono";
  font-size: 12px;
  text-transform: uppercase;
  color: var(--base-gray);
  display: inline-block;
  grid-column: 1/span 1;
  padding-left: 8px;
}
@media (min-width: 1024px) {
  .template-newsitem .date-label,
  .template-newsitem .tag-label {
    margin-top: auto;
    display: inline-block;
  }
}
.template-newsitem .date-value,
.template-newsitem .tag-value {
  grid-row: 3;
  font-family: "IBM Plex Mono";
  font-size: 14px;
  letter-spacing: -0.48px;
  text-edge-shape: alphabetic;
  font-weight: 400;
  color: var(--base-gray);
  grid-column: 1/span 1;
}
@media (min-width: 1024px) {
  .template-newsitem .date-value,
  .template-newsitem .tag-value {
    grid-row: 2;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .template-newsitem .date-label {
    padding: 0;
    grid-row: 1;
    grid-column: 10/span 1;
  }
}
.template-newsitem .date-value {
  grid-column: 1/span 1;
  padding-left: 8px;
}
@media (min-width: 1024px) {
  .template-newsitem .date-value {
    padding: 0;
    grid-row: 2;
    grid-column: 10/span 1;
  }
}
.template-newsitem .tag-label {
  grid-column: 3/span 1;
  padding: 0;
}
@media (min-width: 1024px) {
  .template-newsitem .tag-label {
    grid-column: 12/span 1;
    grid-row: 1;
    padding: 0;
  }
}
.template-newsitem .tag-value {
  grid-column: 3/span 1;
  padding: 0;
}
@media (min-width: 1024px) {
  .template-newsitem .tag-value {
    grid-column: 12/span 2;
    grid-row: 2;
    padding: 0;
  }
}
.template-newsitem .news-article-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 109%;
  letter-spacing: -0.48px;
  padding: 8px;
  border-bottom: 1px solid var(--light-gray);
  grid-column: 1/span 3;
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-title {
    border-bottom: none;
    grid-column: 1/span 8;
    grid-row: 2;
    margin: 0;
    padding: 0;
  }
}
.template-newsitem .news-article-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--base-gray);
  padding: 8px;
  grid-column: 1/span 3;
  margin: 0;
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-subtitle {
    grid-column: span 4;
    grid-row: 3;
    padding: 0;
    padding-top: 8px;
  }
}
.template-newsitem .news-article-hero {
  margin: 0 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-hero {
    margin-bottom: 0px;
  }
}
.template-newsitem .news-article-hero .news-article-hero-media {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.template-newsitem .news-article-content {
  display: block;
  padding: 8px;
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 16px;
    row-gap: 54px;
    padding: 18px;
    box-sizing: border-box;
  }
}
.template-newsitem .news-article-body {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  padding-top: 36px;
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-body {
    grid-column: 1/span 6;
    padding: 0;
  }
}
.template-newsitem .news-article-body p:first-child,
.template-newsitem .news-article-body h1:first-child,
.template-newsitem .news-article-body h2:first-child,
.template-newsitem .news-article-body h3:first-child,
.template-newsitem .news-article-body h4:first-child,
.template-newsitem .news-article-body h5:first-child,
.template-newsitem .news-article-body h6:first-child,
.template-newsitem .news-article-body ul:first-child,
.template-newsitem .news-article-body ol:first-child,
.template-newsitem .news-article-body blockquote:first-child,
.template-newsitem .news-article-body figure:first-child,
.template-newsitem .news-article-body hr:first-child {
  margin-top: 0;
}
.template-newsitem .news-article-body img,
.template-newsitem .news-article-body video,
.template-newsitem .news-article-body iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.template-newsitem .news-article-body p {
  font-size: 16px;
  margin: 0;
  line-height: 1.1;
}
.template-newsitem .news-article-body p + p {
  font-size: 16px;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-body p + p {
    margin-top: 16px;
  }
}
.template-newsitem .news-article-body a {
  font-family: var(--font-mono);
  color: var(--base-gray);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.template-newsitem .news-article-body a:hover {
  animation: hoverCycle 1.5s infinite;
}
.template-newsitem .news-article-body h1,
.template-newsitem .news-article-body h2,
.template-newsitem .news-article-body h3,
.template-newsitem .news-article-body h4,
.template-newsitem .news-article-body h5,
.template-newsitem .news-article-body h6 {
  font-weight: 400;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 24px;
}
.template-newsitem .news-article-body h2 {
  letter-spacing: -0.48px;
}
.template-newsitem .news-article-body h3 {
  letter-spacing: -0.32px;
}
.template-newsitem .news-article-body ul,
.template-newsitem .news-article-body ol {
  margin: 16px 0;
  padding-left: 24px;
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-body ul,
  .template-newsitem .news-article-body ol {
    padding-left: 32px;
  }
}
.template-newsitem .news-article-body ul li,
.template-newsitem .news-article-body ol li {
  margin-bottom: 8px;
  list-style: disc;
}
.template-newsitem .news-article-body ul li:last-child,
.template-newsitem .news-article-body ol li:last-child {
  margin-bottom: 0;
}
.template-newsitem .news-article-body ul {
  list-style-type: disc;
}
.template-newsitem .news-article-body ul ul {
  list-style-type: circle;
}
.template-newsitem .news-article-body ol {
  list-style-type: decimal;
}
.template-newsitem .news-article-body blockquote {
  margin: 24px 0;
  padding-left: 20px;
  border-left: 3px solid var(--base-gray);
  font-style: italic;
  color: var(--base-gray);
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-body blockquote {
    margin: 32px 0;
    padding-left: 32px;
  }
}
.template-newsitem .news-article-body blockquote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 14px;
}
.template-newsitem .news-article-body blockquote cite:before {
  content: "— ";
}
.template-newsitem .news-article-body figure {
  margin: 24px 0;
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-body figure {
    margin: 32px 0;
  }
}
.template-newsitem .news-article-body figure figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: var(--base-gray);
  font-family: var(--font-mono);
}
@media (min-width: 1024px) {
  .template-newsitem .news-article-body figure figcaption {
    font-size: 15px;
  }
}
.template-newsitem .close-news-article {
  display: flex;
  flex-direction: row-reverse;
  padding: 8px;
}
.template-newsitem .close-news-article-btn {
  background: none;
  border: none;
  color: var(--base-black);
  cursor: pointer;
  font-size: 16px;
  padding: 8px 12px;
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  display: flex;
}
.template-newsitem .close-news-article-btn svg {
  width: 18px;
  height: 18px;
}
@-moz-keyframes hoverCycle {
  0% {
    color: var(--highlight-yellow);
  }
  14% {
    color: var(--highlight-orange);
  }
  28% {
    color: var(--highlight-red);
  }
  42% {
    color: var(--highlight-purple);
  }
  56% {
    color: var(--highlight-violet);
  }
  70% {
    color: var(--highlight-teal);
  }
  84% {
    color: var(--highlight-blue);
  }
  100% {
    color: var(--highlight-yellow);
  }
}
@-webkit-keyframes hoverCycle {
  0% {
    color: var(--highlight-yellow);
  }
  14% {
    color: var(--highlight-orange);
  }
  28% {
    color: var(--highlight-red);
  }
  42% {
    color: var(--highlight-purple);
  }
  56% {
    color: var(--highlight-violet);
  }
  70% {
    color: var(--highlight-teal);
  }
  84% {
    color: var(--highlight-blue);
  }
  100% {
    color: var(--highlight-yellow);
  }
}
@-o-keyframes hoverCycle {
  0% {
    color: var(--highlight-yellow);
  }
  14% {
    color: var(--highlight-orange);
  }
  28% {
    color: var(--highlight-red);
  }
  42% {
    color: var(--highlight-purple);
  }
  56% {
    color: var(--highlight-violet);
  }
  70% {
    color: var(--highlight-teal);
  }
  84% {
    color: var(--highlight-blue);
  }
  100% {
    color: var(--highlight-yellow);
  }
}
@keyframes hoverCycle {
  0% {
    color: var(--highlight-yellow);
  }
  14% {
    color: var(--highlight-orange);
  }
  28% {
    color: var(--highlight-red);
  }
  42% {
    color: var(--highlight-purple);
  }
  56% {
    color: var(--highlight-violet);
  }
  70% {
    color: var(--highlight-teal);
  }
  84% {
    color: var(--highlight-blue);
  }
  100% {
    color: var(--highlight-yellow);
  }
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
.template-portfolio .navigation-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  color: var(--base-black);
}
.template-portfolio .navigation-header .nav-item a {
  background-color: var(--base-white);
  color: var(--base-black);
}
.template-portfolio .navigation-header .nav-item a.current-page,
.template-portfolio .navigation-header .nav-item a:hover {
  background-color: var(--base-black);
  color: var(--base-white);
}
.template-portfolio .navigation-header.navigation-header--solid {
  background-color: var(--base-white);
  -webkit-mix-blend-mode: normal;
  mix-blend-mode: normal;
  color: var(--base-black);
}
.template-portfolio .navigation-header.navigation-header--solid .page-title {
  color: var(--base-black);
  -webkit-mix-blend-mode: normal;
  mix-blend-mode: normal;
}
.template-portfolio .portfolio-scroll-container {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overscroll-behavior: none;
  -moz-overscroll-behavior: none;
  -ms-overscroll-behavior: none;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  padding: 0;
}
.template-portfolio .portfolio-scroll-container .media-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-scroll-snap-align: end;
  -ms-scroll-snap-align: end;
  scroll-snap-align: end;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
  scroll-snap-stop: normal;
}
.template-portfolio .portfolio-scroll-container .media-wrapper video,
.template-portfolio .portfolio-scroll-container .media-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .media-wrapper video,
  .template-portfolio .portfolio-scroll-container .media-wrapper img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .media-wrapper {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    width: 100%;
  }
}
.template-portfolio .portfolio-scroll-container .portfolio-statement {
  -webkit-scroll-snap-align: start;
  -ms-scroll-snap-align: start;
  scroll-snap-align: start;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
  scroll-snap-stop: normal;
  padding-top: var(--header-visible-height, 120px);
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  transition: 0.3s ease;
}
.template-portfolio .portfolio-scroll-container .portfolio-statement h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  color: var(--base-black);
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-statement h2 {
    font-size: 64px;
    letter-spacing: -0.48px;
  }
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-statement {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.template-portfolio .portfolio-scroll-container .scroll-hint.wrapper {
  position: absolute;
  left: 50%;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  gap: 1rem;
  z-index: 1;
}
.template-portfolio .portfolio-scroll-container .scroll-hint.wrapper .scroll-hint__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.template-portfolio .portfolio-scroll-container .scroll-hint.wrapper .scroll-hint__container .text {
  color: var(--base-black);
  text-align: center;
}
.template-portfolio .portfolio-scroll-container .scroll-hint.wrapper .scroll-hint__container .text span {
  background-color: transparent;
  box-shadow: inset 0 -1.2em 0 0 var(--base-white);
  padding: 0 0.35em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 1.4;
}
.template-portfolio .portfolio-scroll-container .scroll-hint.wrapper .scroll-hint__container .chevron {
  color: var(--base-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content {
  box-sizing: border-box;
  padding-top: var(--header-visible-height, 120px);
  -webkit-scroll-snap-align: start;
  -ms-scroll-snap-align: start;
  scroll-snap-align: start;
  -webkit-scroll-snap-stop: normal;
  -moz-scroll-snap-stop: normal;
  scroll-snap-stop: normal;
  display: flex;
  flex-direction: column;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .portfolio-controls {
  background-color: transparent;
  position: sticky;
  top: var(--header-visible-height, 120px);
  transition: top 0.3s ease-in-out;
  padding-bottom: 8px;
  padding-top: 8px;
  transform: translateY(-4px);
  z-index: 10;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .filters-mobile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .filters-mobile__label {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .filters-mobile__select {
  appearance: none;
  border: 1px solid var(--base-black);
  background-color: var(--base-white);
  color: var(--base-black);
  font-family: "IBM Plex Mono";
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 8px;
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .filters-mobile {
    display: none;
  }
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .filters-desktop {
  display: none;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px 6px;
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .filters-desktop {
    display: flex;
    gap: 12px 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .filters-desktop .filter {
  font-family: "IBM Plex Mono";
  color: var(--base-black);
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 4px;
  border: 1px solid var(--light-gray);
  background-color: var(--base-white);
  transition: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .toggle-view {
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-end;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .toggle-view .view-btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 4px;
  border: 1px solid var(--base-black);
  background-color: var(--base-white);
  color: var(--base-black);
  transition: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .toggle-view .view-btn.is-active {
  color: var(--base-white);
  background-color: var(--base-black);
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .toggle-view {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 12px;
  padding: 0 8px;
  overflow-y: scroll;
  -webkit-overscroll-behavior: none;
  -moz-overscroll-behavior: none;
  -ms-overscroll-behavior: none;
  overscroll-behavior: none;
  box-sizing: border-box;
  height: 100%;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container .project-card.is-hidden {
  display: none;
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container {
    padding: 0 18px;
  }
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  padding-bottom: 64px;
  padding: 0;
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
    row-gap: 84px;
    padding-bottom: 84px;
    padding: 0 18px;
  }
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .projects-container--background {
  display: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card.is-hidden {
  display: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card .projects-card--media-wrapper {
  width: 100%;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card .project-card__video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card picture {
  display: block;
  width: 100%;
  height: auto;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card picture img {
  width: 100%;
  height: auto;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card .project-card--title {
  font-family: var(--font-sans);
  color: var(--base-black);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: var(--base-black);
  margin-bottom: 4px;
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card .project-card--title {
    padding: 0;
  }
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card .project-card--course,
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card .project-card--authors {
  font-family: var(--font-mono);
  color: var(--base-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card .project-card--course,
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card .project-card--authors {
    padding: 0;
  }
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card .project-card--year {
  display: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.grid .project-card .label {
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 0px;
  padding-top: 6px;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0px;
  padding: 0px;
  position: relative;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .projects-detector {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
  display: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .projects-container--background {
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .projects-container--background video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .projects-container--background.is-video {
  background-image: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .projects-container--background.is-video video {
  display: block;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  box-sizing: content-box;
  flex-direction: column;
  padding: 8px;
  border-bottom: 1px solid var(--light-gray);
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card {
    padding: 8px 18px;
    min-height: 64px;
    grid-column: 1/span 3;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto 1fr;
    border-bottom: 1px solid var(--light-gray);
  }
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card:first-of-type {
  margin-top: 8px;
  border-top: 1px solid var(--light-gray);
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card:last-of-type {
  border-bottom: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card.is-hidden {
  display: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card.has-background {
  border-color: var(--base-white);
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card.has-background .project-card--title {
  color: var(--base-white);
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card.has-background .project-card--course,
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card.has-background .project-card--authors {
  color: var(--base-white);
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card.has-background .project-card--course.label,
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card.has-background .project-card--authors.label {
  padding-bottom: 2px;
  color: var(--base-white);
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .projects-card--media-wrapper {
  display: none;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 4px;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--course,
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--authors,
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--year {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--course.label,
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--authors.label,
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--year.label {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 4px;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--course.label {
  grid-column: 1;
  grid-row: 2;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--course {
  grid-column: 1;
  grid-row: 3;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--authors.label {
  grid-column: 1;
  grid-row: 4;
}
.template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--authors {
  grid-column: 1;
  grid-row: 5;
}
@media (min-width: 1024px) {
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--title {
    grid-column: 1/span 3;
    grid-row: 2;
  }
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--course,
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--authors,
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--year {
    grid-column: 1;
    font-family: var(--font-mono);
    font-size: 16px;
    font-weight: 400;
    color: var(--base-gray);
  }
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--course.label,
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--authors.label,
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--year.label {
    align-self: end;
    text-transform: uppercase;
  }
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--course {
    grid-column: 4/span 4;
    grid-row: 2;
  }
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--course.label {
    grid-column: 4/span 4;
    grid-row: 1;
  }
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--authors {
    grid-column: 8/span 4;
    grid-row: 2;
  }
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--authors.label {
    grid-column: 8/span 4;
    grid-row: 1;
  }
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--year {
    grid-column: 12/span 1;
    grid-row: 2;
    margin-left: auto;
  }
  .template-portfolio .portfolio-scroll-container .portfolio-panel--content .projects-container.list .project-card .project-card--year.label {
    grid-column: 12/span 1;
    grid-row: 1;
  }
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
.template-students {
  overflow-x: hidden;
}
.template-students .students-scroll-container {
  height: calc(100vh - var(--header-visible-height, 100px));
  height: calc(100svh - var(--header-visible-height, 100px));
  height: calc(100dvh - var(--header-visible-height, 100px));
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
@media (min-width: 1024px) {
  .template-students .students-scroll-container {
    transition: height 0.3s ease;
  }
}
.template-students .students-panel {
  transition: height 0.3s ease;
}
.template-students .students-panel--landing {
  height: auto;
}
@media (min-width: 1024px) {
  .template-students .students-panel--landing {
    height: calc(100vh - var(--header-initial-height, 100px));
    height: calc(100svh - var(--header-initial-height, 100px));
    height: calc(100dvh - var(--header-initial-height, 100px));
  }
}
.template-students .students-panel--cohorts {
  min-height: calc(100vh - var(--header-visible-height, 100px));
  min-height: calc(100svh - var(--header-visible-height, 100px));
  min-height: calc(100dvh - var(--header-visible-height, 100px));
}
.template-students .landing-page {
  box-sizing: border-box;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .template-students .landing-page {
    padding: 0;
  }
}
.template-students .landing-page .landing-page__grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
@media (min-width: 1024px) {
  .template-students .landing-page .landing-page__grid {
    gap: 0;
    height: auto;
  }
}
.template-students .landing-page .landing-page__paragraph-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .template-students .landing-page .landing-page__paragraph-grid {
    padding: 0 18px;
    padding-bottom: 16px;
  }
}
.template-students .landing-page .landing-page__paragraph {
  font-size: 18px;
  font-weight: 400;
  grid-column: span 12;
  padding: 0;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .template-students .landing-page .landing-page__paragraph {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 111%;
    grid-column: span 12;
  }
}
.template-students .landing-page .landing-page__grid--no-image .landing-page__paragraph {
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  .template-students .landing-page .landing-page__grid--no-image .landing-page__paragraph {
    padding-bottom: 16px;
  }
}
.template-students .landing-page .landing-page__image {
  display: block;
  height: auto;
  margin: 0 -8px;
  width: calc(100% + 16px);
}
@media (min-width: 1024px) {
  .template-students .landing-page .landing-page__image {
    height: 100%;
    margin: 0;
    max-height: 100%;
    min-height: 0;
    width: 100%;
  }
}
.template-students .landing-page .landing-page__image img {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .template-students .landing-page .landing-page__image img {
    aspect-ratio: unset;
    height: 100%;
    max-height: 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .template-students .landing-page.landing-page--with-image {
    height: calc(100vh - var(--header-initial-height, 100px));
    height: calc(100svh - var(--header-initial-height, 100px));
    height: calc(100dvh - var(--header-initial-height, 100px));
  }
  .template-students .landing-page.landing-page--with-image .landing-page__grid {
    height: 100%;
  }
}
.template-students .cohorts-container {
  display: grid;
  grid-template-columns: 1fr;
  overflow-x: hidden;
  padding: 0 8px;
  border-bottom: 1px solid var(--light-gray);
}
@media (min-width: 1024px) {
  .template-students .cohorts-container {
    padding: 0 18px;
  }
}
.template-students .cohort {
  border-top: 1px solid var(--light-gray);
}
.template-students .cohort .cohort-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  border: none;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .template-students .cohort .cohort-toggle {
    padding: 16px 0;
  }
}
.template-students .cohort .cohort-toggle h2 {
  font-family: var(--font-sans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
}
@media (min-width: 1024px) {
  .template-students .cohort .cohort-toggle h2 {
    font-size: 64px;
    letter-spacing: -1.92px;
  }
}
.template-students .cohort .cohort-toggle .plus-minus-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .template-students .cohort .cohort-toggle .plus-minus-icon {
    width: 48px;
    height: 48px;
  }
}
.template-students .cohort .cohort-toggle .plus-minus-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.template-students .cohort .cohort-toggle .plus-minus-icon .horizontal-bar,
.template-students .cohort .cohort-toggle .plus-minus-icon .vertical-bar {
  fill: currentColor;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.template-students .cohort .cohort-toggle[aria-expanded="true"] .plus-minus-icon .vertical-bar {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container.students-grid {
    padding-bottom: 32px;
  }
}
.template-students .cohort .students-container {
  display: none;
  padding: 8px 0 16px;
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container {
    padding: 0px;
  }
}
.template-students .cohort .students-container .students-grid--mobile {
  display: grid;
  padding: 8px 0 16px;
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container .students-grid--mobile {
    display: none;
    padding: 0;
  }
}
.template-students .cohort .students-container.students-grid,
.template-students .cohort .students-container .students-grid--mobile {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 20px;
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container.students-grid,
  .template-students .cohort .students-container .students-grid--mobile {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 32px;
  }
}
.template-students .cohort .students-container.students-grid .student,
.template-students .cohort .students-container .students-grid--mobile .student {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
  border-radius: 0;
}
.template-students .cohort .students-container.students-grid .student .person-photo,
.template-students .cohort .students-container .students-grid--mobile .student .person-photo {
  width: 100%;
  height: auto;
  display: block;
}
.template-students .cohort .students-container.students-grid .student .student-name-heading,
.template-students .cohort .students-container .students-grid--mobile .student .student-name-heading {
  margin: 0;
  text-align: left;
  font-family: var(--font-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container.students-grid .student .student-name-heading,
  .template-students .cohort .students-container .students-grid--mobile .student .student-name-heading {
    font-size: 24px;
    letter-spacing: -0.96px;
    line-height: 97%;
  }
}
.template-students .cohort .students-container.students-grid .student .student-details,
.template-students .cohort .students-container .students-grid--mobile .student .student-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container.students-grid .student .student-details,
  .template-students .cohort .students-container .students-grid--mobile .student .student-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 100%;
  }
}
.template-students .cohort .students-container.students-grid .student .student-details .student-detail,
.template-students .cohort .students-container .students-grid--mobile .student .student-details .student-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #707070;
}
.template-students .cohort .students-container.students-grid .student .student-details .student-detail .detail-label,
.template-students .cohort .students-container .students-grid--mobile .student .student-details .student-detail .detail-label {
  font-weight: 400;
}
.template-students .cohort .students-container.students-grid .student .student-details .student-detail .detail-value a,
.template-students .cohort .students-container .students-grid--mobile .student .student-details .student-detail .detail-value a {
  color: var(--base-black);
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 3px;
}
.template-students .cohort .students-container.students-list {
  position: relative;
  padding: 0;
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container.students-list .students-grid--mobile {
    padding: 0;
  }
}
.template-students .cohort .students-container.students-list .students-list--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container.students-list .students-list--desktop {
    display: block;
  }
}
.template-students .cohort .students-container.students-list .student-row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  border-top: none;
}
.template-students .cohort .students-container.students-list .student-row .student-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--font-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%;
  letter-spacing: -0.54px;
}
.template-students .cohort .students-container.students-list .student-row .student-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #707070;
  font-family: var(--font-mono);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.36px;
  line-height: 100%;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container.students-list .student-row .student-detail {
    font-size: 16px;
  }
}
.template-students .cohort .students-container.students-list .student-row .student-detail.linkedin {
  margin-left: auto;
}
.template-students .cohort .students-container.students-list .student-row .student-detail.linkedin a {
  font-family: var(--font-mono);
  color: var(--base-gray);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container.students-list .student-row .student-detail.linkedin a {
    font-size: 16px;
  }
}
.template-students .cohort .students-container.students-list .student-row .student-hover-photo {
  display: block;
  width: 100%;
  height: 100%;
  right: auto;
  top: auto;
  transform: none;
  opacity: 1;
}
@media (min-width: 1024px) {
  .template-students .cohort .students-container.students-list .student-row {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    align-items: center;
    gap: 0;
    padding: 16px 0;
    border-top: 1px solid var(--light-gray);
    border-bottom: none;
  }
  .template-students .cohort .students-container.students-list .student-row .student-name {
    font-family: "Helvetica Neue";
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.96px;
    display: inline-block;
    width: fit-content;
    height: fit-content;
  }
  .template-students .cohort .students-container.students-list .student-row .student-detail {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .template-students .cohort .students-container.students-list .student-row .student-detail.nationality {
    grid-column: 2;
  }
  .template-students .cohort .students-container.students-list .student-row .student-detail.linkedin {
    grid-column: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .template-students .cohort .students-container.students-list .student-row .student-detail.linkedin a {
    text-underline-offset: 2px;
  }
  .template-students .cohort .students-container.students-list .student-row .student-hover-photo {
    position: absolute;
    z-index: 100;
    right: 10%;
    top: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    display: none;
  }
}
.template-students .cohort .students-container.students-list .student-row:hover .student-hover-photo {
  display: block;
  opacity: 1;
}
.template-students .cohort.active .students-container.students-grid {
  display: grid;
}
.template-students .cohort.active .students-container.students-list {
  display: block;
}
:root {
  --header-height: 64px;
  --header-height-mobile: var(--header-height);
  --header-height-desktop: var(--header-height);
}
.template-admission {
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .template-admission {
    padding: 0 18px;
  }
}
.template-admission h1 {
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -1.28px;
  line-height: 97%;
}
.template-admission h2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 100%;
}
.template-admission h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
  line-height: 109%;
}
.template-admission p,
.template-admission li {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.template-admission strong {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.96px;
  line-height: 100%;
  display: block;
}
.template-admission small {
  font-size: 14px;
}
.template-admission time {
  display: block;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.96px;
  line-height: 100%;
}
.template-admission .notice {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: -0.96px;
  padding-bottom: 25vh;
}
@media (min-width: 1024px) {
  .template-admission .notice {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.92px;
  }
}
.template-admission section {
  padding: 12px 0;
}
.template-admission section.highlight {
  padding: 24px 0 48px;
}
.template-admission .applicants {
  padding-bottom: 96px;
}
@media (min-width: 1024px) {
  .template-admission .applicants {
    padding-bottom: 0;
  }
}
.template-admission .applicants h2 {
  padding: 8px 0;
}
@media (min-width: 1024px) {
  .template-admission .applicants h2 {
    padding: 16px 0;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 97%;
    letter-spacing: -1.92px;
  }
}
.template-admission .applicants ol {
  border-bottom: 1px solid var(--base-gray);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .template-admission .applicants ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--base-gray);
  }
}
.template-admission .applicants ol li {
  border-top: 1px solid var(--base-gray);
  display: flex;
  flex-direction: column;
  padding: 12px 0 8px 0;
}
@media (min-width: 1024px) {
  .template-admission .applicants ol li {
    border-top: none;
  }
  .template-admission .applicants ol li:nth-child(1) {
    padding-right: 8px;
    border-right: 1px solid var(--base-gray);
  }
  .template-admission .applicants ol li:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid var(--base-gray);
  }
  .template-admission .applicants ol li:nth-child(3) {
    padding-left: 8px;
  }
}
.template-admission .applicants ol li span {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: -1.28px;
}
.template-admission .applicants ol li h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
  max-width: 15ch;
}
@media (min-width: 1024px) {
  .template-admission .applicants ol li h3 {
    max-width: none;
  }
}
.template-admission .applicants ol li p {
  padding: 8px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.template-admission .requirements {
  padding-bottom: 128px;
}
@media (min-width: 1024px) {
  .template-admission .requirements {
    padding-bottom: 0;
  }
}
.template-admission .requirements h2 {
  padding: 8px 0;
}
@media (min-width: 1024px) {
  .template-admission .requirements h2 {
    padding: 28px 0 32px 0;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 97%;
    letter-spacing: -1.92px;
    border-bottom: 1px solid var(--base-gray);
  }
}
.template-admission .requirements p {
  display: none;
}
@media (min-width: 1024px) {
  .template-admission .requirements p {
    display: block;
    padding: 36px 0 24px 0;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 111%;
    letter-spacing: -1.28px;
    max-width: 26ch;
  }
}
.template-admission .requirements ul {
  border-top: 1px solid var(--base-gray);
  display: flex;
  flex-direction: column;
  gap: 52px;
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .template-admission .requirements ul {
    padding-top: 0;
    gap: 0;
  }
}
.template-admission .requirements ul li {
  padding-left: 32px;
}
@media (min-width: 1024px) {
  .template-admission .requirements ul li {
    padding: 48px;
    padding-left: 64px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.96px;
    border-bottom: 1px solid var(--base-gray);
  }
}
.template-admission .procedure {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  padding-bottom: 64px;
}
@media (min-width: 1024px) {
  .template-admission .procedure {
    padding-bottom: 0;
  }
}
.template-admission .procedure h2 {
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .template-admission .procedure h2 {
    padding: 28px 0 36px 0;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 97%;
    letter-spacing: -1.92px;
  }
}
.template-admission .procedure .procedure-container {
  border-top: 1px solid var(--base-gray);
  border-bottom: 1px solid var(--base-gray);
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overscroll-behavior: none;
}
@media (min-width: 1024px) {
  .template-admission .procedure .procedure-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.template-admission .procedure .procedure-container .step {
  display: flex;
  flex-direction: column;
  padding: 8px;
  padding-bottom: 24px;
  border-right: 1px solid var(--base-gray);
  min-width: calc(100% - 16px);
}
@media (min-width: 1024px) {
  .template-admission .procedure .procedure-container .step {
    min-width: auto;
    padding: 8px;
    border-top: 1px solid var(--base-gray);
    padding-bottom: 24px;
    border-right: 1px solid var(--base-gray);
  }
}
.template-admission .procedure .procedure-container .step:first-child {
  padding-left: 0;
}
.template-admission .procedure .procedure-container .step:last-child {
  padding-right: 0;
  border-right: none;
}
.template-admission .procedure .procedure-container .step .num {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: -1.28px;
}
.template-admission .procedure .procedure-container .step h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
  padding-bottom: 18px;
}
.template-admission .procedure .procedure-container .step p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.template-admission .procedure .procedure-container .step ul {
  padding-top: 18px;
}
@media (min-width: 1024px) {
  .template-admission .deadlines {
    padding: 0;
  }
}
.template-admission .deadlines h2 {
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .template-admission .deadlines h2 {
    padding: 28px 0 36px 0;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 97%;
    letter-spacing: -1.92px;
  }
}
.template-admission .deadlines .deadlines-container {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--base-gray);
}
.template-admission .deadlines .deadlines-container time {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: -1.28px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.template-admission .deadlines .deadlines-container p {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  .template-admission .deadlines .deadlines-container p {
    max-width: 70ch;
    border-bottom: none;
  }
}
.template-admission .deadlines .notice {
  border-top: 1px solid var(--base-gray);
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.template-admission .deadlines .notice p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}
.template-admission .portal {
  display: block;
}
@media (min-width: 1024px) {
  .template-admission .portal {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid var(--base-gray);
    border-bottom: 1px solid var(--base-gray);
  }
}
.template-admission .dates {
  border-top: 1px solid var(--base-gray);
  border-bottom: 1px solid var(--base-gray);
  padding: 24px 0 36px 0;
}
@media (min-width: 1024px) {
  .template-admission .dates {
    grid-column: span 2;
    border-top: none;
    border-right: 1px solid var(--base-gray);
    border-bottom: none;
  }
}
.template-admission .dates h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.92px;
  padding-bottom: 6px;
}
.template-admission .dates div h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 87%;
  letter-spacing: -0.48px;
  padding-bottom: 6px;
}
.template-admission .dates div time {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
}
.template-admission .costs {
  padding: 18px 0 36px 0;
}
@media (min-width: 1024px) {
  .template-admission .costs {
    grid-column: span 4;
    padding: 18px 0 36px 0;
  }
}
.template-admission .costs h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.92px;
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .template-admission .costs h2 {
    padding-left: 24px;
  }
}
.template-admission .costs .fees {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .template-admission .costs .fees {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.template-admission .costs .fee {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .template-admission .costs .fee {
    padding: 0 24px;
  }
}
.template-admission .costs .fee dt {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 87%;
  letter-spacing: -0.48px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .template-admission .costs .fee dt {
    margin-bottom: 0;
  }
}
.template-admission .costs .fee dd {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.template-admission .costs .fee dd strong {
  display: inline-block;
  padding: 6px 0 0 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
}
.template-admission .costs .fee dd small {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .template-admission .costs .fee.tuition {
    grid-column: span 2;
    border-top: 1px solid var(--base-gray);
    padding-top: 16px;
  }
}
.template-admission .costs .fee.tuition .rates {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1024px) {
  .template-admission .costs .fee.tuition .rates {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.template-admission .costs .fee.tuition .rates .rate p:first-child {
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .template-admission .costs .fee.didactic {
    grid-column: 2;
    grid-row: 1;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .template-admission .costs .fee.registration {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 16px;
  }
}
.template-admission .link-section {
  border-top: 1px solid var(--base-gray);
  padding: 16px 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .template-admission .link-section {
    grid-column: span 3;
  }
  .template-admission .link-section--apply {
    grid-column: span 6;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 36px;
    padding-top: 16px;
  }
  .template-admission .link-section--apply h2 {
    width: 100%;
    padding-bottom: 16px;
  }
  .template-admission .link-section--apply button {
    margin: 0;
  }
}
.template-admission .link-section h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%;
  letter-spacing: -1.28px;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .template-admission .link-section h2 {
    padding-bottom: 96px;
  }
}
.template-admission .link-section p {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
}
@media (min-width: 1024px) {
  .template-admission .link-section p {
    display: inline;
  }
}
.template-admission .link-section button {
  margin: 32px 0px 0px 0px;
  align-self: flex-start;
  width: auto;
}
@media (min-width: 1024px) {
  .template-admission .link-section button {
    margin: 0;
    margin-left: auto;
  }
}
.template-admission .link-section:last-of-type {
  border-bottom: 1px solid var(--base-gray);
}
@media (min-width: 1024px) {
  .template-admission .link-section:last-of-type {
    border-bottom: none;
    border-left: 1px solid var(--base-gray);
    padding-left: 24px;
  }
  .template-admission .link-section:nth-last-child(2) {
    padding-right: 24px;
  }
}
.template-admission section:not(.applicants):not(.procedure):not(.requirements):not(.deadlines):not(.dates):not(.costs):not(.link-section) ol {
  counter-reset: item;
}
.template-admission section:not(.applicants):not(.procedure):not(.requirements):not(.deadlines):not(.dates):not(.costs):not(.link-section) ol li {
  counter-increment: item;
  position: relative;
  padding-left: 24px;
  padding-bottom: 16px;
}
.template-admission section:not(.applicants):not(.procedure):not(.requirements):not(.deadlines):not(.dates):not(.costs):not(.link-section) ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.template-admission section:not(.applicants):not(.procedure):not(.requirements):not(.deadlines):not(.dates):not(.costs):not(.link-section) ul li {
  position: relative;
  padding-left: 24px;
}
.template-admission section:not(.applicants):not(.procedure):not(.requirements):not(.deadlines):not(.dates):not(.costs):not(.link-section) ul li::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-image: url("/assets/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/*# sourceMappingURL=main.css.map */