a {
  text-decoration: underline;
}

.navigation-bar-copy {
  z-index: 99999;
  background-color: #fff;
  position: static;
  top: 0;
}

.navigation-register-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: none;
}

.dna-screen-logo-copy {
  width: 400px;
}

.nav-register {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: none;
  position: static;
}

.navigation-container-mob-copy {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-2 {
  font-size: 14px;
  font-weight: 700;
}

.navigation-mob {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dna-screen-logo {
  width: 400px;
}

.navigation-link {
  color: #808fa9;
  cursor: pointer;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #000;
}

.navigation-link.w--current {
  color: #0a74aa;
  cursor: pointer;
}

.brand {
  margin-right: 44px;
}

.cta-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0a74aa;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.cta-button:hover {
  color: #fff;
  background-color: #32343a;
}

.cta-button:active {
  background-color: #43464d;
}

.cta-button.cc-contact-us {
  z-index: 5;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #0a74aa;
  padding: 25px 45px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}

.cta-button.cc-contact-us:hover {
  background-color: #000;
}

.navigation-2 {
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid rgba(68, 85, 103, .11);
  flex-direction: column;
  align-items: center;
  padding: 10px 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px #e0e0e0;
}

.navigation-left {
  align-items: center;
  width: auto;
  display: flex;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-2 {
  color: #1b2356;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: all .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: #2a9bd6;
}

.nav-link-2:active {
  color: #2a9bd6;
}

.nav-link-2.w--current {
  color: #2a9bd6;
  font-weight: 600;
  transition-property: none;
}

.nav-link-2.button {
  color: #fff;
  background-color: #2a9bd6;
  border-style: none;
  border-radius: 15px;
  margin-left: 32px;
  padding: 12px 32px;
  font-weight: 700;
  transition: background-color .15s;
}

.nav-link-2.button:hover {
  box-shadow: none;
  background-color: #2382b4;
  border-style: none;
  border-width: 0;
  transform: none;
}

.nav-link-2.button.w--current:hover {
  color: #fff;
  background-image: linear-gradient(#1e678d, #1e678d), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.footer {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.nav-accent {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 50px -14px rgba(27, 35, 86, .15);
}

.menu-button-2.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.image-15 {
  width: 110%;
  max-width: 110%;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  color: #263957;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
}

.heading.margin-bottom-40px {
  color: #fff;
  margin-bottom: 33px;
  font-size: 56px;
  line-height: 70px;
}

.value-proposition-container.margin-bottom-64px {
  margin-bottom: 64px;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.margin-bottom-250 {
  margin-bottom: 250px;
}

.row.bottm-margin {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0%;
  margin-left: 0;
  margin-right: 0;
}

.row.bottm-margin.how-it-works-center {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.col.lg-6.md-3.sm-2.hero-text {
  z-index: 1;
  width: 50%;
  position: static;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
  width: 50%;
  padding-left: 0;
  padding-right: 90px;
}

.col.lg-4.sm-2.lg-vertical-align.left-padding-48 {
  padding-left: 87px;
  padding-right: 0;
}

.section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.full-screen.background-image-side {
  background-color: #0f1c36;
  min-height: 900px;
  padding-top: 200px;
  padding-bottom: 0%;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-13 {
  position: absolute;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 17vw;
}

.paragraph-small {
  color: #7a889f;
  white-space: normal;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-small.hero {
  color: #fff;
  width: 60%;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.div-block-19 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-24 {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.form-2 {
  background-color: #fff;
  border-radius: 1000px;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 8px 8px 8px 24px;
  display: flex;
}

.paragraph-20px {
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-20px.white {
  color: rgba(255, 255, 255, .8);
}

.paragraph-20px.white.center {
  text-align: center;
}

.image-11 {
  margin-right: 40px;
}

.heading-20px {
  color: #627086;
  white-space: normal;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.heading-20px.margin-bottom-12px {
  color: #182741;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.heading-20px.margin-bottom-12px.center {
  text-align: center;
  font-size: 20px;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline;
}

.paragraph-medium {
  color: #7a889f;
  margin-bottom: 45px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-medium.centered {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.div-block-15 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stacked {
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.staff-finder-logo-footer {
  width: 150px;
  margin-bottom: 0;
}

.wrapper-c {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.image-17 {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.how-it-works-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.sm {
  flex-wrap: wrap;
  flex: 0 auto;
  display: block;
}

.social {
  margin-bottom: 56px;
}

.user-types {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.founder {
  background-color: #f3f3f3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10%;
  display: flex;
  position: static;
  overflow: hidden;
}

.heading-48px {
  color: #263957;
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 64px;
}

.heading-48px.white {
  color: #fff;
}

.heading-48px.white.centered {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.div-block-22 {
  background-image: url('../images/Untitled-design-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 30%;
  height: 250px;
  margin-right: 5%;
}

.image-12 {
  margin-right: 16px;
}

.paragraph-16px {
  color: #627086;
  white-space: normal;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-16px.bottom-margin {
  color: #465367;
  margin-bottom: 0;
}

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

.paragraph-16px.bottom-margin.left {
  font-family: Montserrat, sans-serif;
}

.features {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 140px 5% 60px;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-27 {
  margin-left: 0;
  display: inline-block;
}

.div-block-28 {
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.div-block-28.last {
  margin-bottom: 0;
}

.div-block-16 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px #85d0d3;
  border-radius: 20px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  position: static;
}

.submit-button {
  color: #fff;
  background-color: #2a9bd6;
  border-radius: 10020px;
  padding: 24px 56px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .15s;
}

.submit-button:hover {
  background-color: #2382b4;
}

.overline-24px {
  color: #8bc53f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.form-block {
  width: 100%;
}

.paragraph {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 0;
  display: inline;
}

.paragraph.margin {
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
}

.text-field {
  color: #2f4174;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
}

.text-field:focus {
  border-style: none;
  border-width: 0;
}

.text-field::placeholder {
  color: #97a0b9;
  font-size: 18px;
  line-height: 20px;
}

.button-2 {
  background-color: #2a9bd6;
  border-radius: 15px;
  margin-top: 40px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .15s;
}

.button-2:hover {
  background-color: #2382b4;
}

.heading-2 {
  color: #182741;
  font-size: 40px;
  line-height: 48px;
}

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

.heading-2.centered.margin-bottom-64px {
  color: #474747;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.heading-2.centered.margin-bottom-64px.new {
  color: #00adb4;
  text-align: center;
  margin-bottom: 96px;
}

.heading-2.centered.margin-bottom-64px.margin {
  color: #263957;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
}

.heading-2.bottom-margin-40px {
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-23 {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.sm-align-left {
  flex-wrap: wrap;
  flex: 0 auto;
  display: block;
}

.about-us {
  color: #0f1c37;
  background-color: #00adb4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 10%;
  display: flex;
  position: static;
  overflow: hidden;
}

.emailcta {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.emailcta.purple {
  background-color: #00adb4;
  background-image: url('../images/Frame-21163.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
  position: static;
}

.link-block {
  background-image: none;
  background-position: 0 0;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.link-block.facebook {
  background-image: none;
}

.div-block-26 {
  margin-bottom: 40px;
}

.stacked-img {
  margin-bottom: 24px;
  margin-right: 0;
}

.image-16 {
  margin-bottom: 78px;
}

.text-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #00adb4;
  text-align: left;
  text-transform: none;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: static;
}

.wrapper-b {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.footer {
  background-color: #e8e8ec;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer.dark {
  background-color: #00adb4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 5% 3%;
  display: flex;
  position: static;
}

.overline-lrg {
  align-items: center;
  display: flex;
}

.overline-lrg.margin-bottom-24px {
  margin-bottom: 24px;
}

.dropdown-link-4 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4:hover {
  background-color: #f8faff;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.diabeasy-logo {
  width: 150px;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #fff;
  min-width: 350px;
  max-height: 100vh;
  left: -120px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px rgba(32, 27, 61, .6), inset 1px 1px 3px rgba(238, 230, 255, .44), 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px rgba(32, 27, 61, .22), inset -1px -1px 3px rgba(238, 230, 255, 0), 1px 1px 2px #5b3acc;
}

.dropdown-link-1 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
}

.dropdown-link-5 {
  color: #283338;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.navigation {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(68, 85, 103, .11);
  flex-direction: column;
  align-items: center;
  padding: 10px 3%;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-61 {
  font-size: 16px;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 26px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.icon-4 {
  margin-right: 5px;
}

.nav-menu {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.text-block-62 {
  color: #abaeaf;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 14px;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  font-size: 14px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.icon-square {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, .09);
}

.navigation-right {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: 16px;
  display: flex;
}

.navigation-link-2 {
  color: #9f9f9f;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: #474747;
}

.navigation-link-2.w--current {
  color: #00adb4;
}

.dropdown-column-wrap {
  display: flex;
}

.link-18 {
  color: #283338;
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.link-18:hover {
  color: #8c54ff;
}

.div-block-29 {
  background-color: #85d0d3;
}

.link-block-2 {
  color: #fff;
  text-align: left;
  background-color: #00adb4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-left: 0;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.link-block-2:hover {
  background-color: #0b6e71;
}

.section-2 {
  background-color: #fff;
  height: 100vh;
  display: flex;
}

.div-block-30 {
  background-color: #ecfaf9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  display: flex;
}

.image-18 {
  width: 100%;
}

.hero-left-content {
  width: 70%;
  padding-left: 60px;
}

.hero-h1 {
  color: #474747;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.hero-right-section {
  background-image: url('../images/hero-landing.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.text-block-63 {
  color: #474747;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-31 {
  padding-top: 30px;
}

.text-span {
  color: #00adb4;
}

.text-block-64 {
  font-size: 16px;
  font-weight: 600;
}

.link-block-2-copy {
  color: #fff;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.text-span-2 {
  color: #00adb4;
}

.div-block-32 {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 2px;
}

.div-block-33 {
  width: 100%;
}

.footer-logo {
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-block-34 {
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.footer-left-content {
  padding-left: 20px;
}

.footer-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-19 {
  width: 100%;
}

.flowbase-logo {
  width: 54px;
}

.navigation-container-3 {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.navigation-left-2 {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.navigation-link-3 {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-3:hover {
  color: #8c54ff;
}

.navigation-link-3.w--current {
  color: #99d715;
}

.navigation-wrap {
  z-index: 9999;
  background-color: #fff;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-section-2---split {
  grid-column-gap: 50px;
  background-color: #fff;
  padding: 20px;
  display: flex;
}

.hero-split-1, .hero-split-2 {
  width: 50%;
}

.hero-right-desktop {
  object-fit: none;
  background-image: url('../images/diabetes-app-hero-img.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.hero-right-section-mobile {
  background-image: url('../images/hero-landing.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: none;
}

.div-block-36, .div-block-37 {
  display: none;
}

.div-block-38 {
  padding-bottom: 20px;
}

.link-19, .link-20 {
  color: #fff;
}

.heading-2-copy {
  color: #182741;
  font-size: 40px;
  line-height: 48px;
}

.heading-2-copy.centered {
  text-align: center;
  margin-bottom: 24px;
}

.heading-2-copy.centered.margin-bottom-64px {
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.heading-2-copy.centered.margin-bottom-64px.new {
  color: #00adb4;
  text-align: center;
  margin-bottom: 96px;
}

.heading-2-copy.centered.margin-bottom-64px.margin {
  color: #263957;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
}

.heading-2-copy.bottom-margin-40px {
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-39 {
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
}

.image-21 {
  width: 50px;
}

.image-22 {
  display: none;
}

.link-block-2-copy {
  color: #00adb4;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.sign-in-button {
  color: #00adb4;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #00adb4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.sign-in-button:hover {
  background-color: #ecfaf9;
}

.enquire-btn-light {
  color: #00adb4;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  min-width: 160px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s, opacity .2s;
}

.enquire-btn-light:hover {
  color: #fff;
  background-color: #0b6e71;
}

.image-23 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.button {
  background-color: #02676b;
  border-radius: 10px;
  padding: 16px 32px;
  transition: all .35s;
}

.button:hover {
  background-color: #025c5f;
}

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 3%;
  display: flex;
}

.nav-link-plain {
  color: #9f9f9f;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: #0b6e71;
}

.nav-link-plain.w--current {
  color: #00adb4;
}

.line-break {
  background-color: #ddd;
  width: 1px;
  min-height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.brand-2 {
  margin-right: 20px;
  padding: 12px;
}

.nav03 {
  background-color: #fff;
  align-items: center;
  height: 90px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 11px 11px 25px rgba(9, 7, 37, .06);
}

.logo {
  width: 150px;
}

.nav-menu-green {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.link-block-2-copy {
  color: #fff;
  text-align: left;
  background-color: #00adb4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-left: 10px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.link-block-2-copy:hover {
  background-color: #0b6e71;
}

.sponsored {
  color: #0f1c37;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 10%;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-21-copy {
  width: 400px;
}

.heading-2-copy-copy {
  color: #182741;
  font-size: 40px;
  line-height: 48px;
}

.heading-2-copy-copy.centered {
  text-align: center;
  margin-bottom: 24px;
}

.heading-2-copy-copy.centered.margin-bottom-64px {
  color: #263957;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.heading-2-copy-copy.centered.margin-bottom-64px.new {
  color: #00adb4;
  text-align: center;
  margin-bottom: 96px;
}

.heading-2-copy-copy.centered.margin-bottom-64px.margin {
  color: #263957;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
}

.heading-2-copy-copy.bottom-margin-40px {
  margin-top: 0;
  margin-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .dna-screen-logo-copy, .dna-screen-logo {
    width: 400px;
  }

  .navigation-link, .navigation-link.w--current {
    font-size: 18px;
  }

  .cta-button.cc-contact-us {
    padding: 25px 45px;
    font-size: 18px;
  }

  .navigation-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .navigation-left {
    justify-content: space-between;
    display: flex;
  }

  .wrapper {
    position: static;
  }

  .stacked {
    padding-left: 45px;
    padding-right: 45px;
  }

  .how-it-works-2 {
    padding: 120px 10% 100px;
  }

  .founder {
    padding: 10%;
    display: flex;
  }

  .div-block-22 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    justify-content: center;
    width: 50%;
    height: auto;
    display: flex;
  }

  .features {
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-us {
    padding-bottom: 60px;
  }

  .text-block-3 {
    margin-bottom: 40px;
  }

  .navigation-container-2 {
    justify-content: space-between;
    max-width: 100%;
  }

  .navigation {
    padding-left: 10%;
    padding-right: 10%;
  }

  .navigation-right {
    justify-content: flex-end;
    display: flex;
  }

  .div-block-30 {
    padding-left: 10%;
  }

  .hero-left-content {
    padding-left: 0;
  }

  .hero-section-2---split {
    grid-column-gap: 50px;
  }

  .hero-split-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .image-23 {
    width: 300px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .nav03 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40 {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .sponsored {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .dna-screen-logo-copy {
    width: 300px;
  }

  .nav-register {
    display: none;
  }

  .navigation-container-mob-copy {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .dna-screen-logo {
    width: 300px;
  }

  .cta-button {
    justify-content: center;
  }

  .cta-button.cc-contact-us, .navigation-2 {
    display: none;
  }

  .navigation-left {
    display: flex;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .wrapper {
    align-self: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .burger-icon {
    color: #096ad0;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-15 {
    width: 100%;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .row {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .row.margin-bottom-250 {
    margin-bottom: 150px;
  }

  .row.bottm-margin {
    align-items: flex-start;
  }

  .row.bottm-margin.how-it-works-center {
    align-items: center;
    display: block;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-6 {
    order: -1;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 32px;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-3.sm-2.hero-text {
    align-items: center;
    width: auto;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .col.lg-4.sm-2.lg-vertical-align.left-padding-48 {
    padding-left: 0;
  }

  .section {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section.full-screen {
    min-height: 800px;
  }

  .section.full-screen.background-image-side {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding-top: 158px;
  }

  .image-13 {
    width: 80%;
    margin-bottom: 68px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .paragraph-small {
    text-align: center;
  }

  .paragraph-small.hero {
    width: auto;
  }

  .div-block-24 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .image-11 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .heading-20px {
    text-align: center;
  }

  .heading-20px.margin-bottom-12px {
    text-align: left;
  }

  .paragraph-medium.centered {
    text-align: center;
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-15 {
    width: 100%;
  }

  .stacked {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 61px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wrapper-c {
    align-self: center;
    width: 80%;
    max-width: 100%;
    padding: 20px 30px 0;
  }

  .how-it-works-2 {
    height: auto;
    padding: 10% 100px;
  }

  .sm {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
  }

  .user-types, .founder {
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .image-10 {
    margin-bottom: 31px;
  }

  .div-block-22 {
    background-image: none;
    width: 80%;
    height: auto;
    margin-bottom: 77px;
    margin-right: 0%;
  }

  .paragraph-16px, .paragraph-16px.bottom-margin {
    text-align: center;
  }

  .paragraph-16px.bottom-margin.left {
    text-align: center;
    width: 60%;
  }

  .features {
    height: auto;
    padding: 10% 60px;
  }

  .div-block-28 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .div-block-16 {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .button-2 {
    width: 100%;
  }

  .heading-2.centered {
    padding-left: 0;
    font-size: 48px;
  }

  .heading-2.centered.margin-bottom-64px {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2.centered.margin-bottom-64px.margin {
    text-align: center;
    margin-right: 0;
  }

  .heading-2.bottom-margin-40px {
    text-align: center;
  }

  .div-block-23 {
    flex-direction: column;
  }

  .sm-align-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .about-us {
    object-fit: none;
    height: auto;
    padding: 0 60px;
    position: relative;
  }

  .emailcta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-26 {
    width: 80%;
  }

  .stacked-img {
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-3 {
    text-align: center;
  }

  .wrapper-b {
    align-self: center;
    width: 80%;
    max-width: 100%;
    padding: 0 30px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navigation, .nav-menu {
    display: none;
  }

  .section-2 {
    flex-direction: column;
    height: auto;
    position: static;
  }

  .div-block-30 {
    flex-direction: column;
    width: 100%;
  }

  .hero-left-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
    display: flex;
  }

  .hero-h1 {
    text-align: center;
    font-size: 48px;
  }

  .hero-right-section {
    width: 100%;
  }

  .text-block-63 {
    text-align: center;
    width: 70%;
    font-size: 22px;
    line-height: 25px;
  }

  .div-block-31 {
    justify-content: center;
    display: flex;
  }

  .flowbase-logo {
    width: 150px;
  }

  .mobile-nav-link {
    color: #9f9f9f;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .navigation-mob-2 {
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
    position: static;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-left-2 {
    display: flex;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .menu-mob {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #ecfaf9;
  }

  .navigation-wrap {
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .icon-5 {
    color: #05a5ad;
    font-size: 40px;
  }

  .hero-section-2---split {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-1, .hero-split-2 {
    width: 100%;
  }

  .hero-right-desktop {
    width: 100%;
    display: none;
  }

  .hero-right-section-mobile {
    background-image: url('../images/Frame-21161_1.png');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    display: block;
  }

  .div-block-35 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .image-20 {
    width: 100%;
  }

  .div-block-37 {
    background-image: url('../images/Mobilehero-diabeasy.png');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .heading-2-copy.centered {
    padding-left: 0;
    font-size: 48px;
  }

  .heading-2-copy.centered.margin-bottom-64px {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2-copy.centered.margin-bottom-64px.margin {
    text-align: center;
    margin-right: 0;
  }

  .heading-2-copy.bottom-margin-40px {
    text-align: center;
  }

  .image-22 {
    display: inline-block;
  }

  .image-23 {
    border-radius: 12px;
  }

  .button.button-mobile {
    display: none;
  }

  .navigation-container-full {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: -webkit-sticky;
    position: sticky;
  }

  .nav-link-plain {
    color: #fff;
    width: 100%;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .line-break {
    display: none;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .nav03 {
    display: none;
    position: -webkit-sticky;
    position: sticky;
  }

  .menu-button-green {
    color: #02676b;
    border: 1px solid rgba(2, 103, 107, .1);
    border-radius: 2000px;
  }

  .menu-button-green.w--open {
    background-color: #02676b;
    border-color: #02676b;
  }

  .nav-menu-green {
    color: #fff;
    background-color: #02676b;
    height: auto;
  }

  .icon-6 {
    color: #05a5ad;
    font-size: 40px;
  }

  .log-in-nav-link {
    color: #9f9f9f;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .enquire-nav-link {
    color: #fff;
    background-color: #06a5ad;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .sponsored {
    object-fit: none;
    height: auto;
    padding: 0 60px;
    position: relative;
  }

  .heading-2-copy-copy.centered {
    padding-left: 0;
    font-size: 48px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px.margin {
    text-align: center;
    margin-right: 0;
  }

  .heading-2-copy-copy.bottom-margin-40px {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .image-15 {
    max-width: 100%;
  }

  .heading.margin-bottom-40px {
    font-size: 50px;
    line-height: 65px;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.margin-bottom-250 {
    margin-top: 60px;
  }

  .col.lg-6 {
    order: 0;
    width: 100%;
  }

  .col.lg-6.md-3.sm-2, .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    order: -1;
  }

  .section.full-screen {
    min-height: 600px;
  }

  .section.full-screen.background-image-side {
    min-height: auto;
    position: static;
  }

  .image-13 {
    margin-bottom: 56px;
  }

  .paragraph-medium.centered {
    margin-bottom: 0;
    font-size: 16px;
  }

  .how-it-works-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm {
    text-align: center;
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .founder {
    padding-bottom: 25%;
  }

  .image-10 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .features {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-16 {
    padding-bottom: 60px;
  }

  .heading-2.centered {
    margin-bottom: 0;
    font-size: 48px;
  }

  .heading-2.centered.margin-bottom-64px {
    font-size: 24px;
  }

  .heading-2.centered.margin-bottom-64px.margin {
    font-size: 34px;
  }

  .sm-align-left {
    text-align: center;
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .about-us {
    padding: 0% 20px;
  }

  .emailcta.purple {
    padding-top: 100px;
  }

  .image-9 {
    order: 0;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .footer.dark {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section-2 {
    height: auto;
  }

  .div-block-30 {
    justify-content: flex-start;
    height: auto;
  }

  .hero-left-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-h1 {
    font-size: 34px;
  }

  .text-block-63 {
    width: 80%;
    padding-top: 0;
    font-size: 20px;
  }

  .hero-right-section-mobile {
    background-position: 50% 0;
    background-size: cover;
    height: 300px;
  }

  .div-block-37 {
    justify-content: center;
    height: 50vh;
    display: flex;
  }

  .heading-2-copy.centered {
    margin-bottom: 0;
    font-size: 48px;
  }

  .heading-2-copy.centered.margin-bottom-64px {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-2-copy.centered.margin-bottom-64px.margin {
    font-size: 34px;
  }

  .sponsored {
    padding: 0% 20px;
  }

  .heading-2-copy-copy.centered {
    margin-bottom: 0;
    font-size: 48px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px.margin {
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  .dna-screen-logo-copy {
    width: 300px;
    max-width: 85%;
  }

  .dna-screen-logo {
    width: 300px;
    max-width: 100%;
  }

  .cta-button {
    font-size: 14px;
    font-weight: 700;
  }

  .nav-link-2.button {
    margin-right: 32px;
  }

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
    display: flex;
  }

  .wrapper.navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.footer {
    padding: 0 40px;
  }

  .burger-icon {
    color: #495461;
  }

  .nav-menu-2 {
    overflow: scroll;
  }

  .nav-bar {
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .image-15 {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  .heading.margin-bottom-40px {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 50px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.margin-bottom-250 {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-6.md-3.sm-2.hero-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-4.sm-2.lg-vertical-align.left-padding-48 {
    padding-left: 0;
  }

  .section {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .section.full-screen.background-image-side {
    height: auto;
    min-height: auto;
    padding-bottom: 0%;
    position: static;
  }

  .image-14 {
    display: block;
  }

  .image-13 {
    width: 80%;
    margin-bottom: 39px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-small.hero {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-24 {
    order: 1;
    width: auto;
  }

  .paragraph-20px.white.center {
    font-size: 16px;
    line-height: 28px;
  }

  .image-11 {
    margin-bottom: 26px;
    margin-right: 0;
  }

  .heading-20px.margin-bottom-12px {
    text-align: center;
    white-space: normal;
    object-fit: fill;
  }

  .paragraph-medium.centered {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .stacked {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin-bottom: 57px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wrapper-c {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .how-it-works-2 {
    padding: 30px 10%;
  }

  .sm {
    order: 1;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .user-types {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .founder {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 15%;
  }

  .heading-48px.white.centered {
    font-size: 28px;
    line-height: 40px;
  }

  .image-10 {
    order: 0;
  }

  .div-block-22 {
    object-fit: cover;
    background-image: url('../images/default-placeholder-1024x1024-500x500-1.png');
    order: 1;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .paragraph-16px.bottom-margin, .paragraph-16px.bottom-margin.center {
    text-align: center;
  }

  .paragraph-16px.bottom-margin.left {
    text-align: center;
    width: 90%;
  }

  .features {
    flex-direction: column;
    align-items: center;
    padding: 60px 10% 30px;
    display: flex;
  }

  .div-block-27 {
    margin-left: 0;
  }

  .div-block-28 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .div-block-28.last {
    display: flex;
  }

  .div-block-16 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button {
    padding: 16px;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 32px;
    display: block;
  }

  .paragraph.margin {
    display: inline;
  }

  .button-2 {
    width: 100%;
  }

  .heading-2.centered {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2.centered.margin-bottom-64px {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2.centered.margin-bottom-64px.new {
    color: #00adb4;
    margin-bottom: 60px;
    font-weight: 500;
  }

  .heading-2.centered.margin-bottom-64px.margin {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2.bottom-margin-40px {
    text-align: center;
  }

  .div-block-23 {
    order: 0;
  }

  .sm-align-left {
    order: 1;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-us {
    -webkit-text-fill-color: inherit;
    object-fit: none;
    background-color: #00adb4;
    background-clip: border-box;
    padding: 2% 10%;
    position: static;
  }

  .emailcta.purple {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-26 {
    margin-bottom: 20px;
  }

  .stacked-img {
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    margin-top: 0;
  }

  .wrapper-b {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer.dark {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .link-block-2 {
    min-width: 60px;
  }

  .section-2 {
    height: 80vh;
  }

  .div-block-30 {
    background-color: #edfaf9;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .hero-left-content {
    width: 100%;
    height: 400px;
    padding: 60px 10% 20px;
  }

  .hero-h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-63 {
    padding-top: 20px;
    font-size: 18px;
  }

  .text-block-64 {
    font-size: 14px;
  }

  .link-block-2-copy {
    color: #fff;
    background-color: #00adb4;
  }

  .mobile-nav-link {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .mobile-nav-link.w--current {
    color: #03a5ad;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-mob.w--open {
    background-color: #ecfaf9;
  }

  .icon-5 {
    color: #05a5ad;
    font-size: 40px;
  }

  .hero-right-section-mobile {
    background-image: url('../images/Frame-21161.png');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50%;
  }

  .div-block-36 {
    width: 100%;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-37 {
    -webkit-text-fill-color: inherit;
    object-fit: none;
    background-image: url('../images/Mobilehero-diabeasy.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    height: 400px;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-65 {
    font-size: 14px;
  }

  .heading-2-copy.centered {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2-copy.centered.margin-bottom-64px {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2-copy.centered.margin-bottom-64px.new {
    color: #474747;
    margin-bottom: 60px;
    font-weight: 500;
  }

  .heading-2-copy.centered.margin-bottom-64px.margin {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2-copy.bottom-margin-40px {
    text-align: center;
  }

  .image-22 {
    object-fit: cover;
    width: 100%;
  }

  .link-block-2-copy, .sign-in-button {
    min-width: 60px;
  }

  .log-in-nav-link {
    color: #9f9f9f;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .log-in-nav-link.w--current {
    color: #03a5ad;
  }

  .enquire-nav-link {
    color: #fff;
    background-color: #06a5ad;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .enquire-nav-link.w--current {
    color: #03a5ad;
  }

  .link-block-2-copy {
    min-width: 60px;
  }

  .sponsored {
    background-color: #fff;
    padding: 2% 10%;
  }

  .heading-2-copy-copy.centered {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px.new {
    color: #474747;
    margin-bottom: 60px;
    font-weight: 500;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px.margin {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2-copy-copy.bottom-margin-40px {
    text-align: center;
  }
}

#w-node-b6926d5e-f1dd-d32f-2eb1-be2c9bb27359-49e8b7b9, #w-node-_6bd262e4-ee66-71ac-e3f7-cca7eb1c6efd-49e8b7b9, #w-node-_87926859-912e-328e-32bc-c014ed90e0ea-49e8b7b9, #w-node-_87926859-912e-328e-32bc-c014ed90e0eb-49e8b7b9, #w-node-bd0b9f9c-3b04-5759-3cd9-1f4af6289422-49e8b7b9, #w-node-bd0b9f9c-3b04-5759-3cd9-1f4af6289423-49e8b7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


