h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1d1d1f;
  font-size: 80px;
  line-height: 1.125em;
  font-weight: 700;
}

a {
  color: #fff;
  text-decoration: underline;
}

.body {
  background-color: #ffe4df;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  letter-spacing: -1px;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.container.grey {
  padding-right: 5%;
  padding-bottom: 100px;
  padding-left: 5%;
  background-color: #f3f3f3;
}

.container.grey._2 {
  margin-bottom: 0px;
  padding-right: 0%;
  padding-bottom: 0px;
}

.container.grey._2-copy {
  margin-bottom: 0px;
  padding-right: 0%;
  padding-bottom: 0px;
}

.nav {
  position: relative;
  z-index: 900;
  width: 100%;
  height: 44px;
  max-height: 44px;
  background-color: #333;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  max-height: 44px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-burger {
  display: none;
  width: 30px;
  height: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.nav-link.logo {
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/apple-logo.svg');
  background-position: 50% 50%;
  background-size: 16px 44px;
  background-repeat: no-repeat;
}

.nav-link.bag {
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/bag.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-link.search {
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/search.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.mobile-burger-line {
  width: 60%;
  height: 1px;
  background-color: #fff;
}

.nav-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
  width: 100%;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: #fff;
  opacity: 1;
}

.iphone-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f5f7;
}

.iphone-nav-link {
  margin-left: 24px;
  color: #858585;
  font-size: 12px;
  text-decoration: none;
}

.iphone-nav-link.w--current {
  color: rgba(245, 245, 247, 0.6);
}

.buy-button {
  margin-left: 24px;
  padding: 4px 11px;
  border-radius: 20px;
  background-color: #0071e3;
  color: #fff;
  font-size: 12px;
}

.buy-button:hover {
  background-color: #1680eb;
}

.nav-2-link {
  color: #fff;
  text-decoration: none;
}

.h2 {
  color: #f5f5f7;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}

.h2.dark {
  color: #1f1f1f;
}

.text {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
}

.text.grey {
  color: #858585;
}

.section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #ffe4df;
}

.section._1 {
  padding-top: 0px;
  background-color: #ffe4df;
}

.section._2 {
  height: 100vh;
  padding-top: 13%;
  background-color: #ffe4df;
}

.section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-wrapper {
  position: relative;
  width: 980px;
  height: 250vh;
  margin-right: auto;
  margin-left: auto;
}

.sticky-wrapper._1 {
  height: 250vh;
}

.sticky-wrapper._2 {
  width: 100vw;
  height: 400vh;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.sticky-container._2 {
  top: 0px;
  width: auto;
  height: 65vh;
}

.sticky-container._3 {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.hero-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 13;
  margin-top: 50px;
  padding-right: 100px;
  padding-left: 100px;
}

.hero-opening {
  margin-top: 10px;
  color: #1f1f1f;
  font-size: 80px;
  line-height: 110px;
  text-align: center;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph.centered {
  font-family: Montserrat, sans-serif;
  color: #f45eac;
  font-weight: 500;
  text-align: center;
}

.paragraph.centered.hero {
  font-size: 30px;
  line-height: 30px;
}

.paragraph.centered.white {
  color: #fff;
}

.paragraph.white {
  color: #fff;
}

.image {
  width: 100%;
  height: 350px;
}

.hero {
  height: 85vh;
  margin-bottom: 35px;
  padding-top: 100px;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-vertical {
  position: relative;
}

.sec-2-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/tl-4.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.feature-row-1 {
  width: 250px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}

.small-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.small-text.grey {
  color: #858585;
  font-size: 20px;
  line-height: 22px;
}

.small-text.grey {
  color: #858585;
  font-size: 20px;
  line-height: 22px;
  text-transform: none;
}

.feature-row-2 {
  width: 250px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}

.feature-row-3 {
  width: 250px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 70px;
}

.grey {
  color: rgba(2, 113, 0, 0.63);
  text-transform: capitalize;
}

.grey-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #f2f2f2;
}

.person {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100vh;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/11.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.person._2 {
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/7.png');
}

.person-name {
  position: absolute;
  left: 15%;
  top: 40%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  color: #1f1f1f;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.person-profession {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.person-name-text {
  position: relative;
  bottom: auto;
  display: inline-block;
  border: 20px none #000;
  border-radius: 10px;
  background-color: rgba(245, 245, 247, 0.62);
  color: #f45eac;
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.zoomed-mac {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.zoom-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  height: 100%;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/2biss.png');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.quote {
  margin-top: 35%;
}

.h1.white {
  color: #fff;
}

.h1.white.centered {
  text-align: center;
}

.h1.centered {
  text-align: center;
}

.person-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 70vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  opacity: 0;
}

.col1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  min-height: 600px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col2 {
  position: relative;
  overflow: hidden;
  width: 70%;
  height: 100%;
  min-height: 600px;
  padding-top: 50px;
  padding-left: 100px;
}

.slide-buttons {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-bottom: 15px;
  padding-left: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}

.div-block {
  position: absolute;
  z-index: 1;
  width: 350px;
  height: 700px;
  margin-top: 90px;
  border-radius: 30px;
  background-color: rgba(213, 44, 44, 0.47);
  -webkit-transform: skew(0deg, 23deg);
  -ms-transform: skew(0deg, 23deg);
  transform: skew(0deg, 23deg);
}

.red-film {
  position: absolute;
  z-index: 1;
  width: 350px;
  height: 700px;
  margin-top: 90px;
  border-radius: 15px;
  background-color: rgba(213, 44, 44, 0.47);
  -webkit-transform: skew(0deg, 23deg);
  -ms-transform: skew(0deg, 23deg);
  transform: skew(0deg, 23deg);
}

.purple-film {
  position: absolute;
  z-index: 2;
  width: 350px;
  height: 700px;
  margin-top: 90px;
  margin-left: 60px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.47);
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/graph3-removebg-preview.png');
  background-position: 50% 0%;
  background-size: 500px;
  background-repeat: no-repeat;
  -webkit-transform: skew(0deg, 23deg);
  -ms-transform: skew(0deg, 23deg);
  transform: skew(0deg, 23deg);
}

.purple-film.red {
  right: 143.5px;
  z-index: 1;
}

.blue-film {
  position: absolute;
  z-index: 4;
  width: 350px;
  height: 700px;
  margin-top: 90px;
  margin-left: 180px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.47);
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/graph-removebg-preview.png');
  background-position: 50% 0%;
  background-size: 500px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transform: skew(0deg, 23deg);
  -ms-transform: skew(0deg, 23deg);
  transform: skew(0deg, 23deg);
}

.green-film {
  position: absolute;
  z-index: 3;
  width: 350px;
  height: 700px;
  margin-top: 90px;
  margin-left: 120px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.47);
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/graph2-removebg-preview.png');
  background-position: 50% 0%;
  background-size: 500px;
  background-repeat: no-repeat;
  -webkit-transform: skew(0deg, 23deg);
  -ms-transform: skew(0deg, 23deg);
  transform: skew(0deg, 23deg);
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
}

.feature-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-box {
  width: 45%;
  padding: 30px 0px 10px;
  border-top: 1px solid #dfdfdf;
}

.mac-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/6.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/6.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: auto 85%, auto;
  background-repeat: no-repeat, repeat;
}

