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 {
  height: 100%;
  background-color: #fff;
  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-height: 3000px;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 0px;
}

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

.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/collaborations/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/collaborations/bag.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-link.search {
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/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: 70px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: transparent;
  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: 300px;
  padding-bottom: 100px;
}

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

.section._2 {
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 100px;
  border: 1px none #000;
  background-color: #fff;
}

.section.no-padding {
  top: 125px;
  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-wrapper._2-copy {
  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;
}

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

.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: 90px;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  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: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

.paragraph.centered {
  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: 50vh;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.flex-horizontal {
  position: relative;
  top: 132px;
  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%;
  margin-top: 0px;
  border-top: 0px none #000;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/1collab.jpeg');
  background-position: 50% 7%;
  background-size: 400px;
  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;
}

.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-size: 70px;
  font-weight: 500;
  text-align: left;
}

.grey {
  color: #f45eac;
  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/collaborations/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/collaborations/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: 10%;
  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/collaborations/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: 10%;
  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(52, 49, 219, 0.47);
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/5-1.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);
}

.blue-film {
  position: absolute;
  z-index: 4;
  width: 350px;
  height: 700px;
  margin-top: 90px;
  margin-left: 180px;
  border-radius: 15px;
  background-color: rgba(0, 21, 255, 0.47);
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/3.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(74, 255, 19, 0.47);
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/4.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/collaborations/6.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/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: 20px;
  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(244, 94, 172, 0.53);
}

.p-navlink:active {
  background-color: rgba(244, 94, 172, 0.53);
}

.p-navlink:focus {
  background-color: rgba(244, 94, 172, 0.53);
  color: #fff;
}

