:root {
  --accent-blue: #1565c0;
  --light-background: #f2f2f2;
  --primary-purple: #6a1b9a;
  --dark-text\<deleted\|variable-f79bd998-942d-51c4-8d17-f44dd9050c16\>: var(--light-background);
  --white: white;
  --negro: #333;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--accent-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: baseline;
  border-radius: 8px;
  margin-top: 2rem;
  padding: 1rem 2.5rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  position: static;
}

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

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

.div-block {
  background-color: #5c071c;
}

.background-video {
  width: 100%;
  height: 100vh;
}

.navbar {
  background-color: #5c071c;
}

.background-video-2 {
  height: 750px;
}

.background-video-3 {
  height: 850px;
}

.div-block-2 {
  background-color: #6d2b2b;
}

.background-video-4 {
  height: 950px;
}

.section {
  background-color: #5a1212;
}

.body {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-bottom: 3rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1rem;
  display: flex;
}

.div-block-3 {
  background-color: #6a1b9a;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.section-hero {
  background-color: #a3212100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 8rem;
  display: block;
  position: relative;
}

.hero-background-video {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading {
  color: #fff;
  text-align: center;
  background-color: #86323200;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.paragraph {
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
}

.navbar-custom {
  z-index: 100;
  color: #333;
  text-align: left;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: fixed;
  inset: 0 0 auto;
}

.navbar-custom.white {
  background-color: #fff;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 15px #000c;
}

.nav-link-custom {
  color: #fff;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-link-custom.is-dark {
  color: #333;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
}

.logo-image {
  opacity: 0;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-content {
  background-color: var(--light-background);
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: static;
}

.container-4 {
  max-width: 1200px;
}

.heading-2 {
  clear: none;
  color: var(--primary-purple);
  text-align: center;
  margin-bottom: 3rem;
  display: block;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.investigation-card {
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 16px;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  box-shadow: 0 4px 15px #000c;
}

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

.heading-3 {
  color: var(--primary-purple);
  margin-bottom: .5rem;
}

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

.section-about {
  background-color: #fff;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  place-items: center;
}

.heading-4 {
  color: var(--primary-purple);
}

.section-publications {
  background-color: var(--light-background);
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-5 {
  color: var(--primary-purple);
  margin-bottom: 3rem;
}

.slide {
  width: 33.33%;
  padding: 1rem 10px;
}

.slider-arrow {
  color: var(--primary-purple);
  font-size: 2.5rem;
}

.right-arrow {
  background-color: var(--primary-purple);
}

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

.slider-nav-container {
  opacity: 1;
  outline-color: var(--dark-text\<deleted\|variable-f79bd998-942d-51c4-8d17-f44dd9050c16\>);
  outline-offset: 0px;
  color: var(--primary-purple);
  -webkit-text-stroke-color: var(--accent-blue);
  border: 1px solid #0000;
  outline-width: 3px;
  outline-style: none;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--primary-purple);
  color: #fff;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.section-2 {
  background-color: var(--light-background);
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-6 {
  color: var(--primary-purple);
  text-align: center;
  font-family: Inter, sans-serif;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 3rem;
  font-family: Inter, sans-serif;
}

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

.team-card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px #000c;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
  box-shadow: 0 2px 5px #0003;
}

.team-card-content {
  padding: 1.5rem;
}

.heading-7 {
  color: var(--primary-purple);
  text-align: center;
  font-family: Inter, sans-serif;
}

.paragraph-4 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  color: var(--primary-purple);
  text-align: center;
  font-family: Inter, sans-serif;
}

.grid-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
                 "Area"
                 / 1fr 1fr 1fr;
  font-family: Inter, sans-serif;
}

.heading-9 {
  color: var(--primary-purple);
  text-align: center;
  font-family: Inter, sans-serif;
}

.heading-10, .heading-11 {
  color: var(--primary-purple);
  text-align: center;
}

.bold-text {
  text-align: center;
  font-family: Inter, sans-serif;
}

.nav-menu {
  text-align: left;
}

.section-3 {
  background-color: var(--white);
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-12 {
  text-align: center;
  font-family: Inter, sans-serif;
}

.grid-7 {
  grid-template: "Area-2 . Area-3"
                 ". Area ."
                 "Area-4 . Area-5"
                 / 1fr 1fr 1fr;
}

.info-box {
  background-color: var(--primary-purple);
  color: var(--white);
  border-radius: 16px;
  padding: 1.5rem;
  font-family: Inter, sans-serif;
}

.paragraph-5 {
  padding: 1.5rem;
}

.paragraph-6 {
  text-align: center;
  font-family: Inter, sans-serif;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .heading-13, .bold-text-2 {
  font-family: Inter, sans-serif;
}

.paragraph-13 {
  text-align: center;
  font-family: Inter, sans-serif;
}

.paragraph-14, .paragraph-15, .heading-14, .heading-15, .paragraph-16, .heading-16, .paragraph-17, .heading-17 {
  font-family: Inter, sans-serif;
}

.logo-image-white {
  height: 50px;
  position: relative;
}

.navbar-shadow {
  z-index: -1;
  opacity: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 15px #000c;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-image-background {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 100%;
  background-clip: border-box;
  border-radius: 16px 16px 0 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 220px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  bottom: 140px;
  overflow: visible;
}

.card-content {
  padding: 1.5rem;
}

.section-4 {
  background-color: var(--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.section-5 {
  object-fit: fill;
  border-radius: 16px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-19, .container-5 {
  text-align: center;
}

.image {
  text-align: center;
  object-fit: cover;
  border-radius: 16px;
  height: 400px;
  margin-bottom: 3rem;
}

.rich-text-block {
  text-align: left;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.card-link-wrapper {
  object-fit: fill;
  text-decoration: none;
  display: block;
  position: static;
}

.paragraph-18 {
  color: #333;
}

.heading-20 {
  color: var(--primary-purple);
}

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

.heading-21 {
  color: var(--primary-purple);
  text-align: center;
}

.paragraph-19 {
  color: #333;
  text-align: center;
}

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

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

.image-2 {
  border-radius: 8px;
  width: 100%;
}

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

.heading-22 {
  color: var(--primary-purple);
}

.rich-text-block-2 {
  text-align: left;
}

.link-block {
  text-decoration: none;
}

.section-7 {
  background-color: var(--light-background);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-23 {
  color: var(--primary-purple);
  text-align: center;
}

.grid-8 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template: "Area Area-2"
  / 250px 1fr;
}

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

.resource-link-wrapper {
  text-decoration: none;
}

.heading-24 {
  color: var(--primary-purple);
  text-align: center;
}

.paragraph-20 {
  color: var(--negro);
  text-align: center;
}

.filter-tag {
  border: 1px solid var(--primary-purple);
  background-color: var(--white);
  color: var(--negro);
  border-radius: 8px;
  margin-bottom: .5rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.filter-tag.jetboost-filter-active {
  background-color: var(--primary-purple);
  color: var(--white);
}

.collection-list-wrapper {
  display: block;
}

.pagination-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

.text-block {
  background-color: var(--primary-purple);
  color: var(--white);
  text-align: center;
  border: 0 solid #000;
  border-radius: 50px;
  display: inline-block;
}

.body-2 {
  text-align: left;
}

.paragraph-21 {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.content-wrapper {
  max-width: 800px;
  margin: auto;
}

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

.button {
  text-align: center;
  margin-left: auto;
  display: inline-block;
}

.container-6 {
  text-align: center;
}

.source_list {
  display: none;
}

.slider {
  background-color: #0000;
}

.heading-26 {
  color: var(--white);
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 40px;
}

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

.image-3 {
  opacity: .2;
  margin-top: 20px;
}

.paragraph-22 {
  color: var(--white);
  font-size: 20px;
  line-height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .collection-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }
}

#w-node-_9b994ae5-13a8-0f90-e722-1fc651e8fb68-16e12c6a {
  grid-area: Area;
}

#w-node-_18bcb015-3947-ae03-f903-dc1d1e41028f-16e12c6a {
  grid-area: Area-3;
}

#w-node-a350bb25-d73c-27a6-39a9-d6fb0cd96cfe-16e12c6a {
  grid-area: Area-4;
}

#w-node-_519fb979-5aa7-c729-944f-8814c2bde3a8-16e12c6a {
  grid-area: Area-5;
}

#w-node-_234a2e8d-5126-8040-d7bc-dfcf69f775d5-f211ba38 {
  grid-area: Area;
}

#w-node-c8d2378c-840f-8f2a-8ec5-7c41b9ae3d68-f211ba38 {
  grid-area: Area-2;
}

#w-node-_2a05e91d-d12d-b420-7827-b41d73686adb-f211ba38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}