.image-2 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bold-text {
  font-weight: 600;
}

.dark-text {
  color: #1d1d1f;
}

.lottie-animation-2 {
  background-color: #ffe4df;
}

.image-3 {
  display: none;
  background-color: transparent;
}

.consent {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.63);
}

.message {
  position: relative;
  width: 70%;
  padding: 40px 62px 30px;
  border-radius: 10px;
  background-color: #272727;
}

.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.text-span {
  color: rgba(2, 113, 0, 0.63);
}

.p-nav-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-navlink {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  border-radius: 14px;
  background-color: transparent;
  opacity: 1;
  outline-color: #7ac943;
  outline-offset: 1px;
  outline-style: none;
  outline-width: 1px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  mix-blend-mode: color-dodge;
}

.p-navlink:hover {
  background-color: rgba(236, 5, 142, 0.53);
}

.p-navlink:active {
  background-color: rgba(236, 5, 142, 0.53);
}

.p-navlink:focus {
  background-color: rgba(236, 5, 142, 0.53);
  color: #fff;
}

.p-navlink.w--current {
  background-color: rgba(236, 5, 142, 0.53);
  color: #027100;
}

.i-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.p-caption {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.p-caption:hover {
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000;
}

.p-caption.mobile-nav-text {
  position: relative;
  top: auto;
  display: inline;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #027100;
  font-size: 12px;
  font-weight: 700;
}

.image-48 {
  position: relative;
  left: 13px;
  top: auto;
  margin-right: 10px;
}

.p-navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 32px;
  right: 32px;
  bottom: 99px;
  display: block;
  overflow: visible;
  width: 130px;
  height: 70vh;
  margin: 0px 32px 32px 0px;
  padding: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 5px;
  border-color: #ec058e;
  border-radius: 20px;
  background-color: rgba(255, 228, 223, 0.22);
  box-shadow: 3px 2px 50px 10px #a78ba4;
  color: #1d1d1f;
}