.p-navlink.w--current {
  background-color: rgba(244, 94, 172, 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;
  left: 8px;
  top: 0px;
  display: inline;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #027100;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.image-48 {
  position: relative;
  left: 13px;
  top: 0px;
  margin-right: 10px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.p-navbar {
  position: fixed;
  left: 0%;
  top: 46px;
  right: 32px;
  bottom: 59px;
  display: block;
  overflow: hidden;
  width: 120px;
  height: 90vh;
  margin: 0px 32px 32px 0px;
  padding: 0px 16px 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%;
  height: 150px;
}

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

.text-span-2 {
  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 {
  border-style: solid;
  border-width: 3px;
  border-color: rgba(2, 113, 0, 0.63);
  border-radius: 19px;
  background-color: rgba(244, 94, 172, 0.12);
  font-size: 26px;
  line-height: 1.16em;
  font-weight: 300;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

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

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

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

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

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

.section3.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-33 {
  color: #027100;
}

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

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

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

.zoomed-mac-copy {
  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;
}

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

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

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

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

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

.person-copy {
  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/collaborations/1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.zoom-div-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  height: 100%;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/2.png');
  background-position: 50% 50%;
  background-size: 800px 450px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

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

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

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

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

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

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

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

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

.paragraph-copy.white {
  color: #fff;
}

.text-span-40 {
  font-size: 30px;
  font-weight: 600;
}

.text-span-41 {
  font-size: 30px;
  font-weight: 600;
}

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

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

.paragraph-copy {
  font-size: 30px;
  line-height: 1.16em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-copy.white {
  color: #fff;
}

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

.container-copy.grey {
  position: relative;
  top: -31px;
  max-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5%;
  background-color: transparent;
}

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

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

.image-13 {
  position: static;
  left: -172px;
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: -68px;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

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

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

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

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

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

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

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

.section-copy-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-45 {
  font-weight: 700;
  text-transform: none;
}

.text-span-46 {
  font-weight: 700;
}

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

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

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

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

.section-copy-copy-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-47 {
  color: #f45eac;
}

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

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

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

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

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

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

.section-copy-copy2.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-50 {
  font-size: 50px;
  font-weight: 600;
}

.text-span-51 {
  color: #f45eac;
  font-size: 50px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-12.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-52 {
  color: #027100;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-14 {
  position: relative;
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-14.white {
  color: #fff;
}

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

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

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

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

.image-14 {
  position: static;
  left: -286px;
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 19px;
}

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

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

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

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

.section-15.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-15 {
  position: relative;
  width: 980px;
  height: 250vh;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.person-wrapper-15 {
  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;
}

.person-15 {
  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/collaborations/8.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

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

.zoom-div-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  height: 100%;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/2.png');
  background-position: 50% 50%;
  background-size: 800px 450px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

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

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

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

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

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

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

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

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

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

.person-16 {
  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/collaborations/8.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.zoom-div-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  height: 100%;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/7-1.png');
  background-position: 50% 50%;
  background-size: 320px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

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

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

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

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

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

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

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

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

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

.section-18.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-59 {
  color: rgba(2, 113, 0, 0.63);
}

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

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

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

.text-span-63 {
  font-size: 50px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  margin-left: 0px;
  padding-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffe4df;
}

.card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #3f4046;
  box-shadow: 0 5px 2rem 0 rgba(0, 0, 0, 0.3);
  color: #b8b9c2;
}

.carousel-slider {
  height: 330px;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._2 {
  right: -21%;
}

.container-15 {
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #213ea0;
}

.arrow-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.card-header {
  height: 300px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.carousel-mask {
  overflow: visible;
  width: 40%;
  height: 300px;
}

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

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

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

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

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

.card-header-2 {
  height: 500px;
  margin-right: 0px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/6a924628-9038-4c02-9cd5-2a84294541b5.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.container-20 {
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffe4df;
}

.card-header-2-1 {
  height: 500px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/1-1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.card-header-2-2 {
  height: 500px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/2-2.png');
  background-position: 50% 30%;
  background-size: contain;
}

.card-header-2-3 {
  display: block;
  overflow: visible;
  height: 500px;
  margin-right: 0px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/3-1.png');
  background-position: 50% 30%;
  background-size: contain;
}

.card-header-2-4 {
  height: 500px;
  margin-right: 0px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/4-1.png');
  background-position: 50% 30%;
  background-size: contain;
}

.card-header-2-5 {
  height: 500px;
  margin-right: 0px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/5.png');
  background-position: 50% 30%;
  background-size: contain;
}

.card-header-2-6 {
  height: 500px;
  margin-right: 0px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/6a924628-9038-4c02-9cd5-2a84294541b5.jpg');
  background-position: 50% 30%;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-22.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-67 {
  color: rgba(2, 113, 0, 0.63);
}

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

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

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

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

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

.container-22.grey {
  max-width: 1400px;
  padding-right: 5%;
  padding-bottom: 100px;
  padding-left: 5%;
  background-color: transparent;
}

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

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

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

.container-22-1.grey {
  padding-right: 5%;
  padding-bottom: 100px;
  padding-left: 5%;
  background-color: transparent;
}

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

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

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

.container-24.grey {
  position: relative;
  top: -42px;
  max-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5%;
  background-color: transparent;
}

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

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

.icon-wrap-2 {
  position: relative;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 122px;
  margin-left: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-scroll {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: rgba(122, 201, 67, 0.39);
}

.scroll-dot {
  position: absolute;
  left: 50%;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.icon-wrap-3 {
  position: relative;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 78px;
  margin-left: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-30.grey {
  position: static;
  left: 31px;
  top: 91px;
  max-width: 900px;
  padding-right: 0%;
  padding-bottom: 100px;
  padding-left: 0%;
  background-color: transparent;
}

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

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

.image-31 {
  position: static;
  left: -172px;
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: -68px;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 14px #f45eac;
  outline-color: rgba(2, 113, 0, 0.63);
  outline-offset: 0px;
  outline-style: none;
  outline-width: 5px;
  mix-blend-mode: normal;
}

.image-32 {
  position: static;
  left: -172px;
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: -68px;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 15px #f45eac;
  mix-blend-mode: normal;
}

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

.container-31.grey {
  position: relative;
  left: 66px;
  top: -6px;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5%;
  border: 1px none #000;
  background-color: transparent;
}

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

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

.container-31.grey {
  position: static;
  left: 31px;
  top: 91px;
  max-width: 900px;
  padding-right: 0%;
  padding-bottom: 100px;
  padding-left: 0%;
  background-color: transparent;
}

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

.container-32.grey {
  position: relative;
  left: 66px;
  top: -16px;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5%;
  background-color: transparent;
}

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

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

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

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

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

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

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

.image-44 {
  position: static;
  left: -221px;
  top: auto;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

.image-22 {
  position: static;
  left: -172px;
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

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

.p-navlink1 {
  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;
  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-navlink1:hover {
  background-color: #313131;
}

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

.p-navlink1:focus {
  background-color: #141414;
  color: #fff;
}

.p-navlink1.w--current {
  background-color: #141414;
  color: #cd56e8;
}

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

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

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

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

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

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

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

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

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

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

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

.container-24-1.grey {
  padding-right: 5%;
  padding-bottom: 100px;
  padding-left: 5%;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container1.grey {
  position: relative;
  left: 66px;
  top: -6px;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5%;
  border: 1px none #000;
  background-color: transparent;
}

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

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

.container1.grey {
  position: static;
  left: 31px;
  top: 91px;
  max-width: 900px;
  padding-right: 0%;
  padding-bottom: 100px;
  padding-left: 0%;
  background-color: transparent;
}

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

.text-span-90 {
  font-weight: 700;
}

.text-span-91 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f45eac;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

.image-44-copy {
  position: static;
  left: -221px;
  top: auto;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

.image-45 {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

.italic-text {
  font-style: italic;
}

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

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

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

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

.section-20-2 {
  position: relative;
  top: auto;
  width: 100vw;
  max-width: 100vw;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section-50 {
  position: relative;
  top: auto;
  width: 100vw;
  max-width: 100vw;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.container-51 {
  position: relative;
  z-index: 1;
  max-height: 3000px;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 76px;
}

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

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

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

.paragraph-51 {
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-51.white {
  color: #fff;
}

.container-52 {
  position: relative;
  z-index: 1;
  max-height: 3000px;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 76px;
}

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

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

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

.paragraph-52 {
  position: relative;
  top: 270px;
  margin-bottom: 237px;
  font-size: 40px;
  line-height: 1.16em;
  font-weight: 500;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-52.white {
  color: #fff;
}

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

.section-53 {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  padding-top: 336px;
  padding-bottom: 100px;
  text-align: left;
}

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

.section-53._2 {
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 100px;
  border: 1px none #000;
  background-color: #fff;
}

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

.section-53.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-108 {
  color: rgba(2, 113, 0, 0.63);
}

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

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

.paragraph-53 {
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-53.white {
  color: #fff;
}

.image-54 {
  position: static;
  left: -221px;
  top: auto;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

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

.container55.grey {
  position: relative;
  left: 66px;
  top: -6px;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5%;
  border: 1px none #000;
  background-color: transparent;
}

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

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

.container55.grey {
  position: static;
  left: 31px;
  top: 91px;
  max-width: 900px;
  padding-right: 0%;
  padding-bottom: 100px;
  padding-left: 0%;
  background-color: transparent;
}

.paragraph-55 {
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-55.white {
  color: #fff;
}

.container-56 {
  position: relative;
  z-index: 1;
  max-height: 3000px;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 76px;
}

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

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

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

.image-55 {
  position: static;
  left: -221px;
  top: auto;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

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

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

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

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

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

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

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

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

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

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

.paragraph-56 {
  position: relative;
  top: 270px;
  font-size: 40px;
  line-height: 1.16em;
  font-weight: 500;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-56.white {
  color: #fff;
}

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

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

.section-57._2 {
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 100px;
  border: 1px none #000;
  background-color: #fff;
}

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

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

.container-58 {
  position: relative;
  z-index: 1;
  max-height: 3000px;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 76px;
}

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

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

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

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

.bold-text-2 {
  font-weight: 500;
}

.container-59 {
  position: relative;
  z-index: 1;
  max-height: 3000px;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 76px;
}

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

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

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

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

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

.text-span-123 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: rgba(2, 113, 0, 0.63);
  font-weight: 700;
}

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

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

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

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

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

.paragraph-57 {
  position: relative;
  margin-top: 145px;
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-57.white {
  color: #fff;
}

.image-56 {
  position: static;
  left: -221px;
  top: auto;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

.paragraph-58 {
  position: relative;
  margin-top: 145px;
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-58.white {
  color: #fff;
}

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

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

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

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

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

.image-57 {
  position: static;
  left: -221px;
  top: auto;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

.paragraph-59 {
  position: relative;
  margin-top: 145px;
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-59.white {
  color: #fff;
}

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

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

.paragraph-60 {
  position: relative;
  top: 270px;
  font-size: 40px;
  line-height: 1.16em;
  font-weight: 500;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-60.white {
  color: #fff;
}

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

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

.section-58._2 {
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 100px;
  border: 1px none #000;
  background-color: #fff;
}

.section-58.no-padding {
  position: relative;
  top: auto;
  overflow: visible;
  margin-top: 2000px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.container-61 {
  position: relative;
  z-index: 1;
  max-height: 3000px;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 76px;
}

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

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

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

.paragraph-61 {
  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: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-61.white {
  color: #fff;
}

.text-span-136 {
  color: #f45eac;
  font-weight: 700;
}

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

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

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

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

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

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

.container65.grey {
  position: relative;
  left: 66px;
  top: -6px;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5%;
  border: 1px none #000;
  background-color: transparent;
}

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

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

.container65.grey {
  position: static;
  left: 31px;
  top: 91px;
  max-width: 900px;
  padding-right: 0%;
  padding-bottom: 100px;
  padding-left: 0%;
  background-color: transparent;
}

.image-65 {
  position: static;
  left: -221px;
  top: auto;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

.paragraph-66 {
  position: relative;
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-66.white {
  color: #fff;
}

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

.text-span-143 {
  color: #f45eac;
  font-size: 55px;
  font-weight: 700;
}

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

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

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

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

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

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

.image-67 {
  position: static;
  left: -221px;
  top: auto;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

.paragraph-68 {
  position: relative;
  font-size: 40px;
  line-height: 1.16em;
  font-weight: 500;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-68.white {
  color: #fff;
}

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

.image-68 {
  position: static;
  left: -221px;
  top: auto;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  mix-blend-mode: normal;
}

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

.container-70 {
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.card-header-2-1-1 {
  height: 500px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.card-header-2-22 {
  height: 500px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/4-1.jpg');
  background-position: 50% 25%;
  background-size: contain;
}

.card-header-2-33 {
  height: 500px;
  margin-right: 0px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/6-2.png');
  background-position: 50% 25%;
  background-size: contain;
  background-repeat: repeat-y;
}

.card-header-2-44 {
  height: 500px;
  margin-right: 0px;
  background-image: url('https://static.igem.wiki/teams/4316/wiki/collaborations/4-1.png');
  background-position: 50% 30%;
  background-size: contain;
}

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

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

.section-59._2 {
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 100px;
  border: 1px none #000;
  background-color: #fff;
}

.section-59.no-padding {
  position: relative;
  top: 1000px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 220px;
}

.section-59.no-padding.new {
  top: 700px;
}

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

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

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

.section-60._2 {
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 100px;
  border: 1px none #000;
  background-color: #fff;
}

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

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

.heading-copy1 {
  font-size: 70px;
  font-weight: 500;
  text-align: left;
}

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

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

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

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

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

.text-span-157 {
  color: rgba(2, 113, 0, 0.63);
  font-size: 60px;
}

.paragraph-67 {
  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: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-67.white {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.text-span-136-copy {
  color: #f45eac;
  font-weight: 700;
}

.paragraph-62 {
  margin-bottom: 0px;
  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: 400;
  text-align: justify;
  letter-spacing: -1px;
  text-transform: none;
}

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

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

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

.paragraph-62.white {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.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-3 {
  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 {
  display: block;
}

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

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

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

.link-2 {
  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;
}

.p-navlink-1 {
  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-1:hover {
  background-color: rgba(244, 94, 172, 0.53);
}

.p-navlink-1:active {
  background-color: rgba(244, 94, 172, 0.53);
}

.p-navlink-1:focus {
  background-color: rgba(244, 94, 172, 0.53);
  color: #fff;
}

.p-navlink-1.w--current {
  background-color: #141414;
  color: #cd56e8;
}

@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/collaborations/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/collaborations/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/collaborations/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/collaborations/keyboard_hero_fallback__fsmo5tlu3vqm_large_2x.jpg'), linear-gradient(180deg, null, null);
    background-size: contain, auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .person-name-15 {
    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-15._2 {
    top: -20%;
  }

  .sticky-container-15 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-22-1.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-22-1.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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-24-1.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-24-1.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;
  }

  .container1 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

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

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

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

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

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

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

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

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

  .container55 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container65 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .section3._2 {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-mask {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-copy1 {
    font-size: 48px;
  }

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

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

  .paragraph-62.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-copy {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

  .carousel-slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-slider._4 {
    right: 0%;
  }

  .carousel-slider._6 {
    right: 0%;
  }

  .carousel-slider._3 {
    right: 0%;
  }

  .carousel-slider._5 {
    right: 0%;
  }

  .carousel-slider._7 {
    right: 0%;
  }

  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-slider._2 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

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

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

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

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

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

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

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

  .container1 {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

  .container55 {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

  .container65 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-copy1 {
    font-size: 48px;
  }
}

