html {
  font-size: 12px;
}

body {
  font-family: ibm-plex-sans, sans-serif;
  overflow-x: hidden;
  color: #FFE1BC;
  background: #0A7377;
  font-size: 1em;
}

body.about, body.partner {
  background: #0F5460;
}

body.home {
  background: #114D52;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.show_menu {
  overflow: hidden;
}

.green_bg {
  background: #0A7377;
}

.light_bg {
  background: #A6C9DA;
}

.light_bg .section_heading {
  color: #0F5460;
}

.light_bg .h2_title {
  color: #0F5460;
}

.light_bg .generic_paragraph {
  color: #0F5460;
}

.light_bg ul li::before {
  border: solid 1px #0F5460;
}

.light_bg .research_list ul li::before {
  border: solid 1px #0F5460;
}

.light_bg ul li:hover:before {
  background: #0F5460;
}

.green_bg {
  background: #0A7377;
}

h1 {
  font-size: 60px;
  font-weight: 400;
  color: #FFE1BC;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

h1 .outline {
  color: rgba(0, 0, 0, 0);
}

@media (min-width: 450px) {
  h1 {
    font-size: 60px;
    font-weight: 400;
    color: #FFE1BC;
    letter-spacing: -0.04em;
    line-height: 0.9;
    font-size: 80px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 400;
  color: #FFE1BC;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.h2_title {
  font-size: 28px;
  color: #FFE1BC;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 0.65em;
  max-width: 674px;
}

.h3_title {
  font-size: 28px;
  color: #FFE1BC;
  letter-spacing: initial;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 0.65em;
  font-weight: 400;
}

.back_button {
  margin: 5vw 0;
  display: block;
  width: 70px;
  -webkit-transition: -webkit-transform 1.8s ease-in-out;
  transition: -webkit-transform 1.8s ease-in-out;
  transition: transform 1.8s ease-in-out;
  transition: transform 1.8s ease-in-out, -webkit-transform 1.8s ease-in-out;
}

.back_button img {
  width: 100%;
  height: auto;
}

.back_button:hover {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.down_button {
  margin: 0vw 0;
  display: block;
  -webkit-transform: rotate(-90deg) translateX(0px);
          transform: rotate(-90deg) translateX(0px);
  width: 70px;
  -webkit-transition: -webkit-transform 1.8s ease-in-out;
  transition: -webkit-transform 1.8s ease-in-out;
  transition: transform 1.8s ease-in-out;
  transition: transform 1.8s ease-in-out, -webkit-transform 1.8s ease-in-out;
}

.down_button img {
  width: 100%;
  height: auto;
}

.down_button:hover {
  -webkit-transform: rotate(-90deg) translateX(-20px);
          transform: rotate(-90deg) translateX(-20px);
}

.section_heading {
  margin: 0;
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.section_description {
  -webkit-transition: opacity 0.5s  ease-out;
  transition: opacity 0.5s  ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  font-size: 16px;
  color: #FFE1BC;
  line-height: 1.35;
  opacity: 0;
}

@media (min-width: 576px) {
  h1 {
    font-size: 12vw;
  }
  h1.section_heading {
    font-size: 8vw;
  }
  h2 {
    font-size: 80px;
  }
  .h2_title {
    font-size: 7vw;
  }
  .h3_title {
    font-size: 34px;
  }
  .section_description {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .h2_title {
    font-size: 6vw;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 7.5vw;
  }
  h2 {
    font-size: 7.5vw;
  }
  .h2_title {
    font-size: 4vw;
  }
  .section_description {
    font-size: 1.15vw;
  }
  .section_heading {
    margin-bottom: 2.5vw;
  }
}

@media (min-width: 1921px) {
  h1 {
    font-size: 150px;
  }
  .h2_title {
    font-size: 75px;
  }
  h2 {
    font-size: 150px;
  }
  .section_description {
    font-size: 1.6rem;
  }
  .section_heading {
    margin-bottom: 4rem;
  }
}

.hidden {
  display: none;
}

.parallax {
  position: relative;
}

.desktop .parallax {
  position: fixed;
}

.section_content {
  position: fixed;
  position: absolute;
  position: relative;
  padding-left: 20px;
  width: 90%;
}

.section_content .section_heading, .section_content .section_description {
  max-width: 500px;
  min-width: 250px;
}

.general_content {
  margin-left: 20px;
  margin-right: 7.7vw;
}

@media (min-width: 576px) {
  .section_content {
    padding-left: 3.3rem;
  }
  .general_content {
    margin-left: 3.3rem;
  }
}

@media (min-width: 900px) {
  .section_content {
    padding-left: 14.21vw;
  }
  .section_content .section_heading, .section_content .section_description, .section_content .problem_list {
    width: 33vw;
    max-width: 700px;
  }
  .general_content {
    margin-left: 14.21vw;
  }
}

#encapson_vid_header {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#home_1 {
  height: 83vw;
  min-height: 130vh;
  z-index: 5;
  position: fixed;
}

#home_1 .section_bg {
  width: 100vw;
  height: 83vw;
  min-height: 130vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home_1 .section_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0;
}

#bg_1 {
  position: relative;
}

#bg_1::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #0b2c32), color-stop(60%, rgba(11, 44, 50, 0)));
  background: linear-gradient(90deg, #0b2c32 25%, rgba(11, 44, 50, 0) 60%);
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #0b2c32), color-stop(61%, rgba(11, 44, 50, 0)));
  background: linear-gradient(90deg, #0b2c32 25%, rgba(11, 44, 50, 0) 61%);
  content: '';
  position: absolute;
  height: inherit;
  width: inherit;
  z-index: 100;
}

#bg_1:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url(../screen.png);
  background-repeat: repeat;
  z-index: 99;
}

@media (orientation: portrait) {
  #home_1 {
    min-height: 140vh;
  }
  #home_1 .section_bg {
    width: 100vw;
    height: 140vh;
  }
}