.p-nav-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.flex-vertical-copy {
  position: relative;
}

.text-span-2 {
  width: 100%;
  color: #f45eac;
}

.text-span-3 {
  color: #027100;
}

.text-span-4 {
  color: rgba(2, 113, 0, 0.63);
}

.text-span-5 {
  color: rgba(2, 113, 0, 0.63);
}

.text-span-6 {
  text-transform: uppercase;
}

.text-span-7 {
  color: #f45eac;
}

.text-span-8 {
  color: #f45eac;
}

.text-span-9 {
  color: #f45eac;
}

.text-span-10 {
  color: #027100;
}

.text-span-11 {
  color: #027100;
}

.text-span-12 {
  color: #f45eac;
}

.text-span-13 {
  color: #027100;
}

.text-span-14 {
  color: #027100;
}

.text-span-15 {
  color: #027100;
}

.text-span-16 {
  text-transform: lowercase;
}

.text-span-17 {
  color: rgba(2, 113, 0, 0.63);
}

.text-span-18 {
  color: rgba(2, 113, 0, 0.63);
}

.text-span-19 {
  color: rgba(2, 113, 0, 0.63);
}

.text-span-20 {
  color: #f45eac;
  text-transform: uppercase;
}

.text-span-21 {
  text-transform: uppercase;
}

