@font-face {
  font-family: Graphik;
  src: url('../fonts/GraphikRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/GraphikSemibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --font-1: Graphik, Arial, sans-serif;
  --white: #fff;
  --orange: #cf5e23;
  --grey: grey;
  --font-serif: "PT Serif", serif;
  --off-white: #faf8f5;
  --yellow: #ddb25e;
  --green: #a9ae6d;
  --blue: #064173;
  --purple: #aa5f9e;
  --turquoise: #b4ebe6;
  --lightgrey: #faf8f5;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  font-family: var(--font-1);
  color: var(--black);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

strong {
  font-weight: bold;
}

blockquote {
  font-family: var(--font-1);
  color: var(--black);
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.header {
  z-index: 9999;
  background-color: var(--white);
  padding-top: 28px;
  padding-bottom: 28px;
  position: sticky;
  top: 0;
}

.header.is-absolute {
  z-index: 5;
  background-color: #0000;
  position: absolute;
  left: 0;
  right: 0;
}

.padding-global {
  padding-left: 35px;
  padding-right: 35px;
}

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

.header-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.main_navbar {
  background-color: #0000;
  flex-flow: row;
  display: flex;
}

.main_navbar-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.main_navbar-link {
  font-family: var(--font-1);
  color: #000;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.main_navbar-link:hover {
  color: var(--orange);
}

.main_navbar-link.w--current {
  color: var(--grey);
}

.main_navbar-link.is-white:hover {
  color: var(--orange);
}

.is-invert {
  filter: invert();
}

.is-white {
  color: var(--white);
}

.is-white.margin-0 {
  margin-bottom: 0;
}

.home_hero-section {
  width: 100%;
  min-height: 78vh;
  position: relative;
}

.home_hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.home_hero-text_container {
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 63px;
}

.title-2.is-white {
  font-family: var(--font-serif);
}

.is-oblique {
  font-style: italic;
}

.title-4 {
  font-family: var(--font-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.title-4.margin {
  margin-bottom: 40px;
}

.about_project-section {
  padding-top: 45px;
  padding-bottom: 55px;
  position: relative;
}

.title-6 {
  font-family: var(--font-1);
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

.title-6.margin-0.is-about {
  font-size: 24px;
  line-height: 30px;
}

.is-grey {
  color: var(--grey);
}

.maps-section {
  background-color: var(--off-white);
  width: 100%;
  padding-top: 55px;
  padding-bottom: 60px;
}

.about_project-container {
  width: 100%;
  max-width: 850px;
  padding-top: 20px;
}

.investigation-section {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}

.title-3 {
  font-family: var(--font-serif);
  margin-top: 0;
  margin-bottom: 42px;
  font-size: 38px;
  font-weight: 400;
  line-height: 43px;
}

.investigation-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.investigation-grid_element {
  justify-content: center;
  align-items: center;
  width: calc(33.33% - 17px);
  text-decoration: none;
  display: flex;
  position: relative;
}

.investigation-grid_element.is-background-green {
  overflow: hidden;
}

.investigation-grid_element_content {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 35px 30px 45px;
  display: flex;
}

.is-background-yellow {
  background-color: var(--yellow);
}

.investigation-grid_element_picto_container {
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.is-background-green {
  background-color: var(--green);
}

.is-background-blue {
  background-color: var(--blue);
}

.is-background-orange {
  background-color: var(--orange);
}

.is-background-purple {
  background-color: var(--purple);
}

.is-background-turquoise {
  background-color: var(--turquoise);
}

.investigation-grid_element_image {
  opacity: 0;
  filter: brightness(85%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0;
}

.footer-row {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 70px;
  display: flex;
}

.footer-column {
  flex-flow: wrap;
  justify-content: space-between;
  width: 48%;
  display: flex;
}

.footer-column.is-first {
  display: block;
}

.footer_logo-link {
  margin-bottom: 25px;
}

.footer_logo {
  width: 155px;
}

.paragraph-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-1.is-link {
  color: var(--black);
  text-decoration: none;
}

.paragraph-1.is-link.underline {
  text-decoration: underline;
}

.paragraph-1.is-link.underline:hover {
  text-decoration: none;
}

.paragraph-1.is-grey.is-category {
  margin-top: 0;
  margin-bottom: 12px;
}

.footer-column_content {
  margin-top: 15px;
}

.footer-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-social_link {
  transition: all .2s;
}

.footer-social_link:hover {
  opacity: .7;
}

.footer-social_logo {
  height: 30px;
}

.footer-logos_row {
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 45px;
  display: flex;
}

.footer-logos_container {
  width: 48%;
}

.paragraph-3 {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-3.margin-0 {
  margin-bottom: 0;
}

.logos_grid {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.logos_grid.no-wrap {
  flex-flow: row;
}

.sponsor-link {
  transition: all .2s;
}

.sponsor-link:hover {
  opacity: .75;
}

.sponsor-logo {
  height: 45px;
}

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

.paragraph-4.is-figcaption {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.footer-subcolumn {
  width: 46%;
}

.about_title-section {
  padding-top: 28px;
  padding-bottom: 70px;
}

.title-1 {
  font-family: var(--font-serif);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
}

.principal_investigator-container {
  border-top: 1px solid #000;
  padding-top: 35px;
  padding-bottom: 90px;
}

.columns {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.column_1_2 {
  width: 48%;
}

.footer-link {
  font-family: var(--font-1);
  color: var(--black);
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--orange);
}

.paragraph-2 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2.uppercase {
  text-transform: uppercase;
}

.principal_investigator-image {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.principal_investigator-image.is-last {
  margin-bottom: 0;
}

.is-black {
  color: var(--black);
}

.is-black.is-underline-link {
  text-decoration: underline;
}

.is-black.is-underline-link:hover {
  text-decoration: none;
}

.principal_investigator-contact {
  margin-top: 30px;
}

.principal_investigator-content {
  padding-top: 55px;
}

.team-container {
  border-top: 1px solid #000;
  padding-top: 35px;
  padding-bottom: 95px;
}

.team-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.team {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.team-image_column {
  width: 23%;
}

.team-contact_column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 38%;
  display: flex;
}

.team-text_column {
  width: 58%;
  padding-left: 15px;
}

.team-image {
  width: 100%;
  max-width: none;
}

.collaborators-container {
  border-top: 1px solid #000;
  padding-top: 35px;
  padding-bottom: 95px;
}

.collaborators-list {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  display: flex;
}

.collaborators-image_container {
  margin-top: 20px;
  padding-bottom: 95px;
}

.resp-image {
  width: 100%;
  max-width: none;
  height: auto;
}

.single_header-section.is-key-concept {
  width: 100%;
  position: absolute;
}

.single_header {
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.single_header-left {
  width: 45%;
}

.single_header-right {
  width: 55%;
}

.single_header-left_container {
  width: 100%;
  max-width: 562px;
  padding-top: 8%;
}

.single_header-left_container.is-key-concept {
  padding-top: 30px;
}

.single_header-left_align {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.single_picto {
  width: auto;
  height: 56px;
}

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

.single_title-container {
  margin-top: 20px;
  margin-bottom: 25px;
}

.single_content-section {
  padding-top: 65px;
  padding-bottom: 180px;
}

.single_content-section.is-key-concept {
  padding-top: 105px;
}

.blocks {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.text_block-row {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.block-right {
  width: 55%;
}

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

.dropdown-context_text {
  color: #0d243a;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.dropdown-context_text.is-key-concept {
  font-family: var(--font-1);
  color: #000000b3;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-content {
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown-content.is-key-concept {
  padding-left: 0;
  padding-right: 0;
}

.dropdown_view-more {
  color: #0d243a;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}

.dropdown_view-more:hover {
  text-decoration: none;
}

.dropdown_view-more.is-key-concept {
  font-family: var(--font-1);
  color: var(--orange);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  transition: all .2s;
}

.dropdown_view-more.is-key-concept:hover {
  color: var(--black);
}

.dropdowns {
  border-top: 1px solid var(--black);
  margin-top: 30px;
}

.dropdowns.is-key-concept {
  border-top-style: none;
  border-top-width: 0;
}

.dropdown-toggle_icon {
  width: 28px;
  margin-left: .5rem;
}

.dropdown-toggle_icon.plus, .dropdown-toggle_icon.less {
  width: 24px;
}

.dropdown-toggle_icon.less.is-key-concept {
  display: none;
}

.dropdown-toggle_icon.zoom-on-hover {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
}

.dropdown-toggle_title_text {
  color: #0d243a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 33px;
}

.dropdown-toggle_title_text.is-key-concept {
  font-family: var(--font-1);
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  transition: all .2s;
}

.dropdown-toggle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 28px 14px 27px 5px;
  display: flex;
}

.dropdown-toggle.is-key-concept {
  border-top: 1px solid #00000080;
  border-bottom: 1px #00000080;
  padding: 16px 0 15px;
}

.dropdown-toggle.is-other-link {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
}

.dropdown-toggle_title {
  grid-column-gap: 22px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown {
  z-index: 1;
  border-bottom: 1px solid var(--black);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dropdown.is-key-concept {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.title-5 {
  font-family: var(--font-1);
  margin-top: 50px;
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.title-5.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.title-5.margin-0.is-other-link {
  font-weight: 400;
  transition: color .15s;
}

.title-5.is-content {
  margin-top: 45px;
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 29px;
}

.dropdown-icon {
  width: 30px;
}

.full_slider_block {
  margin-top: 65px;
}

.splide__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.splide__slide {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.featured_text-align.is-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.featured_text-align.is-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.featured_text-container {
  width: 32%;
}

.image-row.align-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-row.align-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-left {
  width: 40%;
}

._1-column-gallery {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

._1-column-gallery_element, .gallery_link {
  width: 100%;
}

.gallery_image {
  width: 100%;
  max-width: none;
}

._2-columns-gallery {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

._2-columns-gallery_element {
  width: 49%;
}

._3-columns-gallery {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

._3-columns-gallery_element {
  width: 32%;
}

.title-7 {
  font-family: var(--font-1);
  color: var(--black);
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.title-7.orange-color.margin-0 {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.title-7.reponsible-name {
  margin-top: 0;
  margin-bottom: 16px;
}

.team-text {
  flex-flow: wrap;
  justify-content: space-between;
  width: 74.5%;
  display: flex;
}

.burguer {
  z-index: 9999;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  display: none;
  position: relative;
}

.linia {
  color: #000;
  background-color: #0d243a;
  border-radius: 10px;
  width: 36px;
  height: 3px;
}

.research-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
}

.anchor {
  position: absolute;
  top: -90px;
}

.paragraph-5 {
  font-family: var(--font-1);
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.key-concepts-section {
  background-color: var(--lightgrey);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.key-concepts_columns {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.key-concepts_column {
  width: 48%;
}

.dropdown-context_text-2 {
  color: #0d243a;
  margin-bottom: 10px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.dropdown_view-more-2 {
  color: #0d243a;
  margin-bottom: 25px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}

.dropdown_view-more-2:hover {
  text-decoration: none;
}

.dropdowns-2 {
  margin-top: 30px;
}

.dropdown-toggle_icon-2 {
  margin-left: .5rem;
}

.dropdown-toggle_icon-2.plus, .dropdown-toggle_icon-2.less {
  width: 24px;
}

.dropdown-toggle-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 20px 23px 5px;
  display: flex;
}

.dropdown-toggle_title-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-2 {
  z-index: 1;
  border-bottom: 1px solid #cbae814d;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-separation-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-separation-image_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-history {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-history_columns {
  justify-content: space-between;
  display: flex;
}

.home-history_column {
  width: 46%;
}

.home-history_imagen {
  width: 100%;
  height: auto;
}

.maps-info-row {
  justify-content: space-between;
  display: flex;
}

.orange-color {
  color: var(--orange);
}

.map-slider {
  background-color: #0000;
  height: auto;
}

.maps-info-row_left {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.maps-info-row_right {
  width: 25%;
  min-width: 200px;
}

.maps-info-row_text {
  margin-top: 8px;
}

.map-slider-arrow {
  color: #0000;
  background-image: url('../images/slider-arrow.svg');
  background-position: 0 0;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.map-slider-arrow.is-prev {
  transform: rotate(180deg);
}

.map-slider-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .15s;
  top: 75px;
  right: 0;
}

.map-slider-next:hover {
  filter: sepia() brightness(160%) saturate(70%);
}

.map-slider-prev {
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: 0 0 0 auto;
  transition: all .15s;
  top: 75px;
  right: 65px;
}

.map-slider-prev:hover {
  filter: sepia() brightness(160%) saturate(70%);
}

.map-slider-nav {
  display: none;
}

.maps-timeline {
  width: 100%;
  margin-top: 25px;
}

.maps-timeline_image {
  width: 100%;
  max-width: none;
  height: auto;
}

.map-map_container {
  margin-top: 30px;
  position: relative;
}

.map-expand-link {
  transition: all .2s;
  position: absolute;
  top: 20px;
  right: 20px;
}

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

.map-map_image {
  width: 100%;
  max-width: none;
}

.home-bottom {
  padding-top: 100px;
  padding-bottom: 65px;
}

.responsible_title-category {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}

.responsible_line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.responsible {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.responsible_row {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.responsible_image-container {
  border-radius: 100px;
  width: 125px;
  min-width: 125px;
  max-width: 125px;
  height: 125px;
  position: relative;
  overflow: hidden;
}

.responsible_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.other-links_list {
  border-bottom: 1px solid #000;
}

.other-link {
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  width: 100%;
  text-decoration: none;
}

.return-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--grey);
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.return-link:hover {
  color: var(--orange);
}

.return-logo.hover {
  display: none;
}

.text-span {
  font-weight: 400;
}

.partners_grid {
  grid-column-gap: 8%;
  grid-row-gap: 38px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.partner-element {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 46%;
  display: flex;
}

.partner-element_left {
  width: 32%;
  display: flex;
}

.partner-element_right {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  p {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 28px;
  }

  .padding-global {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home_hero-section {
    min-height: 85vh;
  }

  .title-2 {
    font-size: 70px;
    line-height: 73px;
  }

  .title-4 {
    font-size: 30px;
    line-height: 36px;
  }

  .about_project-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .title-6 {
    font-size: 24px;
    line-height: 30px;
  }

  .investigation-section {
    padding-top: 110px;
    padding-bottom: 130px;
  }

  .title-3 {
    font-size: 40px;
    line-height: 46px;
  }

  .investigation-grid_element_content {
    padding: 40px 35px 50px;
  }

  .investigation-grid_element_picto_container {
    height: 320px;
  }

  .footer-row {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .footer_logo-link {
    margin-bottom: 30px;
  }

  .footer_logo {
    width: 180px;
  }

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

  .footer-column_content {
    margin-top: 20px;
  }

  .paragraph-3 {
    margin-bottom: 35px;
  }

  .sponsor-logo {
    height: 55px;
  }

  .about_title-section {
    padding-top: 30px;
    padding-bottom: 85px;
  }

  .title-1 {
    font-size: 72px;
    line-height: 70px;
  }

  .principal_investigator-container {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .footer-link {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .principal_investigator-contact {
    margin-top: 35px;
  }

  .principal_investigator-content {
    padding-top: 58px;
  }

  .team-container {
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .team-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-image_column {
    width: 24%;
  }

  .team-contact_column {
    width: 35%;
  }

  .team-text_column {
    width: 63%;
  }

  .collaborators-container {
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .collaborators-image_container {
    margin-top: 20px;
    padding-bottom: 110px;
  }

  .single_picto {
    width: auto;
    height: 70px;
  }

  .single_picto-container {
    margin-top: 40px;
  }

  .single_title-container {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .single_content-section {
    padding-top: 80px;
    padding-bottom: 210px;
  }

  .blocks {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .dropdown-context_text {
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-context_text.is-key-concept {
    font-size: 17px;
    line-height: 25px;
  }

  .dropdown_view-more.is-key-concept {
    font-size: 15px;
    line-height: 20px;
  }

  .dropdowns {
    margin-top: 40px;
  }

  .dropdown-toggle_icon.zoom-on-hover {
    width: 28px;
  }

  .dropdown-toggle_title_text {
    font-size: 35px;
    line-height: 40px;
  }

  .dropdown-toggle_title_text.is-key-concept {
    font-size: 23px;
    line-height: 27px;
  }

  .dropdown-toggle {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 32px 20px 31px 5px;
  }

  .dropdown-toggle_title {
    grid-column-gap: 25px;
    grid-row-gap: 18px;
  }

  .title-5 {
    font-size: 25px;
    line-height: 30px;
  }

  .title-5.is-content {
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 31px;
  }

  .dropdown-icon {
    width: 32px;
  }

  ._2-columns-gallery {
    grid-column-gap: 2%;
    grid-row-gap: 25px;
  }

  ._2-columns-gallery_element {
    width: 49%;
  }

  ._3-columns-gallery {
    grid-column-gap: 2%;
    grid-row-gap: 25px;
  }

  ._3-columns-gallery_element {
    width: 32%;
  }

  .title-7 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .team-text {
    width: 74%;
  }

  .burguer {
    display: none;
  }

  .research-title {
    margin-bottom: 45px;
    font-size: 55px;
    line-height: 60px;
  }

  .paragraph-5 {
    font-size: 28px;
    line-height: 28px;
  }

  .dropdown-context_text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .dropdowns-2 {
    margin-top: 40px;
  }

  .maps-info-row_right {
    width: 30%;
    min-width: 300px;
  }

  .map-slider-arrow, .map-slider-next {
    width: 64px;
    height: 64px;
  }

  .map-slider-prev {
    width: 64px;
    height: 64px;
    right: 82px;
  }

  .maps-timeline {
    margin-top: 30px;
  }

  .map-map_container {
    margin-top: 40px;
  }

  .home-bottom {
    padding-top: 135px;
    padding-bottom: 65px;
  }

  .partners_grid {
    grid-column-gap: 9%;
    grid-row-gap: 45px;
  }

  .partner-element {
    width: 45.5%;
  }

  .partner-element_left {
    width: 32%;
  }

  .partner-element_right {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    width: 57%;
  }
}

@media screen and (min-width: 1920px) {
  .main_navbar-link {
    font-size: 18px;
    line-height: 22px;
  }

  .dropdown-context_text.is-key-concept {
    font-size: 18px;
    line-height: 26px;
  }

  .dropdown_view-more.is-key-concept {
    font-size: 16px;
    line-height: 21px;
  }

  .dropdown-toggle_title_text.is-key-concept {
    font-size: 24px;
    line-height: 28px;
  }

  .maps-info-row_right {
    min-width: 380px;
  }
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
    line-height: 28px;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .padding-global {
    padding-left: 32px;
    padding-right: 32px;
  }

  .main_navbar-list {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .title-2 {
    font-size: 55px;
    line-height: 58px;
  }

  .title-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .title-6 {
    font-size: 19px;
    line-height: 25px;
  }

  .title-6.margin-0.is-about {
    font-size: 24px;
  }

  .maps-section {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .investigation-section {
    padding-top: 70px;
    padding-bottom: 110px;
  }

  .title-3 {
    font-size: 34px;
    line-height: 38px;
  }

  .investigation-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .investigation-grid_element {
    width: calc(50% - 12px);
  }

  .footer-row {
    padding-bottom: 40px;
  }

  .footer-column {
    width: 52%;
  }

  .footer-column.is-first {
    width: 40%;
  }

  .footer_logo {
    width: 145px;
  }

  .footer-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-logos_row {
    padding-top: 30px;
    padding-bottom: 40px;
  }

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

  .sponsor-logo {
    height: 40px;
  }

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

  .title-1 {
    font-size: 60px;
    line-height: 58px;
  }

  .principal_investigator-container {
    padding-bottom: 80px;
  }

  .column_1_2 {
    width: 100%;
  }

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

  .paragraph-2 {
    margin-bottom: 25px;
  }

  .paragraph-2.margin-0 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .principal_investigator-contact {
    margin-top: 25px;
  }

  .principal_investigator-content {
    padding-top: 40px;
  }

  .team-container {
    padding-bottom: 85px;
  }

  .team-list {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-top: 30px;
  }

  .team-image_column {
    width: 19%;
  }

  .team-contact_column {
    width: 100%;
  }

  .team-text_column {
    width: 100%;
    padding-left: 0;
  }

  .collaborators-container, .collaborators-image_container {
    padding-bottom: 85px;
  }

  .single_header-section.is-key-concept {
    position: relative;
  }

  .single_header {
    flex-flow: column-reverse;
    padding-top: 0;
  }

  .single_header-left, .single_header-right {
    width: 100%;
  }

  .single_header-left_container {
    max-width: none;
    padding-top: 40px;
  }

  .single_header-left_align {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .single_picto {
    height: 50px;
  }

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

  .single_title-container {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .single_content-section {
    padding-top: 40px;
  }

  .single_content-section.is-key-concept {
    padding-top: 20px;
  }

  .blocks {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .block-right {
    width: 100%;
  }

  .dropdown-context_text {
    font-size: 14px;
    line-height: 21px;
  }

  .dropdown_view-more.is-key-concept {
    margin-bottom: 20px;
  }

  .dropdowns {
    margin-top: 20px;
  }

  .dropdown-toggle_icon.zoom-on-hover {
    width: 20px;
  }

  .dropdown-toggle_title_text {
    font-size: 25px;
    line-height: 30px;
  }

  .dropdown-toggle {
    padding-top: 25px;
    padding-bottom: 24px;
  }

  .dropdown-toggle_title {
    grid-column-gap: 18px;
  }

  .title-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .title-5.is-content {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 27px;
  }

  .dropdown-icon {
    width: 25px;
  }

  .featured_text-container {
    width: 50%;
  }

  ._1-column-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._2-columns-gallery {
    grid-column-gap: 3%;
  }

  ._2-columns-gallery_element {
    width: 48.5%;
  }

  ._3-columns-gallery {
    grid-column-gap: 3%;
    grid-row-gap: 20px;
  }

  ._3-columns-gallery_element {
    width: 31.33%;
  }

  .title-7 {
    font-size: 18px;
    line-height: 26px;
  }

  .team-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 77.5%;
  }

  .burguer {
    margin-left: 25px;
  }

  .linia {
    border-radius: 5px;
  }

  .research-title {
    font-size: 40px;
    line-height: 46px;
  }

  .paragraph-5 {
    font-size: 25px;
    line-height: 25px;
  }

  .key-concepts_columns {
    flex-flow: column;
  }

  .key-concepts_column {
    width: 100%;
  }

  .key-concepts_column.is-image {
    display: none;
  }

  .dropdown-context_text-2 {
    font-size: 14px;
    line-height: 21px;
  }

  .dropdowns-2 {
    margin-top: 20px;
  }

  .dropdown-toggle-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 5px;
  }

  .home-history {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-history_columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .home-history_column {
    width: 100%;
  }

  .maps-info-row_right {
    min-width: 150px;
  }

  .map-slider-arrow, .map-slider-arrow.is-prev, .map-slider-next {
    width: 40px;
    height: 40px;
  }

  .map-slider-prev {
    width: 40px;
    height: 40px;
    right: 55px;
  }

  .maps-timeline {
    margin-top: 20px;
  }

  .home-bottom {
    padding-top: 80px;
    padding-bottom: 55px;
  }

  .responsible {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .partners_grid {
    grid-row-gap: 40px;
  }

  .partner-element {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }

  .partner-element_left {
    width: 38%;
  }

  .partner-element_right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  blockquote {
    font-size: 18px;
    line-height: 26px;
  }

  .header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .padding-global {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .main_navbar {
    flex-flow: column;
  }

  .main_navbar-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .main_navbar-link {
    font-size: 24px;
    line-height: 30px;
  }

  .home_hero-section {
    min-height: 72vh;
  }

  .home_hero-text_container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .title-2 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
  }

  .title-4 {
    font-size: 20px;
    line-height: 26px;
  }

  .title-4.margin {
    margin-bottom: 30px;
  }

  .about_project-section {
    padding-top: 25px;
    padding-bottom: 35px;
  }

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

  .title-6.margin-0.is-about {
    font-size: 22px;
    line-height: 28px;
  }

  .investigation-section {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .title-3 {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 32px;
  }

  .investigation-grid_element {
    width: 100%;
  }

  .investigation-grid_element_picto_container {
    height: 130px;
  }

  .investigation-grid_element_picto {
    width: 65px;
  }

  .footer-row {
    flex-flow: wrap;
    padding-top: 35px;
  }

  .footer-column, .footer-column.is-first {
    width: 100%;
  }

  .footer_logo-link.w--current {
    margin-bottom: 20px;
  }

  .footer_logo {
    width: 130px;
  }

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

  .footer-column_content {
    margin-top: 12px;
  }

  .footer-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .footer-social_logo {
    height: 26px;
  }

  .footer-logos_row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-logos_container {
    width: 100%;
  }

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

  .logos_grid {
    margin-top: 20px;
  }

  .footer-subcolumn.is-left {
    width: 38%;
  }

  .footer-subcolumn.is-right {
    width: 55%;
  }

  .about_title-section {
    padding-bottom: 40px;
  }

  .title-1 {
    font-size: 40px;
    line-height: 38px;
  }

  .principal_investigator-container {
    padding-bottom: 50px;
  }

  .footer-link {
    font-size: 15px;
    line-height: 19px;
  }

  .principal_investigator-content {
    padding-top: 25px;
  }

  .team-container {
    padding-bottom: 65px;
  }

  .team-list {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .team-image_column {
    width: 100%;
    margin-bottom: 22px;
  }

  .collaborators-container, .collaborators-image_container {
    padding-bottom: 65px;
  }

  .single_header-left_container {
    padding-top: 35px;
  }

  .single_picto {
    height: 40px;
  }

  .single_picto-container {
    margin-top: 22px;
  }

  .single_title-container {
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .single_content-section {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .blocks {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .dropdown-context_text.is-key-concept {
    font-size: 14px;
    line-height: 22px;
  }

  .dropdown_view-more.is-key-concept {
    font-size: 12px;
    line-height: 17px;
  }

  .dropdown-toggle_icon {
    margin-left: 1rem;
  }

  .dropdown-toggle_icon.plus.is-key-concept, .dropdown-toggle_icon.less.is-key-concept {
    width: 22px;
  }

  .dropdown-toggle_icon.zoom-on-hover {
    width: 16px;
  }

  .dropdown-toggle_title_text {
    font-size: 22px;
    line-height: 26px;
  }

  .dropdown-toggle_title_text.is-key-concept {
    font-size: 18px;
    line-height: 21px;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 19px;
    padding-right: 6px;
  }

  .dropdown-toggle_title {
    grid-column-gap: 15px;
  }

  .title-5 {
    font-size: 17px;
    line-height: 20px;
  }

  .title-5.is-content {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .dropdown-icon {
    width: 22px;
  }

  .full_slider_block {
    margin-top: 54px;
  }

  .featured_text-container {
    width: 100%;
  }

  ._1-column-gallery {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  ._2-columns-gallery, ._3-columns-gallery {
    grid-row-gap: 18px;
  }

  .title-7 {
    margin-top: 32px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .team-text {
    width: 100%;
  }

  .main_navbar-container {
    z-index: 999;
    background-color: var(--white);
    opacity: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0;
  }

  .burguer {
    display: flex;
  }

  .research-title {
    font-size: 35px;
    line-height: 42px;
  }

  .paragraph-5 {
    font-size: 21px;
    line-height: 21px;
  }

  .dropdown-toggle_icon-2 {
    margin-left: 1rem;
  }

  .dropdown-toggle-2 {
    align-items: flex-start;
  }

  .home-history_columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .map-expand-link {
    width: 40px;
    top: 15px;
    right: 15px;
  }

  .responsible_title-category {
    margin-bottom: 12px;
  }

  .responsible {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .responsible_row {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .responsible_image-container {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }

  .partners_grid {
    grid-row-gap: 36px;
  }

  .partner-element {
    flex-flow: row;
    width: 100%;
  }

  .partner-element_left {
    width: 31%;
  }

  .partner-element_right {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    padding-left: 22px;
    padding-right: 22px;
  }

  .title-6.margin-0.is-about {
    font-size: 20px;
    line-height: 24px;
  }

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

  .paragraph-2.uppercase {
    font-size: 14px;
    line-height: 22px;
  }

  .collaborators-container {
    padding-bottom: 40px;
  }

  .single_content-section.is-key-concept {
    padding-top: 10px;
  }

  .dropdown-content {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdowns {
    margin-top: 15px;
  }

  .dropdown-toggle_icon.plus.is-key-concept, .dropdown-toggle_icon.less.is-key-concept {
    width: 20px;
  }

  ._2-columns-gallery {
    grid-row-gap: 6vw;
  }

  ._2-columns-gallery_element {
    width: 100%;
  }

  ._3-columns-gallery {
    grid-column-gap: 6%;
    grid-row-gap: 6vw;
  }

  ._3-columns-gallery_element {
    width: 47%;
  }

  .title-7.reponsible-name {
    margin-bottom: 10px;
  }

  .burguer {
    margin-left: 20px;
  }

  .research-title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 40px;
  }

  .dropdowns-2 {
    margin-top: 15px;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-history {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .maps-info-row {
    flex-flow: column;
  }

  .map-slider {
    padding-bottom: 55px;
  }

  .map-slider-next {
    display: none;
    top: auto;
    bottom: 0;
  }

  .map-slider-prev {
    display: none;
    inset: auto auto 0 0;
  }

  .map-slider-nav {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .home-bottom {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .responsible_title-category {
    margin-bottom: 10px;
  }

  .responsible {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .responsible_row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .responsible_image-container {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
  }

  .partners_grid {
    grid-row-gap: 32px;
  }

  .partner-element_right {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
}


@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}