#home_title {
  /* position: fixed;
    top:150px;
    left:$small_padding;*/
  z-index: 11;
  padding-left: 20px;
  left: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

#home_movie_button {
  position: absolute;
  margin: 10rem 0;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #FFE1BC;
  font-weight: 300;
  font-size: 20px;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  top: 90vh;
  border: none !important;
  border-bottom: none  !important;
  width: auto;
  z-index: 20;
  margin: 0;
}

#home_movie_button span {
  margin-right: 20px;
}

#home_movie_button .material-icons {
  /*  content:'>';*/
  width: 2.2rem;
  height: 2.2rem;
  background: transparent;
  border: solid 1px #FFE1BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFE1BC;
  border-radius: 100%;
  line-height: 1.84rem;
  -webkit-transition: width 0.5s , height 0.5s;
  transition: width 0.5s , height 0.5s;
}

#home_movie_button .material-icons img {
  position: relative;
  left: 1px;
  width: 20%;
}

#home_movie_button:hover .material-icons {
  width: 3rem;
  height: 3rem;
}

.desktop #home_movie_button {
  right: 20px;
}

@media (min-width: 576px) {
  #home_title {
    left: 3.3rem;
    padding-left: 3.3rem;
    left: 0;
  }
}

@media (min-width: 900px) {
  #home_title {
    left: 14.21vw;
    padding-left: 14.21vw;
    left: 0;
  }
}

#solution {
  z-index: 20;
  background: #114D52;
  padding: 0 0 0 0;
  height: 10vh;
  bottom: -500vh;
  width: 100vw;
}

#solution_content_wrapper {
  background: #0B2C32;
  height: 80vh;
}

#solution_content {
  margin-bottom: 10rem;
  z-index: 23;
  position: relative;
  padding-bottom: 20vh;
  padding-top: 60vh;
}

#solution_canvas {
  position: relative;
  bottom: -5px;
  opacity: 1;
}

#home_scroll_vid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100;
  z-index: 0;
  opacity: 0;
  background: #0B2C32;
}

#home_scroll_vid_margin {
  height: 200vh;
}

#visibility {
  z-index: 30;
  bottom: -930vh;
}

#visibility_canvas {
  position: absolute;
  z-index: 1;
}

#visibility_content {
  position: relative;
  z-index: 33;
}

#visibility_image_transform {
  position: relative;
  z-index: 5;
}

#visibility_layer_1 {
  background: #114D52;
  background: linear-gradient(150deg, #5ca3a3 0%, #104c52 66%);
  height: 953px;
  -webkit-transform: rotate(-19deg) translate(-10%);
          transform: rotate(-19deg) translate(-10%);
  width: 2500px;
  overflow: hidden;
  position: relative;
  z-index: 25;
  background-image: url(../img/bg_bubbles.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position-y: bottom;
}

#visibility_layer_1 img {
  width: 100%;
}

#visibility_layer_1 #visibility_img {
  position: relative;
  top: -50%;
  display: none;
}