.section-copy {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy._1 {
  padding-top: 0px;
  background-color: #ffe4df;
}

.section-copy._2 {
  height: 100vh;
  padding-top: 13%;
  background-color: #ffe4df;
}

.section-copy.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-copy.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col1-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  min-height: 600px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col2-copy {
  position: relative;
  overflow: hidden;
  width: 70%;
  height: 100%;
  min-height: 600px;
  padding-top: 50px;
  padding-left: 100px;
}

.section-copy {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy._1 {
  padding-top: 0px;
  background-color: #ffe4df;
}

.section-copy._2 {
  height: 100vh;
  padding-top: 13%;
  background-color: #ffe4df;
}

.section-copy.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-copy.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-22 {
  color: #f45eac;
}

.text-span-23 {
  color: #f45eac;
}

.text-span-24 {
  color: #027100;
}

.text-span-25 {
  font-size: 30px;
  font-weight: 700;
}

.text-span-26 {
  font-size: 30px;
  font-weight: 700;
}

.section2 {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section2._1 {
  padding-top: 0px;
  background-color: #ffe4df;
}

.section2._2 {
  height: 100vh;
  padding-top: 13%;
  background-color: #ffe4df;
}

.section2.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section2.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph2 {
  font-size: 20px;
  line-height: 1.16em;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: lowercase;
}

.paragraph2.centered {
  color: #f45eac;
  font-weight: 500;
  text-align: center;
}

.paragraph2.centered.hero {
  font-size: 30px;
  line-height: 30px;
}

.paragraph2.centered.white {
  color: #fff;
}

.paragraph2.white {
  color: #fff;
}

.text-span-27 {
  color: #027100;
}

.text-span-28 {
  color: #027100;
}

.text-span-29 {
  color: #027100;
}

.mac-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/keyboard_hero_fallback__fsmo5tlu3vqm_large_2x.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/keyboard_hero_fallback__fsmo5tlu3vqm_large_2x.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: auto 85%, auto;
  background-repeat: no-repeat, repeat;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-49 {
  width: 80em;
}

.map-overflow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f88cd4), to(#ffe4df));
  background-image: linear-gradient(180deg, #f88cd4, #ffe4df);
}

.hero__gradient {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 200em;
  height: 200em;
  margin-right: -135.7em;
  margin-bottom: -133.1em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #5c31ff, rgba(92, 49, 255, 0) 69%);
  opacity: 0.9;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.hero__gradient.is--other {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  height: 140em;
  margin-right: -40.6em;
  margin-bottom: -133.7em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe4df), color-stop(0%, #f88cd4), to(#ffe4df));
  background-image: linear-gradient(180deg, #ffe4df, #f88cd4 0%, #ffe4df);
  opacity: 0.73;
}

.map-section {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  border-bottom: 3px solid #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 44px;
  font-weight: 600;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-embed {
  width: 100%;
  height: 2em;
  min-height: 2em;
}

.map:hover {
  position: relative;
  font-size: 1em;
}

.hero-heading-center {
  position: relative;
  padding: 0px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #ec058e;
}

.container-3 {
  height: 70px;
}

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

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-heading.margin-bottom-32px {
  margin-top: 70px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000 #000 #fff;
  border-radius: 0px;
  background-color: transparent;
  outline-color: rgba(0, 0, 0, 0.74);
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 100px;
  font-weight: 600;
  letter-spacing: 1.5vh;
  text-transform: uppercase;
  white-space: normal;
  mix-blend-mode: normal;
}

.heading-5 {
  position: static;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: #fff transparent transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.25vh;
}

.text-span-30 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  white-space: normal;
}

.heading-6 {
  border-bottom: 2px none #f45eac;
  font-family: Montserrat, sans-serif;
  color: rgba(2, 113, 0, 0.63);
  font-size: 38px;
  line-height: 44px;
}

.heading-6.big {
  border-bottom-style: solid;
  color: #f45eac;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
}

.list-item-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.paragraph-4 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0px;
}

.integrated-section {
  width: auto;
  min-height: 800px;
  background-color: #ffe4df;
}

.ihp-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-align: justify;
}

.image-4 {
  margin-bottom: 20px;
}

.heading-7 {
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 2px solid #ec058e;
  font-family: Montserrat, sans-serif;
  color: #ec058e;
  font-size: 44px;
  font-weight: 600;
}

.text-span-31 {
  color: #3e67cf;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.ihp-title {
  padding-bottom: 100px;
}

.text-span-32 {
  color: #d33600;
}

.div-block-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-9 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #ec058e;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.text-span-33 {
  color: #f79800;
}

.heading-8 {
  margin-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.div-block-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-50 {
  position: relative;
  left: 0%;
}

.text-span-34 {
  color: #f45eac;
}

.text-span-35 {
  color: #027100;
}

.section-2 {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2._1 {
  padding-top: 120px;
  padding-bottom: 10px;
  background-color: #ffe4df;
}

.paragraph-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-6.centered {
  margin-bottom: 20px;
  color: #f45eac;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.paragraph-6.new {
  font-size: 50px;
}

.text-span-36 {
  color: #7ac943;
}

.text-span-37 {
  color: #7ac943;
}

.text-span-38 {
  color: #000;
}

.text-span-39 {
  color: #7ac943;
}

.text-span-40 {
  color: #7ac943;
}

.bold-text-2 {
  color: #000;
}

.div-block-5 {
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-51 {
  border-radius: 5px;
}

.text-span-41 {
  color: #ec058e;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.text-span-42 {
  color: #ec058e;
}

.bold-text-3 {
  color: #ec058e;
}

.paragraph-7 {
  margin-top: 40px;
  color: #ec058e;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.section-3 {
  padding-bottom: 60px;
  background-color: #ffe5e0;
}

.container-5 {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.heading-10 {
  padding-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.list-item {
  font-size: 16px;
  text-align: justify;
}

.link-2 {
  color: #f45eac;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.navlink:hover {
  padding-bottom: 20px;
  border-bottom-width: 2px;
  border-bottom-color: #7ac943;
  color: #7ac943;
  text-decoration: none;
}

.image-6 {
  position: absolute;
  display: none;
  width: 140px;
  height: 35px;
}

.navbar {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  width: 100%;
  height: 60px;
  background-color: transparent;
  font-family: Exo, sans-serif;
}

.btn-bg-hover {
  position: absolute;
  left: auto;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 140px;
  height: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

.nav-text-hover {
  position: static;
  padding-bottom: 0px;
  text-decoration: none;
}

.drop-list {
  display: block;
  overflow: hidden;
  width: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nev-text-drop-hover {
  position: static;
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-size: 16px;
}

.head-subtitle {
  position: relative;
  bottom: 13px;
  color: #027100;
}

.nev-text-drop {
  font-size: 16px;
}

.drop-inner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
}

.nav-element {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.navbar-title-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-title-text-wrap {
  text-align: center;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: -1px;
  right: 0%;
  height: 100%;
  background-color: transparent;
}

.btn-outer-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.navlink-drop {
  position: relative;
  height: 100%;
  padding: 10px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 1px none #c2c2c2;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.navlink-drop:hover {
  background-color: #f5f5f5;
  color: #7ac943;
  font-weight: 500;
}

.dropdown-toggle {
  color: #000;
  font-size: 16px;
}

.dropdown-toggle:hover {
  color: #7ac943;
}

.dropdown {
  display: block;
  color: #000;
}

.navlink-wrapper {
  overflow: hidden;
  height: 20px;
}

.nav-text {
  padding-bottom: 0px;
  font-size: 16px;
  text-decoration: none;
}

.nav-menu-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu-2.nav-menu-left {
  position: absolute;
  left: 120px;
  top: auto;
  right: auto;
  bottom: auto;
}

.dropdown-list-2 {
  display: none;
}

.dropdown-list {
  position: absolute;
  left: auto;
  top: 110%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: auto;
  height: auto;
  min-width: 0px;
  margin-left: -10px;
  padding-left: 0px;
  background-color: transparent;
}

.dropdown-list.drop-awards {
  top: 110%;
  right: auto;
  display: none;
  margin-right: 0px;
  margin-left: -10px;
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-list.drop-team {
  top: 110%;
  display: none;
}

.dropdown-list.drop-project {
  left: auto;
  top: 110%;
  right: auto;
  bottom: auto;
  display: none;
  height: auto;
  margin-left: -10px;
  background-color: transparent;
  color: #000;
}

.btn-text {
  position: absolute;
  display: block;
  opacity: 1;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.btn-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-title {
  color: #f45eac;
  font-size: 38px;
  line-height: 44px;
}

.div-block-7 {
  width: 200px;
  height: 200px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.contact-logo-wrapper {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  margin-top: 20px;
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-11 {
  width: 180px;
  height: 220px;
}

.contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: 100px;
  margin-left: 100px;
}

.license-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-10 {
  position: static;
  display: inline-block;
  margin-top: 50px;
}

.image-9 {
  margin-top: 50px;
  margin-bottom: 60px;
}

.text-block-2 {
  display: block;
}

.image-12 {
  padding-top: 50px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 500px;
  min-height: 500px;
  margin-top: 0px;
  padding-top: 20px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-3 {
  padding-left: 5px;
  color: #000;
}

.contact-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.contact-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .paragraph-4 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

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

  .ihp-text {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-3 {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-50 {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.grey._2 {
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.grey._2-copy {
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav {
    display: block;
  }

  .nav-2 {
    display: block;
  }

  .section._2 {
    height: 70vh;
    padding-top: 0%;
    padding-bottom: 0px;
  }

  .sticky-wrapper._1 {
    width: 100%;
  }

  .sticky-container {
    width: 100%;
  }

  .hero-opening {
    font-size: 70px;
    line-height: 70px;
  }

  .paragraph.centered {
    font-size: 26px;
  }

  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 70vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .person {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 80vh;
  }

  .person._2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 80vh;
  }

  .person-name {
    left: 0%;
    top: -13%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .person-name._2 {
    top: -20%;
  }

  .col1 {
    width: 100%;
    min-height: 200px;
    padding-top: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .slide-buttons {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-box {
    width: 70%;
  }

  .mac-image {
    background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/keyboard_hero_fallback__fsmo5tlu3vqm_large_2x.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/keyboard_hero_fallback__fsmo5tlu3vqm_large_2x.jpg'), linear-gradient(180deg, null, null);
    background-size: contain, auto;
  }

  .image-3 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .p-menu-button {
    padding: 4px;
  }

  .p-menu-button.w--open {
    border-radius: 10px;
    background-color: transparent;
    color: #cd56e8;
  }

  .p-nav-brand {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
  }

  .p-navlink:active {
    background-color: #141414;
    color: #cd56e8;
  }

  .i-nav-menu {
    display: block;
    overflow: scroll;
    height: 410px;
    margin-top: 10px;
    padding: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #313131;
    border-radius: 10px;
    background-color: #1c1c1c;
    box-shadow: 3px 3px 50px 10px #000;
  }

  .p-caption.mobile-nav-text {
    margin-top: 3px;
  }

  .image-48 {
    width: 28px;
  }

  .p-navbar {
    position: fixed;
    top: 12px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    width: auto;
    height: 50px;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-copy._2 {
    height: 70vh;
    padding-top: 0%;
    padding-bottom: 0px;
  }

  .flex-horizontal-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col1-copy {
    width: 100%;
    min-height: 200px;
    padding-top: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col2-copy {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-copy._2 {
    height: 70vh;
    padding-top: 0%;
    padding-bottom: 0px;
  }

  .section2._2 {
    height: 70vh;
    padding-top: 0%;
    padding-bottom: 0px;
  }

  .paragraph2.centered {
    font-size: 26px;
  }

  .mac-2 {
    background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/keyboard_hero_fallback__fsmo5tlu3vqm_large_2x.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('https://static.igem.wiki/teams/4316/wiki/integrated-human-practices/keyboard_hero_fallback__fsmo5tlu3vqm_large_2x.jpg'), linear-gradient(180deg, null, null);
    background-size: contain, auto;
  }

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

  .paragraph-6.centered {
    font-size: 26px;
  }

  .container-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  .nav {
    display: block;
  }

  .nav-2 {
    display: block;
  }

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

  .section._2 {
    height: auto;
  }

  .hero-text {
    position: static;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
  }

  .hero-opening {
    font-size: 48px;
    line-height: 50px;
  }

  .paragraph.centered {
    font-size: 17px;
  }

  .lottie-animation {
    margin-top: 35px;
  }

  .hero {
    height: auto;
  }

  .sec-2-bg {
    display: none;
  }

  .heading {
    font-size: 48px;
  }

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

  .zoom-div {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .col2 {
    min-height: 450px;
    padding-left: 15px;
  }

  .red-film {
    height: 450px;
    margin-top: 60px;
  }

  .purple-film {
    height: 450px;
    margin-top: 60px;
  }

  .blue-film {
    height: 450px;
    margin-top: 60px;
  }

  .green-film {
    height: 450px;
    margin-top: 60px;
  }

  .lottie-animation-2 {
    display: none;
  }

  .image-3 {
    display: block;
    width: 400px;
  }

  .message {
    width: 90%;
  }

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

  .section-copy._2 {
    height: auto;
  }

  .col2-copy {
    min-height: 450px;
    padding-left: 15px;
  }

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

  .section-copy._2 {
    height: auto;
  }

  .section2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section2._2 {
    height: auto;
  }

  .paragraph2.centered {
    font-size: 17px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

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

  .paragraph-6.centered {
    font-size: 17px;
  }
}

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

  .nav {
    display: block;
  }

  .mobile-burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link {
    display: none;
  }

  .nav-link.logo {
    display: block;
  }

  .nav-link.bag {
    display: block;
  }

  .nav-link.search {
    display: none;
  }

  .nav-2 {
    display: block;
  }

  .iphone-nav-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .iphone-nav-link {
    display: none;
  }

  .iphone-nav-link.w--current {
    display: none;
  }

  .h2 {
    font-size: 19px;
  }

  .hero-text {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-opening {
    font-size: 48px;
    line-height: 50px;
  }

  .heading {
    font-size: 48px;
  }

  .col1 {
    padding-bottom: 100px;
  }

  .consent {
    display: none;
  }

  .message {
    padding: 45px 15px 20px;
  }

  .close {
    width: 25px;
    height: 25px;
  }

  .me {
    width: 200px;
    height: 200px;
  }

  .p-menu-button {
    margin: 2px 4px 4px;
    padding: 4px;
    background-color: transparent;
  }

  .p-menu-button.w--open {
    margin: 4px;
    border-radius: 10px;
  }

  .p-nav-brand {
    padding-top: 2px;
  }

  .i-nav-menu {
    overflow: scroll;
    height: 410px;
    margin-top: 10px;
    padding: 12px;
    border-radius: 10px;
  }

  .p-navbar {
    margin-right: 10px;
    margin-left: 10px;
  }

  .col1-copy {
    padding-bottom: 100px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

