@font-face {
  font-family: Inter;
  src: url('../fonts/InterVariable-Italic.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --color--shade-6: black;
  --typography--lh-heading: 1.1em;
  --typography--lh-body: 1.5em;
  --color--shade-3: #d1d1d1;
  --color--shade-2: #f2f2f2;
  --typography--ls-heading: 0em;
  --color--shade-4: #717476;
  --typography--ls-body: -.01em;
  --color--shade-1: #fff;
  --color--brand: #f6f4ec;
  --color--shade-5: #1f1f20;
  --typography--rt-body-spacing: 2.5rem;
  --typography--rt-heading-spacing: .5em;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--color--shade-6);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  font-size: 2rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h2 {
  font-size: 1.75rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h5 {
  font-size: 1rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h6 {
  font-size: .85rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

p {
  line-height: var(--typography--lh-body);
  margin-bottom: 0;
}

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

ul, ol {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  display: flex;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 2px solid var(--color--shade-3);
  background-color: var(--color--shade-2);
  font-size: 18px;
  line-height: var(--typography--lh-body);
  border-radius: .25rem;
  margin-bottom: 0;
  padding: 2rem;
  font-style: italic;
  font-weight: 500;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
}

.section.section-admin-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-bottom: 1px dashed var(--color--shade-3);
  justify-content: space-between;
  align-items: flex-start;
  min-height: 75vh;
  padding-top: 0;
  padding-bottom: 5rem;
}

.section.section-hero {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  min-height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 0;
}

.section.section-slider {
  padding-bottom: 5rem;
  overflow: hidden;
}

.section.section-footer {
  padding-bottom: 7.5rem;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.container.container-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  max-width: 1540px;
  display: flex;
}

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

.container.container-l {
  z-index: 1;
  max-width: 1340px;
}

.nav {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  display: flex;
}

.nav.nav-secondary {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--color--shade-6);
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  opacity: .7;
}

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

.nav-brand {
  color: var(--color--shade-6);
}

.nav-brand-logo {
  width: 3.5rem;
}

.display-xl {
  letter-spacing: var(--typography--ls-heading);
  font-family: Instrument Serif, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1em;
}

.display-l {
  font-family: Instrument Serif, sans-serif;
  font-size: 4.5rem;
  line-height: var(--typography--lh-heading);
  letter-spacing: var(--typography--ls-heading);
  font-weight: 400;
}

.display-l.display-serif {
  font-family: Instrument Serif, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.display-m {
  font-family: Instrument Serif, sans-serif;
  font-size: 3rem;
  line-height: var(--typography--lh-heading);
  letter-spacing: var(--typography--ls-heading);
  font-weight: 400;
}

.display-m.display-light {
  align-self: auto;
}

.display-s {
  font-family: Instrument Serif, sans-serif;
  font-size: 2rem;
  line-height: var(--typography--lh-heading);
  letter-spacing: var(--typography--ls-heading);
  font-weight: 400;
}

.display-s.display-admin-hero {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.display-xs {
  font-size: 1.35rem;
  line-height: var(--typography--lh-heading);
  letter-spacing: var(--typography--ls-heading);
  font-weight: 600;
}

.body {
  color: var(--color--shade-4);
  line-height: var(--typography--lh-body);
  letter-spacing: var(--typography--ls-body);
  margin-bottom: 0;
}

.display-light {
  color: var(--color--shade-4);
}

.display-uppercase {
  letter-spacing: .05em;
  text-transform: uppercase;
}

.body-l {
  color: var(--color--shade-4);
  font-size: 1.25rem;
  line-height: var(--typography--lh-body);
  letter-spacing: var(--typography--ls-body);
  margin-bottom: 0;
  font-weight: 400;
}

.nav-admin-button {
  border: 1px dashed var(--color--shade-3);
  background-color: var(--color--shade-1);
  color: var(--color--shade-6);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .4rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.nav-admin-button:hover {
  background-color: var(--color--shade-2);
}

.nav-admin-button:active {
  background-color: var(--color--shade-1);
}

.nav-admin-button.w--current {
  background-color: var(--color--shade-2);
}

.admin-list-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px dashed var(--color--shade-3);
  border-bottom: 1px dashed var(--color--shade-3);
  background-color: var(--color--shade-2);
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  min-height: 3rem;
  padding: .5rem 1.5rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr);
  width: 100%;
}

.grid.grid-timeline, .grid.grid-footer {
  grid-row-gap: 5rem;
}

.icon-m {
  width: 1rem;
  max-height: 1rem;
}

.form-text-field {
  border: 1px solid var(--color--shade-1);
  background-color: var(--color--shade-1);
  color: var(--color--shade-6);
  border-radius: .25rem;
  height: 5rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

.form-text-field:focus {
  border-color: var(--color--shade-3);
}

.form-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 600;
}

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

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

.form-row.form-row-horizontal {
  flex-flow: row;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--shade-6);
  color: var(--color--shade-1);
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-width: 12.5rem;
  min-height: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .85rem;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button:active {
  background-color: var(--color--shade-6);
}

.v-flex-xs {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  width: 100%;
}

.v-flex-s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.v-flex-m {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.v-flex-l {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.v-flex-xl {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.v-flex-2xl {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
}

.footer.footer-secondary {
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-admin {
  justify-content: flex-start;
  align-items: center;
  min-height: 5rem;
  display: flex;
}

.link {
  border-bottom: 1px solid var(--color--shade-3);
  padding-bottom: .15rem;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.link:hover {
  border-bottom-color: var(--color--shade-4);
}

.link.link-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
  align-self: flex-start;
  font-size: .8rem;
  font-weight: 600;
}

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

.body-s {
  font-size: .75rem;
  line-height: var(--typography--lh-heading);
  font-weight: 600;
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-title {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -3.5rem;
  display: flex;
}

.display-2xl {
  overflow-wrap: normal;
  padding-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 7rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.hero-background {
  z-index: -1;
  background-color: var(--color--brand);
  min-height: 100vh;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  position: absolute;
  inset: 0%;
}

.display-image {
  object-fit: cover;
  border-radius: .25rem;
  height: 100%;
}

.hero-background-split {
  background-color: var(--color--shade-1);
  height: 35vh;
  position: absolute;
  inset: auto 0% 0%;
}

.title {
  max-width: 100ch;
}

.title.title-s {
  max-width: 75ch;
}

.slider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: grab;
  background-color: #ddd0;
  flex-direction: column;
  flex: 0 auto;
  height: auto;
  display: flex;
  position: relative;
}

.slider-mask {
  overflow: visible;
}

.slide-wrapper {
  max-width: 50rem;
  margin-right: 1rem;
}

.slider-nav {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
  margin-right: auto;
  display: none;
  position: static;
}

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

.slider-icon {
  align-self: center;
  margin: 0;
  padding: 0;
  position: absolute;
}

.hero-button-wrapper {
  border: 1rem solid #f6f4ec;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
}

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

.hero-image-wrapper {
  aspect-ratio: 1;
  background-color: #f6f4ec;
  border-radius: .25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-title-line {
  overflow: hidden;
}

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

.top-bar {
  background-color: var(--color--shade-6);
  color: #9ea2a5;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  display: flex;
}

.nav-item {
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  display: flex;
}

.nav-item.nav-item-center {
  justify-content: center;
  align-items: center;
}

.nav-item.nav-item-right {
  justify-content: flex-end;
  align-items: center;
}

.timetable {
  border-top: 1px solid var(--color--shade-3);
  flex-flow: column;
  display: flex;
}

.timeline-item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

.timeline-item-border {
  border-bottom: 1px solid var(--color--shade-3);
}

.section-background {
  z-index: -1;
  background-color: var(--color--brand);
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  position: absolute;
  inset: 0%;
}

.section-background.section-background-footer {
  margin-bottom: 2.5rem;
}

.info-tabs {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-tabs-menu {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  width: 50%;
  margin-left: 4rem;
  display: flex;
}

.info-tabs-content, .info-tab {
  width: 100%;
}

.info-tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .5;
  background-color: #0000;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.info-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.faq-item {
  border-bottom: 1px solid var(--color--shade-3);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq-item.faq-item-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.faq-header {
  border-bottom: 1px solid var(--color--shade-3);
  padding-bottom: 2rem;
}

.display-2xs {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
}

.info-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.subheader {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-item-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-xl {
  width: 1.5rem;
  max-height: 1.5rem;
}

.faq-item-body-wrapper {
  overflow: hidden;
}

.faq-item-body {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 2.5rem;
  display: flex;
}

.button-transition {
  background-color: var(--color--shade-1);
  color: var(--color--shade-6);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.footer-logo {
  width: 5rem;
}

.footer-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-title-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-no-underline {
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
}

.link-no-underline:hover {
  opacity: .7;
}

.hero-image-overlay {
  z-index: 2;
  background-color: var(--color--brand);
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.text-span {
  color: var(--color--shade-4);
}

@media screen and (max-width: 991px) {
  .section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.section-admin-hero {
    min-height: 50vh;
    padding-bottom: 2.5rem;
  }

  .section.section-hero {
    padding-top: 4rem;
  }

  .section.section-footer {
    padding-bottom: 5rem;
  }

  .container.container-nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.container-footer {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .nav-link {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav-menu {
    background-color: var(--color--shade-2);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 2rem;
  }

  .nav-menu-button {
    padding: 0;
  }

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

  .nav-menu-button-icon {
    width: 1.25rem;
    max-height: 1.25rem;
  }

  .display-xl {
    font-size: 4rem;
  }

  .display-l {
    font-family: Instrument Serif, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1em;
  }

  .display-m {
    font-size: 2.5rem;
  }

  .display-s {
    font-size: 1.5rem;
  }

  .display-s.display-admin-hero {
    font-size: 2rem;
  }

  .display-xs {
    font-size: 1.15rem;
  }

  .nav-admin-button {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .grid {
    grid-template-columns: minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr);
  }

  .grid.grid-footer {
    grid-row-gap: 2.5rem;
  }

  .button {
    min-height: 4rem;
  }

  .v-flex-xl {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .v-flex-2xl {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .hero-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: -2.5rem;
  }

  .display-2xl {
    font-size: 5.5rem;
  }

  .hero-background {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .slide-wrapper {
    max-width: 30rem;
  }

  .hero-button-wrapper {
    border-width: .5rem;
  }

  .hero-images-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-background {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .section-background.section-background-footer {
    margin-bottom: 1.5rem;
  }

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

  .hero-title-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.section-admin-hero {
    min-height: 40vh;
  }

  .section.section-hero {
    min-height: auto;
    padding-top: 4rem;
  }

  .section.section-slider {
    padding-bottom: 4rem;
  }

  .section.section-footer {
    padding-bottom: 2.5rem;
  }

  .container, .container.container-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-menu {
    padding: .5rem 1.5rem;
  }

  .display-xl {
    font-size: 3rem;
  }

  .display-l {
    font-size: 2.5rem;
  }

  .display-m {
    font-size: 2rem;
  }

  .display-s {
    font-size: 1.25rem;
  }

  .grid {
    grid-template-columns: minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr);
  }

  .grid.grid-timeline {
    grid-row-gap: 3.5rem;
  }

  .v-flex-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .v-flex-xl {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .v-flex-2xl {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .display-2xl {
    font-size: 4rem;
  }

  .hero-background {
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    cursor: grab;
  }

  .timeline-item {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 3.5rem;
  }

  .section-background {
    margin-left: 0;
    margin-right: 0;
  }

  .section-background.section-background-footer {
    margin-bottom: 0;
  }

  .info-tabs {
    flex-flow: wrap-reverse;
  }

  .info-tabs-menu {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 100%;
    margin-bottom: 2.5rem;
    margin-left: 0;
  }

  .faq-item {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .faq-item-body {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .section.section-admin-hero {
    min-height: 30vh;
    padding-bottom: 2rem;
  }

  .section.section-hero {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 3rem;
  }

  .section.section-slider {
    padding-bottom: 3.5rem;
  }

  .nav.nav-secondary {
    min-height: 3.5rem;
  }

  .nav-brand-logo {
    width: 3rem;
  }

  .display-xl {
    font-size: 2.5rem;
  }

  .display-l {
    font-size: 2rem;
  }

  .display-m, .display-s.display-admin-hero {
    font-size: 1.5rem;
  }

  .body-l {
    font-size: 1rem;
  }

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

  .grid.grid-timeline {
    grid-row-gap: 2.5rem;
  }

  .form-text-field {
    height: 4rem;
  }

  .form-row.form-row-horizontal {
    flex-flow: column;
  }

  .button {
    width: 100%;
    min-height: 3.5rem;
  }

  .v-flex-xl {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .v-flex-2xl {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer.footer-secondary {
    min-height: 3.5rem;
  }

  .hero-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .display-2xl {
    font-size: 3rem;
  }

  .display-image {
    box-sizing: border-box;
    object-fit: cover;
  }

  .hero-background-split {
    height: 25vh;
  }

  .slider, .slide-wrapper {
    max-width: 100%;
  }

  .slider-arrow-wrapper {
    margin-bottom: 0;
    display: none;
  }

  .hero-button-wrapper {
    border-style: none;
    width: 100%;
  }

  .hero-images-wrapper {
    flex-flow: column;
  }

  .top-bar {
    display: none;
  }

  .timeline-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
  }

  .faq-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .faq-item-body {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.5rem;
  }

  .hero-title-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .slider-2 {
    position: relative;
  }
}

#w-node-_36e53039-a7aa-78f3-90a5-d2c3e20ebd08-f658ff79 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_0c4c81c9-c52f-48e8-8f06-9a84bacb9376-bacb9373 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0c4c81c9-c52f-48e8-8f06-9a84bacb9383-bacb9373 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_8a20f03d-e9f2-4a5c-e54d-6d6f98498adb-bacb9373 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_36dc31f6-e2e0-5b0e-02a3-2c99f480cda1-f480cd9f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_36dc31f6-e2e0-5b0e-02a3-2c99f480cda4-f480cd9f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_71388043-cf6d-6e43-8335-7f406b62facc-6b62faca {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_417afe12-6e23-9f1e-c895-10d247de8b64-6b62faca {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_71388043-cf6d-6e43-8335-7f406b62fad3-6b62faca {
  grid-area: 2 / 5 / 3 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_36e53039-a7aa-78f3-90a5-d2c3e20ebd08-f658ff79 {
    grid-column-start: 4;
  }

  #w-node-_0c4c81c9-c52f-48e8-8f06-9a84bacb9376-bacb9373 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0c4c81c9-c52f-48e8-8f06-9a84bacb9383-bacb9373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8a20f03d-e9f2-4a5c-e54d-6d6f98498adb-bacb9373 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_36dc31f6-e2e0-5b0e-02a3-2c99f480cda1-f480cd9f, #w-node-_36dc31f6-e2e0-5b0e-02a3-2c99f480cda4-f480cd9f {
    grid-column: span 8 / span 8;
  }

  #w-node-_71388043-cf6d-6e43-8335-7f406b62facc-6b62faca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_417afe12-6e23-9f1e-c895-10d247de8b64-6b62faca {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_71388043-cf6d-6e43-8335-7f406b62fad3-6b62faca {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_36e53039-a7aa-78f3-90a5-d2c3e20ebd08-f658ff79 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0c4c81c9-c52f-48e8-8f06-9a84bacb9376-bacb9373 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0c4c81c9-c52f-48e8-8f06-9a84bacb9383-bacb9373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8a20f03d-e9f2-4a5c-e54d-6d6f98498adb-bacb9373, #w-node-_36dc31f6-e2e0-5b0e-02a3-2c99f480cda1-f480cd9f, #w-node-_36dc31f6-e2e0-5b0e-02a3-2c99f480cda4-f480cd9f {
    grid-column: span 4 / span 4;
  }

  #w-node-_71388043-cf6d-6e43-8335-7f406b62facc-6b62faca, #w-node-_417afe12-6e23-9f1e-c895-10d247de8b64-6b62faca {
    grid-column: span 8 / span 8;
  }

  #w-node-_71388043-cf6d-6e43-8335-7f406b62fad3-6b62faca {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c4c81c9-c52f-48e8-8f06-9a84bacb9376-bacb9373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterVariable-Italic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}