.more_button {
  margin: 10rem 0;
  cursor: pointer;
  background: transparent;
  border: none;
  border-bottom: solid 1px #FFE1BC;
  color: #FFE1BC;
  font-weight: 300;
  font-size: 20px;
  width: 100%;
  max-width: 400px;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-transition: max-width 1.8s ease-in-out;
  transition: max-width 1.8s ease-in-out;
}

.more_button .material-icons {
  /*  content:'>';*/
  width: 2.2rem;
  height: 2.2rem;
  background: transparent;
  border: solid 1px #FFE1BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFE1BC;
  border-radius: 100%;
  line-height: 1.84rem;
}

.more_button .material-icons img {
  position: relative;
  left: 1px;
  height: 66%;
}

.more_button:hover {
  max-width: 450px;
}

#method {
  position: relative;
  z-index: 11;
}

#method_bg_transform {
  position: absolute;
  z-index: 0;
  top: 0;
  display: none;
}

@media (min-width: 900px) {
  #method_bg_transform {
    display: block;
  }
}

#method_canvas {
  position: relative;
  z-index: 4;
  width: 100vw;
  height: 210vw;
}

#method_layer_2 {
  position: relative;
  z-index: 3;
}

#method_content_1, #method_content_2, #method_content_3 {
  position: relative;
  z-index: 32;
}

#iso_box {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFE1BC;
  font-size: 1.15rem;
  font-weight: 300;
  border-radius: 100%;
  border: solid 2px #FFE1BC;
  position: relative;
  margin: 80px 0;
  opacity: 0;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 900px) {
  #iso_box {
    width: 200px;
    height: 200px;
    font-size: 2rem;
  }
}

#team {
  z-index: 30;
}

#team_about {
  position: relative;
  z-index: 211;
}

#team_about .section_description {
  opacity: 1 !important;
}

#team_about .section_heading {
  opacity: 1 !important;
}

#team_layer_transform {
  z-index: 40;
  bottom: -2230vh;
}

#team_layer_2 {
  height: 36vw;
  min-height: 300px;
  -webkit-transform: rotate(-19deg) translate(-10vw);
          transform: rotate(-19deg) translate(-10vw);
  width: 120vw;
  overflow: hidden;
  position: relative;
  z-index: 210;
}

#team_layer_2 img {
  height: 36vw;
  width: 120vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  position: relative;
}

#teamcontent {
  width: 90%;
  max-width: 1400px;
  position: relative;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#teamcontent .section_description {
  max-width: 640px;
}

#team_bg {
  position: relative;
  z-index: 210;
}

#team_canvas {
  position: absolute;
  top: 0;
}

.team_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10vh 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team_data .single_team {
  max-width: 270px;
  padding-bottom: 10vh;
}

.team_data .single_team h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}

.team_data .single_team small {
  color: #A6C9DA;
  font-size: 1.3rem;
  font-style: italic;
}

.team_data .single_team p {
  font-size: 1.25rem;
  margin-top: 2rem;
  line-height: 1.3;
}

.team_data .single_team .single_team_links {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team_data .single_team .single_team_links a {
  margin-right: 1rem;
}

.news {
  background: #114D52;
  position: relative;
  z-index: 31;
}

#meetcontent {
  padding-top: 10vh;
  padding-bottom: 80px;
}

#meetcontent ul {
  margin-top: 10vh;
  padding: 0;
  list-style-type: none;
}

#meetcontent ul li {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#meetcontent ul li h4 {
  margin-bottom: 0;
}

#meetcontent ul li p {
  margin: 0;
}

#meetcontent ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #FFE1BC;
  border-radius: 100%;
  display: block;
  margin-right: 0.9em;
}

#encapson_vid_wrapper {
  display: none;
}

#catheteer_image {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
}

.advances_hr {
  border-color: #114D52;
}

#more_research {
  padding: 60px 0;
}

#research_wrapper {
  width: 100%;
}

.research_more_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.research_more_list ul li {
  margin-right: 40px;
  max-width: 90vw;
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .research_more_list ul li {
    max-width: 85vw;
  }
}

@media (min-width: 900px) {
  .research_more_list ul li {
    margin-right: 40px;
    max-width: 45vw;
  }
  .research_more_list ul li a {
    max-width: 40rem;
  }
  .research_more_list ul li:nth-child(even) {
    width: 24vw;
    margin-right: 6.15vw;
  }
}
/*# sourceMappingURL=encapson.css.map */