:root {
  --navy-blue: #172b4d;
  --heading: #1c0e0d;
  --white: white;
  --size: 18px;
  --500: 500;
  --main: #0caf60;
  --font-family: Outfit, sans-serif;
  --size-2: 20px;
  --700: 700;
  --laptop: 80px;
  --tablet: 60px;
  --mobile-l: 40px;
  --mobile: 20px;
  --description: #40201e;
  --light-grey: #858494;
  --600: 600;
  --800: 800;
  --900: 900;
  --line-height-28: 28px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--navy-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--navy-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #505056;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  text-decoration: none;
}

li {
  color: #505056;
  font-size: 16px;
  line-height: 30px;
}

.lynx-nav-block {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 62px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.lynx-nav-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-color: #ecce46;
  background-image: linear-gradient(#ecce46, #ecce46);
  background-clip: border-box;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: none;
}

.lynx-nav-button:hover {
  background-color: #8979ec;
}

.text-block-16 {
  color: #fff;
  text-align: left;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.nav_logo {
  width: 83px;
  max-width: none;
  height: 56.2px;
  max-height: none;
}

.bold-text-153 {
  text-align: center;
}

.lynx-nav-link {
  color: var(--navy-blue);
  font-size: var(--size);
  line-height: 24px;
  font-weight: var(--500);
  letter-spacing: 1.3px;
  text-transform: capitalize;
  margin-right: 0;
  padding: 15px 0 15px 20px;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--main);
}

.lynx-nav-link.w--current {
  font-family: var(--font-family);
  color: var(--main);
  font-size: var(--size-2);
  font-weight: var(--700);
  text-transform: none;
  padding-left: 20px;
  padding-right: 0;
}

.lynx-nav-link.w--current:hover {
  color: #172b4d;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: none;
}

.button-2 {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8ac197;
  border: 1px solid #8ac197;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 16px;
}

.button-2.open-new-popup.border {
  background-color: var(--main);
  color: var(--white);
  font-size: var(--size);
  line-height: 28px;
  font-weight: var(--700);
  border-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.text-span-13 {
  font-size: 14px;
  font-weight: 400;
}

.lynx-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.lynx-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.lynx-nav.hide {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-22 {
  border-radius: 20px;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.body {
  font-family: var(--font-family);
}

.section {
  padding: var(--laptop);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph {
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--500);
}

.bold-text-154 {
  text-transform: none;
}

.error-message {
  position: fixed;
}

.cf-fields-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: -10px;
  display: flex;
}

.h3 {
  color: #172b4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.h3.center-margin {
  text-align: center;
  max-width: 686px;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
}

.text-block-11 {
  color: #172b4d;
  max-width: none;
  font-weight: 400;
  line-height: 25px;
}

.text-block-11.margin-top {
  margin-top: 6px;
}

.text-block-11.margin-top.max-width {
  max-width: 448px;
}

.form {
  width: 100%;
  min-width: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}

.form.padding-0 {
  padding-bottom: 0;
}

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

.div-block-423 {
  display: inline-block;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-gradient-submit.fixed-width {
  text-align: left;
  background-color: #8ac197;
  background-image: none;
  border-radius: 8px;
  width: auto;
  max-width: 210px;
  height: 52px;
  margin-top: 25px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.cf-form-gradient-submit.fixed-width.no_margin {
  color: #fff;
  margin-top: 0;
}

.paragraph-23 {
  color: #495974;
  font-size: 16px;
  line-height: 36px;
}

.cf-error-message-2 {
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message-2.darker {
  color: #bd333d;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 0;
  position: static;
  inset: auto 0% 0% auto;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

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

.div-block-463 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-50 {
  color: #121127;
  text-transform: none;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 21.6px;
}

.text-block-5 {
  color: red;
}

.form-block-2 {
  background-color: #0000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 0;
  display: flex;
}

.modal-body {
  z-index: 10;
  color: #313131;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
  box-shadow: 0 9px 50px -14px #000;
}

.modal-body.waitlist-body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 10px;
}

.paragraph-49 {
  color: #fff;
  width: 22px;
  margin-left: -32px;
  font-size: 20px;
  line-height: 16px;
}

.cf-contact-form-field {
  color: #000;
  letter-spacing: -.16px;
  background-color: #fff;
  border: 1px solid #1211271f;
  border-radius: 8px;
  height: 53px;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 10px;
  font-size: 14px;
  line-height: 25.4px;
}

.cf-contact-form-field:active, .cf-contact-form-field:focus {
  border-color: #0d0e1033;
}

.cf-contact-form-field::placeholder {
  color: #12112766;
}

.cf-contact-form-field.email {
  border-color: #1211271f;
  width: 100%;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 21px;
  padding-right: 0;
}

.image-27 {
  z-index: -1;
  border-radius: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.cf-success-message-2 {
  color: #172b4d;
  background-color: #0000;
  border-radius: 8px;
  width: 578px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-success-message-2.bg_green {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.image-28 {
  z-index: -1;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.modal-closer {
  z-index: 5;
  opacity: 1;
  background-color: #000000b0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.close-icon {
  z-index: 20;
  cursor: pointer;
  width: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.section-2 {
  display: none;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.heading {
  text-align: center;
}

.paragraph-51 {
  color: var(--description);
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
}

.div-block-464 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.div-block-465 {
  color: var(--navy-blue);
  background-color: #ebfff5;
  border-radius: 40px;
  width: auto;
  height: auto;
  padding: 24px 40px;
}

.div-block-465:hover {
  background-color: var(--main);
  color: var(--white);
}

.div-block-465.light {
  background-color: #ebfff5;
}

.image-29 {
  width: 88px;
  max-width: none;
  height: 88px;
  box-shadow: 14px 20px 48px #190f2c05;
}

.dark {
  color: var(--navy-blue);
}

.paragraph-52 {
  color: #172b4d;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-53 {
  font-size: 20px;
  line-height: 25px;
}

.div-block-466 {
  background-color: #d5f7e6;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  text-decoration: line-through;
  display: flex;
  box-shadow: 14px 20px 48px #190f2c05;
}

.div-block-467 {
  justify-content: flex-end;
  align-items: center;
  width: 74%;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.image-30 {
  width: 112px;
  height: 112px;
  margin-top: -59px;
  position: absolute;
  top: 22%;
  right: 18%;
}

.image-30.rocket {
  z-index: -1;
  top: 20%;
  right: 10%;
}

.section-3 {
  padding: var(--laptop);
  position: relative;
}

.container-2 {
  max-width: 1200px;
}

.div-block-468 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-469 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  color: #010101;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-54 {
  color: #858494;
  font-size: 20px;
  line-height: 25px;
}

.image-31 {
  width: 48px;
  height: 48px;
  margin-top: 10px;
}

.heading-3 {
  color: var(--heading);
  font-size: 40px;
  line-height: 57px;
}

.div-block-470 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.div-block-471 {
  z-index: -1;
  background-color: #ebfff5;
  width: 40%;
  height: 416px;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 30%;
}

.section-4 {
  padding: var(--laptop);
  background-color: #ebfff5;
  overflow: hidden;
}

.div-block-472 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.container-3 {
  max-width: 1200px;
}

.heading-4 {
  color: var(--navy-blue);
  font-size: 40px;
  line-height: 57px;
}

.paragraph-55 {
  margin-bottom: 0;
}

.section-5 {
  padding: var(--laptop);
  position: relative;
  overflow: hidden;
}

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

.div-block-473 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: var(--navy-blue);
  font-size: 40px;
  line-height: 57px;
}

.bold-text-155 {
  font-size: 21px;
}

.heading-6 {
  font-size: 40px;
}

.heading-7 {
  color: var(--navy-blue);
  margin-bottom: 0;
  font-size: 40px;
  line-height: 81px;
}

.bold-text-156 {
  text-align: center;
}

.paragraph-56 {
  text-align: center;
  max-width: 59%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-474 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.tabs {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
}

.div-block-475 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-link-tab-1 {
  color: var(--navy-blue);
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  margin-top: 20px;
  padding: 15px 40px 15px 20px;
  box-shadow: 0 0 28px #0000000a;
}

.tab-link-tab-1.w--current {
  background-color: var(--white);
  border: 3px solid #0caf60;
  border-radius: 10px;
  padding: 15px 40px 15px 20px;
  box-shadow: 0 0 28px #5bc17f57;
}

.tab-link-tab-2 {
  background-color: var(--description);
}

.tab-link-tab-2.w--current, .tab-link-tab-3 {
  background-color: var(--white);
}

.image-32 {
  width: 100%;
  height: 100%;
}

.tabs-content {
  width: 78%;
}

.paragraph-57 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.section-6 {
  padding: var(--laptop);
}

.image-33 {
  padding-top: 0;
}

.heading-8 {
  margin-top: 0;
}

.container-5 {
  max-width: 1200px;
}

.div-block-476 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-477 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-478 {
  background-color: #f8f8f8;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}

.heading-9 {
  color: var(--navy-blue);
  font-size: 23px;
  line-height: 32px;
}

.paragraph-58 {
  color: #524f4f;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.image-34 {
  padding-top: 20px;
}

.section-7 {
  padding-top: var(--laptop);
  padding-right: var(--laptop);
  padding-left: var(--laptop);
  position: relative;
  overflow: hidden;
}

.container-6 {
  max-width: 1200px;
}

.paragraph-59 {
  color: var(--navy-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

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

.div-block-479 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-3 {
  color: #fafafa;
  border-radius: 50.53px;
  justify-content: center;
  align-items: center;
  width: 177px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  box-shadow: 0 12.63px 50.53px #fe86671a;
}

.button-3.green-buutton {
  background-color: var(--main);
}

.button-3.dark-button {
  background-color: var(--navy-blue);
  display: none;
}

.div-block-480 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-8 {
  margin-top: 0;
  position: relative;
}

.div-block-481 {
  width: 100%;
  height: auto;
  position: static;
}

.div-block-482 {
  padding-right: var(--laptop);
  padding-left: var(--laptop);
  background-color: #211e38;
}

.container-7 {
  max-width: 1200px;
}

.div-block-483 {
  padding-top: 80px;
  padding-bottom: var(--laptop);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-60 {
  color: #fff;
  font-size: 18px;
  line-height: 28.8px;
}

.heading-11 {
  color: #fafafa;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-61 {
  color: #d4d4d4;
  font-size: 16px;
  line-height: 38.56px;
}

.paragraph-61:hover {
  color: var(--main);
  font-weight: 600;
}

.link-block {
  display: block;
}

.div-block-484 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-62 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-63 {
  line-height: 30px;
}

.paragraph-64 {
  color: #d4d4d4;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-64:hover {
  color: var(--main);
}

.div-block-485 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-486 {
  border: 0 solid #ffffff2b;
  border-top-width: 1px;
  justify-content: center;
  align-items: center;
  width: 95%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-65 {
  color: #fafafa;
  margin-bottom: 0;
}

.div-block-487 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #d4d4d4;
}

.link:hover {
  color: var(--main);
}

.section-9 {
  padding-top: var(--laptop);
  padding-bottom: var(--laptop);
  padding-left: var(--laptop);
}

.container-8 {
  max-width: 1200px;
}

.div-block-488 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.heading-12 {
  font-size: 56px;
}

.heading-13 {
  color: #1c0e0d;
  white-space: normal;
  overflow-wrap: normal;
  font-size: 56px;
  line-height: 80px;
}

.text-span-14 {
  color: #5bc17f;
}

.paragraph-66 {
  color: var(--description);
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 36px;
}

.image-35 {
  position: absolute;
  top: 14%;
  left: auto;
  right: -16px;
}

.div-block-489 {
  position: relative;
}

.div-block-490 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-36 {
  width: 100%;
  position: static;
}

.image-36.animate-left {
  width: auto;
  max-width: 100%;
  height: auto;
}

.image-37 {
  text-align: justify;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-38 {
  z-index: -1;
  width: 227px;
  height: 234px;
  position: absolute;
  top: 10%;
  right: 10%;
}

.container-9 {
  max-width: 1200px;
}

.section-10 {
  padding: 40px var(--laptop);
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-491 {
  grid-column-gap: 89px;
  grid-row-gap: 89px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-492 {
  grid-column-gap: 14.36px;
  grid-row-gap: 14.36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-493 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2e2fc;
  border-radius: 30.85px;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 99px;
  display: flex;
  box-shadow: 10.8px 15.42px 37.02px #190f2c05;
}

.div-block-493.yellow {
  background-color: #fff4db;
}

.div-block-493.red {
  background-color: #fddee1;
}

.div-block-493.green {
  background-color: #ceefdf;
}

.heading-14 {
  color: #332c5c;
  margin-bottom: 0;
  font-size: 35.9px;
  line-height: 46.67px;
}

.paragraph-67 {
  color: #5e587a;
  font-size: 16.15px;
  line-height: 29.08px;
}

.image-39 {
  z-index: -1;
  width: 671px;
  height: 701px;
  position: absolute;
  top: 0;
  left: 0;
}

.image-40 {
  z-index: -1;
  width: 485px;
  height: 485px;
  max-height: 100%;
  position: absolute;
  inset: 0% 0 0 31%;
}

.image-41 {
  z-index: -1;
  width: 891px;
  height: 891px;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.image-42 {
  z-index: -1;
  width: 688px;
  height: 688px;
  position: absolute;
  top: 27%;
  left: 25%;
}

.div-block-494 {
  position: relative;
}

.image-43 {
  z-index: -1;
  width: 891px;
  height: 352px;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 43%;
  overflow: hidden;
}

.div-block-495 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 140px;
  margin-top: 31px;
  display: grid;
}

.div-block-496 {
  background-color: #1f3966;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.div-block-496:hover {
  background-color: #0caf60;
}

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

.body-2 {
  font-family: var(--font-family);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section-11 {
  padding: var(--laptop) var(--laptop) 0px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.paragraph-68 {
  color: #0a0d17;
  text-align: center;
  font-size: 20px;
  line-height: 25.2px;
}

.text-highlight {
  color: var(--navy-blue);
  background-image: url('../images/Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

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

.form_error {
  color: #4f5c65cc;
  background-color: #ba3c3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  line-height: 21px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form12_check_field-3 {
  border-color: #4f5c6540;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 20px;
  padding-bottom: 10px;
  transition: all .25s;
  display: flex;
  box-shadow: 1px 1px 35px #f4f4f4;
}

.form12_check_field-3.product-card {
  background-color: #fff;
  border-width: 1px;
  border-color: #4f5c6540;
  border-radius: 4px;
}

.form12_check_field-3.product-card:hover {
  transform: translate(0, -6px);
}

.form12_check_field-3.smaller_form {
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.form12_check_field-3.smaller_form.product-card {
  border-style: solid;
  border-color: #4f5c6540;
  border-radius: 4px;
  padding: .5rem 1rem;
  transition-duration: .35s;
  box-shadow: 1px 1px 35px #f4f4f4;
}

.form12_check_field-3.smaller_form.product-card:hover {
  transform: translate(0, -6px);
}

.form12_check_field-3.smaller_form.product-card.yes_or_no {
  padding-top: 0;
  padding-bottom: 0;
}

.form12_field_wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 15px;
  display: grid;
}

.error-message-4 {
  background-color: #0000;
}

.form12_checkbox_wrap-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.form12_button_wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: static;
}

.form_alert_wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 92%;
  height: 100%;
  line-height: 21px;
  display: flex;
}

.form12_title_wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0a914f;
  border: 1px #000;
  border-radius: 8px;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  background-color: #0caf60;
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.text-block-64 {
  opacity: .6;
  text-transform: none;
  text-decoration: none;
  display: block;
}

.text-block-64.caps {
  text-transform: uppercase;
}

.text-small-caps {
  color: #4f5c65cc;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.text-small-caps.blue {
  color: #649dffcc;
}

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

.form_alert_line {
  background-color: #0000;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

.form_error_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

.form-input {
  background-color: #fff;
  border: 1px solid #e9eef1;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 21px;
  transition: border-color .35s;
}

.form-input:focus {
  border-color: #0087ee;
}

.form-input.text-large {
  opacity: 1;
  color: #4f5c65cc;
  border-color: #4f5c6540;
  border-radius: 6px;
  height: 144px;
  margin-right: 12px;
  font-size: 20px;
  line-height: 30px;
  transition-duration: .35s;
}

.form-input.text-large:focus {
  border-color: #4f5c65;
}

.form-input.text-large::placeholder {
  color: #4f5c6599;
}

.form-input.form-input-large.primary {
  background-color: #6eb1f81a;
}

.form-input.form-input-large.secondary {
  background-color: #7674fe1a;
}

.form-input.form-input-large {
  color: #4f5c65cc;
  background-color: #fff;
  border-width: 1.2px;
  border-color: #7676801f;
  border-radius: 5.99px;
  height: 64px;
  margin-bottom: 0;
  margin-right: 12px;
  padding: 14.37px 16.76px;
  font-size: 20px;
  line-height: 21px;
  transition-duration: .35s;
}

.form-input.form-input-large:focus {
  border-color: #4f5c65;
}

.form-input.form-input-large::placeholder {
  color: #0a0d17;
  background-color: #0000;
  font-size: 16px;
  line-height: 20.16px;
}

.form-input.form-input-large.text-large {
  height: 164px;
}

.h2_select-2 {
  opacity: 1;
  color: #4f5c65cc;
  text-transform: uppercase;
  order: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.image-46 {
  border: 1px solid #4f5c65;
  border-radius: 4px;
}

.form_error_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form12_checkbox_label {
  border: 1px solid #4f5c651a;
  display: none;
}

.form12_checkbox-3 {
  z-index: 5;
  opacity: 0;
  border: 1px solid #0000;
  border-radius: 4px;
  order: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 1.5rem;
  transition: all .35s;
  display: block;
  position: absolute;
  inset: 0%;
}

.form12_checkbox-3:active {
  border: 1px solid #000;
}

.form_alert {
  background-color: #68c38a;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  line-height: 21px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.text-large-2 {
  color: #4f5c65;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.text-large-2.section-subtitle {
  text-align: center;
  align-self: auto;
}

.text-large-2.section-subtitle.left {
  color: #4f5c6599;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 1rem;
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_alert_text.white-text {
  color: #fff;
  letter-spacing: .02em;
  flex: 0 auto;
  align-self: auto;
  line-height: 21px;
}

.form12-2 {
  color: #4f5c65cc;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 20px 20px 30px;
  display: flex;
  position: static;
}

.heading-58 {
  color: #4f5c65;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_error_paragraph.white-text {
  color: #fff;
  letter-spacing: .02em;
  line-height: 21px;
}

.f02_success_message {
  background-color: #0000;
}

.form12_field_wrap_02-3 {
  color: #4f5c65cc;
  margin-bottom: 3rem;
}

.form12_field_wrap_02-3.hide {
  display: none;
}

.form12_block-2 {
  width: 100%;
  max-width: 830px;
  padding-top: 1rem;
}

.form12_block-2.contact_form.less_space {
  max-width: none;
  padding-top: 0;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  height: 55px;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.container-10 {
  max-width: 950px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.submit-btn-2 {
  color: #fff;
  background-color: #0caf60;
  background-image: url('../images/Submit-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px;
  width: 100%;
  margin-top: 0;
  padding: 15px 35px 15px 0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.image-47 {
  z-index: -1;
  max-width: 8%;
  position: absolute;
  top: 25%;
  right: 4%;
}

.image-48 {
  z-index: -2;
  width: 193px;
  height: 193px;
  position: absolute;
  top: 20%;
  right: 2%;
}

.image-49 {
  z-index: -1;
  width: 485px;
  height: 485px;
  position: absolute;
  top: 25%;
  left: 28%;
}

.image-50 {
  z-index: -2;
  width: 791px;
  height: 791px;
  position: absolute;
  top: 0;
  left: 0;
}

.image-51 {
  position: absolute;
  top: 0;
  left: 0;
}

.image-52 {
  position: absolute;
  top: 9px;
  left: 68%;
}

.image-53 {
  position: absolute;
  bottom: 40%;
}

.image-54 {
  z-index: -3;
  width: 791px;
  height: 471px;
  position: absolute;
  bottom: 0;
  left: 25%;
}

.image-55 {
  width: 100%;
  height: 100%;
}

.link-2 {
  color: #d4d4d4;
}

.link-2:hover {
  color: var(--main);
}

.image-56 {
  width: 18px;
  max-width: none;
}

.image-57 {
  width: auto;
  height: auto;
}

.error-message-5 {
  position: fixed;
}

.cf-fields-contain-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: -10px;
  display: flex;
}

.modal-wrapper {
  z-index: 99999;
  opacity: 1;
  perspective: 850px;
  text-transform: none;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: block;
  position: fixed;
  inset: 0;
}

.text-block-65 {
  color: #fff;
  text-align: left;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button-8 {
  background-color: #8ac197;
  border-radius: 8px;
  margin-top: 20px;
  padding: 12px 25px;
}

.button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--main);
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--700);
  cursor: pointer;
  border: 0 solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 60px;
  padding: 14px 20px 13px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 0 #000;
}

.button-wrapper:hover {
  box-shadow: 0 4px 15px -3px #000000a3;
}

.button-wrapper.hide-in-big-screens {
  display: none;
}

.button-wrapper.dark {
  background-color: var(--navy-blue);
}

.div-block-461 {
  height: 0;
}

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

.div-block-500 {
  display: inline-block;
}

.image-26 {
  z-index: -1;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.paragraph-69 {
  color: #121127;
  text-transform: none;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 21.6px;
}

.text-block-66 {
  color: red;
}

.text-block-67 {
  color: #172b4d;
  font-weight: 400;
}

.paragraph-70 {
  color: #fff;
  width: 22px;
  margin-left: -32px;
  font-size: 20px;
  line-height: 16px;
}

.paragraph-71 {
  color: #495974;
  text-align: center;
  max-width: 850px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 32px;
  display: flex;
}

.image-58 {
  z-index: -1;
  border-radius: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.h3-2 {
  color: #172b4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.div-block-502 {
  cursor: pointer;
}

.image-59 {
  z-index: -1;
  width: 192px;
  height: 192px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-60 {
  z-index: -1;
  width: 192px;
  height: 192px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.div-block-503 {
  background-color: var(--main);
  text-align: left;
  width: 100%;
  display: flex;
}

.text-span-15 {
  color: var(--main);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 70px;
}

.image-61 {
  position: absolute;
  left: auto;
  right: 43%;
}

.image-62 {
  width: 400px;
  height: 200px;
  position: absolute;
  top: -68px;
  right: 29px;
}

.image-63 {
  z-index: -2;
  width: 791px;
  height: 791px;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-504 {
  position: relative;
}

.image-64 {
  z-index: -1;
  max-width: 5%;
  position: absolute;
  top: 14%;
  left: 0;
}

.text-span-16, .text-span-17 {
  background-image: url('../images/Shape.svg');
  background-position: 50%;
  background-size: cover;
}

.image-65 {
  z-index: -1;
  position: absolute;
  top: 25%;
  left: 0;
}

.image-66 {
  z-index: -1;
  position: absolute;
  top: 0;
}

.image-67 {
  z-index: -1;
  max-width: 2%;
  position: absolute;
  bottom: 38%;
  left: 0;
}

.image-68 {
  position: absolute;
  top: 0;
  left: 25%;
}

.image-69 {
  position: absolute;
  bottom: 25%;
  left: 2%;
}

.heading-2071 {
  color: #0e1133;
  font-size: 20px;
}

.div-block-233 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.paragraph-112 {
  color: #505056;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.div-block-234 {
  width: 87%;
  padding-top: 100px;
  padding-bottom: 0;
}

.heading-2046 {
  color: #0e1133;
  margin-top: 80px;
  line-height: 47px;
}

.section-246 {
  justify-content: center;
  align-items: center;
  margin-top: -178px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.div-block-235 {
  margin-top: 0;
  padding-top: 0;
}

.div-block-235.top_page {
  margin-top: 60px;
}

.heading-2072, .heading-2073 {
  color: var(--navy-blue);
}

.paragraph-113 {
  color: #0a0d17;
  font-size: 16px;
  line-height: 30px;
}

.heading-2074 {
  color: var(--navy-blue);
}

.list-item {
  font-size: 16px;
  line-height: 30px;
}

.heading-2075, .heading-2076 {
  color: var(--navy-blue);
}

.paragraph-114 {
  color: #0a0d17;
  font-size: 16px;
  line-height: 30px;
}

.list-item-2 {
  color: #0a0d17;
}

.code-embed {
  width: auto;
}

.modal-wrapper-2 {
  z-index: 99999;
  opacity: 1;
  perspective: 850px;
  text-transform: none;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
}

.image-70 {
  z-index: -1;
  width: 192px;
  height: 192px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.paragraph-115 {
  color: #495974;
  text-align: center;
  max-width: 850px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 32px;
  display: flex;
}

.text-highlight-2 {
  color: #172b4d;
  background-image: url('../images/Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.close-icon-2 {
  z-index: 20;
  cursor: pointer;
  width: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.image-71 {
  z-index: -1;
  width: 485px;
  height: 485px;
  position: absolute;
  top: 25%;
  left: 28%;
}

.image-72 {
  z-index: -1;
  width: 192px;
  height: 192px;
  position: absolute;
  top: 0;
  right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.bold-text-182 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.nav-div-2 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.icon-5 {
  width: 100%;
  height: 100%;
  font-size: 28px;
}

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

.features_icon {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.link-block-52 {
  color: #333;
  text-decoration: none;
}

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

.paragraph-116 {
  color: #495974;
  font-size: 1.2rem;
  line-height: 1.2;
}

.icon-wrap {
  background-color: #8c54ff0d;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
  display: flex;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.arrow-2 {
  width: 50px;
  display: none;
}

.grid-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-title {
  color: #535353;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.features_icon-wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-section-div-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.logo-pic-2 {
  width: 80px;
}

.bold-text-168 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.text-block-98 {
  color: #fff;
  padding-right: 5px;
  font-weight: 400;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  font-size: 14px;
}

.link-block-51 {
  color: #333;
  text-decoration: none;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

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

.nav-right {
  align-items: center;
  display: flex;
}

.flowbase-logo {
  width: 85px;
  display: block;
}

.utility-page-wrap-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
}

.icon-6 {
  color: #fff;
  font-size: 28px;
}

.nav-link-4 {
  color: #5e17eb;
  text-align: center;
  background-color: #5e17eb;
  border: 0 solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-4:hover {
  border-bottom-color: #d0d0d0;
  text-decoration: none;
}

.div-block-543 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-left {
  align-items: center;
  display: flex;
}

.div-block-462 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #9276cb45;
}

.dropdown-inner-grid-2 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1100px;
}

.margin-bottom-7 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-7.margin-xxsmall {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
}

.margin-bottom-7.margin-small {
  align-items: center;
  width: 150px;
  max-width: 100%;
  height: auto;
  max-height: none;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.dropdown-mega-articles-2 {
  z-index: 999;
  background-color: #fff;
  background-image: url('../images/6563ab19dd9c45e1e373da21_seo-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #dadada;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding: 40px 20px 100px;
  display: none;
  position: absolute;
  inset: 80px 0% auto;
  box-shadow: 0 3px #413d451a;
}

.nav-outer-wrapper-2 {
  z-index: 999;
  position: relative;
}

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

.dropdown-section-div-1-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.div-block-544 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 87%;
  display: flex;
  position: relative;
}

.brand-link {
  width: 152px;
}

.heading-style-h5-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.button-59 {
  text-transform: uppercase;
  background-color: #8ac197;
  border: 1px solid #8ac197;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 16px;
}

.button-59.open-popup-button.back_to_home {
  background-color: var(--main);
  border-radius: 34px;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 17px 40px;
}

.button-59.open-popup-button.back_to_home.w--current {
  margin-top: 30px;
}

.paragraph-127 {
  font-family: Montserrat, sans-serif;
}

.paragraph-128 {
  color: #000;
  background-image: url('../images/Shape.svg');
  background-position: 0 0;
  background-size: cover;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

.body-3 {
  font-family: var(--font-family);
}

.image-73 {
  position: absolute;
  top: 20%;
  right: 25%;
}

.image-74 {
  position: absolute;
  top: auto;
  left: 7%;
}

.image-75 {
  position: absolute;
  right: 14%;
}

.code-embed-2 {
  z-index: 1;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.bold-text-183 {
  color: #fff;
}

.div-block-545 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-60 {
  background-color: #ebfff5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

@media screen and (min-width: 1280px) {
  .lynx-nav-block {
    justify-content: space-between;
    align-items: center;
  }

  .lynx-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-478 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .lynx-nav-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .lynx-navbar {
    width: 90%;
  }

  .cf-form-gradient-submit.fixed-width {
    padding-top: 15px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20%;
  }

  .cf-contact-form-field {
    border-color: #bdbdbd;
  }

  .container, .container-2, .container-3, .container-4, .container-5 {
    max-width: 1350px;
  }

  .bold-text-157 {
    font-size: 26px;
  }

  .container-6 {
    max-width: 1350px;
  }

  .div-block-481 {
    background-position: 50% 0;
  }

  .container-8 {
    max-width: 1350px;
  }

  .image-35 {
    top: 18%;
    left: -32px;
    right: 0;
  }

  .container-9 {
    max-width: 1350px;
  }

  .section-11 {
    padding-bottom: 0;
  }

  .btn {
    background-image: url('../images/Submit.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .form12-2, .form12_form {
    margin-top: 0;
  }

  .container-10 {
    max-width: 1150px;
  }

  .submit-btn-2 {
    background-position: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .nav_logo {
    width: auto;
    height: auto;
  }

  .paragraph-23 {
    padding-right: 60px;
  }

  .container, .container-2, .container-3, .container-4, .container-5, .container-6 {
    max-width: 1500px;
  }

  .section-8 {
    clear: both;
    position: relative;
    inset: auto 0% 0%;
  }

  .div-block-481 {
    background-position: 0 0;
  }

  .container-7 {
    max-width: 1500px;
  }

  .div-block-483 {
    padding-top: 40px;
  }

  .paragraph-60 {
    padding-right: 100px;
  }

  .container-8, .container-9 {
    max-width: 1500px;
  }

  .div-block-495 {
    max-width: 140px;
  }

  .form12_button_wrap-2 {
    flex-flow: column;
  }

  .container-10 {
    max-width: 1500px;
  }

  .submit-btn-2 {
    background-image: url('../images/Submit-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .modal-wrapper {
    display: none;
  }

  .paragraph-71 {
    padding-right: 60px;
  }

  .link-block-2 {
    background-color: var(--main);
    width: 100%;
  }

  .image-64 {
    max-width: 43%;
    top: 15%;
    bottom: auto;
  }

  .section-246 {
    display: block;
  }

  .modal-wrapper-2 {
    display: none;
  }

  .paragraph-115 {
    padding-right: 60px;
  }

  .container-4274 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .paragraph-128 {
    color: #006496;
    font-family: Open Sans, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .lynx-icon-menu {
    color: var(--navy-blue);
    font-size: 44px;
  }

  .lynx-menu-button {
    color: #1f2022;
    background-color: #0000;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
  }

  .lynx-menu-button.w--open {
    background-color: var(--white);
    color: #fff;
  }

  .lynx-nav-link, .lynx-nav-link.w--current {
    color: #000;
  }

  .lynx-nav {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .lynx-nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #fff;
    padding: 30px 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .section {
    padding: var(--tablet);
    position: relative;
  }

  .cf-fields-contain {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .h3 {
    color: #172b4d;
  }

  .form {
    min-width: auto;
  }

  .cf-form-gradient-submit.fixed-width {
    margin-top: 10px;
  }

  .paragraph-23 {
    font-size: 16px;
  }

  .form-block-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-success-message-2 {
    width: 100%;
  }

  .div-block-464 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .div-block-465 {
    padding-left: 30px;
    padding-right: 20px;
  }

  .image-30 {
    width: auto;
    max-width: 10%;
    height: auto;
    font-size: 6px;
    position: absolute;
    top: 19%;
    right: 28px;
  }

  .image-30.rocket {
    right: 4%;
  }

  .section-3 {
    padding: var(--tablet);
  }

  .div-block-468 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-471 {
    height: 200px;
    bottom: 36%;
  }

  .section-4, .section-5 {
    padding: var(--tablet);
  }

  .tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tabs-content {
    width: 100%;
  }

  .section-6 {
    padding: var(--tablet);
  }

  .div-block-482 {
    padding-right: var(--mobile-l);
    padding-left: var(--mobile-l);
  }

  .div-block-483 {
    padding-bottom: var(--tablet);
    grid-row-gap: 50px;
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  .section-9 {
    padding: var(--tablet);
    overflow: hidden;
  }

  .div-block-488 {
    grid-template-columns: 1fr;
  }

  .heading-13.title {
    text-align: center;
    margin-top: 0;
    font-size: 54px;
    line-height: 68px;
  }

  .paragraph-66.content {
    text-align: center;
  }

  .image-35 {
    top: 20%;
    left: 0;
    right: 0;
  }

  .image-36 {
    width: 100%;
    height: auto;
  }

  .image-38 {
    top: -17%;
  }

  .section-10 {
    padding-right: var(--tablet);
    padding-left: var(--tablet);
  }

  .div-block-491 {
    grid-template-columns: 1fr 1fr;
  }

  .image-39 {
    height: 500px;
    top: 25%;
  }

  .image-40 {
    inset: auto 0% -77px -23%;
  }

  .image-42 {
    left: 0%;
  }

  .div-block-497 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .section-11 {
    padding-top: var(--tablet);
    padding-right: var(--tablet);
    padding-left: var(--tablet);
    overflow: hidden;
  }

  .form-input.text-large {
    height: 120px;
  }

  .form-input.form-input-large {
    height: 60px;
  }

  .text-large-2.section-subtitle {
    text-align: left;
  }

  .form12-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .submit-btn-2 {
    background-position: 50%;
    background-size: cover;
    padding-left: 0;
  }

  .cf-fields-contain-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .modal-wrapper, .button-wrapper.hide {
    display: none;
  }

  .button-wrapper.hide-in-big-screens {
    margin-top: 20px;
    display: flex;
  }

  .paragraph-71 {
    font-size: 16px;
  }

  .h3-2 {
    color: #172b4d;
  }

  .image-61 {
    right: 40%;
  }

  .image-64 {
    max-width: 7%;
    top: 11%;
  }

  .image-66 {
    top: auto;
    bottom: -31px;
  }

  .div-block-234 {
    width: 95%;
    padding-top: 70px;
  }

  .modal-wrapper-2 {
    display: none;
  }

  .paragraph-115 {
    font-size: 16px;
  }

  .nav-div-2 {
    display: flex;
  }

  .icon-5 {
    color: #fff;
    font-size: 32px;
  }

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

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

  .nav-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-top: 125px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .arrow-2 {
    opacity: .75;
    width: 40px;
    margin-left: 30px;
    display: block;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
  }

  .logo-pic-2 {
    display: none;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding: 10px 3%;
    display: block;
  }

  .nav-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link-4 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    font-weight: 700;
  }

  .nav-link-4:hover {
    border-bottom-color: #fff;
  }

  .nav-left {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .dropdown-inner-grid-2 {
    grid-template-columns: 1fr;
  }

  .margin-bottom-7 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-mega-articles-2 {
    padding: 100px 5% 220px;
    display: none;
    top: 0;
  }

  .nav-outer-wrapper-2 {
    display: none;
    position: fixed;
    inset: 0 0% 0%;
    overflow: auto;
  }

  .container-4274 {
    padding-top: 10px;
  }

  .menu-mob {
    color: #5e17eb;
    background-color: #fafafa00;
    border-radius: 100px;
    font-size: 40px;
  }

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

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }
}

@media screen and (max-width: 767px) {
  .lynx-nav-button {
    display: none;
  }

  .nav_logo {
    max-height: none;
  }

  .section {
    padding: var(--mobile-l);
  }

  .cf-fields-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .div-block-434 {
    width: 100%;
    height: 81px;
  }

  .paragraph-23 {
    line-height: 25px;
  }

  .form-block-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .modal-body {
    padding: 20px 20px 0;
  }

  .spacer-30 {
    height: 0;
  }

  .cf-contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cf-success-message-2.bg_green {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-28 {
    max-width: 27%;
  }

  .container {
    overflow: clip;
  }

  .div-block-464 {
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .image-30 {
    top: 11%;
    right: 14px;
  }

  .image-30.rocket {
    max-width: 9%;
    top: 16%;
    right: 1%;
  }

  .section-3 {
    padding: var(--mobile-l);
  }

  .div-block-468 {
    grid-template-columns: 1fr;
  }

  .div-block-471 {
    top: 15%;
    bottom: auto;
  }

  .section-4 {
    padding: var(--mobile-l);
  }

  .div-block-472 {
    grid-template-columns: 1fr;
  }

  .section-5 {
    padding: var(--mobile-l);
  }

  .heading-7 {
    text-align: center;
    line-height: 51px;
  }

  .paragraph-56 {
    max-width: 116%;
  }

  .tabs, .tabs-menu {
    flex-flow: column;
  }

  .section-6 {
    padding: var(--mobile-l);
  }

  .div-block-477 {
    grid-column-gap: 20px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .section-7 {
    padding-right: var(--mobile-l);
    padding-left: var(--mobile-l);
  }

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

  .section-8 {
    margin-top: 0;
  }

  .div-block-482 {
    padding-right: var(--mobile-l);
    padding-left: var(--mobile-l);
  }

  .div-block-483 {
    grid-column-gap: 40px;
    grid-template-columns: 1.25fr 1.5fr;
  }

  .section-9 {
    padding: var(--mobile-l);
  }

  .heading-13 {
    font-size: 53px;
  }

  .heading-13.title {
    text-align: center;
    font-size: 48px;
    line-height: 65px;
  }

  .paragraph-66.content {
    text-align: center;
  }

  .image-35 {
    top: 25%;
    left: -20px;
  }

  .section-10 {
    padding-right: var(--mobile-l);
    padding-left: var(--mobile-l);
  }

  .div-block-491 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    width: auto;
  }

  .div-block-494 {
    overflow: hidden;
  }

  .div-block-495 {
    max-width: 140px;
  }

  .div-block-497 {
    justify-content: center;
    align-items: center;
  }

  .image-45 {
    max-width: 58%;
  }

  .section-11 {
    padding: var(--mobile-l);
  }

  .form12_check_field-3.product-card {
    flex-direction: column;
    flex: 0 auto;
    margin-right: .5rem;
    display: flex;
  }

  .form12_check_field-3.smaller_form.product-card {
    flex-direction: column;
    flex: 0 auto;
    align-items: baseline;
    margin-right: 1rem;
  }

  .form12_check_field-3.smaller_form.product-card.yes_or_no {
    margin-left: 1rem;
  }

  .form12_checkbox_wrap-3 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .form12_checkbox_wrap-3.smaller_screens {
    flex-direction: row;
    flex: 0 auto;
    align-items: stretch;
    display: flex;
  }

  .text-small-caps {
    font-size: 13px;
  }

  .form-input.text-large {
    height: 120px;
    font-size: 20px;
  }

  .form-input.form-input-large {
    font-size: 18px;
  }

  .h2_select-2 {
    font-size: 10px;
  }

  .text-large-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .form12-2 {
    flex: 0 auto;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form12_field_wrap_02-3 {
    flex-direction: column;
    display: flex;
  }

  .form12_form.request-demo {
    max-height: 100px;
    overflow: scroll;
  }

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

  .submit-btn-2 {
    background-position: 50%;
    background-size: cover;
    padding-left: 0;
  }

  .image-49 {
    left: 0%;
  }

  .image-53 {
    left: 4%;
  }

  .cf-fields-contain-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .modal-wrapper {
    display: none;
  }

  .div-block-499 {
    width: 100%;
    height: 81px;
  }

  .paragraph-71 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-61 {
    right: 36%;
  }

  .div-block-234 {
    width: 100%;
    padding-top: 50px;
  }

  .section-246 {
    margin-top: -108px;
  }

  .modal-wrapper-2 {
    display: none;
  }

  .paragraph-115 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-71 {
    left: 0%;
  }

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

  .navigation-mob {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .margin-bottom-7 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .menu-mob {
    background-color: #fafafa00;
  }
}

@media screen and (max-width: 479px) {
  .text-block-16 {
    text-align: left;
  }

  .lynx-icon-menu {
    color: var(--navy-blue);
  }

  .nav_logo {
    max-height: none;
  }

  .lynx-menu-button {
    border-radius: 50%;
  }

  .lynx-nav-link {
    color: #000;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-nav-menu {
    background-color: #fff;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding: var(--mobile-l) var(--mobile);
  }

  .cf-fields-contain {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .h3 {
    white-space: normal;
    padding-left: 0;
    font-size: 25px;
    font-weight: 700;
  }

  .h3.center-margin {
    font-size: 26px;
  }

  .text-block-11 {
    white-space: normal;
  }

  .text-block-11.margin-top.max-width {
    margin-top: 0;
  }

  .form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-434 {
    height: auto;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-form-gradient-submit.fixed-width {
    margin-top: 0;
  }

  .paragraph-23 {
    white-space: normal;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .spacer-10 {
    height: 0;
  }

  .text-block-5 {
    margin-top: 10px;
  }

  .form-block-2 {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-body {
    width: 100%;
    margin-top: 0;
    padding: 0 20px 14px;
  }

  .spacer-30 {
    height: 0;
  }

  .cf-contact-form-field {
    height: 54px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
    font-size: 14px;
  }

  .cf-success-message-2 {
    width: 100%;
  }

  .cf-success-message-2.bg_green {
    padding: 20px 0;
  }

  .image-28 {
    max-width: 38%;
  }

  .close-icon.close-new-popup {
    top: 5px;
  }

  .div-block-464 {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .image-30.rocket {
    z-index: -2;
    max-width: 12%;
    top: 15%;
    right: 5px;
  }

  .section-3 {
    padding-right: var(--mobile);
    padding-left: var(--mobile);
  }

  .div-block-471 {
    top: 5%;
  }

  .heading-7.title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-right: 10px;
  }

  .section-6 {
    padding-right: var(--mobile);
    padding-left: var(--mobile);
  }

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

  .div-block-477 {
    grid-template-columns: 1fr;
  }

  .section-7 {
    padding-right: var(--mobile);
    padding-left: var(--mobile);
  }

  .div-block-479 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .section-8 {
    margin-top: 0;
  }

  .div-block-482 {
    padding-right: var(--mobile);
    padding-left: var(--mobile);
  }

  .div-block-483 {
    padding-top: 40px;
    padding-bottom: var(--mobile-l);
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .section-9 {
    padding: var(--mobile-l) var(--mobile);
  }

  .heading-13 {
    padding-right: 0;
    font-size: 48px;
  }

  .heading-13.title {
    text-align: center;
    font-size: 46px;
    line-height: 59px;
  }

  .paragraph-66.content {
    text-align: center;
  }

  .image-35 {
    max-width: 82%;
  }

  .div-block-491 {
    grid-template-columns: 1fr;
  }

  .section-11 {
    padding: var(--mobile) var(--mobile) var(--mobile-l);
    overflow: hidden;
  }

  .text-highlight {
    line-height: 35px;
  }

  .form12_check_field-3.product-card {
    align-items: center;
    width: 40%;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .form12_check_field-3.smaller_form {
    flex-direction: column;
    flex: 0 auto;
  }

  .form12_check_field-3.smaller_form.product-card {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 33%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .form12_field_wrap-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .form12_checkbox_wrap-3 {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .form12_checkbox_wrap-3.smaller_screens {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .form12_checkbox_wrap-3.smaller_screens.no_bottom_space {
    justify-content: center;
    margin-bottom: 0;
  }

  .form12_button_wrap-2 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .form12_title_wrap-2 {
    color: #4f5c65;
  }

  .btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

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

  .text-small-caps {
    font-size: 12px;
  }

  .form-input.text-large {
    font-size: 16px;
  }

  .form-input.form-input-large {
    height: 47px;
    font-size: 16px;
    line-height: 21px;
  }

  .form-input.form-input-large.text-large {
    height: 135px;
  }

  .h2_select-2 {
    font-size: 12px;
  }

  .form12_checkbox-3 {
    flex: 0 auto;
  }

  .text-large-2 {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-large-2.section-subtitle {
    text-align: left;
    align-self: auto;
  }

  .text-large-2.section-subtitle.left {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
  }

  .form12-2 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form12_field_wrap_02-3 {
    align-items: stretch;
    display: block;
  }

  .form12_form.request-demo {
    height: auto;
    max-height: 300px;
    overflow: scroll;
  }

  .form12_checkbox_field {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    box-shadow: 1px 1px 35px #c6d3ff14;
  }

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

  .submit-btn-2 {
    background-position: 50%;
    margin-top: 0;
    padding-left: 0;
  }

  .image-47.rocket {
    z-index: -2;
  }

  .image-49 {
    z-index: -12;
  }

  .div-block-498 {
    padding-top: 40px;
  }

  .cf-fields-contain-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .modal-wrapper {
    padding: 30px 20px;
    display: none;
  }

  .text-block-65 {
    text-align: left;
  }

  .button-wrapper {
    white-space: nowrap;
    padding-right: 30px;
  }

  .div-block-499 {
    height: auto;
  }

  .text-block-66 {
    margin-top: 10px;
  }

  .paragraph-71 {
    white-space: normal;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .h3-2 {
    white-space: normal;
    padding-left: 0;
    font-size: 28px;
  }

  .image-61 {
    right: 27%;
  }

  .image-64 {
    max-width: 17%;
  }

  .div-block-234 {
    width: 90%;
    padding-top: 40px;
  }

  .section-246 {
    margin-top: -149px;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-wrapper-2 {
    padding: 30px 20px;
    display: none;
  }

  .paragraph-115 {
    white-space: normal;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .text-highlight-2 {
    line-height: 35px;
  }

  .image-71 {
    z-index: -12;
  }

  .icon-5 {
    color: #fff;
  }

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

  .features_icon {
    max-width: 80%;
  }

  .arrow-2 {
    width: 35px;
  }

  .dropdown-title {
    color: #000;
    -webkit-text-stroke-width: .3px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .dropdown-title.mobile-nav-link {
    color: #232323;
    -webkit-text-stroke-width: .3px;
    font-size: 18px;
    font-weight: 500;
  }

  .nav-link-details {
    color: #565656;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }

  .nav-content-wrap {
    color: #000;
    text-align: left;
    font-size: 18px;
  }

  .flowbase-logo {
    width: 80px;
    max-width: 75%;
  }

  .nav-link-4 {
    border-top-style: none;
  }

  .margin-bottom-7 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-7.margin-xxsmall {
    text-align: center;
    margin-left: 1.1rem;
    padding-right: 10px;
  }

  .margin-bottom-7.margin-small {
    width: 49%;
  }

  .dropdown-mega-articles-2 {
    display: none;
  }

  .dropdown-section-div-1-2 {
    white-space: normal;
    width: 100%;
  }

  .heading-style-h5-2 {
    margin-bottom: 20px;
  }

  .mobile-nav {
    display: block;
  }

  .code-embed-2 {
    padding: 0;
  }

  .paragraph-129 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a79b0304-7a2a-7e1f-4269-0f6b41d5209b-18d6418c {
    order: -9999;
  }

  #w-node-_97d9545c-8ef4-eaf9-40f6-86a52f5b3267-2f5b3261 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_97d9545c-8ef4-eaf9-40f6-86a52f5b3267-2f5b3261 {
    grid-column: span 1 / span 1;
  }
}


