html {
  scroll-behavior: smooth;
}

.research_link {
  text-decoration: none;
  color: #0F5460;
}

.generic_paragraph {
  font-size: 16px;
  color: #FFE1BC;
  line-height: 1.1;
}

.generic_paragraph * {
  letter-spacing: 0.04em;
}

.generic_paragraph h1, .generic_paragraph h2 {
  font-size: 34px;
  margin-top: 2em;
}

.generic_paragraph h3, .generic_paragraph h3 {
  font-size: 28px;
  margin-bottom: 1em;
}

.generic_paragraph ul {
  padding: 0;
  list-style: none;
}

.generic_paragraph ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1.2em;
}

.generic_paragraph ul li p {
  margin: 0;
}

.generic_paragraph ul li:before {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  content: '';
  display: block;
  border: solid 1px #FFE1BC;
  border-radius: 100%;
  position: relative;
  top: -1px;
  margin-right: 10px;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
}

.generic_paragraph ul:hover:before {
  background: #FFE1BC;
}

#about {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#about_movie_button {
  margin-left: 26px;
}

#carreers {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 200px;
  padding-bottom: 200px;
}

#about_section, #partner_section, #carreers_section {
  margin-right: 40px;
  max-width: 90vw;
}

#about_section .section_heading, #partner_section .section_heading, #carreers_section .section_heading {
  opacity: 1;
  min-height: 13vw;
}

#about, #partners {
  margin-top: 150px;
  margin-bottom: 150px;
}

#carreer_text .h3_title {
  max-width: 355px;
}

#partner_section .generic_paragraph {
  max-width: 550px;
}

#about_text, #partner_text, #carreer_text, .research_list {
  width: 90vw;
}

#partner_text .new_social_links {
  margin: 50px 0;
}

.single_carrer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 80px;
}

.single_carrer .more_button {
  margin: 2rem 0;
  text-decoration: none;
  max-width: 200px;
}

.single_carrer::before {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  content: '';
  display: block;
  background: #FFE1BC;
  border-radius: 100%;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.generic_paragraph {
  font-size: 16px;
}

.columns_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 576px) {
  #about_section, #partner_section, #carreers_section {
    max-width: 85vw;
  }
  #about_text, #partner_text, #carreer_text, .research_list {
    width: 90vw;
  }
  .generic_paragraph {
    font-size: 17px;
  }
}

@media (min-width: 900px) {
  #about_section, #partner_section {
    margin-right: 40px;
    max-width: 45vw;
  }
  #about_section .section_heading, #partner_section .section_heading {
    opacity: 1;
  }
  #about, #partners {
    margin-top: 150px;
  }
  #carreers_section {
    max-width: 40vw;
  }
  #about_text, .research_list {
    width: 24vw;
  }
  #partner_text {
    width: 24vw;
    margin: auto;
  }
  #carreer_text {
    width: 33vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    max-width: 500px;
  }
  .generic_paragraph {
    font-size: 1.55vw;
  }
}

@media (min-width: 1200px) {
  #about_text, .research_list {
    width: 24vw;
  }
  .generic_paragraph {
    font-size: 1.1vw;
  }
  #partner_text, .advances {
    width: 20vw;
  }
  #partner_text .h2_title, .advances .h2_title {
    font-size: 2.5vw !important;
    max-width: 370px;
    margin-top: 1vw;
  }
  #partner_section {
    max-width: 43vw;
  }
  #partner_section .section_heading {
    margin-bottom: 5.5vw;
  }
  #carreers_section {
    max-width: 30vw;
  }
}

.advances .more_button {
  margin: 40px 0;
  border-bottom: solid 2px #0F5460;
  color: #0F5460;
  text-decoration: none;
  max-width: 300px;
  -webkit-transition: max-width 1.8s ease-in-out;
  transition: max-width 1.8s ease-in-out;
}

.advances .more_button .material-icons {
  border: solid 2px #0F5460;
  color: #0F5460;
}

.advances .more_button:hover {
  max-width: 350px;
}

.advances_press {
  margin-top: 100px !important;
}

.advances_press_par {
  position: relative;
}

.advances_press_par .down_button {
  position: absolute;
  left: -70px;
  bottom: 20px;
}

.image_gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.images_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.images_table .images_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.images_table .images_col_title {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 24px;
  color: #0F5460;
  margin: 25px 0;
}

.images_table .images_col_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.images_table .images_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  height: calc(90vw/1.66);
  background: #fff;
  margin: 10px;
  background-size: cover;
  background-position: center;
}

.images_table .images_image iframe {
  height: 100% !important;
}

@media (min-width: 576px) {
  .images_table .images_image {
    width: 35vw;
    height: calc(35vw/1.66);
  }
}

@media (min-width: 900px) {
  .images_table .images_image {
    width: 15vw;
    height: calc(15vw/1.66);
  }
  .images_table .images_col_title {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .images_table .images_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .images_table .images_col_images {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .images_table .images_col_title {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

@media (min-width: 1921px) {
  .images_table .images_image {
    width: 352px;
    height: 212px;
  }
}

.more_info {
  margin: 20px -10px 20px -10px;
  color: #0F5460;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  width: 100%;
}

.more_info a {
  margin-left: 15px;
}

#carreer {
  max-width: 900px;
  padding-top: 110px;
}

#carreer .back_button {
  margin: 40px 0;
}

#carreer ul li {
  max-width: 700px;
}

#carreer time {
  font-size: 1.3rem;
}

#more_carrers {
  padding: 200px 0;
}

.careers_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.careers_wrapper .single_carrer {
  width: 90%;
}

@media (min-width: 900px) {
  .careers_wrapper .single_carrer {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .careers_wrapper .single_carrer {
    width: 35%;
  }
}

#movie_wrapper {
  background: #021415;
  width: 100vw;
  height: calc(100vw/1.66);
  position: relative;
}

#movie_wrapper iframe {
  width: 100vw;
  height: calc(100vw/1.34);
  margin: auto;
  display: block;
  position: absolute;
  top: -7.2vw;
}

.legal_top {
  margin-bottom: 80px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.legal_content {
  margin-bottom: 80px !important;
  max-width: 900px;
}

.legal_content h1 {
  font-size: 48px;
}

.legal_content h2 {
  font-size: 2.5vw !important;
  max-width: 720px;
  margin-top: 1vw;
}

.legal_content h3 {
  font-weight: 400;
}
/*# sourceMappingURL=general.css.map */